.page-news {
  --news-rail: 132px;
  --news-gap: clamp(14px, 2vw, 26px);
  --news-ease: cubic-bezier(.22, .61, .36, 1);
  background: var(--ink-bg);
  color: var(--paper);
  overflow-x: clip;
}
.page-news a { color: inherit; }

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

/* ---------- 面包屑 ---------- */
.page-news .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  max-width: var(--shell);
  margin: 0 auto;
  padding: calc(var(--header-h) + 18px) var(--gutter) 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--moss);
}
.page-news .breadcrumb a {
  text-decoration: none;
  color: var(--moss);
  transition: color .2s var(--news-ease);
}
.page-news .breadcrumb a:hover,
.page-news .breadcrumb a:focus-visible { color: var(--tactical); }
.page-news .breadcrumb-sep { color: rgba(147, 173, 166, .5); }

/* ---------- 首屏 ---------- */
.page-news .news-masthead {
  display: grid;
  gap: clamp(24px, 3.6vw, 48px);
  max-width: var(--shell);
  margin: 0 auto;
  padding: clamp(22px, 3.4vw, 46px) var(--gutter) clamp(28px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}
.page-news .news-masthead-copy { min-width: 0; }
.page-news .news-masthead h1 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5.4vw, 58px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.015em;
  color: var(--paper);
}
.page-news .news-lede {
  max-width: 58ch;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(242, 246, 241, .84);
}
.page-news .news-masthead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.page-news .news-masthead-media {
  margin: 0;
  border: 1px solid var(--line);
}
.page-news .news-masthead-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 14 / 9;
}

/* ---------- 栏目跳转条 ---------- */
.page-news .news-jump {
  background: var(--ink-panel);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: var(--header-h);
  z-index: 3;
}
.page-news .news-jump-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding-block: 10px;
  scrollbar-width: thin;
}
.page-news .news-jump-label {
  flex: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--moss);
  padding-right: 10px;
  border-right: 1px solid var(--line);
  margin-right: 6px;
}
.page-news .news-jump a {
  flex: none;
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  font-size: 13px;
  text-decoration: none;
  color: rgba(242, 246, 241, .86);
  transition: border-color .2s var(--news-ease), color .2s var(--news-ease), background .2s var(--news-ease);
}
.page-news .news-jump a:hover,
.page-news .news-jump a:focus-visible {
  border-color: var(--tactical);
  color: var(--tactical);
  background: rgba(23, 229, 184, .08);
}

/* ---------- 区块通用标题 ---------- */
.page-news .news-head { padding: clamp(30px, 4.4vw, 58px) 0 clamp(16px, 2vw, 24px); }
.page-news .news-head h2 {
  margin: 12px 0 0;
  font-size: clamp(23px, 3.2vw, 36px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.01em;
}
.page-news .news-head-note {
  max-width: 62ch;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--moss);
}
.page-news .news-head--split {
  display: grid;
  gap: clamp(18px, 3vw, 40px);
  align-items: end;
}

/* ---------- 本轮速读 ---------- */
.page-news .news-brief { padding-bottom: clamp(28px, 4vw, 52px); }
.page-news .brief-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
}
.page-news .brief-item {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--ink-panel);
  border-top: 2px solid transparent;
  transition: background .24s var(--news-ease);
}
.page-news .brief-item:hover { background: #0e3d33; }
.page-news .brief-item--amber { border-top-color: var(--amber); }
.page-news .brief-item--tactical { border-top-color: var(--tactical); }
.page-news .brief-item--blue { border-top-color: var(--data-blue); }
.page-news .brief-metric {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: .9;
  color: var(--tactical);
}
.page-news .brief-item--amber .brief-metric { color: var(--amber); }
.page-news .brief-item--blue .brief-metric { color: var(--data-blue); }
.page-news .brief-label {
  margin: 0;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--paper);
}
.page-news .brief-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(242, 246, 241, .78);
}
.page-news .brief-item .tag { justify-self: start; margin-top: 4px; }

