/* Shared color roles keep every screen, chart, and dialog in the chosen palette.
   The same palettes power the miniature previews in Settings. */
:root,[data-theme="blush"]{
  --paper:#fff7fa;--surface:#ffffff;--chrome:#fffbfc;--ink:#543746;--muted:#7c606d;
  --accent:#994666;--accent-hover:#7f3451;--accent-ink:#86405b;--on-accent:#ffffff;
  --soft:#f9e9f0;--soft-strong:#efd1de;--line:#ecd9e2;--focus:#b55d80;
  --chart:#b05b7e;--bucket:#e6b0c5;--chart-pace:#ae919e;--chart-grid:#f1e3e9;
  --goal-bg:#f8dce7;--goal-ink:#5d3548;--goal-muted:#7b4f64;--goal-track:#e8bfd0;--goal-fill:#a65074;
  --goal-ring:#a6507410;--goal-glow:#a6507405;
  --positive:#3f7258;--negative:#a44f42;--negative-bg:#fff0ec;
  --official-ink:#826638;--official-bg:#fcf5e9;--official-line:#e9dcbd;
  --shadow:#7135501a;--backdrop:#3e1c3066;
}
[data-theme="sage"]{
  --paper:#f7f7f2;--surface:#ffffff;--chrome:#fcfcf9;--ink:#253a32;--muted:#66775e;
  --accent:#173e34;--accent-hover:#285244;--accent-ink:#41683f;--on-accent:#ffffff;
  --soft:#edf2e6;--soft-strong:#dce8ce;--line:#e1e7d9;--focus:#6e915b;
  --chart:#4b795e;--bucket:#bdcf9a;--chart-pace:#a3b297;--chart-grid:#edf0e8;
  --goal-bg:#173e34;--goal-ink:#fafcf6;--goal-muted:#c3d3bf;--goal-track:#ffffff28;--goal-fill:#c4d89e;
  --goal-ring:#ffffff0c;--goal-glow:#ffffff04;
  --positive:#416f48;--negative:#a15140;--negative-bg:#fcf1eb;
  --official-ink:#826638;--official-bg:#faf5e9;--official-line:#e8dec5;
  --shadow:#173e341a;--backdrop:#132b2566;
}
[data-theme="lavender"]{
  --paper:#f8f5ff;--surface:#ffffff;--chrome:#fcfbff;--ink:#493d60;--muted:#716582;
  --accent:#715298;--accent-hover:#5b3e80;--accent-ink:#674985;--on-accent:#ffffff;
  --soft:#f0eafa;--soft-strong:#e1d3f0;--line:#e4dcef;--focus:#9875bb;
  --chart:#9472b7;--bucket:#d1bce8;--chart-pace:#a69ab6;--chart-grid:#eee8f5;
  --goal-bg:#e9dff5;--goal-ink:#503c66;--goal-muted:#6c557f;--goal-track:#d5c2e8;--goal-fill:#8964ae;
  --goal-ring:#8964ae10;--goal-glow:#8964ae05;
  --positive:#3f7258;--negative:#a14f4c;--negative-bg:#fff0ef;
  --official-ink:#826638;--official-bg:#fcf6eb;--official-line:#e9dec6;
  --shadow:#4c326c1a;--backdrop:#2c204266;
}
