/* ===== 看台动态 / press 页面专属样式 ===== */
.page-news {
  --news-red: #FF5A6E;
  --news-lime: #A8E05F;
  --news-cyan: #2FE3C8;
  --news-card: rgba(7, 27, 38, .82);
  background: var(--ink-950);
  color: var(--mist-100);
  overflow-x: hidden;
}

/* ---------- 开篇 ---------- */
.page-news .news-hero {
  position: relative;
  padding: clamp(26px, 4.4vw, 52px) 0 clamp(32px, 5vw, 58px);
  background:
    radial-gradient(120% 92% at 6% 0%, rgba(47, 227, 200, .14), transparent 60%),
    radial-gradient(90% 78% at 100% 8%, rgba(42, 43, 107, .58), transparent 66%),
    linear-gradient(180deg, var(--ink-900) 0%, var(--ink-950) 100%);
  border-bottom: 1px solid var(--line);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(233, 242, 245, .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(233, 242, 245, .05) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 88%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .75), transparent 88%);
  pointer-events: none;
}

.page-news .news-hero .container {
  position: relative;
  z-index: 1;
}

.page-news .hero-lead {
  max-width: 44em;
}

.page-news .news-hero h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 5.6vw, 64px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.01em;
  max-width: 15em;
}

.page-news .news-hero .lede {
  margin: 18px 0 0;
  max-width: 34em;
  font-size: clamp(15px, 1.6vw, 17.5px);
  line-height: 1.75;
  color: var(--mist-200);
}

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

.page-news .hero-ledger {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 4.4vw, 46px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-news .ledger-cell {
  background: rgba(5, 22, 31, .88);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .ledger-num {
  font-family: var(--font-mono);
  font-size: clamp(26px, 3.6vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--news-cyan);
}

.page-news .ledger-label {
  font-size: 13px;
  line-height: 1.55;
  color: var(--slate-400);
}

@media (min-width: 560px) {
  .page-news .hero-ledger { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1000px) {
  .page-news .hero-ledger { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- 区块骨架 ---------- */
.page-news .news-section {
  position: relative;
  padding: clamp(44px, 6vw, 84px) 0;
}

.page-news .news-section--digest { background: var(--ink-950); }
.page-news .news-section--table { background: var(--ink-950); }
.page-news .news-section--log { background: var(--ink-950); }

.page-news .news-section--penalty {
  background: linear-gradient(180deg, var(--ink-900) 0%, var(--ink-950) 100%);
}

.page-news .news-section--penalty::before,
.page-news .news-section--table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
}

.page-news .news-section--penalty::before {
  background: linear-gradient(90deg, var(--news-red), transparent 58%);
}

.page-news .news-section--table::before {
  background: linear-gradient(270deg, var(--news-lime), transparent 58%);
}

.page-news .news-section--list {
  background: var(--ink-900);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.page-news .news-section--subscribe {
  background: linear-gradient(180deg, var(--teal-800) 0%, var(--ink-950) 88%);
}

/* ---------- 本轮摘要 ---------- */
.page-news .digest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-news .digest-item {
  padding: 0 0 0 18px;
  border-left: 3px solid var(--news-cyan);
}

.page-news .digest-item--penalty { border-left-color: var(--news-red); }
.page-news .digest-item--table { border-left-color: var(--news-lime); }

.page-news .digest-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--slate-400);
}

.page-news .digest-item--penalty .digest-kicker { color: var(--news-red); }
.page-news .digest-item--cyan .digest-kicker { color: var(--news-cyan); }
.page-news .digest-item--table .digest-kicker { color: var(--news-lime); }

.page-news .digest-title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 21px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .01em;
}

.page-news .digest-text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--mist-200);
}

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

  .page-news .digest-item {
    padding: 4px 30px;
    border-left: 1px solid var(--line);
  }

  .page-news .digest-item:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .page-news .digest-item:last-child {
    padding-right: 0;
  }
}

/* ---------- 专题区块 ---------- */
.page-news .feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3.4vw, 40px);
  padding: clamp(20px, 3vw, 38px);
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(11, 46, 61, .72), rgba(5, 22, 31, .94));
  box-shadow: var(--shadow-1);
}

.page-news .feature--penalty {
  border-left: 3px solid var(--news-red);
  background: linear-gradient(155deg, rgba(92, 27, 50, .46), rgba(5, 22, 31, .95));
}

.page-news .feature--table {
  border-right: 3px solid var(--news-lime);
  background: linear-gradient(200deg, rgba(11, 46, 61, .82), rgba(5, 22, 31, .95));
}

.page-news .feature-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--news-cyan);
}

.page-news .feature--penalty .feature-kicker { color: var(--news-red); }
.page-news .feature--table .feature-kicker { color: var(--news-lime); }

.page-news .feature-title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.005em;
}

.page-news .feature-text {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--mist-200);
}

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

.page-news .field-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--mist-200);
}

.page-news .field-list li:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.page-news .field-list .mono {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .06em;
  color: var(--news-cyan);
}

.page-news .feature--penalty .field-list .mono { color: var(--news-red); }
.page-news .feature--table .field-list .mono { color: var(--news-lime); }

@media (min-width: 560px) {
  .page-news .field-list li {
    grid-template-columns: 6.5em 1fr;
    gap: 14px;
    align-items: baseline;
  }
}

