.page-news {
  --news-rule: rgba(167, 180, 194, .22);
  --news-rule-soft: rgba(167, 180, 194, .12);
  --news-rule-strong: rgba(167, 180, 194, .42);
  --news-pad: clamp(40px, 6vw, 84px);
  position: relative;
  display: block;
  overflow-x: hidden;
  color: var(--frost);
  background:
    radial-gradient(120% 55% at 100% 0%, rgba(91, 75, 214, .16), transparent 62%),
    linear-gradient(180deg, var(--ice) 0%, var(--ink) 100%);
  -webkit-font-smoothing: antialiased;
}

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

/* ---------- 面包屑 ---------- */

.page-news .breadcrumb {
  padding-block: clamp(16px, 2.6vw, 30px) 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--silver);
}

.page-news .breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: .7em;
  flex-wrap: wrap;
}

.page-news .breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--silver);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.page-news .breadcrumb a:hover,
.page-news .breadcrumb a:focus-visible {
  color: var(--lava);
  border-bottom-color: var(--lava);
}

.page-news .breadcrumb__sep {
  color: var(--news-rule-strong);
}

.page-news .breadcrumb__now {
  color: var(--frost);
}

/* ---------- 专题封面 ---------- */

.page-news .news-cover {
  padding-block: clamp(18px, 3vw, 36px) clamp(30px, 5vw, 60px);
}

.page-news .news-cover__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
}

.page-news .news-cover__kicker {
  color: var(--ember);
  margin: 0 0 clamp(14px, 2vw, 22px);
}

.page-news .news-cover__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(34px, 7.4vw, 74px);
  line-height: 1.03;
  letter-spacing: -.028em;
  color: var(--frost);
  max-width: 22ch;
  text-wrap: balance;
}

.page-news .news-cover__title::after {
  content: "";
  display: block;
  width: min(240px, 42%);
  height: 3px;
  margin-top: clamp(18px, 2.6vw, 30px);
  background:
    repeating-linear-gradient(90deg, var(--ivory) 0 6px, rgba(232, 220, 200, .28) 6px 12px);
  opacity: .9;
}

.page-news .news-cover__lede {
  margin: clamp(18px, 2.6vw, 28px) 0 0;
  max-width: 40ch;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.8;
  color: rgba(242, 246, 250, .82);
}

.page-news .news-cover__meta {
  margin-top: clamp(18px, 2.4vw, 26px);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.page-news .news-cover__rhythm {
  border-top: 1px solid var(--news-rule);
  padding-top: clamp(16px, 2vw, 22px);
}

.page-news .news-cover__rhythm .index-label {
  margin: 0 0 14px;
  color: var(--silver);
}

.page-news .news-cover__rhythm-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-news .news-cover__rhythm-list li {
  display: grid;
  gap: 3px;
  padding-left: 12px;
  border-left: 2px solid var(--news-rule-soft);
}

.page-news .news-cover__rhythm-list li:first-child {
  border-left-color: var(--lava);
}

.page-news .news-cover__rhythm-list span {
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--electric);
}

.page-news .news-cover__rhythm-list b {
  font-weight: 500;
  font-size: 13px;
  color: var(--silver);
}

.page-news .news-cover__figure {
  margin: 0;
  position: relative;
}

.page-news .news-cover__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  filter: saturate(.82) contrast(1.06);
}

.page-news .news-cover__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(11, 30, 51, .16) 0%, rgba(6, 20, 32, .74) 100%);
  mix-blend-mode: multiply;
}

.page-news .news-cover__cap {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--silver);
}

/* ---------- 专栏标签 ---------- */

.page-news .news-filters {
  border-block: 1px solid var(--news-rule);
  background: rgba(27, 53, 80, .22);
}

.page-news .news-filters__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(10px, 1.8vw, 22px);
  padding-block: clamp(14px, 2vw, 20px);
}

.page-news .news-filters__hint {
  margin: 0;
  color: var(--silver);
  flex: 0 0 auto;
}

.page-news .news-filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .news-filters__item {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--news-rule);
  border-left-width: 3px;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--silver);
  text-decoration: none;
  background: rgba(6, 20, 32, .35);
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.page-news .news-filters__item:hover,
.page-news .news-filters__item:focus-visible {
  background: rgba(27, 53, 80, .9);
  color: var(--frost);
  transform: translateY(-2px);
}

.page-news .news-filters__item:focus-visible {
  outline: 2px solid var(--lava);
  outline-offset: 2px;
}

.page-news .news-filters__item.is-all { border-left-color: var(--frost); }
.page-news .news-filters__item.is-transfer { border-left-color: var(--lava); color: var(--ember); }
.page-news .news-filters__item.is-preview { border-left-color: var(--electric); color: var(--electric); }
.page-news .news-filters__item.is-youth { border-left-color: var(--turf); color: var(--turf); }
.page-news .news-filters__item.is-data { border-left-color: var(--silver); }
.page-news .news-filters__item.is-app { border-left-color: var(--ivory); color: var(--ivory); }

