/* ===========================================
   Theme: Gold (Premium)
   Author: Lord V
   Luxurious black and gold
   =========================================== */

[data-theme="gold"] {
  /* Background colors */
  --bg-primary: #0a0a08;
  --bg-secondary: #141410;
  --bg-card: #1a1a14;
  --bg-hover: #24241c;
  
  /* Text colors */
  --text-primary: #fff8e7;
  --text-secondary: #d4af37;
  --text-muted: #8b7355;
  
  /* Accent colors */
  --accent: #ffd700;
  --accent-hover: #ffdf33;
  --accent-glow: rgba(255, 215, 0, 0.25);
  
  /* UI colors */
  --border: rgba(255, 215, 0, 0.15);
  --overlay: rgba(10, 10, 8, 0.92);
  
  /* Header */
  --header-bg: rgba(10, 10, 8, 0.95);
  
  /* Theme color for browser */
  --theme-color: #0a0a08;
}
