.page-home {
  --home-glow: rgba(198, 243, 50, 0.12);
  --home-orange-glow: rgba(242, 126, 74, 0.14);
  color: var(--text-light);
}

.page-home .breadcrumb {
  margin: 18px 0 4px;
  font-size: 14px;
  color: var(--text-dim);
}

.page-home .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-home .breadcrumb li::after {
  content: "/";
  margin-left: 6px;
  opacity: 0.5;
}

.page-home .breadcrumb li:last-child::after {
  content: none;
}

.page-home .hero-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 34px 26px;
  margin: 22px 0 8px;
  background: linear-gradient(135deg, var(--sky-950), var(--sky-800));
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}

.page-home .hero-home::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, var(--home-glow), transparent 68%);
  pointer-events: none;
}

.page-home .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  z-index: 3;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 16px;
  background: rgba(198, 243, 50, 0.1);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.page-home .hero-copy h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 30px;
  line-height: 1.24;
  letter-spacing: 0.01em;
  color: var(--text-light);
  max-width: 760px;
}

.page-home .hero-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-gray);
  max-width: 580px;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .btn--small {
  padding: 8px 16px;
  font-size: 13px;
}

.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text-dim);
  font-size: 13px;
}

.page-home .hero-facts li {
  position: relative;
  padding-left: 16px;
}

.page-home .hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  opacity: 0.85;
}

.page-home .hero-visual {
  position: relative;
  min-height: 320px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sky-900);
}

.page-home .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.page-home .hero-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.page-home .hero-chip {
  position: absolute;
  z-index: 3;
  padding: 8px 14px;
  background: rgba(11, 21, 36, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--green);
  backdrop-filter: blur(4px);
}

.page-home .hero-chip--shot {
  left: 18px;
  bottom: 26px;
}

.page-home .hero-chip--pass {
  right: 18px;
  top: 22px;
  color: var(--orange);
  border-color: rgba(242, 126, 74, 0.3);
}

.page-home .section-block {
  padding: 56px 0 10px;
}

.page-home .section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0 24px;
  margin-bottom: 26px;
  border-top: 3px solid var(--sky-800);
}

.page-home .section-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: var(--sky-950);
  border-radius: 18px;
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.page-home .section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 26px;
  line-height: 1.25;
  color: var(--sky-950);
}

.page-home .section-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 660px;
}

.page-home .section-note {
  display: none;
  align-items: center;
  gap: 10px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--rock);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-left: 12px;
  border-left: 2px solid var(--line);
  opacity: 0.9;
}

.page-home .bento {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.page-home .bento-item {
  min-width: 0;
}

.page-home .match-card {
  background: var(--sky-800);
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-lg);
  padding: 24px;
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .match-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 243, 50, 0.35);
  box-shadow: 0 14px 30px rgba(11, 21, 36, 0.18);
}

.page-home .match-card--featured {
  background: linear-gradient(135deg, var(--sky-800), var(--sky-900));
  min-height: 340px;
}

.page-home .match-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.page-home .match-round {
  color: var(--text-gray);
  font-weight: 500;
}

.page-home .match-version {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--text-dim);
}

.page-home .match-card__score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
}

.page-home .match-card__score--stack {
  flex-direction: column;
  justify-content: center;
}

.page-home .team-name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  max-width: 110px;
  line-height: 1.3;
}

.page-home .match-score {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-home .match-score .data-value {
  font-size: 44px;
  line-height: 1;
  color: var(--green);
}

.page-home .match-score__sep {
  color: var(--text-dim);
  font-size: 18px;
}

.page-home .match-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid var(--line-solid);
  padding-top: 16px;
}

.page-home .match-card__stats .metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(11, 21, 36, 0.26);
  border-radius: 14px;
  padding: 10px 12px;
}

.page-home .match-card__stats--mini {
  grid-template-columns: minmax(0, 1fr);
}

.page-home .metric .data-label {
  font-size: 12px;
}

.page-home .metric .data-value {
  font-size: 18px;
  line-height: 1.2;
}

.page-home .match-card__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  color: var(--text-dim);
}

.page-home .match-card--strip {
  background: var(--sky-900);
  min-height: auto;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  padding: 18px 20px;
}

.page-home .match-strip__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  width: 100%;
}

.page-home .match-strip__teams {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
}

.page-home .match-strip__teams strong {
  font-weight: 700;
}

.page-home .match-strip__teams .data-value {
  font-size: 24px;
  color: var(--green);
}

.page-home .match-strip__stat {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.page-home .match-strip__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--text-dim);
  font-size: 13px;
}

.page-home .tag {
  white-space: nowrap;
}

.page-home .section-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  margin-top: 20px;
}

.page-home .section-foot__note {
  margin: 0;
  font-size: 13px;
  color: var(--text-dim);
}

.page-home .highlights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.page-home .highlight-card {
  background: var(--sand);
  border: 1px solid var(--line-dividers);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--text-light);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(11, 21, 36, 0.16);
  border-color: rgba(108, 131, 65, 0.32);
}

.page-home .highlight-card .figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}

.page-home .highlight-card .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}

.page-home .highlight-card__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(11, 21, 36, 0.82);
  border-radius: var(--radius-pill);
  color: var(--text-light);
  font-family: var(--font-data);
  font-size: 12px;
  backdrop-filter: blur(4px);
}

.page-home .highlight-card__body {
  padding: 18px 18px 22px;
}

.page-home .highlight-card__body h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: var(--sky-950);
}

.page-home .highlight-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--secondary_text);
}

