:root{--bg:#0b0d11;--surface:#14171d;--surface-2:#1b1f27;--border:#2a2f3a;--text:#e8eaed;--text-dim:#9aa1ad;--accent:#6c8cff;--accent-dim:#3d4d99;--danger:#e5636b;--success:#5fc98d;--warn:#d9a441;--radius:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}