:root {
  --brand-950: #0a1729;
  --brand-900: #0f2742;
  --brand-800: #13365d;
  --brand-700: #1c4b78;
  --accent-700: #0f6f73;
  --accent-600: #1b8c91;
  --bg: #f1f4f8;
  --surface: #ffffff;
  --surface-alt: #eef2f7;
  --surface-policy: #f8fafc;
  --text: #0f1f33;
  --text-muted: #485b73;
  --border: #cfd8e4;
  --border-strong: #aebccc;
  --success: #0f7f59;
  --danger: #b13a2b;
  --shadow-sm: 0 1px 2px rgba(10, 23, 41, 0.08);
  --shadow-md: 0 8px 26px rgba(10, 23, 41, 0.12);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --container: 1200px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
}
