.page-news {
  --news-rail: 34px;
  --news-axis-x: 12px;
  display: block;
  background: var(--cream);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(18px, 3vw, 30px) clamp(42px, 6vw, 78px);
  background-color: var(--abyss);
  background-image:
    radial-gradient(120% 88% at 88% 6%, rgba(35, 211, 211, .15), transparent 60%),
    radial-gradient(86% 70% at 2% 102%, rgba(255, 122, 60, .10), transparent 62%);
  color: var(--cream);
}

.page-news .news-hero .breadcrumb {
  margin-bottom: clamp(20px, 3vw, 34px);
}
.page-news .news-hero .breadcrumb-link {
  color: rgba(245, 240, 230, .72);
  font-size: 13px;
}
.page-news .news-hero .breadcrumb-link:hover,
.page-news .news-hero .breadcrumb-link:focus-visible {
  color: var(--cyan);
}
.page-news .news-hero .breadcrumb-current {
  color: rgba(245, 240, 230, .95);
  font-size: 13px;
}

.page-news .news-hero-inner {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  grid-template-columns: minmax(0, 1fr);
}

.page-news .news-hero .eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .16em;
  color: var(--cyan);
}

.page-news .news-hero-title {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-size: clamp(30px, 4.8vw, 54px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.01em;
  color: var(--cream);
  max-width: 21ch;
}

.page-news .news-hero .lede {
  margin: 0 0 18px;
  max-width: 48ch;
  font-size: 16.5px;
  line-height: 1.85;
  color: rgba(245, 240, 230, .82);
}

.page-news .hero-brief {
  margin: 0 0 24px;
  padding: 10px 0 10px 16px;
  border-left: 3px solid var(--cyan);
  max-width: 50ch;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 240, 230, .74);
}

.page-news .version-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 1px;
  background: rgba(35, 211, 211, .24);
  border: 1px solid rgba(35, 211, 211, .24);
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-news .version-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 13px 15px 15px;
  background: rgba(11, 31, 42, .72);
}

.page-news .version-key {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--cyan);
}

.page-news .version-val {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  color: var(--cream);
}

.page-news .version-desc {
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(245, 240, 230, .6);
}

.page-news .news-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-news .news-hero-figure {
  margin: 0;
}
.page-news .news-hero-figure .figure-media {
  border: 1px solid rgba(35, 211, 211, .3);
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(245, 240, 230, .05);
}
.page-news .news-hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .news-hero-figure .figure-caption {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  color: rgba(245, 240, 230, .58);
}

/* ---------- 区块底与内边距 ---------- */
.page-news .news-tags,
.page-news .news-archive,
.page-news .news-check,
.page-news .news-method {
  padding-block: clamp(38px, 6vw, 74px);
}

.page-news .news-tags,
.page-news .news-archive {
  background: var(--cream);
  color: var(--brown);
}

.page-news .news-check {
  background: var(--cool);
  color: var(--brown);
}

.page-news .news-method {
  background: var(--abyss);
  color: var(--cream);
}

.page-news .news-method .eyebrow {
  color: var(--cyan);
}
.page-news .news-method .section-title {
  color: var(--cream);
}
.page-news .news-method .section-note {
  color: rgba(245, 240, 230, .68);
}

/* ---------- 标签墙 ---------- */
.page-news .tag-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.page-news .cat-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 15px 16px 16px;
  border: 1px solid rgba(11, 31, 42, .1);
  border-radius: var(--r-md);
  background: rgba(20, 84, 92, .08);
  color: var(--brown);
  font-family: var(--font-body);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.page-news .cat-chip:nth-child(2) { background: rgba(35, 211, 211, .15); }
.page-news .cat-chip:nth-child(3) { background: rgba(255, 122, 60, .12); }
.page-news .cat-chip:nth-child(4) { background: rgba(255, 194, 75, .2); }
.page-news .cat-chip:nth-child(5) { background: rgba(11, 31, 42, .07); }
.page-news .cat-chip:nth-child(6) { background: rgba(74, 63, 56, .1); }

.page-news .cat-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 31, 42, .2);
  box-shadow: var(--shadow-card);
}

.page-news .cat-chip[aria-pressed="true"] {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
  border-color: rgba(20, 84, 92, .42);
  background: rgba(255, 194, 75, .34);
  box-shadow: var(--shadow-lift);
}

