.page-news {
  --news-line: rgba(159, 179, 174, 0.2);
  --news-line-soft: rgba(159, 179, 174, 0.11);
  --news-panel: rgba(18, 48, 40, 0.55);
  background:
    radial-gradient(120% 55% at 10% -8%, rgba(56, 232, 200, 0.1), transparent 62%),
    radial-gradient(80% 40% at 96% 4%, rgba(255, 138, 61, 0.07), transparent 60%),
    var(--ink);
  color: var(--paper);
  padding-bottom: 64px;
}

.page-news .crumbs {
  padding-top: 22px;
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  padding: 20px 0 30px;
}

.page-news .news-hero__eyebrow {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cyan);
}

.page-news .news-hero__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.page-news h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 7vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 18ch;
}

.page-news .news-hero .lede {
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.page-news .fact-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--news-line-soft);
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
}

.page-news .fact {
  background: var(--ink);
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .fact__num {
  font-family: var(--font-mono);
  font-size: 19px;
  color: var(--cyan);
  letter-spacing: 0.01em;
}

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

/* ---------- 目录 + 条目流 ---------- */
.page-news .news-shell {
  display: grid;
  gap: 30px;
  padding-top: 10px;
}

.page-news .news-stream {
  min-width: 0;
}

.page-news .news-index {
  border-top: 1px solid var(--news-line);
  padding-top: 14px;
}

.page-news .news-index__title {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.page-news .news-index__list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-news .news-index__list::-webkit-scrollbar {
  display: none;
}

.page-news .news-index__link {
  display: block;
  white-space: nowrap;
  padding: 8px 13px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-pill);
  color: var(--paper);
  text-decoration: none;
  font-size: 13px;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.page-news .news-index__link:hover,
.page-news .news-index__link:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan-soft);
}

.page-news .news-index__link.is-active {
  border-color: var(--cyan);
  background: var(--glass);
  color: var(--cyan);
}

/* ---------- 区块 ---------- */
.page-news .news-section {
  padding-top: 44px;
  scroll-margin-top: 110px;
}

.page-news .news-section__head {
  margin-bottom: 20px;
}

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

.page-news h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 4.6vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.page-news .news-section__head .lede {
  margin: 0;
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

/* ---------- 图片 ---------- */
.page-news .news-figure {
  margin: 0 0 22px;
  border: 1px solid var(--news-line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-3);
}

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

.page-news .news-figure--list {
  aspect-ratio: 16 / 9;
}

.page-news .news-figure--list img {
  height: 100%;
}

.page-news .news-figure--stage {
  aspect-ratio: 8 / 3;
}

.page-news .news-figure--stage img {
  height: 100%;
}

.page-news .news-figure--band {
  aspect-ratio: 3 / 1;
}

.page-news .news-figure--band img {
  height: 100%;
}

.page-news .news-figure--divider {
  margin: 46px 0 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.page-news .news-figure--divider .media__caption {
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  background: var(--ink-3);
}

/* ---------- 摘要条目 ---------- */
.page-news .feed {
  border-top: 1px solid var(--news-line);
}

.page-news .feed-item {
  border-bottom: 1px solid var(--news-line);
  transition: background var(--dur) var(--ease);
}

.page-news .feed-item:nth-child(even) {
  background: rgba(18, 48, 40, 0.44);
}

.page-news .feed-item:hover {
  background: rgba(56, 232, 200, 0.05);
}

.page-news .feed-item > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 16px;
  padding: 18px 16px;
  align-items: start;
}

.page-news .feed-item > summary::-webkit-details-marker {
  display: none;
}

.page-news .feed-item__meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-news .feed-item__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.page-news .feed-item__title {
  grid-column: 1;
  margin: 2px 0 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--paper);
}

.page-news .feed-item__sum {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-news .feed-item__chev {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  width: 28px;
  height: 28px;
  border: 1px solid var(--news-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--cyan);
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.page-news .feed-item[open] .feed-item__chev {
  transform: rotate(135deg);
  border-color: var(--cyan);
}

.page-news .feed-item__body {
  margin: 6px 16px 24px;
  border-radius: var(--radius-sm);
}

.page-news .feed-item__body p {
  font-size: 15.5px;
  line-height: 1.9;
}

.page-news .feed-item__body p:first-of-type {
  border-left: 3px solid var(--paper-2);
  padding-left: 16px;
}

.page-news .feed-item__cta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(11, 36, 32, 0.16);
}

.page-news .feed-item__cta a {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #0B2420;
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
}

.page-news .feed-item__cta a:hover,
.page-news .feed-item__cta a:focus-visible {
  color: #7a3a10;
}

/* ---------- 赛季阶段带 ---------- */
.page-news .stage-band {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  border: 1px solid var(--line-cyan);
  border-radius: var(--radius);
  background: linear-gradient(100deg,
    rgba(56, 232, 200, 0.04) 0%,
    rgba(56, 232, 200, 0.16) 62%,
    rgba(255, 138, 61, 0.14) 100%);
}

.page-news .stage {
  flex: 0 0 172px;
  padding: 16px;
  border-right: 1px solid var(--news-line-soft);
  scroll-snap-align: start;
}

.page-news .stage:last-child {
  border-right: 0;
}

.page-news .stage__no {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--cyan);
}

.page-news .stage__name {
  margin: 8px 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--paper);
}

.page-news .stage__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

/* ---------- 周末连看 ---------- */
.page-news .watch-band {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 14px;
}

