.Leaderboard_container__DDY1W {
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  scrollbar-gutter: stable;
  box-sizing: border-box;
  font-family: Rubik, Rubik Fallback, sans-serif;
}
.Leaderboard_container__DDY1W:before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.78) 0,
      rgba(0, 30, 15, 0.58) 100%
    ),
    var(--bg-street2);
  background-size: cover;
  background-position: 50%;
  pointer-events: none;
  z-index: -1;
}
.Leaderboard_main__VgZTv {
  flex: 1 1;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: visible !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.Leaderboard_branding__N_oES {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(
      180deg,
      rgba(17, 33, 23, 0.9),
      rgba(10, 21, 14, 0.88)
    ),
    linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(0, 0, 0, 0) 60%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 10;
}
.Leaderboard_branding__N_oES h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #4caf50, #45a049);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  word-wrap: break-word;
}
.Leaderboard_controls__INlrE {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.Leaderboard_modeControls___nuwR,
.Leaderboard_timeControls__ZHJHb {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.Leaderboard_controlButton__zYjS1 {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Rubik, Rubik Fallback, sans-serif;
  min-width: 80px;
}
.Leaderboard_controlButton__zYjS1.Leaderboard_active__zF2B0 {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
  transform: translateY(-1px);
}
.Leaderboard_controlButton__zYjS1:hover:not(.Leaderboard_active__zF2B0) {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.Leaderboard_modeControls___nuwR
  .Leaderboard_controlButton__zYjS1.Leaderboard_active__zF2B0 {
  background: linear-gradient(135deg, #ffd700, #ffa500);
  color: #000;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.Leaderboard_modeControls___nuwR
  .Leaderboard_controlButton__zYjS1:hover:not(.Leaderboard_active__zF2B0) {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}
.Leaderboard_backButton__c0eiA {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-decoration: none;
  font-family: Rubik, Rubik Fallback, sans-serif;
}
.Leaderboard_backButton__c0eiA:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.Leaderboard_statusMessage__0NCok {
  background: rgba(248, 215, 218, 0.9);
  color: #721c24;
  border: 1px solid rgba(245, 198, 203, 0.8);
  border-radius: 15px;
}
.Leaderboard_statusMessage__0NCok,
.Leaderboard_warningMessage__h4LOH {
  margin: 20px 0;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: Leaderboard_slideIn__x6pDI 0.3s ease-out;
}
.Leaderboard_warningMessage__h4LOH {
  background: rgba(255, 193, 7, 0.9);
  color: #856404;
  border: 1px solid rgba(255, 193, 7, 0.8);
  border-radius: 15px;
}
.Leaderboard_loadingMessage__GEELz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  animation: Leaderboard_slideIn__x6pDI 0.3s ease-out;
}
.Leaderboard_spinner__FtHN7 {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #4caf50;
  border-radius: 50%;
  animation: Leaderboard_spin__s48xU 1s linear infinite;
}
.Leaderboard_leaderboardContainer__zA5qJ {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
      180deg,
      rgba(12, 16, 34, 0.82),
      rgba(6, 9, 20, 0.86)
    ),
    linear-gradient(135deg, rgba(76, 175, 80, 0.08), rgba(0, 0, 0, 0) 60%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  animation: Leaderboard_slideIn__x6pDI 0.5s ease-out;
  margin-bottom: 2rem;
}
.Leaderboard_myRankCard__bryZO {
  background: linear-gradient(
    135deg,
    rgba(76, 175, 80, 0.2),
    rgba(69, 160, 73, 0.2)
  );
  padding: 1.5rem;
  margin: 1rem 1rem 0;
  border-radius: 15px;
  border: 2px solid rgba(76, 175, 80, 0.3);
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  animation: Leaderboard_slideIn__x6pDI 0.4s ease-out;
  flex-shrink: 0;
}
.Leaderboard_myRankCard__bryZO:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  will-change: transform;
  animation: Leaderboard_shimmer__nmrJs 2s linear infinite;
}
.Leaderboard_rankBadge__6qa2L {
  background: rgba(76, 175, 80, 0.8);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1rem;
  min-width: 60px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}
.Leaderboard_playerInfo__d3f1G {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.Leaderboard_playerName__JilVj {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}
.Leaderboard_playerScore__3Jvtj {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4caf50;
}
.Leaderboard_scoreType__ndGsC {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-left: 0.5rem;
}
.Leaderboard_myRankLabel__zIzzs {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.Leaderboard_leaderboardList__mwJEW {
  flex: 1 1;
  overflow-y: auto !important;
  padding: 1rem;
  min-height: 0;
}
.Leaderboard_leaderboardList__mwJEW::-webkit-scrollbar {
  width: 8px;
}
.Leaderboard_leaderboardList__mwJEW::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.Leaderboard_leaderboardList__mwJEW::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.Leaderboard_leaderboardList__mwJEW::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.Leaderboard_leaderboardItem__4DBv_ {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease,
    border-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
  animation: Leaderboard_slideInItem__R2QPe 0.3s ease-out;
  animation-fill-mode: both;
}
.Leaderboard_leaderboardItem__4DBv_:first-child {
  animation-delay: 0.1s;
}
.Leaderboard_leaderboardItem__4DBv_:nth-child(2) {
  animation-delay: 0.15s;
}
.Leaderboard_leaderboardItem__4DBv_:nth-child(3) {
  animation-delay: 0.2s;
}
.Leaderboard_leaderboardItem__4DBv_:nth-child(4) {
  animation-delay: 0.25s;
}
.Leaderboard_leaderboardItem__4DBv_:nth-child(5) {
  animation-delay: 0.3s;
}
.Leaderboard_leaderboardItem__4DBv_:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(8px) scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}
.Leaderboard_topThree__sDyuR {
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.1),
    rgba(255, 165, 0, 0.05)
  );
  border-color: rgba(255, 215, 0, 0.2);
}
.Leaderboard_topThree__sDyuR:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.15),
    rgba(255, 165, 0, 0.1)
  );
}
.Leaderboard_rankNumber__Bw0og {
  width: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.Leaderboard_medal__R2KsD {
  font-size: 2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.Leaderboard_first__gqwnq {
  color: #ffd700;
}
.Leaderboard_second__PCMcb {
  color: #c0c0c0;
}
.Leaderboard_third__KCeXw {
  color: #cd7f32;
}
.Leaderboard_playerDetails__w3jBO {
  flex: 1 1;
  margin-left: 1rem;
}
.Leaderboard_username__ErPGf {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: color 0.2s ease;
}
.Leaderboard_username__ErPGf:hover {
  color: #4caf50;
  text-decoration: underline;
}
.Leaderboard_scoreContainer__rmOjx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.Leaderboard_score__FqRZh {
  font-size: 1.3rem;
  font-weight: 700;
  color: #4caf50;
}
.Leaderboard_scoreLabel__dDhqv {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.Leaderboard_bottomActions__RSycc {
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.Leaderboard_exitButton__x_W2H {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(220, 53, 69, 0.2);
  color: #dc3545;
  padding: 12px 24px;
  border: 2px solid rgba(220, 53, 69, 0.3);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: Rubik, Rubik Fallback, sans-serif;
}
.Leaderboard_exitButton__x_W2H:hover {
  background: rgba(220, 53, 69, 0.3);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}
@keyframes Leaderboard_pageSlideIn__dtw3a {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes Leaderboard_slideIn__x6pDI {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes Leaderboard_slideInItem__R2QPe {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes Leaderboard_spin__s48xU {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes Leaderboard_shimmer__nmrJs {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@media (max-width: 768px) {
  .Leaderboard_main__VgZTv {
    padding: 1rem;
    min-height: 100vh;
  }
  .Leaderboard_branding__N_oES {
    padding: 1rem;
    margin-bottom: 1rem;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .Leaderboard_branding__N_oES h1 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 1rem;
  }
  .Leaderboard_controls__INlrE {
    flex-direction: column;
    gap: 0.75rem;
  }
  .Leaderboard_modeControls___nuwR,
  .Leaderboard_timeControls__ZHJHb {
    width: 100%;
    justify-content: center;
  }
  .Leaderboard_leaderboardContainer__zA5qJ {
    flex: 1 1;
    margin-bottom: 1rem;
    border-radius: 15px;
  }
  .Leaderboard_leaderboardList__mwJEW {
    padding: 0.75rem;
  }
  .Leaderboard_leaderboardItem__4DBv_ {
    padding: 0.75rem 1rem;
  }
  .Leaderboard_myRankCard__bryZO {
    margin: 0.75rem;
    padding: 1rem;
    flex-direction: row;
    text-align: left;
    gap: 0.75rem;
  }
  .Leaderboard_playerInfo__d3f1G {
    align-items: flex-start;
  }
  .Leaderboard_rankNumber__Bw0og {
    width: 50px;
    font-size: 1rem;
  }
  .Leaderboard_medal__R2KsD {
    font-size: 1.5rem;
  }
  .Leaderboard_username__ErPGf {
    font-size: 1rem;
  }
  .Leaderboard_score__FqRZh {
    font-size: 1.1rem;
  }
  .Leaderboard_bottomActions__RSycc {
    padding: 1rem;
  }
}
@media (max-width: 480px) {
  .Leaderboard_main__VgZTv {
    padding: 0.5rem;
  }
  .Leaderboard_branding__N_oES {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .Leaderboard_branding__N_oES h1 {
    font-size: clamp(1.5rem, 8vw, 2rem);
    margin-bottom: 0.75rem;
  }
  .Leaderboard_leaderboardItem__4DBv_ {
    padding: 0.75rem;
  }
  .Leaderboard_rankNumber__Bw0og {
    width: 40px;
    font-size: 0.9rem;
  }
  .Leaderboard_username__ErPGf {
    font-size: 0.95rem;
  }
  .Leaderboard_score__FqRZh {
    font-size: 1rem;
  }
  .Leaderboard_backButton__c0eiA,
  .Leaderboard_controlButton__zYjS1 {
    padding: 8px 14px;
    font-size: 12px;
  }
  .Leaderboard_myRankCard__bryZO {
    margin: 0.5rem;
    padding: 0.75rem;
  }
  .Leaderboard_playerName__JilVj {
    font-size: 1rem;
  }
  .Leaderboard_playerScore__3Jvtj {
    font-size: 1.2rem;
  }
  .Leaderboard_leaderboardList__mwJEW {
    padding: 0.5rem;
  }
}
