:root{--bg:#16102a;--surface:#1e1538;--surface-2:#241a45;--border:#2a1f4d;--brand:#3c2a80;--accent:#b67bd2;--text:#fff;--text-2:#b8a8e0;--text-3:#8b7ab8;--green-bg:#0f3d2e;--green:#5dcaa5;--amber-bg:#4a3a10;--amber:#fac775;--red-bg:#4a1b1b;--red:#f09595}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,-apple-system,sans-serif}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{font-family:inherit}input[type=checkbox],input[type=radio]{accent-color:var(--accent)}input[type=number]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}::selection{color:var(--text);background:#5b3b91}a{color:inherit;text-decoration:none}.heading{font-family:Chakra Petch,Inter,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--brand);border-radius:5px}@keyframes trspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
