.page-home {
  --home-grid-ruler: repeating-linear-gradient(0deg, transparent 0 23px, rgba(35, 53, 84, 0.4) 23px 24px), repeating-linear-gradient(90deg, transparent 0 23px, rgba(35, 53, 84, 0.4) 23px 24px);
  --home-satellite: rgba(11, 197, 234, 0.1);
  --home-rule: 1px solid #233554;
  --home-font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  background-color: #0A192F;
  color: #E6F1FF;
  overflow-x: clip;
}

.page-home a {
  color: inherit;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem) 1rem 3rem;
  box-sizing: border-box;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.page-home .hero-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
  filter: blur(2px) saturate(0.85);
}

.page-home .hero-bg__grid {
  position: absolute;
  inset: 0;
  background: var(--home-grid-ruler);
  opacity: 0.65;
}

.page-home .hero-bg__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 25, 47, 0.86) 0%, rgba(10, 25, 47, 0.72) 50%, rgba(10, 25, 47, 0.96) 100%);
}

.page-home .hero-context {
  position: relative;
  z-index: 1;
  font-family: var(--home-font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #8892B0;
  margin: 0 0 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.page-home .hero-window {
  position: relative;
  z-index: 1;
  max-width: 920px;
  width: 100%;
  border: 1px solid rgba(57, 255, 20, 0.45);
  background: rgba(10, 25, 47, 0.78);
  padding: clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(57, 255, 20, 0.06);
  box-sizing: border-box;
  margin: 0 auto;
}

.page-home .hero-window::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 18px;
  right: 18px;
  height: 10px;
  background: repeating-linear-gradient(90deg, #39FF14 0 2px, transparent 2px 10px);
  opacity: 0.55;
}

.page-home .hero-window::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 18px;
  right: 18px;
  height: 10px;
  background: repeating-linear-gradient(90deg, #39FF14 0 2px, transparent 2px 10px);
  opacity: 0.35;
}

.page-home .hero-window__eyebrow {
  color: #39FF14;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}

.page-home .hero-window__title {
  font-family: "Archivo Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 5vw, 3.1rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #E6F1FF;
  margin: 0 0 1.25rem;
}

.page-home .hero-window__desc {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #8892B0;
  margin: 0 0 1.5rem;
}

.page-home .hero-window__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-home .hero-meta-chip {
  font-family: var(--home-font-mono);
  font-size: 0.78rem;
  color: #E6F1FF;
  border: 1px solid #233554;
  background: #112240;
  padding: 0.35rem 0.65rem;
}

.page-home .hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(920px, 100%);
  background: #233554;
  gap: 1px;
  border: 1px solid #233554;
  margin-top: 2rem;
}

.page-home .hero-stat {
  background: #112240;
  padding: 1.05rem 0.8rem;
  text-align: center;
  display: block;
}

.page-home .hero-stat__value {
  display: block;
  font-family: var(--home-font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: #39FF14;
  line-height: 1;
}

.page-home .hero-stat--accent .hero-stat__value {
  color: #FF6B35;
}

.page-home .hero-stat__label {
  display: block;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.78rem;
  color: #8892B0;
  margin-top: 0.45rem;
}

.page-home .page-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  border-top: 1px solid #233554;
  border-bottom: 1px solid #233554;
}

.page-home .page-index__link {
  font-family: var(--home-font-mono);
  font-size: 0.85rem;
  color: #8892B0;
  text-decoration: none;
  border: 1px solid #233554;
  background: #0F2A43;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.page-home .page-index__link span {
  color: #FF6B35;
  font-size: 0.72rem;
}

.page-home .page-index__link:hover,
.page-home .page-index__link:focus {
  color: #39FF14;
  border-color: #39FF14;
  background: rgba(57, 255, 20, 0.06);
}

.page-home .home-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) 1rem;
  border-bottom: 1px solid #233554;
  position: relative;
}

.page-home .section-head {
  max-width: 1120px;
  margin: 0 auto 2rem;
  display: grid;
  gap: 0.45rem;
  padding-left: 0.75rem;
  border-left: 2px solid #39FF14;
}

.page-home .section-head__title {
  font-family: "Archivo Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.25;
  color: #E6F1FF;
  margin: 0;
}

.page-home .section-head__desc {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #8892B0;
  max-width: 48rem;
  margin: 0;
}

.page-home .schedule-board {
  max-width: 1120px;
  margin: 0 auto;
  background: #0F2A43;
  border: 1px solid #233554;
  box-shadow: 7px 7px 0 rgba(35, 53, 84, 0.35);
}

.page-home .schedule-board__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.7rem 1.1rem;
  border-bottom: 1px solid #233554;
  font-family: var(--home-font-mono);
  font-size: 0.78rem;
  color: #8892B0;
  background: #112240;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-home .schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .schedule-item {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid #233554;
  position: relative;
}

.page-home .schedule-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
}

