@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-deep:#06090f;--bg-primary:#0b1120;--bg-surface:#111827;--bg-elevated:#1a2332;--bg-hover:#1f2b3d;--border:#1e2d42;--border-light:#263549;--border-accent:#164e63;--text-primary:#e8edf5;--text-secondary:#8b9bb4;--text-dim:#556a84;--text-inverse:#06090f;--cyan:#22d3ee;--cyan-dim:#0e7490;--cyan-glow:#22d3ee26;--cyan-glow-strong:#22d3ee4d;--violet:#8b5cf6;--violet-dim:#5b21b6;--violet-glow:#8b5cf626;--red:#ef4444;--red-dim:#ef444426;--orange:#f59e0b;--orange-dim:#f59e0b26;--yellow:#eab308;--yellow-dim:#eab30826;--blue:#3b82f6;--blue-dim:#3b82f626;--green:#10b981;--green-dim:#10b98126;--font-body:"DM Sans", system-ui, sans-serif;--font-heading:"Space Grotesk", "DM Sans", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);min-height:100vh;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--cyan);text-decoration:none;transition:color .2s}a:hover{color:#67e8f9}code,pre{font-family:var(--font-mono)}::selection{background:var(--cyan-glow-strong);color:var(--text-primary)}input,button,textarea,select{font-family:inherit}button{cursor:pointer;color:inherit;background:0 0;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scan-line{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.fade-in{animation:.4s ease-out both fadeIn}.fade-in-delay-1{animation:.4s ease-out .1s both fadeIn}.fade-in-delay-2{animation:.4s ease-out .2s both fadeIn}.fade-in-delay-3{animation:.4s ease-out .3s both fadeIn}
