.page-news {
  --news-rule: 1px solid var(--line);
  --news-gap: clamp(18px, 3.4vw, 32px);
  --news-glow: 0 0 0 1px rgba(111, 231, 196, 0.22), 0 22px 60px -34px rgba(0, 0, 0, 0.9);
}

/* ---------- 面包屑 ---------- */
.page-news .crumbs {
  padding: 14px 0 4px;
}

.page-news .crumbs__sep {
  margin: 0 8px;
  color: var(--dim);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 10px var(--gutter) 0;
  min-height: 440px;
  border-radius: var(--r-m);
  overflow: hidden;
  isolation: isolate;
  background: var(--stand);
}

.page-news .news-hero__frame {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-news .news-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(0.65);
}

.page-news .news-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(175deg, rgba(6, 20, 15, 0.25) 0%, rgba(6, 20, 15, 0.82) 58%, #06140F 100%),
    radial-gradient(120% 85% at 8% 100%, rgba(111, 231, 196, 0.2), transparent 62%);
}

.page-news .news-hero__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(150px, 26vw, 300px) var(--gutter) clamp(30px, 5vw, 56px);
}

.page-news .news-hero__title {
  margin: 8px 0 0;
  max-width: 16ch;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(32px, 6.4vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.01em;
  color: var(--text);
}

.page-news .news-hero__lead {
  margin: 18px 0 0;
  max-width: 36em;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--muted);
}

.page-news .news-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(111, 231, 196, 0.22);
}

.page-news .news-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 118px;
}

.page-news .news-stat__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(28px, 4.4vw, 40px);
  line-height: 1;
  color: var(--cyan-soft);
  letter-spacing: 0.02em;
}

.page-news .news-stat__label {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.page-news .news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ---------- 通用区块头 ---------- */
.page-news .news-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 60ch;
  margin-bottom: 26px;
}

.page-news .news-head .section__lead {
  margin: 0;
}

/* ---------- 置顶长文 ---------- */
.page-news .news-picks__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.page-news .pick-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px 26px;
  border: var(--news-rule);
  border-radius: var(--r-m);
  background: var(--raise);
}

.page-news .pick-card__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.28;
  color: var(--text);
}

.page-news .pick-card__body {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-news .pick-card__meta {
  margin: auto 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--dim);
}

.page-news .pick-card .chip {
  align-self: flex-start;
}

/* ---------- 分类 ---------- */
.page-news .news-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.page-news .news-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-p);
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease), background var(--t) var(--ease);
}

.page-news .news-pill:hover,
.page-news .news-pill:focus-visible {
  color: var(--cyan-soft);
  border-color: var(--cyan);
  background: rgba(111, 231, 196, 0.08);
}

.page-news .news-pill.is-on {
  color: var(--cyan);
  border-color: var(--cyan);
  background: rgba(111, 231, 196, 0.1);
}

.page-news .news-cats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-news .news-cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  border: var(--news-rule);
  border-left: 3px solid var(--coral);
  border-radius: var(--r-s);
  background: var(--stand);
}

.page-news .news-cat__idx {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--coral);
}

.page-news .news-cat__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--text);
}

.page-news .news-cat__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-news .news-cat__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-news .news-cat__who {
  margin: auto 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.6;
  color: var(--dim);
}

/* ---------- 更新列表 ---------- */
.page-news .feed-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .feed-axis {
  border: var(--news-rule);
  border-radius: var(--r-s);
  background: var(--stand);
  padding: 18px 16px;
}

.page-news .feed-axis__label {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
}

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

.page-news .feed-axis__link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: color var(--t) var(--ease);
}

.page-news .feed-axis__link .num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--dim);
}

.page-news .feed-axis__link:hover,
.page-news .feed-axis__link:focus-visible,
.page-news .feed-axis__link.is-on {
  color: var(--cyan);
}

.page-news .feed-axis__link.is-on {
  box-shadow: inset 3px 0 0 var(--cyan);
  padding-left: 8px;
}

.page-news .feed-axis__note {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.6;
  color: var(--dim);
}

.page-news .feed-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: var(--news-rule);
}

.page-news .feed-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 4px 14px;
  padding: 20px 0;
  border-bottom: var(--news-rule);
  transition: background var(--t) var(--ease);
}

.page-news .feed-item:hover {
  background: rgba(19, 46, 36, 0.55);
}

.page-news .feed-item__no {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  padding-top: 3px;
}

.page-news .feed-item__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.page-news .feed-item__thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--r-s);
  border: var(--news-rule);
  object-fit: cover;
  filter: saturate(0.6) brightness(0.78);
}

