/* ============================================================
   theme-platty-v8.css — FUTURISTIC OVERHAUL
   Colors: Pink #fe5f95 | Teal/Blue #80b2af | Dark BG #0b0612
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Orbitron:wght@400;700;900&display=swap');

:root {
  --platty-pink: #fe5f95;
  --platty-teal: #80b2af;
  --platty-blue: #5bc4ff;
  --platty-bg-dark: #0b0612;
  --platty-bg-card: rgba(254, 95, 149, 0.08);
  --platty-glow-pink: 0 0 20px rgba(254, 95, 149, 0.5);
  --platty-glow-teal: 0 0 20px rgba(128, 178, 175, 0.5);
  --platty-glow-blue: 0 0 20px rgba(91, 196, 255, 0.5);
  --roobet-gold: #f5c518;
  --skinrave-green: #22c55e;
  --skinrave-white: #e2fdf6;
}

/* ==============================
   BASE RESET
   ============================== */
body.theme-platty {
  background-color: var(--platty-bg-dark);
  font-family: 'Outfit', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Ember canvas lives behind everything */
#platty-ember-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 0;
  pointer-events: none;
  background-color: #0b0612;
}

/* All page content must sit above canvas */
.platty-navbar {
  position: relative;
  z-index: 1;
}
.container,
.platty-page-content {
  position: relative;
}

/* ==============================
   FUTURISTIC NAVBAR
   ============================== */
.platty-navbar {
  background: rgba(11, 6, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(254, 95, 149, 0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 40px rgba(254, 95, 149, 0.08);
}

.platty-logo {
  height: 50px;
  filter: drop-shadow(0 0 12px rgba(254, 95, 149, 0.6));
  transition: filter 0.3s ease;
}
.platty-logo:hover {
  filter: drop-shadow(0 0 20px rgba(254, 95, 149, 0.9));
}

/* Neon nav links */
.platty-nav-link {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 8px;
  position: relative;
  transition: all 0.25s ease;
}

.platty-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%; right: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--platty-teal), var(--platty-pink));
  border-radius: 2px;
  box-shadow: 0 0 8px var(--platty-pink);
  transition: left 0.3s ease, right 0.3s ease;
}

.platty-nav-link:hover {
  color: #fff;
  text-shadow:
    0 0 6px var(--platty-pink),
    0 0 18px var(--platty-pink),
    0 0 35px rgba(254, 95, 149, 0.4);
  background: rgba(254, 95, 149, 0.06);
}

.platty-nav-link:hover::after {
  left: 10%;
  right: 10%;
}

.platty-nav-link.active {
  color: #fff;
  text-shadow: 0 0 8px var(--platty-pink), 0 0 20px rgba(254,95,149,0.5);
}

/* Play on Roobet link — persistent gold neon */
#nav-play-btn {
  color: var(--roobet-gold) !important;
  text-shadow: 0 0 8px var(--roobet-gold), 0 0 20px rgba(245, 197, 24, 0.4);
  font-weight: 700;
}
#nav-play-btn:hover {
  text-shadow: 0 0 12px var(--roobet-gold), 0 0 30px rgba(245, 197, 24, 0.7), 0 0 50px rgba(245, 197, 24, 0.3);
}

