.page-news {
  --news-tint: #E4EEF0;
  --news-youth: #EFF1E6;
  --news-hair: rgba(16, 20, 24, .16);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  background: var(--rice);
  padding: clamp(26px, 5vw, 60px) 0 clamp(24px, 4vw, 52px);
  border-bottom: var(--line) solid var(--ink);
}
.page-news .news-hero__inner {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}
@media (min-width: 980px) {
  .page-news .news-hero__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  }
}
.page-news .news-hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-size: clamp(54px, 13vw, 128px);
  line-height: .9;
  color: var(--qing);
  margin: 8px 0 0;
  word-break: keep-all;
}
.page-news .news-hero__lead {
  max-width: 40ch;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
}
.page-news .news-hero__latest {
  margin-top: 26px;
  border-top: var(--line) solid var(--ink);
  padding-top: 14px;
}
.page-news .news-hero__latest-label {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rock);
}
.page-news .news-hero__latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.page-news .news-hero__latest-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--news-hair);
}
.page-news .news-hero__latest-list li:last-child { border-bottom: 0; }
.page-news .news-hero__no {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--clay);
  font-variant-numeric: tabular-nums;
}
.page-news .news-hero__figure { margin: 0; }

/* ---------- 索引带 ---------- */
.page-news .news-index {
  background: var(--rice);
  border-bottom: var(--line) solid var(--ink);
}
.page-news .index-band {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  padding: 14px 0;
}
.page-news .index-band__item {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
}
.page-news .index-band__num { color: var(--clay); font-variant-numeric: tabular-nums; }
.page-news .index-band__item:hover .index-band__label {
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-underline-offset: 4px;
}

/* ---------- 章节与色带 ---------- */
.page-news .section { padding: clamp(44px, 7vw, 88px) 0; }
.page-news .section--tint { background: var(--news-tint); }
.page-news .section--youth { background: var(--news-youth); }

.page-news .section--dark {
  background: var(--qing);
  color: var(--rice);
}
.page-news .section--dark .section-head__title { color: var(--rice); }
.page-news .section--dark .section-head__note { color: var(--shui); }
.page-news .section--dark .section-head { border-bottom-color: var(--shui); }
.page-news .section--dark .prose p { color: rgba(244, 241, 234, .88); }

.page-news .section--sub {
  background: var(--blue);
  color: var(--rice);
}
.page-news .section--sub .section-head__title { color: var(--rice); }
.page-news .section--sub .section-head__note { color: rgba(244, 241, 234, .8); }
.page-news .section--sub .section-head { border-bottom-color: var(--shui); }
.page-news .section--sub .prose p { color: rgba(244, 241, 234, .92); }

/* ---------- 图片 ---------- */
.page-news .figure { margin: 0; }
.page-news .figure__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .section--dark .figure__caption,
.page-news .section--sub .figure__caption { color: var(--shui); }

/* ---------- 分类筛选 ---------- */
.page-news .col-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}
.page-news .col-filter__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page-news .col-filter__chip {
  display: inline-block;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  padding: 7px 13px;
  border: var(--line) solid var(--ink);
  border-radius: var(--r);
  background: var(--rice);
  color: var(--ink);
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}
.page-news .col-filter__chip:hover { transform: translateY(-2px); }
.page-news .col-filter__radio:checked + .col-filter__chip {
  background: var(--clay);
  color: var(--rice);
}
.page-news .col-filter__radio:focus-visible + .col-filter__chip {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

.page-news:has(#ntrk-cup:checked) .col-item:not([data-track="cup"]),
.page-news:has(#ntrk-odds:checked) .col-item:not([data-track="odds"]),
.page-news:has(#ntrk-data:checked) .col-item:not([data-track="data"]),
.page-news:has(#ntrk-squad:checked) .col-item:not([data-track="squad"]),
.page-news:has(#ntrk-youth:checked) .col-item:not([data-track="youth"]),
.page-news:has(#ntrk-region:checked) .col-item:not([data-track="region"]) {
  display: none;
}

/* ---------- 专栏列表 ---------- */
.page-news .news-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}
@media (min-width: 1024px) {
  .page-news .news-board {
    grid-template-columns: minmax(0, 1fr) 208px;
    gap: 52px;
  }
}
.page-news .news-board__list {
  border-top: var(--line) solid var(--ink);
}
.page-news .col-item {
  position: relative;
  padding: 22px 0;
  border-bottom: 1px solid var(--news-hair);
  transition: background-color .2s ease, padding-left .2s ease, padding-right .2s ease;
}
@media (min-width: 1024px) {
  .page-news .col-item { padding-right: 96px; }
}
.page-news .col-item:hover {
  background: rgba(127, 182, 196, .22);
  padding-left: 16px;
}
.page-news .col-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
}
.page-news .col-item__update {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--rock);
}
.page-news .col-item__title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--qing);
}
.page-news .col-item__desc {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--rock);
}
.page-news .col-item__preview {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--shui);
  background-color: rgba(244, 241, 234, .9);
  background-image: radial-gradient(circle, var(--qing) 2px, transparent 2.5px);
  background-size: 15px 15px;
  transition: opacity .2s ease;
  display: none;
}
@media (min-width: 1024px) {
  .page-news .col-item__preview { display: block; }
}
.page-news .col-item:hover .col-item__preview { opacity: .9; }

