.page-home {
  --page-slant: 12deg;
  --page-glow: rgba(0, 255, 163, 0.08);
  background: var(--bg-main);
  overflow-x: hidden;
}

/* ===== 页面上下文 / 坐标条 ===== */
.page-home__context {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(61, 90, 128, 0.4);
  background: rgba(13, 43, 69, 0.6);
}

.page-home__context-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
}

.page-home__coord {
  font-family: var(--font-mono);
  color: var(--text-dim);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* ===== 区块公共间距 ===== */
.page-home .section-head {
  margin-bottom: 2rem;
}

/* ===== 01 首屏 ===== */
.page-home .hero {
  position: relative;
  border-bottom: 1px solid rgba(61, 90, 128, 0.6);
  overflow: hidden;
}

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

.page-home .hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.page-home .hero__copy {
  padding-right: 0;
}

.page-home .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--accent);
  border: 1px solid rgba(0, 255, 163, 0.3);
  padding: 0.3rem 0.7rem;
  background: rgba(0, 255, 163, 0.06);
  margin-bottom: 1.2rem;
}

.page-home .hero__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: page-hero-pulse 1.6s infinite alternate;
}

@keyframes page-hero-pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.page-home .hero__title {
  position: relative;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  color: var(--text-main);
}

.page-home .hero__title::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.16em;
  background: var(--accent);
  opacity: 0.75;
  margin-top: 0.6rem;
}

.page-home .hero__lede {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 34em;
  margin-bottom: 1.8rem;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.page-home .hero__actions .btn {
  min-width: 170px;
}

.page-home .hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  margin: 0;
}

.page-home .hero__stat {
  min-width: 7rem;
}

.page-home .hero__stat dt {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin-bottom: 0.2rem;
}

.page-home .hero__stat dd {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--ice-white);
  margin: 0;
}

.page-home .hero__stage {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(61, 90, 128, 0.7);
  overflow: hidden;
}

.page-home .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .hero__scorecard {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(10, 26, 47, 0.82);
  border: 1px solid rgba(0, 255, 163, 0.3);
  padding: 0.7rem 1rem;
  font-family: var(--font-display);
}

.page-home .hero__scorecard-team {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
}

.page-home .hero__scorecard-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent);
}

.page-home .hero__scorecard-colo {
  color: var(--ice-white);
}

.page-home .hero__scorecard-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.page-home .hero__scorecard-dot--home {
  background: var(--accent);
}

.page-home .hero__scorecard-dot--away {
  background: var(--amber-warning);
}

.page-home .hero__badge--live {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(122, 31, 61, 0.9);
  color: var(--ice-white);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  padding: 0.3rem 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.page-home .hero__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fluorescent-green);
  display: inline-block;
}

.page-home .hero__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ===== 02 回放通道 ===== */
.page-home .replay {
  padding: 4rem 0;
  background: var(--bg-panel);
  border-bottom: 1px solid rgba(61, 90, 128, 0.5);
}

.page-home .replay__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.page-home .replay__feature {
  position: relative;
  border: 1px solid var(--line);
  overflow: hidden;
  align-self: start;
}

.page-home .replay__feature-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.page-home .replay__feature-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(122, 31, 61, 0.92);
  color: var(--ice-white);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  line-height: 1.4;
  padding: 0.3rem 0.6rem;
}

.page-home .replay__feature-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(transparent, rgba(10, 26, 47, 0.9));
  color: var(--text-main);
  font-size: 0.78rem;
}

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

.page-home .replay__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(13, 43, 69, 0.6);
  border: 1px solid rgba(61, 90, 128, 0.4);
  padding: 0.8rem 1rem;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-home .replay__item:hover {
  border-color: rgba(0, 255, 163, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 255, 163, 0.15);
}

.page-home .replay__round {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--accent);
  border: 1px solid rgba(0, 255, 163, 0.4);
  padding: 0.2rem 0.45rem;
  white-space: nowrap;
}

.page-home .replay__info {
  flex: 1;
  min-width: 0;
}

.page-home .replay__info strong {
  display: block;
  color: var(--text-main);
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.page-home .replay__info span {
  color: var(--text-dim);
  font-size: 0.8rem;
}

/* ===== 03 球迷版选择器 ===== */
.page-home .client {
  padding: 4rem 0;
  background: var(--bg-main);
  border-bottom: 1px solid rgba(61, 90, 128, 0.5);
}

.page-home .client__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .client__visual {
  position: relative;
  border: 1px solid var(--line);
  overflow: hidden;
  align-self: center;
}

.page-home .client__img {
  width: 100%;
  display: block;
  aspect-ratio: 6 / 4;
  object-fit: cover;
}

.page-home .client__switch {
  position: relative;
}

.page-home .client__radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.page-home .client__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.page-home .client__tab {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  background: rgba(13, 43, 69, 0.5);
  color: var(--text-dim);
  font-family: var(--font-display);
  font-weight: 700;
  cursor: pointer;
  display: block;
}

.page-home .client__tab-code {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--gray-mist);
  font-weight: 400;
}

