:root{--bg:#0a0a0f;--surface:#14141c;--text:#f0f0f5;--foreground:#f0f0f5;--muted:#8888a0;--accent:#6366f1;--accent-hover:#818cf8;--border:hsla(0,0%,100%,.1);--primary:#6366f1;--destructive:#f87171}[data-theme=light]{--bg:#f5f5f7;--surface:#fff;--text:#1a1a2e;--foreground:#1a1a2e;--muted:#6b6b80;--accent:#6366f1;--accent-hover:#4f46e5;--border:rgba(0,0,0,.1);--primary:#6366f1;--destructive:#dc2626}*{box-sizing:border-box}body,html{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button,input,select,textarea{font-family:inherit}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--surface);color:var(--text)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}