@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Medium.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "League Spartan";
  src: url("../fonts/LeagueSpartan-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  --black: #030f0f;
  --black-deep: #010707;
  --surface: #070d1a;
  --surface-2: #0a1325;
  --surface-3: #0d182c;
  --stroke: #25303b;
  --stroke-soft: rgba(255, 255, 255, 0.09);
  --white: #ffffff;
  --text: #e7eeee;
  --muted: #8f9d9e;
  --green: #00df82;
  --green-light: #01e5c0;
  --green-dark: #042c22;
  --red: #f14535;
  --gold: #eec146;
  --purple: #a83cff;
  --container: 1180px;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: "League Spartan", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 12% 42%, rgba(0, 223, 130, 0.035), transparent 30rem),
    linear-gradient(180deg, var(--black-deep), var(--black) 30%, #020a0a);
  content: "";
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green-light);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.1rem, 6.5vw, 6.1rem);
  text-wrap: balance;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 4.4vw, 4.4rem);
  text-wrap: balance;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

p {
  color: #aab5b6;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 850px;
}

.section {
  position: relative;
  padding: 120px 0;
}

.section-label,
.eyebrow,
.app-kicker {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-label {
  margin-bottom: 17px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--green);
  color: var(--black);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(1, 7, 7, 0.58);
  backdrop-filter: blur(18px);
  transition: background 200ms ease, border-color 200ms ease;
}

.site-header.is-scrolled {
  border-color: var(--stroke-soft);
  background: rgba(1, 7, 7, 0.92);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  margin-right: 11px;
  object-fit: contain;
}

