.page-news {
  --news-index-w: 224px;
  --news-cut: 14px 4px 14px 4px;
  --news-cut-alt: 4px 14px 4px 14px;
  --news-panel: rgba(255, 255, 255, .04);
  --news-hair: rgba(155, 176, 201, .22);
  --news-hair-strong: rgba(155, 176, 201, .42);
  --news-ink-soft: rgba(23, 18, 14, .76);
  background: var(--deep);
  color: var(--cream);
  font-family: var(--font-body);
  overflow-x: clip;
  padding-bottom: clamp(48px, 8vw, 96px);
}

.page-news .news-wrap {
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.page-news a {
  text-decoration: none;
}

/* ===== 首屏 ===== */
.page-news .news-hero {
  padding-block: clamp(28px, 6vw, 64px) clamp(24px, 5vw, 52px);
  background:
    radial-gradient(1100px 520px at 90% -14%, rgba(0, 230, 195, .14), transparent 62%),
    radial-gradient(900px 480px at 4% 0%, rgba(45, 108, 255, .16), transparent 66%);
}

.page-news .news-crumbs {
  margin-bottom: clamp(20px, 3vw, 32px);
}

.page-news .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .82rem;
  color: var(--mist);
}

.page-news .breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--news-hair-strong);
}

.page-news .breadcrumb a {
  color: var(--mist);
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}

.page-news .breadcrumb a:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}

.page-news .breadcrumb [aria-current="page"] {
  color: var(--cyan);
}

.page-news .news-hero__index {
  color: var(--cyan);
  margin: 0 0 14px;
}

.page-news .news-hero__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.85rem, 6.4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -.03em;
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  max-width: 18ch;
  color: var(--cream);
}

.page-news .news-hero__lede {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(.98rem, 2vw, 1.1rem);
  line-height: 1.8;
  color: var(--mist);
}

.page-news .news-figures {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 1px;
  margin: clamp(24px, 3.5vw, 36px) 0 0;
  padding: 1px;
  background: var(--news-hair);
  border-radius: var(--news-cut);
}

.page-news .news-figures li {
  background: var(--deep-2);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .news-figures .num {
  font-family: var(--font-data);
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
  line-height: 1;
}

.page-news .news-figures .label {
  color: var(--mist);
}

.page-news .news-hero__media {
  margin: clamp(26px, 4.5vw, 46px) 0 0;
  border-radius: var(--news-cut-alt);
  overflow: hidden;
  border: 1px solid var(--news-hair);
  box-shadow: 0 0 0 1px rgba(0, 230, 195, .08), 0 26px 60px -34px rgba(0, 230, 195, .5);
}

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

/* ===== 章节通用 ===== */
.page-news .news-section {
  padding-block: clamp(40px, 7vw, 84px);
}

.page-news .news-section + .news-section {
  border-top: 1px solid var(--news-hair);
}

.page-news .section-head {
  margin-bottom: clamp(20px, 3vw, 34px);
}

.page-news .section-head__index {
  color: var(--cyan);
  margin: 0 0 8px;
}

.page-news .section-head__title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.55rem, 4.4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin: 0 0 10px;
  color: var(--cream);
}

.page-news .section-head__sub {
  margin: 0;
  max-width: 64ch;
  color: var(--mist);
  line-height: 1.75;
}

.page-news .news-lead {
  margin: 0 0 clamp(24px, 3.5vw, 38px);
  max-width: 70ch;
  color: var(--mist);
  line-height: 1.85;
}

.page-news .news-inline-link {
  margin: clamp(22px, 3vw, 32px) 0 0;
  color: var(--mist);
  line-height: 1.8;
}

.page-news .news-inline-link a {
  color: var(--cyan);
  border-bottom: 1px solid rgba(0, 230, 195, .38);
  transition: border-color .2s var(--ease), color .2s var(--ease);
}

.page-news .news-inline-link a:hover {
  color: var(--cyan-soft);
  border-bottom-color: var(--cyan-soft);
}

/* ===== 目录 ===== */
.page-news .news-desk {
  display: grid;
  gap: 26px;
}

.page-news .news-index__title {
  color: var(--mist);
  margin: 0 0 12px;
}

