:root{--bg:#0f0d09;--surface:#1a160e;--surface-alt:#221d13;--border:#33291a;--text:#f6f2ea;--text-muted:#b3a689;--text-faint:#7d735f;--accent:#f5a524;--accent-dark:#2a2110;--danger:#f87171;--success:#34d399}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}button{cursor:pointer}button,input,select,textarea{font:inherit}