.page-news .cat-name {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--abyss);
}

.page-news .cat-count {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  color: var(--teal);
}

.page-news .cat-unit {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .04em;
  color: rgba(74, 63, 56, .72);
}

/* ---------- 条目列表 ---------- */
.page-news .news-archive {
  position: relative;
  overflow: hidden;
}

.page-news .news-archive-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .16;
}

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

.page-news .news-archive-inner {
  position: relative;
  z-index: 1;
}

.page-news .press-list {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0 0 0 var(--news-rail);
  list-style: none;
}

.page-news .press-list::before {
  content: "";
  position: absolute;
  left: var(--news-axis-x);
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: rgba(20, 84, 92, .26);
}

.page-news .press-slot {
  position: relative;
}

.page-news .press-slot::before {
  content: "";
  position: absolute;
  left: calc(var(--news-axis-x) - 6px - var(--news-rail));
  top: 26px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background: var(--cream);
  z-index: 2;
  box-sizing: border-box;
  transition: border-color .18s ease, background-color .18s ease;
}

.page-news .press-slot:focus-within::before {
  border-color: var(--orange);
  background: var(--amber);
}

.page-news .press-item {
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  background: rgba(252, 249, 242, .94);
  overflow: hidden;
  transition: box-shadow .18s ease, border-color .18s ease;
}

.page-news .press-item:hover {
  box-shadow: var(--shadow-card);
}

.page-news .press-item:focus-within {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

.page-news .press-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "meta toggle"
    "title title";
  align-items: start;
  gap: 8px 14px;
  padding: 18px 20px 14px;
  cursor: pointer;
  list-style: none;
}
.page-news .press-summary::-webkit-details-marker { display: none; }
.page-news .press-summary::marker { content: ""; }

.page-news .press-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-news .press-issue {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--teal);
  background: rgba(20, 84, 92, .1);
  border-radius: 4px;
  padding: 3px 8px;
  user-select: all;
}

.page-news .press-when {
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(74, 63, 56, .78);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 10px;
}

.page-news .press-toggle {
  grid-area: toggle;
  position: relative;
  justify-self: end;
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
}

.page-news .press-toggle::before,
.page-news .press-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--teal);
  border-radius: 1px;
  translate: -50% -50%;
}
.page-news .press-toggle::before { width: 11px; height: 2px; }
.page-news .press-toggle::after {
  width: 2px;
  height: 11px;
  transition: transform .2s ease, opacity .2s ease;
}
.page-news .press-details[open] .press-toggle::after {
  transform: scaleY(0);
  opacity: 0;
}

.page-news .press-title {
  grid-area: title;
  margin: 2px 0 0;
  font-family: var(--font-head);
  font-size: clamp(17px, 2.1vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: var(--abyss);
}

.page-news .press-body {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(201, 210, 216, .72);
}

.page-news .press-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .press-points li {
  position: relative;
  padding-left: 18px;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--brown);
}

.page-news .press-points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 8px;
  height: 1px;
  background: var(--cyan);
}

.page-news .press-figure {
  margin: 18px 0 0;
  max-width: 560px;
}

.page-news .press-figure .figure-media {
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--cool);
}

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

.page-news .press-figure .figure-caption {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  color: rgba(74, 63, 56, .76);
}

.page-news .press-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.page-news .press-tags .tag {
  font-size: 12px;
  line-height: 1.6;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(20, 84, 92, .09);
  color: var(--teal);
  border: 1px solid rgba(20, 84, 92, .16);
}

/* 期号数字注记 */
.page-news .press-break {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 11px 16px 11px 18px;
  border-left: 2px solid var(--amber);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  background: rgba(255, 194, 75, .18);
  margin-block: 2px;
}

.page-news .press-break::before {
  content: "";
  position: absolute;
  left: calc(var(--news-axis-x) - 4px - var(--news-rail));
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: var(--amber);
  transform: rotate(45deg);
}

.page-news .press-break-num {
  font-family: var(--font-mono);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--abyss);
}

.page-news .press-break-text {
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: rgba(74, 63, 56, .86);
}