.page-home .schedule-item--live {
  background: rgba(57, 255, 20, 0.04);
}

.page-home .schedule-item--live::before {
  background: #39FF14;
}

.page-home .schedule-item--live .schedule-item__time,
.page-home .schedule-item--live .schedule-item__round {
  color: #39FF14;
}

.page-home .schedule-item__league {
  font-family: var(--home-font-mono);
  font-size: 0.74rem;
  color: #0BC5EA;
  border: 1px solid #233554;
  background: #0A192F;
  padding: 0.22rem 0.4rem;
}

.page-home .schedule-item__time {
  font-family: var(--home-font-mono);
  font-size: 0.82rem;
  color: #E6F1FF;
}

.page-home .schedule-item__match {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #E6F1FF;
}

.page-home .schedule-item__round {
  font-family: var(--home-font-mono);
  font-size: 0.72rem;
  color: #8892B0;
  text-align: right;
}

.page-home .schedule-board__more {
  display: block;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.88rem;
  color: #E6F1FF;
  text-decoration: none;
  padding: 0.85rem 1.1rem;
  border-top: 1px solid #233554;
  background: #112240;
  transition: color 0.18s ease, background 0.18s ease;
}

.page-home .schedule-board__more:hover,
.page-home .schedule-board__more:focus {
  color: #39FF14;
  background: rgba(57, 255, 20, 0.07);
}

.page-home .home-section--live {
  background: linear-gradient(173deg, #0F2A43 0%, #0A192F 34%, #0A192F 100%);
}

.page-home .live-layout {
  display: grid;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}

.page-home .live-board {
  min-width: 0;
}

.page-home .match-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-home .match-card {
  display: grid;
  gap: 0.5rem;
  background: #112240;
  border: 1px solid #233554;
  padding: 0.95rem 1.05rem;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.page-home .match-card[hidden],
.page-home .filterable-card[data-hidden="true"] {
  display: none;
}

.page-home .match-card:hover {
  border-color: rgba(57, 255, 20, 0.4);
  background: #0F2A43;
}

.page-home .match-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--home-font-mono);
  font-size: 0.74rem;
}

.page-home .match-card__league {
  color: #0BC5EA;
  letter-spacing: 0.08em;
}

.page-home .match-card__status {
  color: #8892B0;
}

.page-home .match-card__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.5rem;
  align-items: center;
}

.page-home .match-card__team {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #E6F1FF;
  display: block;
  overflow-wrap: anywhere;
}

.page-home .match-card__team--home {
  text-align: right;
}

.page-home .match-card__score {
  font-family: var(--home-font-mono);
  font-size: 1.35rem;
  font-weight: 700;
  color: #39FF14;
  background: #0A192F;
  border: 1px solid #233554;
  padding: 0.2rem 0.55rem;
  min-width: 3.6rem;
  text-align: center;
  white-space: nowrap;
}

.page-home .match-card__score--idle {
  color: #8892B0;
  font-size: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.page-home .match-card__bottom {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-family: var(--home-font-mono);
  font-size: 0.72rem;
  color: #8892B0;
}

.page-home .live-appshot {
  background: #0F2A43;
  border: 1px solid #233554;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: 6px 6px 0 rgba(35, 53, 84, 0.3);
}

.page-home .live-appshot__img {
  max-height: 340px;
  object-fit: contain;
  object-position: center;
  width: auto;
}

.page-home .live-appshot__cap {
  font-family: var(--home-font-mono);
  font-size: 0.78rem;
  line-height: 1.7;
  color: #8892B0;
  text-align: center;
  max-width: 19rem;
  margin: 0;
}

.page-home .archive-layout {
  display: grid;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}

.page-home .archive-panel {
  border: 1px solid #233554;
  background: #112240;
  box-shadow: 7px 7px 0 rgba(35, 53, 84, 0.35);
}

.page-home .archive-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.7rem 1.1rem;
  border-bottom: 1px solid #233554;
  background: #0F2A43;
  font-family: var(--home-font-mono);
  font-size: 0.78rem;
  color: #8892B0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-home .archive-panel__head a {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.82rem;
  text-transform: none;
  letter-spacing: 0;
  color: #FF6B35;
  text-decoration: none;
}

.page-home .archive-panel__head a:hover,
.page-home .archive-panel__head a:focus {
  color: #39FF14;
}

.page-home .archive-round-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .archive-round-item {
  display: grid;
  grid-template-columns: 3.3rem 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.85rem 1.05rem;
  border-bottom: 1px solid #233554;
}

.page-home .archive-round-item:last-child {
  border-bottom: 0;
}

.page-home .archive-round-item__num {
  font-family: var(--home-font-mono);
  font-weight: 700;
  font-size: 1.3rem;
  color: #39FF14;
  background: #0A192F;
  border: 1px solid #233554;
  text-align: center;
  padding: 0.2rem 0.2rem;
  line-height: 1;
}

