/* v53 — room league lock, safe home-button placement, readable ranking numbers */
.v53HomeRow{
  width:min(1500px,100%);
  height:46px;
  margin:0 auto;
  padding:8px 16px 0;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  position:relative;
  z-index:25;
}
#portalHomeButton{
  position:static!important;
  inset:auto!important;
  display:inline-flex!important;
  width:auto!important;
  min-height:34px!important;
  margin:0!important;
  padding:8px 11px!important;
  z-index:auto!important;
  flex:0 0 auto;
}
.v50LeaguePicker.v53RoomLocked .v50LeagueButton,
.v50LeaguePicker.v53RoomLocked .v50LeagueButton:hover{
  opacity:.62!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
  background:#edf3f8!important;
  border-color:#c8d6e2!important;
  transform:none!important;
}
.v50LeaguePicker.v53RoomLocked .v50LeagueMenu{display:none!important}

/* Top 10 sıra numaralarını emoji içindeki küçük rakamlardan bağımsız, net göster. */
.globalLeaderboardList .globalRank .medal{
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  flex:0 0 27px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:50%!important;
  border:1px solid #b7c9d8!important;
  background:#edf3f8!important;
  color:#183b57!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:1000!important;
  font-variant-numeric:tabular-nums!important;
  text-shadow:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;
}
.globalLeaderboardList .globalRank:nth-child(1) .medal,
.globalLeaderboardList .globalRank:nth-child(2) .medal,
.globalLeaderboardList .globalRank:nth-child(3) .medal{font-size:0!important}
.globalLeaderboardList .globalRank:nth-child(1) .medal::before,
.globalLeaderboardList .globalRank:nth-child(2) .medal::before,
.globalLeaderboardList .globalRank:nth-child(3) .medal::before{
  font-size:13px!important;
  line-height:1!important;
  font-weight:1000!important;
  color:#263648!important;
}
.globalLeaderboardList .globalRank:nth-child(1) .medal::before{content:"1"}
.globalLeaderboardList .globalRank:nth-child(2) .medal::before{content:"2"}
.globalLeaderboardList .globalRank:nth-child(3) .medal::before{content:"3"}
.globalLeaderboardList .globalRank:nth-child(1) .medal{background:linear-gradient(180deg,#ffe79a,#e7b936)!important;border-color:#c8951c!important;color:#4a3700!important}
.globalLeaderboardList .globalRank:nth-child(2) .medal{background:linear-gradient(180deg,#f4f7fa,#bfcbd5)!important;border-color:#9eacb8!important}
.globalLeaderboardList .globalRank:nth-child(3) .medal{background:linear-gradient(180deg,#efc49c,#b87942)!important;border-color:#9b6334!important}

@media(max-width:760px){
  .v53HomeRow{height:44px;padding:7px 10px 0}
  #portalHomeButton{width:auto!important;min-width:36px!important;justify-content:center!important}
  #portalHomeButton span{display:inline!important}
}
