.modal-backdrop,
.auth-toggle,
.toast {
  z-index: 1;
  position: relative;
}
.hero {
  padding: 72px 0 32px;
  position: relative;
  overflow-x: clip;
}
.hero:before {
  content: "";
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 80% 20%, oklch(72% 0.18 50 / 0.28), #0000 70%),
    radial-gradient(40% 30% at 20% 80%, #1f6bff38, #0000 70%),
    radial-gradient(30% 25% at 60% 90%, oklch(82% 0.15 85 / 0.18), #0000 70%);
  position: absolute;
  inset: -10% -5% 0;
}
.hero-spotlights {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-spotlights span {
  filter: blur(28px);
  transform-origin: top;
  background: linear-gradient(#ffe6b42e 0%, #ffe6b40a 40%, #0000 80%);
  border-radius: 50% 50% 30% 30% / 6% 6% 100% 100%;
  width: 280px;
  height: 130%;
  position: absolute;
  top: -10%;
}
.hero-spotlights .sl-1 {
  right: 5%;
  transform: rotate(-14deg);
}
.hero-spotlights .sl-2 {
  left: 5%;
  transform: rotate(14deg);
}
.hero-spotlights .sl-3 {
  background: linear-gradient(#b4c8ff1f 0%, #b4c8ff05 50%, #0000 80%);
  width: 200px;
  right: 35%;
  transform: rotate(-4deg);
}
.hero .stadium-tier {
  pointer-events: none;
  z-index: 0;
  background-image: url("../img/bc.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.hero-grid {
  z-index: 1;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 64px;
  display: grid;
  position: relative;
}
.hero > .container {
  z-index: 1;
  position: relative;
}
.hero-copy {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.hero-grid .hero-copy {
  text-align: right;
  align-items: flex-start;
}
h1 {
  font-size: clamp(26px, 4vw, 56px);
  line-height: 1.05;
}
.hero-h1 {
  color: #fff;
  flex-direction: column;
  gap: 9.8mm;
  display: flex;
  margin-bottom: 0;
}
.hero-h1 .hero-line-1 {
  color: #ffffffd9;
  letter-spacing: 0;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
}
.hero-h1 .hero-line-2 {
  color: #fff;
  letter-spacing: -0.02em;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1;
  display: flex;
}
.hero-h1 .hl2-small {
  font-size: clamp(20px, 2.3vw, 30px);
}
p {
  color: var(--ink-2);
  text-wrap: pretty;
  margin: 0;
  line-height: 1.75;
}
.lede {
  color: var(--ink-2);
  max-width: 60ch;
  font-size: clamp(16px, 1.4vw, 19px);
}
.hero-ctas {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}
.hero-grid .hero-ctas {
  justify-content: flex-start;
}
.hero-user-stats {
  border: 1px solid var(--stroke);
  background: linear-gradient(#ffffff0d, #ffffff05);
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  display: inline-flex;
}
.hus-item {
  align-items: center;
  gap: 10px;
  display: flex;
}
.hus-ico {
  border-radius: 10px;
  flex-shrink: 0;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}
.hus-ico.hus-points {
  background: var(--gold-soft);
  color: var(--gold-2);
}
.hus-v {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.hus-k {
  color: var(--ink-3);
  margin-top: 3px;
  font-size: 11px;
}
.hero-art {
  background: 0 0;
  border: 0;
  place-items: center;
  min-height: 460px;
  display: grid;
  position: relative;
}
.hero-trophy {
  filter: drop-shadow(0 30px 60px #0000008c)
    drop-shadow(0 0 50px oklch(72% 0.18 50 / 0.55));
  width: auto;
  max-width: 100%;
  max-height: 540px;
  animation: 6s ease-in-out infinite trophy-float;
}

@keyframes trophy-float {
  0%,
  to {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}
.countries-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  direction: ltr;
  padding: 12px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: marqueeMove 35s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.country-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  direction: rtl;

  padding: 8px 12px;
  border-radius: 999px;

  background: #1f2937;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #fff;

  font-size: 14px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.country-chip .flag,
.flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
  flex: 0 0 auto;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}
.countries-marquee:hover .marquee-track {
  animation-play-state: paused;
}
.countries-marquee::before,
.countries-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none;
}

.countries-marquee::before {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.countries-marquee::after {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}
section.block {
  padding: 50px 0;
  position: relative;
}
.section-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto 48px;
  display: flex;
  position: relative;
}
.section-head h2 {
  font-size: clamp(26px, 3.1vw, 44px);
  color: #fff;
  margin-bottom: 0;
}
h2 {
  line-height: 1.1;
}

.podium {
  grid-template-columns: 1fr 1.15fr 1fr;
  align-items: end;
  gap: 24px;
  display: grid;
}
.prize-card {
  border-radius: var(--r-xl);
  border: 1px solid var(--stroke);
  text-align: center;
  isolation: isolate;
  background: #11192a;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.prize-card,
.mission,
.reward,
.invite-card,
.match-card,
.milestone,
.country-chip,
.faq-item,
.lb-row,
.ms-node,
.stat,
.meta-pill {
  transition:
    transform 0.22s,
    box-shadow 0.22s,
    border-color 0.22s,
    background 0.22s;
}
.prize-card .product-slot.bare {
  aspect-ratio: 4 / 5;
  background: 0 0;
  border: 0;
  width: 100%;
  max-height: 340px;
  margin: 0 auto;
  overflow: hidden;
  place-items: center;
  display: grid;
  border-radius: var(--r-lg);
}
.product-img {
  object-fit: contain;
  filter: drop-shadow(0 20px 40px #00000073);
  width: 100%;
  height: 100%;
}
.prize-card .rank-tag {
  color: var(--ink-3);
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}
.prize-card h3 {
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #fff;
}
h3 {
  line-height: 1.2;
}
.prize-card.first {
  box-shadow:
    0 0 0 1px rgba(255, 220, 120, 0.22),
    0 22px 54px rgba(255, 200, 60, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.24);
  z-index: 2;
  background:
    radial-gradient(
      80% 60% at 50% -10%,
      rgba(255, 223, 90, 0.34),
      transparent 60%
    ),
    linear-gradient(180deg, #5a4314 0%, #2b1d07 100%);
  border: 1px solid rgba(255, 223, 90, 0.42);
  transform: translateY(-32px);
}

.confetti {
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(2px 2px at 20% 20%, var(--gold-2), transparent 40%),
    radial-gradient(2px 2px at 80% 30%, var(--blue-2), transparent 40%),
    radial-gradient(2px 2px at 30% 70%, var(--green-2), transparent 40%),
    radial-gradient(2px 2px at 75% 75%, var(--gold-2), transparent 40%),
    radial-gradient(1.5px 1.5px at 50% 40%, var(--ink), transparent 40%);
  opacity: 0.35;
  position: absolute;
  inset: 0;
}
.prize-card .product-slot.bare.gold-tint {
  background: radial-gradient(70% 60%, oklch(82% 0.15 85 / 0.32), #0000 70%);
}
.prize-card.first h3 {
  color: #ffcc00;
}
.pred-toolbar {
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 36px;
  display: grid;
}
.pred-tools {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}
.rules-trigger {
  text-align: right;
  border-radius: var(--r-lg);
  border: 1px solid var(--stroke);
  cursor: pointer;
  background:
    radial-gradient(70% 100% at 100% 0, #1f6bff1f, #0000 70%),
    linear-gradient(#ffffff0d, #ffffff05);
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.15s;
  display: flex;
}
.rules-trigger .r-ico-sm {
  background: var(--gold-soft);
  width: 44px;
  height: 44px;
  color: #ffcc00;
  border-radius: 12px;
  flex-shrink: 0;
  place-items: center;
  display: grid;
}
.rules-trigger .r-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}
.rules-trigger > svg,
.slider-nav > svg {
  color: var(--ink-3);
  flex-shrink: 0;
}
.rules-trigger > svg {
  margin-inline-start: auto;
  transform: scaleX(-1);
}
.score-strip {
  border-radius: var(--r-lg);
  border: 1px solid var(--stroke);
  background:
    radial-gradient(70% 100% at 0 0, oklch(82% 0.15 85 / 0.18), #0000 70%),
    linear-gradient(#ffffff0d, #ffffff05);
  align-items: center;
  gap: 18px;
  padding: 14px 22px;
  display: flex;
}
.ss-stat {
  flex-direction: column;
  gap: 2px;
  display: flex;
}
.ss-stat .k {
  color: var(--ink-3);
  font-size: 11px;
}
.ss-stat .v {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}
.ss-stat .v.big-v {
  color: var(--gold-2);
  font-size: 18px;
}
.ss-divider {
  background: var(--stroke);
  align-self: stretch;
  width: 1px;
}
.ss-stat .v.green {
  color: var(--green-2);
}
.match-card {
  border-radius: var(--r-lg);
  border: 1px solid var(--stroke);
  background: linear-gradient(#ffffff0d, #ffffff05);
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.slider-track.uniform .slide-card {
  background:
    radial-gradient(60% 50% at 50% -10%, oklch(82% 0.15 95 / 0.28), #0000 70%),
    linear-gradient(#ffffff0d, #ffffff05);

  border-color: #aaa;
  box-shadow: 0 30px 80px -30px oklch(82% 0.15 95 / 0.5);
  scroll-snap-align: start;
  cursor: default;
  width: auto;
  min-width: 0;
  min-height: 460px;
  flex-direction: column;
  gap: 16px;
  display: flex;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
.match-card.is-submitted {
  border-color: oklch(75% 0.17 55 / 0.4);
}
.slider-track.uniform .slide-card .mc-status {
  min-height: 28px;
  display: flex;
}
.match-status {
  background: var(--surface);
  border: 1px solid var(--stroke);
  color: var(--ink-2);
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}
.match-status.is-done {
  color: var(--ink-3);
  background: var(--surface);
  border: 1px solid var(--stroke);
  font-weight: 600;
}

.match-status .dot {
  background: var(--ink-3);
  border-radius: 999px;
  width: 6px;
  height: 6px;
}
.match-status.is-done .dot {
  background: var(--ink-3);
  display: inline-block;
}
.teams {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  display: grid;
}
.slider-track.uniform .slide-card .teams {
  align-content: center;
  min-height: 96px;
}
.team {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
}
.slider-track.uniform .slide-card .team {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}
.team .flag {
  background: linear-gradient(#333, #111) 50% / cover;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  width: 56px;
  height: 40px;
}
.slider-track.uniform .slide-card .team .flag {
  width: 56px;
  height: 40px;
}
.team .name {
  font-size: 15px;
  font-weight: 700;
}
.slider-track.uniform .slide-card .team .name {
  font-size: 15px;
}
.slider-track.uniform .slide-card .score-num {
  background: var(--bg-1);
  border: 1px solid var(--stroke);
  text-align: center;
  border-radius: 8px;
  width: 50px;
  margin-top: 2px;
  padding: 4px 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  font-weight: 800;
  color:#fff!important;
}
.locked-msg {
    color: var(--ink-2);
    text-align: center;
    background: oklch(65% .18 145 / .1);
    border: 1px solid oklch(65% .18 145 / .25);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12.5px;
    line-height: 1.7;
}
.vs {
  color: var(--ink-3);
  background: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  place-items: center;
  width: 44px;
  height: 44px;
  font-family: ui-monospace, monospace;
  font-size: 18px;
  font-weight: 800;
  display: grid;
}
.is-finished .vs {
  color: var(--ink-3);
  background: 0 0;
  border: 0;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 24px;
  font-size: 14px;
}
.btn-save-prediction {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: center;
    margin-top: 8px;
}
.prediction-message {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: center;
    margin-top: 8px;
}
.btn-save-prediction.is-loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.btn-save-prediction.is-loading {
    position: relative;
    opacity: 0.85;
    cursor: not-allowed;
}
.guest-card {
    border-radius: var(--r-lg);
    border: 1px solid var(--stroke);
    background: radial-gradient(70% 100% at 100% 0, #1f6bff1f, #0000 70%), linear-gradient(#ffffff0d, #ffffff05);
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    display: flex;
}
.guest-card-ico {
    background: var(--gold-soft);
    color: #ffcc00;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
    place-items: center;
    display: grid;
}
.guest-card-body {
    flex: 1;
}
.guest-card-title {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
}
.guest-card-sub {
    color: var(--ink-3);
    margin-top: 2px;
    font-size: 12px;
}
.guest-cta {
    flex-shrink: 0;
}
.hist-row {
    border: 1px solid var(--stroke);
    background: #00000040;
    border-radius: 12px;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    display: flex;
    margin:10px 0;
}
.hist-teams {
    white-space: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    display: flex;
}
.status-exact {
    background-color: #28a745;
    font-size: 0.7em;
    color: #fff;
    padding: 2px 5px;
    border-radius: 8px;
}
.hist-teams .flag {
    border: 1px solid #ffffff26;
    border-radius: 3px;
    flex-shrink: 0;
    width: 22px;
    height: 16px;
}
.hist-vs {
    color: var(--ink-3);
    margin: 0 6px;
}
.hist-meta {
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    display: flex;
}
.hist-tag {
    border-radius: 999px;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
}
.status-outcome {
    background-color: #17a2b8;
    font-size: 0.7em;
    color: #fff;
    padding: 2px 5px;
    border-radius: 8px;
}

.status-one {
    background-color: #007bff;
    font-size: 0.7em;
    color: #fff;
    padding: 2px 5px;
    border-radius: 8px;
}

.status-wrong {
    background-color: #dc3545;
    font-size: 0.7em;
    color: #fff;
    padding: 2px 5px;
    border-radius: 8px;
}


    .btn-save-prediction.is-loading::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 8px;
        border: 2px solid rgba(255,255,255,0.5);
        border-top-color: #fff;
        border-radius: 50%;
        animation: btnSpin 0.8s linear infinite;
        vertical-align: middle;
    }

@keyframes btnSpin {
    to {
        transform: rotate(360deg);
    }
}

.text-danger {
    color: #fff;
    text-align: center;
    background: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12.5px;
    line-height: 1.7;
}
.text-success {
    color: var(--ink-2);
    text-align: center;
    background: oklch(65% .18 145 / .1);
    border: 1px solid oklch(65% .18 145 / .25);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12.5px;
    line-height: 1.7;
}
.match-meta {
    color: var(--ink-3);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    display: flex;
}
.slider-track.uniform .slide-card .match-meta {
  min-height: 34px;
  font-size: 12px;
}
.match-meta b {
  color: var(--ink-2);
  font-weight: 600;
}
.countdown {
  background: var(--bg-1);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  gap: 6px;
  padding: 8px 12px;
  display: flex;
}
.muted {
  color: var(--ink-3);
}
.slider-track.uniform .slide-card .countdown.is-empty {
  visibility: hidden;
  min-width: 80px;
}
.slider-track.uniform .slide-card .mc-foot {
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  margin-top: auto;
  display: flex;
}
.prev-result {
  border: 1px solid var(--stroke);
  background: #ffffff08;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  font-size: 13px;
  display: flex;
}
.is-finished .mc-foot .prev-result {
  width: 100%;
}
.prev-result .prev-pick {
  color: var(--ink-2);
}
.prev-result .prev-pick b {
  color: var(--ink);
}
.prev-result .prev-tag {
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}
.prev-result .prev-tag.win {
  background: var(--green-soft);
  color: var(--green-2);
}
.prev-result .prev-tag.lose {
  color: oklch(78% 0.14 28);
  background: oklch(65% 0.16 28 / 0.18);
}
.lb-wrap {
  grid-template-columns: 1fr 320px;
  align-items: start;
  gap: 28px;
  display: grid;
}
.lb-table {
  border-radius: var(--r-lg);
  border: 1px solid var(--stroke);
  background: linear-gradient(#ffffff0a, #ffffff03);
  overflow: hidden;
  box-shadow: 0 30px 80px -30px oklch(782% 0.15 95 / 0.45);
}
.lb-row {
    border-bottom: 1px solid var(--stroke);
    grid-template-columns: 80px 1fr 120px 120px 120px 80px;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    font-size: 14px;
    display: grid;
}

.lb-row.head {
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #ffffff05;
  padding: 14px 22px;
  font-size: 12px;
}
.lb-rank {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: 800;
  display: flex;
}
.lb-row > .lb-rank:first-child {
  justify-self: center;
}
.lb-rank .medal {
  color: #2b1d05;
  border-radius: 999px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: grid;
}
.lb-rank .medal {
  transition: transform 0.2s;
}
.lb-rank .medal.gold {
  background: linear-gradient(135deg, var(--gold-2), oklch(62% 0.13 60));
}

.lb-user,
.lbm-name,
.lbm-top-name,
.ump-phone {
  unicode-bidi: plaintext;
}
.lb-user {
  align-items: center;
  gap: 10px;
  display: flex;
}
.lb-user .av {
  background: linear-gradient(
    180deg,
    var(--blue) 0%,
    var(--blue) 38%,
    #0d4ed1 38%,
    #0d4ed1 100%
  );
  color: #fff;
  letter-spacing: -0.02em;
  border: 2px solid #ffffff2e;
  border-radius: 999px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  font-weight: 800;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff1f;
  display: none !important;
}
.lb-user .av {
  position: relative;
}
.lb-cell {
  color: var(--ink-2);
}
.lb-rank .medal.silver {
  color: #1a1c22;
  background: linear-gradient(135deg, #f3f5fb, #8a93a8);
}
.lb-rank .medal.bronze {
  background: linear-gradient(135deg, oklch(78% 0.13 50), oklch(50% 0.11 40));
}
.my-rank-card {
  border-radius: var(--r-lg);
  background:
    radial-gradient(60% 50% at 50% -10%, oklch(82% 0.15 95 / 0.28), #0000 70%),
    linear-gradient(#ffffff0d, #ffffff05);
  border: 1px solid oklch(782% 0.15 95 / 0.45);
  padding: 22px;
  position: sticky;
  top: 92px;
  box-shadow: 0 30px 70px -20px oklch(782% 0.15 95 / 0.45);
}
@media (width <= 720px) {
    .podium .prize-card:nth-child(2), .podium .prize-card:nth-child(3){display:none}
    .lbm-me-badge {
        color: #000;
        background: var(--blue);
        border-radius: 999px;
        padding: 2px 10px;
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: -8px;
        right: 12px;
    }
}
.guest-rank-card {
    text-align: center;
}
.my-rank-card .label {
  color: var(--ink-3);
  font-size: 13px;
}
.guest-rank-card .rank-num {
    justify-content: center;
    font-size: 16px!important;
}
.my-rank-card .rank-num {
  letter-spacing: -0.03em;
  align-items: baseline;
  gap: 6px;
  font-size: 56px;
  font-weight: 800;
  display: flex;
}
.bar {
  background: #ffffff0f;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}
.bar > span {
  background: linear-gradient(90deg, var(--green), var(--gold-2));
  border-radius: 999px;
  height: 100%;
  display: block;
  box-shadow: 0 0 12px oklch(72% 0.18 50 / 0.6);
}
.my-rank-card .row {
  gap: 8px;
  margin-top: 14px;
  display: flex;
}
.my-rank-card .row .stat {
  border: 1px solid var(--stroke);
  text-align: center;
  background: #00000040;
  border-radius: 12px;
  flex: 1;
  padding: 10px;
}
.my-rank-card .row .stat .v {
  font-size: 16px;
  font-weight: 700;
}
.blue {
  color: var(--blue-2);
}
.my-rank-card .row .stat .k {
  color: var(--ink-3);
  margin-top: 2px;
  font-size: 10px;
}

.lb-row.highlight {
  background: oklch(68% 0.18 145 / 0.1);
  position: relative;
}
.lb-row.highlight:before {
  content: "";
  background: var(--green-2);
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.lb-mobile {
  display: none;
}
section.block.tight {
  padding: 80px 0;
}
.faq {
  flex-direction: column;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
}
.faq-item {
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--stroke);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  display: flex;
}
.faq-item .chev {
  background: var(--surface-2);
  width: 28px;
  height: 28px;
  color: var(--ink-2);
  border-radius: 999px;
  place-items: center;
  transition:
    transform 0.2s,
    background 0.2s;
  display: grid;
}
.faq-item[open] .chev {
  background: #f0e7c6;
  color: #000;
  transform: rotate(180deg);
}
.faq-item .ans {
  color: var(--ink-2);
  padding: 0 22px 22px;
  font-size: 14px;
  line-height: 1.85;
}
.cta-final {
  border-radius: var(--r-2xl);
  text-align: center;
  background:
    radial-gradient(60% 50% at 50% -10%, oklch(82% 0.15 95 / 0.28), #0000 70%),
    linear-gradient(#ffffff0d, #ffffff05);
  border: 1px solid oklch(782% 0.15 95 / 0.45);
  padding: 64px 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px oklch(782% 0.15 95 / 0.45);
}
.cta-final .corner-arc {
  pointer-events: none;
  z-index: 0;
  border: 1.5px solid #ffffff24;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
}
.cta-final .corner-arc.tl {
  top: -80px;
  right: -80px;
}
.cta-final .corner-arc.br {
  bottom: -80px;
  left: -80px;
}
.cta-final .stadium-floor {
  opacity: 0.35;
  pointer-events: none;
  opacity: 0.45;
  pointer-events: none;
  height: 60%;
  position: absolute;
  bottom: -20%;
  left: 0;
  right: 0;
  transform: perspective(800px) rotateX(65deg);
}
.cta-final h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.9vw, 40px);
  position: relative;
  z-index: 1;
}
.cta-final p {
  max-width: 56ch;
  margin: 0 auto 28px;
  position: relative;
}
.cta-final .btn {
  position: relative;
  z-index: 1;
}
.site-footer {
  border-top: 1px solid var(--stroke);
  color: var(--ink-3);
  margin-top: 80px;
  padding: 40px 0;
  font-size: 13px;
}
.site-footer .container {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  display: grid;
}
.brand {
  letter-spacing: -0.01em;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
}
.brand-logo.footer {
  height: 44px;
}
.site-footer ul {
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (width <= 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (width <= 880px) {
  .podium {
    grid-template-columns: 1fr;
  }
  .pred-toolbar {
    grid-template-columns: 1fr;
  }
}
@media (width <= 720px) {
  .cta-final {
    padding: 36px 22px;
  }
  .cta-final .corner-arc.tl {
    top: -50px;
    right: -50px;
  }
  .cta-final .corner-arc.br {
    bottom: -50px;
    left: -50px;
  }
  .cta-final h2 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .cta-final p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .faq-item summary {
    gap: 12px;
    padding: 16px 18px;
    font-size: 14px;
  }
  .faq-item .ans {
    padding: 0 18px 18px;
    font-size: 13px;
  }
  .lb-wrap {
    display: none;
  }
  .lb-mobile {
    display: block;
  }
  .lbm-me {
    background:
      radial-gradient(
        60% 50% at 50% -10%,
        oklch(82% 0.15 95 / 0.28),
        #0000 70%
      ),
      linear-gradient(#ffffff0d, #ffffff05);
    border: 1px solid oklch(782% 0.15 95 / 0.45);
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 16px;
    box-shadow: 0 20px 50px -24px oklch(782% 0.15 95 / 0.45);
  }
  .lbm-me-top {
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    display: flex;
  }
  .lbm-me-label {
    color: var(--ink-3);
    font-size: 12px;
  }
  .lbm-me-rank {
    color: #fff;
    margin-top: 2px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
  }
  .lbm-bar {
    background: #00000059;
    border-radius: 999px;
    height: 8px;
    margin: 12px 0 6px;
    overflow: hidden;
  }
  .lbm-bar > span {
    background: linear-gradient(90deg, var(--blue-2), var(--blue));
    border-radius: 999px;
    height: 100%;
    display: block;
  }
  .lbm-me-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 12px;
    display: grid;
  }
  .lbm-pill {
    border: 1px solid var(--stroke);
    background: #ffffff08;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 0;
    padding: 8px 6px;
    display: flex;
  }
  .lbm-pill.accent {
    background: var(--gold-soft);
    color: #ffcc00;
  }
  .lbm-pill-k {
    color: var(--ink-3);
    white-space: nowrap;
    font-size: 10px;
  }
  .lbm-pill.accent .lbm-pill-v {
    color: var(--blue-2);
  }
  .lbm-list {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    display: flex;
  }
  .lbm-card {
    border: 1px solid var(--stroke);
    background: linear-gradient(#ffffff0a, #ffffff04);
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    display: flex;
    position: relative;
  }
  .lbm-card-head {
    align-items: center;
    gap: 12px;
    min-width: 0;
    display: flex;
  }
  .lbm-rank.medal-1,
  .lbm-rank.medal-2,
  .lbm-rank.medal-3 {
    border-radius: 999px;
    place-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 15px;
    display: grid;
  }
     .lbm-rank.medal-1 {
        background: linear-gradient(135deg, var(--gold-2), oklch(62% .13 60));
        color: #2b1d05;
    }
    .lbm-rank.medal-2 {
        color: #1a1c22;
        background: linear-gradient(135deg, #f3f5fb, #8a93a8);
    }
    .lbm-rank.medal-3 {
        color: #fff;
        background: linear-gradient(135deg, oklch(78% .13 50), oklch(50% .11 40));
    }
  .lbm-card-id {
    min-width: 0;
  }
  .lbm-name {
    color: var(--ink);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
  }
  .lbm-score {
    color: var(--blue-2);
    margin-top: 1px;
    font-size: 12px;
    font-weight: 700;
  }
  .lbm-card-stats {
    flex-shrink: 0;
    gap: 6px;
    display: flex;
  }
  .lbm-card-stats .lbm-pill {
    min-width: 52px;
    padding: 6px 8px;
  }
  .lbm-card.is-me {
    /* پس‌زمینه طلایی بسیار ملایم (کرم‌طلایی) */
    background: oklch(92% 0.06 85 / 0.15);

    /* حاشیه طلایی متالیک */
    border: 1px solid oklch(75% 0.12 85 / 0.6);

    /* سایه طلایی گرم و درخشان */
    box-shadow:
      0 0 0 1px oklch(85% 0.1 85 / 0.3),
      0 16px 40px -20px oklch(75% 0.12 85 / 0.4);
  }

  .score-strip {
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
  }
  .ss-stat .k {
    font-size: 10px;
  }
  .ss-stat .v,
  .ss-stat .v.big-v {
    font-size: 15px;
  }
  .pred-toolbar {
    gap: 10px;
    margin-bottom: 22px;
  }
  .prize-card.first {
    order: -1;
    transform: none;
  }
  .hero {
    padding: 28px 0 12px;
  }
  .hero-spotlights span {
    opacity: 0.7;
    width: 160px;
  }
  .hero-spotlights .sl-3 {
    display: none;
  }
  .hero-grid {
    gap: 24px;
  }
  .hero-grid .hero-copy {
    text-align: center;
    align-items: center;
    gap: 14px;
  }
  .hero-h1 {
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
  }
  .hero-h1 .hero-line-1 {
    font-size: 18px;
  }
  .hero-h1 .hero-line-2 {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 1.4;
  }
  .hero-h1 .hl2-big,
  .hero-h1 .hl2-small {
    font-weight: 700;
    font-size: 18px !important;
  }
  .lede {
    font-size: 14px;
  }
  .hero-grid .hero-ctas {
    justify-content: center;
    align-items: center;
  }
  .hero-ctas .btn {
    flex: auto;
    justify-content: center;
    width: auto;
  }
  .hero-user-stats {
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding: 10px 14px;
  }
  .hero-art {
    min-height: 220px;
  }
  .hero-trophy {
    max-height: 220px;
  }
  section.block {
    padding: 35px 0;
  }
  .section-head {
    gap: 10px;
    margin: 0 auto 28px;
  }
  .podium {
    gap: 16px;
  }
  .prize-card {
    gap: 14px;
    padding: 18px;
  }
  .prize-card .product-slot.bare {
    max-height: 3150px;
  }
  .prize-card .rank-tag {
    text-align: center;
    justify-content: center;
  }
  .prize-card h3 {
    text-align: center;
    font-size: 18px;
  }
}
@media (width <= 640px) {
  .pred-tools {
    grid-template-columns: 1fr;
  }
}
@media (width <= 380px) {
  .section-head h2 {
    font-size: 20px;
  }
}
