@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #06091B;--surface: #0C1328;--surface-hover: #111E3A;--border: #1C2F50;--border-hover: #2A4570;--brand: #1A91D1;--brand-light: #3DCEF5;--brand-dark: #1270A8;--brand-glow: rgba(29,145,209,.25);--primary: #1A91D1;--primary-dark: #1270A8;--cyan: #3DCEF5;--green: #10B981;--yellow: #F59E0B;--red: #EF4444;--purple: #8B5CF6;--text-primary: #E8F4FF;--text-secondary: #7BAAC8;--text-muted: #3D6080}body{background:var(--bg);color:var(--text-primary);font-family:Space Grotesk,sans-serif;min-height:100vh}input,select,textarea,button{font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand)}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .35s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.pulse-dot{animation:pulseDot 2s infinite}@keyframes pulseDot{0%,to{opacity:1;box-shadow:0 0 #3dcef580}50%{opacity:.5;box-shadow:0 0 0 6px #3dcef500}}.gradient-text{background:linear-gradient(135deg,#1a91d1,#3dcef5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-glow{box-shadow:0 0 24px #1d91d159,0 0 48px #3dcef51a}
