/* ===== 赛场专栏 · 页面专属样式（作用域 .page-news） ===== */

.page-news {
  --pn-rail: 4px;
  display: block;
  overflow-x: clip;
  background: var(--c-paper);
  color: var(--c-ink);
}

.page-news [id] {
  scroll-margin-top: 96px;
}

.page-news .eyebrow {
  color: var(--c-stone);
}

/* ---------- 首屏 ---------- */

.page-news .column-hero {
  position: relative;
  padding: clamp(24px, 5vw, 56px) 0 clamp(28px, 4.5vw, 48px);
}

.page-news .column-title {
  margin: 18px 0 0;
  font-family: var(--font-head);
  font-weight: 900;
}

.page-news .column-title__main {
  display: block;
  font-size: clamp(46px, 11.5vw, 108px);
  line-height: 0.94;
  letter-spacing: 0.04em;
  color: var(--c-ink);
  position: relative;
}

.page-news .column-title__main::after {
  content: "";
  display: block;
  width: clamp(64px, 18vw, 180px);
  height: 10px;
  margin-top: 14px;
  background: var(--c-orange);
  transform: skewX(-12deg);
}

.page-news .column-title__sub {
  display: block;
  margin-top: 18px;
  padding-left: 16px;
  border-left: 6px solid var(--c-orange);
  font-size: clamp(16px, 3.2vw, 23px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--c-ink);
}

.page-news .column-lede {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.78;
  color: var(--c-ink);
}

/* ---------- 栏目分类条 ---------- */

.page-news .topic-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--c-sand);
}

.page-news .topic-tab {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 9px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--c-ink);
  text-decoration: none;
  background: var(--c-paper);
  border: 1px solid var(--c-sand);
  border-radius: 2px;
  transition: border-color 0.22s var(--ease), color 0.22s var(--ease);
}

.page-news .topic-tab::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: var(--c-orange);
  transform: skewX(-10deg) scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s var(--ease);
}

.page-news .topic-tab:hover,
.page-news .topic-tab:focus-visible {
  border-color: var(--c-orange);
}

.page-news .topic-tab:hover::before,
.page-news .topic-tab:focus-visible::before,
.page-news .topic-tab.is-active::before {
  transform: skewX(-10deg) scaleX(1);
}

.page-news .topic-tab.is-active {
  border-color: var(--c-orange);
}

/* ---------- 本周焦点 ---------- */

.page-news .focus-band {
  position: relative;
  margin-top: 40px;
  padding: clamp(46px, 7vw, 88px) 0 clamp(52px, 7.5vw, 96px);
  background: var(--c-night);
  color: var(--c-paper);
}

.page-news .focus-band::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
  background: var(--c-orange);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.page-news .focus-band .eyebrow {
  color: var(--c-orange);
}

.page-news .focus-heading {
  max-width: 20ch;
  margin: 12px 0 34px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(26px, 4.6vw, 40px);
  line-height: 1.14;
  letter-spacing: 0.05em;
  color: var(--c-paper);
}

.page-news .focus-grid {
  display: grid;
  gap: 22px;
}

.page-news .focus-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-news .focus-lead,
.page-news .focus-minor {
  position: relative;
  background: var(--c-paper);
  color: var(--c-ink);
  border: 1px solid var(--c-night);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--c-orange-deep);
}

.page-news .focus-lead__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--c-night);
}

.page-news .focus-lead__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(242, 101, 34, 0.18), rgba(30, 144, 255, 0.14));
  pointer-events: none;
}

.page-news .focus-lead__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(1.05);
}

.page-news .focus-lead__body {
  padding: clamp(18px, 3vw, 30px);
}

.page-news .focus-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.page-news .focus-chip {
  display: inline-block;
  padding: 5px 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--c-ink);
  background: var(--c-orange);
  border-radius: 2px;
}

.page-news .focus-chip--blue {
  background: var(--c-blue);
}

.page-news .focus-chip--moss {
  background: var(--c-moss);
  color: var(--c-paper);
}

.page-news .focus-event {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-stone);
}

.page-news .focus-lead__title {
  margin: 14px 0 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(22px, 3.6vw, 34px);
  line-height: 1.22;
  letter-spacing: 0.04em;
  color: var(--c-ink);
}

.page-news .focus-lead__excerpt {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-stone);
}

.page-news .focus-stamp {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-moss);
}

.page-news .focus-stamp .num {
  color: var(--c-ink);
  font-weight: 700;
}

.page-news .focus-minor {
  padding: 18px;
}

