.home-tournament-v2 {
  --htd-gold: #ffd000;
  --htd-violet: #b757ff;
  --htd-cyan: #53d6ff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 max(18px, calc((100vw - var(--wide)) / 2));
  border-block: 1px solid rgba(83, 214, 255, .26);
  background:
    radial-gradient(circle at 16% 20%, rgba(183, 87, 255, .18), transparent 26rem),
    radial-gradient(circle at 95% 90%, rgba(83, 214, 255, .13), transparent 30rem),
    linear-gradient(112deg, #34237a, #24497c 55%, #15536a);
}
.home-tournament-v2::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(125deg, transparent 0 72%, rgba(255, 208, 0, .06) 72% 72.35%, transparent 72.35%);
  content: "";
}
.home-tournament-v2-shell {
  border-inline: 1px solid rgba(199, 219, 244, .22);
}
.home-tournament-v2-main {
  display: grid;
  grid-template-columns: minmax(370px, .88fr) minmax(0, 1.4fr);
  min-height: 440px;
}
.home-tournament-v2-about {
  padding: 34px 30px 38px;
  border-right: 1px solid rgba(199, 219, 244, .22);
  background: rgba(62, 31, 132, .22);
}
.home-tournament-v2-kicker,
.home-tournament-v2-structure > p,
.home-tournament-v2-guide > div > span {
  color: var(--htd-gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-tournament-v2-about h2 {
  max-width: 460px;
  margin-top: 6px;
  padding-bottom: 18px;
  color: white;
  font-size: clamp(34px, 3.2vw, 44px);
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.home-tournament-v2-about h2::after {
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 17px;
  background: linear-gradient(90deg, var(--htd-violet), var(--htd-gold));
  content: "";
}
.home-tournament-v2-about > p {
  max-width: 510px;
  margin: 0;
  color: #e2e8f6;
  font-size: 15px;
  line-height: 1.65;
}
.home-tournament-v2-about ul {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.home-tournament-v2-about li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.home-tournament-v2-about li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(183, 87, 255, .6);
  color: #d282ff;
  font-size: 10px;
  font-weight: 950;
}
.home-tournament-v2-about li div { display: grid; gap: 3px; }
.home-tournament-v2-about li strong {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}
.home-tournament-v2-about li p {
  margin: 0;
  color: #bec9df;
  font-size: 12px;
  line-height: 1.45;
}

.home-tournament-v2-structure {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  padding: 18px 26px 26px;
}
.home-tournament-v2-structure > p {
  margin: 0;
  text-align: center;
}
.home-tournament-v2-structure > ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.home-tournament-v2-structure > ol::before {
  position: absolute;
  top: 74px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: linear-gradient(90deg, var(--htd-violet), #d14dff 65%, var(--htd-gold));
  content: "";
}
.home-tournament-v2-structure > ol li {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}
.home-tournament-v2-structure > ol li > span {
  color: rgba(183, 87, 255, .78);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}
.home-tournament-v2-structure > ol li:last-child > span { color: var(--htd-gold); }
.home-tournament-v2-structure > ol li > i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 10px 0 14px;
  border: 2px solid var(--htd-violet);
  border-radius: 50%;
  background: #171348;
  color: white;
  box-shadow: 0 0 0 7px rgba(183, 87, 255, .07);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}
.home-tournament-v2-structure > ol li:last-child > i {
  border-color: var(--htd-gold);
  box-shadow: 0 0 0 7px rgba(255, 208, 0, .07);
}
.home-tournament-v2-structure > ol li > strong {
  color: #d56cff;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.home-tournament-v2-structure > ol li:last-child > strong { color: var(--htd-gold); }
.home-tournament-v2-structure > ol li > p {
  max-width: 150px;
  margin: 7px 0 0;
  color: #d0d9e9;
  font-size: 10px;
  line-height: 1.45;
}
.home-tournament-v2-structure > dl {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 30px 0 0;
  border-block: 1px solid rgba(199, 219, 244, .3);
}
.home-tournament-v2-structure > dl div {
  display: grid;
  gap: 5px;
  justify-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 15px 8px;
  border-right: 1px solid rgba(199, 219, 244, .24);
  text-align: center;
}
.home-tournament-v2-structure > dl div:last-child { border-right: 0; }
.home-tournament-v2-structure dt {
  color: #aab8d0;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-tournament-v2-structure dd {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.home-tournament-v2-guide {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(450px, 1.2fr);
  gap: 34px;
  align-items: center;
  min-height: 210px;
  padding: 30px;
  border-top: 1px solid rgba(199, 219, 244, .3);
  background: rgba(10, 34, 78, .32);
}
.home-tournament-v2-guide h3 {
  margin-top: 5px;
  color: white;
  font-size: 31px;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.home-tournament-v2-guide > div > p {
  max-width: 600px;
  margin: 8px 0 0;
  color: #d1dbea;
  font-size: 14px;
  line-height: 1.55;
}
.home-tournament-v2-guide nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.home-tournament-v2-guide nav a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 5px;
  color: white;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}
.home-tournament-v2-guide nav a.is-primary {
  border-color: var(--htd-gold);
  background: var(--htd-gold);
  color: #12172c;
}
.home-tournament-v2-guide nav a:hover { transform: translateY(-2px); }
.home-tournament-v2-guide > dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border: 1px solid rgba(199, 219, 244, .45);
  border-radius: 8px;
}
.home-tournament-v2-guide > dl > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 13px;
  min-width: 0;
  padding: 20px;
}
.home-tournament-v2-guide > dl > div + div { border-left: 1px solid rgba(199, 219, 244, .35); }
.home-tournament-v2-guide > dl span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--htd-gold);
  color: var(--htd-gold);
  font-size: 10px;
  font-weight: 950;
}
.home-tournament-v2-guide dt {
  color: #b8c5da;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}
.home-tournament-v2-guide dd {
  display: grid;
  gap: 2px;
  margin: 0;
}
.home-tournament-v2-guide dd strong {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}
.home-tournament-v2-guide dd small {
  color: var(--htd-gold);
  font-size: 9px;
}

@media (max-width: 1080px) {
  .home-tournament-v2-main { grid-template-columns: 1fr; }
  .home-tournament-v2-about { border-right: 0; border-bottom: 1px solid rgba(199, 219, 244, .22); }
  .home-tournament-v2-about > p { max-width: 760px; }
  .home-tournament-v2-about ul { grid-template-columns: repeat(3, 1fr); }
  .home-tournament-v2-about li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, .13);
  }
  .home-tournament-v2-about li:last-child { border-right: 0; }
  .home-tournament-v2-guide { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .home-tournament-v2 { padding-inline: 14px; }
  .home-tournament-v2-about { padding: 29px 20px 30px; }
  .home-tournament-v2-about ul { grid-template-columns: 1fr; }
  .home-tournament-v2-about li {
    padding-right: 0;
    border-right: 0;
  }
  .home-tournament-v2-structure { padding: 22px 0 25px; }
  .home-tournament-v2-structure > p { padding-inline: 18px; text-align: left; }
  .home-tournament-v2-structure > ol {
    grid-auto-columns: 190px;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0 18px 15px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--htd-violet) rgba(255, 255, 255, .08);
  }
  .home-tournament-v2-structure > ol::before { right: 40px; left: 40px; min-width: 770px; }
  .home-tournament-v2-structure > ol li { scroll-snap-align: start; }
  .home-tournament-v2-structure > dl {
    grid-template-columns: repeat(6, 1fr);
    overflow: visible;
    margin-inline: 18px;
  }
  .home-tournament-v2-structure > dl div { grid-column: span 2; }
  .home-tournament-v2-structure > dl div:nth-child(n + 4) { grid-column: span 3; }
  .home-tournament-v2-guide {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 20px;
  }
  .home-tournament-v2-guide > dl { grid-template-columns: 1fr; }
  .home-tournament-v2-guide > dl > div + div {
    border-top: 1px solid rgba(199, 219, 244, .35);
    border-left: 0;
  }
}

@media (max-width: 430px) {
  .home-tournament-v2-about h2 { font-size: 34px; }
  .home-tournament-v2-guide h3 { font-size: 27px; }
  .home-tournament-v2-guide nav a { flex: 1 1 130px; }
  .home-tournament-v2-guide > dl > div { padding: 17px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-tournament-v2 *,
  .home-tournament-v2 *::before,
  .home-tournament-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
