@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&family=DM+Sans:wght@300;400;500;600;700&display=swap";:root{--color-void:#0c0c0c;--color-midnight:#121212;--color-slate-900:#0f121a;--color-slate-800:#161a26;--color-slate-700:#1e2333;--color-slate-600:#292f42;--color-slate-500:#353c52;--color-steel-400:#5a6178;--color-steel-300:#7d849a;--color-steel-200:#a0a6ba;--color-steel-100:#c5c9d8;--color-cloud:#e2e5ef;--color-white:#fefefe;--color-electric:#3b82f6;--color-electric-glow:#60a5fa;--color-electric-dim:#1d4ed8;--color-neon-cyan:#00f2ff;--color-neon-green:#00ff9d;--color-neon-purple:#bf00ff;--color-neon-red:#ff3d3d;--color-amber:#f59e0b;--color-amber-glow:#fbbf24;--color-emerald:#10b981;--color-emerald-glow:#34d399;--color-violet:#8b5cf6;--color-violet-glow:#a78bfa;--color-coral:#ef4444;--color-coral-glow:#f87171;--stage-design:var(--color-neon-cyan);--stage-prototype:var(--color-neon-purple);--stage-low-vol:var(--color-amber);--stage-high-vol:var(--color-neon-green);--stage-specialized:var(--color-coral);--font-display:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-body:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-black:900;--leading-tight:1.15;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.7;--tracking-tight:-.025em;--tracking-normal:0;--tracking-wide:.05em;--tracking-wider:.1em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:40px;--radius-full:9999px;--border-subtle:1px solid #ffffff0a;--border-dim:1px solid #ffffff14;--border-glow:1px solid #00f2ff4d;--border-glass:1px solid #ffffff1f;--shadow-sm:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000080, 0 2px 4px #0006;--shadow-lg:0 12px 40px #0009, 0 4px 12px #0006;--shadow-xl:0 24px 80px #000000b3, 0 8px 24px #00000080;--shadow-glow:0 0 30px #00f2ff26, 0 0 60px #00f2ff0d;--shadow-glow-cyan:0 0 20px #00f2ff33, 0 0 40px #00f2ff1a;--shadow-glow-amber:0 0 30px #f59e0b26;--shadow-glow-emerald:0 0 30px #10b98126;--glass-bg:#0e1117a6;--glass-bg-solid:#131620d9;--glass-border:#ffffff14;--glass-blur:20px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s;--duration-slower:.6s;--z-base:1;--z-above:10;--z-nav:100;--z-overlay:500;--z-modal:1000;--z-toast:1500}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:var(--font-body);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--color-cloud);background-color:var(--color-void);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--weight-bold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-white)}a{color:var(--color-electric-glow);transition:color var(--duration-fast) var(--ease-in-out);text-decoration:none}a:hover{color:var(--color-electric)}::selection{color:var(--color-white);background:#3b82f64d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-midnight)}::-webkit-scrollbar-thumb{background:var(--color-slate-600);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-steel-400)}
