:root,html[data-theme=light]{--bg:#F6F2EA;--surface:#FFFFFF;--surface-muted:#EFEAE0;--surface-hover:#FAF6EE;--scrim:rgba(31,42,46,0.5);--ink:#1F2A2E;--ink-muted:#5C6B70;--ink-soft:#94A0A6;--border:#E2DBCB;--border-soft:#EDE7DB;--accent:#C9785A;--accent-tint:#F4E2D6;--success:#5A8A6F;--warning:#C9904E;--danger:#B25548;--danger-tint:#F4E0DC;--shadow-sm:0 1px 2px rgba(31,42,46,0.05);--shadow:0 6px 20px rgba(31,42,46,0.06);--shadow-lg:0 16px 48px rgba(31,42,46,0.14);color-scheme:light}html[data-theme=dark]{--bg:#16191A;--surface:#20252A;--surface-muted:#292F33;--surface-hover:#2D343A;--scrim:rgba(0,0,0,0.65);--ink:#ECE7DB;--ink-muted:#A2A8AE;--ink-soft:#6E747B;--border:#353C40;--border-soft:#2A2F33;--accent:#DC9075;--accent-tint:#3A2922;--success:#6FA081;--warning:#D9A063;--danger:#C66E62;--danger-tint:#3D2622;--shadow-sm:0 1px 2px rgba(0,0,0,0.30);--shadow:0 6px 20px rgba(0,0,0,0.40);--shadow-lg:0 16px 48px rgba(0,0,0,0.55);color-scheme:dark}[data-accent=lavender]{--brand:#8979B8;--brand-strong:#6A5C95;--brand-soft:#B0A3D0;--brand-tint:#EEE9F5}html[data-theme=dark][data-accent=lavender]{--brand:#A599C9;--brand-strong:#C0B6DD;--brand-soft:#8979B8;--brand-tint:#2D2738}[data-accent=sage]{--brand:#3F5C57;--brand-strong:#2E4744;--brand-soft:#6E8E88;--brand-tint:#E1ECE9}html[data-theme=dark][data-accent=sage]{--brand:#7BA39C;--brand-strong:#97BDB6;--brand-soft:#5B7C77;--brand-tint:#1F2D2B}[data-accent=terracotta]{--brand:#C9785A;--brand-strong:#A8604F;--brand-soft:#DFA188;--brand-tint:#F5E1D5}html[data-theme=dark][data-accent=terracotta]{--brand:#DC9075;--brand-strong:#E5A98F;--brand-soft:#B5705A;--brand-tint:#3A2922}[data-accent=slate]{--brand:#5B7B9D;--brand-strong:#455F7C;--brand-soft:#8AA1BC;--brand-tint:#DDE5EE}html[data-theme=dark][data-accent=slate]{--brand:#8AA1BC;--brand-strong:#A8BACE;--brand-soft:#5B7B9D;--brand-tint:#1F2A36}[data-accent=plum]{--brand:#8C5F8E;--brand-strong:#6F4A71;--brand-soft:#B08FB1;--brand-tint:#EFE1EF}html[data-theme=dark][data-accent=plum]{--brand:#B08FB1;--brand-strong:#C7A8C7;--brand-soft:#8C5F8E;--brand-tint:#2E2030}[data-accent=mustard]{--brand:#B8954A;--brand-strong:#9C7E3C;--brand-soft:#D4B86A;--brand-tint:#F2E8C9}html[data-theme=dark][data-accent=mustard]{--brand:#D4B86A;--brand-strong:#E0C783;--brand-soft:#B8954A;--brand-tint:#3D311A}body,html{background:var(--bg);color:var(--ink)}