[v-cloak] {
  display: none;
}

.hof-page {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 18px 56px;
  color: hsla(0, 0%, 100%, 0.92);
}
.hof-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 900px 460px at 50% 8vh, hsla(45, 80%, 60%, 0.07) 0%, transparent 65%);
  z-index: -1;
}
.hof-page.hof--switching .hof-podium,
.hof-page.hof--switching .hof-list-wrap {
  opacity: 0.32;
  transition: opacity 180ms ease;
}

.hof-header {
  text-align: center;
  margin: 6px 0 22px;
}
.hof-header .hof-title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFD700 0%, hsl(45, 70%, 50%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFD700;
}
.hof-header .hof-title i {
  font-size: 24px;
  color: #FFD700;
  -webkit-text-fill-color: #FFD700;
  filter: drop-shadow(0 0 6px hsla(45, 80%, 55%, 0.35));
  animation: hof-trophy-flicker 4s ease-in-out infinite;
}
.hof-header .hof-tagline {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: hsla(0, 0%, 100%, 0.55);
}

@keyframes hof-trophy-flicker {
  0%, 100% {
    filter: drop-shadow(0 0 6px hsla(45, 80%, 55%, 0.35));
  }
  50% {
    filter: drop-shadow(0 0 14px hsla(45, 90%, 65%, 0.6));
  }
}
.hof-mode-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
  padding: 6px;
  background: hsla(var(--main), 18%, 18%, 0.55);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(8px) saturate(1.4);
}

.hof-mode-btn {
  flex: 1;
  min-width: 88px;
  padding: 8px 14px;
  background: transparent;
  border: none;
  border-radius: 7px;
  color: hsl(var(--main), 15%, 75%);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.hof-mode-btn:hover {
  background: hsla(var(--main), 25%, 28%, 0.55);
  color: #fff;
  transform: translateY(-1px);
}
.hof-mode-btn.active {
  background: hsl(var(--main), 55%, 48%);
  color: #fff;
  box-shadow: 0 2px 10px hsla(var(--main), 55%, 30%, 0.4);
  pointer-events: none;
}

.hof-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
}

.hof-sort-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.hof-sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  border-radius: 999px;
  color: hsl(var(--main), 15%, 75%);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.hof-sort-btn i {
  font-size: 11px;
  opacity: 0.85;
}
.hof-sort-btn:hover {
  background: hsla(var(--main), 25%, 22%, 0.5);
  color: #fff;
  border-color: hsla(var(--main), 35%, 40%, 0.6);
}
.hof-sort-btn.active {
  background: hsla(45, 70%, 55%, 0.18);
  border-color: hsl(45, 90%, 60%);
  color: #fff;
  box-shadow: 0 0 12px hsla(45, 80%, 55%, 0.18);
  pointer-events: none;
}
.hof-sort-btn.active i {
  color: hsl(45, 90%, 60%);
  opacity: 1;
}

.hof-country-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 32px 6px 30px;
  background: hsla(var(--main), 18%, 18%, 0.55);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 180ms ease;
}
.hof-country-wrap:hover {
  border-color: hsla(var(--main), 45%, 48%, 0.55);
}

.hof-country-icon {
  position: absolute;
  left: 10px;
  font-size: 11px;
  color: hsl(var(--main), 35%, 60%);
  pointer-events: none;
}

.hof-country-chevron {
  position: absolute;
  right: 12px;
  font-size: 9px;
  color: hsl(var(--main), 25%, 60%);
  pointer-events: none;
}

.hof-country {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: hsla(0, 0%, 100%, 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.hof-country option {
  background: hsl(var(--main), 18%, 12%);
  color: hsla(0, 0%, 100%, 0.92);
}

.hof-stage {
  position: relative;
  margin: 12px 0 28px;
  padding: 60px 16px 36px;
  border-radius: 18px;
  background: linear-gradient(180deg, hsla(var(--main), 22%, 12%, 0.55) 0%, hsla(var(--main), 30%, 8%, 0.85) 100%);
  border: 1px solid hsla(45, 50%, 30%, 0.18);
  box-shadow: inset 0 0 60px hsla(45, 60%, 30%, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, opacity 320ms ease;
}
.hof-stage--shrunk {
  transform: scale(0.97);
  opacity: 0.92;
}

.hof-stage-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 50% 30%, hsla(45, 80%, 55%, 0.1) 0%, transparent 65%);
  z-index: 0;
}

.hof-stage-plinth {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, hsla(45, 80%, 55%, 0.55) 50%, transparent 100%);
  box-shadow: 0 0 16px hsla(45, 80%, 55%, 0.4), 0 -2px 14px hsla(45, 80%, 55%, 0.18);
  pointer-events: none;
  z-index: 0;
}

