/* Premium consistency: landing, account, navigation, and recent games. */
.bd-proof-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  display: inline-block;
  background: #c8ff45;
  box-shadow: 0 0 0 .28rem rgba(200, 255, 69, .12), 0 0 1.25rem rgba(200, 255, 69, .42);
}

.lb-hero__proof {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.lb-stats article {
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lb-stats strong {
  letter-spacing: -.035em;
}

body:has(.v2-home-hub) .v2-plan-ribbon,
body:has(.v2-pl-library) .v2-plan-ribbon,
body:has(.bd-recent-organized) .v2-plan-ribbon {
  display: none;
}

.v2-side-brand img[src*="custom-logo"],
.v2-sidebar img[src*="custom-logo"] {
  max-height: 3.25rem;
  max-width: 10.5rem;
  width: auto;
  object-fit: contain;
}

.bd-recent-organized {
  display: grid;
  gap: 2.25rem;
}

.bd-recent-section {
  min-width: 0;
}

.bd-recent-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.bd-recent-heading h2 {
  margin: .15rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.bd-recent-count {
  display: grid;
  place-items: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 .65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.bd-recent-section--live .bd-recent-count {
  background: rgba(200, 255, 69, .14);
  color: #c8ff45;
}

.bd-recent-section--ended .v2-recent-card {
  opacity: .92;
}

.bd-recent-collapsed {
  display: none !important;
}

.bd-recent-more {
  display: flex;
  margin: 1.15rem auto 0;
}

.v2-tier-card .v2-btn:disabled {
  cursor: default;
  opacity: .7;
}

@media (max-width: 720px) {
  .lb-stats article { min-height: 6.5rem; }
  .bd-recent-organized { gap: 1.65rem; }
}
