/* טוקנים של עיצוב — בהיר כברירת מחדל, כהה לפי המערכת או לפי המתג */
:root {
  color-scheme: light;
  --font: 'Heebo', 'Segoe UI', 'Arial Hebrew', Arial, system-ui, sans-serif;
  --mono: ui-monospace, 'Cascadia Mono', Consolas, monospace;

  --bg: #f3f7f9;
  --surface: #ffffff;
  --surface-2: #edf3f6;
  --surface-3: #e2eaef;
  --border: #d5e0e7;
  --border-strong: #b7c7d2;
  --text: #0f1f2a;
  --text-2: #3f5362;
  --text-3: #5a6d7a;
  --overlay: rgb(8 20 28 / 0.45);

  --brand: #0b6e85;
  --brand-hover: #085a6d;
  --brand-contrast: #ffffff;
  --brand-soft: #dff1f5;
  --brand-soft-2: #c3e5ee;
  --brand-text: #09617a;
  --accent: #14a3b8;

  --danger: #c02626;
  --danger-hover: #a11d1d;
  --danger-soft: #fdeceb;
  --danger-text: #a51d1d;
  --warning: #b45309;
  --warning-soft: #fff3dc;
  --warning-text: #8a4204;
  --success: #17803a;
  --success-soft: #e3f4e8;
  --success-text: #146a31;
  --info-soft: #e5effd;
  --info-text: #1d4f9c;

  /* סטטוסים */
  --st-draft: #5b6b77;
  --st-pending: #b45309;
  --st-changes: #c2410c;
  --st-approved: #0f766e;
  --st-scheduled: #0b6e85;
  --st-publishing: #4f46e5;
  --st-published: #17803a;
  --st-partial: #a16207;
  --st-failed: #c02626;

  --shabbat: #f6efdc;
  --holiday: #efe9fb;
  --past: repeating-linear-gradient(135deg, transparent 0 6px, rgb(15 31 42 / 0.022) 6px 12px);

  --wa-bg: #efeae2;
  --wa-bubble: #d9fdd3;
  --wa-text: #111b21;
  --wa-meta: #667781;

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgb(15 31 42 / 0.06), 0 1px 1px rgb(15 31 42 / 0.04);
  --shadow: 0 4px 16px rgb(15 31 42 / 0.08), 0 1px 3px rgb(15 31 42 / 0.06);
  --shadow-lg: 0 18px 50px rgb(15 31 42 / 0.18);
  --focus: 0 0 0 3px var(--surface), 0 0 0 5px var(--brand);

  --touch: 44px;
  --gutter: 16px;
  --sidebar: 264px;
  --rail: 88px;
  --bottom-nav: 64px;
  --topbar: 56px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #0c1318;
    --surface: #131c23;
    --surface-2: #1a252e;
    --surface-3: #22303a;
    --border: #2a3945;
    --border-strong: #3b4e5c;
    --text: #e5eef3;
    --text-2: #b0c1cc;
    --text-3: #91a4b0;
    --overlay: rgb(0 0 0 / 0.6);
    --brand: #3fbcd4;
    --brand-hover: #62cbe0;
    --brand-contrast: #04222b;
    --brand-soft: #0f3340;
    --brand-soft-2: #164a5b;
    --brand-text: #7dd6e8;
    --accent: #3fbcd4;
    --danger: #f06a6a;
    --danger-hover: #f58a8a;
    --danger-soft: #3a1618;
    --danger-text: #ff9c9c;
    --warning: #f0a53e;
    --warning-soft: #3a2a10;
    --warning-text: #f7c77f;
    --success: #4cc57a;
    --success-soft: #133222;
    --success-text: #86dfa6;
    --info-soft: #172a45;
    --info-text: #9cc2ff;
    --st-draft: #9aabb7;
    --st-pending: #f0a53e;
    --st-changes: #fb8c4c;
    --st-approved: #3fc7b5;
    --st-scheduled: #3fbcd4;
    --st-publishing: #9a95ff;
    --st-published: #4cc57a;
    --st-partial: #e5b53e;
    --st-failed: #f06a6a;
    --shabbat: #2a2517;
    --holiday: #241f35;
    --past: repeating-linear-gradient(135deg, transparent 0 6px, rgb(255 255 255 / 0.022) 6px 12px);
    --wa-bg: #0b141a;
    --wa-bubble: #005c4b;
    --wa-text: #e9edef;
    --wa-meta: #a5b3ba;
    --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.4);
    --shadow: 0 4px 16px rgb(0 0 0 / 0.35);
    --shadow-lg: 0 18px 50px rgb(0 0 0 / 0.55);
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0c1318;
  --surface: #131c23;
  --surface-2: #1a252e;
  --surface-3: #22303a;
  --border: #2a3945;
  --border-strong: #3b4e5c;
  --text: #e5eef3;
  --text-2: #b0c1cc;
  --text-3: #91a4b0;
  --overlay: rgb(0 0 0 / 0.6);
  --brand: #3fbcd4;
  --brand-hover: #62cbe0;
  --brand-contrast: #04222b;
  --brand-soft: #0f3340;
  --brand-soft-2: #164a5b;
  --brand-text: #7dd6e8;
  --accent: #3fbcd4;
  --danger: #f06a6a;
  --danger-hover: #f58a8a;
  --danger-soft: #3a1618;
  --danger-text: #ff9c9c;
  --warning: #f0a53e;
  --warning-soft: #3a2a10;
  --warning-text: #f7c77f;
  --success: #4cc57a;
  --success-soft: #133222;
  --success-text: #86dfa6;
  --info-soft: #172a45;
  --info-text: #9cc2ff;
  --st-draft: #9aabb7;
  --st-pending: #f0a53e;
  --st-changes: #fb8c4c;
  --st-approved: #3fc7b5;
  --st-scheduled: #3fbcd4;
  --st-publishing: #9a95ff;
  --st-published: #4cc57a;
  --st-partial: #e5b53e;
  --st-failed: #f06a6a;
  --shabbat: #2a2517;
  --holiday: #241f35;
  --past: repeating-linear-gradient(135deg, transparent 0 6px, rgb(255 255 255 / 0.022) 6px 12px);
  --wa-bg: #0b141a;
  --wa-bubble: #005c4b;
  --wa-text: #e9edef;
  --wa-meta: #a5b3ba;
  --shadow-sm: 0 1px 2px rgb(0 0 0 / 0.4);
  --shadow: 0 4px 16px rgb(0 0 0 / 0.35);
  --shadow-lg: 0 18px 50px rgb(0 0 0 / 0.55);
}
