:root {
  --bg: #f4f6f9;
  --surface: #ffffff;
  --surface-warm: #e8ecf3;
  --fg: #101828;
  --fg-2: #344054;
  --muted: #5c6678;
  --meta: #223d71;
  --border: #d4dae4;
  --border-soft: #eceff4;
  --accent: #223d71;
  --accent-on: #ffffff;
  --accent-hover: color-mix(in oklab, var(--accent), black 8%);
  --accent-active: color-mix(in oklab, var(--accent), black 14%);
  --success: #16a34a;
  --warn: #f59e0b;
  --danger: #ef4444;
  --font-display: "Myriad Pro", Myriad, "Segoe UI", system-ui, sans-serif;
  --font-body: "Myriad Pro", Myriad, "Segoe UI", system-ui, sans-serif;
  --font-mono: "Myriad Pro", Myriad, "Segoe UI", system-ui, sans-serif;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 24px;
  --text-2xl: 36px;
  --text-3xl: 54px;
  --text-4xl: 76px;
  --leading-body: 1.52;
  --leading-tight: 1.06;
  --tracking-display: -0.025em;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --section-y-desktop: 96px;
  --section-y-tablet: 68px;
  --section-y-phone: 48px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
  --elev-flat: none;
  --elev-ring: 0 0 0 1px var(--border);
  --elev-raised: 0 20px 52px rgba(16, 24, 40, 0.11);
  --focus-ring: 0 0 0 4px rgba(34, 61, 113, 0.22);
  --motion-fast: 150ms;
  --motion-base: 240ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --container-max: 1180px;
  --container-gutter-desktop: 36px;
  --container-gutter-tablet: 24px;
  --container-gutter-phone: 16px;
  --accent-soft: color-mix(in oklch, var(--accent) 14%, transparent);
  --fg-soft: color-mix(in oklch, var(--fg) 6%, transparent);
  --sidebar-w: 248px;
  --sidebar-w-collapsed: 72px;
  --sidebar-bg: #223d71;
  --sidebar-fg: #ffffff;
  --sidebar-muted: rgba(255, 255, 255, 0.62);
  --sidebar-border: rgba(255, 255, 255, 0.12);
  --sidebar-hover: rgba(255, 255, 255, 0.1);
  --sidebar-active: rgba(255, 255, 255, 0.16);
}
