:root {
  --color-primary: #2E968C;
  --color-primary-dark: #1E4D63;
  --color-primary-light: #E6F4F2;
  --color-bg: #F4F6F8;
  --color-surface: #FFFFFF;
  --color-text: #1A2332;
  --color-text-muted: #64748B;
  --color-border: #E2E8F0;
  --color-success: #22C55E;
  --color-warning: #F59E0B;
  --color-danger: #EF4444;
  --radius-sm: 8px;
  --radius-md: 12px;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 4px 16px rgba(15, 23, 42, 0.08);
  --font-family: "Segoe UI", "Inter", "Open Sans", system-ui, sans-serif;
  --header-height: 56px;
  --content-max-width: 1800px;

  /* Таблицы (референс nepsell.ru) */
  --table-header-bg: #1E4D63;
  --table-header-text: #FFFFFF;
  --table-header-border: #163A4C;
  --table-row-border: #EEF2F6;
  --table-border: #E2E8F0;
  --table-row-hover: #F5F8FA;
  --table-row-zebra: #FAFBFC;
  --table-total-bg: #EDF2F7;
  --table-filter-bg: #F8FAFC;
  --table-heatmap-good: #D4EDDA;
  --table-heatmap-bad: #FDE8D8;
  --table-header-min-height: 44px;
  --table-header-height: 60px;
  --table-filter-height: 44px;
  --table-min-col-width: 92px;
  --table-sticky-top: 0px;
}
