.page-news {
  --news-rule: 1px solid var(--edge);
  --news-gap: clamp(30px, 5vw, 60px);
  padding-top: clamp(26px, 4vw, 52px);
  color: var(--white);
}

/* ---------- 面包屑 ---------- */
.page-news .crumbs {
  margin: 0 0 clamp(20px, 3vw, 32px);
}
.page-news .crumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--ash);
}
.page-news .crumbs-list li {
  display: inline-flex;
  align-items: center;
}
.page-news .crumbs-list li + li::before {
  content: "/";
  margin: 0 12px;
  color: var(--ash);
  opacity: .45;
}
.page-news .crumbs-list a {
  color: var(--ash);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.page-news .crumbs-list a:hover,
.page-news .crumbs-list a:focus-visible {
  color: var(--neon);
  border-bottom-color: var(--neon);
}
.page-news .crumbs-list [aria-current="page"] {
  color: var(--white);
}

/* ---------- 栏目标头 ---------- */
.page-news .news-mast {
  position: relative;
  display: grid;
  gap: 22px;
  padding-bottom: var(--news-gap);
  border-bottom: var(--news-rule);
}
.page-news .news-mast::after {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: min(340px, 62vw);
  height: min(340px, 62vw);
  background: radial-gradient(circle, rgba(123, 92, 255, .22), rgba(123, 92, 255, 0) 70%);
  pointer-events: none;
}
.page-news .mast-main {
  position: relative;
}
.page-news .mast-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--neon);
}
.page-news .mast-kicker::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--neon);
}
.page-news .news-mast h1 {
  margin: 0 0 18px;
  font-size: clamp(46px, 13vw, 92px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.03em;
}
.page-news .mast-lead {
  margin: 0;
  max-width: 58ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--white);
  opacity: .84;
}
.page-news .mast-note {
  writing-mode: horizontal-tb;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .14em;
  color: var(--ash);
  margin: 0;
}

/* ---------- 章节头部 ---------- */
.page-news .section {
  padding: var(--news-gap) 0;
  border-bottom: var(--news-rule);
}
.page-news .section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-news .sec-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 22px;
}
.page-news .sec-title {
  margin: 0;
  font-size: clamp(22px, 4.4vw, 30px);
  font-weight: 800;
  letter-spacing: -.01em;
}
.page-news .sec-note {
  writing-mode: vertical-rl;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .18em;
  color: var(--ash);
  margin: 0;
}
.page-news .sec-intro {
  margin: 0 0 24px;
  max-width: 66ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ash);
}

/* ---------- 01 四条内容线 ---------- */
.page-news .line-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--edge);
  border: var(--news-rule);
}
.page-news .line-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--carbon);
  padding: 22px 20px 18px;
}
.page-news .line-idx {
  font-size: 11px;
  letter-spacing: .22em;
  color: var(--neon);
}
.page-news .line-card h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.page-news .line-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ash);
}
.page-news .line-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: auto 0 0;
  padding-top: 14px;
  border-top: var(--news-rule);
}
.page-news .line-facts > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-news .line-facts dt {
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--ash);
}
.page-news .line-facts dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

/* ---------- 02 当期主推 ---------- */
.page-news .feature {
  display: grid;
  gap: 24px;
}
.page-news .feature-media {
  margin: 0;
  border: var(--news-rule);
  background: var(--carbon);
}
.page-news .feature-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 14 / 9;
  object-fit: cover;
}
.page-news .feature-media .media__caption {
  display: block;
  padding: 10px 14px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ash);
  border-top: var(--news-rule);
}
.page-news .feature-body {
  display: grid;
  gap: 14px;
  align-content: start;
}
.page-news .feature-body h3 {
  margin: 0;
  font-size: clamp(21px, 4vw, 27px);
  font-weight: 800;
  line-height: 1.35;
}
.page-news .feature-body > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ash);
  max-width: 62ch;
}
.page-news .feature-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.page-news .feature-points li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--white);
}
.page-news .feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 1px;
  background: var(--violet);
}
.page-news .feature-bar {
  margin: 4px 0 0;
  display: grid;
  gap: 8px;
}
.page-news .feature-bar-track {
  height: 6px;
  background: var(--carbon);
  border: var(--news-rule);
  overflow: hidden;
}
.page-news .feature-bar-fill {
  display: block;
  height: 100%;
  width: 63%;
  background: linear-gradient(90deg, var(--violet), var(--neon));
}
.page-news .feature-bar-scale {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--ash);
}
.page-news .feature-src {
  margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--amber);
}
.page-news .feature-body .btn {
  justify-self: start;
}

