:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #3b82f6;
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --accent: #3b82f6;
  --gold: #f59e0b;
  --hero-start: #0f172a;
  --hero-mid: #1e3a8a;
  --hero-end: #2563eb;
  --footer-start: #0f172a;
  --footer-end: #1e293b;
  --btn-bg: #2563eb;
  --btn-hover: #1d4ed8;
  --btn-shadow: rgba(37,99,235,0.25);
  --category-color: #2563eb;
  --card-border-accent: #bfdbfe;
  --stat-color: #60a5fa;
}