/* =========================================
   Shared Theme Variables
   ========================================= */
:root {
  --bg-dark: #050c15;
  --bg-light: rgba(12, 30, 50, 0.82);
  --primary-color: #2cf3c8;
  --secondary-color: #32ccff;
  --text-light: #eef6ff;
  --text-dark: #a7b8cb;
  --esport-accent: var(--primary-color);
  --hero-text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
  --hero-text-strong: rgba(235, 247, 255, 0.92);
}
