.page-home {
  position: relative;
  overflow-x: clip;
  background: var(--color-space);
  font-family: var(--font-body);
}

/* ---------- 首屏封面 ---------- */
.page-home .hero-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: calc(var(--header-height) + 2.5rem) 0 4rem;
  background: radial-gradient(circle at 78% 32%, rgba(0, 229, 255, 0.09), transparent 34%), linear-gradient(135deg, var(--color-deep) 0%, var(--color-space) 58%, var(--color-surface) 100%);
  overflow: hidden;
}

.page-home .hero-cover__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .hero-cover__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(var(--color-divider) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, transparent 86%);
  opacity: 0.7;
}

.page-home .hero-cover__neon {
  position: absolute;
  right: -6vw;
  top: -12%;
  width: 46vw;
  height: 130%;
  background: linear-gradient(135deg, var(--color-neon), transparent 80%);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  transform: skewX(-8deg);
  opacity: 0.07;
}

.page-home .hero-cover__stream {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-stream), transparent);
  animation: page-home-stream 4.2s ease-in-out infinite;
}

.page-home .hero-cover__inner {
  position: relative;
  z-index: 2;
  width: min(var(--container-width), 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.25rem;
  align-items: center;
}

.page-home .hero-cover__left {
  max-width: 660px;
}

.page-home .hero-cover__badge-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.page-home .hero-cover__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--color-neon);
  color: var(--color-neon);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-home .hero-cover__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-neon);
  animation: page-home-pulse 1.8s ease-in-out infinite;
}

.page-home .hero-cover__badge-line {
  flex: 0 0 auto;
  width: 72px;
  height: 1px;
  background: var(--color-neon);
  opacity: 0.5;
}

.page-home .hero-cover__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.06;
  transform: skewX(-6deg);
  transform-origin: left bottom;
}

.page-home .hero-cover__brand-line {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  margin-bottom: 0.875rem;
  transform: skewX(6deg);
}

.page-home .hero-cover__title-accent {
  display: block;
  font-size: clamp(2.75rem, 9vw, 5.25rem);
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.page-home .hero-cover__title-accent::after {
  content: "";
  display: inline-block;
  width: 0.28em;
  height: 0.28em;
  margin-left: 0.2em;
  background: var(--color-neon);
  transform: skewX(6deg);
}

.page-home .hero-cover__lead {
  margin: 1.5rem 0 0;
  max-width: 36em;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--color-muted);
}

.page-home .hero-cover__meta {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-divider);
}

.page-home .hero-cover__meta-label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 0.5rem;
}

.page-home .hero-cover__note {
  margin: 0 0 0.875rem;
  font-size: 0.8125rem;
  color: var(--color-stream);
}

.page-home .hero-cover__index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 1.25rem;
}

.page-home .hero-cover__index a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.625rem;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.3s ease;
}

.page-home .hero-cover__index a:hover {
  color: var(--color-neon);
}

.page-home .hero-cover__index span {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--color-orange);
}

.page-home .hero-cover__right {
  position: relative;
}

.page-home .hero-cover__visual {
  margin: 0;
  position: relative;
}

.page-home .hero-cover__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 3% 100%);
  filter: saturate(1.25) contrast(1.05);
}

.page-home .hero-cover__caption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--color-muted);
  text-align: right;
  padding-right: 1rem;
}

.page-home .hero-cover__stat {
  position: absolute;
  right: 5%;
  bottom: -1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--color-deep);
  border: 1px solid var(--color-divider);
  border-left: 4px solid var(--color-orange);
  padding: 0.875rem 1.125rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.page-home .hero-cover__stat-num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-neon);
}

.page-home .hero-cover__stat-label {
  font-size: 0.8125rem;
  color: var(--color-muted);
  max-width: 9em;
}

.page-home .hero-cover__scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  color: var(--color-muted);
  opacity: 0.8;
  z-index: 2;
}

@keyframes page-home-stream {
  0% {
    transform: translateX(-100%);
  }
  55%,
  100% {
    transform: translateX(360%);
  }
}

@keyframes page-home-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.72);
  }
}

@media (min-width: 992px) {
  .page-home .hero-cover__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 3rem;
  }
}

/* ---------- 五大内容模块 ---------- */
.page-home .module-strip {
  background: var(--color-surface);
  border-top: 1px solid var(--color-divider);
  border-bottom: 1px solid var(--color-divider);
  position: relative;
  z-index: 3;
}

