.page-news {
  --news-epl: #F2C455;
  --news-lal: #6FA8FF;
  --news-bun: #4ED0E8;
  --news-sea: #B98CFF;
  --news-lig: #FF6FA5;
  --news-eur: #FF9E4D;

  background: var(--night-800);
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: clip;
  padding-bottom: clamp(48px, 8vw, 96px);
}

.page-news .lg-epl { --accent: var(--news-epl); }
.page-news .lg-lal { --accent: var(--news-lal); }
.page-news .lg-bun { --accent: var(--news-bun); }
.page-news .lg-sea { --accent: var(--news-sea); }
.page-news .lg-lig { --accent: var(--news-lig); }
.page-news .lg-eur { --accent: var(--news-eur); }

/* ---------- 首屏 ---------- */
.page-news .notes-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--night-900);
}

.page-news .notes-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.page-news .notes-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 11, 22, .74) 0%, rgba(4, 11, 22, .9) 46%, var(--night-800) 100%);
}

.page-news .notes-hero__inner {
  max-width: 900px;
  padding-top: clamp(24px, 4.5vw, 40px);
  padding-bottom: clamp(34px, 6vw, 64px);
}

.page-news .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--text-mute);
}

.page-news .breadcrumb a {
  color: var(--text-dim);
  text-decoration: none;
}

.page-news .breadcrumb a:hover { color: var(--gold); }

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

.page-news .notes-hero h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(40px, 10vw, 82px);
  line-height: .98;
  letter-spacing: -.02em;
}

.page-news .notes-hero__lead {
  margin: 20px 0 0;
  max-width: 62ch;
  font-size: clamp(16px, 2.1vw, 18px);
  line-height: 1.82;
  color: var(--text-dim);
}

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

.page-news .notes-hero__meta strong {
  font-family: var(--font-mono);
  font-weight: 700;
}

.page-news .notes-toc { margin-top: 30px; }

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

.page-news .notes-toc .toc-link {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--text-dim);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.page-news .notes-toc .toc-link:hover,
.page-news .notes-toc .toc-link[aria-current="location"] {
  color: var(--night-900);
  background: var(--gold);
  border-color: var(--gold);
}

/* ---------- 通用区块 ---------- */
.page-news .notes-block {
  padding-block: clamp(34px, 5.5vw, 68px);
  border-top: 1px solid var(--line);
}

.page-news .notes-hero + .notes-block { border-top: 0; }

.page-news .notes-head {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.page-news .notes-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 4.2vw, 38px);
  line-height: 1.1;
  letter-spacing: -.012em;
}

.page-news .notes-desc {
  margin: 0;
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-news .notes-desc a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(242, 196, 85, .38); }

/* ---------- 指标标签 ---------- */
.page-news .metric-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--text-dim);
  white-space: nowrap;
}

.page-news .metric-tag--gold { color: var(--gold); border-color: rgba(242, 196, 85, .42); }
.page-news .metric-tag--green { color: var(--green); border-color: rgba(18, 229, 160, .42); }
.page-news .metric-tag--orange { color: var(--orange); border-color: rgba(255, 122, 51, .42); }

/* ---------- 今日更新 ---------- */
.page-news .today-grid {
  display: grid;
  gap: 14px;
}

.page-news .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 18px 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  transition: border-color .22s ease, background .22s ease;
}

.page-news .news-card:not(.news-card--lead)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--accent, var(--gold));
}

.page-news .news-card:not(.news-card--lead):hover {
  border-color: var(--line-strong);
  background: var(--glass-2);
}

.page-news .news-card--lead {
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-color: var(--line-strong);
  background: var(--night-700);
}

.page-news .news-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--night-900);
}

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

.page-news .news-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 21, 42, 0) 42%, rgba(14, 34, 64, .92) 100%);
}

.page-news .news-card__body {
  padding: 20px clamp(18px, 2.6vw, 30px) 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-news .league-tag {
  display: inline-block;
  padding: 4px 9px;
  border: 1px solid var(--accent, var(--gold));
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--accent, var(--gold));
  white-space: nowrap;
}

.page-news .rel-time {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--text-mute);
}

.page-news .news-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(17px, 2.4vw, 20px);
  line-height: 1.34;
  letter-spacing: -.005em;
  color: var(--text);
}

.page-news .news-card--lead .news-card__title {
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.22;
}

.page-news .news-card__excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-news .news-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

