.page-home {
  --home-gap: clamp(1rem, 2.6vw, 1.6rem);
  --home-axis: rgba(51, 225, 225, .32);
}

/* ========== 首屏 ========== */
.page-home .hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(2rem, 6vw, 4.5rem)) 0 clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
}
.page-home .hero::before {
  content: "";
  position: absolute;
  top: -22%;
  right: -12%;
  width: min(760px, 95vw);
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 58% 42%, rgba(51, 225, 225, .16), transparent 62%);
  pointer-events: none;
  z-index: 0;
}
.page-home .hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.8rem, 4.5vw, 3rem);
  align-items: center;
}
.page-home .hero__eyebrow {
  margin: 0 0 .85rem;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .16em;
  color: var(--cyan);
  text-transform: uppercase;
}
.page-home .hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 7.4vw, 4.3rem);
  line-height: 1.08;
  letter-spacing: .01em;
  color: var(--text);
  text-wrap: balance;
}
.page-home .hero__lede {
  margin: 1.15rem 0 0;
  max-width: 36em;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
}
.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.7rem;
}
.page-home .hero__figure {
  position: relative;
  margin: 0;
  border-radius: var(--r-media);
  border: 1px solid var(--line);
  background: var(--ink-800);
  overflow: hidden;
}
.page-home .hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(.85) contrast(1.06);
}
.page-home .hero__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.6rem 1rem .9rem;
  font-size: .74rem;
  letter-spacing: .06em;
  line-height: 1.5;
  color: var(--text);
  background: linear-gradient(180deg, transparent, rgba(10, 22, 38, .94));
}
.page-home .hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
  margin: clamp(2rem, 5vw, 3rem) 0 0;
  padding: clamp(1.2rem, 3vw, 2rem) 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.page-home .stat {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  min-width: 0;
}
.page-home .stat__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--text);
}
.page-home .stat:nth-child(1) .stat__num { color: var(--cyan); }
.page-home .stat:nth-child(2) .stat__num { color: var(--orange); }
.page-home .stat:nth-child(3) .stat__num { color: var(--gold); }
.page-home .stat:nth-child(4) .stat__num { color: var(--magenta); }
.page-home .stat__unit {
  font-family: var(--font-display);
  font-size: .92rem;
  letter-spacing: .1em;
  color: var(--text);
}
.page-home .stat__note {
  font-size: .76rem;
  line-height: 1.55;
  color: var(--muted);
}

/* ========== 筛选与赛季长卷 ========== */
.page-home .season-scroll .section-head { margin-bottom: clamp(1.2rem, 3vw, 1.8rem); }
.page-home .filter-bar {
  display: flex;
  gap: .5rem;
  margin-bottom: clamp(1.4rem, 4vw, 2.2rem);
  padding-bottom: .45rem;
  overflow-x: auto;
  scrollbar-width: thin;
}
.page-home .filter-btn {
  flex: 0 0 auto;
  padding: .45rem .95rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.page-home .filter-btn:hover {
  color: var(--text);
  border-color: rgba(51, 225, 225, .55);
}
.page-home .filter-btn.is-active {
  color: var(--ink-900);
  background: var(--cyan);
  border-color: var(--cyan);
}

.page-home .season-track {
  position: relative;
  margin: 0;
  padding: 0 0 0 44px;
  list-style: none;
  display: grid;
  gap: clamp(2rem, 5vw, 3.2rem);
}
.page-home .season-track::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--cyan), rgba(51, 225, 225, .34) 42%, var(--plum) 86%, rgba(182, 52, 126, .08));
}
.page-home .season-node { position: relative; min-width: 0; }
.page-home .season-node__label {
  position: relative;
  margin-bottom: 1rem;
}
.page-home .season-node__label::before {
  content: "";
  position: absolute;
  left: -36px;
  top: .3rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  background: var(--ink-900);
  box-shadow: 0 0 0 4px rgba(51, 225, 225, .1);
}
.page-home .season-node__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.7rem, 5vw, 2.4rem);
  line-height: 1;
  letter-spacing: .02em;
  color: var(--cyan);
}
.page-home .season-node__name {
  display: block;
  margin-top: .35rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text);
}
.page-home .season-node__range {
  display: block;
  margin-top: .2rem;
  font-family: var(--font-mono);
  font-size: .74rem;
  color: var(--muted);
}
.page-home .season-node__cards {
  display: grid;
  gap: .8rem;
}