.page-home #ver-hd:checked ~ .client__tabs label[for="ver-hd"],
.page-home #ver-60:checked ~ .client__tabs label[for="ver-60"] {
  background: rgba(0, 255, 163, 0.12);
  border-color: var(--accent);
  color: var(--accent);
}

.page-home .client__panel {
  background: rgba(13, 43, 69, 0.75);
  border: 1px solid rgba(61, 90, 128, 0.5);
  padding: 1.5rem;
  display: none;
}

.page-home #ver-hd:checked ~ .client__panels .client__panel--hd,
.page-home #ver-60:checked ~ .client__panels .client__panel--60 {
  display: block;
}

.page-home .client__panel-title {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--text-main);
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

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

.page-home .client__specs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(61, 90, 128, 0.25);
}

.page-home .client__spec-key {
  color: var(--text-dim);
  font-size: 0.82rem;
}

.page-home .client__spec-val {
  color: var(--text-main);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  text-align: right;
}

.page-home .client__foot {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.page-home .client__note {
  font-size: 0.75rem;
  color: var(--text-dim);
}

/* ===== 04 大陆版变更归档 ===== */
.page-home .archive {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(10, 26, 47, 0.4), rgba(13, 43, 69, 0.8)), var(--bg-main);
  border-bottom: 1px solid rgba(61, 90, 128, 0.5);
}

.page-home .archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .archive__card {
  background: rgba(13, 43, 69, 0.7);
  border: 1px solid rgba(61, 90, 128, 0.5);
  padding: 1.5rem;
}

.page-home .archive__card--latest {
  border-left: 3px solid var(--accent);
}

.page-home .archive__card--latest h3 {
  font-family: var(--font-display);
  color: var(--text-main);
  font-size: 1rem;
  margin: 1rem 0 0.6rem;
}

.page-home .archive__card--latest p {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}

.page-home .archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.page-home .archive__tags li {
  font-size: 0.75rem;
  color: var(--amber-warning);
  border: 1px solid rgba(255, 179, 0, 0.4);
  background: rgba(255, 179, 0, 0.08);
  padding: 0.2rem 0.5rem;
}

.page-home .archive__link {
  color: var(--accent);
  font-size: 0.85rem;
  font-family: var(--font-display);
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.page-home .archive__card--timeline h3 {
  font-family: var(--font-display);
  color: var(--text-main);
  font-size: 1rem;
  margin: 0 0 1rem;
}

.page-home .archive__timeline {
  display: grid;
  gap: 0.9rem;
}

.page-home .archive__tl-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.page-home .archive__tl-item strong,
.page-home .archive__tl-item span {
  display: block;
}

.page-home .archive__tl-item strong {
  color: var(--text-main);
  font-family: var(--font-display);
  font-size: 0.85rem;
}

.page-home .archive__tl-item span {
  color: var(--text-dim);
  font-size: 0.8rem;
}

.page-home .archive__tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  margin-top: 0.35rem;
  flex: none;
}

.page-home .archive__tl-item--now .archive__tl-dot {
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 255, 163, 0.2);
}

.page-home .archive__note {
  font-size: 0.78rem;
  color: var(--text-dim);
  border-top: 1px solid rgba(61, 90, 128, 0.4);
  padding-top: 1rem;
  margin-top: 1rem;
}

.page-home .archive__cta {
  background: rgba(122, 31, 61, 0.35);
  border: 1px solid rgba(122, 31, 61, 0.6);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.page-home .archive__cta p {
  font-size: 0.9rem;
  color: var(--text-main);
  line-height: 1.7;
  margin: 0;
}

.page-home .archive__cta-index {
  font-family: var(--font-mono);
  color: var(--warn);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.page-home .archive__cta small {
  color: var(--gray-mist);
  font-size: 0.75rem;
}

/* ===== 05 数据驾驶舱 ===== */
.page-home .cockpit {
  padding: 4rem 0;
  background:
    linear-gradient(rgba(61, 90, 128, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 90, 128, 0.08) 1px, transparent 1px),
    var(--bg-main);
  background-size: 32px 32px;
  border-bottom: 1px solid rgba(61, 90, 128, 0.5);
}

.page-home .cockpit__board {
  max-width: 860px;
  margin: 2.5rem auto 0;
  border: 1px solid var(--line);
  background: rgba(10, 26, 47, 0.7);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.page-home .cockpit__status {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid rgba(61, 90, 128, 0.4);
  font-size: 0.8rem;
  color: var(--text-dim);
  flex-wrap: wrap;
}

.page-home .cockpit__live {
  font-family: var(--font-mono);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.page-home .cockpit__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: page-cockpit-blink 1s ease-in-out infinite alternate;
}

@keyframes page-cockpit-blink {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}

.page-home .cockpit__demo {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--gray-mist);
  border: 1px solid rgba(175, 194, 217, 0.3);
  padding: 0.2rem 0.5rem;
}

.page-home .cockpit__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1rem 1.5rem;
}

.page-home .cockpit__side {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}

.page-home .cockpit__team {
  font-size: 0.8rem;
  color: var(--text-dim);
  letter-spacing: 0.15em;
  font-family: var(--font-mono);
}

.page-home .cockpit__team-score {
  font-size: 4rem;
  font-weight: 900;
  font-family: var(--font-display);
  color: var(--text-main);
  line-height: 1;
}

.page-home .cockpit__team-score--away {
  color: var(--violet-glow);
}

.page-home .cockpit__colon {
  font-size: 2.5rem;
  font-weight: 100;
  color: var(--text-dim);
}

.page-home .cockpit__stats {
  padding: 0 1.5rem 1rem;
  display: grid;
  gap: 0.6rem;
}

.page-home .cockpit__stat {
  display: grid;
  grid-template-columns: 4em 1fr auto auto;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
}

.page-home .cockpit__stat-label {
  color: var(--text-dim);
}

.page-home .cockpit__stat-bar {
  position: relative;
  height: 6px;
  background: rgba(13, 43, 69, 0.9);
  border: 1px solid rgba(61, 90, 128, 0.3);
  overflow: hidden;
}

.page-home .cockpit__stat-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 255, 163, 0.4), var(--accent));
}