/* Nav buttons */
.theme-platty .btn-primary {
  background: linear-gradient(135deg, var(--platty-pink), #c94070);
  color: #fff;
  border: none;
  box-shadow: var(--platty-glow-pink);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.theme-platty .btn-primary:hover {
  background: linear-gradient(135deg, #ff8fbd, var(--platty-pink));
  box-shadow: 0 0 30px rgba(254, 95, 149, 0.7);
  transform: translateY(-2px);
}

.theme-platty .btn-secondary {
  background: rgba(128, 178, 175, 0.1);
  color: var(--platty-teal);
  border: 1px solid var(--platty-teal);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.theme-platty .btn-secondary:hover {
  background: rgba(128, 178, 175, 0.2);
  box-shadow: var(--platty-glow-teal);
  transform: translateY(-2px);
}

/* ==============================
   GRADIENT TEXT
   ============================== */
.theme-platty .gradient-text {
  background: linear-gradient(135deg, var(--platty-pink), var(--platty-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   GLASS CARDS
   ============================== */
.theme-platty .glass {
  background: rgba(18, 10, 28, 0.75);
  border: 1px solid rgba(254, 95, 149, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}

/* ==============================
   CASINO SELECTOR (NEON TABS)
   ============================== */
.casino-selector-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.casino-tab-pill {
  background: rgba(10, 8, 20, 0.9);
  border-radius: 50px;
  padding: 6px;
  display: flex;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(20px);
}

.tab-btn {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255,255,255,0.4);
  position: relative;
  overflow: hidden;
}

.tab-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Roobet tab — GOLD NEON */
.tab-btn[data-casino="roobet"] {
  --tab-color: var(--roobet-gold);
}
.tab-btn[data-casino="roobet"].active-tab {
  color: var(--roobet-gold);
  border-color: rgba(245, 197, 24, 0.4);
  background: rgba(245, 197, 24, 0.08);
  text-shadow: 0 0 8px var(--roobet-gold), 0 0 20px rgba(245,197,24,0.5);
  box-shadow:
    0 0 15px rgba(245, 197, 24, 0.2),
    inset 0 0 15px rgba(245, 197, 24, 0.05);
}

/* SkinRave tab — GREEN & WHITE NEON */
.tab-btn[data-casino="skinrave"] {
  --tab-color: var(--skinrave-green);
}
.tab-btn[data-casino="skinrave"].active-tab {
  color: var(--skinrave-white);
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.08);
  text-shadow: 0 0 8px var(--skinrave-green), 0 0 20px rgba(34,197,94,0.5), 0 0 40px rgba(34,197,94,0.2);
  box-shadow:
    0 0 15px rgba(34, 197, 94, 0.2),
    inset 0 0 15px rgba(34, 197, 94, 0.05);
}

.tab-btn:not(.active-tab):hover {
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.04);
}

/* ==============================
   PODIUM SECTION
   ============================== */
.podium-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.podium-card {
  border-radius: 22px;
  padding: 1.5rem;
  width: 280px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
}

.podium-card:hover {
  transform: translateY(-10px) scale(1.02);
}

/* --- ANIMATED NEON SCANNER BORDER --- */
/* A linear-gradient that moves up and down like KITT from Knight Rider */

.podium-gold,
.podium-silver,
.podium-bronze {
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
}

/* Shared glowing border wrapper */
.podium-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  z-index: -1;
  background: linear-gradient(180deg, 
    transparent 0%, 
    transparent 40%,
    var(--spark-color, #fff) 48%, 
    var(--spark-color2, #fff) 50%, 
    var(--spark-color, #fff) 52%, 
    transparent 60%, 
    transparent 100%
  );
  background-size: 100% 400%;
  animation: borderScan 3s ease-in-out infinite alternate;
}

@keyframes borderScan {
  0%   { background-position: 0% 0%; }
  100% { background-position: 0% 100%; }
}

/* Fallback for browsers that don't support border gradient animations */
@supports not (background-position: 0% 0%) {
  .podium-card::before { display: none; }
}

/* Gold (1st) — bright gold + pink sparks */
.podium-gold {
  background: linear-gradient(180deg, rgba(254,95,149,0.25) 0%, rgba(11,6,18,0.95) 80%);
  box-shadow:
    0 0 40px rgba(254, 95, 149, 0.3),
    0 0 80px rgba(245, 197, 24, 0.1),
    inset 0 0 30px rgba(254,95,149,0.08);
  padding-top: 5rem;
  z-index: 3;
}
.podium-gold::before {
  --spark-color: var(--platty-pink);
  --spark-color2: var(--roobet-gold);
  animation-duration: 2.5s;
  box-shadow: 0 0 20px var(--platty-pink), 0 0 40px rgba(254,95,149,0.4);
}

/* Silver (2nd) — teal/blue sparks */
.podium-silver {
  background: linear-gradient(180deg, rgba(128,178,175,0.2) 0%, rgba(11,6,18,0.92) 80%);
  box-shadow:
    0 0 30px rgba(128,178,175,0.25),
    inset 0 0 20px rgba(128,178,175,0.06);
  padding-top: 3rem;
  z-index: 2;
}
.podium-silver::before {
  --spark-color: var(--platty-teal);
  --spark-color2: var(--platty-blue);
  animation-duration: 2.5s;
  box-shadow: 0 0 15px var(--platty-teal);
}

/* Bronze (3rd) — pink/purple sparks */
.podium-bronze {
  background: linear-gradient(180deg, rgba(254,95,149,0.18) 0%, rgba(11,6,18,0.9) 80%);
  box-shadow:
    0 0 25px rgba(254,95,149,0.2),
    inset 0 0 20px rgba(254,95,149,0.04);
  padding-top: 2rem;
  z-index: 1;
}
.podium-bronze::before {
  --spark-color: var(--platty-pink);
  --spark-color2: #bf7fff;
  animation-duration: 2.5s;
}

/* --- Rank Badges --- */
.podium-rank-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 22px;
  border-radius: 30px;
  font-family: 'Orbitron', monospace;
  font-weight: 900;
  font-size: 0.85rem;
  z-index: 10;
  letter-spacing: 3px;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(0,0,0,0.6);
}

.podium-gold .podium-rank-badge {
  background: linear-gradient(135deg, #ffe066, var(--platty-pink));
  color: #1a0a10;
  box-shadow: 0 0 20px rgba(254,95,149,0.6), 0 5px 20px rgba(0,0,0,0.5);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.podium-silver .podium-rank-badge {
  background: linear-gradient(135deg, var(--platty-teal), var(--platty-blue));
  color: #071015;
  box-shadow: 0 0 20px rgba(128,178,175,0.6), 0 5px 20px rgba(0,0,0,0.5);
}
.podium-bronze .podium-rank-badge {
  background: linear-gradient(135deg, var(--platty-pink), #9b3fa0);
  color: #fff;
  box-shadow: 0 0 15px rgba(254,95,149,0.5), 0 5px 20px rgba(0,0,0,0.5);
}

/* --- Podium Logo --- */
.podium-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem auto;
  opacity: 0.9;
  z-index: 2;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.3));
}
.podium-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- Podium Text --- */
.podium-username {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
  letter-spacing: 0.5px;
}

.podium-label {
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
}

.podium-wagered {
  color: #fcd34d !important;
  text-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

.podium-prize-box {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
  border-radius: 16px;
  padding: 1.2rem;
  width: 100%;
  z-index: 2;
  margin-top: 1.5rem;
}

.prize-cash {
  color: #10b981 !important;
  font-size: 2rem;
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(16, 185, 129, 0.6);
  margin-bottom: 0.5rem;
}

.bonus-badge {
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  margin-top: 8px !important;
  background: linear-gradient(135deg, rgba(254, 95, 149, 0.25), rgba(128, 178, 175, 0.25)) !important;
  border: 1px solid rgba(254, 95, 149, 0.5) !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(254, 95, 149, 0.35);
  text-shadow: 0 0 5px rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
}
.bonus-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 0 22px rgba(254, 95, 149, 0.6);
}

/* ==============================
   LIST ROWS
   ============================== */
.lb-list-row {
  background: rgba(255, 255, 255, 0.015);
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.lb-list-row:hover {
  background: rgba(254, 95, 149, 0.05);
  border-color: rgba(254, 95, 149, 0.15);
  transform: scale(1.01);
  box-shadow: 0 0 15px rgba(254, 95, 149, 0.08);
}

.lb-rank { font-weight: 800; color: rgba(255,255,255,0.4); width: 50px; }
.lb-player { flex-grow: 1; font-weight: 700; font-size: 1.1rem; }
.lb-wagered { font-family: monospace; font-size: 1.05rem; width: 150px; text-align: right; }
.lb-prize { width: 200px; text-align: right; }

.hover-glow:hover {
  background: rgba(254, 95, 149, 0.05) !important;
  transform: translateX(5px) !important;
}

/* ==============================
   TIMER BOX
   ============================== */
.timer-box {
  background: rgba(20, 10, 35, 0.9);
  border: 1px solid rgba(254, 95, 149, 0.35);
  border-radius: 14px;
  padding: 15px 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 20px rgba(254, 95, 149, 0.15), inset 0 0 10px rgba(254,95,149,0.05);
  transition: box-shadow 0.3s ease;
}
.timer-box:hover {
  box-shadow: 0 0 30px rgba(254, 95, 149, 0.35), inset 0 0 15px rgba(254,95,149,0.1);
}
.timer-val {
  font-family: 'Orbitron', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(254,95,149,0.6);
}
.timer-label {
  font-size: 0.65rem;
  font-family: 'Orbitron', monospace;
  color: var(--platty-pink);
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(254,95,149,0.5);
}

/* ==============================
   HERO SECTION
   ============================== */
.hero-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(254,95,149,0.12) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

/* Hero prize pool text */
.hero h1, .hero .display-6 {
  font-family: 'Outfit', sans-serif;
}

/* ==============================
   HERO ACTION BUTTONS
   ============================== */
.btn-neon-danger {
  background: transparent;
  border: 1.5px solid var(--platty-pink);
  color: var(--platty-pink);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 10px 26px;
  border-radius: 10px;
  text-shadow: 0 0 6px var(--platty-pink);
  box-shadow: 0 0 12px rgba(254,95,149,0.3), inset 0 0 8px rgba(254,95,149,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-neon-danger::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(254,95,149,0.15), transparent);
  transition: left 0.5s ease;
}
.btn-neon-danger:hover {
  background: rgba(254,95,149,0.12);
  box-shadow: 0 0 25px rgba(254,95,149,0.55), inset 0 0 15px rgba(254,95,149,0.1);
  transform: translateY(-2px);
  color: #fff;
}
.btn-neon-danger:hover::before { left: 100%; }

.btn-neon-gold {
  background: transparent;
  border: 1.5px solid var(--roobet-gold);
  color: var(--roobet-gold);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 10px 26px;
  border-radius: 10px;
  text-shadow: 0 0 6px var(--roobet-gold);
  box-shadow: 0 0 12px rgba(245,197,24,0.3), inset 0 0 8px rgba(245,197,24,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-neon-gold:hover {
  background: rgba(245,197,24,0.12);
  box-shadow: 0 0 25px rgba(245,197,24,0.55), inset 0 0 15px rgba(245,197,24,0.1);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.btn-neon-green {
  background: transparent;
  border: 1.5px solid var(--skinrave-green);
  color: var(--skinrave-green);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 10px 26px;
  border-radius: 10px;
  text-shadow: 0 0 6px var(--skinrave-green);
  box-shadow: 0 0 12px rgba(34,197,94,0.3), inset 0 0 8px rgba(34,197,94,0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-neon-green:hover {
  background: rgba(34,197,94,0.12);
  box-shadow: 0 0 25px rgba(34,197,94,0.55);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* ==============================
   FUTURISTIC FALLING LOGOS
   ============================== */
.falling-logo {
  position: fixed;
  top: -80px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  animation: logoFall linear infinite;
  user-select: none;
}

@keyframes logoFall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  5% { opacity: 0.12; }
  90% { opacity: 0.1; }
  100% {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0;
  }
}

/* ==============================
   GLOW UTILITIES
   ============================== */
.glow-text { text-shadow: 0 0 15px currentColor; }
.pulse-glow { animation: pulseGlow 3s ease-in-out infinite; }

@keyframes pulseGlow {
  0%   { text-shadow: 0 0 25px rgba(254, 95, 149, 0.7); }
  50%  { text-shadow: 0 0 55px rgba(254, 95, 149, 1); }
  100% { text-shadow: 0 0 25px rgba(254, 95, 149, 0.7); }
}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
.floating-logo { animation: float 6s ease-in-out infinite; }

.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
.orb-1 {
  top: -100px; left: -100px;
  width: 600px; height: 600px;
  background: rgba(254, 95, 149, 0.12);
  animation: float 10s ease-in-out infinite reverse;
}
.orb-2 {
  bottom: -200px; right: -100px;
  width: 700px; height: 700px;
  background: rgba(128, 178, 175, 0.1);
  animation: float 14s ease-in-out infinite;
}

/* ==============================
   HOVER SCALE UTILITY
   ============================== */
.hover-scale {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hover-scale:hover { transform: scale(1.06) translateY(-2px); }

/* ==============================
   PRIZE BADGES
   ============================== */
.prize-badge {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}

/* ==============================
   MODALS
   ============================== */
.modal-content.platty-modal {
  background: #100a1e !important;
  border: 1px solid rgba(254,95,149,0.3);
  box-shadow: 0 0 50px rgba(254,95,149,0.15), 0 0 100px rgba(128,178,175,0.05);
  border-radius: 22px;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}
.modal-header.platty-modal-header {
  background: linear-gradient(135deg, rgba(254,95,149,0.08), transparent);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.rule-icon {
  width: 40px; height: 40px;
  background: rgba(254,95,149,0.1);
  color: var(--platty-pink);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.anti-abuse-box {
  background: rgba(239, 68, 68, 0.05);
  border-left: 4px solid #ef4444;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem;
}

/* ==============================
   LIST CONTAINER
   ============================== */
.list-container {
  background: rgba(12, 8, 22, 0.8) !important;
  border: 1px solid rgba(254,95,149,0.1) !important;
}

/* ==============================
   ANIMATE FADE IN
   ============================== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* ==============================
   STAT CARD
   ============================== */
.stat-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255,255,255,0.02);
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.04);
  border-color: rgba(254,95,149,0.3) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 20px rgba(254,95,149,0.12);
}
.stat-card:hover::before { opacity: 1; }

/* ==============================
   GLOWING BUTTONS
   ============================== */
.glowing-btn {
  box-shadow: 0 0 20px rgba(254,95,149,0.3);
  transition: all 0.3s ease;
}
.glowing-btn:hover {
  box-shadow: 0 0 40px rgba(254,95,149,0.6);
  transform: translateY(-3px);
}
.glowing-btn-warning {
  box-shadow: 0 0 20px rgba(245,158,11,0.3);
  transition: all 0.3s ease;
}
.glowing-btn-warning:hover {
  box-shadow: 0 0 40px rgba(245,158,11,0.6);
  transform: translateY(-3px);
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 768px) {
  .hero h1 { font-size: 3.5rem !important; }
  .podium-container {
    flex-direction: column !important;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem !important;
  }
  .podium-card {
    width: 100% !important;
    max-width: 300px;
    margin: 140px 0 0 0 !important;
    transform: none !important;
  }
  .podium-gold  { order: -1; }
  .podium-silver { order: 2; }
  .podium-bronze { order: 3; }
  .lb-list-row { flex-wrap: wrap; padding: 1rem !important; }
  .lb-rank  { width: auto !important; margin-right: 0.5rem; }
  .lb-player { width: auto !important; flex-grow: 1 !important; }
  .lb-wagered { width: auto !important; text-align: right !important; }
  .lb-prize { width: 100% !important; justify-content: flex-start !important; margin-top: 0.5rem; }
  .pulse-glow { font-size: 3rem !important; }
}

/* iOS Safari WebM Fix */
@supports (-webkit-touch-callout: none) {
  .podium-card video { mix-blend-mode: screen; }
}

/* Dropdown menu dark styling */
.dropdown-menu-dark {
  background: rgba(10, 6, 20, 0.95) !important;
  border: 1px solid rgba(254,95,149,0.2);
  backdrop-filter: blur(20px);
}
.dropdown-menu-dark .dropdown-item {
  color: rgba(255,255,255,0.7);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.dropdown-menu-dark .dropdown-item:hover {
  background: rgba(254,95,149,0.1);
  color: #fff;
}