.hof-podium {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
}

.hof-podium-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 200px;
  padding: 20px 18px 22px;
  background: linear-gradient(180deg, hsla(var(--main), 30%, 14%, 0.85) 0%, hsla(var(--main), 32%, 8%, 0.92) 100%);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  border-radius: 16px;
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.92);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
  will-change: transform;
  opacity: 0;
  animation: hof-rise 520ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hof-podium-card:hover {
  transform: translateY(-4px);
  border-color: hsla(var(--main), 45%, 48%, 0.55);
  box-shadow: 0 18px 40px hsla(var(--main), 45%, 12%, 0.55);
}
.hof-podium-card:hover .hof-card-avatar {
  transform: scale(1.05);
}
.hof-podium-card:hover .hof-card-avatar-ring {
  filter: brightness(1.2) saturate(1.25);
}
.hof-podium-card:hover .hof-card-name {
  color: #fff;
}
.hof-podium-card--silver {
  order: 1;
}
.hof-podium-card--gold {
  order: 2;
  width: 250px;
  padding: 28px 22px 28px;
  transform: translateY(-22px);
  animation: hof-rise-gold 760ms cubic-bezier(0.2, 1.2, 0.3, 1) forwards;
  background: linear-gradient(180deg, hsla(45, 50%, 18%, 0.85) 0%, hsla(var(--main), 30%, 8%, 0.92) 70%);
  border-color: hsla(45, 70%, 55%, 0.55);
  box-shadow: 0 0 38px hsla(45, 80%, 55%, 0.22), inset 0 0 30px hsla(45, 80%, 55%, 0.06);
}
.hof-podium-card--gold:hover {
  transform: translateY(-26px);
  border-color: hsla(45, 90%, 60%, 0.85);
  box-shadow: 0 0 48px hsla(45, 90%, 60%, 0.35), 0 18px 40px hsla(var(--main), 45%, 12%, 0.55);
}
.hof-podium-card--gold .hof-card-rank-numeral {
  background: linear-gradient(180deg, #FFD700 0%, hsl(45, 70%, 45%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  top: -8px;
}
.hof-podium-card--gold .hof-card-name {
  font-size: 16px;
}
.hof-podium-card--gold .hof-card-stat-value {
  font-size: 26px;
  background: linear-gradient(180deg, #FFD700 0%, hsl(45, 70%, 50%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hof-podium-card--bronze {
  order: 3;
}
.hof-podium-card--silver .hof-card-rank-numeral {
  color: hsl(0, 0%, 80%);
}
.hof-podium-card--bronze .hof-card-rank-numeral {
  color: hsl(28, 60%, 52%);
}
.hof-podium-card--silver {
  border-top: 2px solid hsla(0, 0%, 80%, 0.55);
}
.hof-podium-card--bronze {
  border-top: 2px solid hsla(28, 60%, 52%, 0.6);
}

.hof-card-avatar-wrap {
  position: relative;
  width: 86px;
  height: 86px;
}
.hof-podium-card--gold .hof-card-avatar-wrap {
  width: 110px;
  height: 110px;
}

.hof-card-avatar-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, hsla(0, 0%, 70%, 0.5) 0deg, hsla(0, 0%, 95%, 0.85) 90deg, hsla(0, 0%, 70%, 0.5) 180deg, hsla(0, 0%, 95%, 0.85) 270deg, hsla(0, 0%, 70%, 0.5) 360deg);
  transition: filter 240ms ease;
  z-index: 0;
  pointer-events: none;
  mask: radial-gradient(circle, transparent 50%, black 52%);
  -webkit-mask: radial-gradient(circle, transparent 50%, black 52%);
}
.hof-podium-card--gold .hof-card-avatar-ring {
  background: conic-gradient(from 0deg, #FFD700 0deg, hsl(50, 100%, 80%) 60deg, hsl(45, 80%, 45%) 120deg, #FFD700 180deg, hsl(50, 100%, 80%) 240deg, hsl(45, 80%, 45%) 300deg, #FFD700 360deg);
  animation: hof-ring-spin 8s linear infinite;
  animation-delay: 1100ms;
}
.hof-podium-card--bronze .hof-card-avatar-ring {
  background: conic-gradient(from 0deg, #CD7F32 0deg, hsl(28, 60%, 65%) 120deg, hsl(28, 50%, 35%) 240deg, #CD7F32 360deg);
}

.hof-card-avatar-glow {
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  background: radial-gradient(circle, hsla(45, 80%, 60%, 0.28) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  z-index: -1;
}
.hof-podium-card--gold .hof-card-avatar-glow {
  opacity: 0.7;
}
.hof-podium-card:hover .hof-card-avatar-glow {
  opacity: 1;
}

.hof-card-avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: hsla(var(--main), 20%, 22%, 0.6);
  z-index: 1;
  transition: transform 240ms ease;
}

.hof-card-rank-numeral {
  position: absolute;
  top: -2px;
  left: 14px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: hsla(0, 0%, 100%, 0.35);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  opacity: 0.75;
}

.hof-card-crown {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFD700;
  font-size: 22px;
  filter: drop-shadow(0 0 8px hsla(45, 80%, 55%, 0.35));
  opacity: 0;
  animation: hof-laurel-fade 380ms ease-out forwards;
  animation-delay: 1080ms;
  z-index: 2;
}

.hof-card-laurel {
  position: absolute;
  top: 32px;
  color: hsla(45, 80%, 60%, 0.65);
  font-size: 18px;
  filter: drop-shadow(0 0 4px hsla(45, 80%, 55%, 0.4));
  opacity: 0;
  animation: hof-laurel-fade 380ms ease-out forwards;
  z-index: 2;
}
.hof-card-laurel--left {
  left: 10px;
  transform: rotate(-30deg);
  animation-delay: 980ms;
}
.hof-card-laurel--right {
  right: 10px;
  transform: rotate(30deg) scaleX(-1);
  animation-delay: 980ms;
}

.hof-card-name-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  max-width: 100%;
}

.hof-card-flag {
  width: 18px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.hof-card-name {
  font-size: 14px;
  font-weight: 700;
  color: hsla(0, 0%, 100%, 0.92);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  transition: color 240ms ease;
  position: relative;
}
.hof-podium-card--gold .hof-card-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 320ms ease;
}
.hof-podium-card--gold:hover .hof-card-name::after {
  transform: scaleX(1);
}

.hof-card-clan {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: hsl(var(--main), 25%, 65%);
  letter-spacing: 0.04em;
}
.hof-card-clan i {
  font-size: 9px;
  opacity: 0.7;
}

.hof-card-stat-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 6px;
}