.page-news .focus-minor--media {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.page-news .focus-minor__thumb {
  width: 84px;
  height: 84px;
  overflow: hidden;
  border: 1px solid var(--c-ink);
  border-radius: 2px;
  background: var(--c-night);
}

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

.page-news .focus-minor__title {
  margin: 10px 0 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--c-ink);
}

.page-news .focus-minor__text {
  margin: 0 0 10px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--c-stone);
}

.page-news .focus-minor__body .focus-minor__title {
  margin-top: 8px;
}

@media (min-width: 880px) {
  .page-news .focus-grid {
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    align-items: start;
  }
}

/* ---------- 版面通用 ---------- */

.page-news .section-heading {
  margin: 12px 0 22px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(25px, 4.4vw, 38px);
  line-height: 1.16;
  letter-spacing: 0.05em;
  color: var(--c-ink);
}

.page-news .section-footnote {
  margin: 20px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--c-stone);
  max-width: 56ch;
}

.page-news .page-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: var(--r);
  border: 1px solid var(--c-ink);
  background: var(--c-orange);
  color: var(--c-ink);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.page-news .page-cta:hover,
.page-news .page-cta:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--c-ink);
}

.page-news .page-cta.btn--blue {
  background: var(--c-blue);
}

/* ---------- 战报速递 ---------- */

.page-news .briefs-section {
  padding: clamp(48px, 6vw, 82px) 0;
}

.page-news .column-layout {
  display: grid;
  gap: 42px;
  min-width: 0;
}

.page-news .column-main {
  min-width: 0;
}

@media (min-width: 1000px) {
  .page-news .column-layout {
    grid-template-columns: minmax(0, 1fr) 296px;
    gap: 56px;
    align-items: start;
  }
}

.page-news .brief-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--c-ink);
}

.page-news .brief-row {
  position: relative;
  padding: 18px 0 18px 20px;
  border-bottom: 1px solid var(--c-sand);
  transition: background-color 0.22s var(--ease);
}

.page-news .brief-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: var(--pn-rail);
  background: var(--c-orange);
  transition: top 0.22s var(--ease), bottom 0.22s var(--ease);
}

.page-news .brief-row[data-cat="youth"]::before {
  background: var(--c-moss);
}

@media (hover: hover) {
  .page-news .brief-row:hover {
    background: var(--c-sand-light);
  }

  .page-news .brief-row:hover::before {
    top: 8px;
    bottom: 8px;
  }
}

.page-news .brief-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-bottom: 8px;
}

.page-news .brief-score {
  display: inline-block;
  padding: 2px 9px;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-ink);
  background: var(--c-sand-light);
  border: 1px solid var(--c-sand);
  border-radius: 2px;
}

.page-news .brief-event {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-ink);
}

.page-news .brief-stamp {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--c-moss);
}

.page-news .brief-title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.44;
  letter-spacing: 0.02em;
  color: var(--c-ink);
}

.page-news .brief-excerpt {
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.72;
  color: var(--c-stone);
}

@media (min-width: 640px) {
  .page-news .brief-title {
    font-size: 19px;
  }
}

/* ---------- 右侧窄栏 ---------- */

.page-news .column-aside {
  padding-top: 18px;
  border-top: 2px solid var(--c-ink);
}

.page-news .aside-title {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-sand);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--c-ink);
}

.page-news .log-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.page-news .log-item {
  position: relative;
  margin-left: 5px;
  padding: 0 0 18px 18px;
  border-left: 1px solid var(--c-sand);
}

.page-news .log-item:last-child {
  padding-bottom: 0;
}

.page-news .log-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-moss);
}

.page-news .log-stamp {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--c-stone);
}

.page-news .log-head {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--c-ink);
}

.page-news .aside-stat {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  padding: 22px 20px;
  background: var(--c-ink);
  border-radius: var(--r);
  color: var(--c-paper);
}

.page-news .aside-stat::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 84px;
  height: 84px;
  background: var(--c-orange);
  transform: rotate(45deg);
}

.page-news .aside-stat .stat-value {
  position: relative;
  display: block;
  font-family: var(--font-mono);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--c-paper);
}

.page-news .aside-stat .stat-unit {
  font-size: 24px;
  color: var(--c-orange);
}

.page-news .aside-stat .stat-note {
  position: relative;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--c-sand);
}

.page-news .aside-link {
  display: block;
  padding-top: 16px;
  border-top: 1px solid var(--c-sand);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: var(--c-blue);
  text-decoration: none;
}