/* ---------- 速递列表 ---------- */
.page-news .news-feed { padding-bottom: clamp(30px, 4.4vw, 56px); }
.page-news .feed-art { margin: 0; }
.page-news .feed-art img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
}
.page-news .feed-group {
  position: relative;
  isolation: isolate;
  --group-bg: var(--ink-bg);
  padding-bottom: clamp(8px, 1.4vw, 16px);
}
.page-news .feed-group--tint { --group-bg: var(--ink-panel); }
.page-news .feed-group--tint::before {
  content: "";
  position: absolute;
  inset: 0 calc(var(--gutter) * -1);
  background: var(--ink-panel);
  z-index: -1;
}
.page-news .group-head {
  position: sticky;
  top: calc(var(--header-h) + 45px);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0 10px;
  background: var(--group-bg);
  border-bottom: 1px solid var(--tactical);
}
.page-news .group-num {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--tactical);
  min-width: 34px;
  border-right: 1px solid var(--line);
  padding-right: 12px;
}
.page-news .group-head h3 {
  margin: 0;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  letter-spacing: .01em;
}
.page-news .group-meta {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--moss);
}
.page-news .feed-list { list-style: none; margin: 0; padding: 0; }
.page-news .feed-item {
  display: grid;
  gap: 10px;
  padding: clamp(16px, 2vw, 22px) 0;
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow .2s var(--news-ease), background .2s var(--news-ease);
}
.page-news .feed-tag {
  align-self: start;
  justify-self: start;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-bg);
  background: var(--print);
  padding: 4px 10px;
  border-radius: var(--pill);
}
.page-news .feed-body { min-width: 0; }
.page-news .feed-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--paper);
}
.page-news .feed-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(242, 246, 241, .78);
}
.page-news .feed-source {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .12em;
  color: var(--moss);
  opacity: .8;
  transition: opacity .2s var(--news-ease), color .2s var(--news-ease);
}
.page-news .feed-item:hover .feed-source { opacity: 1; color: var(--tactical-soft); }
.page-news .feed-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 0;
}
.page-news .feed-stats > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.page-news .feed-stats dt {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--moss);
}
.page-news .feed-stats dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--paper);
}
.page-news .feed-stats dd.is-amber { color: var(--amber); }

/* ---------- 数据观察 ---------- */
.page-news .news-watch {
  background: var(--ink-panel);
  padding-bottom: clamp(30px, 4.4vw, 56px);
  border-block: 1px solid var(--line);
}
.page-news .watch-art { margin: 0; }
.page-news .watch-art img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--line);
}
.page-news .watch-list { list-style: none; margin: 0; padding: 0; }
.page-news .watch-item {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-top: 1px solid var(--line-soft);
  transition: background .2s var(--news-ease);
}
.page-news .watch-item:hover { background: rgba(23, 229, 184, .045); }
.page-news .watch-chart { min-width: 0; }
.page-news .spark {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 56px;
  overflow: visible;
}
.page-news .spark-line {
  fill: none;
  stroke: var(--tactical);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.page-news .spark-base { stroke: var(--line); stroke-width: 1; vector-effect: non-scaling-stroke; }
.page-news .watch-chart--blue .spark-line { stroke: var(--data-blue); }
.page-news .watch-chart--soft .spark-line { stroke: var(--tactical-soft); }
.page-news .watch-body { min-width: 0; }
.page-news .watch-body h3 {
  margin: 0 0 8px;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.45;
}
.page-news .watch-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.74;
  color: rgba(242, 246, 241, .8);
}
.page-news .watch-body .feed-source { margin-top: 10px; }

/* ---------- 教练动向 ---------- */
.page-news .news-coach { padding-bottom: clamp(30px, 4.4vw, 56px); }
.page-news .coach-art { margin: 0; }
.page-news .coach-art img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border: 1px solid var(--line);
}
.page-news .coach-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: coach;
}
.page-news .coach-item {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-top: 1px solid var(--line-soft);
  transition: box-shadow .2s var(--news-ease);
}
.page-news .coach-rail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-news .coach-when {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--tactical);
}
.page-news .coach-kind {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--moss);
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 2px 9px;
}
.page-news .coach-body { min-width: 0; }
.page-news .coach-body h3 {
  margin: 0 0 8px;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.45;
}
.page-news .coach-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.74;
  color: rgba(242, 246, 241, .8);
}
.page-news .coach-body .feed-source { margin-top: 10px; }

