/* Canonical light theme: warm white field, crisp paper, black type, and
   restrained chartreuse. Bright lime is a fill; readable green is text. */

html[data-design-system="halde"][data-theme="light"],
html[data-design-system="halde"][data-theme="system"]{
  color-scheme:light;
  --theme-page:#f4f4f0;
  --theme-field:#ecece6;
  --theme-paper:#ffffff;
  --theme-surface:#fafaf7;
  --theme-surface-muted:#ecece6;
  --theme-elevated:#ffffff;
  --theme-inverse-bg:#0e0e0e;
  --theme-text:#0e0e0e;
  --theme-text-muted:rgba(14,14,14,.64);
  --theme-text-faint:rgba(14,14,14,.44);
  --theme-inverse-text:#ffffff;
  --theme-on-accent:#0e0e0e;
  --theme-rule-subtle:rgba(14,14,14,.1);
  --theme-rule:rgba(14,14,14,.15);
  --theme-rule-strong:rgba(14,14,14,.28);
  --theme-accent:#2f6f24;
  --theme-accent-fill:#b6ff3c;
  --theme-accent-soft:#e8f6cf;
  --theme-editorial-highlight:#e4f064;
  --theme-brand:#ff5b1f;
  --theme-brand-ink:#b83a0e;
  --theme-brand-soft:#f8e4da;
  --theme-on-brand:#0e0e0e;
  --theme-positive:#2f6f24;
  --theme-warning:#8a5a00;
  --theme-danger:#9e3328;
  --theme-control:#ecece6;
  --theme-control-strong:#d4d4cc;
  --theme-command-bg:#ffffff;
  --theme-command-text:#0e0e0e;
  --theme-command-action-bg:#b6ff3c;
  --theme-command-action-text:#0e0e0e;
  --theme-artifact-bg:#ffffff;
  --theme-artifact-bg-raised:#fafaf7;
  --theme-artifact-text:#0e0e0e;
  --theme-artifact-muted:rgba(14,14,14,.64);
  --theme-artifact-faint:rgba(14,14,14,.4);
  --theme-artifact-rule:rgba(14,14,14,.14);
  --theme-document-bg:#ffffff;
  --theme-document-text:#0e0e0e;
  --theme-document-muted:rgba(14,14,14,.64);
  --theme-document-rule:rgba(14,14,14,.28);
  --theme-shadow-soft:0 16px 42px rgba(14,14,14,.08);
  --theme-shadow-strong:0 24px 70px rgba(14,14,14,.14);
  --theme-texture-image:url("../../assets/paper-grain.svg");
  --theme-texture-opacity:.08;
  --theme-texture-blend:multiply;
  --theme-logo-filter:brightness(0);
}

/* System-dark follows the explicit dark palette. Kept here because the
   System switch resolves through this theme file. */
@media (prefers-color-scheme:dark){
  html[data-design-system="halde"][data-theme="system"]{
    color-scheme:dark;
    --theme-page:#0e0e0e;
    --theme-field:#101010;
    --theme-paper:#111111;
    --theme-surface:#111111;
    --theme-surface-muted:#151515;
    --theme-elevated:#202020;
    --theme-inverse-bg:#ffffff;
    --theme-text:#ffffff;
    --theme-text-muted:rgba(255,255,255,.68);
    --theme-text-faint:rgba(255,255,255,.42);
    --theme-inverse-text:#0e0e0e;
    --theme-on-accent:#0e0e0e;
    --theme-rule-subtle:rgba(255,255,255,.08);
    --theme-rule:rgba(255,255,255,.15);
    --theme-rule-strong:rgba(255,255,255,.3);
    --theme-accent:#b6ff3c;
    --theme-accent-fill:#b6ff3c;
    --theme-accent-soft:#263313;
    --theme-editorial-highlight:#e4f064;
    --theme-brand:#ff5b1f;
    --theme-brand-ink:#ff7b4d;
    --theme-brand-soft:#25150f;
    --theme-on-brand:#0e0e0e;
    --theme-positive:#78e772;
    --theme-warning:#f3bc56;
    --theme-danger:#ff7466;
    --theme-control:#151515;
    --theme-control-strong:#2a2a2a;
    --theme-command-bg:#0e0e0e;
    --theme-command-text:#ffffff;
    --theme-command-action-bg:#ffffff;
    --theme-command-action-text:#0e0e0e;
    --theme-artifact-bg:#101010;
    --theme-artifact-bg-raised:#151515;
    --theme-artifact-text:#ffffff;
    --theme-artifact-muted:rgba(255,255,255,.68);
    --theme-artifact-faint:rgba(255,255,255,.4);
    --theme-artifact-rule:rgba(255,255,255,.16);
    --theme-document-bg:#f4f4f4;
    --theme-document-text:#0e0e0e;
    --theme-document-muted:rgba(14,14,14,.66);
    --theme-document-rule:rgba(14,14,14,.32);
    --theme-shadow-soft:0 18px 48px rgba(0,0,0,.36);
    --theme-shadow-strong:0 28px 78px rgba(0,0,0,.56);
    --theme-texture-image:url("../../assets/paper-grain.svg");
    --theme-texture-opacity:.035;
    --theme-texture-blend:soft-light;
    --theme-logo-filter:brightness(0) invert(1);
  }
}
