/* ===== 赛场资讯 /information/ ===== */

.page-news {
  --news-gap: clamp(20px, 3vw, 40px);
  --news-ink-soft: #4A5A54;
  --news-ink-strong: #0F5D52;
  --news-line-soft: rgba(16, 24, 21, .12);
}

/* ---------- 首屏 ---------- */

.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(34px, 6vw, 68px) clamp(48px, 8vw, 96px);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -32%;
  right: -14%;
  width: min(760px, 92vw);
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 58% 42%, rgba(59, 224, 200, .18), transparent 62%),
    radial-gradient(circle at 28% 72%, rgba(255, 122, 61, .13), transparent 60%);
  pointer-events: none;
}

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

.page-news .news-hero__grid {
  display: grid;
  gap: clamp(30px, 5vw, 56px);
  margin-top: clamp(26px, 5vw, 52px);
}

.page-news .news-hero__title {
  margin: 14px 0 0;
  font-size: clamp(32px, 6.6vw, 68px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--paper);
}

.page-news .news-hero__lede {
  margin: 22px 0 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.8;
}

.page-news .hero-stats {
  margin: 0;
  display: grid;
  gap: 0;
  align-self: end;
}

.page-news .hero-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.page-news .hero-stat:last-child {
  border-bottom: 1px solid var(--line);
}

.page-news .hero-stat__label {
  font-size: 12.5px;
  letter-spacing: .07em;
  color: var(--mist);
}

.page-news .hero-stat__value {
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

@media (min-width: 900px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: end;
  }
}

/* ---------- 区块公共 ---------- */

.page-news .section {
  padding-block: clamp(52px, 8vw, 104px);
}

.page-news .section-desc {
  margin: 16px 0 0;
  max-width: 54ch;
  font-size: 15.5px;
  line-height: 1.8;
}

.page-news .band-dark .section-desc,
.page-news .band-pine .section-desc {
  color: var(--mist);
}

.page-news .band-paper .section-desc,
.page-news .band-paper-white .section-desc {
  color: var(--news-ink-soft);
}

.page-news .band-paper .section-title,
.page-news .band-paper-white .section-title {
  color: var(--graphite);
}

.page-news .band-paper .section-num,
.page-news .band-paper-white .section-num {
  color: #0F7D6E;
}

.page-news .band-paper .section-kicker,
.page-news .band-paper-white .section-kicker {
  color: #6B7A74;
}

/* ---------- 01 栏目导航 ---------- */

.page-news .column-list {
  list-style: none;
  margin: clamp(30px, 5vw, 52px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-news .column-row {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  grid-template-areas:
    "num name"
    "num desc"
    "num meta";
  gap: 6px 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition: background-color var(--dur) var(--ease);
}

.page-news .column-num {
  grid-area: num;
  align-self: start;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--cyan);
}

.page-news .column-name {
  grid-area: name;
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .01em;
  color: var(--paper);
}

.page-news .column-desc {
  grid-area: desc;
  margin: 0;
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

.page-news .column-meta {
  grid-area: meta;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--cyan-2);
}

@media (min-width: 820px) {
  .page-news .column-row {
    grid-template-columns: 3rem minmax(160px, 1fr) minmax(0, 2.4fr) auto;
    grid-template-areas: "num name desc meta";
    align-items: start;
    gap: 0 24px;
  }

  .page-news .column-meta {
    margin-top: 6px;
    text-align: right;
    white-space: nowrap;
  }
}

.page-news .news-wide {
  margin: clamp(34px, 6vw, 64px) 0 0;
}

.page-news .news-wide img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.page-news .news-wide .caption {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

/* ---------- 02 条目列表 ---------- */

.page-news .nf-controls {
  position: relative;
  margin-top: clamp(26px, 4vw, 40px);
}

.page-news .nf-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-news .nf-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--news-line-soft);
}

.page-news .nf-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1;
  color: #3C4A45;
  background: transparent;
  border: 1px solid var(--news-line-soft);
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    border-color var(--dur) var(--ease),
    background-color var(--dur) var(--ease),
    color var(--dur) var(--ease);
}

.page-news .nf-pill:hover {
  border-color: rgba(16, 24, 21, .34);
  background: rgba(16, 24, 21, .04);
}

.page-news .nf-input:focus-visible + .nf-bar .nf-pill[for="nf-all"],
.page-news .nf-bar .nf-pill:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.page-news #nf-all:checked ~ .nf-bar .nf-pill[for="nf-all"],
.page-news #nf-preview:checked ~ .nf-bar .nf-pill[for="nf-preview"],
.page-news #nf-record:checked ~ .nf-bar .nf-pill[for="nf-record"],
.page-news #nf-compare:checked ~ .nf-bar .nf-pill[for="nf-compare"],
.page-news #nf-review:checked ~ .nf-bar .nf-pill[for="nf-review"],
.page-news #nf-series:checked ~ .nf-bar .nf-pill[for="nf-series"] {
  color: #075247;
  border-color: rgba(23, 166, 151, .6);
  background: rgba(59, 224, 200, .16);
}

.page-news .nf-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9FB0A9;
  flex: none;
}

