:root {
  --gunmetal: #08090d;
  --char: #101018;
  --panel: #17151d;
  --sage: #f4e7dc;
  --olive: #d49a7b;
  --olive-dim: #8c6b61;
  --line: #4d3036;
  --live: #ff3b30;
  --live-hi: #ff9a3d;
  --amber: #ffd166;
  --red: #ff2747;
}

body {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 59, 48, .16), transparent 34rem),
    radial-gradient(circle at 18% 78%, rgba(255, 154, 61, .1), transparent 28rem),
    var(--gunmetal);
}

.topbar {
  background: rgba(8, 9, 13, .9);
}

.hero {
  background:
    linear-gradient(to bottom, transparent 54%, rgba(8, 9, 13, .9) 100%),
    radial-gradient(ellipse 58% 58% at 62% 48%, rgba(255, 59, 48, .17) 0%, transparent 100%),
    linear-gradient(135deg, #120b10, #08090d 44%, #180f12);
}

@keyframes hero-glow-pulse {
  0% {
    background:
      linear-gradient(to bottom, transparent 54%, rgba(8, 9, 13, .9) 100%),
      radial-gradient(ellipse 58% 58% at 62% 48%, rgba(255, 59, 48, .14) 0%, transparent 100%),
      linear-gradient(135deg, #120b10, #08090d 44%, #180f12);
  }

  to {
    background:
      linear-gradient(to bottom, transparent 54%, rgba(8, 9, 13, .92) 100%),
      radial-gradient(ellipse 58% 58% at 62% 48%, rgba(255, 154, 61, .2) 0%, transparent 100%),
      linear-gradient(135deg, #170b10, #08090d 44%, #20100d);
  }
}

.hero__wordmark {
  font-size: clamp(3.35rem, 7.2vw, 6.25rem);
  line-height: .86;
  text-shadow: 0 0 80px rgba(255, 59, 48, .28), 0 2px 24px rgba(8, 9, 13, .75);
}

.hero__chip,
.hero__ticker,
.lb-header {
  background: rgba(8, 9, 13, .72);
}

.hero__chip--accent,
.prize-slot--1st,
.lb-row--rank2 {
  background: rgba(255, 209, 102, .08);
}

.cta--secondary:hover,
.play-opt--ranked:hover,
.mode-card--featured:hover,
.lb-row--rank1,
.rm-item--next {
  background: rgba(255, 59, 48, .12);
}

.cta--big {
  box-shadow: 0 0 44px rgba(255, 59, 48, .36);
}

.cta--practice {
  border-color: #d49a7b;
  color: #f4e7dc;
  background: rgba(244, 231, 220, .04);
  box-shadow: none;
}

.cta--practice:hover {
  border-color: #ffd166;
  color: #ffd166;
  background: rgba(255, 209, 102, .08);
}

.hero__ctas {
  align-items: stretch;
}

.hero__ctas .cta {
  min-height: 58px;
}

.play-modal__backdrop {
  background: rgba(8, 9, 13, .84);
}

.play-modal__panel {
  box-shadow: 0 24px 80px rgba(8, 9, 13, .82);
}

.prize-pool__amount {
  text-shadow: 0 0 64px rgba(255, 209, 102, .32);
}

.pillar__index {
  color: rgba(255, 59, 48, .22);
}

.feature-band {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 59, 48, .09), transparent 34rem),
    linear-gradient(180deg, rgba(8, 9, 13, .98), rgba(12, 9, 12, .98));
}

.feature-band__eyebrow {
  color: #d49a7b;
}

.feature-band__heading,
.pillar__name {
  color: #fff4ea;
  text-shadow: 0 0 24px rgba(255, 59, 48, .18);
}

.pillars {
  background: rgba(255, 59, 48, .3);
  border-color: rgba(255, 59, 48, .32);
}

.pillar {
  background:
    linear-gradient(180deg, rgba(18, 15, 20, .96), rgba(10, 10, 15, .98));
}

.pillar:hover {
  background:
    linear-gradient(180deg, rgba(30, 18, 20, .98), rgba(14, 12, 18, .98));
}

.pillar__copy {
  color: #ffb27c;
  text-shadow: 0 1px 10px rgba(8, 9, 13, .75);
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .topbar {
    height: 46px;
    padding: 0 1rem;
  }

  .topbar__left {
    gap: .55rem;
    letter-spacing: .12em;
  }

  .topbar__live {
    gap: .25em;
  }

  .topbar__live span:last-child {
    font-size: 0;
  }

  .topbar__live span:last-child::after {
    content: "LIVE";
    font-size: .72rem;
  }

  .topbar__wordmark {
    font-size: .72rem;
    max-width: 13.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .topbar__version {
    display: none;
  }

  .topbar__watch,
  .topbar__play {
    padding: .45em .65em;
    border: 1px solid var(--line);
    color: var(--sage);
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(to bottom, rgba(8, 9, 13, .12), rgba(8, 9, 13, .96) 82%),
      radial-gradient(ellipse 80% 52% at 56% 36%, rgba(255, 59, 48, .22), transparent 72%),
      linear-gradient(135deg, #120b10, #08090d 50%, #180f12);
  }

  #hero-canvas {
    opacity: .2;
    transform: translate(20%, 18%) scale(.86);
    transform-origin: center;
  }

  #reticle {
    left: 72%;
    top: 40%;
    opacity: .45;
  }

  .hero__overlay {
    min-height: 100svh;
    justify-content: flex-start;
    padding: 5.65rem 1.15rem 4.75rem;
  }

  .hero__left {
    max-width: 100%;
    gap: .72rem;
  }

  .hero__eyebrow {
    max-width: 22ch;
    line-height: 1.55;
    letter-spacing: .16em;
  }

  .hero__wordmark {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
    line-height: .88;
  }

  .hero__tagline {
    max-width: 18ch;
    line-height: 1.4;
    font-size: .86rem;
  }

  .hero__desc {
    display: -webkit-box;
    max-width: 28ch;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: .9rem;
    line-height: 1.42;
    text-shadow: 0 1px 18px rgba(8, 9, 13, .9);
  }

  .hero__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    max-width: 100%;
  }

  .hero__chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: .45em .45em;
    font-size: .62rem;
    text-align: center;
    background: rgba(8, 9, 13, .72);
  }

  .hero__ctas {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    width: min(100%, 320px);
    margin-top: .25rem;
  }

  .hero__ctas .cta {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: .65em .9em;
    font-size: .92rem;
  }

  .hero__ticker {
    padding: .65rem 1.15rem;
    font-size: .62rem;
    letter-spacing: .12em;
  }

  .prize-band,
  .feature-band,
  .roadmap-band,
  .footer {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .prize-pool__split {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prize-slot {
    min-width: 0;
    padding: .8rem .55rem;
  }

  .prize-slot__cash {
    font-size: 1.6rem;
  }

  .how-to-win__step,
  .pillar,
  .rm-item {
    padding: 1.15rem;
  }
}

@media (max-width: 430px) {
  .hero__wordmark {
    font-size: clamp(2.2rem, 12.2vw, 3.2rem);
  }

  .hero__desc {
    max-width: 27ch;
  }
}
