:root { --accent: #f59e0b; --bg: #0b0d10; --panel: #0f1217; --muted: #9ca3af; --border: #1f2937; --text: #e5e7eb; }
body { background: var(--bg); color: var(--text); }
.button-primary { background: var(--accent); color: #0b0d10; border-radius: 10px; padding: 10px 14px; font-weight: 600; }
.panel { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.25); }
.label { color: var(--muted); font-size: 12px; }


