/* ============================================================
   LIVE HUB INDEX PAGE (Production) — VAN Dark UI
   ------------------------------------------------------------
   Updated for:
   - smooth arrow scrolling
   - hidden visible horizontal scrollbars
   - reusable horizontal carousels for:
     1. Live Now
     2. Upcoming Live Shows
     3. Catch Up · Replays
   Mobile-first → tablets → laptops → desktops → big screens
   ============================================================ */

/* -----------------------------
   Design tokens (safe defaults)
------------------------------ */
:root {
  --va-bg: #020617;
  --va-panel: rgba(15, 23, 42, 0.96);
  --va-panel-2: rgba(15, 23, 42, 0.9);

  --va-border: rgba(148, 163, 184, 0.22);
  --va-border-strong: rgba(148, 163, 184, 0.55);

  --va-text: #e5e7eb;
  --va-text-strong: #f9fafb;
  --va-text-muted: #9ca3af;

  --va-accent: #f5b200;
  --va-accent-2: #f97316;
  --va-blue: #2563eb;

  --va-live: #ef4444;
  --va-good: #22c55e;

  --va-radius-sm: 0.9rem;
  --va-radius-md: 1.2rem;
  --va-radius-lg: 1.5rem;
  --va-radius-pill: 999px;

  --va-shadow-1: 0 14px 40px rgba(0, 0, 0, 0.55);
  --va-shadow-2: 0 18px 50px rgba(0, 0, 0, 0.6);

  --va-max: 1200px;
  --va-carousel-side-pad: 0.15rem;
}

/* -----------------------------
   Base + accessibility
------------------------------ */
.live-page,
.live-page * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.live-page img {
  max-width: 100%;
  height: auto;
}

.dot {
  opacity: 0.6;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.live-hero-btn-primary:focus-visible,
.live-hero-btn-secondary:focus-visible,
.live-hero-btn-icon:focus-visible,
.live-filter-pill:focus-visible,
.live-section-link:focus-visible,
.live-card-thumb-link:focus-visible,
.live-card-title a:focus-visible,
.live-card-action-btn:focus-visible,
.live-card-reminder-btn:focus-visible,
.live-replay-poster-link:focus-visible,
.live-replay-title a:focus-visible,
.home-carousel-btn:focus-visible,
.van-auth-modal__close:focus-visible,
.van-auth-modal__btn:focus-visible {
  outline: 2px solid var(--va-accent);
  outline-offset: 2px;
}

html.modal-open {
  overflow: hidden;
}

/* ============================================================
   Page wrapper
============================================================ */
.live-page {
  min-height: 100vh;
  color: var(--va-text);
  background:
    radial-gradient(circle at top, rgba(245, 178, 0, 0.11), transparent 55%),
    radial-gradient(circle at bottom, rgba(37, 99, 235, 0.12), var(--va-bg) 70%);
}

.live-page-inner {
  max-width: var(--va-max);
  margin: 0 auto;
  padding: 1.35rem 1rem 3rem;
}

/* ============================================================
   Empty state
============================================================ */
.live-empty-state {
  padding: 2rem 1.25rem;
  border-radius: var(--va-radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: var(--va-shadow-1);
  text-align: center;
}

.live-empty-state h3 {
  margin: 0 0 0.4rem;
  color: var(--va-text-strong);
  font-size: 1.15rem;
}

.live-empty-state p {
  margin: 0;
  color: var(--va-text-muted);
  line-height: 1.6;
}

/* ============================================================
   HERO (Featured Live)
============================================================ */
.live-hero {
  position: relative;
  border-radius: var(--va-radius-lg);
  overflow: hidden;
  min-height: 300px;
  background: var(--va-bg);
  isolation: isolate;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: var(--va-shadow-2);
  margin-bottom: 1.8rem;
}

.live-hero-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: brightness(0.68);
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.live-hero:hover .live-hero-backdrop {
  transform: scale(1.09);
  filter: brightness(0.78);
}

.live-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(15, 23, 42, 0.22),
      transparent 55%
    ),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.08), var(--va-bg) 82%);
}

