:root{--bg:#14161d;--bg-panel:#1c1f29;--bg-input:#262a38;--border:#343949;--text:#d8d5cc;--text-dim:#8b8877;--accent:#c9a24b;--accent-dim:#8a7134;--danger:#d4735e;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);min-height:100dvh;margin:0}button{font:inherit;cursor:pointer;background:var(--accent);color:#14161d;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}button:hover{filter:brightness(1.1)}button:disabled{background:var(--accent-dim);cursor:default}button.ghost{color:var(--text-dim);border:1px solid var(--border);background:0 0;font-weight:400}input{font:inherit;background:var(--bg-input);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.5rem .75rem}input:focus{border-color:var(--accent);outline:none}