.page-news .news-index__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.page-news .news-index__list a {
  display: inline-block;
  padding: 7px 14px;
  font-size: .86rem;
  color: var(--cream);
  border: 1px solid var(--news-hair);
  border-radius: 999px;
  transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}

.page-news .news-index__list a:hover {
  color: var(--cyan);
  border-color: var(--cyan);
  background: var(--news-panel);
}

.page-news .news-index__note {
  margin: 16px 0 0;
  font-size: .82rem;
  line-height: 1.7;
  color: var(--mist);
}

.page-news .news-feed {
  display: grid;
  gap: 14px;
}

.page-news .news-item {
  padding: clamp(18px, 2.6vw, 24px);
  background: var(--news-panel);
  border: 1px solid var(--news-hair);
  border-radius: var(--news-cut);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
}

.page-news .news-item:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
  box-shadow: 0 18px 40px -28px rgba(0, 230, 195, .75);
}

.page-news .news-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
}

.page-news .news-item__meta .num {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: .74rem;
  letter-spacing: .08em;
  color: var(--mist);
}

.page-news .news-tag {
  display: inline-block;
  font-size: .68rem;
  letter-spacing: .16em;
  padding: 3px 10px;
  color: var(--cyan);
  border: 1px solid rgba(0, 230, 195, .5);
  border-radius: 999px;
}

.page-news .news-item__title {
  margin: 0 0 8px;
  font-size: clamp(1.02rem, 2.4vw, 1.2rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -.01em;
}

.page-news .news-item__title a {
  color: var(--cream);
  transition: color .2s var(--ease);
}

.page-news .news-item__title a:hover {
  color: var(--cyan);
}

.page-news .news-item__desc {
  margin: 0;
  font-size: .92rem;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 专题合辑 ===== */
.page-news .news-collection {
  display: grid;
  gap: 12px;
}

.page-news .news-collection__card {
  padding: clamp(18px, 2.6vw, 26px);
  border-radius: var(--news-cut-alt);
  background: linear-gradient(150deg, var(--night) 0%, var(--deep-2) 100%);
  border: 1px solid var(--news-hair);
  transition: transform .28s var(--ease), border-color .28s var(--ease);
}

.page-news .news-collection__card:hover {
  transform: translateY(-4px);
  border-color: var(--coral);
}

.page-news .news-collection__no {
  margin: 0 0 10px;
  font-family: var(--font-data);
  font-size: .74rem;
  letter-spacing: .16em;
  color: var(--coral);
}

.page-news .news-collection__card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--cream);
}

.page-news .news-collection__card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 米白阅读面板 ===== */
.page-news .news-paper {
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--news-cut);
  padding: clamp(22px, 4vw, 52px);
  box-shadow: 0 30px 70px -50px rgba(0, 0, 0, .9);
}

.page-news .news-paper .section-head__index {
  color: var(--coral);
}

.page-news .news-paper .section-head__title {
  color: var(--ink);
}

.page-news .news-paper .section-head__sub {
  color: rgba(23, 18, 14, .68);
}

.page-news .news-paper .label {
  color: rgba(23, 18, 14, .55);
}

.page-news .news-split {
  display: grid;
  gap: 24px;
}

.page-news .news-split__media {
  margin: 0;
  border-radius: var(--news-cut-alt);
  overflow: hidden;
  border: 1px solid rgba(23, 18, 14, .14);
}

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

.page-news .news-split__body p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.85;
  color: var(--news-ink-soft);
}

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

.page-news .news-points li {
  position: relative;
  padding-left: 20px;
  font-size: .92rem;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

.page-news .news-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  background: var(--coral);
  border-radius: 2px 0 2px 0;
}

.page-news .news-reads {
  margin-top: clamp(22px, 3.5vw, 38px);
  display: grid;
  gap: 1px;
  background: rgba(23, 18, 14, .12);
  border-radius: var(--news-cut);
  overflow: hidden;
}

.page-news .news-reads article {
  background: rgba(255, 255, 255, .82);
  padding: clamp(16px, 2.4vw, 22px);
}

.page-news .news-reads .label {
  margin: 0 0 8px;
}

.page-news .news-reads h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--ink);
}

.page-news .news-reads p:last-child {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

/* ===== 回看 ===== */
.page-news .news-wide-media {
  margin: 0 0 clamp(22px, 3.5vw, 36px);
  border-radius: var(--news-cut-alt);
  overflow: hidden;
  border: 1px solid var(--news-hair);
  position: relative;
}

.page-news .news-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(26, 15, 51, .34), transparent 58%);
  pointer-events: none;
}

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

