.page-home {
  --rail-w: 88px;
  --stat-rule: 3px;
  background: var(--ink);
  color: var(--line);
}

.page-home .home-body {
  min-width: 0;
}

/* ── 左侧轮次刻度栏 ───────────────────────────── */
.page-home .home-rail {
  position: sticky;
  top: var(--header-h);
  z-index: 12;
  display: flex;
  gap: 8px;
  padding: 10px var(--pad-x);
  overflow-x: auto;
  background: var(--ink);
  border-bottom: var(--frame) solid rgba(220, 231, 225, 0.16);
  scrollbar-width: thin;
}

.page-home .rail-node {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border: var(--frame) solid rgba(220, 231, 225, 0.16);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--moss);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.page-home .rail-node:hover,
.page-home .rail-node:focus-visible {
  color: var(--line);
  border-color: rgba(220, 231, 225, 0.45);
}

.page-home .rail-node.is-active {
  color: var(--amber);
  border-color: var(--amber);
  background: rgba(242, 179, 61, 0.08);
}

.page-home .rail-node__no {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: inherit;
  opacity: 0.85;
}

.page-home .rail-node__txt {
  font-family: var(--font-display);
  font-size: 12.5px;
  letter-spacing: 0.08em;
}

@media (min-width: 1100px) {
  .page-home {
    display: grid;
    grid-template-columns: var(--rail-w) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .home-rail {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
    height: calc(100vh - var(--header-h));
    padding: 22px 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 0;
    border-right: var(--frame) solid rgba(220, 231, 225, 0.16);
  }

  .page-home .rail-node {
    flex-direction: column;
    gap: 3px;
    padding: 10px 4px;
    text-align: center;
    white-space: normal;
  }

  .page-home .rail-node__txt {
    font-size: 11.5px;
    line-height: 1.3;
  }
}

/* ── 首屏：对角线错位海报 ─────────────────────── */
.page-home .hero {
  position: relative;
  overflow: hidden;
  background: var(--grass);
  border-bottom: var(--frame) solid rgba(220, 231, 225, 0.18);
}

.page-home .hero__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: grayscale(0.55) saturate(0.6) brightness(0.72);
}

.page-home .hero__ghost {
  position: absolute;
  right: 1.5vw;
  top: 38%;
  z-index: 1;
  font-size: clamp(7rem, 24vw, 19rem);
  line-height: 0.78;
  letter-spacing: -0.05em;
  color: rgba(87, 211, 198, 0.1);
  user-select: none;
  pointer-events: none;
}

.page-home .hero__head {
  position: relative;
  z-index: 2;
  padding: clamp(30px, 6vw, 76px) 0 clamp(46px, 8vw, 92px);
}

.page-home .hero__title {
  margin: 16px 0 0;
  max-width: 19ch;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.35rem, 8.4vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.page-home .hero__lede {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 40ch;
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  line-height: 1.8;
  color: rgba(220, 231, 225, 0.86);
}

.page-home .hero__meta {
  margin: 14px 0 0;
  max-width: 44ch;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: var(--moss);
}

.page-home .hero__paper {
  position: relative;
  z-index: 3;
  padding: clamp(66px, 8vw, 100px) 0 clamp(30px, 4vw, 50px);
  background: var(--paper);
  color: var(--paper-ink);
  clip-path: polygon(0 54px, 100% 0, 100% 100%, 0 100%);
}

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
  padding-top: clamp(18px, 2.6vw, 28px);
  border-top: var(--frame) solid rgba(16, 22, 15, 0.28);
}

.page-home .hero__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 12px;
  border-left: var(--stat-rule) solid var(--red);
}

.page-home .hero__stat:nth-child(2) {
  border-left-color: var(--grass-mid);
}

.page-home .hero__stat:nth-child(3) {
  border-left-color: var(--amber);
}

.page-home .hero__stat:nth-child(4) {
  border-left-color: var(--moss);
}

.page-home .hero__stat .stat-num {
  font-family: var(--font-mono);
  font-size: clamp(1.85rem, 4.6vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
  white-space: nowrap;
}

.page-home .hero__stat-label {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgba(16, 22, 15, 0.68);
}

.page-home .hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3.2vw, 38px);
}

.page-home .hero__paper .btn {
  box-shadow: 4px 4px 0 rgba(16, 22, 15, 0.85);
}

