.page-news {
  --news-rule: rgba(242, 240, 236, 0.13);
  --news-spine: rgba(242, 240, 236, 0.09);
  background: var(--fh-ink);
  color: var(--fh-bone);
}

.page-news section[id] {
  scroll-margin-top: 108px;
}

/* ---------- 面包屑与刊头 ---------- */
.page-news .news-crumb-wrap {
  padding-top: 22px;
}

.page-news .news-masthead {
  position: relative;
  padding-block: clamp(28px, 4.5vw, 56px) clamp(30px, 4.5vw, 58px);
}

.page-news .news-masthead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--fh-lava) 16%, var(--fh-ice) 64%, transparent);
  transform: skewY(-1.1deg);
  opacity: 0.85;
}

.page-news .news-masthead__title {
  margin: 6px 0 0;
  font-size: clamp(46px, 11.5vw, 116px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--fh-bone);
  text-shadow: 0 0 60px rgba(255, 90, 31, 0.18);
  transform: skewX(-3deg);
  transform-origin: left bottom;
}

.page-news .news-masthead__body {
  display: grid;
  gap: 26px;
  margin-top: clamp(20px, 3vw, 34px);
}

.page-news .news-masthead__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  border: 1px solid var(--news-rule);
  border-radius: var(--fh-radius-sm);
  background: var(--news-rule);
  overflow: hidden;
}

.page-news .news-masthead__stats li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 12px 16px;
  background: var(--fh-ink-2);
}

.page-news .news-stat__num {
  font-size: 18px;
  font-weight: 700;
  color: var(--fh-lava);
  letter-spacing: 0.01em;
}

.page-news .news-stat__label {
  font-size: 14px;
  line-height: 1.6;
  color: var(--fh-mist);
}

/* ---------- 本期焦点 ---------- */
.page-news .news-focus {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3.6vw, 42px);
  border: 1px solid var(--news-rule);
  border-radius: var(--fh-radius);
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 90% 0%, rgba(255, 90, 31, 0.17), transparent 58%),
    radial-gradient(85% 120% at 0% 100%, rgba(79, 195, 247, 0.11), transparent 62%),
    var(--fh-ink-2);
}

.page-news .news-focus::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fh-lava), var(--fh-amber) 42%, transparent 88%);
}

.page-news .news-focus__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-family: var(--fh-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--fh-amber);
}

.page-news .news-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fh-amber);
  animation: newsPulse 4s ease-out infinite;
}

@keyframes newsPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.55); }
  12% { box-shadow: 0 0 0 10px rgba(255, 176, 32, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0); }
}

.page-news .news-focus__main .fh-h2 {
  margin: 8px 0 18px;
}

.page-news .news-focus__main p {
  margin: 0 0 14px;
  max-width: 58ch;
  color: var(--fh-mist);
  font-size: 16px;
  line-height: 1.78;
}

.page-news .news-focus__main .fh-btn {
  margin-top: 10px;
}

.page-news .news-focus__side {
  padding: 20px 22px 6px;
  border-radius: var(--fh-radius-sm);
  border: 1px solid var(--news-rule);
  background: rgba(11, 12, 14, 0.55);
}

.page-news .news-focus__side .fh-h3 {
  margin: 0 0 6px;
}

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

.page-news .news-watch li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px dashed var(--news-rule);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fh-mist);
}

.page-news .news-watch li:last-child {
  border-bottom: 0;
  padding-bottom: 14px;
}

.page-news .news-watch .fh-mono {
  flex: 0 0 auto;
  font-size: 11.5px;
  color: var(--fh-ice);
  padding-top: 3px;
}

/* ---------- 章节头 ---------- */
.page-news .news-sec-head {
  max-width: 64ch;
  margin-bottom: clamp(26px, 3.6vw, 42px);
}

.page-news .news-sec-head .fh-h2 {
  margin: 8px 0 14px;
}

/* ---------- 条目流布局 ---------- */
.page-news .news-stream__figure {
  margin: 0 0 clamp(28px, 4vw, 44px);
}

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

.page-news .news-rail {
  display: grid;
  gap: 4px;
  align-content: start;
}

.page-news .news-filter .fh-search__input {
  width: 100%;
}

.page-news .news-rail__block {
  margin-top: 22px;
}

.page-news .news-rail__title {
  margin: 0 0 10px;
  font-family: var(--fh-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fh-dim);
}

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

.page-news .news-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border: 1px solid var(--fh-line-strong);
  border-radius: 999px;
  background: rgba(242, 240, 236, 0.03);
  font-family: var(--fh-mono);
  font-size: 12px;
  color: var(--fh-mist);
  text-decoration: none;
  transition: border-color 0.2s var(--fh-ease), color 0.2s var(--fh-ease), background 0.2s var(--fh-ease);
}

.page-news .news-tag--window {
  border-color: rgba(79, 195, 247, 0.5);
  color: var(--fh-ice);
}