.hof-card-stat-value {
  font-size: 22px;
  font-weight: 800;
  color: hsla(var(--main), 70%, 55%, 1);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.hof-card-stat-label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: hsla(0, 0%, 100%, 0.35);
  margin-top: 2px;
}

.hof-card-stat-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: hsla(0, 0%, 100%, 0.55);
  margin-top: 2px;
}
.hof-card-stat-secondary i {
  font-size: 9px;
  opacity: 0.65;
}

.hof-card-mini {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hof-card-sep {
  opacity: 0.4;
}

.hof-card-grades {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.hof-grade {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hof-grade--xh {
  background: hsla(45, 80%, 50%, 0.25);
  color: hsl(45, 80%, 80%);
}
.hof-grade--x {
  background: hsla(0, 0%, 80%, 0.18);
  color: hsl(0, 0%, 90%);
}
.hof-grade--sh {
  background: hsla(195, 70%, 45%, 0.25);
  color: hsl(195, 70%, 80%);
}
.hof-grade--s {
  background: hsla(150, 55%, 40%, 0.25);
  color: hsl(150, 55%, 78%);
}

.hof-card-badges {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.hof-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: hsla(var(--main), 25%, 22%, 0.55);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  color: hsl(var(--main), 35%, 70%);
  font-size: 11px;
  transition: transform 180ms ease, border-color 180ms ease;
}
.hof-card-badge:hover {
  transform: translateY(-1px);
  border-color: hsl(45, 90%, 60%);
  color: #FFD700;
}

.hof-card-sparkle {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 8px hsla(45, 100%, 80%, 0.9), 0 0 14px hsla(45, 100%, 70%, 0.6);
}
.hof-podium-card--gold:hover .hof-card-sparkle {
  animation: hof-sparkle-burst 700ms ease-out;
}

.hof-error,
.hof-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 64px 16px;
  color: hsl(var(--main), 15%, 70%);
  font-size: 14px;
}

.hof-error {
  color: hsl(0, 70%, 75%);
}
.hof-error i {
  color: hsl(0, 70%, 65%);
}

.hof-empty i {
  font-size: 22px;
  opacity: 0.65;
  color: hsl(45, 90%, 60%);
}

.hof-empty--list {
  padding: 36px 16px;
}

.hof-list-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 18px;
  color: hsl(var(--main), 25%, 70%);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}
.hof-list-divider::before, .hof-list-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, hsla(var(--main), 30%, 45%, 0.45) 50%, transparent 100%);
}

