:root{--bg:#05050a;--surface:#11131d;--surface-alt:#151a2c;--text:#f2f4f8;--muted:#b0b8d2;--accent:#8ab4f8;--accent-strong:#4f9dff;--border:hsla(0,0%,100%,.12);--shadow:0 20px 60px rgba(0,0,0,.28)}[data-theme=light]{--bg:#f4f5f7;--surface:#fff;--surface-alt:#f7f8fb;--text:#111827;--muted:#4b5563;--accent:#1d4ed8;--accent-strong:#2563eb;--border:rgba(15,23,42,.08);--shadow:0 22px 45px rgba(15,23,42,.12)}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}button,input,textarea{font:inherit}button{cursor:pointer}::selection{background:rgba(56,118,255,.28)}