/* War-Counter palette — extracted from the raven mark. Source: Claude Design "War-Counter Design System". */
:root{
/* base palette */
--wc-ink:#1b171c;--wc-ink-2:#2a2430;--wc-maroon-deep:#43121e;--wc-maroon:#601b2a;--wc-maroon-bright:#7a2436;--wc-red-deep:#8f2531;--wc-red:#bd3541;--wc-red-bright:#d24450;--wc-gold-dark:#8a7151;--wc-gold:#b29661;--wc-gold-light:#ceb580;--wc-gold-pale:#e8dab4;--wc-steel:#414247;--wc-steel-light:#5a5f67;--wc-steel-pale:#9aa0a8;--wc-parchment-dim:#e0d3b8;--wc-parchment:#efe6d3;--wc-parchment-bright:#f8f2e4;
/* semantic — default theme: "Oxblood" (maroon ground, gold ink) */
--surface-page:#4c141f;--surface-card:#601b2a;--surface-raised:#6e2130;--surface-sunken:#3d101a;--surface-inverse:var(--wc-parchment);
--text-heading:var(--wc-gold-pale);--text-body:var(--wc-parchment);--text-muted:#d3b992;--text-faint:#b3946e;--text-inverse:var(--wc-ink);--text-on-accent:var(--wc-ink);--text-on-danger:var(--wc-parchment-bright);
--accent:var(--wc-gold-light);--accent-strong:var(--wc-gold);--accent-hover:var(--wc-gold-pale);--accent-quiet:rgba(206,181,128,.16);
--danger:var(--wc-red-bright);--danger-strong:var(--wc-red);--good:#8fae7e;--warn:var(--wc-gold-light);
--border-strong:var(--wc-gold);--border-subtle:rgba(206,181,128,.35);--border-faint:rgba(206,181,128,.18);--rule:var(--wc-gold-dark);
--focus-ring:var(--wc-gold-light);--link:var(--wc-gold-light);--link-hover:var(--wc-gold-pale);
--scrim:rgba(27,23,28,.72);
}
/* "Broadsheet" — light theme: parchment ground, ink and oxblood */
[data-theme="light"]{
--surface-page:#f0e8d5;--surface-card:#f8f2e4;--surface-raised:#fdf9ef;--surface-sunken:#e6dbc2;--surface-inverse:var(--wc-ink);
--text-heading:var(--wc-maroon);--text-body:#241c1f;--text-muted:#5c4f45;--text-faint:#877662;--text-inverse:var(--wc-parchment);--text-on-accent:var(--wc-parchment-bright);--text-on-danger:var(--wc-parchment-bright);
--accent:var(--wc-maroon);--accent-strong:var(--wc-maroon-deep);--accent-hover:var(--wc-maroon-bright);--accent-quiet:rgba(96,27,42,.10);
--danger:#a32c38;--danger-strong:var(--wc-red-deep);--good:#4c6b3c;--warn:#8a6a2a;
--border-strong:var(--wc-ink);--border-subtle:rgba(43,32,25,.35);--border-faint:rgba(43,32,25,.16);--rule:var(--wc-gold-dark);
--focus-ring:var(--wc-maroon);--link:var(--wc-maroon);--link-hover:var(--wc-red-deep);
--scrim:rgba(36,28,31,.55);
}
/* "Mourning" — dark theme: funereal black, ember red, tarnished gold */
[data-theme="dark"]{
--surface-page:#141014;--surface-card:#201a20;--surface-raised:#2a222a;--surface-sunken:#0d0a0d;--surface-inverse:var(--wc-parchment);
--text-heading:var(--wc-gold-light);--text-body:#ded3c0;--text-muted:#ab9c85;--text-faint:#83766a;--text-inverse:var(--wc-ink);--text-on-accent:var(--wc-ink);--text-on-danger:var(--wc-parchment-bright);
--accent:var(--wc-gold-light);--accent-strong:var(--wc-gold);--accent-hover:var(--wc-gold-pale);--accent-quiet:rgba(206,181,128,.12);
--danger:var(--wc-red-bright);--danger-strong:var(--wc-red);--good:#8fae7e;--warn:var(--wc-gold-light);
--border-strong:var(--wc-gold-dark);--border-subtle:rgba(206,181,128,.28);--border-faint:rgba(206,181,128,.14);--rule:var(--wc-gold-dark);
--focus-ring:var(--wc-gold-light);--link:var(--wc-gold-light);--link-hover:var(--wc-gold-pale);
--scrim:rgba(0,0,0,.72);
}
