.ranking-switch { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 4px; }
.ranking-switch button { min-width: 0; }
.leaderboard-profile { color: inherit; text-decoration: none; }
.leaderboard-profile:hover b { color: var(--lime); }
.leaderboard-profile > span { min-width: 0; }
.leaderboard-profile b,.leaderboard-profile small { display: block; }
@media (max-width: 760px) {
  .ranking-switch { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leader-row { grid-template-columns: 42px 1fr 92px; padding: 13px 12px; }
  .leader-rep { display: none; }
}
@media (max-width: 440px) {
  .ranking-switch { grid-template-columns: 1fr; }
}
.avatar i.has-player-image{overflow:hidden;background:#171329}.avatar i.has-player-image img{width:100%;height:100%;object-fit:contain}