.live-hero-inner {
  position: relative;
  padding: 1.7rem 1.35rem 1.35rem;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.live-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.live-hero-badge {
  font-size: 0.75rem;
  padding: 0.24rem 0.75rem;
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(248, 250, 252, 0.18);
  background: rgba(15, 23, 42, 0.75);
  color: var(--va-text);
  backdrop-filter: blur(6px);
}

.live-hero-badge--accent {
  border-color: rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.12);
  color: #fecaca;
}

.live-hero-title {
  margin: 0.15rem 0 0;
  font-family:
    Poppins,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--va-text-strong);
}

.live-hero-subtitle {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--va-text);
  max-width: 60ch;
}

.live-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.82rem;
  color: #cbd5f5;
  opacity: 0.95;
}

.live-hero-actions {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.live-hero-btn-primary,
.live-hero-btn-secondary,
.live-hero-btn-icon {
  border-radius: var(--va-radius-pill);
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 750;
  padding: 0.55rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.live-hero-btn-primary {
  background: linear-gradient(135deg, var(--va-accent), var(--va-accent-2));
  color: var(--va-bg);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.65);
}

.live-hero-btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.78);
}

.live-hero-btn-secondary {
  background: rgba(15, 23, 42, 0.9);
  color: var(--va-text);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

.live-hero-btn-secondary:hover {
  border-color: rgba(248, 250, 252, 0.9);
  transform: translateY(-1px);
}

.live-hero-btn-icon {
  background: rgba(15, 23, 42, 0.72);
  color: var(--va-text);
  border: 1px dashed rgba(148, 163, 184, 0.72);
}

.live-hero-btn-icon:hover {
  border-style: solid;
  transform: translateY(-1px);
}

.live-hero-btn-icon.is-added {
  border-color: rgba(34, 197, 94, 0.6);
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.live-hero-filters {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.live-filter-pill {
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.65);
  background: rgba(15, 23, 42, 0.88);
  color: var(--va-text);
  font-size: 0.82rem;
  padding: 0.36rem 0.9rem;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.live-filter-pill:hover {
  border-color: rgba(248, 250, 252, 0.9);
  transform: translateY(-1px);
}

.live-filter-pill.is-active {
  border-color: var(--va-accent);
  background: rgba(245, 178, 0, 0.12);
  color: #fefce8;
}

/* ============================================================
   Sections
============================================================ */
.live-section {
  margin-top: 1.9rem;
}

.live-section-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.live-section-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--va-text-strong);
}

.live-section-subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: var(--va-text-muted);
  line-height: 1.55;
}

.live-section-link {
  font-size: 0.9rem;
  color: var(--va-accent);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.live-section-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.live-section-link--ghost {
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(15, 23, 42, 0.88);
  padding: 0.4rem 0.85rem;
  text-decoration: none;
}

.live-section-link--ghost:hover {
  border-color: rgba(248, 250, 252, 0.9);
  text-decoration: none;
}

/* ============================================================
   Horizontal carousels
============================================================ */
.home-carousel {
  position: relative;
  padding-inline: 0;
}

.home-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 88%);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scroll-padding-left: var(--va-carousel-side-pad);
  scroll-padding-right: var(--va-carousel-side-pad);
  padding: 0.1rem var(--va-carousel-side-pad) 0.4rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-carousel-track::-webkit-scrollbar {
  display: none;
}

.home-carousel-track--grid {
  grid-auto-columns: minmax(260px, 88%);
}

.carousel-item {
  min-width: 0;
  scroll-snap-align: start;
}

.home-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2.7rem;
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(2, 6, 23, 0.86);
  color: var(--va-text-strong);
  cursor: pointer;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.home-carousel-btn:hover {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(248, 250, 252, 0.85);
  background: rgba(15, 23, 42, 0.96);
}

.home-carousel-btn:disabled {
  opacity: 0.34;
  cursor: not-allowed;
  pointer-events: none;
}