/* ---------- 俱乐部档案增补 ---------- */
.page-news .news-archive {
  background: var(--ink-panel);
  border-block: 1px solid var(--line);
  padding-bottom: clamp(28px, 4vw, 52px);
}
.page-news .archive-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
}
.page-news .archive-cell {
  background: var(--ink-bg);
  padding: clamp(20px, 2.6vw, 28px);
  display: grid;
  gap: 8px;
  align-content: start;
  transition: background .22s var(--news-ease);
}
.page-news .archive-cell:hover { background: #093027; }
.page-news .archive-num {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--tactical-soft);
}
.page-news .archive-cell h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
}
.page-news .archive-cell p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 246, 241, .78);
}
.page-news .archive-cell .tag { justify-self: start; margin-top: 4px; }
.page-news .archive-foot {
  margin: clamp(20px, 2.6vw, 28px) 0 0;
  font-size: 14.5px;
  line-height: 1.74;
  color: var(--moss);
}
.page-news .archive-foot a {
  color: var(--tactical);
  text-decoration: none;
  border-bottom: 1px solid var(--line-tactical);
  transition: color .2s var(--news-ease);
}
.page-news .archive-foot a:hover,
.page-news .archive-foot a:focus-visible { color: var(--tactical-soft); }

/* ---------- 专题与年报 ---------- */
.page-news .news-annual { padding-bottom: clamp(40px, 6vw, 84px); }
.page-news .annual-list {
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border-top: 2px solid var(--tactical);
}
.page-news .annual-item {
  background: var(--ink-bg);
  padding: clamp(20px, 2.6vw, 28px) 0;
  display: grid;
  gap: 8px;
  align-content: start;
}
.page-news .annual-cycle {
  margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--data-blue);
}
.page-news .annual-item h3 {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  line-height: 1.35;
}
.page-news .annual-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.76;
  color: rgba(242, 246, 241, .8);
  max-width: 66ch;
}
.page-news .news-next {
  margin-top: clamp(34px, 4.6vw, 60px);
  padding: clamp(20px, 2.8vw, 32px);
  border: 1px solid var(--line);
  border-left: 3px solid var(--amber);
  background: var(--ink-panel);
  display: grid;
  gap: 16px;
}
.page-news .news-next p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(242, 246, 241, .86);
}
.page-news .news-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 桌面栅格 ---------- */
@media (min-width: 760px) {
  .page-news .news-masthead {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: center;
  }
  .page-news .news-head--split {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
  .page-news .news-head--split .feed-art { max-width: 220px; justify-self: end; }
  .page-news .news-head--split .watch-art,
  .page-news .news-head--split .coach-art { max-width: 340px; justify-self: end; }
  .page-news .brief-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-news .feed-item {
    grid-template-columns: var(--news-rail) minmax(0, 1fr) auto;
    column-gap: var(--news-gap);
    align-items: start;
    padding-left: 10px;
  }
  .page-news .feed-item:hover {
    background: rgba(23, 229, 184, .05);
    box-shadow: inset 3px 0 0 var(--tactical);
  }
  .page-news .feed-stats {
    flex-direction: column;
    gap: 6px;
    text-align: right;
    justify-self: end;
  }
  .page-news .feed-stats > div { justify-content: flex-end; }
  .page-news .watch-item {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    column-gap: var(--news-gap);
    align-items: center;
    padding-left: 10px;
  }
  .page-news .coach-item {
    grid-template-columns: var(--news-rail) minmax(0, 1fr);
    column-gap: var(--news-gap);
    align-items: start;
    padding-left: 10px;
    border-left: 1px solid var(--line-tactical);
  }
  .page-news .coach-item:hover {
    background: rgba(89, 180, 255, .05);
    box-shadow: inset 3px 0 0 var(--data-blue);
  }
  .page-news .coach-rail { flex-direction: column; align-items: flex-start; gap: 8px; }
  .page-news .archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-news .annual-item {
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
    column-gap: var(--news-gap);
    align-items: start;
  }
  .page-news .annual-item p { grid-column: 2; }
  .page-news .annual-item h3 { grid-column: 2; grid-row: 1; }
}

@media (min-width: 1080px) {
  .page-news { --news-rail: 148px; }
  .page-news .news-head--split .watch-art,
  .page-news .news-head--split .coach-art { max-width: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
  .page-news .group-head { position: static; }
}
<<<END>>>
