.page-news {
  --news-gutter: clamp(18px, 4.5vw, 44px);
  --news-max: 1200px;
  background: var(--ink-900);
  color: var(--on-dark);
  overflow-x: clip;
}

.page-news .news-wrap {
  width: 100%;
  max-width: var(--news-max);
  margin-inline: auto;
  padding-inline: var(--news-gutter);
}

/* ---------- 面包屑 ---------- */
.page-news .news-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(234, 246, 242, .58);
  margin-bottom: 24px;
}

.page-news .news-crumb a {
  color: rgba(234, 246, 242, .78);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .16s ease, border-color .16s ease;
}

.page-news .news-crumb a:hover,
.page-news .news-crumb a:focus-visible {
  color: var(--brand-soft);
  border-bottom-color: var(--brand-soft);
}

.page-news .crumb-sep {
  color: var(--stone);
}

.page-news .news-crumb [aria-current="page"] {
  color: var(--brand-soft);
}

/* ---------- 通用引导标签 ---------- */
.page-news .news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--brand-soft);
}

.page-news .news-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  flex: none;
}

.page-news .news-eyebrow--dark {
  color: var(--clay);
}

/* ---------- 标题组 ---------- */
.page-news .block-title {
  position: relative;
  margin: 0 0 14px;
  padding-left: 15px;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.7vw, 30px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--on-dark);
}

.page-news .block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .26em;
  bottom: .2em;
  width: 4px;
  background: var(--brand);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}

.page-news .block-title--dark {
  color: var(--ink-900);
}

.page-news .block-lead {
  margin: 0 0 16px;
  max-width: 66ch;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.9;
  color: rgba(234, 246, 242, .82);
}

.page-news .block-lead--dark {
  color: rgba(22, 38, 43, .76);
}

.page-news .block-lead--dark a {
  color: var(--ink-800);
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-underline-offset: 3px;
}

.page-news .block-lead--dark a:hover {
  text-decoration-color: var(--live);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(24px, 4vw, 48px) clamp(20px, 3vw, 34px);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: -34% -18% auto -18%;
  height: 96%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(16, 200, 165, .26) 0%, rgba(16, 200, 165, .06) 40%, rgba(6, 26, 31, 0) 70%),
    linear-gradient(300deg, rgba(255, 122, 26, .16) 0%, rgba(6, 26, 31, 0) 52%);
  clip-path: polygon(0 0, 100% 0, 100% 56%, 0 96%);
}

.page-news .news-hero h1 {
  margin: 8px 0 16px;
  max-width: 15em;
  font-family: var(--font-display);
  font-size: clamp(28px, 5.4vw, 52px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.025em;
  color: var(--on-dark);
}

.page-news .news-lead {
  margin: 0 0 26px;
  max-width: 62ch;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.88;
  color: rgba(234, 246, 242, .86);
}

.page-news .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line-dark);
}

.page-news .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 104px;
}

.page-news .hero-stat b {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.05;
  color: var(--data);
  letter-spacing: -0.03em;
}

.page-news .hero-stat span {
  font-size: 12.5px;
  letter-spacing: .04em;
  color: rgba(234, 246, 242, .62);
}

/* ---------- 专题封面带 ---------- */
.page-news .cover-band {
  padding-bottom: clamp(22px, 3.5vw, 40px);
}

.page-news .cover-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px var(--news-gutter) 20px;
  margin-inline: calc(var(--news-gutter) * -1);
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--brand) transparent;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.4%, #000 97.6%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 2.4%, #000 97.6%, transparent 100%);
}

.page-news .cover-rail:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.page-news .cover-rail::-webkit-scrollbar {
  height: 4px;
}

.page-news .cover-rail::-webkit-scrollbar-thumb {
  background: var(--brand);
}

.page-news .cover-card {
  position: relative;
  flex: 0 0 clamp(206px, 48vw, 264px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  min-height: 176px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 6px, rgba(255, 255, 255, 0) 6px 14px),
    linear-gradient(155deg, rgba(16, 200, 165, .18), rgba(14, 59, 58, .72) 58%, rgba(6, 26, 31, .94));
  color: var(--on-dark);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}

.page-news .cover-card:hover,
.page-news .cover-card:focus-visible {
  border-color: var(--brand);
  transform: translateY(-2px);
}

.page-news .cover-num {
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 56px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -0.06em;
  color: rgba(255, 210, 51, .18);
}

.page-news .cover-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--live);
}

.page-news .cover-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--on-dark);
}

