.page-news {
  --news-num-w: 96px;
  --news-clay-bright: #E0705A;
  --news-line: 1px solid var(--line);
  padding-block: clamp(14px, 2.4vw, 28px) clamp(52px, 8vw, 104px);
}

/* ---------- 面包屑 ---------- */
.page-news .crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--index);
  padding-block: 4px 20px;
}
.page-news .crumb a {
  color: var(--board);
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}
.page-news .crumb a:hover,
.page-news .crumb a:focus-visible { color: var(--pulse); }
.page-news .crumb [aria-current] { color: var(--pulse); }

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  padding-block: clamp(16px, 2.6vw, 32px) clamp(26px, 4vw, 48px);
  border-bottom: var(--news-line);
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: min(42%, 340px);
  height: 3px;
  background: var(--pulse);
}
.page-news .news-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 6.4vw, 66px);
  line-height: 1.05;
  letter-spacing: -.012em;
  margin: 12px 0 0;
  max-width: 17ch;
  color: var(--paper);
}
.page-news .news-hero .lede {
  margin: clamp(14px, 2vw, 22px) 0 0;
  max-width: 44ch;
  font-size: clamp(14.5px, 1.5vw, 17px);
  line-height: 1.72;
  color: var(--board);
}
.page-news .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: clamp(18px, 2.6vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--index);
}
.page-news .hero-facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.page-news .hero-facts .mono {
  color: var(--gold);
  letter-spacing: .1em;
  font-size: 13px;
}

/* ---------- 粘性节奏带 ---------- */
.page-news .rhythm {
  position: sticky;
  top: 0;
  z-index: 3;
  margin-top: clamp(18px, 3vw, 32px);
  background: var(--ink);
  border-top: var(--news-line);
  border-bottom: var(--news-line);
  box-shadow: 0 2px 0 rgba(255, 106, 31, .2);
}
.page-news .rhythm-row {
  display: flex;
  gap: 1px;
  background: var(--line);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.page-news .rhythm-item {
  flex: 0 0 82%;
  min-width: 0;
  scroll-snap-align: start;
  background: var(--ink);
  padding: 12px 16px 14px;
}
.page-news .rhythm-key {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--pulse);
}
.page-news .rhythm-item--g .rhythm-key { color: var(--gold); }
.page-news .rhythm-item--t .rhythm-key { color: var(--news-clay-bright); }
.page-news .rhythm-value {
  margin: 5px 0 0;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--paper);
}
.page-news .rhythm-note {
  display: none;
  margin: 6px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--index);
}

/* ---------- 锚点跳转条 ---------- */
.page-news .track-jump {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 0 4px;
  scrollbar-width: thin;
}
.page-news .track-jump a {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--board);
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 7px 12px;
  white-space: nowrap;
  transition: color var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.page-news .track-jump a:hover,
.page-news .track-jump a:focus-visible {
  color: var(--pulse-ink);
  background: var(--pulse);
  border-color: var(--pulse);
}

/* ---------- 区块骨架 ---------- */
.page-news .sec {
  scroll-margin-top: 130px;
  padding-block: clamp(36px, 5.6vw, 76px) 0;
}
.page-news .sec-head { max-width: 62ch; }
.page-news .sec-head h2 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 3.6vw, 40px);
  line-height: 1.15;
  letter-spacing: -.008em;
  color: var(--paper);
}
.page-news .sec-head .prose {
  margin: 14px 0 0;
  max-width: 42ch;
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--board);
}
.page-news .sec-tail {
  margin: clamp(18px, 2.6vw, 26px) 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--index);
}
.page-news .sec-tail a { color: var(--pulse); text-decoration: none; }
.page-news .sec-tail a:hover { text-decoration: underline; }

