:root {
  --bg-primary:        #0a1505;
  --bg-secondary:      #050c02;
  --bg-tertiary:       #0d1f08;
  --accent-gold:       #ffd700;
  --accent-bronze:     #c8a96e;
  --accent-green:      #7db87d;
  --accent-deep-green: #2d5a1e;
  --accent-red:        #e74c3c;
  --border-bronze:     rgba(139, 105, 20, 0.5);
  --text-primary:      #e8e2c8;
  --text-secondary:    #c8a96e;
  --text-muted:        #7a7a5a;
  --title-gradient: linear-gradient(180deg, #fff8dc 0%, #ffd700 40%, #c8960c 100%);
  --font-title: 'Cinzel Decorative', serif;
  --font-body:  'Cinzel', serif;
}

body {
  background: radial-gradient(ellipse at 30% 0%, rgba(40,80,10,0.5) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(20,50,5,0.4) 0%, transparent 50%),
              linear-gradient(180deg, #0a1505 0%, #0d1f08 50%, #080f03 100%);
}