.page-home .data-index-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.page-home .data-index-figure {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sky-900);
  min-height: 260px;
}

.page-home .data-index-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .data-panels {
  background: var(--sky-800);
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: var(--text-light);
}

.page-home .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .filter-tab {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  background: var(--sky-900);
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-pill);
  color: var(--text-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.page-home .filter-tab:hover {
  background: var(--sky-700);
  color: var(--text-light);
  border-color: rgba(198, 243, 50, 0.45);
}

.page-home .filter-tab:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}

.page-home .tab-panel {
  display: none;
}

.page-home .data-panels:not(:has(:target)) .tab-panel--active {
  display: block;
}

.page-home .tab-panel:target {
  display: block;
}

.page-home .tab-panel h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
}

.page-home .tab-panel p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-gray);
}

.page-home .data-panels__note {
  margin: 0;
  font-size: 13px;
  color: var(--text-dim);
}

.page-home .inline-link {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.page-home .inline-link:hover {
  opacity: 0.7;
}

.page-home .inline-link:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}

.page-home .archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.page-home .archive-poster {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--sky-900);
  min-height: 240px;
}

.page-home .archive-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .archive-meta {
  background: var(--sky-800);
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-lg);
  padding: 26px;
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.page-home .archive-meta__num {
  font-size: 72px;
  line-height: 1;
  color: var(--green);
}

.page-home .archive-meta p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-gray);
}

.page-home .round-listing {
  background: var(--sand);
  border: 1px solid var(--line-dividers);
  border-radius: var(--radius-lg);
  padding: 22px;
}

.page-home .round-listing h3 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--sky-950);
}

.page-home .round-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .round-item {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  background: var(--rock);
  border: 1px solid transparent;
  color: var(--sky-950);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.page-home .round-item:hover {
  background: var(--moss);
  color: var(--text-light);
  transform: translateY(-2px);
}

.page-home .round-item:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
}

.page-home .round-item--current {
  background: var(--clay);
  color: var(--text-light);
}

.page-home .features-bento {
  gap: 18px;
}

.page-home .features-item {
  background: var(--sky-800);
  border: 1px solid var(--line-solid);
  border-radius: var(--radius-lg);
  padding: 26px;
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-home .features-item:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 243, 50, 0.35);
  background: var(--sky-700);
}

.page-home .features-item h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-light);
}

.page-home .features-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-gray);
}

.page-home .features-item .data-value {
  font-size: 44px;
  line-height: 1;
  color: var(--green);
}

.page-home .features-item .data-label {
  font-size: 14px;
  color: var(--text-gray);
}

.page-home .features-item--glow {
  background: linear-gradient(135deg, var(--sky-800), var(--sky-900));
  border-color: rgba(198, 243, 50, 0.25);
}

.page-home .features-item--glow::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: auto;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--green), var(--orange));
  opacity: 0.7;
}

.page-home .features-item--low {
  background: var(--sky-900);
}

.page-home .features-item--cta {
  background: transparent;
  border-color: var(--line-dividers);
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 90px;
}

.page-home .features-item--cta:hover {
  transform: none;
  border-color: var(--sky-700);
  background: var(--sand);
}

.page-home .pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(198, 243, 50, 0.5);
  animation: page-home-pulse 2.4s ease-out infinite;
  flex-shrink: 0;
}

@keyframes page-home-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 243, 50, 0.55);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(198, 243, 50, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(198, 243, 50, 0);
  }
}

@media (min-width: 720px) {
  .page-home .hero-copy h1 {
    font-size: 38px;
  }

  .page-home .section-head {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .page-home .section-title {
    font-size: 32px;
  }

  .page-home .section-note {
    display: flex;
  }

  .page-home .match-card--strip {
    padding: 20px 26px;
  }

  .page-home .highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .data-index-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-home .archive-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .page-home .round-listing {
    grid-column: 1 / -1;
  }

  .page-home .features-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .features-bento .bento-item {
    grid-column: span 6;
  }

  .page-home .features-bento .bento-item--full {
    grid-column: span 12;
  }
}

@media (min-width: 1020px) {
  .page-home .hero-home {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    gap: 30px;
    padding: 58px 52px;
    margin: 30px 0 10px;
  }

  .page-home .hero-copy h1 {
    font-size: 46px;
    line-height: 1.18;
  }

  .page-home .hero-lead {
    font-size: 16px;
  }

  .page-home .hero-visual {
    min-height: 440px;
  }

  .page-home .section-block {
    padding: 84px 0 12px;
  }

  .page-home .match-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .match-bento .bento-item {
    grid-column: span 4;
  }

  .page-home .match-bento .bento-item--wide {
    grid-column: span 7;
  }

  .page-home .match-bento .bento-item--second {
    grid-column: span 5;
  }

  .page-home .match-bento .bento-item--full {
    grid-column: span 12;
  }

  .page-home .match-strip__content {
    flex-wrap: nowrap;
  }

  .page-home .archive-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr) minmax(0, 1.35fr);
  }

  .page-home .round-listing {
    grid-column: auto;
  }

  .page-home .features-bento .bento-item {
    grid-column: span 4;
  }

  .page-home .features-bento .bento-item--wide {
    grid-column: span 7;
  }

  .page-home .features-bento .bento-item--low {
    grid-column: span 5;
  }

  .page-home .features-bento .bento-item--full {
    grid-column: span 12;
  }
}

.page-home {
  --line-dividers: currentColor;
  --secondary_text: currentColor;
}