.page-home .round-card {
  position: relative;
  padding: 1rem 1.05rem 1.05rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: linear-gradient(152deg, var(--ink-800), rgba(16, 33, 56, .7));
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.page-home .round-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--orange);
}
.page-home .round-card--bench::before { background: var(--gold); }
.page-home .round-card--threshold::before { background: var(--plum); }
.page-home .round-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 0 1px var(--cyan-soft), 0 10px 28px rgba(10, 22, 38, .55);
}
.page-home .round-card__meta {
  margin: 0 0 .35rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--muted);
}
.page-home .round-card__lead {
  margin: 0;
  font-size: .92rem;
  line-height: 1.7;
  color: var(--text);
}
.page-home .round-card__more {
  margin: 0;
  font-size: .82rem;
  line-height: 1.65;
  color: var(--muted);
}
.page-home .k-steal,
.page-home .k-bench,
.page-home .k-thresh {
  font-family: var(--font-mono);
  font-weight: 700;
}
.page-home .k-steal { color: var(--orange); }
.page-home .k-bench { color: var(--gold); }
.page-home .k-thresh { color: var(--magenta); }

/* ========== 抢断主场 ========== */
.page-home .steal-board {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.6rem);
}
.page-home .steal-figure__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(3rem, 12vw, 5.4rem);
  line-height: .95;
  letter-spacing: -.03em;
  color: var(--orange);
}
.page-home .steal-figure__label {
  display: block;
  margin-top: .65rem;
  font-family: var(--font-display);
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text);
}
.page-home .steal-figure__desc {
  margin: .85rem 0 0;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--muted);
}
.page-home .metric-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}
.page-home .metric-row__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.page-home .metric-row__label {
  font-size: .9rem;
  color: var(--text);
}
.page-home .metric-row__val {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 1.02rem;
  color: var(--orange);
}
.page-home .metric-row__bar {
  margin-top: .5rem;
  height: 6px;
  border-radius: 999px;
  background: var(--ink-700);
  overflow: hidden;
}
.page-home .metric-row__bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}
.page-home .metric-row__hint {
  margin: .45rem 0 0;
  font-size: .8rem;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .match-compare {
  margin: clamp(1.8rem, 4vw, 2.6rem) 0 0;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: var(--ink-800);
}
.page-home .match-compare__cap {
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .1em;
  color: var(--cyan);
}
.page-home .match-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.page-home .mc-cell {
  padding: .85rem .9rem;
  border-radius: 18px 13px 20px 15px;
  background: var(--ink-900);
  border: 1px solid var(--line);
}
.page-home .mc-cell--steal { border-color: rgba(255, 122, 47, .42); }
.page-home .mc-cell--bench { border-color: rgba(242, 179, 61, .42); }
.page-home .mc-cell__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.1;
}
.page-home .mc-cell--steal .mc-cell__num { color: var(--orange); }
.page-home .mc-cell--bench .mc-cell__num { color: var(--gold); }
.page-home .mc-cell__name {
  display: block;
  margin-top: .3rem;
  font-size: .76rem;
  line-height: 1.5;
  color: var(--muted);
}

