:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: #161616;
  --bg-overlay: rgba(0, 0, 0, 0.85);

  --red: #cc1111;
  --red-dark: #990d0d;
  --red-glow: rgba(204, 17, 17, 0.25);
  --gold: #d4a017;
  --gold-light: #f0c040;
  --gold-glow: rgba(212, 160, 23, 0.2);

  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #666666;

  --border: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(212, 160, 23, 0.3);
  --separator: rgba(255, 255, 255, 0.05);

  --shadow-red: 0 0 40px rgba(204, 17, 17, 0.15);
  --shadow-gold: 0 0 30px rgba(212, 160, 23, 0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --container: min(1200px, 92vw);
}