/* ---------- 战报 ---------- */
.page-news .report-lead {
  display: grid;
  gap: 20px;
  margin-top: clamp(22px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 34px);
  border-bottom: var(--news-line);
}
.page-news .lead-body { min-width: 0; }
.page-news .report-num {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(15px, 1.6vw, 20px);
  letter-spacing: .1em;
  color: var(--pulse);
  white-space: nowrap;
}
.page-news .report-round {
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--gold);
}
.page-news .report-title {
  margin: 8px 0 0;
  font-size: clamp(16px, 1.9vw, 21px);
  font-weight: 600;
  line-height: 1.42;
  color: var(--paper);
}
.page-news .report-sum {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--board);
  max-width: 44ch;
}
.page-news .report-state { margin: 12px 0 0; }
.page-news .report-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .report-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 18px 0;
  border-bottom: var(--news-line);
}
.page-news .report-main { min-width: 0; }

/* 展开：教练履历 */
.page-news .rep-fold { margin-top: 10px; }
.page-news .rep-fold-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--board);
  border: 1px solid var(--line);
  padding: 5px 11px;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.page-news .rep-fold-head::-webkit-details-marker { display: none; }
.page-news .rep-fold-head::before {
  content: "+";
  font-size: 13px;
  line-height: 1;
  color: var(--pulse);
}
.page-news .rep-fold[open] .rep-fold-head::before { content: "–"; }
.page-news .rep-fold-head:hover,
.page-news .rep-fold-head:focus-visible {
  color: var(--paper);
  border-color: var(--pulse);
}
.page-news .rep-fold-body {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 0 2px;
}
.page-news .rep-fold-body .tag {
  font-size: 12px;
  letter-spacing: .04em;
}

/* ---------- 公告 ---------- */
.page-news .notice-layout {
  margin-top: clamp(22px, 3vw, 32px);
}
.page-news .notice-media { max-width: 460px; }
.page-news .notice-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.page-news .notice-item {
  padding: 14px 0 14px 16px;
  border-left: 3px solid var(--clay);
  border-bottom: var(--news-line);
}
.page-news .notice-item:first-child {
  border-left-color: var(--pulse);
  background: linear-gradient(90deg, rgba(255, 106, 31, .07), transparent 62%);
}
.page-news .notice-num {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--pulse);
}
.page-news .notice-lines {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .notice-lines li {
  font-size: 14px;
  line-height: 1.62;
  color: var(--paper);
}
.page-news .notice-lines li + li { margin-top: 2px; }

/* ---------- 转会 ---------- */
.page-news .transfer-layout {
  display: grid;
  gap: 24px;
  margin-top: clamp(22px, 3vw, 32px);
}
.page-news .transfer-media { max-width: 340px; }
.page-news .week-stack {
  border-top: var(--news-line);
}
.page-news .week-group {
  border-bottom: var(--news-line);
}
.page-news .week-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  padding: 14px 0;
  list-style: none;
  cursor: pointer;
  transition: color var(--dur) var(--ease);
}
.page-news .week-head::-webkit-details-marker { display: none; }
.page-news .week-head::after {
  content: "▾";
  margin-left: auto;
  font-size: 12px;
  color: var(--index);
  transition: transform var(--dur) var(--ease);
}
.page-news .week-group[open] .week-head::after { transform: rotate(180deg); }
.page-news .week-head:hover .week-num { color: var(--pulse); }
.page-news .week-num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--gold);
  transition: color var(--dur) var(--ease);
}
.page-news .week-meta {
  font-size: 12px;
  color: var(--index);
}
.page-news .transfer-list {
  list-style: none;
  margin: 0;
  padding: 0 0 6px;
}
.page-news .transfer-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 12px 0;
  border-top: 1px dashed var(--line);
}
.page-news .transfer-num {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .1em;
  color: var(--board);
  white-space: nowrap;
}
.page-news .transfer-main { min-width: 0; }
.page-news .transfer-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--paper);
}
.page-news .transfer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}

