/* Global Theme Design System & All 9 Alcohol Color Palette Tokens */

:root {
  --font-serif: 'Playfair Display', 'Cinzel', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'Space Grotesk', monospace;

  --bg-primary: #120e0b;
  --bg-surface: #1e1713;
  --bg-card: #271e18;
  --bg-card-hover: #32271f;
  
  --text-primary: #f6efe6;
  --text-secondary: #c9bcae;
  --text-muted: #8e8072;
  --text-accent: #e59d38;

  --border-color: #3d2f25;
  --border-subtle: #2d221a;

  --accent-gold: #e59d38;
  --accent-amber: #c86828;
  --accent-cream: #f4ece1;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;

  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 20px rgba(229, 157, 56, 0.2);

  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
}

/* --------------------------------------------------
   1. RUM THEME (Warm Mahogany, Golden Amber, Galleon)
   -------------------------------------------------- */
[data-theme="rum"] {
  --bg-page: #19110d;
  --bg-header: #140d0a;
  --bg-surface: #241712;
  --bg-card: #2d1d16;
  --bg-card-hover: #38241c;
  --bg-pill: #3a261c;

  --text-title: #f8ede3;
  --text-body: #d6c6b8;
  --text-muted: #958173;

  --accent-primary: #e69c37;
  --accent-secondary: #c86528;
  --accent-ring: #e69c37;

  --border-card: #452c20;
  --border-active: #e69c37;
}

/* --------------------------------------------------
   2. VODKA THEME (Glacial Ice, Frost Blue, Arctic Steel)
   -------------------------------------------------- */
[data-theme="vodka"] {
  --bg-page: #0a1118;
  --bg-header: #060a0f;
  --bg-surface: #121e2b;
  --bg-card: #182839;
  --bg-card-hover: #20344a;
  --bg-pill: #22384f;

  --text-title: #f0f7ff;
  --text-body: #c5d8ed;
  --text-muted: #6b8cae;

  --accent-primary: #7bb4ec;
  --accent-secondary: #3b82f6;
  --accent-ring: #7bb4ec;

  --border-card: #253e59;
  --border-active: #7bb4ec;
}

/* --------------------------------------------------
   3. WHISKY THEME (Peat Smoke, Charred Oak, Barley Gold)
   -------------------------------------------------- */
[data-theme="whisky"] {
  --bg-page: #121417;
  --bg-header: #0c0e10;
  --bg-surface: #1a1e24;
  --bg-card: #21262e;
  --bg-card-hover: #29303a;
  --bg-pill: #2d3542;

  --text-title: #f2f4f7;
  --text-body: #cad1db;
  --text-muted: #7b8696;

  --accent-primary: #dda94b;
  --accent-secondary: #c46d28;
  --accent-ring: #dda94b;

  --border-card: #333c4a;
  --border-active: #dda94b;
}

/* --------------------------------------------------
   4. WINE THEME (Tuscan Vineyard, Burgundy Velvet, Ruby)
   -------------------------------------------------- */
[data-theme="wine"] {
  --bg-page: #190c12;
  --bg-header: #11070c;
  --bg-surface: #24121b;
  --bg-card: #2f1723;
  --bg-card-hover: #3b1d2c;
  --bg-pill: #422031;

  --text-title: #faedf3;
  --text-body: #dec8d3;
  --text-muted: #967484;

  --accent-primary: #d4af37;
  --accent-secondary: #8b263e;
  --accent-ring: #d4af37;

  --border-card: #4a2337;
  --border-active: #d4af37;
}

/* --------------------------------------------------
   5. GIN THEME (Botanical Press, Juniper Teal, Sage)
   -------------------------------------------------- */
[data-theme="gin"] {
  --bg-page: #0d1717;
  --bg-header: #081010;
  --bg-surface: #142424;
  --bg-card: #1a2f2f;
  --bg-card-hover: #223c3c;
  --bg-pill: #274545;

  --text-title: #edf6f6;
  --text-body: #c4dcda;
  --text-muted: #739895;

  --accent-primary: #3ca59d;
  --accent-secondary: #5a9e6f;
  --accent-ring: #3ca59d;

  --border-card: #294747;
  --border-active: #3ca59d;
}

/* --------------------------------------------------
   6. COGNAC THEME (Crystal Decanter, Light Swirls, Copper)
   -------------------------------------------------- */
[data-theme="cognac"] {
  --bg-page: #1a0f0a;
  --bg-header: #110906;
  --bg-surface: #25160e;
  --bg-card: #301c12;
  --bg-card-hover: #3d2417;
  --bg-pill: #45291b;

  --text-title: #fcf1e8;
  --text-body: #e3cdbe;
  --text-muted: #9c7b67;

  --accent-primary: #e5a038;
  --accent-secondary: #9c4b18;
  --accent-ring: #e5a038;

  --border-card: #4d2e1c;
  --border-active: #e5a038;
}

