:root {
  --blue: #31466d;
  --gold: #fcb614;
  --white: #ffffff;

  --bg: #f4f6fb;
  --surface: #ffffff;
  --text: #111827;
  --muted: #6b7280;

  --border: #d1d5db;
  --border-soft: #e5e7eb;
  --ok: #065f46;
  --danger: #7f1d1d;

  --shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
  --shadow-soft: 0 6px 16px rgba(49, 70, 109, 0.12);

  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 10px;
  --space-4: 12px;
  --space-5: 14px;
  --space-6: 16px;
  --space-7: 18px;
  --space-8: 24px;

  --font-base: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