.page-news .news-scenes {
  display: grid;
  gap: 12px;
}

.page-news .news-scene {
  padding: clamp(18px, 2.6vw, 26px);
  background: var(--news-panel);
  border: 1px solid var(--news-hair);
  border-radius: var(--news-cut);
  transition: transform .28s var(--ease), border-color .28s var(--ease);
}

.page-news .news-scene:hover {
  transform: translateY(-4px);
  border-color: var(--cyan);
}

.page-news .news-scene__no {
  margin: 0 0 10px;
  font-family: var(--font-data);
  font-size: .76rem;
  letter-spacing: .16em;
  color: var(--cyan);
}

.page-news .news-scene h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--cream);
}

.page-news .news-scene p:last-child {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 版本记录 ===== */
.page-news .news-log {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.page-news .news-log__media {
  margin: 0;
  border-radius: var(--news-cut-alt);
  overflow: hidden;
  border: 1px solid var(--news-hair);
}

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

.page-news .news-timeline {
  list-style: none;
  margin: 0;
  padding: 4px 0 4px 22px;
  border-left: 1px solid var(--news-hair);
  display: grid;
  gap: 26px;
}

.page-news .news-timeline li {
  position: relative;
}

.page-news .news-timeline li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 230, 195, .16);
}

.page-news .news-timeline__ver {
  margin: 0 0 6px;
  font-family: var(--font-data);
  font-size: .78rem;
  letter-spacing: .08em;
  color: var(--coral);
}

.page-news .news-timeline h3 {
  margin: 0 0 6px;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--cream);
}

.page-news .news-timeline p:last-child {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--mist);
}

/* ===== 编辑推荐 ===== */
.page-news .news-picks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: rgba(23, 18, 14, .12);
  border-radius: var(--news-cut);
  overflow: hidden;
}

.page-news .news-picks li {
  background: rgba(255, 255, 255, .82);
  padding: clamp(16px, 2.6vw, 24px);
  display: grid;
  gap: 12px;
}

.page-news .news-picks__no {
  font-family: var(--font-data);
  font-size: 1.4rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--coral);
  line-height: 1;
}

.page-news .news-picks h3 {
  margin: 0 0 8px;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--ink);
}

.page-news .news-picks p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

/* ===== 结尾行动区 ===== */
.page-news .news-cta {
  margin-top: clamp(36px, 6vw, 76px);
  padding: clamp(26px, 5vw, 56px);
  border-radius: var(--news-cut);
  border: 1px solid var(--news-hair);
  background: linear-gradient(135deg, var(--night) 0%, var(--deep-2) 56%, var(--deep) 100%);
  position: relative;
  overflow: hidden;
}

.page-news .news-cta::before {
  content: "";
  position: absolute;
  inset: auto -20% -60% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 230, 195, .2), transparent 66%);
  pointer-events: none;
}

.page-news .news-cta h2 {
  position: relative;
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.35rem, 3.6vw, 2rem);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--cream);
}

.page-news .news-cta p {
  position: relative;
  margin: 0 0 24px;
  max-width: 62ch;
  color: var(--mist);
  line-height: 1.8;
}

.page-news .news-cta__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ===== 响应式 ===== */
@media (min-width: 720px) {
  .page-news .news-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .page-news .news-picks li {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }
}

@media (min-width: 960px) {
  .page-news .news-desk {
    grid-template-columns: var(--news-index-w) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .page-news .news-index {
    position: sticky;
    top: calc(var(--topbar-h) + 28px);
  }

  .page-news .news-index__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  .page-news .news-index__list a {
    display: block;
    padding: 10px 12px;
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
  }

  .page-news .news-index__list a:hover {
    background: var(--news-panel);
    border-left-color: var(--cyan);
  }

  .page-news .news-feed {
    gap: 16px;
  }

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

  .page-news .news-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .page-news .news-log {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 48px;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-item,
  .page-news .news-scene,
  .page-news .news-collection__card {
    transition: none;
  }

  .page-news .news-item:hover,
  .page-news .news-scene:hover,
  .page-news .news-collection__card:hover {
    transform: none;
  }
}
