.page-news {
  --news-rail: 220px;
  background:
    linear-gradient(180deg, rgba(11, 24, 48, .55), rgba(5, 11, 24, 0) 340px),
    var(--void);
  color: var(--chalk);
  padding-bottom: clamp(48px, 8vw, 96px);
}

.page-news .breadcrumb {
  padding-top: 18px;
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--steel);
  padding: clamp(22px, 4vw, 40px) 0 clamp(32px, 5vw, 60px);
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -30%;
  width: 58%;
  height: 165%;
  background: repeating-linear-gradient(96deg, rgba(35, 240, 212, .055) 0 2px, rgba(35, 240, 212, 0) 2px 18px);
  transform: skewX(-6deg);
  pointer-events: none;
}

.page-news .news-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  align-items: end;
}

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

.page-news .news-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(32px, 5.6vw, 58px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.06;
  max-width: 15em;
}

.page-news .news-hero__lede {
  margin: 20px 0 0;
  max-width: 34em;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.75;
  color: var(--haze);
}

.page-news .news-hero__facts {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.page-news .news-hero__facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 8px;
  border-top: 2px solid var(--steel);
  font-size: 13.5px;
  color: var(--haze);
}

.page-news .news-hero__facts .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--neon);
}

.page-news .news-hero__media {
  margin: 0;
  border: 2px solid var(--steel);
  box-shadow: 10px 10px 0 rgba(35, 240, 212, .13);
  overflow: hidden;
}

.page-news .news-hero__media img {
  display: block;
  width: 100%;
  height: clamp(170px, 30vw, 320px);
  object-fit: cover;
}

@media (min-width: 900px) {
  .page-news .news-hero__inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, .85fr);
  }
}

/* ---------- 双轨列表 ---------- */
.page-news .track {
  padding-top: clamp(34px, 5vw, 60px);
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

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

.page-news .track__rail {
  border-left: 2px solid var(--steel);
  padding-left: 18px;
}

.page-news .rail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.page-news .rail-nav__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 12px;
  font-size: 14px;
  color: var(--haze);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color .15s var(--ease), background-color .15s var(--ease), border-color .15s var(--ease);
}

.page-news .rail-nav__item .mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--neon-dim);
}

.page-news .rail-nav__item:hover,
.page-news .rail-nav__item:focus-visible {
  color: var(--chalk);
  background-color: var(--stand);
  border-color: var(--steel);
}

.page-news .rail-nav__item:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.page-news .rail-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--steel);
  font-size: 13px;
  line-height: 1.7;
  color: var(--haze);
}

@media (min-width: 960px) {
  .page-news .track {
    grid-template-columns: var(--news-rail) minmax(0, 1fr);
    align-items: start;
    gap: clamp(32px, 4vw, 60px);
  }

  .page-news .track__rail {
    position: sticky;
    top: calc(var(--nav-h) + 28px);
  }

  .page-news .rail-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
  }
}

/* ---------- 区块标题与图 ---------- */
.page-news .stream-section + .stream-section {
  margin-top: clamp(48px, 7vw, 88px);
}

.page-news .track__stream .section__title {
  margin-bottom: 12px;
}

.page-news .track__stream .section__lede {
  margin: 0 0 26px;
  max-width: 44em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .stream-figure {
  margin: 0 0 32px;
  border: 2px solid var(--steel);
  box-shadow: 8px 8px 0 rgba(30, 46, 74, .5);
  overflow: hidden;
}

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

/* ---------- 阶段分组 ---------- */
.page-news .stage {
  margin-top: 34px;
  scroll-margin-top: calc(var(--nav-h) + 26px);
}

.page-news .stage__title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--steel);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--chalk);
}

.page-news .stage__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--neon);
}

/* ---------- 条目 ---------- */
.page-news .entry {
  position: relative;
  padding: 20px 0 22px 20px;
  border-bottom: 1px solid var(--steel);
  transition: background-color .15s var(--ease);
}

.page-news .entry::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--steel);
  transition: background-color .15s var(--ease);
}

.page-news .entry:hover,
.page-news .entry:focus-within {
  background-color: rgba(35, 240, 212, .04);
}

.page-news .entry:hover::before,
.page-news .entry:focus-within::before {
  background: var(--neon);
}

.page-news .entry__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--haze);
}

.page-news .entry__dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon);
}

.page-news .entry__dot--coral {
  background: var(--coral);
}

.page-news .entry__dot--turf {
  background: var(--turf);
}

.page-news .entry__time::before {
  content: "·";
  margin-right: 8px;
  color: var(--steel);
}

.page-news .entry__title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  color: var(--chalk);
}

.page-news .entry__body {
  margin: 0;
  max-width: 42em;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--haze);
}

