.page-news {
  --news-line: 1px solid rgba(201, 162, 39, 0.24);
  --news-line-soft: 1px solid rgba(134, 147, 140, 0.22);
  --news-panel: #102A22;
  --news-panel-2: #14332A;
  --news-glow: rgba(53, 224, 210, 0.12);
}

/* ---------- 顶部上下文 ---------- */
.page-news .news-top {
  padding: calc(var(--header-h) + var(--s3)) 0 0;
}

.page-news .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--index);
}

.page-news .breadcrumb a {
  color: var(--index);
  text-decoration: none;
  border-bottom: 1px solid rgba(134, 147, 140, 0.35);
  transition: color 160ms var(--ease), border-color 160ms var(--ease);
}

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

.page-news .breadcrumb .sep {
  color: rgba(134, 147, 140, 0.6);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  padding: var(--s4) 0 var(--s5);
  background:
    radial-gradient(120% 70% at 88% 4%, rgba(53, 224, 210, 0.10), transparent 62%),
    radial-gradient(90% 60% at 4% 90%, rgba(106, 74, 134, 0.18), transparent 60%),
    linear-gradient(180deg, #0A1C17 0%, #102A22 72%, #0A1C17 100%);
  border-bottom: var(--news-line);
}

.page-news .news-hero-grid {
  align-items: end;
}

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

.page-news .news-hero-main h1 {
  margin: var(--s2) 0 var(--s2);
  font-family: var(--font-display);
  font-size: clamp(28px, 4.6vw, 52px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.01em;
  color: var(--white);
}

.page-news .news-hero-note {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--index);
}

.page-news .news-hero-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: var(--s3);
  border-top: var(--news-line);
}

.page-news .issue-big {
  font-family: var(--font-mono);
  font-size: clamp(88px, 20vw, 200px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.04em;
  color: rgba(201, 162, 39, 0.14);
  -webkit-text-stroke: 1px rgba(201, 162, 39, 0.55);
}

.page-news .issue-big-sub {
  margin-top: var(--s2);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.42em;
  color: var(--gold);
}

/* 本期概览 */
.page-news .issue-glance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: var(--s4);
  background: rgba(201, 162, 39, 0.22);
  border: var(--news-line);
}

.page-news .glance-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: var(--s3) var(--s2);
  background: var(--news-panel);
}

.page-news .glance-num {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: var(--gold-hi);
}

.page-news .glance-label {
  font-size: 13px;
  color: var(--index);
  letter-spacing: 0.04em;
}

/* 期号刻度轴 */
.page-news .axis-wrap {
  margin-top: var(--s4);
}

.page-news .issue-axis {
  display: none;
  width: 100%;
  height: auto;
}

.page-news .issue-axis text {
  font-family: var(--font-mono);
  font-size: 18px;
  fill: var(--index);
}

.page-news .issue-axis .axis-now text {
  fill: var(--gold-hi);
}

.page-news .axis-mobile {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 34px;
}

.page-news .axis-bar {
  flex: 1 1 0;
  height: 16px;
  background: var(--news-panel-2);
  border-top: var(--news-line-soft);
}

.page-news .axis-bar.is-current {
  height: 30px;
  background: linear-gradient(180deg, var(--gold-hi), rgba(53, 224, 210, 0.5));
  border-top: 1px solid var(--gold-hi);
}

.page-news .news-hero-media {
  margin: var(--s4) 0 0;
  border: var(--news-line);
}

.page-news .news-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05) brightness(0.86);
}

/* ---------- 通用章节 ---------- */
.page-news .section-head {
  margin-bottom: var(--s4);
}

.page-news .section-num {
  display: inline-block;
  margin: 0 0 var(--s2);
  padding: 3px 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--ink);
  background: var(--gold);
}

.page-news .section-head h2 {
  margin: 0 0 var(--s2);
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}

.page-news .section-lede {
  max-width: 42em;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--paper);
}

.page-news .section-lede a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 210, 0.45);
}

.page-news .section-lede a:hover,
.page-news .section-lede a:focus-visible {
  color: var(--gold-hi);
  border-bottom-color: var(--gold-hi);
}

/* ---------- 检索条 ---------- */
.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s2);
  padding: var(--s2);
  background: var(--news-panel);
  border: var(--news-line);
  border-left: 3px solid var(--cyan);
}

.page-news .filter-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

.page-news .filter-input {
  flex: 1 1 240px;
  min-width: 0;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--white);
  background: rgba(10, 28, 23, 0.7);
  border: 1px solid rgba(201, 162, 39, 0.34);
  border-radius: 0;
  outline: none;
  transition: border-color 180ms var(--ease);
}

.page-news .filter-input::placeholder {
  color: rgba(134, 147, 140, 0.85);
}