.brand strong {
  color: var(--green);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.primary-nav a {
  position: relative;
  color: #c8d1d1;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.primary-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--green);
  content: "";
  transition: transform 160ms ease;
}

.primary-nav a:hover {
  color: var(--white);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.primary-nav .nav-cta {
  padding: 11px 18px 9px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  background: var(--surface);
  color: var(--green);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.primary-nav .nav-cta:hover {
  transform: translateY(-2px);
  border-color: var(--green);
  background: rgba(0, 223, 130, 0.07);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px 9px;
  border: 1px solid var(--stroke);
  background: var(--surface);
  color: var(--white);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: 172px 0 100px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(transparent, var(--black));
  content: "";
}

.hero-grid,
.final-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(1, 229, 192, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(1, 229, 192, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  transform: perspective(800px) rotateX(64deg) scale(1.8) translateY(-15%);
  transform-origin: top;
}

.hero-glow {
  position: absolute;
  z-index: -2;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.18;
}

.hero-glow-one {
  top: -300px;
  left: -200px;
  background: var(--green);
}

.hero-glow-two {
  right: -330px;
  bottom: -220px;
  background: var(--green-light);
}

.hero-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 56px;
}

.hero-layout > *,
.section-heading > *,
.split-layout > *,
.score-layout > *,
.deadline-card > *,
.faq-layout > * {
  min-width: 0;
}

.eyebrow {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 11px;
}

.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 33px;
  color: #bdc7c8;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  display: inline-flex;
  min-width: 178px;
  min-height: 58px;
  padding: 9px 17px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
  color: var(--white);
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.store-button:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  background: rgba(0, 223, 130, 0.055);
  box-shadow: 0 14px 38px rgba(0, 223, 130, 0.12);
}

.store-button svg {
  width: 26px;
  height: 26px;
  fill: var(--green);
}

.store-button span {
  font-size: 1.15rem;
  font-weight: 600;
}

.store-button small {
  display: block;
  margin-bottom: 4px;
  color: #bec5c5;
  font-size: 0.67rem;
  font-weight: 400;
}

.micro-copy {
  margin: 16px 0 0;
  color: #708080;
  font-size: 0.77rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-product {
  position: relative;
  display: flex;
  min-height: 580px;
  align-items: center;
  justify-content: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(0, 223, 130, 0.14);
  border-radius: 50%;
}

.orbit-one {
  width: 520px;
  height: 520px;
}

.orbit-two {
  width: 400px;
  height: 400px;
  border-style: dashed;
  animation: rotate 38s linear infinite;
}

@keyframes rotate {
  to { transform: rotate(360deg); }
}

.phone {
  position: relative;
  width: 306px;
  padding: 9px;
  border: 1px solid #3a4747;
  border-radius: 38px;
  background: linear-gradient(145deg, #263333, #050909 34%, #162020);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.62), 0 0 90px rgba(0, 223, 130, 0.1);
}

.phone-hero {
  transform: rotate(2deg);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 80px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #000;
}

.phone-screen {
  min-height: 582px;
  overflow: hidden;
  padding: 35px 15px 18px;
  border-radius: 29px;
  background:
    radial-gradient(circle at 50% -10%, rgba(0, 223, 130, 0.18), transparent 36%),
    var(--surface);
}

.phone-screen.screenshot-screen {
  min-height: 0;
  aspect-ratio: 1080 / 2300;
  padding: 0;
  background: #00110f;
}

.ranking-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.app-topbar {
  display: flex;
  margin-bottom: 17px;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.15;
}

.app-topbar strong {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-size: 0.9rem;
}

.app-kicker {
  font-size: 0.52rem;
}

.status-dot {
  padding: 5px 7px 3px;
  border: 1px solid rgba(0, 223, 130, 0.35);
  border-radius: 4px;
  background: rgba(0, 223, 130, 0.1);
  color: var(--green);
  font-size: 0.52rem;
  font-weight: 800;
}

.countdown {
  display: flex;
  margin-bottom: 13px;
  padding: 10px 11px 8px;
  border: 1px solid rgba(0, 223, 130, 0.22);
  border-radius: 7px;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 223, 130, 0.06);
}

.countdown span {
  color: #8da09c;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.countdown strong {
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.mini-lineup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mini-player {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--stroke-soft);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  background: linear-gradient(145deg, rgba(0, 223, 130, 0.07), rgba(255, 255, 255, 0.025));
}

.mini-player > span {
  position: absolute;
  top: 8px;
  left: 8px;
  color: var(--green);
  font-size: 0.43rem;
  font-weight: 800;
}

.mini-player img {
  width: 48px;
  height: 48px;
  margin: 10px auto 2px;
  object-fit: contain;
  opacity: 0.78;
}

.mini-player strong,
.mini-player i {
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-player strong {
  color: var(--white);
  font-size: 0.67rem;
}

.mini-player i {
  margin-top: 2px;
  color: #647474;
  font-size: 0.42rem;
  font-style: normal;
}

.mini-player:last-child {
  grid-column: 1 / -1;
  min-height: 94px;
}

.mini-player:last-child img {
  width: 42px;
  height: 42px;
  margin-top: 5px;
}

.valid-team {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 223, 130, 0.26);
  border-radius: 5px;
  background: rgba(0, 223, 130, 0.08);
  color: var(--green);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.valid-team span {
  margin-right: 5px;
}

.floating-chip {
  position: absolute;
  z-index: 4;
  min-width: 130px;
  padding: 13px 15px 11px;
  border: 1px solid rgba(0, 223, 130, 0.25);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  background: rgba(7, 13, 26, 0.93);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
  line-height: 1.1;
}

.floating-chip small,
.floating-chip strong {
  display: block;
}

.floating-chip small {
  margin-bottom: 7px;
  color: #718080;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.floating-chip strong {
  color: var(--white);
  font-size: 1.35rem;
}

.floating-chip strong span {
  color: var(--green);
  font-size: 0.6rem;
}

.floating-score {
  top: 105px;
  right: -5px;
}

.floating-rank {
  bottom: 82px;
  left: -10px;
}

.intro-section {
  text-align: center;
}

.intro-section h2 {
  max-width: 700px;
  margin-inline: auto;
}

.intro-section p {
  font-size: 1.12rem;
}

.intro-section .section-intro {
  color: #d2dada;
  font-size: 1.35rem;
}

.how-section {
  border-block: 1px solid var(--stroke-soft);
  background: var(--surface);
}

.section-heading {
  display: grid;
  margin-bottom: 52px;
  align-items: end;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
}

.section-heading h2 {
  margin: 0;
}

.section-heading > p {
  margin: 0 0 6px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  padding: 34px 30px;
  border: 1px solid var(--stroke-soft);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  background: linear-gradient(150deg, var(--surface-2), rgba(7, 13, 26, 0.62));
}

.step-card::after {
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(0, 223, 130, 0.15);
  border-radius: 50%;
  content: "";
}

.step-number {
  position: absolute;
  top: 22px;
  right: 27px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

.step-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 54px;
  border: 1px solid rgba(0, 223, 130, 0.36);
  align-items: center;
  background: rgba(0, 223, 130, 0.07);
  box-shadow: inset 0 0 20px rgba(0, 223, 130, 0.06);
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 800;
  justify-items: center;
  transform: rotate(45deg);
}

.step-icon::first-letter {
  transform: rotate(-45deg);
}

.step-card p {
  margin: 0;
  font-size: 0.98rem;
}

.split-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 8vw, 120px);
}

.split-layout.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.lineup-copy p,
.items-copy p,
.ranking-copy p {
  max-width: 580px;
}

.check-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  list-style: none;
}

.check-list li {
  color: #c3cdcd;
  font-size: 0.9rem;
  font-weight: 600;
}

.check-list span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  border-radius: 50%;
  align-items: center;
  background: rgba(0, 223, 130, 0.12);
  color: var(--green);
  font-size: 0.68rem;
  justify-items: center;
}

.selection-board {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(0, 223, 130, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0, rgba(0, 223, 130, 0.1), transparent 36%),
    var(--surface);
  box-shadow: var(--shadow);
}