/* --------------------------------------------------
   7. BRANDY THEME (Warm Tavern Cellar, Terracotta, Oak)
   -------------------------------------------------- */
[data-theme="brandy"] {
  --bg-page: #1b120c;
  --bg-header: #120b07;
  --bg-surface: #261a12;
  --bg-card: #312117;
  --bg-card-hover: #3d2a1d;
  --bg-pill: #453021;

  --text-title: #faeee6;
  --text-body: #dfc8b8;
  --text-muted: #997b69;

  --accent-primary: #d97736;
  --accent-secondary: #a64b24;
  --accent-ring: #d97736;

  --border-card: #4d3324;
  --border-active: #d97736;
}

/* --------------------------------------------------
   8. TEQUILA THEME (Blue Agave, Sunbaked Earth, Sand)
   -------------------------------------------------- */
[data-theme="tequila"] {
  --bg-page: #17150f;
  --bg-header: #0e0d09;
  --bg-surface: #221f17;
  --bg-card: #2b271d;
  --bg-card-hover: #363124;
  --bg-pill: #3e3829;

  --text-title: #f7f4ea;
  --text-body: #d8d1bf;
  --text-muted: #918972;

  --accent-primary: #489b74;
  --accent-secondary: #c87d46;
  --accent-ring: #489b74;

  --border-card: #423d2e;
  --border-active: #489b74;
}

/* --------------------------------------------------
   9. CHAMPAGNE THEME (Sparkling Gold, Effervescent Black)
   -------------------------------------------------- */
[data-theme="champagne"] {
  --bg-page: #0f0f12;
  --bg-header: #09090b;
  --bg-surface: #17171d;
  --bg-card: #1f1f27;
  --bg-card-hover: #292934;
  --bg-pill: #2e2e3b;

  --text-title: #fbf7ed;
  --text-body: #dcd6c5;
  --text-muted: #8d8776;

  --accent-primary: #f3cf7a;
  --accent-secondary: #c59b27;
  --accent-ring: #f3cf7a;

  --border-card: #363645;
  --border-active: #f3cf7a;
}

/* --------------------------------------------------
   10. BEER THEME (Malt Amber, Copper Kettle, Hop Green)
   -------------------------------------------------- */
[data-theme="beer"] {
  --bg-page: #17110a;
  --bg-header: #110c07;
  --bg-surface: #211809;
  --bg-card: #2b1f0e;
  --bg-card-hover: #372813;
  --bg-pill: #3b2b14;

  --text-title: #fbf1dc;
  --text-body: #ddcba6;
  --text-muted: #99855f;

  --accent-primary: #e0aa2f;
  --accent-secondary: #b06f1c;
  --accent-ring: #e0aa2f;

  --border-card: #4a3616;
  --border-active: #e0aa2f;
}

/* --------------------------------------------------
   11. ABSINTHE THEME (La Fée Verte, Wormwood, Louche)
   -------------------------------------------------- */
[data-theme="absinthe"] {
  --bg-page: #0c1209;
  --bg-header: #070d06;
  --bg-surface: #121b0e;
  --bg-card: #182312;
  --bg-card-hover: #202e18;
  --bg-pill: #24331a;

  --text-title: #eef7e2;
  --text-body: #c8d9b4;
  --text-muted: #7f9169;

  --accent-primary: #9ccb45;
  --accent-secondary: #5f8c2a;
  --accent-ring: #9ccb45;

  --border-card: #2c3d1f;
  --border-active: #9ccb45;
}

/* --------------------------------------------------
   12. LIQUEUR THEME (Crimson Cassis, Gilded Crystal)
   -------------------------------------------------- */
[data-theme="liqueur"] {
  --bg-page: #140a0d;
  --bg-header: #0e0609;
  --bg-surface: #1d0f13;
  --bg-card: #26141a;
  --bg-card-hover: #331b23;
  --bg-pill: #371d25;

  --text-title: #f9e9ec;
  --text-body: #dcc0c6;
  --text-muted: #977880;

  --accent-primary: #d8a24a;
  --accent-secondary: #9c2743;
  --accent-ring: #d8a24a;

  --border-card: #45222c;
  --border-active: #d8a24a;
}

/* --------------------------------------------------
   HIDDEN: COCKTAIL COMPENDIUM (Brass, Midnight Bar)
   -------------------------------------------------- */
[data-theme="cocktail"] {
  --bg-page: #0e0f14;
  --bg-header: #090a0e;
  --bg-surface: #15171e;
  --bg-card: #1c1f28;
  --bg-card-hover: #262a35;
  --bg-pill: #2a2f3b;

  --text-title: #f4f1e8;
  --text-body: #c9c6bb;
  --text-muted: #82806f;

  --accent-primary: #d8b45c;
  --accent-secondary: #9a7430;
  --accent-ring: #d8b45c;

  --border-card: #2f3440;
  --border-active: #d8b45c;
}

