.lb-page .main-grid { grid-template-columns: minmax(0, 1fr) 260px; }
.lb-header { margin-bottom: 16px; }
.lb-header h1 { font-size: 26px; margin: 0 0 4px; display: flex; align-items: center; gap: 8px; }
.lb-header p { margin: 0; color: var(--muted); font-size: 13px; }

.lb-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-bottom: 18px;
}
.lb-toolbar select, .lb-toolbar .pill-btn {
  background: #0c0f32; border: 1px solid #303467; color: #fff;
  border-radius: 8px; padding: 9px 14px; cursor: pointer; font-size: 13px;
}
.lb-toolbar .pill-btn.active { background: linear-gradient(#6738d7, #31147f); border-color: #6947c2; }
.lb-updated { margin-left: auto; color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 6px; }
.lb-updated button { background: none; border: 0; color: #9c75e8; cursor: pointer; font-size: 16px; }

.podium {
  display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 12px;
  align-items: end; margin-bottom: 20px;
}
.podium-card {
  border-radius: 14px; padding: 16px 14px 18px; text-align: center;
  border: 1px solid #2b3268; background: linear-gradient(180deg, #12153d, #090c2c);
  position: relative;
}
.podium-card.gold { border-color: #ffd32a; box-shadow: 0 0 24px rgba(255,211,42,.15); min-height: 200px; }
.podium-card.silver { min-height: 170px; border-color: #b8c4d9; }
.podium-card.bronze { min-height: 170px; border-color: #cd7f32; }
.podium-rank { font-size: 28px; margin-bottom: 6px; }
.podium-card.gold .podium-rank { font-size: 36px; }
.podium-avatar { font-size: 42px; margin: 4px 0; }
.podium-card.gold .podium-avatar { font-size: 52px; }
.podium-name { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.podium-badge { display: inline-block; font-size: 10px; background: #2a1f5c; color: #c9a9ff; padding: 2px 8px; border-radius: 999px; margin-bottom: 8px; }
.podium-points { color: #ffd32a; font-weight: 800; font-size: 18px; }
.podium-card.gold .podium-points { font-size: 22px; }

.lb-table-wrap {
  border: 1px solid #23295c; border-radius: 12px; overflow: hidden; background: #0b0e31;
}
.lb-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.lb-table th {
  text-align: left; padding: 12px 14px; color: #9ea5d2; font-weight: 600;
  background: #0d1037; border-bottom: 1px solid #23295c; font-size: 11px; text-transform: uppercase;
}
.lb-table td { padding: 12px 14px; border-bottom: 1px solid #1a1f45; vertical-align: middle; }
.lb-table tr:last-child td { border-bottom: 0; }
.lb-table tr:hover td { background: #0f1335; }
.lb-rank { color: #8b93c4; font-weight: 700; width: 40px; }
.lb-player { display: flex; align-items: center; gap: 10px; }
.lb-player-avatar { font-size: 24px; }
.lb-player-info span { display: block; font-weight: 600; }
.lb-player-info em { font-style: normal; font-size: 10px; color: #c9a9ff; background: #2a1f5c; padding: 1px 7px; border-radius: 999px; }
.lb-country { font-size: 18px; }
.lb-stat { display: flex; align-items: center; gap: 6px; color: #cfd3ea; }
.lb-stat i { font-style: normal; opacity: .7; }

.lb-sidebar-stat { display: grid; gap: 12px; }
.lb-sidebar-stat div { display: flex; justify-content: space-between; align-items: center; }
.lb-sidebar-stat b { font-size: 18px; }
.lb-sidebar-stat .green { color: #4ade80; }
.lb-sidebar-stat .link { color: #9c75e8; font-size: 12px; text-align: center; margin-top: 4px; cursor: pointer; }

.top-game-item {
  display: grid; grid-template-columns: 44px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 0; border-bottom: 1px solid #202650;
}
.top-game-item:last-child { border-bottom: 0; }
.top-game-item img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.top-game-item span { font-size: 12px; }
.top-game-item em { font-style: normal; color: var(--muted); font-size: 11px; }

.climb-cta {
  text-align: center; padding: 8px 0;
}
.climb-cta .trophy { font-size: 48px; margin: 8px 0; }
.climb-cta p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0 0 14px; }

@media (max-width: 1180px) {
  .lb-page .main-grid { grid-template-columns: 1fr; }
  .podium { grid-template-columns: 1fr; }
  .podium-card.gold { order: -1; }
}
@media (max-width: 760px) {
  .lb-header h1 { font-size: 22px; }
  .lb-toolbar { gap: 8px; }
  .lb-toolbar select, .lb-toolbar .pill-btn { font-size: 12px; padding: 8px 10px; }
  .lb-updated { margin-left: 0; width: 100%; font-size: 11px; }
  .podium { gap: 8px; margin-bottom: 14px; }
  .podium-card { padding: 12px 10px 14px; }
  .podium-card.gold { min-height: auto; }
  .podium-card.silver, .podium-card.bronze { min-height: auto; }
  .podium-avatar { font-size: 36px; }
  .podium-card.gold .podium-avatar { font-size: 44px; }
  .lb-table-wrap { overflow: visible; border: 0; background: transparent; }
  .lb-table { min-width: 0; display: block; }
  .lb-table thead { display: none; }
  .lb-table tbody { display: grid; gap: 8px; }
  .lb-table tr {
    display: grid; grid-template-columns: 36px 1fr auto; gap: 8px 10px;
    align-items: center; padding: 12px;
    border: 1px solid #23295c; border-radius: 12px; background: #0b0e31;
  }
  .lb-table tr:hover td { background: transparent; }
  .lb-table td { display: block; padding: 0; border: 0; }
  .lb-table td:nth-child(3), .lb-table td:nth-child(4), .lb-table td:nth-child(5) { display: none; }
  .lb-table td:nth-child(2) { grid-column: 2 / 4; }
}