.hof-list-wrap {
  position: relative;
}

.hof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hof-row {
  position: relative;
  background: hsla(var(--main), 18%, 16%, 0.72);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  animation: hof-row-slide 280ms ease-out forwards;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.hof-row:hover {
  background: hsla(var(--main), 25%, 20%, 0.85);
  border-color: hsla(var(--main), 45%, 48%, 0.55);
  transform: translateX(2px);
}
.hof-row:hover .hof-row-chev {
  transform: translateX(2px);
  color: hsl(45, 90%, 60%);
}
.hof-row:hover .hof-row-username {
  color: #fff;
}

.hof-row-link {
  display: grid;
  grid-template-columns: 50px 28px 1fr 110px 76px 80px 18px;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  color: inherit;
  text-decoration: none;
}

.hof-row-rank {
  font-size: 14px;
  font-weight: 700;
  color: hsl(var(--main), 25%, 60%);
  font-variant-numeric: tabular-nums;
}

.hof-row-flag {
  width: 22px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.hof-row-name {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.hof-row-username {
  font-size: 14px;
  font-weight: 700;
  color: hsla(0, 0%, 100%, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 220ms ease;
}

.hof-row-clan {
  font-size: 11px;
  font-weight: 600;
  color: hsl(var(--main), 25%, 65%);
  flex-shrink: 0;
}

.hof-row-stat {
  font-size: 14px;
  font-weight: 800;
  color: hsla(var(--main), 70%, 55%, 1);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.hof-row-acc,
.hof-row-plays {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.55);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.hof-row-chev {
  font-size: 11px;
  color: hsl(var(--main), 25%, 50%);
  transition: transform 220ms ease, color 220ms ease;
}

@keyframes hof-skeleton-shimmer {
  0% {
    background-position: -150% 0;
  }
  100% {
    background-position: 250% 0;
  }
}
.hof-sk-bar {
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(90deg, hsla(var(--main), 18%, 18%, 0.55) 0%, hsla(var(--main), 18%, 32%, 0.85) 45%, hsla(var(--main), 18%, 18%, 0.55) 100%);
  background-size: 200% 100%;
  animation: hof-skeleton-shimmer 1.6s ease-in-out infinite;
}

.hof-podium--skeleton {
  pointer-events: none;
  user-select: none;
}

.hof-sk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 18px;
  border-radius: 16px;
  background: hsla(var(--main), 22%, 14%, 0.65);
  border: 1px solid hsla(var(--main), 25%, 30%, 0.4);
  width: 200px;
}
.hof-sk-card--silver {
  order: 1;
}
.hof-sk-card--gold {
  order: 2;
  width: 250px;
  padding: 28px 22px;
  transform: translateY(-22px);
  border-color: hsla(45, 50%, 35%, 0.4);
}
.hof-sk-card--bronze {
  order: 3;
}

.hof-sk-rank {
  width: 30px;
  height: 28px;
}

.hof-sk-avatar {
  border-radius: 50%;
  width: 86px;
  height: 86px;
}
.hof-sk-avatar--gold {
  width: 110px;
  height: 110px;
}
.hof-sk-avatar--side {
  width: 86px;
  height: 86px;
}

.hof-sk-name {
  width: 70%;
  height: 16px;
}
.hof-sk-name--gold {
  width: 78%;
  height: 18px;
}

.hof-sk-pp {
  width: 50%;
  height: 18px;
}
.hof-sk-pp--gold {
  width: 56%;
  height: 24px;
}

.hof-sk-meta {
  width: 60%;
  height: 12px;
}

.hof-list--skeleton .hof-row--skeleton {
  display: grid;
  grid-template-columns: 50px 28px 1fr 110px 76px 80px;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  height: 48px;
  pointer-events: none;
  cursor: default;
}
.hof-list--skeleton .hof-row--skeleton:hover {
  transform: none;
}

.hof-sk-row-rank {
  width: 28px;
  height: 14px;
}

.hof-sk-row-flag {
  width: 22px;
  height: 14px;
}

.hof-sk-row-name {
  width: 60%;
  height: 14px;
  max-width: 280px;
}

.hof-sk-row-stat {
  width: 80px;
  height: 14px;
}

.hof-sk-row-acc {
  width: 50px;
  height: 12px;
}

.hof-sk-row-plays {
  width: 60px;
  height: 12px;
}

@keyframes hof-rise {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes hof-rise-gold {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.88);
  }
  60% {
    transform: translateY(-26px) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(-22px) scale(1);
  }
}
@keyframes hof-ring-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hof-laurel-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hof-row-slide {
  0% {
    opacity: 0;
    transform: translateX(-12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hof-sparkle-burst {
  0% {
    opacity: 0;
    transform: scale(0.2) translate(0, 0);
  }
  35% {
    opacity: 1;
    transform: scale(1.4) translate(-4px, -8px);
  }
  100% {
    opacity: 0;
    transform: scale(0.6) translate(-12px, -22px);
  }
}
@media (max-width: 880px) {
  .hof-podium {
    gap: 12px;
  }
  .hof-podium-card {
    width: 168px;
    padding: 18px 14px;
  }
  .hof-podium-card--gold {
    width: 200px;
    padding: 22px 16px;
    transform: translateY(-16px);
  }
  .hof-card-avatar-wrap {
    width: 72px;
    height: 72px;
  }
  .hof-podium-card--gold .hof-card-avatar-wrap {
    width: 92px;
    height: 92px;
  }
  .hof-card-stat-value {
    font-size: 18px;
  }
  .hof-podium-card--gold .hof-card-stat-value {
    font-size: 22px;
  }
  .hof-row-link {
    grid-template-columns: 42px 22px 1fr 90px 60px 70px 14px;
    gap: 10px;
    padding: 10px 12px;
  }
}
@media (max-width: 640px) {
  .hof-page {
    padding: 14px 10px 40px;
  }
  .hof-header .hof-title {
    font-size: 22px;
  }
  .hof-header .hof-tagline {
    font-size: 11px;
  }
  .hof-stage {
    padding: 30px 8px 24px;
  }
  .hof-podium {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hof-podium-card,
  .hof-podium-card--gold,
  .hof-podium-card--silver,
  .hof-podium-card--bronze {
    width: 100%;
    order: initial;
    transform: none;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 14px;
    gap: 14px;
  }
  .hof-podium-card--gold:hover {
    transform: translateY(-2px);
  }
  .hof-card-avatar-wrap,
  .hof-podium-card--gold .hof-card-avatar-wrap {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }
  .hof-card-rank-numeral,
  .hof-podium-card--gold .hof-card-rank-numeral {
    position: relative;
    top: 0;
    left: 0;
    font-size: 26px;
    flex-shrink: 0;
    margin-right: 4px;
  }
  .hof-card-laurel,
  .hof-card-crown {
    display: none;
  }
  .hof-card-name-row {
    margin-top: 0;
  }
  .hof-card-stat-primary {
    margin-left: auto;
    margin-top: 0;
    align-items: flex-end;
  }
  .hof-card-stat-secondary,
  .hof-card-grades,
  .hof-card-badges,
  .hof-card-clan {
    display: none;
  }
  .hof-row-link {
    grid-template-columns: 38px 18px 1fr 70px 50px;
    gap: 8px;
    padding: 8px 10px;
  }
  .hof-row-acc,
  .hof-row-plays,
  .hof-row-chev {
    display: none;
  }
  .hof-mode-btn {
    font-size: 11px;
    padding: 6px 8px;
    min-width: 56px;
  }
  .hof-sort-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hof-podium-card,
  .hof-row,
  .hof-card-laurel,
  .hof-card-crown,
  .hof-card-avatar-ring {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .hof-podium-card--gold {
    transform: translateY(-14px) !important;
  }
}

/*# sourceMappingURL=hall_of_fame.css.map */