.page-news .text-link {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 3px;
  font-size: 14px;
  letter-spacing: .02em;
  color: var(--news-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 227, 200, .38);
  transition: color .18s ease, border-color .18s ease;
}

.page-news .text-link:hover,
.page-news .text-link:focus-visible {
  color: var(--cyan-300);
  border-bottom-color: var(--cyan-300);
}

@media (min-width: 960px) {
  .page-news .feature {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
  }

  .page-news .feature--flip .feature-media {
    order: -1;
  }
}

/* ---------- 图片容器 ---------- */
.page-news .news-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--ink-850);
}

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

.page-news .news-figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 16px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--mist-200);
  background: linear-gradient(180deg, transparent, rgba(5, 22, 31, .93));
}

.page-news .news-figure--3-2 { aspect-ratio: 3 / 2; }
.page-news .news-figure--10-7 { aspect-ratio: 10 / 7; }

.page-news .news-figure--14-9 {
  aspect-ratio: 14 / 9;
  max-height: 400px;
}

.page-news .list-divider {
  margin-bottom: clamp(28px, 4vw, 46px);
}

/* ---------- 动态列表 ---------- */
.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 22px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.page-news .filter-chip {
  display: inline-block;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist-200);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.page-news .filter-chip:hover,
.page-news .filter-chip:focus-visible {
  color: var(--ink-950);
  background: var(--news-cyan);
  border-color: var(--news-cyan);
}

.page-news .entry-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px 0 20px 18px;
  border-bottom: 1px solid var(--line-soft);
  transition: background-color .18s ease, transform .18s ease;
}

.page-news .entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  background: var(--entry-band, var(--news-cyan));
}

.page-news .entry--penalty { --entry-band: var(--news-red); }
.page-news .entry--table { --entry-band: var(--news-lime); }
.page-news .entry--log { --entry-band: var(--news-cyan); }

.page-news .entry:hover {
  background: rgba(47, 227, 200, .05);
  transform: translateY(-1px);
}

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

.page-news .entry-tag {
  padding: 4px 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  white-space: nowrap;
  color: var(--entry-band, var(--news-cyan));
  border: 1px solid currentColor;
  border-radius: 2px;
}

.page-news .entry-time {
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--slate-400);
}

.page-news .entry-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(17px, 2.1vw, 21px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: .012em;
  color: var(--mist-100);
}

.page-news .entry-scope {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--slate-400);
}

@media (min-width: 860px) {
  .page-news .entry {
    grid-template-columns: 210px 1fr;
    gap: 26px;
    padding: 22px 0 22px 22px;
    align-items: start;
  }

  .page-news .entry-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .page-news .entry-scope {
    margin-top: 10px;
  }
}

.page-news .read-on {
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.page-news .read-on-title {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--slate-400);
}

.page-news .read-on-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- 记录规则调整 ---------- */
.page-news .log-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .log-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}

.page-news .log-item:first-child {
  border-top: 1px solid var(--line-soft);
}

.page-news .log-index {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .12em;
  padding-top: 3px;
  color: var(--news-cyan);
}

.page-news .log-title {
  margin: 0 0 7px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.35;
}

.page-news .log-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--mist-200);
}

@media (min-width: 780px) {
  .page-news .log-item {
    grid-template-columns: 72px 1fr;
    gap: 28px;
    padding: 24px 0;
  }

  .page-news .log-title {
    font-size: 18px;
  }
}

/* ---------- 订阅 ---------- */
.page-news .subscribe-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.page-news .subscribe-media {
  width: 100%;
}

.page-news .subscribe-title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.005em;
}

.page-news .subscribe-body > p {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--mist-200);
  max-width: 40em;
}

.page-news .subscribe-body > .btn {
  margin-top: 26px;
}

@media (min-width: 940px) {
  .page-news .subscribe-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
  }
}

/* ---------- 折叠短答 ---------- */
.page-news .faq-mini {
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.page-news .faq-mini details {
  border-bottom: 1px solid var(--line-soft);
}

.page-news .faq-mini summary {
  position: relative;
  padding: 15px 32px 15px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--mist-100);
  cursor: pointer;
  list-style: none;
}

.page-news .faq-mini summary::-webkit-details-marker {
  display: none;
}

.page-news .faq-mini summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
  color: var(--news-cyan);
  transition: transform .18s ease;
}

.page-news .faq-mini details[open] summary::after {
  content: "−";
}

.page-news .faq-mini summary:hover {
  color: var(--news-cyan);
}

.page-news .faq-mini details p {
  margin: 0 0 16px;
  padding-right: 16px;
  font-size: 14.5px;
  line-height: 1.74;
  color: var(--mist-200);
}

/* ---------- 窄屏保护 ---------- */
@media (max-width: 420px) {
  .page-news .news-hero h1 {
    font-size: clamp(27px, 8.4vw, 34px);
  }

  .page-news .entry {
    padding-left: 15px;
  }

  .page-news .field-list li {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .entry,
  .page-news .filter-chip,
  .page-news .text-link,
  .page-news .faq-mini summary::after {
    transition: none;
  }

  .page-news .entry:hover {
    transform: none;
  }
}
<<<END>>>
