:root{
--bg-1:#F4F4F2; /* page: soft grey-white */
--bg-2:#EBEBE8; /* recessed surface */
--surface-card:#FFFFFF;
--fg-1:#141414; /* near-black text */
--fg-2:#6B6B68; /* secondary text */
--fg-3:#9A9A96; /* faint text, labels at rest */
--accent:#D99C00; /* deep gold, the single accent */
--accent-hover:#E8AE1A;
--accent-fg:#141414;
--line-1:rgba(20,20,20,0.10);
--line-2:rgba(20,20,20,0.06);
--text-body:var(--fg-1);
--text-muted:var(--fg-2);
--surface-page:var(--bg-1);
--shadow-card:0 1px 2px rgba(20,20,20,0.04),0 12px 32px rgba(20,20,20,0.06);
--shadow-hover:0 2px 4px rgba(20,20,20,0.05),0 20px 48px rgba(20,20,20,0.10);
}