.page-news .day-card {
  flex: 0 0 84%;
  max-width: 440px;
  scroll-snap-align: start;
  border: 1px solid var(--news-line);
  border-top: 3px solid var(--orange);
  border-radius: var(--radius);
  background: var(--news-panel);
  padding: 18px;
}

.page-news .day-card:last-child {
  border-top-color: var(--cyan);
}

.page-news .day-card__no {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-news .day-card__title {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.page-news .day-card__list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  border-top: 1px solid var(--news-line-soft);
}

.page-news .day-card__list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid var(--news-line-soft);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--paper);
}

.page-news .day-card__list .mono {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--cyan);
}

.page-news .day-card__foot {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}

.page-news .watch-notes {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-news .watch-notes li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--muted);
  border-left: 2px solid var(--line-cyan);
  padding-left: 14px;
}

.page-news .watch-notes__key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  flex: 0 0 auto;
}

/* ---------- 阅读节奏 ---------- */
.page-news .rhythm {
  display: grid;
  gap: 18px;
}

.page-news .rhythm-figures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--news-line-soft);
  border: 1px solid var(--news-line);
  border-radius: var(--radius);
  overflow: hidden;
}

.page-news .rhythm-fig {
  background: var(--ink-2);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .rhythm-fig__num {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--orange);
}

.page-news .rhythm-fig__label {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
}

.page-news .rhythm-note {
  border-radius: var(--radius);
  border-left: 4px solid var(--paper-2);
}

.page-news .rhythm-note p {
  font-size: 15.5px;
  line-height: 1.9;
}

/* ---------- 专题系列 ---------- */
.page-news .series-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-news .series-card {
  border: 1px solid var(--news-line);
  border-radius: var(--radius);
  background: var(--news-panel);
  padding: 18px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.page-news .series-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}

.page-news .series-card:hover {
  border-color: var(--line-cyan);
}

.page-news .series-card:hover::before {
  opacity: 1;
}

.page-news .series-card h3 {
  margin: 12px 0 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.page-news .series-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--muted);
}

/* ---------- 收藏与提醒 ---------- */
.page-news .reminder {
  border-radius: var(--radius);
  border: 1px solid var(--line-cyan);
  padding: 24px 20px 26px;
  background:
    linear-gradient(135deg, rgba(255, 138, 61, 0.09), transparent 55%),
    var(--glass);
}

.page-news .reminder .eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--orange);
}

.page-news .reminder h2 {
  max-width: 22ch;
}

.page-news .reminder__text {
  margin: 0 0 20px;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.page-news .reminder__num {
  font-family: var(--font-mono);
  font-size: 20px;
  color: var(--paper);
  letter-spacing: 0.01em;
}

.page-news .reminder__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.page-news .reminder__note a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--line-cyan);
}

/* ---------- 平板 ---------- */
@media (min-width: 720px) {
  .page-news .fact-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-news .fact {
    padding: 16px;
  }

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

  .page-news .day-card {
    flex: 0 0 48%;
  }

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

  .page-news .watch-notes li {
    display: block;
    border-left: 0;
    border-top: 2px solid var(--line-cyan);
    padding: 12px 0 0;
  }

  .page-news .watch-notes__key {
    display: block;
    margin-bottom: 6px;
  }

  .page-news .rhythm {
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
  }

  .page-news .rhythm-figures {
    grid-template-columns: 1fr;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 1080px) {
  .page-news .news-hero {
    padding: 30px 0 38px;
  }

  .page-news .news-hero .lede {
    font-size: 17px;
  }

  .page-news .news-shell {
    grid-template-columns: 236px minmax(0, 1fr);
    gap: 56px;
    padding-top: 22px;
  }

  .page-news .news-index {
    border-top: 0;
    padding-top: 0;
  }

  .page-news .news-index__inner {
    position: sticky;
    top: 108px;
  }

  .page-news .news-index__title {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--news-line);
  }

  .page-news .news-index__list {
    flex-direction: column;
    gap: 2px;
    overflow: visible;
    padding-bottom: 0;
    border-bottom: 1px solid var(--news-line-soft);
  }

  .page-news .news-index__link {
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    padding: 10px 12px;
    color: var(--muted);
  }

  .page-news .news-index__link:hover,
  .page-news .news-index__link:focus-visible {
    color: var(--cyan-soft);
    background: rgba(56, 232, 200, 0.05);
  }

  .page-news .news-index__link.is-active {
    border-left-color: var(--cyan);
    background: var(--glass);
    color: var(--cyan);
  }

  .page-news .news-section {
    padding-top: 52px;
  }

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

  .page-news .day-card {
    flex: 0 0 46%;
  }

  .page-news .reminder {
    padding: 32px 32px 34px;
  }

  .page-news .feed-item > summary {
    grid-template-columns: minmax(0, 1fr) 92px auto;
    padding: 20px 20px;
    gap: 8px 20px;
  }

  .page-news .feed-item__meta {
    grid-column: 1 / 2;
  }

  .page-news .feed-item__title {
    grid-column: 1 / 2;
    font-size: 19px;
  }

  .page-news .feed-item__sum {
    grid-column: 1 / 2;
  }

  .page-news .feed-item__chev {
    grid-column: 3;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
  }

  .page-news .feed-item__body {
    margin: 6px 20px 28px;
    max-width: 62ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .feed-item__chev,
  .page-news .news-index__link,
  .page-news .series-card,
  .page-news .series-card::before {
    transition: none;
  }
}