.page-news .cover-foot {
  font-size: 12px;
  letter-spacing: .03em;
  color: rgba(234, 246, 242, .6);
}

/* ---------- 本期回访 ---------- */
.page-news .lead-section {
  padding-block: clamp(30px, 5vw, 62px);
  border-top: 1px solid var(--line-dark);
}

.page-news .lead-grid {
  display: grid;
  gap: 28px;
}

.page-news .lead-text .block-lead:last-of-type {
  margin-bottom: 22px;
}

.page-news .spark-row {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 18px 16px;
  border: 1px solid var(--line-dark);
  background: rgba(14, 59, 58, .42);
}

.page-news .spark {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
}

.page-news .spark-axis {
  stroke: rgba(107, 122, 114, .55);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.page-news .spark polyline {
  fill: none;
  stroke: var(--brand);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-news .spark circle {
  fill: var(--ink-900);
  stroke: var(--data);
  stroke-width: 2.5;
  transition: r .16s ease, stroke .16s ease;
}

.page-news .spark circle:hover {
  r: 7;
  stroke: var(--live);
}

.page-news .spark-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(234, 246, 242, .66);
}

.page-news .lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .lead-figure {
  margin: 0;
  border: 1px solid var(--line-dark);
  overflow: hidden;
  background: var(--ink-800);
}

.page-news .lead-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-news .lead-figcaption {
  padding: 11px 14px;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(234, 246, 242, .62);
  border-top: 1px solid var(--line-dark);
}

/* ---------- 按钮 ---------- */
.page-news .news-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ink-900);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.page-news .news-btn:hover,
.page-news .news-btn:focus-visible {
  background: var(--brand-soft);
  border-color: var(--brand-soft);
}

.page-news .news-btn--ghost {
  background: transparent;
  color: var(--brand-soft);
  border-color: var(--line-soft);
}

.page-news .news-btn--ghost:hover,
.page-news .news-btn--ghost:focus-visible {
  background: rgba(124, 242, 196, .12);
  border-color: var(--brand);
  color: var(--brand-soft);
}

/* ---------- 纸面索引区 ---------- */
.page-news .index-band {
  background: var(--paper);
  color: var(--on-light);
  padding-block: clamp(34px, 5vw, 72px);
}

.page-news .band-head {
  max-width: 74ch;
}

.page-news .index-grid {
  display: grid;
  gap: 26px;
  margin-top: 28px;
}

.page-news .side-caption {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--stone);
}

.page-news .side-caption--gap {
  margin-top: 22px;
}

.page-news .league-index,
.page-news .topic-index {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.page-news .league-index::-webkit-scrollbar,
.page-news .topic-index::-webkit-scrollbar {
  display: none;
}

.page-news .league-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  flex: none;
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ink-900);
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(22, 38, 43, .22);
  border-radius: var(--radius);
  text-decoration: none;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.page-news .league-chip:hover,
.page-news .league-chip:focus-visible {
  background: var(--ink-800);
  border-color: var(--ink-800);
  color: var(--brand-soft);
}

.page-news .league-chip--clay {
  background: rgba(201, 106, 63, .12);
  border-color: rgba(201, 106, 63, .45);
  color: #8E462A;
}

.page-news .league-chip--clay:hover,
.page-news .league-chip--clay:focus-visible {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--paper);
}

/* ---------- 条目列表 ---------- */
.page-news .entry-figure {
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(22, 38, 43, .16);
  background: var(--ink-800);
}

.page-news .entry-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-news .entry-figcaption {
  padding: 11px 14px;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(234, 246, 242, .72);
  background: var(--ink-800);
}

.page-news .entry-list {
  border-top: 1px solid rgba(22, 38, 43, .18);
}

.page-news .entry {
  border-bottom: 1px solid rgba(22, 38, 43, .18);
}

.page-news .entry-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 16px;
  gap: 4px 14px;
  align-items: start;
  min-height: 48px;
  padding: 18px 2px;
  cursor: pointer;
  list-style: none;
}

.page-news .entry-summary::-webkit-details-marker {
  display: none;
}

.page-news .entry-summary::marker {
  content: "";
}

.page-news .entry-summary:hover .entry-title {
  color: var(--clay);
}

.page-news .entry-round {
  padding-top: 3px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
  color: var(--clay);
}

.page-news .entry-text {
  display: block;
  min-width: 0;
}