.page-news .aside-link:hover,
.page-news .aside-link:focus-visible {
  color: var(--c-orange-deep);
  text-decoration: underline;
}

/* ---------- 数据笔记 ---------- */

.page-news .data-notes {
  position: relative;
  padding: clamp(46px, 6.5vw, 84px) 0;
  background: var(--c-sand-light);
}

.page-news .data-notes__grid {
  display: grid;
  gap: 30px;
  min-width: 0;
}

.page-news .data-notes__media {
  position: relative;
  overflow: hidden;
  background: var(--c-paper);
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  box-shadow: 8px 8px 0 var(--c-orange-deep);
}

.page-news .data-notes__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-news .data-notes__body {
  min-width: 0;
}

.page-news .data-notes__body p {
  max-width: 66ch;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-ink);
}

.page-news .key-figure {
  display: inline-block;
  padding: 1px 7px;
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--c-ink);
  background: var(--c-orange);
  border-radius: 2px;
}

.page-news .num-inline {
  font-family: var(--font-mono);
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (min-width: 900px) {
  .page-news .data-notes__grid {
    grid-template-columns: 5fr 7fr;
    gap: 52px;
    align-items: start;
  }
}

/* ---------- 简史档案与名单日志 ---------- */

.page-news .archive-section {
  padding: clamp(48px, 6.5vw, 90px) 0;
}

.page-news .archive-grid {
  display: grid;
  gap: 42px;
  min-width: 0;
}

.page-news .archive-intro p {
  max-width: 58ch;
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--c-ink);
}

.page-news .archive-figure {
  margin: 26px 0 0;
  overflow: hidden;
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  box-shadow: 8px 8px 0 var(--c-sand);
  background: var(--c-paper);
}

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

.page-news .logs-title {
  margin: 0 0 26px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--c-ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--c-ink);
}

.page-news .archive-timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
}

.page-news .archive-timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--c-sand);
}

.page-news .archive-timeline .timeline-item {
  position: relative;
  padding-bottom: 30px;
}

.page-news .archive-timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.page-news .archive-timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-paper);
  border: 2px solid var(--c-sand);
  box-sizing: border-box;
}

.page-news .archive-timeline .timeline-item[data-state="current"]::before {
  background: var(--c-orange);
  border-color: var(--c-orange);
  box-shadow: 0 0 0 5px rgba(242, 101, 34, 0.2);
}

.page-news .tl-stamp {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-stone);
}

.page-news .tl-head {
  margin: 0 0 7px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--c-ink);
}

.page-news .tl-body {
  max-width: 56ch;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-stone);
}

@media (min-width: 940px) {
  .page-news .archive-grid {
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start;
  }

  .page-news .archive-timeline .timeline-item[data-state="current"] .tl-head {
    color: var(--c-orange-deep);
  }
}

/* ---------- 订阅与投稿 ---------- */

.page-news .subscribe-band {
  position: relative;
  margin-top: clamp(40px, 5.5vw, 78px);
  padding: clamp(48px, 6.5vw, 88px) 0;
  background: var(--c-orange);
  color: var(--c-ink);
}

.page-news .subscribe-band::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
  background: var(--c-orange);
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.page-news .subscribe-band .eyebrow {
  color: var(--c-ink);
  opacity: 0.72;
}

.page-news .subscribe-heading {
  max-width: 22ch;
  color: var(--c-ink);
}

.page-news .subscribe-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.page-news .subscribe-card {
  padding: 22px;
  background: var(--c-paper);
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  box-shadow: 8px 8px 0 var(--c-night);
}

.page-news .subscribe-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--c-ink);
}

.page-news .subscribe-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-ink);
}

.page-news .tz-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--c-stone);
}

.page-news .tz-now {
  display: inline-block;
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--c-paper);
  background: var(--c-night);
  border-radius: 2px;
}

.page-news .subscribe-card .btn {
  display: inline-block;
  padding: 11px 20px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  background: var(--c-ink);
  color: var(--c-paper);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease);
}

.page-news .subscribe-card .btn:hover,
.page-news .subscribe-card .btn:focus-visible {
  transform: translate(-2px, -2px);
  background: var(--c-night);
  box-shadow: 4px 4px 0 var(--c-orange-deep);
}

@media (min-width: 820px) {
  .page-news .subscribe-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
  }

  .page-news .subscribe-card:nth-child(2) {
    margin-top: 28px;
  }

  .page-news .subscribe-card:nth-child(3) {
    margin-top: 56px;
  }
}
<<<END>>>