/* ---------- 右栏赛季阶段 ---------- */
.page-news .news-stage {
  border: var(--line) solid var(--ink);
  background: var(--rice);
  padding: 20px 18px;
  box-shadow: var(--shadow-soft);
}
@media (min-width: 1024px) {
  .page-news .news-stage {
    position: sticky;
    top: calc(var(--header-h) + 24px);
    align-self: start;
    border: 0;
    border-left: var(--line) solid var(--ink);
    box-shadow: none;
    background: transparent;
    padding: 4px 0 4px 20px;
  }
}
.page-news .news-stage__title {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rock);
}
.page-news .news-stage__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.page-news .news-stage__list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--shui);
}
.page-news .news-stage__item {
  position: relative;
  padding-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--rock);
}
.page-news .news-stage__item:last-child { padding-bottom: 0; }
.page-news .news-stage__item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--qing);
  border-radius: 50%;
  background: var(--rice);
}
.page-news .news-stage__item.is-now {
  color: var(--ink);
  font-weight: 600;
}
.page-news .news-stage__item.is-now::before {
  background: var(--acid);
  border-color: var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
}
.page-news .news-stage__note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--rock);
}

/* ---------- 赔率观察角度 ---------- */
.page-news .odds-angles {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.page-news .odds-angles li {
  padding-left: 16px;
  border-left: 3px solid var(--acid);
}
.page-news .odds-angles strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--acid);
}
.page-news .odds-angles span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244, 241, 234, .84);
}

/* ---------- 角球阅读步骤 ---------- */
.page-news .read-steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .read-steps li {
  counter-increment: step;
  position: relative;
  padding: 20px 0 20px 56px;
  border-bottom: 1px solid var(--news-hair);
}
.page-news .read-steps li:first-child { border-top: var(--line) solid var(--ink); }
.page-news .read-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  font-family: var(--font-mono);
  font-size: 24px;
  line-height: 1;
  color: var(--clay);
  font-variant-numeric: tabular-nums;
}
.page-news .read-steps strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--qing);
  margin-bottom: 6px;
}
.page-news .read-steps span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: var(--rock);
}

/* ---------- 签表读法 ---------- */
.page-news .draw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}
@media (min-width: 900px) {
  .page-news .draw-layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 44px;
  }
}
.page-news .draw-layout__figure { margin: 0; }
.page-news .draw-list {
  counter-reset: draw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news .draw-list li {
  counter-increment: draw;
  position: relative;
  padding: 16px 0 16px 50px;
  border-bottom: 1px solid var(--news-hair);
}
.page-news .draw-list li:first-child { border-top: var(--line) solid var(--ink); }
.page-news .draw-list li::before {
  content: counter(draw, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 17px;
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 2px 6px;
  background: var(--qing);
  color: var(--rice);
  border-radius: var(--r);
  font-variant-numeric: tabular-nums;
}
.page-news .draw-list strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--qing);
  margin-bottom: 5px;
}
.page-news .draw-list span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: var(--rock);
}

/* ---------- 订阅与跟进 ---------- */
.page-news .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}
.page-news .sub-actions__ghost {
  color: var(--rice);
  border-color: var(--rice);
}
.page-news .sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.page-news .sub-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(244, 241, 234, .28);
}
.page-news .sub-list li:first-child { border-top: var(--line) solid var(--rice); }
.page-news .sub-list strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--rice);
  margin-bottom: 5px;
}
.page-news .sub-list span {
  display: block;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(244, 241, 234, .82);
}
.page-news .sub-list__link {
  color: var(--rice);
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-underline-offset: 4px;
}
.page-news .sub-list__link:hover { color: var(--acid); }

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