.page-news .read-time {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--text-mute);
}

/* ---------- 联赛分区 ---------- */
.page-news .league-index {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .league-row {
  position: relative;
  padding: 16px 18px 16px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012) 72%);
  transition: border-color .22s ease;
}

.page-news .league-row:hover { border-color: var(--line-strong); }

.page-news .league-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  background: var(--accent, var(--gold));
}

.page-news .league-row__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.page-news .league-row__name {
  font-family: var(--font-display);
  font-size: 19px;
  letter-spacing: .01em;
}

.page-news .league-row__count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent, var(--gold));
}

.page-news .league-row__time {
  margin: 6px 0 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--text-mute);
}

.page-news .league-row__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-dim);
}

/* ---------- 专题系列 ---------- */
.page-news .feature-spot {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  isolation: isolate;
}

.page-news .feature-spot__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.page-news .feature-spot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(158deg, rgba(8, 21, 42, .18) 0%, rgba(8, 21, 42, .8) 54%, var(--night-900) 100%);
}

.page-news .feature-spot__body {
  position: relative;
  padding: clamp(22px, 5vw, 48px);
  max-width: 700px;
}

.page-news .feature-spot__body h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 4.4vw, 36px);
  line-height: 1.14;
  letter-spacing: -.015em;
}

.page-news .feature-spot__body p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-dim);
}

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

.page-news .feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018));
}

.page-news .feature-card__kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent, var(--gold));
}

.page-news .feature-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  line-height: 1.32;
}

.page-news .feature-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-news .feature-card__thumb {
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--night-900);
  aspect-ratio: 10 / 7;
}

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

.page-news .feature-card--wide .feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.page-news .topic-more {
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .022);
}

.page-news .topic-more summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--gold);
}

.page-news .topic-more[open] summary { margin-bottom: 14px; }

.page-news .topic-more ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  font-size: 15px;
  line-height: 1.74;
  color: var(--text-dim);
}

.page-news .topic-more strong { color: var(--text); }

/* ---------- 赛季回溯 ---------- */
.page-news .archive-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.page-news .archive-row {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.page-news .archive-row dt {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--gold);
}

.page-news .archive-row dd {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.74;
  color: var(--text-dim);
}

.page-news .archive-row dd a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 196, 85, .4);
}

/* ---------- 编辑推荐 ---------- */
.page-news .pick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: pick;
  border-top: 1px solid var(--line);
}

.page-news .pick-list li {
  counter-increment: pick;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.page-news .pick-list li::before {
  content: "0" counter(pick);
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1.15;
  color: var(--gold);
}

.page-news .pick-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  line-height: 1.42;
  color: var(--text);
}

.page-news .pick-meta {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-dim);
}

.page-news .pick-time {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--text-mute);
}

/* ---------- 结尾引导 ---------- */
.page-news .notes-cta { margin-top: clamp(30px, 5vw, 56px); }

.page-news .notes-cta__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid rgba(242, 196, 85, .34);
  border-radius: var(--radius);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(242, 196, 85, .17) 0%, rgba(8, 21, 42, 0) 62%),
    var(--night-700);
}

.page-news .notes-cta__inner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 3.6vw, 32px);
  line-height: 1.2;
  letter-spacing: -.012em;
}

.page-news .notes-cta__inner p {
  margin: 14px 0 0;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-news .notes-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

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

@media (min-width: 720px) {
  .page-news .today-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-news .news-card--lead { grid-column: 1 / -1; }

  .page-news .archive-row {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 26px;
    align-items: baseline;
  }
}

@media (min-width: 860px) {
  .page-news .news-card--lead {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
  }

  .page-news .news-card__media { aspect-ratio: auto; height: 100%; min-height: 280px; }

  .page-news .news-card__body { justify-content: center; }

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

  .page-news .feature-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
  }

  .page-news .feature-card--wide .feature-card__thumb {
    border-radius: 0;
    aspect-ratio: auto;
    height: 100%;
  }

  .page-news .feature-card--wide .feature-card__body {
    padding: 24px 28px;
    justify-content: center;
  }
}

@media (min-width: 1020px) {
  .page-news .league-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-news .feature-card--wide { grid-template-columns: 400px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-card,
  .page-news .league-row,
  .page-news .notes-toc .toc-link { transition: none; }
  .page-news .news-card:hover { transform: none; }
}
