:root{color-scheme:dark;--bg: #020617;--bg-elev: #0f172a;--bg-elev-2: #1e293b;--border: #334155;--text: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--text-dim: #64748b;--brand: #06b6d4;--brand-2: #3b82f6;--brand-hover: #22d3ee;--brand-gradient: linear-gradient(135deg, #06b6d4, #3b82f6);--green: #22c55e;--orange: #f59e0b;--red: #ef4444;--purple: #a855f7}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover)}button{font-family:inherit;font-size:14px;cursor:pointer}input,select,textarea{font-family:inherit}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg-elev-2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#475569}
