#root{min-height:100vh;display:flex;flex-direction:column}:root{--bg: #0f0f13;--surface: #1a1a24;--surface2: #22222f;--border: rgba(255,255,255,.08);--accent: #7c3aed;--accent2: #a855f7;--accent-glow: rgba(124,58,237,.35);--green: #10b981;--red: #ef4444;--orange: #f59e0b;--text: #f1f1f8;--muted: #8b8ba0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:99px}