/* ---------- 通用区块 ---------- */

.page-news .news-block {
  padding-block: var(--news-pad);
}

.page-news .news-block__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 6px clamp(14px, 2vw, 28px);
  margin-bottom: clamp(26px, 4vw, 52px);
}

.page-news .chapter-no {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: .9;
  letter-spacing: -.04em;
  color: var(--lava);
}

.page-news .news-block__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--frost);
}

.page-news .news-block__sub {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.7;
  color: var(--silver);
}

.page-news .feed-note {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 62ch;
}

.page-news .feed-note a {
  color: var(--electric);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 208, .4);
}

.page-news .feed-note a:hover {
  color: var(--frost);
  border-bottom-color: var(--frost);
}

/* ---------- 内容流 ---------- */

.page-news .feed {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--news-rule-soft);
}

.page-news .feed__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: clamp(18px, 2.6vw, 26px) clamp(8px, 1.2vw, 16px);
  border-bottom: 1px solid var(--news-rule-soft);
  transition: background-color .22s ease, transform .22s ease;
}

.page-news .feed__item:hover {
  background: rgba(27, 53, 80, .5);
  transform: translateY(-3px);
}

.page-news .feed__no {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--silver);
  align-self: start;
}

.page-news .feed__main {
  min-width: 0;
}

.page-news .feed__title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.42;
  letter-spacing: -.012em;
  color: var(--frost);
  transition: color .2s ease;
}

.page-news .feed__item:hover .feed__title {
  color: var(--ember);
}

.page-news .feed__desc {
  margin: 0;
  max-width: 58ch;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(167, 180, 194, .95);
}

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

.page-news .feed__scope {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--silver);
}

.page-news .feed--transfer .feed__item::after,
.page-news .feed--youth .feed__item::after,
.page-news .feed--data .feed__item::after,
.page-news .feed--preview .feed__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  opacity: 0;
  transition: opacity .22s ease;
}

.page-news .feed--transfer .feed__item::after { background: var(--lava); }
.page-news .feed--preview .feed__item::after { background: var(--electric); }
.page-news .feed--youth .feed__item::after { background: var(--turf); }
.page-news .feed--data .feed__item::after { background: var(--silver); }

.page-news .feed__item:hover::after { opacity: 1; }

/* ---------- 状态标签 ---------- */

.page-news .news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 9px;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .07em;
  line-height: 1.3;
  color: var(--silver);
  background: rgba(6, 20, 32, .5);
  white-space: nowrap;
}

.page-news .news-tag--done { color: var(--turf); border-color: rgba(47, 191, 113, .48); }
.page-news .news-tag--watch { color: var(--ember); border-color: rgba(255, 138, 61, .5); }
.page-news .news-tag--rumor { color: var(--silver); border-color: var(--news-rule-strong); }
.page-news .news-tag--live { color: var(--electric); border-color: rgba(53, 224, 208, .5); }
.page-news .news-tag--youth { color: var(--turf); border-color: rgba(47, 191, 113, .48); }
.page-news .news-tag--data { color: var(--ivory); border-color: rgba(232, 220, 200, .48); }
.page-news .news-tag--app { color: var(--violet); border-color: rgba(91, 75, 214, .7); }

/* ---------- 教练履历对比条 ---------- */

.page-news .h2h {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.page-news .h2h__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-items: center;
}

.page-news .h2h__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--silver);
}

.page-news .h2h__bar {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(167, 180, 194, .14);
  overflow: hidden;
}

.page-news .h2h__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.page-news .h2h__fill--a { background: linear-gradient(90deg, var(--lava-deep), var(--lava)); }
.page-news .h2h__fill--b { background: linear-gradient(90deg, rgba(53, 224, 208, .6), var(--electric)); }

.page-news .h2h__val {
  font-size: 12px;
  color: var(--frost);
}

.page-news .h2h-more {
  margin-top: 14px;
  border-top: 1px dashed var(--news-rule);
}

.page-news .h2h-more summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .07em;
  color: var(--ember);
  list-style: none;
}

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

.page-news .h2h-more summary::before {
  content: "+";
  display: inline-block;
  width: 1.4em;
  font-size: 15px;
  line-height: 1;
  color: var(--lava);
}

.page-news .h2h-more[open] summary::before { content: "–"; }

.page-news .h2h-more summary:focus-visible {
  outline: 2px solid var(--lava);
  outline-offset: 2px;
}

.page-news .h2h-table {
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}

.page-news .h2h-table > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--news-rule-soft);
  font-size: 13.5px;
}

.page-news .h2h-table dt { color: var(--silver); }

.page-news .h2h-table dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--frost);
  text-align: right;
}

/* ---------- 媒体与配图 ---------- */

.page-news .news-block__media {
  margin: 0 0 clamp(24px, 3.6vw, 44px);
}

.page-news .media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  filter: saturate(.86) contrast(1.05);
}

.page-news .media__label {
  display: block;
  margin-top: 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--silver);
}

/* ---------- 青训区布局 ---------- */

.page-news .youth-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.4vw, 44px);
}

