:root {
  --color-accent: #61B6CA;
  --color-bg: #F6F8FB;
  --color-border: #D8DFE7;
  --color-border-soft: #E6EBF1;
  --color-danger: #C53B3B;
  --color-primary: #19406F;
  --color-primary-dark: #1C2733;
  --color-secondary: #4C83BA;
  --color-success: #2E8B57;
  --color-surface: #FFFFFF;
  --color-surface-alt: #EEF2F7;
  --color-text: #1C2733;
  --color-text-muted: #5A6B7C;
  --color-text-on-primary: #FFFFFF;
  --color-warning: #E0A12A;

  --font-display: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-family: "Inter", "Segoe UI", system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --shadow-sm: 0 2px 8px rgba(28, 39, 51, 0.08);
  --shadow-md: 0 4px 16px rgba(28, 39, 51, 0.08);
  --shadow-lg: 0 8px 24px rgba(28, 39, 51, 0.15);
  --shadow-xl: 0 24px 48px rgba(15, 26, 36, 0.5);

  --container-max: 1376px;
  --container-pad: 32px;

  --gradient-primary: linear-gradient(135deg, #4C83BA 0%, #19406F 100%);
  --gradient-deep: linear-gradient(135deg, #1C2733 0%, #19406F 100%);
  --gradient-accent: linear-gradient(135deg, #61B6CA 0%, #4C83BA 100%);
  --gradient-hero: linear-gradient(200deg, #1C2733 0%, #19406F 55%, #4C83BA 100%);

  --transition-fast: 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-slow: 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
