:root{--bg:#0f0f12;--card:#18181c;--border:#2a2a30;--text:#f4f4f5;--muted:#a1a1aa;--accent:#3b82f6;--accent-hover:#2563eb}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body,html,input,select,textarea{color-scheme:dark}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}