
/* ── Public gate pages: scroll + loader (no :has) ── */
html.lb-v2-public,
html.bd-gate-route,
html.lb-v2-public body.lb-v2-active,
html.bd-gate-route body.lb-v2-active {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

html.lb-v2-public #lb-v2-root,
html.bd-gate-route #lb-v2-root,
body.lb-v2-active.lb-v2-public #lb-v2-root {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  top: auto !important;
  height: auto !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  max-height: none !important;
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
}

html.lb-v2-public .v2-public-root,
html.lb-v2-public .wx-site,
html.bd-gate-route .wx-site,
html.bd-gate-route .v2-public-root {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100dvh !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

html.bd-gate-route #bd-page-loader:not(.is-visible),
html.lb-v2-public #bd-page-loader:not(.is-visible) {
  display: none !important;
}

.wx-site.wx-spotify.v2-welcome,
.wx-site.wx-spotify.wx-auth-page,
.wx-site.v2-welcome,
.wx-site.wx-auth-page {
  overflow-x: hidden !important;
  max-width: 100%;
}

@media (max-width: 900px) {
  html.lb-v2-public,
  html.bd-gate-route,
  html.lb-v2-public body.lb-v2-active,
  html.bd-gate-route body.lb-v2-active {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  html.lb-v2-public #lb-v2-root,
  html.bd-gate-route #lb-v2-root {
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .wx-site.v2-welcome,
  .wx-site.wx-auth-page {
    min-height: 100dvh;
  }

  .wx-hero {
    grid-template-columns: 1fr !important;
  }

  .wx-hero__copy {
    order: 1;
  }

  .wx-hero__visual {
    order: 2;
  }

  .wx-spotify .wx-hero__copy {
    order: 1;
  }

  .wx-spotify .wx-hero__device {
    order: 2;
  }

  .wx-console {
    width: min(100%, 340px);
  }
}

@media (max-width: 960px) {
  .wx-auth-grid,
  .wx-spotify .wx-auth-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wx-spotify .wx-btn,
  .wx-btn {
    min-height: 48px;
  }
}
/* ==========================================================================
   LyricBingo V2 — Mobile scroll + host phone validator
   ========================================================================== */

/* Keep V2 root scrollable when legacy loader arms bd-content-armed */
html.lb-v2-html.bd-content-armed #lb-v2-root,
html.lb-v2-html.bd-page-loading #lb-v2-root {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ── Phone validator (host scan) ── */
.v2-mobile-scan {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 16px 32px;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v2-mobile-scan header h1 {
  margin: 8px 0 4px;
  font-size: clamp(26px, 6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.v2-mobile-scan header p {
  margin: 0;
  color: var(--pro-muted, #b3b3b3);
  font-size: 15px;
}

.v2-scan-camera-hint {
  border-radius: 16px;
  padding: 20px 18px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
  text-align: center;
}

.v2-scan-camera-hint h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 4.5vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.v2-scan-camera-hint p {
  margin: 0;
  color: var(--pro-muted, #b3b3b3);
  font-size: 15px;
  line-height: 1.5;
  max-width: 36ch;
  margin-inline: auto;
}

.v2-scan-camera-hint strong {
  color: var(--pro-text, #fff);
}

.v2-scan-manual {
  display: grid;
  gap: 10px;
}

.v2-scan-manual label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pro-muted, #b3b3b3);
}

.v2-scan-manual input {
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--pro-border-strong, rgba(255, 255, 255, 0.14));
  background: var(--pro-elevated, #181818);
  color: var(--pro-text, #fff);
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 12px;
}

.v2-scan-result {
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
  background: var(--pro-elevated, #181818);
}

.v2-scan-result.is-winner {
  border-color: rgba(200, 248, 48, 0.45);
  background: rgba(200, 248, 48, 0.12);
}

.v2-scan-result.is-miss {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.1);
}

.v2-scan-result h2 {
  margin: 0 0 6px;
  font-size: 22px;
}

.v2-scan-result p {
  margin: 0;
  color: var(--pro-muted, #b3b3b3);
  font-size: 14px;
}

.v2-host-handoff-page {
  justify-content: center;
  text-align: center;
  padding-top: clamp(48px, 18vh, 120px);
}

.v2-host-handoff-page .v2-lead {
  max-width: 28ch;
  margin: 0 auto 20px;
  line-height: 1.55;
}

.v2-host-handoff-page .v2-btn--lg {
  min-height: 54px;
  padding: 0 28px;
  font-size: 17px;
  margin: 0 auto;
}

.v2-scan-login-banner {
  display: grid;
  gap: 4px;
  text-align: center;
  padding: 16px 18px;
  margin-bottom: 8px;
  border-radius: 16px;
  border: 1px solid rgba(200, 248, 48, 0.45);
  background: linear-gradient(145deg, rgba(200, 248, 48, 0.18), rgba(200, 248, 48, 0.08));
  box-shadow: 0 12px 32px rgba(200, 248, 48, 0.12);
  animation: v2-login-banner-in 0.45s ease both;
}

.v2-scan-login-banner strong {
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #e0f8a0;
}

.v2-scan-login-banner span:last-child {
  color: var(--pro-muted, #b3b3b3);
  font-size: 14px;
  line-height: 1.45;
}

.v2-scan-login-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 2px;
  border-radius: 999px;
  background: rgba(200, 248, 48, 0.22);
  color: #c8f830;
  font-size: 22px;
  font-weight: 900;
}

@keyframes v2-login-banner-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .v2-host-topbar {
    flex-direction: column;
  }

  .v2-host-utilitybar {
    width: 100%;
    justify-content: flex-start;
  }

  .v2-host-scan-qr {
    flex-direction: row;
    max-width: none;
    align-items: center;
    text-align: left;
    gap: 10px;
  }

  .v2-host-scan-qr span {
    max-width: 14ch;
  }

  .v2-host-scan-qr__hint {
    max-width: 16ch;
  }
}

/* ── Mobile player bingo card: full-cell titles + free space ── */
.v2-player-stage .bingo-card {
  font-size: clamp(12px, 2.8vw, 16px) !important;
}

@media (max-width: 680px) {
  .lb-v2 .v2-mobile-card-only .v2-player-grid,
  .lb-v2 .v2-mobile-card-only .bingo-columns {
    gap: 4px !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell:not(.free),
  .lb-v2 .v2-mobile-card-only .bingo-cell:not(.bingo-cell-free),
  .v2-player-stage .bd-digital-card--mobile .bingo-cell:not(.bingo-cell-free) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 3px 2px !important;
    overflow: hidden !important;
    container-type: size !important;
  }

  .lb-v2 .v2-mobile-card-only .bingo-song-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .v2-player-stage .bd-digital-card--mobile .bingo-song-title,
  .lb-v2 .v2-mobile-card-only .bingo-song-title,
  .lb-v2 .v2-mobile-card-only .v2-cell-title,
  .v2-player-stage .v2-player-cell strong,
  .lb-v2 .v2-mobile-card-only .v2-player-cell strong {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    font-size: clamp(8px, 22cqi, 13px) !important;
    line-height: 1.12 !important;
    font-weight: 1000 !important;
    color: #050505 !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-cell-title--med,
  .lb-v2 .v2-mobile-card-only .v2-player-cell strong.v2-cell-title--med {
    font-size: clamp(7px, 19cqi, 11px) !important;
    line-height: 1.1 !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-cell-title--long,
  .lb-v2 .v2-mobile-card-only .v2-player-cell strong.v2-cell-title--long {
    font-size: clamp(6px, 16cqi, 9px) !important;
    line-height: 1.08 !important;
  }

  .v2-player-stage .bd-digital-card--mobile .bingo-song-artist,
  .lb-v2 .v2-mobile-card-only .bingo-song-artist,
  .v2-player-stage .v2-player-cell small,
  .lb-v2 .v2-mobile-card-only .v2-player-cell small {
    display: none !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell.is-free-space,
  .lb-v2 .v2-mobile-card-only .bingo-cell.bingo-cell-free.is-marked,
  .lb-v2 .v2-mobile-card-only .bingo-cell.bingo-cell-free {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    gap: 1px !important;
    padding: 2px !important;
    pointer-events: none !important;
    cursor: default !important;
    touch-action: none !important;
    border: 2px solid #7c3aed !important;
    background:
      radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.55), transparent 62%),
      linear-gradient(145deg, #caff2f 0%, #55ef72 48%, #38bdf8 100%) !important;
    box-shadow:
      inset 0 0 0 2px rgba(17, 17, 17, 0.85),
      0 0 0 1px rgba(124, 58, 237, 0.45),
      0 0 18px rgba(202, 255, 47, 0.35) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell.is-free-space .v2-free-label {
    display: block !important;
    font-size: clamp(14px, 5cqi, 20px) !important;
    line-height: 1 !important;
    color: #4c1d95 !important;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.65));
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell.is-free-space .v2-free-text,
  .lb-v2 .v2-mobile-card-only .bingo-cell-free .bingo-free-word {
    display: block !important;
    font-size: clamp(9px, 18cqi, 13px) !important;
    font-weight: 1000 !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    color: #06140a !important;
    text-transform: uppercase !important;
    background: transparent !important;
  }

  .lb-v2 .v2-mobile-card-only .bingo-cell-free .bingo-free-label:not(.bingo-free-word) {
    display: block !important;
    font-size: clamp(14px, 5cqi, 20px) !important;
    line-height: 1 !important;
    color: #4c1d95 !important;
    background: transparent !important;
    letter-spacing: 0 !important;
  }

  .lb-v2 .v2-mobile-card-only .bingo-cell-free .bingo-free-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell.is-free-space::after,
  .lb-v2 .v2-mobile-card-only .bingo-cell-free.is-marked::after {
    content: "✓" !important;
    position: absolute !important;
    top: 2px !important;
    right: 3px !important;
    font-size: clamp(10px, 18cqi, 14px) !important;
    font-weight: 1000 !important;
    line-height: 1 !important;
    color: #111 !important;
    pointer-events: none !important;
  }

  .lb-v2 .v2-mobile-card-only .v2-player-cell.is-marked:not(.is-free-space),
  .lb-v2 .v2-mobile-card-only .bingo-cell.is-marked:not(.bingo-cell-free) {
    background: linear-gradient(135deg, #caff2f, #45ef72) !important;
    box-shadow: inset 0 0 0 2px #111 !important;
  }
}

@media (max-width: 380px) {
  .lb-v2 .v2-mobile-card-only .v2-cell-title,
  .lb-v2 .v2-mobile-card-only .v2-player-cell strong,
  .lb-v2 .v2-mobile-card-only .bingo-song-title {
    font-size: clamp(7px, 20cqi, 12px) !important;
    line-height: 1.1 !important;
  }
}

@media print {
  .print-page .bingo-song-title,
  body.printing-bingo-cards .print-page .bingo-song-title {
    font-size: 8pt !important;
    line-height: 1.12 !important;
  }

  .print-page .bingo-song-artist,
  body.printing-bingo-cards .print-page .bingo-song-artist {
    font-size: 7pt !important;
    line-height: 1.1 !important;
  }
}

/* ── V2 Admin mobile (password reset / delete / nav) ── */
@media (max-width: 900px) {
  .lb-v2.v2-admin-shell {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }

  .v2-admin-mobile-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 120;
    padding: 10px 14px calc(10px + env(safe-area-inset-top, 0px));
    background: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(12px);
  }

  .v2-admin-menu-toggle {
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid var(--pro-border-strong, rgba(255, 255, 255, 0.14));
    background: var(--pro-elevated, #181818);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

  .v2-admin-mobile-title {
    flex: 1;
    font-weight: 700;
    font-size: 15px;
  }

  .v2-admin-mobile-home {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }

  .v2-admin-sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 130;
    background: rgba(0, 0, 0, 0.55);
  }

  .v2-admin-shell.v2-admin-nav-open .v2-admin-sidebar-backdrop {
    display: block;
  }

  .lb-v2.v2-admin-shell .v2-side {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 140;
    width: min(86vw, 320px);
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .v2-admin-shell.v2-admin-nav-open .v2-side {
    transform: translateX(0);
  }

  .lb-v2.v2-admin-shell .v2-main {
    width: 100%;
    min-height: 0;
    overflow: visible;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .v2-admin-page {
    padding: 12px 14px 24px;
  }

  .v2-admin-spotlight__row {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-admin-spotlight__row .v2-btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .v2-admin-user-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 108px;
  }

  .v2-admin-user-actions .v2-btn {
    min-height: 44px;
    width: 100%;
    justify-content: center;
  }

  .v2-admin-table {
    min-width: 640px;
  }

  .v2-table-wrap {
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
    padding: 0 4px 8px;
  }

  .v2-admin-panel {
    padding: 16px 14px;
  }

  .v2-admin-form-grid .v2-btn,
  .v2-admin-form-grid button {
    min-height: 48px;
  }

  .v2-admin-event-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .v2-admin-event-row .v2-btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .v2-host-topbar,
  .v2-host-utilitybar {
    gap: 10px;
  }

  .v2-host-utilitybar .v2-btn,
  .v2-host-topbar .v2-btn {
    min-height: 44px;
    padding: 0 14px;
  }

  .wx-auth-grid--single {
    grid-template-columns: 1fr !important;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (min-width: 901px) {
  .v2-admin-mobile-bar,
  .v2-admin-sidebar-backdrop {
    display: none !important;
  }
}

/* ==========================================================================
   Logged-in app shell — mobile scroll + drawer nav (post-login routes)
   ========================================================================== */

@media (max-width: 900px) {
  html.lb-v2-html:not(.lb-v2-public):not(.bd-gate-route),
  html.lb-v2-html:not(.lb-v2-public):not(.bd-gate-route) body.lb-v2-active {
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  html.lb-v2-html:not(.lb-v2-public):not(.bd-gate-route) #lb-v2-root {
    display: block !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) {
    min-height: 100dvh;
  }

  .v2-app-mobile-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    position: sticky;
    top: 0;
    z-index: 120;
    padding: 10px 14px calc(10px + env(safe-area-inset-top, 0px));
    background: rgba(0, 0, 0, 0.92);
    border-bottom: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(12px);
  }

  .v2-app-menu-toggle {
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid var(--pro-border-strong, rgba(255, 255, 255, 0.14));
    background: var(--pro-elevated, #181818);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .v2-app-mobile-brand {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
  }

  .v2-app-mobile-brand img {
    width: min(148px, 52vw);
    height: auto;
    max-height: 32px;
    object-fit: contain;
    object-position: left center;
  }

  .v2-app-mobile-home {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08));
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    flex-shrink: 0;
  }

  .v2-app-sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 130;
    background: rgba(0, 0, 0, 0.55);
  }

  .v2-shell-pro.v2-app-nav-open .v2-app-sidebar-backdrop {
    display: block;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-side {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    z-index: 140 !important;
    width: min(86vw, 320px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    transform: translateX(-105%) !important;
    transition: transform 0.22s ease !important;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid var(--pro-border, rgba(255, 255, 255, 0.08)) !important;
    border-radius: 0 !important;
    padding-top: calc(16px + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .v2-shell-pro.v2-app-nav-open .v2-side {
    transform: translateX(0) !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-side-brand,
  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-bottom {
    display: flex !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-nav {
    flex-direction: column !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    flex: 1 1 auto !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-nav a {
    min-width: 0 !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-nav a span:last-child {
    display: inline !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-main {
    width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-top-pro__search,
  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-search-pro {
    width: 100%;
    min-width: 0;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-title {
    font-size: clamp(28px, 8vw, 42px) !important;
    line-height: 1.05 !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-hero {
    min-height: 0 !important;
    padding: clamp(18px, 5vw, 28px) !important;
  }

  .lb-v2.v2-shell-pro:not(.v2-admin-shell) .v2-btn {
    min-height: 44px;
  }
}

@media (min-width: 901px) {
  .v2-app-mobile-bar,
  .v2-app-sidebar-backdrop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .bd-admin-users-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bd-admin-users-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 100px;
  }

  .bd-admin-user-delete,
  .bd-admin-user-reset,
  .bd-admin-plan-select {
    min-height: 44px;
    font-size: 14px;
  }

  .bd-admin-users-table {
    min-width: 560px;
  }
}
