:root{
/* Brand core — the four named colours */
--navy:#0B132B;--copper:#FF6B35;--ivory:#F4EBDD;--verdigris:#087F7B;
/* Midnight Navy scale — dark surfaces, and cool greys for text on dark */
--navy-950:#060B1C;--navy-900:#0B132B;--navy-800:#121B36;--navy-700:#1B2542;--navy-600:#273353;--navy-500:#3A4668;--navy-400:#5B6786;--navy-300:#8590A8;--navy-200:#A9B0C4;--navy-100:#D3D7E2;
/* Electric Copper scale — 500 is the brand value; 700 is the only copper that passes as small text on ivory */
--copper-800:#7F2C0C;--copper-700:#B03F14;--copper-600:#E85A25;--copper-500:#FF6B35;--copper-400:#FF8558;--copper-300:#FFA382;--copper-200:#FFC7B3;--copper-100:#FFE8DE;
/* Warm Ivory + stone scale — light surfaces and warm greys */
--ivory-50:#FBF8F2;--ivory-100:#F4EBDD;--ivory-200:#EBE0CE;--ivory-300:#DDD0BA;--ivory-400:#C9BBA3;--stone-500:#A2957F;--stone-600:#6B6151;--stone-700:#4A4335;
/* Verdigris scale — 500 is the brand value; use 300 for text on navy, 700 for text on ivory */
--verdigris-900:#04403E;--verdigris-700:#066663;--verdigris-500:#087F7B;--verdigris-400:#0FA39E;--verdigris-300:#3FBFBA;--verdigris-200:#9BDCD8;--verdigris-100:#D6F1EF;
/* Semantic */
--color-live:var(--copper-500);--color-success:var(--verdigris-400);--color-warning:#F2B84B;--color-danger:#E23D4F;--color-danger-deep:#B72A3A;--color-info:var(--navy-200);
/* Theme aliases — dark (Midnight Navy) is the default */
--surface:var(--navy-900);--surface-sunken:var(--navy-950);--surface-raised:var(--navy-800);--surface-overlay:var(--navy-700);--surface-accent:var(--copper-500);--surface-secondary:var(--verdigris-500);--surface-inverse:var(--ivory-100);
--ink:var(--ivory-100);--ink-muted:var(--navy-200);--ink-subtle:var(--navy-300);--ink-accent:var(--copper-500);--ink-secondary:var(--verdigris-300);--ink-on-accent:var(--navy-900);--ink-on-secondary:var(--ivory-100);--ink-inverse:var(--navy-900);
--line:rgba(244,235,221,.14);--line-strong:rgba(244,235,221,.32);--line-accent:var(--copper-500);
--focus-ring:var(--copper-400);--scrim:rgba(6,11,28,.72);--hover-wash:rgba(244,235,221,.08);--press-wash:rgba(244,235,221,.14);
}
[data-theme="light"]{
--surface:var(--ivory-100);--surface-sunken:var(--ivory-200);--surface-raised:var(--ivory-50);--surface-overlay:#FFFFFF;--surface-inverse:var(--navy-900);
--ink:var(--navy-900);--ink-muted:#5A6075;--ink-subtle:var(--stone-600);--ink-accent:var(--copper-700);--ink-secondary:var(--verdigris-700);--ink-inverse:var(--ivory-100);
--line:rgba(11,19,43,.14);--line-strong:rgba(11,19,43,.32);
--focus-ring:var(--navy-900);--scrim:rgba(11,19,43,.56);--hover-wash:rgba(11,19,43,.06);--press-wash:rgba(11,19,43,.12);
}
