.global-lb-host {
  width: 100%;
}

.global-lb-host--embed .global-lb__hero {
  padding: 12px 14px 10px;
}

.global-lb-host--embed .global-lb__title {
  font-size: 18px;
}

.global-lb-host--embed .global-lb__eyebrow {
  display: none;
}

.global-lb-host--embed .global-lb__games-played {
  --games-label-size: clamp(11px, 2vw, 14px);
}

.global-lb-host--embed .global-lb__refresh {
  width: 100%;
  padding: 14px 24px;
  font-size: clamp(22px, 4vw, 28px);
  color: #0f766e;
}

.global-lb {
  position: relative;
  color: rgba(255, 255, 255, 0.92);
}

.global-lb::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.025) 0,
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.35;
  mix-blend-mode: soft-light;
}

.global-lb__hero {
  position: relative;
  padding: 18px 20px 14px;
  border-radius: 14px 14px 0 0;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(248, 113, 113, 0.18), transparent 55%),
    radial-gradient(120% 140% at 100% 0%, rgba(74, 222, 128, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(12, 16, 28, 0.96), rgba(8, 10, 18, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.global-lb__eyebrow {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.global-lb__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0%, #cbd5e1 45%, #f87171 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.global-lb__title::after {
  content: "";
  display: block;
  width: min(220px, 60%);
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, #f87171, #4ade80, transparent);
  animation: global-lb-pulse 2.8s ease-in-out infinite;
}

.global-lb__games-played {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.32em;
  margin: 0;
  line-height: 1.1;
  --games-label-size: clamp(12px, 2.2vw, 16px);
}

.global-lb__games-panel {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.global-lb__refresh-panel {
  margin-top: 0.65rem;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  justify-content: center;
}

.global-lb__stats-row {
  display: none;
}

.global-lb__games-played-count {
  font-size: calc(var(--games-label-size) * 2);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, #99f6e4 0%, #2dd4bf 42%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(45, 212, 191, 0.35));
}

.global-lb__games-played-label {
  font-size: var(--games-label-size);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}

.global-lb__lead {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.global-lb__actions {
  display: none;
}

.global-lb__refresh,
.global-lb__retry {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 18px 32px;
  background: rgba(255, 255, 255, 0.06);
  color: #0f766e;
  font-size: clamp(26px, 4.5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.global-lb__refresh-panel .global-lb__refresh {
  width: 100%;
}

.global-lb__refresh:hover,
.global-lb__retry:hover {
  background: rgba(255, 255, 255, 0.12);
}

.global-lb__status {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}

.global-lb__body {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: none;
  border-radius: 0 0 14px 14px;
  background: rgba(6, 8, 14, 0.82);
  backdrop-filter: blur(10px);
}

.global-lb__loading,
.global-lb__empty,
.global-lb__error {
  padding: 24px 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.global-lb__section {
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  animation: global-lb-rise 420ms ease both;
}

.global-lb__section-head {
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.global-lb__section-title {
  padding: 20px 16px 14px;
}

.global-lb__game {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.global-lb__section-meta {
  margin: 4px 0 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.global-lb__table-wrap {
  overflow-x: auto;
}

.global-lb__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.global-lb__table th,
.global-lb__table td {
  padding: 7px 10px;
  text-align: center;
  white-space: nowrap;
}

.global-lb__table th {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.global-lb__row {
  animation: global-lb-rise 360ms ease both;
}

.global-lb__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.025);
}

.global-lb__rank {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.55);
}

.global-lb__rank--gold {
  color: #fbbf24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.45);
}

.global-lb__rank--silver {
  color: #cbd5e1;
}

.global-lb__rank--bronze {
  color: #d97706;
}

.global-lb__name {
  font-family: var(--score-mono, ui-monospace, monospace);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-lb__mode--normal {
  color: #4ade80;
}

.global-lb__mode--hardcore {
  color: #f87171;
}

.global-lb__score {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

@keyframes global-lb-pulse {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@keyframes global-lb-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.is-hidden {
  display: none !important;
}