/* ---------- 03 条目列表 ---------- */
.page-news .lens-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 14px 0;
  border-top: var(--news-rule);
  border-bottom: var(--news-rule);
  margin-bottom: 4px;
}
.page-news .lens-label {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .16em;
  color: var(--white);
}
.page-news .lens-set {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-news .lens-cb {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page-news .lens-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: var(--news-rule);
  background: var(--carbon);
  color: var(--ash);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em;
  cursor: pointer;
  transition: color .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
}
.page-news .lens-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--ash);
  transition: background .2s var(--ease);
}
.page-news .lens-cb:checked + .lens-chip {
  background: var(--neon);
  border-color: var(--neon);
  color: var(--ink);
}
.page-news .lens-cb:checked + .lens-chip::before {
  background: var(--ink);
}
.page-news .lens-cb:focus-visible + .lens-chip {
  outline: 2px solid var(--violet);
  outline-offset: 2px;
}
.page-news .lens-hint {
  flex: 1 1 220px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ash);
}

.page-news .feed {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .entry {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 20px 0 20px 16px;
  border-bottom: var(--news-rule);
  transition: background .22s var(--ease);
}
.page-news .entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: var(--edge);
  transform: scaleY(.35);
  transform-origin: top;
  transition: background .22s var(--ease), transform .22s var(--ease);
}
.page-news .entry:hover::before,
.page-news .entry:focus-within::before {
  background: var(--neon);
  transform: scaleY(1);
}
.page-news .entry-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .08em;
}
.page-news .entry-idx {
  color: var(--neon);
}
.page-news .entry-time {
  margin-left: auto;
  color: var(--ash);
}
.page-news .entry .tag {
  font-size: 11px;
  letter-spacing: .06em;
  padding: 3px 8px;
}
.page-news .entry-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}
.page-news .entry-sum {
  margin: 0;
  max-width: 64ch;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ash);
}
.page-news .entry-meta {
  margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .05em;
  color: var(--ash);
}
.page-news .entry-src {
  margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: .04em;
  color: var(--violet);
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity .24s var(--ease), transform .24s var(--ease);
}
.page-news .entry-src a {
  color: var(--violet);
  text-decoration: none;
  border-bottom: 1px solid rgba(123, 92, 255, .45);
}
.page-news .entry-src a:hover,
.page-news .entry-src a:focus-visible {
  color: var(--neon);
  border-bottom-color: var(--neon);
}
.page-news .entry:hover .entry-src,
.page-news .entry:focus-within .entry-src {
  opacity: 1;
  transform: translateY(0);
}

.page-news .entry-figure {
  margin: 0;
  border: var(--news-rule);
  background: var(--carbon);
}
.page-news .entry-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-news .entry-body {
  display: grid;
  gap: 8px;
  align-content: start;
}

/* ---------- 04 版本记录索引 ---------- */
.page-news .ver-layout {
  display: grid;
  gap: 26px;
}
.page-news .ver-media {
  margin: 0;
  border: var(--news-rule);
  background: var(--carbon);
}
.page-news .ver-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.page-news .ver-media .media__caption {
  display: block;
  padding: 10px 14px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ash);
  border-top: var(--news-rule);
}
.page-news .ver-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
.page-news .ver-group {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: var(--news-rule);
}
.page-news .ver-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-news .ver-no {
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--neon);
}
.page-news .ver-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.page-news .ver-items li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ash);
}
.page-news .ver-code {
  font-size: 12.5px;
  color: var(--white);
}