.page-news .entry-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-news .etag {
  display: inline-flex;
  align-items: center;
  height: 21px;
  padding: 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--ink-800);
  background: var(--mist);
  border: 1px solid rgba(16, 200, 165, .45);
}

.page-news .etime {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--stone);
}

.page-news .entry-title {
  display: block;
  margin: 7px 0 6px;
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
  line-height: 1.46;
  color: var(--ink-900);
  transition: color .16s ease;
}

.page-news .entry-kicker {
  display: block;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(22, 38, 43, .72);
}

.page-news .entry-caret {
  justify-self: end;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-right: 2px solid var(--stone);
  border-bottom: 2px solid var(--stone);
  transform: rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
}

.page-news .entry[open] .entry-caret {
  transform: rotate(-135deg);
  border-color: var(--clay);
}

.page-news .entry-more {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 4px 0 4px 16px;
  border-left: 3px solid var(--brand-soft);
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(22, 38, 43, .78);
}

.page-news .entry-more p {
  margin: 0;
}

/* ---------- 替补席专题 ---------- */
.page-news .series-band {
  position: relative;
  background: var(--ink-800);
  border-top: 1px solid var(--line-dark);
  padding-block: clamp(36px, 5.5vw, 76px);
}

.page-news .series-grid {
  display: grid;
  gap: 30px;
}

.page-news .metric-list {
  list-style: none;
  margin: 22px 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-dark);
}

.page-news .metric-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 12px;
  padding: 12px 14px;
  background: rgba(6, 26, 31, .62);
}

.page-news .metric-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--data);
}

.page-news .metric-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--on-dark);
}

.page-news .metric-desc {
  grid-column: 2;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(234, 246, 242, .68);
}

.page-news .series-media {
  display: grid;
  gap: 14px;
}

.page-news .series-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
}

.page-news .series-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- 写法与节奏 ---------- */
.page-news .craft-band {
  padding-block: clamp(36px, 5.5vw, 76px);
  border-top: 1px solid var(--line-dark);
}

.page-news .craft-head {
  max-width: 74ch;
  margin-bottom: 26px;
}

.page-news .craft-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
}

.page-news .craft-steps li {
  display: grid;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.page-news .step-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand);
}

.page-news .craft-steps h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--on-dark);
}

.page-news .craft-steps p {
  margin: 0;
  max-width: 64ch;
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(234, 246, 242, .74);
}

.page-news .rhythm-band {
  padding-block: clamp(30px, 4.5vw, 60px) clamp(40px, 6vw, 86px);
  border-top: 1px solid var(--line-dark);
}

.page-news .rhythm-grid {
  display: grid;
  gap: 1px;
  margin-bottom: 24px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.page-news .rhythm-cell {
  padding: 22px 20px;
  background: var(--ink-900);
}

.page-news .rhythm-cell h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  color: var(--data);
}

.page-news .rhythm-cell p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(234, 246, 242, .74);
}

.page-news .closing-panel {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--line-soft);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 6px, rgba(255, 255, 255, 0) 6px 15px),
    linear-gradient(140deg, rgba(16, 200, 165, .16), rgba(6, 26, 31, .5) 72%);
}

.page-news .closing-text {
  margin: 0;
  max-width: 68ch;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.88;
  color: rgba(234, 246, 242, .88);
}

/* ---------- 平板与桌面 ---------- */
@media (min-width: 760px) {
  .page-news .craft-steps li {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 6px 18px;
    align-items: start;
  }

  .page-news .step-num {
    grid-row: span 2;
  }

  .page-news .rhythm-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-news .lead-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 48px;
    align-items: center;
  }

  .page-news .index-grid {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .page-news .index-side {
    position: sticky;
    top: 22px;
  }

  .page-news .league-index {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .page-news .league-chip {
    padding: 0 10px;
    font-size: 13px;
  }

  .page-news .topic-index {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    padding-bottom: 0;
  }

  .page-news .series-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 52px;
    align-items: center;
  }

  .page-news .series-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .series-media figure:first-child {
    grid-column: span 2;
  }

  .page-news .entry-summary {
    gap: 4px 18px;
    padding: 20px 2px;
  }

  .page-news .entry-more {
    padding-left: 20px;
  }
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-news .cover-card,
  .page-news .league-chip,
  .page-news .news-btn,
  .page-news .entry-caret,
  .page-news .entry-title,
  .page-news .spark circle {
    transition: none;
  }

  .page-news .cover-card:hover {
    transform: none;
  }

  .page-news .spark circle:hover {
    r: 5;
  }
}
