:root{--background:#f7f2ea;--surface:#fffdf8;--surface-soft:#f1e8da;--line:#e1d6c7;--ink:#2f2a24;--muted:#766c60;--brand:#7a3f24;--brand-soft:#f0dfd3;--accent:#23675a;--danger:#a13b3b;--gold:#b88a3b}*{box-sizing:border-box}body{background:var(--background);color:var(--ink);font-family:Arial,Tahoma,sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-loading{align-items:center;color:var(--muted);display:flex;min-height:100vh;justify-content:center}