.selection-board::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(0, 223, 130, 0.45), transparent 28%);
  content: "";
  filter: blur(9px);
  opacity: 0.25;
}

.board-header,
.board-footer,
.leaderboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.board-header {
  margin-bottom: 17px;
}

.board-header small,
.board-header strong {
  display: block;
  line-height: 1.1;
}

.board-header small {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 0.51rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.board-header strong {
  color: var(--white);
  font-size: 0.98rem;
}

.board-header > span {
  padding: 6px 9px 4px;
  border: 1px solid var(--stroke);
  color: #9ba7a7;
  font-size: 0.65rem;
  font-weight: 700;
}

.selection-status {
  display: flex;
  min-height: 38px;
  margin-bottom: 10px;
  padding: 0 12px;
  border: 1px solid rgba(0, 223, 130, 0.2);
  border-radius: 5px;
  align-items: center;
  background: rgba(0, 223, 130, 0.06);
  justify-content: space-between;
}

.selection-status span,
.selection-status strong {
  color: var(--green);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
}

.selection-status span {
  display: flex;
  align-items: center;
  font-weight: 800;
  gap: 7px;
}

.selection-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 223, 130, 0.8);
}

.selection-stage {
  position: relative;
  min-height: 465px;
  overflow: hidden;
  border: 1px solid var(--stroke-soft);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(0, 223, 130, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(0, 223, 130, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 55% 50%, rgba(0, 223, 130, 0.12), transparent 48%),
    #060d12;
  background-size: 26px 26px, 26px 26px, auto, auto;
  isolation: isolate;
}

.selection-stage::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  background: linear-gradient(transparent, #060d12);
  content: "";
  pointer-events: none;
}

.selection-status-warning {
  border-color: #ffd900;
  background: #ffd900;
}

.selection-status-warning span,
.selection-status-warning strong {
  color: #091016;
}

.selection-screen-title {
  position: relative;
  z-index: 4;
  margin: 22px 0 0 24px;
  color: var(--white);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-style: italic;
  line-height: 0.92;
}

.portrait-carousel {
  position: relative;
  height: 330px;
  margin-top: 5px;
  perspective: 900px;
}

.portrait-player {
  position: absolute;
  top: 22px;
  left: 50%;
  width: 158px;
  height: 292px;
  border: 5px solid var(--card-accent);
  background:
    linear-gradient(180deg, transparent 25%, color-mix(in srgb, var(--card-accent) 27%, #071016) 100%),
    #061015;
  box-shadow: 0 20px 28px rgba(0, 0, 0, 0.42);
  transform-origin: bottom center;
}

.portrait-player::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  left: -5px;
  height: 54px;
  background: var(--card-accent);
  content: "";
}

.portrait-player-previous {
  --card-accent: #ffd600;
  z-index: 1;
  transform: translateX(-176%) rotate(-2deg) scale(0.89);
}

.portrait-player-active {
  --card-accent: #4438f2;
  z-index: 3;
  transform: translateX(-50%) rotate(1.6deg);
}

.portrait-player-next {
  --card-accent: #f58220;
  z-index: 1;
  transform: translateX(76%) rotate(2deg) scale(0.89);
}

.portrait-role {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  border: 2px solid var(--green);
  clip-path: polygon(50% 0, 100% 34%, 82% 100%, 18% 100%, 0 34%);
  place-items: center;
  background: rgba(0, 223, 130, 0.08);
  color: var(--green);
  font-size: 0.45rem;
  font-weight: 900;
  transform: translateX(-50%);
}

.portrait-logo-field {
  position: absolute;
  right: 0;
  bottom: 49px;
  left: 0;
  display: grid;
  height: 165px;
  overflow: hidden;
  place-items: center;
}

.portrait-logo-field img {
  width: 145px;
  height: 145px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
  transform: scale(1.18);
}

.portrait-player-copy {
  position: absolute;
  right: 8px;
  bottom: 6px;
  left: 10px;
  z-index: 2;
  color: var(--white);
  font-style: italic;
  line-height: 0.88;
  transform: skewX(-3deg);
}

.portrait-player-copy small,
.portrait-player-copy strong {
  display: block;
}

.portrait-player-copy small {
  margin-bottom: 4px;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.portrait-player-copy strong {
  overflow: hidden;
  font-size: 1.35rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portrait-card-handle {
  position: absolute;
  right: -16px;
  bottom: -19px;
  z-index: 5;
  width: 33px;
  height: 33px;
  border: 4px solid #303238;
  border-radius: 50%;
  background: #202126;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.55);
}

.portrait-pagination {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.portrait-pagination span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #344247;
}

.portrait-pagination .is-active {
  width: 28px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 223, 130, 0.35);
}

.role-rail {
  z-index: 3;
  display: flex;
  padding: 16px 7px;
  border-right: 1px solid var(--stroke-soft);
  align-items: center;
  background: rgba(4, 10, 14, 0.78);
  flex-direction: column;
  justify-content: space-between;
}

.role-rail span {
  display: grid;
  width: 32px;
  height: 32px;
  border: 1px solid #25343a;
  border-radius: 50%;
  place-items: center;
  color: #58666b;
  font-size: 0.42rem;
  font-weight: 800;
  transition: border-color 180ms ease, color 180ms ease;
}

.role-rail .role-complete {
  border-color: rgba(0, 223, 130, 0.25);
  color: #81918e;
}

.role-rail .role-active {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 18px rgba(0, 223, 130, 0.28);
  color: #02110b;
  transform: scale(1.12);
}

.vertical-carousel {
  position: relative;
  min-width: 0;
  perspective: 900px;
  transform-style: preserve-3d;
}

.carousel-player {
  position: absolute;
  left: 50%;
  display: grid;
  width: min(86%, 330px);
  overflow: hidden;
  border: 1px solid rgba(149, 171, 177, 0.24);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  align-items: center;
  background: linear-gradient(135deg, #172126, #091116 72%);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.36);
  grid-template-columns: 82px 1fr 49px;
  transform-origin: center;
}

.carousel-player::before {
  position: absolute;
  inset: 0;
  border-left: 4px solid rgba(0, 223, 130, 0.48);
  content: "";
  pointer-events: none;
}

.carousel-player-previous {
  top: -36px;
  min-height: 126px;
  opacity: 0.48;
  transform: translateX(-50%) rotateX(-16deg) rotateZ(2deg) scale(0.82);
}

.carousel-player-active {
  top: 108px;
  z-index: 2;
  min-height: 205px;
  border-color: rgba(0, 223, 130, 0.62);
  background:
    linear-gradient(115deg, rgba(0, 223, 130, 0.16), transparent 42%),
    linear-gradient(145deg, #1c2a2e, #081116 73%);
  box-shadow:
    0 23px 45px rgba(0, 0, 0, 0.5),
    0 0 26px rgba(0, 223, 130, 0.12);
  grid-template-columns: 108px 1fr 55px;
  transform: translateX(-50%) rotateZ(-2.4deg);
}

.carousel-player-next {
  bottom: -38px;
  min-height: 126px;
  opacity: 0.44;
  transform: translateX(-50%) rotateX(16deg) rotateZ(2deg) scale(0.82);
}

.carousel-card-role {
  position: absolute;
  top: 9px;
  left: 9%;
  z-index: 2;
  color: var(--green);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.carousel-card-role span {
  margin-left: 6px;
  color: #758783;
  font-size: 0.42rem;
}

.carousel-team-logo {
  z-index: 1;
  width: 84px;
  height: 84px;
  margin-left: 16px;
  object-fit: contain;
  opacity: 0.78;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.35));
}

.carousel-player-active .carousel-team-logo {
  width: 112px;
  height: 112px;
  margin-left: 10px;
  opacity: 0.94;
}

.carousel-card-glow {
  position: absolute;
  top: 50%;
  left: 26%;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(0, 223, 130, 0.18);
  border-radius: 50%;
  background: rgba(0, 223, 130, 0.07);
  filter: blur(1px);
  transform: translate(-50%, -50%);
}

.carousel-player-copy {
  z-index: 1;
  align-self: center;
  min-width: 0;
  transform: skewX(-3deg);
}

.carousel-player-copy small,
.carousel-player-copy strong {
  display: block;
}

.carousel-player-copy small {
  margin-bottom: 4px;
  color: #8b9a98;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.carousel-player-copy strong {
  color: var(--white);
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  line-height: 0.9;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.45);
}

.carousel-player-active .carousel-player-copy strong {
  color: var(--green);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.carousel-level {
  z-index: 1;
  padding: 7px 4px 5px;
  border-left: 1px solid rgba(0, 223, 130, 0.22);
  color: #a8b5b2;
  font-size: 0.48rem;
  font-weight: 800;
  text-align: center;
}

.carousel-items {
  position: absolute;
  right: 52px;
  bottom: 17px;
  z-index: 3;
  display: flex;
  gap: 7px;
}

.carousel-items > span {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(238, 193, 70, 0.38);
  border-radius: 50%;
  place-items: center;
  background: #0d171c;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.35);
}

.carousel-items img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.carousel-items .carousel-item-empty {
  border-color: #344348;
  color: #647378;
  font-size: 0.9rem;
}

.carousel-pagination {
  z-index: 3;
  display: flex;
  padding-block: 155px;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.carousel-pagination span {
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #405054;
}

.carousel-pagination .is-active {
  height: 24px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(0, 223, 130, 0.55);
}

.coach-pick {
  position: relative;
  display: grid;
  min-height: 70px;
  margin-top: 10px;
  overflow: hidden;
  padding: 11px 12px 9px 14px;
  border: 1px solid var(--stroke-soft);
  clip-path: polygon(0 0, 97% 0, 100% 28%, 100% 100%, 3% 100%, 0 72%);
  align-items: center;
  background: linear-gradient(100deg, rgba(0, 223, 130, 0.08), #091116 55%);
  grid-template-columns: 48px 1fr 27px;
  gap: 10px;
}

.coach-pick > img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.coach-label {
  position: absolute;
  top: 5px;
  left: 69px;
  color: var(--green);
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.coach-pick strong,
.coach-pick small {
  display: block;
}

.coach-pick strong {
  color: var(--white);
  font-size: 0.65rem;
}

.coach-pick small {
  margin-top: 4px;
  color: #71817e;
  font-size: 0.43rem;
  font-weight: 700;
}

.coach-check {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  place-items: center;
  background: var(--green);
  color: #03110b;
  font-size: 0.64rem;
  font-weight: 900;
}

.board-footer {
  margin-top: 12px;
  padding: 12px 14px 10px;
  border: 1px solid rgba(0, 223, 130, 0.25);
  border-radius: 5px;
  background: rgba(0, 223, 130, 0.07);
  color: var(--green);
  line-height: 1;
}

.board-footer > span {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  background: var(--green);
  color: var(--black);
  font-weight: 800;
  justify-items: center;
}

.board-footer strong {
  margin-right: auto;
  margin-left: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.board-footer small {
  color: #71827e;
  font-size: 0.55rem;
}

.items-section {
  overflow: hidden;
  border-block: 1px solid var(--stroke-soft);
  background: var(--surface);
}

.reward-visual {
  position: relative;
  min-height: 610px;
}

.reward-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 193, 70, 0.2), rgba(0, 223, 130, 0.07) 45%, transparent 70%);
}

.booster-image {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 50%;
  width: 275px;
  transform: translateX(-50%) rotate(-5deg);
  filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.55));
}

.reward-item {
  position: absolute;
  z-index: 2;
  display: flex;
  min-width: 205px;
  padding: 12px 14px;
  border: 1px solid rgba(238, 193, 70, 0.25);
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  background: rgba(10, 19, 37, 0.93);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.46);
}

.reward-item img {
  width: 52px;
  height: 52px;
}

.reward-item small,
.reward-item strong {
  display: block;
  line-height: 1.2;
}

.reward-item small {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.reward-item strong {
  color: var(--white);
  font-size: 0.8rem;
}

.reward-item-one {
  top: 130px;
  left: 0;
  transform: rotate(-3deg);
}

.reward-item-two {
  right: 0;
  bottom: 92px;
  transform: rotate(3deg);
}

.feature-pills {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 9px;
}

.feature-pills span {
  padding: 8px 11px 6px;
  border: 1px solid rgba(0, 223, 130, 0.19);
  border-radius: 4px;
  background: rgba(0, 223, 130, 0.05);
  color: #93ada6;
  font-size: 0.7rem;
  font-weight: 600;
}

.score-section {
  background:
    linear-gradient(90deg, rgba(0, 223, 130, 0.025), transparent 55%),
    var(--black);
}

.score-layout {
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(55px, 8vw, 110px);
}

.score-card {
  padding: 28px;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.score-card-top {
  display: flex;
  margin: -28px -28px 14px;
  padding: 25px 28px 20px;
  border-bottom: 1px solid var(--stroke-soft);
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(0, 223, 130, 0.09), transparent);
}

.score-card-top small,
.score-card-top strong {
  display: block;
}

.score-card-top small {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.score-card-top > div > strong {
  color: var(--white);
  font-size: 1.25rem;
}

.total-score {
  display: flex;
  align-items: baseline;
  color: var(--green);
  gap: 5px;
}

.total-score strong {
  color: var(--green);
  font-size: 2.9rem;
  line-height: 0.8;
}

.total-score span {
  font-size: 0.68rem;
  font-weight: 800;
}

.score-row {
  display: flex;
  padding: 16px 4px;
  border-bottom: 1px solid var(--stroke-soft);
  align-items: center;
  justify-content: space-between;
  color: #9ba8a8;
  font-size: 0.88rem;
}

.score-row span {
  display: flex;
  align-items: center;
}

.score-row strong {
  color: var(--white);
  font-size: 0.85rem;
}

.rank-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  box-shadow: 0 0 10px currentColor;
}

.rank-dot.gold {
  background: var(--gold);
  color: var(--gold);
}

.rank-dot.diamond {
  background: var(--green-light);
  color: var(--green-light);
}

.score-equation {
  display: flex;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(0, 223, 130, 0.18);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 223, 130, 0.05);
  color: #8da09b;
  font-size: 0.68rem;
  gap: 8px;
}

.score-equation b {
  color: #4a5c58;
}

.score-equation strong {
  color: var(--green);
  font-size: 0.74rem;
}

.ranking-section {
  border-block: 1px solid var(--stroke-soft);
  background: var(--surface);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 16px 10px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  align-items: center;
  background: var(--surface);
  color: var(--green);
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.text-link span {
  margin-left: 8px;
  font-size: 1.3rem;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.text-link:hover {
  transform: translateY(-2px);
  border-color: var(--green);
  background: rgba(0, 223, 130, 0.055);
}

.leaderboard-card {
  overflow: hidden;
  border: 1px solid rgba(0, 223, 130, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0, rgba(0, 223, 130, 0.11), transparent 46%),
    #050b14;
  box-shadow: var(--shadow);
}

.leaderboard-head {
  padding: 23px 25px 18px;
  border-bottom: 1px solid var(--stroke-soft);
}

.leaderboard-head small,
.leaderboard-head strong {
  display: block;
  line-height: 1.2;
}

.leaderboard-head small {
  margin-bottom: 5px;
  color: var(--green);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.leaderboard-head strong {
  color: var(--white);
  font-size: 0.95rem;
}

.leaderboard-head > span {
  color: #6f7e7e;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.podium {
  display: grid;
  min-height: 330px;
  padding: 55px 24px 25px;
  align-items: end;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.podium-place {
  position: relative;
  display: flex;
  padding: 26px 8px 18px;
  border: 1px solid var(--stroke-soft);
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  flex-direction: column;
}

.podium-place.first {
  min-height: 242px;
  border-color: rgba(0, 223, 130, 0.25);
  background: linear-gradient(180deg, rgba(0, 223, 130, 0.12), rgba(0, 223, 130, 0.025));
}

.podium-place.second {
  min-height: 190px;
}

.podium-place.third {
  min-height: 164px;
}

.podium-place > span {
  position: absolute;
  top: 8px;
  right: 11px;
  color: #526060;
  font-size: 0.7rem;
  font-weight: 800;
}

.podium-place > img {
  position: absolute;
  top: -46px;
  width: 75px;
  height: 75px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(238, 193, 70, 0.3));
}

.podium-place i,
.my-rank i {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 12px;
  border: 2px solid var(--stroke);
  border-radius: 50%;
  align-items: center;
  background: #10211e;
  color: var(--green);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
  justify-items: center;
}

.podium-place.first i {
  border-color: var(--green);
}

.podium-place strong,
.podium-place small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.podium-place strong {
  color: var(--white);
  font-size: 0.76rem;
}

.podium-place small {
  margin-top: 5px;
  color: var(--green);
  font-size: 0.5rem;
  font-weight: 700;
}

.my-rank {
  display: grid;
  margin: 0 18px 18px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 223, 130, 0.24);
  border-radius: 7px;
  align-items: center;
  background: rgba(0, 223, 130, 0.07);
  grid-template-columns: 30px 38px 1fr auto;
  gap: 8px;
}

.my-rank > span {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
}

.my-rank i {
  width: 32px;
  height: 32px;
  margin: 0;
  font-size: 0.48rem;
}

.my-rank strong,
.my-rank small {
  display: block;
  line-height: 1.2;
}

.my-rank strong {
  color: var(--white);
  font-size: 0.67rem;
}

.my-rank small {
  margin-top: 3px;
  color: #70807c;
  font-size: 0.48rem;
}

.my-rank b {
  color: var(--white);
  font-size: 0.67rem;
}

.deadline-section {
  padding-block: 80px;
}

.deadline-card {
  display: grid;
  overflow: hidden;
  padding: clamp(35px, 6vw, 70px);
  border: 1px solid rgba(0, 223, 130, 0.22);
  border-radius: var(--radius);
  align-items: center;
  background:
    linear-gradient(100deg, rgba(0, 223, 130, 0.1), transparent 42%),
    var(--surface-2);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
}

.deadline-card h2 {
  max-width: 600px;
  font-size: clamp(2rem, 4vw, 3.65rem);
}

.deadline-card p:last-child {
  max-width: 620px;
  margin-bottom: 0;
}

.notification-note {
  display: flex;
  max-width: 470px;
  margin-top: 25px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 223, 130, 0.22);
  border-radius: 7px;
  align-items: center;
  gap: 13px;
  background: rgba(0, 223, 130, 0.06);
}

.notification-icon {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  align-items: center;
  background: var(--green);
  color: var(--black);
  font-size: 0.44rem;
  justify-items: center;
}

.notification-icon::before {
  position: absolute;
  width: 12px;
  height: 14px;
  border: 2px solid var(--black);
  border-radius: 8px 8px 4px 4px;
  content: "";
}

.notification-icon::after {
  position: absolute;
  bottom: 7px;
  width: 5px;
  height: 2px;
  border-radius: 50%;
  background: var(--black);
  content: "";
}

.notification-note strong,
.notification-note small {
  display: block;
  line-height: 1.25;
}

.notification-note strong {
  margin-bottom: 4px;
  color: var(--green);
  font-size: 0.62rem;
  letter-spacing: 0.09em;
}

.notification-note small {
  color: #8c9c99;
  font-size: 0.72rem;
}

.deadline-timer {
  padding: 25px;
  border: 1px solid var(--stroke-soft);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  background: rgba(3, 15, 15, 0.65);
  text-align: center;
}

.deadline-timer > small {
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.deadline-timer > div {
  display: flex;
  margin: 19px 0 13px;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.deadline-timer span,
.deadline-timer strong {
  display: block;
}

.deadline-timer span {
  color: #687777;
  font-size: 0.44rem;
  font-weight: 700;
}

.deadline-timer strong {
  margin-bottom: 3px;
  color: var(--white);
  font-size: 2.45rem;
  line-height: 1;
}

.deadline-timer b {
  margin-top: -15px;
  color: var(--green);
  font-size: 1.6rem;
}

.deadline-timer i {
  color: #526161;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.faq-section {
  border-top: 1px solid var(--stroke-soft);
  background: var(--surface);
}

.faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(55px, 8vw, 120px);
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.faq-list {
  border-top: 1px solid var(--stroke-soft);
}

.faq-list details {
  border-bottom: 1px solid var(--stroke-soft);
}

.faq-list summary {
  display: flex;
  padding: 26px 0 23px;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  margin-left: 18px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  align-items: center;
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 400;
  justify-items: center;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
  background: rgba(0, 223, 130, 0.08);
}

.faq-list details p {
  max-width: 690px;
  margin-bottom: 25px;
  padding-right: 50px;
  font-size: 0.98rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 125px 0;
  background:
    radial-gradient(circle at 50% 130%, rgba(0, 223, 130, 0.28), transparent 45%),
    #020909;
  isolation: isolate;
}

.final-grid {
  opacity: 0.16;
  transform: perspective(800px) rotateX(62deg) scale(1.6) translateY(22%);
  transform-origin: bottom;
  mask-image: linear-gradient(to top, black, transparent 90%);
}

.final-cta-inner {
  text-align: center;
}

.final-cta-inner > img {
  margin: 0 auto 23px;
  filter: drop-shadow(0 0 32px rgba(0, 223, 130, 0.25));
}

.final-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.final-cta p:not(.section-label) {
  margin-bottom: 28px;
  font-size: 1.15rem;
}

.store-actions.centered {
  justify-content: center;
}

.site-footer {
  padding: 30px 0;
  border-top: 1px solid var(--stroke-soft);
  background: var(--black-deep);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner p {
  margin: 0;
  color: #586666;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.back-to-top,
.footer-contact {
  color: #788888;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.footer-contact {
  text-transform: none;
}

.back-to-top span {
  margin-left: 5px;
  color: var(--green);
}

.back-to-top:hover,
.footer-contact:hover {
  color: var(--white);
}

.js.reveal-ready .reveal {
  transform: translateY(22px);
  opacity: 0;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 600ms ease;
}

.js.reveal-ready .reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1020px) {
  .hero {
    padding-top: 145px;
  }

  .hero-layout {
    grid-template-columns: 1fr 390px;
    gap: 25px;
  }

  h1 {
    font-size: clamp(3.1rem, 6.3vw, 4.7rem);
  }

  .floating-score {
    right: 5px;
  }

  .floating-rank {
    left: 5px;
  }

  .split-layout,
  .split-layout.reverse,
  .score-layout {
    gap: 55px;
  }

  .player-card {
    grid-template-columns: 44px 1fr 29px;
  }

  .player-card > img {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 840px) {
  .section {
    padding: 90px 0;
  }

  .js .menu-toggle {
    display: block;
  }

  .js .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .js .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .js .menu-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    gap: 20px;
  }

  .primary-nav a {
    font-size: 0.74rem;
  }

  .js .primary-nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px 20px 26px;
    border-bottom: 1px solid var(--stroke);
    align-items: stretch;
    background: rgba(1, 7, 7, 0.98);
    flex-direction: column;
  }

  .js .primary-nav.is-open {
    display: flex;
  }

  .js .primary-nav a {
    width: min(100%, var(--container));
    margin: auto;
    padding-block: 4px;
    font-size: 0.84rem;
  }

  .js .primary-nav .nav-cta {
    padding: 11px 18px 9px;
    text-align: center;
  }

  .hero {
    padding: 135px 0 75px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
    text-align: center;
  }

  .hero-copy h1,
  .hero-lead {
    margin-inline: auto;
  }

  .eyebrow,
  .hero-copy .store-actions {
    justify-content: center;
  }

  .hero-product {
    min-height: 620px;
  }

  .floating-score {
    right: calc(50% - 240px);
  }

  .floating-rank {
    left: calc(50% - 230px);
  }

  .section-heading,
  .split-layout,
  .split-layout.reverse,
  .score-layout,
  .deadline-card,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 22px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 280px;
  }

  .step-icon {
    margin-bottom: 36px;
  }

  .lineup-copy,
  .items-copy,
  .ranking-copy {
    max-width: 680px;
  }

  .selection-board {
    width: min(100%, 650px);
    margin: auto;
  }

  .reward-visual {
    min-height: 560px;
    order: 2;
  }

  .items-copy {
    order: 1;
  }

  .booster-image {
    width: 245px;
  }

  .score-card,
  .leaderboard-card {
    width: min(100%, 650px);
    margin: auto;
  }

  .deadline-card {
    gap: 40px;
  }

  .faq-heading {
    position: static;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 75px 0;
  }

  .header-inner {
    min-height: 70px;
  }

  .js .primary-nav {
    top: 70px;
  }

  .brand {
    font-size: 0.76rem;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 0;
    padding-top: 116px;
  }

  .hero-grid {
    background-size: 38px 38px;
  }

  h1 {
    margin-bottom: 21px;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .store-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .store-button {
    width: min(100%, 300px);
    margin-inline: auto;
    justify-content: center;
  }

  .hero-product {
    min-height: 550px;
    transform: scale(0.88);
    transform-origin: center top;
  }

  .orbit-one {
    width: 460px;
    height: 460px;
  }

  .orbit-two {
    width: 350px;
    height: 350px;
  }

  .floating-score {
    right: calc(50% - 210px);
  }

  .floating-rank {
    left: calc(50% - 205px);
  }

  .intro-section p,
  .intro-section .section-intro {
    font-size: 1.05rem;
  }

  .step-card {
    padding: 29px 24px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .selection-board {
    padding: 15px;
  }

  .selection-stage {
    min-height: 430px;
  }

  .selection-screen-title {
    margin-top: 18px;
    margin-left: 18px;
  }

  .portrait-carousel {
    height: 310px;
  }

  .portrait-player {
    top: 18px;
    width: 145px;
    height: 270px;
  }

  .portrait-player-previous {
    transform: translateX(-143%) rotate(-2deg) scale(0.88);
  }

  .portrait-player-next {
    transform: translateX(43%) rotate(2deg) scale(0.88);
  }

  .portrait-logo-field {
    height: 150px;
  }

  .portrait-logo-field img {
    width: 132px;
    height: 132px;
  }

  .portrait-pagination {
    bottom: 12px;
  }

  .role-rail {
    padding: 14px 4px;
  }

  .role-rail span {
    width: 30px;
    height: 30px;
  }

  .carousel-player {
    width: 94%;
    grid-template-columns: 70px minmax(0, 1fr) 38px;
  }

  .carousel-player-active {
    top: 100px;
    min-height: 200px;
    grid-template-columns: 80px minmax(0, 1fr) 40px;
  }

  .carousel-team-logo {
    width: 62px;
    height: 62px;
    margin-left: 9px;
  }

  .carousel-player-active .carousel-team-logo {
    width: 82px;
    height: 82px;
    margin-left: 2px;
  }

  .carousel-player-active .carousel-player-copy strong {
    font-size: 1.2rem;
  }

  .carousel-items {
    right: 35px;
  }

  .carousel-items > span {
    width: 28px;
    height: 28px;
  }

  .carousel-items img {
    width: 24px;
    height: 24px;
  }

  .carousel-pagination {
    padding-block: 143px;
  }

  .coach-pick {
    grid-template-columns: 40px minmax(0, 1fr) 25px;
  }

  .coach-pick > img {
    width: 37px;
    height: 37px;
  }

  .coach-label {
    left: 61px;
  }

  .board-footer small {
    display: none;
  }

  .reward-visual {
    min-height: 540px;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .reward-item-one {
    left: -20px;
  }

  .reward-item-two {
    right: -20px;
  }

  .score-card {
    padding: 18px;
  }

  .score-card-top {
    margin: -18px -18px 10px;
    padding: 22px 18px 18px;
  }

  .score-equation {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .score-equation b {
    line-height: 0.6;
  }

  .podium {
    min-height: 300px;
    padding-inline: 12px;
  }

  .podium-place strong {
    font-size: 0.64rem;
  }

  .podium-place.first {
    min-height: 220px;
  }

  .my-rank {
    grid-template-columns: 24px 32px 1fr;
  }

  .my-rank b {
    display: none;
  }

  .deadline-card {
    padding: 30px 20px;
  }

  .deadline-timer {
    padding: 22px 12px;
  }

  .deadline-timer strong {
    font-size: 2rem;
  }

  .faq-list summary {
    font-size: 0.96rem;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .final-cta {
    padding: 95px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js.reveal-ready .reveal {
    transform: none;
    opacity: 1;
  }
}

@media print {
  .site-header,
  .store-actions,
  .menu-toggle,
  .hero-grid,
  .final-grid {
    display: none;
  }

  body {
    background: #fff;
    color: #111;
  }

  p {
    color: #333;
  }

  .section,
  .hero {
    padding: 30px 0;
  }
}