.page-home .hero__paper .btn--ghost,
.page-home .section--paper .btn--ghost {
  color: var(--paper-ink);
  border-color: rgba(16, 22, 15, 0.55);
}

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

/* ── 章节通用 ─────────────────────────────────── */
.page-home .section {
  padding: clamp(52px, 8vw, 104px) 0;
  border-bottom: var(--frame) solid rgba(220, 231, 225, 0.12);
}

.page-home .section--tight {
  padding: clamp(40px, 5.5vw, 76px) 0;
}

.page-home .sec-head {
  max-width: 62ch;
  margin-bottom: clamp(24px, 3.5vw, 44px);
}

.page-home .sec-head h2 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.7rem, 4.3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.018em;
}

.page-home .sec-lede {
  margin: 14px 0 0;
  font-size: clamp(0.98rem, 2vw, 1.06rem);
  line-height: 1.78;
  color: rgba(220, 231, 225, 0.8);
}

.page-home .section--paper .sec-lede {
  color: rgba(16, 22, 15, 0.74);
}

/* ── 补时与抢断面板 ───────────────────────────── */
.page-home .core-grid {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.page-home .core-media {
  margin: 0;
}

.page-home .core-media img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--frame) solid rgba(220, 231, 225, 0.24);
  filter: saturate(0.6) brightness(0.88);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-home .core-media figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--moss);
}

.page-home .core-panel {
  min-width: 0;
}

.page-home .core-panel .filter-bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding-bottom: 12px;
  overflow-x: auto;
  border-bottom: var(--frame) dashed rgba(220, 231, 225, 0.28);
  scrollbar-width: thin;
}

.page-home .filter-btn {
  flex: 0 0 auto;
  padding: 7px 13px;
  background: transparent;
  border: var(--frame) solid rgba(220, 231, 225, 0.28);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: var(--line);
  cursor: pointer;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.page-home .filter-btn:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.page-home .filter-btn[aria-pressed="true"] {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--ink);
}

.page-home .filter-count {
  margin: 14px 0 18px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--moss);
}

.page-home .match-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.page-home .match-card {
  padding: 16px 16px 14px;
  background: var(--grass-mid);
  border: var(--frame) solid rgba(220, 231, 225, 0.22);
  box-shadow: var(--shadow-hard);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-home .match-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-hard-lg);
}

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

.page-home .match-card__round {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--moss);
}

.page-home .match-card__title {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--line);
}

.page-home .match-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 0;
}

.page-home .match-card__stats dt {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--moss);
}

.page-home .match-card__stats dd {
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-home .match-card__time {
  color: var(--amber);
}

.page-home .match-card__tackle {
  color: var(--cyan);
}

.page-home .match-empty {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: var(--frame) dashed rgba(217, 79, 48, 0.6);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(220, 231, 225, 0.8);
}

@media (min-width: 960px) {
  .page-home .core-grid {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    align-items: start;
  }

  .page-home .core-media {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
}

/* ── 分列视角 ─────────────────────────────────── */
.page-home .split-layout {
  align-items: start;
}

.page-home .split-note {
  margin: 16px 0 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(16, 22, 15, 0.78);
}

.page-home .split-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
}

.page-home .split-list li {
  padding-left: 14px;
  border-left: var(--stat-rule) solid var(--red);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(16, 22, 15, 0.76);
}

.page-home .split-list li:nth-child(2) {
  border-left-color: var(--grass-mid);
}

.page-home .split-list li:nth-child(3) {
  border-left-color: var(--moss);
}

.page-home .split-list b {
  display: block;
  margin-bottom: 2px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--paper-ink);
}

.page-home .split-figure {
  margin: 0 0 clamp(16px, 2.2vw, 24px);
}

.page-home .split-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--frame) solid rgba(16, 22, 15, 0.28);
  filter: saturate(0.6) brightness(0.96);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.page-home .table-caption {
  padding-bottom: 10px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: rgba(16, 22, 15, 0.6);
}

.page-home .section--paper .data-table {
  color: var(--paper-ink);
}

.page-home .section--paper .data-table th,
.page-home .section--paper .data-table td {
  border-color: rgba(16, 22, 15, 0.16);
}

.page-home .section--paper .data-table thead th {
  color: rgba(16, 22, 15, 0.62);
  border-bottom-color: rgba(16, 22, 15, 0.34);
}

