/* Powered by INKRAH.com | Developed by INKRAH Web Design | https://inkrah.com
   Each theme defines both a light and dark mode variant so text always
   remains contrast-safe (WCAG AA target ≥ 4.5:1 for body text). */

/* ---------- GOLD PREMIUM ---------- */
.theme-gold-premium.mode-light {
  --bg:#fffdf7; --surface:#ffffff; --text:#2b2109; --text-muted:#7a6a3d;
  --accent:#b8860b; --accent-2:#8a6508; --border:#e8dcb5; --chip:#f6ecd0;
}
.theme-gold-premium.mode-dark {
  --bg:#171204; --surface:#221c0a; --text:#f5e9c8; --text-muted:#c9b787;
  --accent:#e0b23d; --accent-2:#b8860b; --border:#40350f; --chip:#2e2610;
}

/* ---------- RED MAROON PREMIUM ---------- */
.theme-red-maroon-premium.mode-light {
  --bg:#fff7f7; --surface:#ffffff; --text:#3a0b0b; --text-muted:#8a4a4a;
  --accent:#7f1d1d; --accent-2:#5c1414; --border:#f0d3d3; --chip:#fbe4e4;
}
.theme-red-maroon-premium.mode-dark {
  --bg:#160404; --surface:#230909; --text:#f6dede; --text-muted:#cf9c9c;
  --accent:#c23b3b; --accent-2:#7f1d1d; --border:#421414; --chip:#2e0d0d;
}

/* ---------- BLUE PREMIUM ---------- */
.theme-blue-premium.mode-light {
  --bg:#f5f9ff; --surface:#ffffff; --text:#0b1f3a; --text-muted:#4a638a;
  --accent:#1d4e89; --accent-2:#123a68; --border:#d3e2f0; --chip:#e4eefb;
}
.theme-blue-premium.mode-dark {
  --bg:#040c16; --surface:#091829; --text:#dee9f6; --text-muted:#9cb3cf;
  --accent:#3b82c2; --accent-2:#1d4e89; --border:#142a42; --chip:#0d1f33;
}

/* ---------- GREEN PREMIUM ---------- */
.theme-green-premium.mode-light {
  --bg:#f6fbf7; --surface:#ffffff; --text:#0c2a17; --text-muted:#4a7a5c;
  --accent:#1f7a45; --accent-2:#155a32; --border:#d3ecdc; --chip:#e5f6ea;
}
.theme-green-premium.mode-dark {
  --bg:#04160c; --surface:#092112; --text:#deF6e6; --text-muted:#9ccfaf;
  --accent:#3bc271; --accent-2:#1f7a45; --border:#14422a; --chip:#0d3319;
}

/* ---------- ORANGE PREMIUM ---------- */
.theme-orange-premium.mode-light {
  --bg:#fffaf5; --surface:#ffffff; --text:#3a1f0b; --text-muted:#8a5f4a;
  --accent:#c2570b; --accent-2:#8a3d08; --border:#f0dfd3; --chip:#fbebe0;
}
.theme-orange-premium.mode-dark {
  --bg:#160a04; --surface:#231209; --text:#f6e6de; --text-muted:#cfaa9c;
  --accent:#e07b3b; --accent-2:#c2570b; --border:#422214; --chip:#33170d;
}

/* ---------- PURPLE PREMIUM ---------- */
.theme-purple-premium.mode-light {
  --bg:#fbf7ff; --surface:#ffffff; --text:#210b3a; --text-muted:#6a4a8a;
  --accent:#6a1db8; --accent-2:#4a1382; --border:#e3d3f0; --chip:#f0e4fb;
}
.theme-purple-premium.mode-dark {
  --bg:#0d0416; --surface:#180923; --text:#ecdef6; --text-muted:#bd9ccf;
  --accent:#9b4fe0; --accent-2:#6a1db8; --border:#2c1442; --chip:#210d33;
}

/* ---------- BLACK PREMIUM ---------- */
.theme-black-premium.mode-light {
  --bg:#f7f7f7; --surface:#ffffff; --text:#111111; --text-muted:#5c5c5c;
  --accent:#1a1a1a; --accent-2:#000000; --border:#dedede; --chip:#ececec;
}
.theme-black-premium.mode-dark {
  --bg:#0a0a0a; --surface:#151515; --text:#f0f0f0; --text-muted:#a8a8a8;
  --accent:#d4af37; --accent-2:#8a6b1c; --border:#2a2a2a; --chip:#1f1f1f;
}
