/* СГЕНЕРИРОВАНО из src/tokens.json — не редактировать вручную */
:root{
  --geometry-sp-1: 4px;
  --geometry-sp-2: 8px;
  --geometry-sp-3: 12px;
  --geometry-sp-4: 16px;
  --geometry-sp-6: 24px;
  --geometry-sp-8: 32px;
  --geometry-sp-10: 40px;
  --geometry-sp-12: 56px;
  --geometry-r-ctl: 5px;
  --geometry-r-panel: 6px;
  --geometry-r-dialog: 10px;
  --geometry-tick: 3px;
  --density-row-comfortable: 44px;
  --density-row-compact: 36px;
  --density-touch-target-min: 48px;
  --density-touch-primary: 56px;
  --motion-micro: 120ms;
  --motion-state: 160ms;
  --motion-panel: 220ms;
  --motion-settle: 1400ms;
  --ease-out: cubic-bezier(.22,.72,.24,1);
  --ease-in-out: cubic-bezier(.55,.06,.28,1);
  --color-brand-default-day: #B34B0F;
  --color-brand-default-night: #E9873A;
  --elevation-sheet: 0 1px 2px rgba(28,26,23,.055), 0 1px 1px rgba(28,26,23,.04);
  --elevation-float: 0 2px 4px rgba(28,26,23,.06), 0 12px 28px rgba(28,26,23,.14);
  --typography-sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans', 'DejaVu Sans', sans-serif;
  --typography-serif: 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, 'Noto Serif', 'DejaVu Serif', serif;
  --typography-mono: ui-monospace, 'SF Mono', 'Cascadia Mono', 'Roboto Mono', 'Noto Sans Mono', 'DejaVu Sans Mono', monospace;
  --text-micro: 11px;
  --text-meta: 12px;
  --text-body: 14px;
  --text-lede: 15px;
  --text-head: 16px;
  --text-title: 22px;
  --text-display: 28px;
  --text-mobile-body: 16px;
  --text-mobile-meta: 13px;
  --text-mobile-title: 20px;
  --layout-content-max: 1440px;
  --layout-content-read: 960px;
  --layout-bp-compact: 720px;
  --layout-bp-wide: 1120px;
  --layout-panel-min: 320px;
  --layout-panel-max: 420px;
  --layout-kpi-min: 180px;
  --layout-list-max: 320px;
}
:root[data-theme="day"]{
  --canvas: #F3F1ED;
  --surface: #FCFBF9;
  --surface-2: #EAE7E1;
  --text-1: #1C1A17;
  --text-2: #585349;
  --text-3: #66604F;
  --border: #DCD8D0;
  --info: #28497F;
  --success: #2C6642;
  --warning: #6A470D;
  --critical: #9E2B25;
  --sensitive: #5C4A86;
}
:root[data-theme="night"]{
  --canvas: #14120F;
  --surface: #1C1A16;
  --surface-2: #25221D;
  --text-1: #F2EFE9;
  --text-2: #BDB6A9;
  --text-3: #9A9384;
  --border: #2E2A24;
  --info: #9DBBEE;
  --success: #7EC694;
  --warning: #E2B665;
  --critical: #F0938A;
  --sensitive: #BBA8E0;
}
