:root{--bg: #050d1a;--bg2: #0a1628;--bg3: #0f1e30;--card: #112236;--card2: #162032;--border: #1e3a5f;--cyan: #00d4f0;--cyan-dim: rgba(0,212,240,.12);--cyan-glow: rgba(0,212,240,.06);--text: #e8f4f8;--muted: #7ab3cc;--green: #22d3a0;--amber: #fbbf24;--red: #f87171;--orange: #fb923c;--purple: #c4b5fd;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}input,select,textarea,button{font-family:inherit;color:var(--text)}input,select,textarea{background:var(--bg3);border:1px solid var(--border);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}select option{background:var(--bg2);color:var(--text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a5a8a}
