:root {
  --primary: #2457A7;
  --primary-ink: #12366f;
  --accent: #A044C5;
  --accent-soft: rgba(160, 68, 197, 0.12);
  --background: #F6F8FC;
  --surface: #FFFFFF;
  --surface-2: #E9EEF7;
  --surface-3: #DCE5F2;
  --text: #1B2638;
  --muted: #5A6B80;
  --border: #CDD8E8;
  --success: #0F7A4A;
  --warning: #9A6B00;
  --danger: #B42318;
  --shadow-sm: 0 1px 2px rgba(27, 38, 56, 0.06);
  --shadow-md: 0 8px 24px rgba(27, 38, 56, 0.08);
  --shadow-lg: 0 18px 40px rgba(27, 38, 56, 0.12);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1180px;
  --header-h: 72px;
  --score-h: 48px;
  --sticky-cta-h: 64px;
  --font: "Manrope", "Noto Sans Devanagari", system-ui, -apple-system, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --focus: 0 0 0 3px rgba(36, 87, 167, 0.35);
}