.home-carousel-btn--prev {
  left: -0.35rem;
}

.home-carousel-btn--next {
  right: -0.35rem;
}

.home-carousel.is-not-scrollable .home-carousel-btn {
  opacity: 0;
  pointer-events: none;
}

/* ============================================================
   Live cards
============================================================ */
.live-card {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.92);
  border-radius: 1.05rem;
  overflow: hidden;
  box-shadow: var(--va-shadow-2);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.live-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 178, 0, 0.35);
}

.live-card-thumb-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.live-card-thumb {
  position: relative;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.6);
}

.live-card-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.live-card:hover .live-card-thumb img {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.live-card-status-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.18rem 0.6rem;
  font-size: 0.75rem;
  border-radius: var(--va-radius-pill);
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.55);
  color: #fecaca;
  backdrop-filter: blur(6px);
}

.live-card-status-badge--upcoming {
  background: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.55);
  color: #bfdbfe;
}

.live-card-viewers-pill {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.18rem 0.6rem;
  font-size: 0.75rem;
  border-radius: var(--va-radius-pill);
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(248, 250, 252, 0.22);
  color: var(--va-text);
  backdrop-filter: blur(6px);
}

.live-card-body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
}

.live-card-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.live-card-title a {
  color: var(--va-text-strong);
  text-decoration: none;
}

.live-card-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.live-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.82rem;
  color: #cbd5f5;
  opacity: 0.95;
}

.live-card-time {
  margin: 0.1rem 0 0;
  font-size: 0.85rem;
  color: var(--va-text-muted);
}

.live-card-actions {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.live-card-action-btn,
.live-card-reminder-btn {
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.9);
  color: var(--va-text);
  font-size: 0.85rem;
  padding: 0.45rem 0.9rem;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.live-card-action-btn:hover,
.live-card-reminder-btn:hover {
  border-color: rgba(248, 250, 252, 0.9);
  transform: translateY(-1px);
}

.live-card-action-btn.is-added {
  border-color: rgba(34, 197, 94, 0.6);
  background: rgba(34, 197, 94, 0.12);
  color: #bbf7d0;
}

.live-card-action-btn.is-following {
  border-color: rgba(37, 99, 235, 0.65);
  background: rgba(37, 99, 235, 0.14);
  color: #bfdbfe;
}

/* ============================================================
   Replay cards
============================================================ */
.live-replay-card {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.92);
  border-radius: 1.05rem;
  overflow: hidden;
  box-shadow: var(--va-shadow-2);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.live-replay-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 178, 0, 0.35);
}

.live-replay-poster-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.live-replay-poster {
  position: relative;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.6);
}

.live-replay-poster img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.live-replay-card:hover .live-replay-poster img {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.live-replay-duration {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.18rem 0.6rem;
  font-size: 0.75rem;
  border-radius: var(--va-radius-pill);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(248, 250, 252, 0.22);
  color: var(--va-text);
  backdrop-filter: blur(6px);
}

.live-replay-body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
}

.live-replay-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
}

.live-replay-title a {
  color: var(--va-text-strong);
  text-decoration: none;
}

.live-replay-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.live-replay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.82rem;
  color: #cbd5f5;
  opacity: 0.95;
}

/* ============================================================
   AUTH MODAL
============================================================ */
.van-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}

.van-auth-modal.is-open {
  display: block;
}

.van-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(6px);
}

.van-auth-modal__dialog {
  position: relative;
  z-index: 9999;
  width: min(92vw, 460px);
  margin: 10vh auto 0;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 1.25rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.75);
  padding: 1.2rem 1.1rem 1.05rem;
  color: var(--va-text);
}

.van-auth-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(2, 6, 23, 0.35);
  color: var(--va-text);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.van-auth-modal__title {
  margin: 0.2rem 0 0.4rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--va-text-strong);
  letter-spacing: -0.02em;
}

.van-auth-modal__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--va-text);
  line-height: 1.6;
}

