:root{--bg:#0e0e0c;--gold:#b8860b;--gold-dim:#8a6408;--text:#e8e6df;--muted:#555;--red:#c0392b;--border:#222220;--surface:#141412;--surface2:#1a1a17}@theme inline{--color-bg: var(--bg); --color-gold: var(--gold); --color-gold-dim: var(--gold-dim); --color-text: var(--text); --color-muted: var(--muted); --color-red: var(--red); --color-border: var(--border); --color-surface: var(--surface); --color-surface2: var(--surface2); --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}input,textarea,select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:4px;outline:none;padding:6px 10px;font-family:inherit;font-size:13px}input:focus,textarea:focus,select:focus{border-color:var(--gold)}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--surface);color:var(--text)}button{cursor:pointer;font-family:inherit}