.page-home .module-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.page-home .module-strip__lead {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-muted);
}

.page-home .module-strip__lead strong {
  color: var(--color-neon);
}

.page-home .module-strip__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.375rem;
  margin: 0;
  padding: 0;
}

.page-home .module-strip__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-text);
}

.page-home .module-strip__num {
  font-family: var(--font-heading);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--color-orange);
}

/* ---------- 赛程时间轴 ---------- */
.page-home .timeline-section {
  position: relative;
  overflow: hidden;
}

.page-home .timeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14vw;
  min-width: 120px;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12), transparent 70%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}

.page-home .timeline-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.page-home .match-card {
  background: linear-gradient(90deg, var(--color-surface), var(--color-deep));
  border: 1px solid var(--color-divider);
  border-left: 3px solid var(--color-orange);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.5rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-home .match-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.page-home .match-card--live {
  border-left-color: var(--color-neon);
}

.page-home .match-card--live::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-neon));
}

.page-home .match-card__col-time {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
}

.page-home .match-card__day {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.page-home .match-card__clock {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-text);
  line-height: 1;
}

.page-home .match-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.875rem;
}

.page-home .match-card__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-text);
}

.page-home .match-card__status {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.page-home .match-card__timeline svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.page-home .match-card__timeline .m-rail {
  stroke: var(--color-divider);
  stroke-width: 2;
  stroke-dasharray: 6 8;
}

.page-home .match-card__timeline .m-seg {
  stroke-linecap: round;
  stroke-width: 3;
}

.page-home .match-card__timeline .m-seg--1 {
  stroke: var(--color-orange);
}

.page-home .match-card__timeline .m-seg--2 {
  stroke: var(--color-stream);
}

.page-home .match-card__timeline .m-seg--3 {
  stroke: var(--color-neon);
}

.page-home .match-card__timeline .m-seg--4 {
  stroke: var(--color-neon);
}

.page-home .match-card__timeline .m-dot {
  fill: var(--color-space);
  stroke-width: 3;
}

.page-home .match-card__timeline .m-dot--a {
  stroke: var(--color-orange);
}

.page-home .match-card__timeline .m-dot--b {
  stroke: var(--color-stream);
}

.page-home .match-card__timeline .m-dot--c {
  stroke: var(--color-neon);
}

.page-home .match-card__timeline .m-node--hot {
  fill: var(--color-neon);
  stroke: none;
  filter: drop-shadow(0 0 10px rgba(200, 255, 0, 0.6));
}

.page-home .match-card__timeline .m-node--end {
  fill: var(--color-orange);
  stroke: none;
}

.page-home .match-card__timeline .m-node--start {
  fill: var(--color-surface);
  stroke: var(--color-text);
  stroke-width: 2;
  stroke-dasharray: 4 3;
}

.page-home .match-card__labels {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1rem;
  margin: 0.625rem 0 0;
  padding: 0;
}

.page-home .match-card__labels li {
  position: relative;
  font-size: 0.6875rem;
  color: var(--color-muted);
  padding-left: 0.625rem;
}

.page-home .match-card__labels li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-stream);
  transform: translateY(-50%);
}

.page-home .match-card__col-score {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--color-divider);
}

.page-home .match-card__score-label {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.page-home .match-card__score {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.page-home .match-card--live .match-card__score {
  color: var(--color-neon);
  animation: page-home-pulse 2s ease-in-out infinite;
}

.page-home .match-card__colon {
  font-family: var(--font-body);
  font-weight: 300;
  opacity: 0.8;
  margin: 0 0.15em;
}

.page-home .timeline-more {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 960px) {
  .page-home .match-card {
    grid-template-columns: 140px minmax(0, 1fr) 190px;
    align-items: center;
  }

  .page-home .match-card__col-time {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------- 双版本对照 ---------- */
.page-home .dual-section {
  position: relative;
  background: var(--color-deep);
}

.page-home .dual-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.25rem;
  align-items: center;
}

.page-home .dual-visual {
  position: relative;
}

.page-home .dual-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--color-divider);
  outline: 1px solid rgba(255, 107, 0, 0.25);
  outline-offset: 6px;
}

.page-home .dual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}

.page-home .dual-block {
  position: relative;
  padding: 1.5rem 1.375rem 1.5rem 1.5rem;
  border: 1px solid var(--color-divider);
  background: var(--color-space);
}