.page-home .cockpit__stat-val--home {
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 700;
  min-width: 2ch;
  text-align: right;
}

.page-home .cockpit__stat-val--away {
  color: var(--text-dim);
  font-family: var(--font-mono);
  min-width: 2ch;
  text-align: right;
}

.page-home .cockpit__chart {
  margin: 1rem 1.5rem;
  border-top: 1px solid rgba(61, 90, 128, 0.25);
  padding-top: 1rem;
}

.page-home .cockpit__chart svg {
  width: 100%;
  height: 120px;
  display: block;
}

.page-home .cockpit__foot {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(61, 90, 128, 0.3);
  flex-wrap: wrap;
}

.page-home .cockpit__foot span {
  font-size: 0.75rem;
  color: var(--gray-mist);
}

/* ===== 06 周精选 ===== */
.page-home .weekly {
  padding: 4rem 0;
  background: var(--bg-panel);
  border-bottom: 1px solid rgba(61, 90, 128, 0.5);
}

.page-home .weekly__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .weekly__intro p {
  color: var(--text-dim);
  line-height: 1.8;
  font-size: 0.95rem;
}

.page-home .weekly__points {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .weekly__points li {
  border-left: 2px solid var(--accent);
  padding-left: 0.8rem;
  font-size: 0.85rem;
  color: var(--text-main);
}

.page-home .weekly__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .weekly__card {
  border: 1px solid var(--line);
  background: rgba(10, 26, 47, 0.6);
  padding: 1.5rem;
}

.page-home .weekly__card--featured {
  border-top: 3px solid var(--accent);
}

.page-home .weekly__card-tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--accent);
  border: 1px solid rgba(0, 255, 163, 0.35);
  padding: 0.25rem 0.5rem;
}

.page-home .weekly__card h3 {
  font-family: var(--font-display);
  color: var(--text-main);
  font-size: 1.1rem;
  margin: 1rem 0 0.6rem;
  line-height: 1.4;
}

.page-home .weekly__card p {
  color: var(--text-dim);
  font-size: 0.85rem;
  line-height: 1.7;
}

.page-home .weekly__card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.72rem;
  color: var(--gray-mist);
  font-family: var(--font-mono);
}

.page-home .weekly__card a {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 0.8rem;
}

/* ===== 07 粤语专区 ===== */
.page-home .canton {
  padding: 4rem 0;
  background: var(--bg-main);
}

.page-home .canton__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .canton__visual {
  border: 1px solid var(--line);
  overflow: hidden;
}

.page-home .canton__img {
  width: 100%;
  display: block;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.page-home .canton__lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-main);
  font-family: var(--font-body);
  margin: 0 0 1.8rem;
}

.page-home .canton__features {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.page-home .canton__feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.page-home .canton__feature-code {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--accent);
  border: 1px solid rgba(0, 255, 163, 0.35);
  padding: 0.25rem 0.45rem;
  flex: none;
}

.page-home .canton__feature h3 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--text-main);
  margin: 0 0 0.3rem;
}

.page-home .canton__feature p {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.7;
  margin: 0;
}

/* ===== 底部入口带 ===== */
.page-home__footer-cta {
  border-top: 1px solid rgba(61, 90, 128, 0.5);
  background: rgba(13, 43, 69, 0.5);
  padding: 1.5rem 0;
}

.page-home__footer-cta-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.page-home__footer-cta-inner a {
  color: var(--text-dim);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
}

.page-home__footer-cta-inner a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* ===== 桌面端增强 ===== */
@media (min-width: 768px) {
  .page-home .replay__layout {
    grid-template-columns: 1fr 1.2fr;
    align-items: stretch;
  }

  .page-home .client__layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .page-home .weekly__layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .page-home .canton__layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (min-width: 960px) {
  .page-home .hero__layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .page-home .hero__stage {
    min-height: 620px;
  }

  .page-home .archive__grid {
    grid-template-columns: 1.1fr 1fr 0.9fr;
  }
}

/* ===== 动效偏好 ===== */
@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
