*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root,:root[data-theme=dark]{--bg:#0a0a0f;--surface:#13131a;--border:#1e1e2e;--accent:#6c63ff;--accent-dim:#4a43cc;--accent-rgb:108,99,255;--text:#f0f0f5;--text-muted:#8888aa;--radius:10px;--hero-bg:linear-gradient(135deg,#1a1730,#110f1e 60%,#0c0b16);--hero-border:rgba(var(--accent-rgb),.3);--hero-text:#fff;--hero-text-muted:rgba(255,255,255,.38);--hero-text-faint:rgba(255,255,255,.3);--hero-divider:rgba(255,255,255,.06);--hero-input-bg:rgba(255,255,255,.07);--hero-input-border:rgba(255,255,255,.14)}:root[data-theme=light]{--bg:#f6f6fa;--surface:#ffffff;--border:#e3e3ec;--accent:#6c63ff;--accent-dim:#4a43cc;--accent-rgb:108,99,255;--text:#17171f;--text-muted:#6b6b7d;--radius:10px;--hero-bg:linear-gradient(135deg,#eeecff,#f5f4ff 60%,#ffffff);--hero-border:rgba(var(--accent-rgb),.25);--hero-text:#17171f;--hero-text-muted:rgba(23,23,31,.55);--hero-text-faint:rgba(23,23,31,.45);--hero-divider:rgba(23,23,31,.08);--hero-input-bg:rgba(23,23,31,.035);--hero-input-border:rgba(23,23,31,.14)}html{transition:background-color .15s ease}body,html{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}