.van-auth-modal__actions {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.van-auth-modal__btn {
  border-radius: var(--va-radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.55);
  padding: 0.5rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    filter 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.van-auth-modal__btn--primary {
  background: linear-gradient(135deg, var(--va-accent), var(--va-accent-2));
  border-color: transparent;
  color: var(--va-bg);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.55);
}

.van-auth-modal__btn--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.van-auth-modal__btn--ghost {
  background: rgba(15, 23, 42, 0.9);
  color: var(--va-text);
}

.van-auth-modal__btn--ghost:hover {
  border-color: rgba(248, 250, 252, 0.9);
  transform: translateY(-1px);
}

.van-auth-modal__fineprint {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--va-text-muted);
  line-height: 1.55;
}

/* ============================================================
   Responsive
============================================================ */
@media (max-width: 360px) {
  .live-page-inner {
    padding: 1.1rem 0.85rem 2.6rem;
  }

  .live-hero-inner {
    padding: 1.4rem 1.05rem 1.05rem;
  }

  .live-hero-title {
    font-size: 1.55rem;
  }

  .home-carousel-track,
  .home-carousel-track--grid {
    grid-auto-columns: minmax(240px, 92%);
  }
}

@media (max-width: 640px) {
  .home-carousel-btn {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.25rem;
  }

  .home-carousel-btn--prev {
    left: -0.1rem;
  }

  .home-carousel-btn--next {
    right: -0.1rem;
  }
}

@media (min-width: 640px) {
  .live-hero {
    min-height: 340px;
  }

  .live-hero-inner {
    padding: 2.1rem 2rem 1.6rem;
  }

  .live-hero-title {
    font-size: 2.15rem;
  }

  .home-carousel-track,
  .home-carousel-track--grid {
    grid-auto-columns: minmax(320px, 48%);
  }

  .home-carousel-btn--prev {
    left: -0.45rem;
  }

  .home-carousel-btn--next {
    right: -0.45rem;
  }
}

@media (min-width: 1024px) {
  .live-hero {
    min-height: 380px;
  }

  .live-hero-title {
    font-size: 2.45rem;
  }

  .home-carousel-track,
  .home-carousel-track--grid {
    grid-auto-columns: minmax(340px, 32%);
  }

  .home-carousel-btn {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.55rem;
  }

  .home-carousel-btn--prev {
    left: -0.7rem;
  }

  .home-carousel-btn--next {
    right: -0.7rem;
  }
}

@media (min-width: 1280px) {
  .live-page-inner {
    padding-top: 1.55rem;
    padding-bottom: 3.25rem;
  }

  .home-carousel-track,
  .home-carousel-track--grid {
    grid-auto-columns: minmax(360px, 31%);
  }
}

@media (min-width: 1600px) {
  .live-page-inner {
    padding-top: 1.75rem;
    padding-bottom: 3.6rem;
  }

  .live-section {
    margin-top: 2.2rem;
  }

  .home-carousel-track,
  .home-carousel-track--grid {
    grid-auto-columns: minmax(380px, 24%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-hero-backdrop,
  .home-carousel-track,
  .home-carousel-btn,
  .live-hero-btn-primary,
  .live-hero-btn-secondary,
  .live-hero-btn-icon,
  .live-filter-pill,
  .live-card,
  .live-card-thumb img,
  .live-card-action-btn,
  .live-card-reminder-btn,
  .live-replay-card,
  .live-replay-poster img,
  .van-auth-modal__btn {
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .live-hero:hover .live-hero-backdrop,
  .home-carousel-btn:hover,
  .live-hero-btn-primary:hover,
  .live-hero-btn-secondary:hover,
  .live-hero-btn-icon:hover,
  .live-filter-pill:hover,
  .live-card:hover,
  .live-replay-card:hover,
  .live-card:hover .live-card-thumb img,
  .live-replay-card:hover .live-replay-poster img,
  .live-card-action-btn:hover,
  .live-card-reminder-btn:hover,
  .van-auth-modal__btn:hover {
    transform: none !important;
  }
}
