/* Сгенерировано из config/design_tokens.json — значения не изменяются вручную. */
:root {
  --color-brand950: #031A43;
  --color-brand900: #052764;
  --color-brand800: #073474;
  --color-brand700: #0A3F8F;
  --color-brand600: #1459B8;
  --color-brand500: #2B6FD0;
  --color-brand200: #CCDDF3;
  --color-brand100: #EAF1FB;
  --color-brand50: #F5F8FD;
  --color-white: #FFFFFF;
  --color-surface: #F6F8FB;
  --color-surfaceStrong: #EEF2F7;
  --color-text: #172033;
  --color-textMuted: #5F6B7A;
  --color-textSoft: #7A8696;
  --color-border: #DCE3EC;
  --color-borderStrong: #C7D1DE;
  --color-success: #16794B;
  --color-successBg: #EAF7F0;
  --color-warning: #8A5B00;
  --color-warningBg: #FFF6DD;
  --color-error: #B42318;
  --color-errorBg: #FDECEC;
  --color-overlay: rgba(3,26,67,.56);
  --font-family: Inter, Arial, Helvetica, sans-serif;
  --fs-h1Desktop: 56px;
  --lh-h1Desktop: 64px;
  --fw-h1Desktop: 700;
  --fs-h1Mobile: 34px;
  --lh-h1Mobile: 42px;
  --fw-h1Mobile: 700;
  --fs-h2Desktop: 42px;
  --lh-h2Desktop: 50px;
  --fw-h2Desktop: 700;
  --fs-h2Mobile: 30px;
  --lh-h2Mobile: 38px;
  --fw-h2Mobile: 700;
  --fs-h3Desktop: 24px;
  --lh-h3Desktop: 32px;
  --fw-h3Desktop: 700;
  --fs-h3Mobile: 21px;
  --lh-h3Mobile: 28px;
  --fw-h3Mobile: 700;
  --fs-leadDesktop: 20px;
  --lh-leadDesktop: 32px;
  --fw-leadDesktop: 400;
  --fs-body: 16px;
  --lh-body: 26px;
  --fw-body: 400;
  --fs-small: 14px;
  --lh-small: 22px;
  --fw-small: 400;
  --fs-label: 14px;
  --lh-label: 20px;
  --fw-label: 600;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-9: 40px;
  --space-10: 48px;
  --space-11: 56px;
  --space-12: 64px;
  --space-13: 72px;
  --space-14: 80px;
  --space-15: 88px;
  --space-16: 96px;
  --space-17: 104px;
  --space-18: 112px;
  --space-19: 120px;
  --radius-input: 10px;
  --radius-button: 12px;
  --radius-smallCard: 14px;
  --radius-card: 16px;
  --radius-largeCard: 20px;
  --radius-modal: 20px;
  --radius-heroPanel: 24px;
  --radius-pill: 999px;
  --shadow-cardHover: 0 10px 28px rgba(3,26,67,.10);
  --shadow-dropdown: 0 14px 40px rgba(3,26,67,.14);
  --shadow-modal: 0 24px 72px rgba(3,26,67,.22);
  --shadow-stickyHeader: 0 1px 0 rgba(23,32,51,.08), 0 8px 28px rgba(3,26,67,.05);
  --layout-containerMax: 1240px;
  --layout-headerDesktop: 92px;
  --layout-headerMobile: 72px;
  --layout-sectionDesktop: 104px;
  --layout-sectionTablet: 72px;
  --layout-sectionMobile: 60px;
  --layout-gridDesktopColumns: 12;
  --layout-gridTabletColumns: 8;
  --layout-gridMobileColumns: 4;
  --layout-gutterDesktop: 24px;
  --layout-gutterTablet: 20px;
  --layout-gutterMobile: 16px;
  --motion-fast: 120ms;
  --motion-base: 180ms;
  --motion-slow: 240ms;
  --motion-modal: 220ms;
  --motion-easingStandard: cubic-bezier(.2,.8,.2,1);
}