/* 类别筛选（渐进增强） */
.page-news:has(.cat-chip[data-tag="fit"][aria-pressed="true"]) .press-slot:not([data-cat~="fit"]) { display: none; }
.page-news:has(.cat-chip[data-tag="chg"][aria-pressed="true"]) .press-slot:not([data-cat~="chg"]) { display: none; }
.page-news:has(.cat-chip[data-tag="dir"][aria-pressed="true"]) .press-slot:not([data-cat~="dir"]) { display: none; }
.page-news:has(.cat-chip[data-tag="fee"][aria-pressed="true"]) .press-slot:not([data-cat~="fee"]) { display: none; }
.page-news:has(.cat-chip[data-tag="srch"][aria-pressed="true"]) .press-slot:not([data-cat~="srch"]) { display: none; }
.page-news:has(.cat-chip[data-tag="doc"][aria-pressed="true"]) .press-slot:not([data-cat~="doc"]) { display: none; }

/* ---------- 影响自检 ---------- */
.page-news .news-check .eyebrow {
  color: var(--teal);
}

.page-news .news-check-figure {
  margin: 0 0 28px;
}

.page-news .news-check-figure .figure-media {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #fff;
}

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

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

.page-news .check-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(201, 210, 216, .95);
}

.page-news .check-item:first-child {
  border-top: 1px dashed rgba(201, 210, 216, .95);
}

.page-news .check-box {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  border: 1.5px solid var(--teal);
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
}

.page-news .check-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
}

.page-news .check-q {
  margin: 0;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -.01em;
  color: var(--abyss);
}

.page-news .check-a {
  margin: 6px 0 0;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--brown);
}

/* ---------- 季度核对方法 ---------- */
.page-news .method-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .method-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(35, 211, 211, .22);
}

.page-news .method-step:last-child {
  border-bottom: 1px solid rgba(35, 211, 211, .22);
}

.page-news .method-num {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
  color: var(--cyan);
}

.page-news .method-title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: var(--cream);
}

.page-news .method-text {
  margin: 0;
  max-width: 66ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(245, 240, 230, .76);
}

.page-news .method-foot {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(35, 211, 211, .18);
  display: grid;
  gap: 14px;
}

.page-news .method-foot-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 240, 230, .7);
}

.page-news .method-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.page-news .method-links .link-inline {
  font-size: 15px;
  color: var(--cyan);
  border-bottom: 1px solid rgba(35, 211, 211, .42);
  padding-bottom: 2px;
}

.page-news .method-links .link-inline:hover,
.page-news .method-links .link-inline:focus-visible {
  color: var(--amber);
  border-bottom-color: var(--amber);
}

/* ---------- 焦点可见性 ---------- */
.page-news .cat-chip:focus-visible,
.page-news .press-summary:focus-visible,
.page-news .link-inline:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

/* ---------- 窄屏 ---------- */
@media (max-width: 560px) {
  .page-news {
    --news-rail: 20px;
    --news-axis-x: 7px;
  }

  .page-news .press-summary {
    padding: 15px 14px 12px;
    gap: 8px 10px;
  }

  .page-news .press-body {
    padding: 14px 14px 18px;
  }

  .page-news .press-title {
    font-size: 16.5px;
  }

  .page-news .press-list {
    gap: 14px;
  }

  .page-news .press-break {
    padding: 10px 12px 10px 14px;
  }

  .page-news .version-cell {
    padding: 12px 13px 14px;
  }

  .page-news .method-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  .page-news .method-num {
    font-size: 17px;
  }
}

/* ---------- 桌面栅格 ---------- */
@media (min-width: 640px) {
  .page-news .tag-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-news .news-hero-inner {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
    align-items: end;
  }

  .page-news .news-hero-figure {
    align-self: end;
  }

  .page-news .tag-wall {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }

  .page-news .cat-chip:nth-child(1) { grid-column: span 4; }
  .page-news .cat-chip:nth-child(2) { grid-column: span 3; }
  .page-news .cat-chip:nth-child(3) { grid-column: span 5; }
  .page-news .cat-chip:nth-child(4) { grid-column: span 5; }
  .page-news .cat-chip:nth-child(5) { grid-column: span 3; }
  .page-news .cat-chip:nth-child(6) { grid-column: span 4; }
}

@media (min-width: 1080px) {
  .page-news .press-list {
    gap: 20px;
  }

  .page-news .press-summary {
    padding: 20px 24px 15px;
  }

  .page-news .press-body {
    padding: 18px 24px 24px;
  }
}
<<<END>>>
