.page-home {
  --ph-gap: 16px;
  --ph-radius-lg: 22px;
}

/* ---------- 面包屑 ---------- */
.page-home .crumbs {
  margin: 0 0 14px;
}
.page-home .crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--note);
}
.page-home .crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--line);
}
.page-home .crumbs a {
  color: var(--note);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--fast) var(--ease), color var(--fast) var(--ease);
}
.page-home .crumbs a:hover {
  color: var(--turf);
  border-bottom-color: var(--turf);
}

/* ---------- 首屏拼贴 ---------- */
.page-home .hero-collage {
  padding: 22px 0 8px;
}
.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ph-gap);
}
.page-home .hero-panel {
  position: relative;
  border-radius: var(--ph-radius-lg);
  overflow: hidden;
}
.page-home .hero-panel--turf {
  background: var(--turf);
  color: var(--chalk);
  padding: 28px 22px 30px;
}
.page-home .hero-panel--turf h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 8.2vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.page-home .eyebrow--onDark {
  color: rgba(247, 250, 248, 0.72);
}
.page-home .hero-lede {
  margin: 0;
  max-width: 42ch;
  font-size: var(--step0);
  line-height: 1.75;
  color: rgba(247, 250, 248, 0.9);
}
.page-home .hero-panel--cyan {
  background: var(--cyan);
  color: var(--ink-blue);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
}
.page-home .hero-big {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(76px, 22vw, 128px);
  line-height: 0.82;
  letter-spacing: -0.05em;
  margin: 0;
}
.page-home .hero-big-unit {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--step1);
  margin: 4px 0 10px;
}
.page-home .hero-big-cap {
  margin: 0;
  font-size: var(--step-1);
  line-height: 1.6;
  color: rgba(11, 31, 51, 0.72);
}
.page-home .hero-panel--ink {
  background: var(--ink-blue);
  color: var(--chalk);
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}
.page-home .hero-panel__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}
.page-home .hero-panel__body {
  position: relative;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.page-home .hero-batch {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  margin: 0;
}
.page-home .hero-batch-note {
  margin: 0;
  max-width: 46ch;
  font-size: var(--step-1);
  line-height: 1.7;
  color: rgba(247, 250, 248, 0.82);
}

/* ---------- 当前轮次速览 ---------- */
.page-home .round-snapshot {
  padding: 56px 0 46px;
}
.page-home .snapshot-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 6.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 10px 0 12px;
}
.page-home .snapshot-lede {
  margin: 0;
  max-width: 56ch;
  color: var(--note);
  line-height: 1.75;
}
.page-home .snapshot-facts {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 24px;
}
.page-home .snapshot-fact {
  border-left: 2px solid var(--turf);
  padding-left: 16px;
}
.page-home .fact-num {
  display: inline-block;
  font-size: clamp(38px, 10vw, 56px);
  line-height: 1;
  font-weight: 700;
  color: var(--turf-deep);
  letter-spacing: -0.04em;
}
.page-home .fact-unit {
  display: inline-block;
  margin-left: 6px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--step-1);
  color: var(--note);
}
.page-home .fact-text {
  margin: 10px 0 0;
  font-size: var(--step-1);
  line-height: 1.65;
  color: var(--note);
}

/* 轮次索引条 */
.page-home .round-strip {
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.page-home .round-strip__label {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--note);
}
.page-home .round-strip__list {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 2px 2px 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.page-home .round-node {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 13px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(18, 138, 75, 0.07);
  color: var(--note);
}
.page-home .round-node.is-current {
  background: var(--whistle);
  color: var(--ink-blue);
  font-weight: 700;
}

/* ---------- 两项统计 ---------- */
.page-home .metric-uses {
  padding: 46px 0 52px;
}
.page-home .metric-lead h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 10px 0 12px;
}
.page-home .metric-lead p {
  margin: 0;
  max-width: 54ch;
  color: var(--note);
  line-height: 1.75;
}
.page-home .metric-card {
  border-radius: var(--ph-radius-lg);
  padding: 26px 22px 28px;
  margin-top: 20px;
}
.page-home .metric-card h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--step2);
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.page-home .metric-card p {
  margin: 0 0 14px;
  line-height: 1.75;
  max-width: 60ch;
}
.page-home .metric-card--pass {
  background: var(--chalk);
  border: 1px solid var(--line);
  border-left: 5px solid var(--turf);
}
.page-home .metric-card--pass h3 {
  color: var(--turf-deep);
}
.page-home .metric-card--goal {
  background: var(--turf-deep);
  color: var(--chalk);
}
.page-home .metric-card--goal p {
  color: rgba(247, 250, 248, 0.88);
}
.page-home .metric-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .metric-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  font-size: var(--step-1);
}
.page-home .metric-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 2px;
  background: var(--cyan);
}
.page-home .metric-card--pass .metric-list li::before {
  background: var(--turf);
}
.page-home .metric-note {
  margin: 16px 0 0;
  font-size: var(--step-1);
  color: rgba(247, 250, 248, 0.7);
}