/* ========== 替补席能量 ========== */
.page-home .bench-figure {
  margin: 0 0 clamp(1.4rem, 4vw, 2.2rem);
  border-radius: var(--r-media);
  border: 1px solid var(--line);
  overflow: hidden;
}
.page-home .bench-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}
.page-home .bench-board {
  display: grid;
  gap: clamp(1.4rem, 4vw, 2.2rem);
}
.page-home .bench-gauge__label {
  display: block;
  font-family: var(--font-display);
  font-size: .9rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-home .bench-gauge__val {
  display: block;
  margin-top: .4rem;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(2.6rem, 9vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--gold);
}
.page-home .bench-gauge__track {
  margin-top: .9rem;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ink-700), var(--gold));
}
.page-home .bench-gauge__scale {
  display: flex;
  justify-content: space-between;
  margin-top: .45rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  color: var(--muted);
}
.page-home .bench-gauge__desc {
  margin: 1rem 0 0;
  font-size: .88rem;
  line-height: 1.75;
  color: var(--muted);
}
.page-home .bench-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.page-home .bench-item {
  display: grid;
  grid-template-columns: minmax(52px, auto) minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: .9rem 1rem;
  border-left: 3px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, var(--gold-soft), rgba(242, 179, 61, 0) 72%);
}
.page-home .bench-item__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--gold);
}
.page-home .bench-item__name {
  margin: 0;
  font-size: .92rem;
  color: var(--text);
}
.page-home .bench-item__desc {
  margin: .25rem 0 0;
  font-size: .8rem;
  line-height: 1.65;
  color: var(--muted);
}

/* ========== 净胜球临界 ========== */
.page-home .threshold-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.4rem);
}
.page-home .threshold-chart {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .threshold-chart__cap {
  margin: .8rem 0 0;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .06em;
  color: var(--muted);
}
.page-home .threshold-pulse {
  display: inline-block;
}
.page-home .pulse-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .95rem;
  border: 1px solid rgba(182, 52, 126, .5);
  border-radius: var(--r-pill);
  background: rgba(182, 52, 126, .12);
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .06em;
  color: var(--magenta);
}
.page-home .pulse-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--magenta);
}
.page-home .threshold-pulse.is-pulsing .pulse-badge::before,
.page-home .pulse-badge.is-pulsing::before {
  animation: homeThresholdPulse 1.1s ease-out 1;
}
@keyframes homeThresholdPulse {
  0% { box-shadow: 0 0 0 0 rgba(228, 89, 155, .7); }
  70% { box-shadow: 0 0 0 12px rgba(228, 89, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(228, 89, 155, 0); }
}
.page-home .threshold-aside__text {
  margin: 1rem 0 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--muted);
}
.page-home .threshold-figure {
  margin: 1.3rem 0 0;
  border-radius: var(--r-media);
  border: 1px solid var(--line);
  overflow: hidden;
}
.page-home .threshold-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* ========== 三块版块入口 ========== */
.page-home .line-entries {
  display: grid;
  gap: 1rem;
}
.page-home .line-entry {
  position: relative;
  display: block;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: var(--ink-800);
  color: var(--text);
  text-decoration: none;
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.page-home .line-entry::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--cyan);
  opacity: .8;
}
.page-home .line-entry--coach::after { background: var(--orange); }
.page-home .line-entry--live::after { background: var(--cyan); }
.page-home .line-entry--pass::after { background: var(--gold); }
.page-home .line-entry:hover {
  border-color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(10, 22, 38, .5);
}
.page-home .line-entry__kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--muted);
}
.page-home .line-entry__title {
  display: block;
  margin-top: .5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.3rem, 3.6vw, 1.8rem);
  line-height: 1.1;
  color: var(--text);
}
.page-home .line-entry__desc {
  display: block;
  margin-top: .6rem;
  font-size: .86rem;
  line-height: 1.7;
  color: var(--muted);
}
.page-home .line-entry__arrow {
  display: inline-block;
  margin-top: .9rem;
  font-family: var(--font-mono);
  font-size: .95rem;
  color: var(--cyan);
}