.page-news .feed-item__text {
  min-width: 0;
}

.page-news .feed-item__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}

.page-news .feed-item__time {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--dim);
}

.page-news .feed-item__title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(17px, 2.1vw, 20px);
  line-height: 1.4;
  color: var(--text);
}

.page-news .feed-item__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-news .feed-item__stat {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--dim);
}

/* ---------- 点球专题 ---------- */
.page-news .spot-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.page-news .spot-lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

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

.page-news .spot-points li {
  padding: 14px 16px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 var(--r-s) var(--r-s) 0;
  background: var(--stand);
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-news .spot-points__k {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--cyan-soft);
}

.page-news .spot-note {
  margin: 20px 0 22px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--dim);
}

.page-news .spot-figure {
  margin: 0;
  border: var(--news-rule);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--stand);
}

.page-news .spot-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.62) brightness(0.78);
}

.page-news .spot-figure figcaption {
  padding: 14px 18px 18px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--dim);
}

/* ---------- 替补贡献 ---------- */
.page-news .model-panel {
  padding: clamp(24px, 4vw, 44px);
  border: var(--news-rule);
  border-radius: var(--r-m);
  background: linear-gradient(150deg, var(--stand) 0%, var(--ink) 78%);
}

.page-news .model-lead {
  margin: 16px 0 0;
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.page-news .model-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 28px;
}

.page-news .model-block {
  padding-top: 18px;
  border-top: 2px solid var(--coral);
}

.page-news .model-block__title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 18px;
  color: var(--text);
}

.page-news .model-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: var(--muted);
}

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

/* ---------- 版本日志 ---------- */
.page-news .log-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.page-news .log-track {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: none;
  position: relative;
}

.page-news .log-track::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan), var(--line) 70%);
}

.page-news .log-node {
  position: relative;
  padding: 0 0 26px 4px;
}

.page-news .log-node:last-child {
  padding-bottom: 0;
}

.page-news .log-node__dot {
  position: absolute;
  left: -22px;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: var(--r-p);
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(111, 231, 196, 0.16);
}

.page-news .log-node__ver {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--cyan-soft);
}

.page-news .log-node__name {
  margin: 6px 0 8px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  color: var(--text);
}

.page-news .log-node__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: var(--muted);
}

.page-news .log-figure {
  margin: 0;
  border: var(--news-rule);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--stand);
}

.page-news .log-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.8);
}

.page-news .log-figure figcaption {
  padding: 14px 18px 18px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--dim);
}

/* ---------- 订阅 ---------- */
.page-news .sub-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: clamp(24px, 4vw, 44px);
  border-radius: var(--r-m);
  background: var(--raise);
  box-shadow: var(--news-glow);
}

.page-news .sub-panel__copy p {
  margin: 16px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted);
}

.page-news .sub-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

/* ---------- 投稿 ---------- */
.page-news .tip-panel {
  padding: clamp(24px, 4vw, 44px);
  border: var(--news-rule);
  border-radius: var(--r-m);
  background: var(--stand);
}

.page-news .tip-lead {
  margin: 16px 0 0;
  max-width: 56ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted);
}

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

.page-news .tip-list li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-news .tip-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: var(--r-p);
  background: var(--coral);
}

.page-news .tip-note {
  margin: 22px 0 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.75;
  color: var(--dim);
}

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

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

@media (min-width: 760px) {
  .page-news .feed-item--thumb .feed-item__body {
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
  }

  .page-news .feed-item--thumb .feed-item__thumb {
    flex: 0 0 180px;
    width: 180px;
  }

  .page-news .feed-item__body {
    flex: 1 1 auto;
  }
}

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

  .page-news .pick-card--b {
    margin-top: 34px;
  }

  .page-news .pick-card--c {
    margin-top: 68px;
  }

  .page-news .feed-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
  }

  .page-news .feed-axis {
    position: sticky;
    top: calc(var(--header-h) + 20px);
    align-self: start;
  }

  .page-news .feed-axis__list {
    flex-direction: column;
    gap: 10px;
  }

  .page-news .spot-layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 40px;
  }

  .page-news .spot-figure {
    margin-top: 34px;
  }

  .page-news .log-layout {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: 44px;
  }

  .page-news .sub-panel {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
  }

  .page-news .sub-panel__actions {
    justify-content: flex-end;
  }

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

@media (min-width: 1180px) {
  .page-news .news-hero {
    min-height: 540px;
  }
}

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