/* ---------- 编号读法 ---------- */
.page-news .code-grid {
  display: grid;
  gap: 1px;
  margin-top: clamp(22px, 3vw, 32px);
  background: var(--line);
  border: var(--news-line);
}
.page-news .code-cell {
  background: var(--ink);
  padding: 20px 18px 22px;
}
.page-news .code-key {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1;
  letter-spacing: .1em;
  color: var(--pulse);
}
.page-news .code-cell:nth-child(2) .code-key { color: var(--gold); }
.page-news .code-cell:nth-child(3) .code-key { color: var(--news-clay-bright); }
.page-news .code-name {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--paper);
}
.page-news .code-desc {
  margin: 8px 0 0;
  max-width: 32ch;
  font-size: 13px;
  line-height: 1.68;
  color: var(--board);
}
.page-news .stamp-row {
  display: grid;
  gap: 18px;
  margin-top: clamp(18px, 2.6vw, 26px);
  padding-top: clamp(18px, 2.6vw, 26px);
  border-top: 1px dashed var(--clay);
}
.page-news .stamp-key {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--gold);
}
.page-news .stamp-desc {
  margin: 9px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--board);
  max-width: 46ch;
}

/* ---------- 归档 ---------- */
.page-news .archive-layout {
  display: grid;
  gap: 24px;
  margin-top: clamp(22px, 3vw, 32px);
}
.page-news .archive-body .prose {
  margin: 0;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.74;
  color: var(--board);
}
.page-news .archive-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.page-news .archive-list li {
  position: relative;
  padding: 11px 0 11px 24px;
  font-size: 14px;
  line-height: 1.66;
  color: var(--board);
  border-bottom: var(--news-line);
}
.page-news .archive-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 1px;
  background: var(--pulse);
}
.page-news .archive-cta { margin: 22px 0 0; }

/* ---------- 图片容器 ---------- */
.page-news .media-frame {
  border: var(--news-line);
  background: var(--layer);
  overflow: hidden;
}
.page-news .media-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .lead-media img { aspect-ratio: 16 / 9; }
.page-news .notice-media img { aspect-ratio: 1 / 1; }
.page-news .transfer-media img { aspect-ratio: 3 / 4; }
.page-news .archive-media img { aspect-ratio: 7 / 4; }
.page-news .media-cap {
  margin: 0;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.58;
  color: var(--board);
  border-top: var(--news-line);
  background: var(--layer);
}

/* ---------- 桌面 ---------- */
@media (min-width: 760px) {
  .page-news .report-item {
    grid-template-columns: var(--news-num-w) minmax(0, 1fr) auto;
    gap: 0 22px;
    align-items: start;
    padding: 20px 0;
  }
  .page-news .report-state {
    margin: 2px 0 0;
    justify-self: end;
  }
  .page-news .transfer-item {
    grid-template-columns: var(--news-num-w) minmax(0, 1fr);
    gap: 0 20px;
    align-items: baseline;
  }
}

@media (min-width: 840px) {
  .page-news .rhythm-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.15fr;
    overflow: visible;
  }
  .page-news .rhythm-item {
    flex: none;
    padding: 14px 20px 16px;
  }
  .page-news .rhythm-note { display: block; }
  .page-news .code-grid { grid-template-columns: repeat(3, 1fr); }
  .page-news .stamp-row { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (min-width: 900px) {
  .page-news .report-lead {
    grid-template-columns: 1.25fr 1fr;
    gap: 34px;
    align-items: start;
  }
  .page-news .notice-layout {
    display: grid;
    grid-template-columns: .85fr 1.3fr;
    gap: 36px;
    align-items: start;
  }
  .page-news .notice-list { margin-top: 0; }
  .page-news .transfer-layout {
    grid-template-columns: .55fr 1.45fr;
    gap: 36px;
    align-items: start;
  }
  .page-news .archive-layout {
    grid-template-columns: 1.15fr 1fr;
    gap: 36px;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .week-head::after { transition: none; }
  .page-news .track-jump a,
  .page-news .rep-fold-head { transition: none; }
}
<<<END>>>