/* ---------- 三类记录入口 ---------- */
.page-home .record-entries {
  padding: 52px 0 54px;
  background: var(--chalk);
}
.page-home .records-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 10px 0 12px;
}
.page-home .records-head p {
  margin: 0;
  max-width: 52ch;
  color: var(--note);
  line-height: 1.75;
}
.page-home .records-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}
.page-home .record-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--ph-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--base) var(--ease), box-shadow var(--base) var(--ease);
}
.page-home .record-card:hover {
  transform: translateY(-4px);
}
.page-home .record-card__media {
  position: relative;
  overflow: hidden;
  background: var(--ink-blue);
  aspect-ratio: 4 / 3;
}
.page-home .record-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .record-card__body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-home .record-card__body h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--step1);
  line-height: 1.3;
  margin: 0;
}
.page-home .record-card__body p {
  margin: 0;
  line-height: 1.72;
  font-size: var(--step-1);
  color: var(--note);
}
.page-home .record-card__meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--turf) !important;
}
.page-home .record-card--referee .eyebrow {
  color: var(--indigo);
}
.page-home .record-card--penalty .eyebrow {
  color: var(--ruby);
}
.page-home .record-card--penalty {
  border-top: 4px solid var(--ruby);
}
.page-home .record-card--referee {
  border-top: 4px solid var(--indigo);
}
.page-home .record-card--scorer {
  border-top: 4px solid var(--whistle);
}
.page-home .record-card--scorer .eyebrow {
  color: #8a6a00;
}
.page-home .record-card__chart {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  padding: 26px 30px 24px;
  background: linear-gradient(160deg, var(--ink-blue) 0%, #142f4b 100%);
}
.page-home .chart-bar {
  flex: 1 1 0;
  height: var(--h);
  background: linear-gradient(180deg, var(--cyan), rgba(20, 224, 200, 0.25));
  border-radius: 6px 6px 2px 2px;
}

/* ---------- 引用可靠性 ---------- */
.page-home .verify-versions {
  padding: 54px 0;
}
.page-home .verify-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-home .verify-text h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 10px 0 14px;
}
.page-home .verify-text > p {
  margin: 0 0 18px;
  max-width: 56ch;
  line-height: 1.78;
  color: var(--note);
}
.page-home .verify-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .verify-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.72;
  font-size: var(--step-1);
  color: var(--ink-blue);
}
.page-home .verify-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--turf);
}
.page-home .verify-num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--turf-deep);
}
.page-home .verify-note {
  margin: 18px 0 0;
  font-size: var(--step-1);
  color: var(--note);
}
.page-home .verify-figure {
  margin: 0;
  border-radius: var(--ph-radius-lg);
  overflow: hidden;
  background: var(--indigo);
}
.page-home .verify-figure img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.94;
}
.page-home .verify-figure figcaption {
  padding: 12px 18px 16px;
  font-size: var(--step-1);
  color: rgba(247, 250, 248, 0.72);
  background: var(--indigo);
}

