*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d14;--surface:#13131f;--surface2:#1a1a2e;--border:#2a2a45;--accent:#7c3aed;--accent2:#a855f7;--accent-glow:rgba(124,58,237,.25);--text:#e8e8f0;--muted:#6b6b8a;--green:#22c55e;--red:#ef4444}body{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;min-height:100vh;line-height:1.5}button,input{font-family:inherit;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}