/* ===== JUGAX SPORTSBOOK HOTFIX v2 (2026-06-03) — reversible ===== */
/* (el fix del hero ahora vive en slider.blade.php: height:auto) */

/* BOTTOM-BAR: era blanca (var(--white) sin .dark-mode) y es nav de mobile.
   -> oscura en mobile, oculta en desktop */
.bottom-bar,
.bottom-bar.fixed-bottom{
  background:#0d1228 !important;
  color:#e9eef7 !important;
  box-shadow:0 -2px 10px rgba(0,0,0,.45) !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}
.bottom-bar a, .bottom-bar button{ color:#cfd5e0 !important; }
.bottom-bar a.active, .bottom-bar a[aria-current="page"]{ color:#22e495 !important; }
@media (min-width:992px){
  .bottom-bar, .bottom-bar.fixed-bottom{ display:none !important; }
  body{ padding-bottom:0 !important; }
}
