/* Explicit dark override. System mode receives the same values in light.css. */

html[data-design-system="halde"][data-theme="dark"]{
  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);
}

html[data-design-system="halde"]:is([data-route-bundle="home"],[data-route-bundle="feed"],[data-route-bundle="play"],[data-route-bundle="profiles"],[data-route-bundle="profile"],[data-route-bundle="pricing"],[data-route-bundle="docs"])[data-theme="dark"]{
  --theme-page:#0e0e0e;
  --theme-field:#101010;
  --theme-paper:#111111;
  --theme-surface:#111111;
  --theme-surface-muted:#151515;
  --theme-elevated:#202020;
  --theme-text:#ffffff;
  --theme-text-muted:rgba(255,255,255,.68);
  --theme-text-faint:rgba(255,255,255,.42);
  --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-control:#151515;
  --theme-control-strong:#2a2a2a;
  --theme-command-action-bg:#ffffff;
  --theme-command-action-text:#0e0e0e;
  --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-texture-opacity:.035;
}