.page-news .news-tag--official {
  border-color: rgba(255, 90, 31, 0.55);
  color: #ff8a5c;
}

.page-news .news-tag--med {
  border-color: rgba(255, 176, 32, 0.5);
  color: var(--fh-amber);
}

.page-news .news-tag--reg {
  border-color: rgba(201, 162, 39, 0.5);
  color: var(--fh-gold);
}

.page-news .news-tag--link:hover,
.page-news .news-tag--link:focus-visible {
  border-color: var(--fh-lava);
  background: rgba(255, 90, 31, 0.1);
  color: var(--fh-bone);
}

/* ---------- 条目 ---------- */
.page-news .news-stream {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-entry {
  position: relative;
  padding: 22px 0 22px 26px;
  border-left: 1px solid var(--news-spine);
  border-bottom: 1px solid var(--news-rule);
}

.page-news .news-entry:last-child {
  border-bottom: 0;
  padding-bottom: 8px;
}

.page-news .news-entry::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--fh-dim);
  opacity: 0.6;
}

.page-news .news-entry--window::before { background: var(--fh-ice); opacity: 0.9; }
.page-news .news-entry--official::before { background: var(--fh-lava); opacity: 0.95; }
.page-news .news-entry--med::before { background: var(--fh-amber); opacity: 0.9; }
.page-news .news-entry--reg::before { background: var(--fh-gold); opacity: 0.9; }

.page-news .news-entry__stage {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  font-family: var(--fh-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--fh-mist);
}

.page-news .news-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.page-news .news-entry--window .news-dot { color: var(--fh-ice); }
.page-news .news-entry--official .news-dot { color: var(--fh-lava); }
.page-news .news-entry--med .news-dot { color: var(--fh-amber); }
.page-news .news-entry--reg .news-dot { color: var(--fh-gold); }

.page-news .news-entry__title {
  margin: 0 0 9px;
  font-family: var(--fh-serif);
  font-weight: 700;
  font-size: clamp(18px, 2.3vw, 22px);
  line-height: 1.4;
  color: var(--fh-bone);
}

.page-news .news-entry__body {
  margin: 0 0 10px;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--fh-mist);
}

.page-news .news-entry__meta {
  margin: 0;
  color: var(--fh-dim);
}

/* ---------- 签表 ---------- */
.page-news .news-bracket__media {
  margin: 0 0 clamp(24px, 3.4vw, 38px);
}

.page-news .news-bracket__scroller {
  overflow-x: auto;
  padding: 18px;
  border: 1px solid var(--news-rule);
  border-radius: var(--fh-radius);
  background:
    linear-gradient(180deg, rgba(79, 195, 247, 0.06), rgba(11, 12, 14, 0) 62%),
    var(--fh-ink-3);
}

.page-news .news-bracket__svg {
  display: block;
  width: 100%;
  min-width: 680px;
  height: auto;
}

.page-news .br-line {
  stroke: rgba(242, 240, 236, 0.28);
  stroke-width: 1.2;
}

.page-news .br-line--live {
  stroke: var(--fh-lava);
  stroke-width: 1.6;
  stroke-dasharray: 7 6;
  animation: newsDash 1.8s linear infinite;
}

.page-news .br-line--dash {
  stroke-dasharray: 4 5;
  stroke: rgba(242, 240, 236, 0.16);
}

@keyframes newsDash {
  to { stroke-dashoffset: -26; }
}

.page-news .br-node rect {
  fill: var(--fh-ink-2);
  stroke: var(--fh-line-strong);
  stroke-width: 1;
  transition: stroke 0.2s var(--fh-ease), fill 0.2s var(--fh-ease);
}

.page-news .br-node text {
  fill: var(--fh-mist);
  font-family: var(--fh-sans);
  font-size: 12px;
  font-weight: 500;
}

.page-news .br-node--done rect {
  stroke: rgba(79, 195, 247, 0.55);
}

.page-news .br-node--done text {
  fill: var(--fh-bone);
}

.page-news .br-node--live rect {
  fill: rgba(255, 90, 31, 0.16);
  stroke: var(--fh-lava);
}

.page-news .br-node--live text {
  fill: var(--fh-bone);
}

.page-news .br-node--next rect {
  stroke-dasharray: 5 4;
  opacity: 0.72;
}

.page-news .br-node:hover rect {
  fill: var(--fh-ink);
  stroke: var(--fh-amber);
}

.page-news .br-node:hover text {
  fill: var(--fh-amber);
}

.page-news .news-bracket__legend {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  font-family: var(--fh-mono);
  font-size: 12px;
  color: var(--fh-mist);
}

.page-news .news-bracket__legend li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.page-news .news-legend__swatch {
  width: 16px;
  height: 6px;
  border-radius: 2px;
  border: 1px solid var(--fh-line-strong);
}

.page-news .news-legend__swatch--done { border-color: var(--fh-ice); background: rgba(79, 195, 247, 0.22); }
.page-news .news-legend__swatch--live { border-color: var(--fh-lava); background: rgba(255, 90, 31, 0.34); }
.page-news .news-legend__swatch--next { border-color: var(--fh-line-strong); background: transparent; border-style: dashed; }