.page-home .dual-block--live {
  border-top: 3px solid var(--color-neon);
}

.page-home .dual-block--recall {
  border-top: 3px solid var(--color-orange);
}

.page-home .dual-block__no {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-bottom: 0.875rem;
}

.page-home .dual-block--live .dual-block__no {
  color: var(--color-neon);
}

.page-home .dual-block--recall .dual-block__no {
  color: var(--color-orange);
}

.page-home .dual-block__title {
  margin: 0 0 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-home .dual-block p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--color-muted);
}

.page-home .dual-note {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  color: var(--color-text);
  background: rgba(255, 107, 0, 0.08);
  border-left: 3px solid var(--color-orange);
  padding: 0.875rem 1rem;
}

.page-home .dual-content .btn {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .page-home .dual-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
  }

  .page-home .dual-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- 中国区导航快捷入口 ---------- */
.page-home .hub-section {
  position: relative;
  overflow: hidden;
}

.page-home .hub-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-neon), transparent 70%);
}

.page-home .hub-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  margin-top: 2rem;
}

.page-home .hub-brand__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .hub-brand__text {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--color-muted);
  margin: 1.25rem 0;
}

.page-home .hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.125rem;
}

.page-home .hub-card {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: var(--color-text);
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.page-home .hub-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: var(--color-space);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.page-home .hub-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-neon);
  background: var(--color-deep);
}

.page-home .hub-card__icon {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.375rem;
  color: var(--color-orange);
  display: block;
  margin-bottom: 1rem;
}

.page-home .hub-card__title {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.page-home .hub-card__desc {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--color-muted);
}

@media (min-width: 600px) {
  .page-home .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .page-home .hub-layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 3rem;
  }
}

/* ---------- 数据更新节奏 ---------- */
.page-home .rhythm-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-deep), var(--color-space));
}

.page-home .rhythm-section::before {
  content: "3h";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-52%);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(13rem, 34vw, 30rem);
  line-height: 1;
  color: var(--color-orange);
  opacity: 0.045;
  pointer-events: none;
}

.page-home .rhythm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.25rem;
  align-items: center;
}

.page-home .rhythm-copy {
  max-width: 42em;
  margin: 0 0 1.75rem;
  color: var(--color-muted);
  line-height: 1.9;
}

.page-home .rhythm-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-home .rhythm-stat {
  border-left: 3px solid var(--color-neon);
  padding: 0.125rem 0 0.125rem 1rem;
}

.page-home .rhythm-stat__num {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text);
}

.page-home .rhythm-stat__label {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.page-home .rhythm-trust {
  font-size: 0.875rem;
  color: var(--color-muted);
  padding: 0.625rem 0.875rem;
  display: inline-block;
  border: 1px dashed var(--color-divider);
}

.page-home .rhythm-visual img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .page-home .rhythm-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

/* ---------- 精选赛事快讯 ---------- */
.page-home .news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.page-home .news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.625rem;
  border: 1px solid var(--color-divider);
  background: var(--color-surface);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-home .news-card:hover {
  background: var(--color-deep);
  border-color: var(--color-muted);
  transform: translateY(-4px);
}

.page-home .news-card__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--color-text);
}

.page-home .news-card__summary {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--color-muted);
}

.page-home .news-card .arrow-link {
  margin-top: auto;
}

.page-home .news-more {
  margin-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .page-home .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- 底部邀请 ---------- */
.page-home .invite-strip {
  border-top: 1px solid var(--color-divider);
  background: var(--color-deep);
}

.page-home .invite-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.page-home .invite-strip p {
  margin: 0;
  color: var(--color-muted);
}

.page-home .invite-strip a:not(.btn) {
  color: var(--color-neon);
  text-decoration: none;
}

/* ---------- 箭头链接 ---------- */
.page-home .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--color-neon);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.page-home .arrow-link::after {
  content: "→";
  transition: transform 0.3s ease;
}

.page-home .arrow-link:hover::after {
  transform: translateX(4px);
}

/* ---------- 移动端容器安全 ---------- */
@media (max-width: 640px) {
  .page-home .rhythm-stats {
    grid-template-columns: 1fr;
  }

  .page-home .rhythm-stat {
    padding-block: 0.125rem;
  }

  .page-home .match-card__col-score {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
