@charset "UTF-8";:root{--bg-base: #020617;--bg-deep: #060a1a;--bg-raised: #0f172a;--surface: rgba(15, 23, 42, .55);--surface-strong: rgba(30, 41, 59, .78);--border: rgba(148, 163, 184, .1);--border-strong: rgba(148, 163, 184, .22);--text: #e2e8f0;--text-muted: #94a3b8;--text-faint: #64748b;--neon-violet: #a855f7;--neon-cyan: #22d3ee;--neon-green: #a3e635;--neon-pink: #ec4899;--neon-amber: #f59e0b;--blur-glass: blur(14px) saturate(140%);--shadow-card: 0 1px 0 rgba(255,255,255,.04) inset, 0 12px 32px -12px rgba(0,0,0,.6);--shadow-glow: 0 0 0 1px var(--accent-rgb), 0 18px 50px -18px var(--accent-rgb);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--dur-fast: .18s;--dur-base: .26s;--dur-slow: .42s;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Orbitron", "Inter", system-ui, sans-serif;--max-width: 1180px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-body);font-size:15px;line-height:1.55;color:var(--text);background:var(--bg-base);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}button{font:inherit;color:inherit}a{color:inherit}body:before{content:"";position:fixed;inset:-10%;z-index:-2;background:radial-gradient(circle at 20% 15%,rgba(168,85,247,.22),transparent 45%),radial-gradient(circle at 80% 85%,rgba(34,211,238,.18),transparent 50%),radial-gradient(circle at 50% 50%,rgba(163,230,53,.06),transparent 60%),var(--bg-deep);filter:saturate(120%);animation:aurora 22s ease-in-out infinite alternate}body:after{content:"";position:fixed;inset:0;z-index:-1;background-image:linear-gradient(rgba(148,163,184,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.03) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);pointer-events:none}@keyframes aurora{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-2%,1%,0) scale(1.05)}to{transform:translate3d(2%,-1%,0) scale(1.02)}}:focus-visible{outline:2px solid var(--neon-cyan);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#94a3b82e;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b852}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
