
/* BSC Poker X v11.6.2 — Lobby runtime/navigation repair */

/* Prevent a restored #overview/#tables hash from placing the cover under the header. */
html {
  scroll-behavior: auto !important;
  scroll-padding-top: 0 !important;
}

body {
  overflow-anchor: none;
}

.v1160-lobby {
  scroll-margin-top: 0 !important;
}

/* Panels switch in place and never participate in anchor navigation. */
[data-v1160-panel][hidden] {
  display: none !important;
}

[data-v1160-panel].active {
  display: block !important;
}

/* Keep the cover fully visible below the site header. */
.v1161-cover {
  margin-top: 0 !important;
}

/* More stable sticky menu on desktop and mobile. */
.v1160-tabs {
  position: sticky !important;
  top: 8px !important;
}

/* Error toast should never cover dashboard statistics. */
#toast {
  z-index: 12000 !important;
  max-width: min(520px, calc(100vw - 28px)) !important;
}

/* Clear fallback for empty tables instead of a blank dash. */
.v1162-empty-tables {
  grid-column: 1 / -1;
  padding: 34px 22px;
  text-align: center;
  border: 1px dashed rgba(107, 224, 248, .3);
  border-radius: 18px;
  color: #9fb5cd;
  background: rgba(255,255,255,.025);
}

@media (max-width: 620px) {
  .v1160-tabs {
    top: 4px !important;
  }
}