.page-home .archive-round-item__desc {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #E6F1FF;
}

.page-home .archive-round-item__goals {
  font-family: var(--home-font-mono);
  font-size: 0.72rem;
  color: #8892B0;
  text-align: right;
  white-space: nowrap;
}

.page-home .archive-chart {
  margin: 0;
  background: #0F2A43;
  border: 1px solid #233554;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.page-home .archive-chart__img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.page-home .archive-chart figcaption {
  font-family: var(--home-font-mono);
  font-size: 0.76rem;
  color: #8892B0;
  text-align: center;
  padding-bottom: 0.3rem;
}

.page-home .home-section--member {
  background: linear-gradient(8deg, #0A192F 70%, #0F2A43 100%);
}

.page-home .member-layout {
  display: grid;
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}

.page-home .member-steps {
  background: #112240;
  border: 1px solid #233554;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-home .member-steps__title {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #39FF14;
  margin: 0;
}

.page-home .member-steps__list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.85rem;
}

.page-home .member-steps__list li {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #8892B0;
}

.page-home .member-steps__list strong {
  display: block;
  color: #E6F1FF;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.page-home .member-steps__help {
  display: inline-block;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.86rem;
  color: #FF6B35;
  text-decoration: none;
  border: 1px solid #FF6B35;
  padding: 0.5rem 0.8rem;
  width: fit-content;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.page-home .member-steps__help:hover,
.page-home .member-steps__help:focus {
  color: #0A192F;
  background: #FF6B35;
}

.page-home .member-league {
  margin: 0;
  background: #0F2A43;
  border: 1px solid #233554;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.page-home .member-league__img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.page-home .member-league__capture {
  font-family: var(--home-font-mono);
  font-size: 0.76rem;
  color: #8892B0;
  text-align: center;
  padding-bottom: 0.3rem;
}

.page-home .home-extras {
  padding: clamp(2.5rem, 5vw, 4.5rem) 1rem;
  border-top: 1px solid #233554;
}

.page-home .home-extras__head {
  max-width: 1120px;
  margin: 0 auto 1.75rem;
  display: grid;
  gap: 0.4rem;
}

.page-home .home-extras__title {
  font-family: "Archivo Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #E6F1FF;
  margin: 0;
}

.page-home .home-extras__grid {
  max-width: 1120px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.page-home .home-extras__card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.25rem 1.1rem;
  background: #112240;
  border: 1px solid #233554;
  text-decoration: none;
  color: #E6F1FF;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-home .home-extras__card strong {
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #E6F1FF;
}

.page-home .home-extras__card span {
  font-family: var(--home-font-mono);
  font-size: 0.76rem;
  color: #8892B0;
  line-height: 1.5;
}

.page-home .home-extras__card:hover,
.page-home .home-extras__card:focus {
  border-color: #FF6B35;
  transform: translate(-4px, -4px);
  box-shadow: 4px 4px 0 rgba(255, 107, 53, 0.45);
}

.page-home .home-extras__trust {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.88rem;
  line-height: 1.8;
  color: #8892B0;
  background: #0F2A43;
  border-left: 3px solid #39FF14;
  padding: 1rem 1.15rem;
  box-sizing: border-box;
}

@media (min-width: 720px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .hero-stat__value {
    font-size: 2.5rem;
  }

  .page-home .home-extras__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .schedule-item {
    grid-template-columns: auto 0.8fr 1fr auto;
    gap: 0.8rem;
  }

  .page-home .live-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr);
    align-items: start;
  }

  .page-home .live-appshot__img {
    max-height: 400px;
  }

  .page-home .archive-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
  }

  .page-home .member-layout {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}

@media (min-width: 1080px) {
  .page-home .home-hero {
    flex-direction: column;
    justify-content: center;
  }

  .page-home .hero-window {
    padding: 2.75rem 3rem;
  }

  .page-home .page-index {
    padding-left: max(1rem, calc((100vw - 1120px) / 2));
    padding-right: max(1rem, calc((100vw - 1120px) / 2));
  }

  .page-home .data-split {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .data-split .home-section {
    border-bottom: 0;
  }

  .page-home .data-split .home-section--live {
    border-right: 1px solid #233554;
  }

  .page-home .data-split .home-section--archive {
    border-left: 0;
    padding-left: clamp(1.5rem, 2vw, 2rem);
  }

  .page-home .home-section--live .section-head,
  .page-home .home-section--live .live-layout {
    max-width: none;
    padding-right: clamp(1rem, 2vw, 2rem);
  }

  .page-home .archive-panel {
    box-shadow: none;
  }

  .page-home .archive-chart {
    box-shadow: none;
  }

  .page-home .home-extras__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1240px) {
  .page-home .home-section,
  .page-home .home-extras {
    padding-left: max(1rem, calc((100vw - 1120px) / 2));
    padding-right: max(1rem, calc((100vw - 1120px) / 2));
  }
}