/* ========== 起步路径 ========== */
.page-home .start-here {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 9vw, 6rem);
}
.page-home .start-here__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
  z-index: 0;
}
.page-home .start-here::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink-900) 2%, rgba(10, 22, 38, .72) 45%, var(--ink-900) 98%);
  z-index: 0;
}
.page-home .start-here__inner {
  position: relative;
  z-index: 1;
}
.page-home .path-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.page-home .path-item {
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: rgba(16, 33, 56, .84);
}
.page-home .path-item__idx {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  color: var(--cyan);
}
.page-home .path-item__title {
  margin: .55rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--text);
}
.page-home .path-item__desc {
  margin: .55rem 0 0;
  font-size: .86rem;
  line-height: 1.72;
  color: var(--muted);
}
.page-home .path-item__link {
  display: inline-block;
  margin-top: .9rem;
  padding-bottom: 2px;
  font-size: .84rem;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 225, 225, .45);
}
.page-home .path-item__link:hover { border-bottom-color: var(--cyan); }

.page-home .trust-strip {
  margin-top: clamp(2rem, 5vw, 3rem);
  padding-top: clamp(1.2rem, 3vw, 1.8rem);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.1rem;
}
.page-home .trust-cell {
  display: flex;
  align-items: baseline;
  gap: .8rem;
}
.page-home .trust-cell__num {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  line-height: 1;
  color: var(--gold);
}
.page-home .trust-cell__text {
  margin: 0;
  font-size: .84rem;
  line-height: 1.68;
  color: var(--muted);
}
.page-home .trust-link {
  margin: 1.4rem 0 0;
  font-size: .84rem;
  line-height: 1.7;
  color: var(--muted);
}
.page-home .trust-link a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 225, 225, .45);
}
.page-home .trust-link a:hover { border-bottom-color: var(--cyan); }

/* ========== 焦点态 ========== */
.page-home a:focus-visible,
.page-home button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

/* ========== 悬停展开补充结论 ========== */
@media (hover: hover) and (pointer: fine) {
  .page-home .round-card__more {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .32s ease, opacity .28s ease, margin-top .28s ease;
  }
  .page-home .round-card:hover .round-card__more,
  .page-home .round-card:focus-within .round-card__more {
    max-height: 9rem;
    margin-top: .6rem;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .round-card,
  .page-home .line-entry,
  .page-home .filter-btn {
    transition: none;
  }
  .page-home .threshold-pulse.is-pulsing .pulse-badge::before,
  .page-home .pulse-badge.is-pulsing::before {
    animation: none;
  }
}

/* ========== 断点 ========== */
@media (min-width: 720px) {
  .page-home .hero__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-home .match-compare__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-home .trust-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .page-home .hero__grid { grid-template-columns: 1.05fr .95fr; }
  .page-home .steal-board { grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr); }
  .page-home .bench-board { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .page-home .path-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 920px) {
  .page-home .threshold-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); align-items: start; }
}

@media (min-width: 960px) {
  .page-home .season-track { padding-left: 0; }
  .page-home .season-track::before { left: 50%; transform: translateX(-1px); }
  .page-home .season-node {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
  }
  .page-home .season-node__label { grid-column: 1; grid-row: 1; }
  .page-home .season-node__cards { grid-column: 2; grid-row: 1; }
  .page-home .season-node__label::before { left: auto; right: -34px; }
  .page-home .season-node:nth-child(even) .season-node__label {
    grid-column: 2;
    text-align: left;
  }
  .page-home .season-node:nth-child(even) .season-node__label::before {
    left: -34px;
    right: auto;
  }
  .page-home .season-node:nth-child(even) .season-node__cards { grid-column: 1; }

  .page-home .line-entries { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .page-home .line-entry--coach { grid-column: 1 / span 5; }
  .page-home .line-entry--live { grid-column: 6 / span 7; }
  .page-home .line-entry--pass { grid-column: 3 / span 8; }
}
<<<END>>>
