.podium-section { padding: 20px 24px 70px; display: flex; align-items: flex-end; justify-content: center; gap: 24px; flex-wrap: wrap; }

.dropdown-section {
  padding: 20px 24px 20px;
  max-width: 640px; margin: 0 auto;
  display: flex; gap: 14px; flex-wrap: wrap; justify-content: center;
  position: relative; z-index: 95;
}

.leaderboard-section { padding: 0 24px 100px; max-width: 1000px; margin: 0 auto; }
.leaderboard-list { overflow: hidden; }
.leaderboard-row {
  display: flex; align-items: center; gap: 18px; padding: 16px 24px;
  border-bottom: 1px solid oklch(0.4 0.05 280 / 0.25);
}
.leaderboard-row:last-child { border-bottom: none; }
.leaderboard-rank { width: 32px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.leaderboard-avatar { width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0; }
.leaderboard-name { flex: 1; color: white; font-weight: 600; font-size: 14.5px; }
.leaderboard-value { color: oklch(0.85 0.02 280 / 0.7); font-size: 13.5px; }
.leaderboard-loading { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 40px 24px; color: oklch(0.85 0.02 280 / 0.6); font-size: 14px; }
.leaderboard-loading[hidden] { display: none; }