.page-news .filter-input:focus {
  border-color: var(--gold-hi);
  box-shadow: 0 0 0 2px rgba(233, 205, 116, 0.35);
}

.page-news .filter-count {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--index);
}

.page-news .filter-empty {
  margin: var(--s2) 0 0;
  padding: var(--s2);
  font-size: 15px;
  color: var(--rose);
  border: 1px dashed rgba(226, 81, 124, 0.5);
}

/* ---------- 条目流 ---------- */
.page-news .entry-stream {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  margin-top: var(--s4);
}

.page-news .issue-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s3);
  padding-top: var(--s3);
  border-top: var(--news-line);
}

.page-news .issue-side {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}

.page-news .issue-num {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--gold-hi);
  padding-bottom: var(--s1);
  border-bottom: 2px solid var(--gold);
  align-self: flex-start;
}

.page-news .issue-stage {
  font-size: 13px;
  line-height: 1.7;
  color: var(--index);
}

.page-news .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-news .news-tag {
  display: inline-block;
  padding: 3px 9px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--paper);
  border: 1px solid rgba(134, 147, 140, 0.45);
  background: rgba(10, 28, 23, 0.5);
}

.page-news .news-tag--archive {
  color: var(--cyan);
  border-color: rgba(53, 224, 210, 0.55);
  background: rgba(53, 224, 210, 0.08);
}

.page-news .news-tag--play {
  color: var(--gold-hi);
  border-color: rgba(233, 205, 116, 0.55);
  background: rgba(201, 162, 39, 0.12);
}

.page-news .news-tag--watch {
  color: var(--gold);
  border-color: rgba(201, 162, 39, 0.6);
  background: rgba(201, 162, 39, 0.06);
}

.page-news .news-tag--term {
  color: var(--paper);
  border-color: rgba(217, 223, 218, 0.4);
  background: rgba(134, 147, 140, 0.14);
}

.page-news .issue-entries {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
  min-width: 0;
}

.page-news .entry {
  padding: var(--s2) var(--s2) var(--s2) var(--s3);
  border-left: 2px solid rgba(201, 162, 39, 0.3);
  background: linear-gradient(90deg, rgba(16, 42, 34, 0.9), rgba(16, 42, 34, 0.35));
  transition: border-color 200ms var(--ease), transform 200ms var(--ease), background 200ms var(--ease);
}

.page-news .entry:hover {
  transform: translateY(-2px);
  border-left-color: var(--gold-hi);
  background: linear-gradient(90deg, rgba(20, 51, 42, 1), rgba(16, 42, 34, 0.5));
}

.page-news .entry-title {
  margin: 0 0 var(--s1);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--white);
}

.page-news .entry-desc {
  margin: 0 0 var(--s1);
  font-size: 15px;
  line-height: 1.8;
  color: var(--paper);
}

.page-news .entry-meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--index);
}

.page-news .entry-meta a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 210, 0.4);
}

.page-news .entry-meta a:hover,
.page-news .entry-meta a:focus-visible {
  color: var(--gold-hi);
  border-bottom-color: var(--gold-hi);
}

/* 紧凑期次行 */
.page-news .issue-compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: var(--s3) var(--s2);
  border-top: var(--news-line-soft);
  background: rgba(16, 42, 34, 0.45);
  transition: background 200ms var(--ease), border-color 200ms var(--ease);
}

.page-news .issue-compact:hover {
  background: rgba(20, 51, 42, 0.95);
  border-top-color: var(--gold);
}

.page-news .compact-num {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.page-news .compact-title {
  font-size: 15px;
  line-height: 1.7;
  color: var(--paper);
}

.page-news .compact-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--index);
}

/* ---------- 观战对照专题 ---------- */
.page-news .section--watch {
  background: linear-gradient(180deg, rgba(16, 42, 34, 0.55), rgba(10, 28, 23, 0.2));
  border-top: var(--news-line);
  border-bottom: var(--news-line);
}

.page-news .watch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s3);
}

.page-news .watch-table-wrap {
  min-width: 0;
  overflow-x: auto;
  border: var(--news-line);
  background: var(--news-panel);
}

.page-news .watch-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.page-news .watch-caption {
  padding: var(--s2);
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--index);
  border-bottom: var(--news-line-soft);
}

.page-news .watch-table th,
.page-news .watch-table td {
  padding: 12px var(--s2);
  text-align: left;
  vertical-align: top;
  border-bottom: var(--news-line-soft);
  color: var(--paper);
  line-height: 1.7;
}

.page-news .watch-table thead th {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold-hi);
  background: rgba(10, 28, 23, 0.85);
  border-bottom: var(--news-line);
}

.page-news .watch-table tbody th {
  font-weight: 600;
  color: var(--white);
  white-space: nowrap;
}

.page-news .watch-table .cell-mono {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--gold);
}