.page-news .youth-layout__figure {
  margin: 0;
  align-self: start;
}

/* ---------- 横向数据带 ---------- */

.page-news .news-band {
  position: relative;
  border-block: 1px solid var(--news-rule-strong);
  background:
    linear-gradient(102deg, rgba(255, 90, 31, .16) 0%, rgba(255, 90, 31, 0) 44%),
    linear-gradient(180deg, var(--steel) 0%, #14283e 100%);
  padding-block: clamp(30px, 4.4vw, 54px);
}

.page-news .news-band__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
}

.page-news .news-band__item {
  display: grid;
  gap: 8px;
  padding-left: 14px;
  border-left: 2px solid rgba(255, 90, 31, .42);
  min-width: 0;
}

.page-news .news-band__num {
  font-size: clamp(30px, 4.6vw, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--frost);
}

.page-news .news-band__cap {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(167, 180, 194, .95);
  max-width: 24ch;
}

/* ---------- 数据说明布局 ---------- */

.page-news .data-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.4vw, 44px);
}

.page-news .data-layout__figure {
  margin: 0;
  align-self: start;
}

/* ---------- 订阅区 ---------- */

.page-news .news-sub {
  padding-block: clamp(56px, 8vw, 120px);
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(91, 75, 214, .18), transparent 60%),
    linear-gradient(180deg, rgba(6, 20, 32, 0) 0%, rgba(6, 20, 32, .72) 100%);
  border-top: 1px solid var(--news-rule);
}

.page-news .news-sub__inner {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  max-width: 62ch;
}

.page-news .news-sub__inner .index-label {
  margin: 0;
  color: var(--ember);
}

.page-news .news-sub__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(26px, 4.2vw, 48px);
  line-height: 1.1;
  letter-spacing: -.024em;
  color: var(--frost);
}

.page-news .news-sub__lede {
  margin: 0;
  font-size: clamp(15px, 1.3vw, 16.5px);
  line-height: 1.85;
  color: rgba(242, 246, 250, .82);
}

.page-news .news-sub__lede a,
.page-news .news-sub__note a {
  color: var(--electric);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 208, .38);
  transition: color .2s ease, border-color .2s ease;
}

.page-news .news-sub__lede a:hover,
.page-news .news-sub__note a:hover,
.page-news .news-sub__lede a:focus-visible,
.page-news .news-sub__note a:focus-visible {
  color: var(--ember);
  border-bottom-color: var(--ember);
}

.page-news .news-sub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(6px, 1.4vw, 14px);
}

.page-news .news-sub__note {
  margin: 6px 0 0;
  max-width: 58ch;
}

/* ---------- 渐进入场 ---------- */

.page-news [data-reveal] {
  transition: opacity .5s ease, transform .5s ease;
}

/* ---------- 响应式 ---------- */

@media (min-width: 700px) {
  .page-news .feed__item {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    column-gap: clamp(16px, 2.4vw, 34px);
  }

  .page-news .feed__aside {
    grid-column: 2;
  }

  .page-news .h2h__row {
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 14px;
  }

  .page-news .h2h__val {
    grid-column: 2;
  }

  .page-news .h2h-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 3vw, 44px);
  }

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

@media (min-width: 960px) {
  .page-news .news-cover__inner {
    grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr);
    grid-template-areas:
      "body rhythm"
      "figure figure";
    column-gap: clamp(36px, 6vw, 96px);
    row-gap: clamp(32px, 4.4vw, 60px);
  }

  .page-news .news-cover__body { grid-area: body; }
  .page-news .news-cover__rhythm {
    grid-area: rhythm;
    border-top: 0;
    border-left: 1px solid var(--news-rule);
    padding-top: 4px;
    padding-left: clamp(18px, 2.4vw, 34px);
    align-self: start;
  }
  .page-news .news-cover__figure { grid-area: figure; }

  .page-news .news-block__head {
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 30ch);
    align-items: end;
  }

  .page-news .news-block__sub {
    grid-column: 3;
    margin-top: 0;
    text-align: right;
    justify-self: end;
  }

  .page-news .feed__item {
    grid-template-columns: 72px minmax(0, 1fr) minmax(180px, 232px);
    column-gap: clamp(18px, 2.6vw, 42px);
  }

  .page-news .feed__aside {
    grid-column: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: right;
    align-self: start;
  }

  .page-news .feed__item:hover .feed__aside .news-tag {
    border-color: currentColor;
  }

  .page-news .youth-layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    column-gap: clamp(30px, 4.6vw, 68px);
  }

  .page-news .data-layout {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    column-gap: clamp(30px, 4.6vw, 68px);
  }

  .page-news .feed__item--wide .feed__main {
    max-width: 62ch;
  }
}

@media (min-width: 1200px) {
  .page-news .news-cover__title {
    font-size: clamp(52px, 5.4vw, 78px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .feed__item,
  .page-news .news-filters__item,
  .page-news [data-reveal] {
    transition: none;
  }
  .page-news .feed__item:hover {
    transform: none;
  }
}
<<<END>>>