.page-news .nf-dot--record { background: #E2681F; }
.page-news .nf-dot--preview { background: #0F8A78; }
.page-news .nf-dot--compare { background: #0F5D52; }
.page-news .nf-dot--review { background: #C97A16; }
.page-news .nf-dot--series { background: #7A8C85; }

/* 纯 CSS 筛选 */
.page-news:has(#nf-preview:checked) .news-entry:not(.news-entry--preview),
.page-news:has(#nf-record:checked) .news-entry:not(.news-entry--record),
.page-news:has(#nf-compare:checked) .news-entry:not(.news-entry--compare),
.page-news:has(#nf-review:checked) .news-entry:not(.news-entry--review),
.page-news:has(#nf-series:checked) .news-entry:not(.news-entry--series) {
  display: none;
}

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

.page-news .news-entry {
  display: grid;
  gap: 16px;
  padding: 26px 14px;
  margin-inline: -14px;
  border-bottom: 1px solid var(--news-line-soft);
  transition: background-color var(--dur) var(--ease);
}

.page-news .news-entry:hover,
.page-news .news-entry:focus-within {
  background: rgba(16, 24, 21, .038);
}

.page-news .news-entry__thumb {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--news-line-soft);
}

.page-news .news-entry__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-news .news-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  margin: 0;
}

.page-news .n-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
  border: 1px solid currentColor;
  border-radius: 2px;
  white-space: nowrap;
}

.page-news .n-tag--preview { color: #0A5E51; border-color: rgba(23, 166, 151, .55); background: rgba(59, 224, 200, .2); }
.page-news .n-tag--record { color: #9A4513; border-color: rgba(226, 104, 31, .5); background: rgba(255, 122, 61, .16); }
.page-news .n-tag--compare { color: #0B3F37; border-color: rgba(15, 93, 82, .5); background: rgba(23, 166, 151, .16); }
.page-news .n-tag--review { color: #8A5209; border-color: rgba(201, 122, 22, .5); background: rgba(255, 179, 71, .22); }
.page-news .n-tag--series { color: #3F4F49; border-color: rgba(159, 176, 169, .8); background: rgba(159, 176, 169, .2); }

.page-news .news-entry__round {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--news-ink-strong);
}

.page-news .news-entry__when {
  font-size: 12.5px;
  letter-spacing: .06em;
  color: #6B7A74;
}

.page-news .news-entry__title {
  margin: 12px 0 0;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: -.005em;
  color: var(--graphite);
}

.page-news .news-entry__title a {
  color: inherit;
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

.page-news .news-entry__title a:hover {
  color: var(--news-ink-strong);
}

.page-news .news-entry__excerpt {
  margin: 10px 0 0;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

@media (min-width: 800px) {
  .page-news .news-entry--lead {
    grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
    gap: 34px;
    align-items: start;
    padding-block: 32px;
  }

  .page-news .news-entry--lead .news-entry__title {
    margin-top: 14px;
  }
}

.page-news .news-list__foot {
  margin: 30px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--news-ink-soft);
}

.page-news .news-inline-link {
  color: var(--news-ink-strong);
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 166, 151, .6);
  padding-bottom: 1px;
}

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

/* ---------- 03 专题系列 ---------- */

.page-news .series-scroller {
  margin-top: clamp(30px, 5vw, 52px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
}

.page-news .series-track {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0 2px 4px;
  min-width: max-content;
}

.page-news .series-card {
  flex: 0 0 auto;
  width: min(80vw, 300px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  background: var(--pine);
  border: 1px solid var(--line);
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}

.page-news .series-card:hover {
  border-color: rgba(59, 224, 200, .55);
  background: #17443A;
}

.page-news .series-thumb {
  margin: -22px -22px 4px;
  overflow: hidden;
}

.page-news .series-thumb img {
  display: block;
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.page-news .series-num {
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--cyan-2);
}

.page-news .series-title {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--paper);
}

.page-news .series-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.76;
  color: var(--mist);
}

.page-news .series-count {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: .07em;
  color: var(--amber);
}

.page-news .series-scroller:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

@media (min-width: 800px) {
  .page-news .series-card {
    width: 306px;
  }
}

/* ---------- 04 更新节奏与订阅 ---------- */

.page-news .rhythm-list {
  list-style: none;
  margin: clamp(30px, 5vw, 52px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--news-line-soft);
}

.page-news .rhythm-step {
  position: relative;
  padding: 24px 0 24px 22px;
  border-bottom: 1px solid var(--news-line-soft);
}

.page-news .rhythm-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.page-news .rhythm-step::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 42px;
  bottom: -2px;
  width: 1px;
  background: var(--news-line-soft);
}

.page-news .rhythm-step:last-child::after {
  display: none;
}

.page-news .rhythm-time {
  display: block;
  font-size: 12.5px;
  letter-spacing: .07em;
  color: #9A4513;
}

.page-news .rhythm-title {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--graphite);
}

.page-news .rhythm-desc {
  margin: 8px 0 0;
  max-width: 46ch;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

@media (min-width: 860px) {
  .page-news .rhythm-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 26px;
  }

  .page-news .rhythm-step {
    padding: 26px 0 8px;
    border-bottom: 0;
    border-top: 1px solid var(--news-line-soft);
  }

  .page-news .rhythm-step::before {
    top: -5px;
  }

  .page-news .rhythm-step::after {
    left: 12px;
    top: -1px;
    bottom: auto;
    width: auto;
    right: -26px;
    height: 1px;
    background: var(--news-line-soft);
  }

  .page-news .rhythm-step:last-child::after {
    display: none;
  }
}

.page-news .sub-grid {
  display: grid;
  gap: 0;
  margin-top: clamp(34px, 5vw, 56px);
  border-top: 1px solid var(--news-line-soft);
}

.page-news .sub-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--news-line-soft);
}

.page-news .sub-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .01em;
  color: var(--graphite);
}

.page-news .sub-desc {
  margin: 9px 0 0;
  max-width: 40ch;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--news-ink-soft);
}

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

.page-news .rhythm-actions {
  margin-top: clamp(30px, 4vw, 44px);
}

/* ---------- 窄屏保护 ---------- */

@media (max-width: 420px) {
  .page-news .nf-pill {
    padding: 8px 11px;
    font-size: 12.5px;
  }

  .page-news .news-entry {
    padding-inline: 10px;
    margin-inline: -10px;
  }
}
<<<END>>>