.page-home .section--paper .data-table tbody tr:nth-child(even) {
  background: rgba(16, 22, 15, 0.04);
}

.page-home .section--paper .data-table tbody tr:hover {
  background: rgba(242, 179, 61, 0.22);
}

.page-home .section--paper .data-table .num {
  color: var(--paper-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ── 双入口 ───────────────────────────────────── */
.page-home .entry-grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
}

.page-home .entry-card {
  padding: clamp(20px, 3vw, 34px);
  background: var(--grass-mid);
  border: var(--frame) solid rgba(220, 231, 225, 0.24);
  box-shadow: var(--shadow-hard);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.page-home .entry-card h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--paper);
}

.page-home .entry-card--narrow h3 {
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
}

.page-home .entry-card__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(220, 231, 225, 0.82);
}

.page-home .entry-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
}

.page-home .entry-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(220, 231, 225, 0.22);
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(220, 231, 225, 0.86);
}

.page-home .entry-list .num {
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
}

.page-home .entry-card--narrow .btn {
  margin-top: 22px;
}

.page-home .entry-side {
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
  align-content: start;
}

.page-home .entry-figure {
  margin: 0;
}

.page-home .entry-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: var(--frame) solid rgba(220, 231, 225, 0.22);
  filter: grayscale(0.4) saturate(0.55) brightness(0.8);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

@media (min-width: 920px) {
  .page-home .entry-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: stretch;
  }
}

/* ── 覆盖范围 ─────────────────────────────────── */
.page-home .coverage-grid {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
}

.page-home .coverage-block h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  letter-spacing: 0.01em;
  color: var(--amber);
}

.page-home .tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

.page-home .tag-list li {
  padding: 7px 13px;
  border: var(--frame) solid rgba(220, 231, 225, 0.3);
  font-size: 13.5px;
  letter-spacing: 0.05em;
  color: var(--line);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}

.page-home .tag-list li.tag--cup {
  border-color: rgba(217, 79, 48, 0.75);
  color: #F0B7A7;
}

.page-home .coverage-note {
  margin: 18px 0 0;
  max-width: 38ch;
  font-size: 14px;
  line-height: 1.75;
  color: var(--moss);
}

.page-home .dim-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 0;
}

.page-home .dim-list li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(220, 231, 225, 0.18);
  font-size: 14.5px;
  color: rgba(220, 231, 225, 0.86);
}

.page-home .dim-list .num {
  flex: 0 0 auto;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

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

@media (min-width: 860px) {
  .page-home .coverage-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  }
}

/* ── 更新节奏 ─────────────────────────────────── */
.page-home .cadence {
  list-style: none;
  display: grid;
  gap: clamp(18px, 2.6vw, 26px);
  margin: 0;
  padding: 0;
}

.page-home .cadence li {
  padding-top: 18px;
  border-top: 3px solid var(--amber);
}

.page-home .cadence li:nth-child(2) {
  border-top-color: var(--cyan);
}

.page-home .cadence li:nth-child(3) {
  border-top-color: var(--red);
}

.page-home .cadence__no {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--moss);
}

.page-home .cadence h3 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
  color: var(--paper);
}

.page-home .cadence p {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(220, 231, 225, 0.78);
}

.page-home .version-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin: clamp(26px, 3.6vw, 42px) 0 0;
  padding: 16px 18px;
  border: var(--frame) dashed rgba(242, 179, 61, 0.55);
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: rgba(220, 231, 225, 0.86);
}

.page-home .cadence-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--moss);
}

.page-home .cadence-note a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

/* ── 结尾行动区 ───────────────────────────────── */
.page-home .home-cta {
  border-bottom: 0;
}

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

.page-home .home-cta h2 {
  margin: 10px 0 0;
  max-width: 22ch;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.9rem, 5.4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
}

.page-home .home-cta__lede {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.8;
  color: rgba(16, 22, 15, 0.78);
}

.page-home .home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3.4vw, 38px);
}

.page-home .home-cta .btn {
  box-shadow: 4px 4px 0 rgba(16, 22, 15, 0.85);
}

@media (prefers-reduced-motion: reduce) {
  .page-home .match-card,
  .page-home .filter-btn,
  .page-home .rail-node {
    transition: none;
  }
}
