:root {
  --primary: #b91c1c;
  --primary-dark: #991b1b;
  --primary-light: #dc2626;
  --primary-50: #fef2f2;
  --primary-100: #fee2e2;
  --accent: #dc2626;
  --gold: #f59e0b;
  --hero-start: #7f1d1d;
  --hero-mid: #991b1b;
  --hero-end: #b91c1c;
  --footer-start: #3b1010;
  --footer-end: #1a0505;
  --btn-bg: linear-gradient(135deg,#b8860b,#f59e0b);
  --btn-hover: linear-gradient(135deg,#a37a0a,#d98e0b);
  --btn-shadow: rgba(184,134,11,0.35);
  --category-color: #b8860b;
  --card-border-accent: #fcd34d;
  --stat-color: #f59e0b;
}