@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{box-sizing:border-box;color:#e0e0e0;background:radial-gradient(circle at 0 0,#1a2a3a,#0f172a) fixed;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.workhub-loader{flex-direction:column;justify-content:center;align-items:center;gap:25px;display:flex}.loader-animation{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.spinner-svg{filter:drop-shadow(0 0 15px #3b9fd84d);width:100%;height:100%}.spinner-ring-track{fill:none;stroke:#ffffff0d;stroke-width:2px}.spinner-ring-dash{fill:none;stroke:#3b9fd8;stroke-width:3px;stroke-linecap:round;stroke-dasharray:80 200;transform-origin:50%;animation:2s linear infinite spin-slow}.spinner-chip-body{fill:#0f172ae6;stroke:#3b9fd8;stroke-width:1.5px;animation:3s ease-in-out infinite pulse-glow}.spinner-chip-trace{stroke:#3b9fd8;stroke-width:1.5px;opacity:.5}.spinner-core{fill:#3b9fd8;animation:1.5s ease-in-out infinite alternate pulse-core}.workhub-text{-webkit-text-fill-color:transparent;letter-spacing:3px;text-shadow:0 0 30px #3b9fd84d;white-space:nowrap;background:linear-gradient(135deg,#3b9fd8 0%,#fff 100%);-webkit-background-clip:text;background-clip:text;border-right:3px solid #3b9fd8;align-items:center;width:0;margin-top:10px;font-family:Courier New,Courier,monospace;font-size:26px;font-weight:700;animation:3.5s steps(7,end) infinite typing,.75s step-end infinite blink-caret;display:flex;overflow:hidden}@keyframes typing{0%,10%{width:0}40%,70%{width:9ch}90%,to{width:0}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#3b9fd8}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 10px #3b9fd899);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #3b9fd8e6);transform:scale(1.05)}}@keyframes pulse-core{0%{opacity:.5;transform-origin:50%;transform:scale(.8)}to{opacity:1;transform-origin:50%;transform:scale(1.2)}}.workhub-loader.size-sm{width:150px}.workhub-loader.size-sm .workhub-text{font-size:18px}.workhub-loader.size-sm .typing-cursor{height:18px}.workhub-loader.size-lg{width:300px}.workhub-loader.size-lg .workhub-text{font-size:32px}.workhub-loader.size-lg .typing-cursor{height:32px}.workhub-loader.dark .workhub-text,.workhub-loader.dark .typing-cursor{color:#fff;background-color:#fff}.workhub-loader-fullscreen{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:radial-gradient(circle,#1a2a3a 0%,#0f172a 100%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}@media (width<=480px){.workhub-loader{transform:scale(.7)}}@media (width>=1920px){.workhub-loader{transform:scale(1.5)}}