/* ---------- 05 赛季归档 ---------- */
.page-news .arch-media {
  margin: 0 0 6px;
  border: var(--news-rule);
  background: var(--carbon);
}
.page-news .arch-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  object-fit: cover;
}
.page-news .arch-media .media__caption {
  display: block;
  padding: 10px 14px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ash);
  border-top: var(--news-rule);
}
.page-news .acc-archive {
  border-top: var(--news-rule);
}
.page-news .arch-item {
  border-bottom: var(--news-rule);
}
.page-news .arch-item > summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 2px;
  cursor: pointer;
  list-style: none;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--white);
  transition: color .2s var(--ease);
}
.page-news .arch-item > summary::-webkit-details-marker {
  display: none;
}
.page-news .arch-item > summary::before {
  content: "+";
  flex: 0 0 auto;
  width: 14px;
  font-family: var(--mono);
  font-size: 15px;
  color: var(--neon);
}
.page-news .arch-item[open] > summary::before {
  content: "\2013";
}
.page-news .arch-item[open] > summary {
  color: var(--neon);
}
.page-news .arch-count {
  margin-left: auto;
  font-size: 11.5px;
  letter-spacing: .1em;
  color: var(--ash);
}
.page-news .acc-body {
  padding: 0 2px 18px 26px;
}
.page-news .arch-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.page-news .arch-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ash);
}
.page-news .arch-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 1px;
  background: var(--edge);
}

/* ---------- 06 纠错与投稿 ---------- */
.page-news .fix-grid {
  display: grid;
  gap: 1px;
  background: var(--edge);
  border: var(--news-rule);
}
.page-news .fix-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px 20px;
}
.page-news .fix-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.page-news .fix-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ash);
}
.page-news .fix-card .btn {
  justify-self: start;
  margin-top: 4px;
}
.page-news .fix-foot {
  margin: 22px 0 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--ash);
}
.page-news .fix-foot a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid var(--violet);
}
.page-news .fix-foot a:hover,
.page-news .fix-foot a:focus-visible {
  color: var(--neon);
  border-bottom-color: var(--neon);
}

/* ---------- 纯前端筛选 ---------- */
.page-news:has(.lens-cb:checked) .entry {
  display: none;
}
.page-news:has(#lens-data:checked) .entry--data {
  display: grid;
}
.page-news:has(#lens-note:checked) .entry--note {
  display: grid;
}
.page-news:has(#lens-version:checked) .entry--version {
  display: grid;
}
.page-news:has(#lens-list:checked) .entry--list {
  display: grid;
}

/* ---------- 触屏与降级 ---------- */
@media (hover: none) {
  .page-news .entry-src {
    opacity: .9;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .entry,
  .page-news .entry::before,
  .page-news .entry-src,
  .page-news .lens-chip,
  .page-news .arch-item > summary {
    transition: none;
  }
}

/* ---------- 平板 ---------- */
@media (min-width: 700px) {
  .page-news .mast-note {
    writing-mode: vertical-rl;
    justify-self: end;
    align-self: start;
  }
  .page-news .line-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-news .fix-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-news .entry {
    padding-left: 22px;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 960px) {
  .page-news .news-mast {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 48px;
    align-items: start;
  }
  .page-news .mast-lead {
    font-size: 16.5px;
  }
  .page-news .line-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-news .feature {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    align-items: start;
    gap: 36px;
  }
  .page-news .ver-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 40px;
    align-items: start;
  }
  .page-news .fix-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-news .entry {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 0 22px 24px;
  }
  .page-news .entry--feature {
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 24px;
    padding: 22px 22px 22px 26px;
    background: var(--carbon);
    align-items: start;
    border-left: 2px solid var(--neon);
  }
  .page-news .entry-title {
    font-size: 21px;
  }
  .page-news .entry--feature .entry-title {
    font-size: 23px;
  }
}

/* ---------- 宽屏微调 ---------- */
@media (min-width: 1280px) {
  .page-news .entry--feature {
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  }
  .page-news .feature {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
}
<<<END>>>