/* ---------- 伤停 ---------- */
.page-news .news-injury__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  align-items: start;
}

.page-news .news-injury__figure {
  margin: 0;
}

.page-news .news-injury__body .fh-h2 {
  margin: 8px 0 16px;
}

.page-news .news-injury__body > p {
  margin: 0;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--fh-mist);
}

.page-news .news-injury__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.page-news .news-injury__list li {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px dashed var(--news-rule);
  font-size: 15px;
  line-height: 1.7;
  color: var(--fh-mist);
}

.page-news .news-injury__list .fh-mono {
  font-size: 12px;
  color: var(--fh-amber);
  letter-spacing: 0.08em;
}

.page-news .news-injury__note {
  margin: 20px 0 0;
  color: var(--fh-dim);
}

.page-news .news-injury__note a {
  color: var(--fh-ice);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 195, 247, 0.4);
}

.page-news .news-injury__note a:hover {
  border-bottom-color: var(--fh-ice);
}

/* ---------- 数据简报 ---------- */
.page-news .news-bulletin__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.page-news .news-bulletin__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--news-rule);
  border-radius: var(--fh-radius);
  background:
    linear-gradient(180deg, rgba(255, 90, 31, 0.06), rgba(11, 12, 14, 0) 58%),
    var(--fh-ink-2);
}

.page-news .news-bulletin__index {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--fh-amber);
}

.page-news .news-bulletin__card .fh-h3 {
  margin: 0;
}

.page-news .news-bulletin__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: var(--fh-mist);
}

.page-news .news-bulletin__figure {
  margin: clamp(26px, 3.4vw, 40px) 0 0;
}

/* ---------- 归档 ---------- */
.page-news .news-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.page-news .news-archive__item {
  position: relative;
  padding: 22px 22px 22px 24px;
  border: 1px solid var(--news-rule);
  border-left: 3px solid var(--fh-line-strong);
  border-radius: var(--fh-radius-sm);
  background: var(--fh-ink-2);
}

.page-news .news-archive__item:nth-child(1) { border-left-color: var(--fh-ice); }
.page-news .news-archive__item:nth-child(2) { border-left-color: var(--fh-amber); }
.page-news .news-archive__item:nth-child(3) { border-left-color: var(--fh-lava); }
.page-news .news-archive__item:nth-child(4) { border-left-color: var(--fh-gold); }

.page-news .news-archive__phase {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--fh-dim);
}

.page-news .news-archive__title {
  margin: 0 0 10px;
  font-family: var(--fh-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  color: var(--fh-bone);
}

.page-news .news-archive__body {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--fh-mist);
}

.page-news .news-archive__tags {
  margin: 0;
  color: var(--fh-dim);
}

/* ---------- 收尾 ---------- */
.page-news .news-cta__inner {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.6vw, 40px);
  border: 1px solid var(--news-rule);
  border-radius: var(--fh-radius);
  background:
    linear-gradient(110deg, rgba(255, 90, 31, 0.14), rgba(27, 58, 92, 0.28) 58%, rgba(11, 12, 14, 0) 100%),
    var(--fh-ink-2);
}

.page-news .news-cta__inner .fh-h2 {
  margin: 0 0 12px;
}

.page-news .news-cta__inner p {
  margin: 0;
  max-width: 58ch;
  font-size: 15.5px;
  line-height: 1.76;
  color: var(--fh-mist);
}

.page-news .news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
}

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

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

@media (min-width: 900px) {
  .page-news .news-masthead__body {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    align-items: end;
    gap: 40px;
  }

  .page-news .news-focus {
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    grid-template-areas:
      "tag tag"
      "main side";
    column-gap: 44px;
  }

  .page-news .news-focus__tag { grid-area: tag; }
  .page-news .news-focus__main { grid-area: main; }
  .page-news .news-focus__side { grid-area: side; align-self: start; }

  .page-news .news-injury__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    column-gap: 48px;
  }

  .page-news .news-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
  }

  .page-news .news-cta__actions {
    flex-direction: column;
    align-items: stretch;
    min-width: 190px;
  }

  .page-news .news-cta__actions .fh-btn {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .page-news .news-layout {
    grid-template-columns: 248px minmax(0, 1fr);
    column-gap: 52px;
  }

  .page-news .news-rail {
    position: sticky;
    top: 96px;
    align-self: start;
  }

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

@media (min-width: 1180px) {
  .page-news .news-entry {
    padding-left: 34px;
  }

  .page-news .news-entry__title {
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  .page-news .news-masthead__title {
    transform: none;
  }

  .page-news .news-injury__list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    font-size: 14.5px;
  }

  .page-news .news-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-news .news-cta__actions .fh-btn {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-pulse,
  .page-news .br-line--live {
    animation: none;
  }

  .page-news .br-line--live {
    stroke-dasharray: none;
  }
}
