body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.live-lobby-hero {
  background-image: url("../images/live_lobby_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.live-lobby-title,
.live-lobby-subtitle {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(3, 7, 18, 0.6);
}

.leaderboard-card-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #b58900;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.leaderboard-card-luzy {
  border-radius: 10px;
  border: 1px solid rgba(13, 38, 84, 0.2);
  box-shadow: 0 12px 28px rgba(13, 38, 84, 0.12);
}

.leaderboard-card-luzy .card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 60%);
  border-bottom: 1px solid #d4af37;
}

.leaderboard-card-luzy .card-body {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.leaderboard-card-luzy .card-body::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.15), transparent 55%),
    conic-gradient(from 0deg, rgba(212, 175, 55, 0.08), transparent 35%, rgba(212, 175, 55, 0.08), transparent 70%);
  opacity: 0.5;
  pointer-events: none;
}

.leaderboard-card-luzy .table {
  position: relative;
  z-index: 1;
}

.leaderboard-card-luzy .table thead th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #0f172a;
}

.leaderboard-card-luzy tbody tr:first-child {
  background-color: rgba(212, 175, 55, 0.12);
  font-weight: 600;
}

.leaderboard-card-luzy tbody tr:first-child img {
  width: 34px;
  height: 34px;
}

.leaderboard-card-vizy {
  border-radius: 16px;
  border: 1px solid rgba(6, 95, 111, 0.18);
  box-shadow: 0 14px 26px rgba(6, 95, 111, 0.12);
}

.leaderboard-card-vizy .card-header {
  background: linear-gradient(135deg, #ecfeff 0%, #f0f9ff 60%);
  border-bottom: 1px solid rgba(125, 211, 252, 0.6);
}

.leaderboard-card-vizy .card-body {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ecfeff 0%, #f0f9ff 100%);
}

.leaderboard-card-vizy .card-body::before {
  content: none;
}

.leaderboard-card-vizy .table {
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.leaderboard-card-vizy .table thead th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #0f172a;
  font-weight: 500;
}

.leaderboard-card-vizy .table tbody td,
.leaderboard-card-vizy .table tbody th {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}


.leaderboard-card-mindy {
  border-radius: 12px;
  border: 1px solid rgba(21, 128, 61, 0.25);
  box-shadow: 0 18px 34px rgba(5, 46, 22, 0.18);
}

.leaderboard-card-mindy .card-header {
  background: linear-gradient(135deg, #e7f6ee 0%, #f0fdf4 60%);
  border-bottom: 1px solid rgba(234, 88, 12, 0.6);
  color: #14532d;
}

.leaderboard-card-mindy .card-header h4,
.leaderboard-card-mindy .card-header .leaderboard-card-label {
  color: #14532d;
}

.leaderboard-card-mindy .card-body {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.leaderboard-card-mindy .table {
  color: #0f172a;
}

.leaderboard-card-mindy .table thead th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  color: #0f172a;
}

.leaderboard-card-mindy .table tbody td:nth-child(2) {
  font-weight: 600;
  letter-spacing: -0.01em;
}



.leaderboard-card-active {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.35), 0 18px 36px rgba(15, 23, 42, 0.18);
  transform: scale(1.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
