:root{--gold:#d2af51;--gold-dim:rgba(210,175,81,.12);--electric:#3533cd;--dark-blue:#050a30;--beige:#f7f4eb;--bg:#050a30;--surface:#090e3a;--surface-2:#0e1446;--surface-3:#141b54;--border:#1c2460;--border-bright:#2a3478;--text:#f7f4eb;--text-muted:rgba(247,244,235,.58);--text-faint:rgba(247,244,235,.3);--green:#22c55e;--green-dim:rgba(34,197,94,.12);--red:#ef4444;--red-dim:rgba(239,68,68,.12);--radius:10px;--radius-sm:6px;--radius-lg:16px;--shadow:0 18px 40px rgba(0,0,0,.28);color-scheme:dark}:root[data-theme=light]{--bg:#f7f4eb;--surface:#fffaf0;--surface-2:#eee7d8;--surface-3:#e4dccb;--border:#d7ccb6;--border-bright:#bcae8d;--text:#050a30;--text-muted:rgba(5,10,48,.62);--text-faint:rgba(5,10,48,.36);--gold-dim:rgba(210,175,81,.18);--shadow:0 18px 40px rgba(5,10,48,.12);color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:4px}