/* ---------- 战报条目 ---------- */
.page-news .entry__grid {
  display: grid;
  gap: 12px 22px;
}

.page-news .score {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(34px, 6vw, 48px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .95;
  color: var(--coral);
}

.page-news .score__sep {
  font-size: .55em;
  color: var(--haze);
}

@media (min-width: 660px) {
  .page-news .entry__grid {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .page-news .entry__grid .score {
    min-width: 4.6em;
  }
}

/* ---------- 进失球分布 ---------- */
.page-news .dist {
  margin-top: clamp(48px, 7vw, 88px);
}

.page-news .dist .section__lede {
  max-width: 46em;
  margin: 12px 0 26px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .dist__figure {
  margin: 0 0 24px;
  border: 2px solid var(--steel);
  overflow: hidden;
}

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

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

.page-news .dist__panel {
  margin: 0;
  padding: 16px 16px 10px;
  border: 2px solid var(--steel);
  background: var(--stand);
  transition: border-color .15s var(--ease);
}

.page-news .dist__panel:hover {
  border-color: var(--neon-dim);
}

.page-news .dist__caption {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--neon);
}

.page-news .dist__chart {
  display: block;
  width: 100%;
  height: auto;
}

.page-news .dist__mesh {
  fill: none;
  stroke: var(--steel);
  stroke-width: 1;
  stroke-dasharray: 3 6;
}

.page-news .dist__line {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-news .dist__line--in {
  stroke: var(--neon);
}

.page-news .dist__line--out {
  stroke: var(--coral);
  stroke-dasharray: 5 4;
}

.page-news .dist__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin: 18px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--haze);
}

.page-news .dist__legend > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-news .dist__swatch {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: var(--neon);
}

.page-news .dist__swatch--out {
  background: repeating-linear-gradient(90deg, var(--coral) 0 5px, transparent 5px 9px);
}

.page-news .dist__legend-note {
  color: var(--haze);
  opacity: .75;
}

.page-news .dist__read {
  margin: 20px 0 0;
  max-width: 46em;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .dist__read a {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-news .dist__read a:hover,
.page-news .dist__read a:focus-visible {
  color: var(--chalk);
}

@media (min-width: 720px) {
  .page-news .dist__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------- 版本迭代说明 ---------- */
.page-news .iter {
  margin-top: clamp(48px, 7vw, 88px);
}

.page-news .iter .section__lede {
  max-width: 46em;
  margin: 12px 0 24px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .iter__list {
  border-top: 2px solid var(--steel);
}

.page-news .iter__item {
  padding: 24px 0 26px 22px;
  border-left: 2px solid var(--steel);
  border-bottom: 1px solid var(--steel);
  transition: border-left-color .15s var(--ease), background-color .15s var(--ease);
}

.page-news .iter__item:hover {
  border-left-color: var(--neon);
  background-color: rgba(35, 240, 212, .03);
}

.page-news .iter__kicker {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--coral);
}

.page-news .iter__item h3 {
  margin: 0 0 12px;
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  color: var(--chalk);
}

.page-news .iter__p {
  margin: 0 0 8px;
  max-width: 46em;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .iter__key {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 8px;
  border: 1px solid var(--steel);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--neon);
  vertical-align: 2px;
}

/* ---------- 订阅与提醒 ---------- */
.page-news .subscribe {
  position: relative;
  overflow: hidden;
  margin-top: clamp(48px, 7vw, 88px);
  padding: clamp(24px, 4vw, 42px);
  border: 2px solid var(--steel);
  border-top: 4px solid var(--neon);
  background: linear-gradient(158deg, var(--stand), var(--void) 70%);
}

.page-news .subscribe::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 230px;
  height: 230px;
  border: 2px solid rgba(35, 240, 212, .16);
  transform: rotate(6deg);
  pointer-events: none;
}

.page-news .subscribe .section__title {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
}

.page-news .subscribe__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.page-news .subscribe__col {
  padding-left: 16px;
  border-left: 2px solid var(--steel);
}

.page-news .subscribe__col h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--chalk);
}

.page-news .subscribe__col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--haze);
}

.page-news .subscribe__col a {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-news .subscribe__col a:hover,
.page-news .subscribe__col a:focus-visible {
  color: var(--chalk);
}

@media (min-width: 760px) {
  .page-news .subscribe__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 40px;
  }
}

/* ---------- 收尾 ---------- */
.page-news .news-outro {
  margin-top: clamp(36px, 5vw, 60px);
  display: grid;
  gap: 18px;
}

.page-news .news-outro__text {
  margin: 0;
  max-width: 46em;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--haze);
}

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

@media (min-width: 860px) {
  .page-news .news-outro {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}