.page-news .watch-table tbody tr:hover {
  background: rgba(53, 224, 210, 0.06);
}

.page-news .watch-table tr.is-diff {
  border-left: 3px solid var(--rose);
  background: rgba(226, 81, 124, 0.06);
}

.page-news .watch-figure {
  margin: 0;
  border: var(--news-line);
}

.page-news .watch-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.65) contrast(1.05) brightness(0.9);
}

.page-news .note-block {
  margin-top: var(--s4);
  padding: var(--s3);
  border: 1px solid rgba(53, 224, 210, 0.35);
  border-left: 3px solid var(--cyan);
  background: rgba(16, 42, 34, 0.75);
}

.page-news .note-block p {
  margin: 0 0 var(--s1);
  font-size: 15px;
  line-height: 1.85;
  color: var(--paper);
}

.page-news .note-title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--cyan) !important;
}

.page-news .note-block--rose {
  border-color: rgba(226, 81, 124, 0.4);
  border-left-color: var(--rose);
  background: rgba(226, 81, 124, 0.07);
}

.page-news .note-block--rose .note-title {
  color: var(--rose) !important;
}

.page-news .note-block--rose a {
  color: var(--gold-hi);
  text-decoration: none;
  border-bottom: 1px solid rgba(233, 205, 116, 0.5);
  word-break: break-all;
}

.page-news .note-block--rose a:hover,
.page-news .note-block--rose a:focus-visible {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

/* ---------- 期号索引 ---------- */
.page-news .index-figure {
  margin: 0 0 var(--s3);
  border: var(--news-line);
}

.page-news .index-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.85);
}

.page-news .issue-index {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1px;
  background: rgba(201, 162, 39, 0.22);
  border: var(--news-line);
}

.page-news .issue-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--s3) var(--s2);
  min-height: 132px;
  background: var(--news-panel);
  text-decoration: none;
  transition: background 200ms var(--ease), transform 200ms var(--ease);
}

.page-news .issue-card:hover,
.page-news .issue-card:focus-visible {
  background: var(--news-panel-2);
  transform: translateY(-2px);
}

.page-news .issue-card-num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: var(--gold);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(201, 162, 39, 0.4);
}

.page-news .issue-card.is-current .issue-card-num {
  color: var(--gold-hi);
  border-bottom-color: var(--cyan);
}

.page-news .issue-card.is-current {
  background: rgba(20, 51, 42, 0.95);
}

.page-news .issue-card-title {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--white);
}

.page-news .issue-card-meta {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: var(--index);
}

/* ---------- 分类标签 ---------- */
.page-news .cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(201, 162, 39, 0.2);
  border: var(--news-line);
}

.page-news .cat-card {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  padding: var(--s3);
  background: var(--news-panel);
}

.page-news .cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s2);
}

.page-news .cat-count {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--index);
}

.page-news .cat-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--white);
}

.page-news .cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .cat-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--paper);
}

.page-news .cat-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.page-news .term-figure {
  margin: 0;
  border: var(--news-line-soft);
}

.page-news .term-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05) brightness(0.88);
}

/* ---------- 跟进与勘误 ---------- */
.page-news .follow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s3);
}

.page-news .follow-panel {
  padding: var(--s3);
  border: var(--news-line);
  border-top: 3px solid var(--gold);
  background: var(--news-panel);
}

.page-news .follow-title {
  margin: 0 0 var(--s2);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--white);
}

.page-news .follow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.page-news .follow-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: var(--s2);
  padding: 12px 0;
  border-top: var(--news-line-soft);
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--paper);
}

.page-news .follow-key {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

.page-news .follow-note {
  margin: var(--s2) 0 0;
  padding-top: var(--s2);
  border-top: var(--news-line-soft);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.9;
  color: var(--index);
}

.page-news .follow-report {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-news .issue-glance {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .page-news .issue-compact {
    grid-template-columns: 110px 1fr auto;
    align-items: baseline;
  }
}

@media (min-width: 900px) {
  .page-news .issue-axis {
    display: block;
  }

  .page-news .axis-mobile {
    display: none;
  }

  .page-news .issue-group {
    grid-template-columns: 3fr 9fr;
    gap: var(--s4);
  }

  .page-news .watch-grid {
    grid-template-columns: 7fr 5fr;
    align-items: start;
  }

  .page-news .follow-grid {
    grid-template-columns: 5fr 7fr;
  }

  .page-news .news-hero-num {
    align-items: flex-end;
    text-align: right;
  }

  .page-news .glance-item {
    padding: var(--s3);
  }
}

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

  .page-news .cat-card--term {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .entry,
  .page-news .issue-card,
  .page-news .issue-compact {
    transition: none;
  }

  .page-news .entry:hover,
  .page-news .issue-card:hover,
  .page-news .issue-compact:hover {
    transform: none;
  }
}
