*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2e3347;--accent: #c8a84b;--accent-dim: #a08030;--green: #22c55e;--yellow: #eab308;--red: #ef4444;--blue: #3b82f6;--text: #e8e8f0;--text-dim: #8891aa;--radius: 10px}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;font-size:14px;min-height:100vh}button{cursor:pointer;font-family:inherit;font-size:13px;border:none;border-radius:6px;padding:6px 14px;transition:opacity .15s}button:hover{opacity:.85}button:disabled{opacity:.4;cursor:not-allowed}input,select,textarea{background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:inherit;font-size:13px;padding:7px 10px;outline:none;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)}