/* ---------- 客户端与订阅 ---------- */
.page-home .client-subscribe {
  padding: 50px 0 54px;
  background: var(--ink-blue);
  color: var(--chalk);
}
.page-home .client-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 10px 0 14px;
  color: var(--chalk);
}
.page-home .client-head .eyebrow {
  color: var(--cyan);
}
.page-home .client-head p {
  margin: 0;
  max-width: 62ch;
  line-height: 1.78;
  color: rgba(247, 250, 248, 0.8);
}
.page-home .client-points {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .client-points li {
  border-top: 1px solid rgba(20, 224, 200, 0.3);
  padding-top: 14px;
}
.page-home .client-points__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cyan);
  margin-bottom: 8px;
}
.page-home .client-points p {
  margin: 0;
  line-height: 1.72;
  font-size: var(--step-1);
  color: rgba(247, 250, 248, 0.85);
}
.page-home .client-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .client-subscribe .btn--ghost {
  color: var(--chalk);
  border-color: rgba(247, 250, 248, 0.45);
}
.page-home .client-note {
  margin: 16px 0 0;
  font-size: var(--step-1);
  color: rgba(247, 250, 248, 0.62);
}

/* ---------- 编辑手记 ---------- */
.page-home .notes-teaser {
  padding: 52px 0 60px;
}
.page-home .notes-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 10px 0 0;
}
.page-home .notes-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.page-home .note-item + .note-item {
  border-top: 1px solid var(--line);
}
.page-home .note-link {
  display: block;
  padding: 22px 0 22px 18px;
  text-decoration: none;
  color: inherit;
  border-left: 3px solid transparent;
  transition: border-color var(--base) var(--ease), padding-left var(--base) var(--ease);
}
.page-home .note-link:hover,
.page-home .note-link:focus-visible {
  border-left-color: var(--turf);
  padding-left: 24px;
}
.page-home .note-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--turf);
}
.page-home .note-link h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--step1);
  line-height: 1.4;
  margin: 8px 0 8px;
}
.page-home .note-link p {
  margin: 0;
  max-width: 62ch;
  font-size: var(--step-1);
  line-height: 1.72;
  color: var(--note);
}
.page-home .notes-foot {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}
.page-home .text-link {
  color: var(--turf-deep);
  font-size: var(--step-1);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: border-color var(--fast) var(--ease);
}
.page-home .text-link:hover {
  border-bottom-color: var(--turf);
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-home .snapshot-facts {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .client-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

@media (min-width: 860px) {
  .page-home {
    --ph-gap: 20px;
  }
  .page-home .hero-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
  }
  .page-home .hero-panel--turf {
    grid-column: 1 / 3;
    grid-row: 1;
    padding: 38px 34px 40px;
  }
  .page-home .hero-panel--cyan {
    grid-column: 3;
    grid-row: 1 / 3;
    transform: translateY(-22px);
    z-index: 2;
    padding: 30px 26px;
  }
  .page-home .hero-panel--ink {
    grid-column: 1 / 3;
    grid-row: 2;
    transform: translateX(22px);
    z-index: 1;
    min-height: 260px;
  }
  .page-home .metric-card--pass {
    width: 66%;
  }
  .page-home .metric-card--goal {
    width: 66%;
    margin-left: auto;
  }
  .page-home .records-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .page-home .record-card--referee {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .page-home .record-card--referee .record-card__media {
    flex: 1 1 auto;
    aspect-ratio: auto;
    min-height: 260px;
  }
  .page-home .record-card--penalty {
    grid-column: 2;
    grid-row: 1;
  }
  .page-home .record-card--scorer {
    grid-column: 2;
    grid-row: 2;
  }
  .page-home .verify-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    gap: 40px;
  }
}

@media (min-width: 1020px) {
  .page-home .snapshot-facts {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .hero-panel--turf h1 {
    font-size: 50px;
  }
  .page-home .metric-lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
  }
  .page-home .metric-lead .eyebrow {
    grid-column: 1 / -1;
  }
  .page-home .metric-lead h2 {
    margin-bottom: 0;
  }
  .page-home .metric-lead > p {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-panel--cyan,
  .page-home .hero-panel--ink {
    transform: none;
  }
  .page-home .record-card,
  .page-home .note-link {
    transition: none;
  }
  .page-home .record-card:hover {
    transform: none;
  }
}
<<<END>>>

.page-home {
  --h: 1rem;
}
