.page-news {
  --c-recap: #7CE23C;
  --c-rule: #2FD6C4;
  --c-guide: #FFE45E;
  --c-data: #FF7A59;
  --c-family: #A6A8BE;
  --paper-line: rgba(11, 7, 20, .16);
  --paper-soft: rgba(11, 7, 20, .08);
  padding-bottom: 40px;
}

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

.page-news .sec-head {
  max-width: 64ch;
  margin-bottom: 26px;
}

.page-news .sec-head h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 8px 0 12px;
  color: var(--mist);
}

.page-news .sec-note {
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
  margin: 0;
}

/* ---------- 页头 ---------- */

.page-news .crumbs {
  margin: 22px 0 18px;
}

.page-news .crumbs-sep {
  margin: 0 8px;
  color: var(--slate);
}

.page-news .news-head {
  max-width: 70ch;
  padding-bottom: 34px;
}

.page-news .news-head h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5.6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--mist);
  margin: 12px 0 18px;
}

.page-news .news-head .lede {
  font-size: 17px;
  line-height: 1.8;
  color: var(--slate);
  max-width: 62ch;
  margin: 0;
}

.page-news .head-facts {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
}

.page-news .head-facts li {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.page-news .head-facts b {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: -0.01em;
}

.page-news .head-facts span {
  font-size: 14px;
  color: var(--slate);
}

.page-news .news-banner {
  width: min(var(--maxw), calc(100% - 32px));
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-pod);
  background: linear-gradient(135deg, rgba(124, 226, 60, .18), rgba(23, 14, 51, .9));
}

.page-news .news-banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 15 / 7;
  object-fit: cover;
}

/* ---------- 列表流 ---------- */

.page-news .list-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-news .cat-band {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(42, 27, 87, .9), rgba(23, 14, 51, .55));
}

.page-news .cat-band__label {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--slate);
}

.page-news .cat-band__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  color: var(--mist);
}

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

.page-news .dot {
  width: 11px;
  height: 11px;
  flex: none;
  border-radius: 50% 50% 50% 4px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.page-news .dot--recap { color: var(--c-recap); }
.page-news .dot--rule { color: var(--c-rule); }
.page-news .dot--guide { color: var(--c-guide); }
.page-news .dot--data { color: var(--c-data); }
.page-news .dot--family { color: var(--c-family); }

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

.page-news .entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 22px 4px 22px 18px;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid var(--cat, var(--line));
  border-radius: 0 14px 14px 0;
  transition: background-color .25s var(--ease), padding-left .25s var(--ease);
}

.page-news .entry:hover,
.page-news .entry:focus-within {
  background: rgba(124, 226, 60, .05);
  padding-left: 24px;
}

.page-news .entry-when {
  margin: 2px 0 0;
  font-size: 12px;
  letter-spacing: .03em;
  color: var(--slate);
}

.page-news .entry-title {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--mist);
}

.page-news .entry-sum {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--slate);
  max-width: 62ch;
}

.page-news .entry-tag {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .ent-cat {
  display: inline-block;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  color: var(--seed);
  background: var(--cat, var(--green));
}

.page-news .entry-league {
  font-size: 12px;
  color: var(--slate);
}

/* ---------- 家庭观赛 ---------- */

.page-news .family-section {
  padding: 56px 0;
}

.page-news .family-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.page-news .family-figure {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-pod);
  background: linear-gradient(150deg, rgba(47, 214, 196, .2), rgba(42, 27, 87, .85));
}

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

.page-news .family-copy h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--mist);
  margin: 8px 0 16px;
}

.page-news .family-copy p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--slate);
  margin: 0 0 14px;
  max-width: 60ch;
}

.page-news .family-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-news .family-points li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--slate);
}

.page-news .family-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50% 50% 50% 3px;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.page-news .family-points b {
  color: var(--mist);
  font-weight: 700;
}

.page-news .family-rhythm {
  margin: 22px 0 0;
  padding: 12px 16px;
  border-left: 3px solid var(--amber);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 228, 94, .07);
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--amber);
}

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

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

.page-news .series-figure {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(124, 226, 60, .2), rgba(42, 27, 87, .8));
}

.page-news .series-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-news .series-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 74vw);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 20px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.page-news .series-track > * {
  scroll-snap-align: start;
}

.page-news .series-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px;
  border-radius: var(--radius-pod);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent, var(--green));
  background: linear-gradient(172deg, rgba(42, 27, 87, .92), rgba(23, 14, 51, .72));
  box-shadow: var(--shadow-pod);
}

.page-news .series-no {
  margin: 0;
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--accent, var(--green));
}

.page-news .series-name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.32rem;
  letter-spacing: -0.01em;
  color: var(--mist);
}

.page-news .series-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--slate);
}

.page-news .series-meta {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--mist);
}

/* ---------- 更新节奏 ---------- */

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

.page-news .cadence li {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.page-news .cadence-key {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--amber);
}

.page-news .cadence li p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--slate);
  max-width: 56ch;
}

/* ---------- 归档 ---------- */

.page-news .archive-section {
  color: var(--seed);
}

.page-news .archive-section .eyebrow {
  color: var(--green-deep);
}

.page-news .archive-section .sec-head h2 {
  color: var(--seed);
}

.page-news .archive-section .sec-note {
  color: #4A4458;
}

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

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

.page-news .archive-title {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .1em;
  font-weight: 600;
  color: var(--seed);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green-deep);
}

.page-news .tag-cloud {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .tag-cloud span {
  display: inline-block;
  padding: 7px 15px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--paper-line);
  background: rgba(255, 255, 255, .55);
  font-size: 14px;
  color: var(--seed);
  transition: background-color .2s var(--ease), border-color .2s var(--ease);
}

.page-news .tag-cloud:hover span {
  border-color: var(--paper-soft);
}

.page-news .stage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-news .stage-list li {
  padding-left: 16px;
  border-left: 3px solid var(--peel);
}

.page-news .stage-list b {
  display: block;
  font-size: 13px;
  letter-spacing: .03em;
  color: var(--seed);
  margin-bottom: 6px;
}

.page-news .stage-list span {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4A4458;
}

.page-news .archive-figure {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--paper-line);
}

.page-news .archive-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

/* ---------- 收藏与订阅 ---------- */

.page-news .sub-pod {
  border-radius: var(--radius-pod);
  padding: 34px 24px;
  border: 1px solid var(--line);
  background: linear-gradient(148deg, rgba(124, 226, 60, .14), rgba(42, 27, 87, .9) 52%, rgba(23, 14, 51, .92));
  box-shadow: var(--shadow-pod);
}

.page-news .sub-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.8vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--mist);
  margin: 8px 0 16px;
}

.page-news .sub-lede {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--slate);
  max-width: 62ch;
}

.page-news .sub-points {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-news .sub-points li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
}

.page-news .sub-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50% 50% 50% 3px;
  background: var(--amber);
  box-shadow: 0 0 10px var(--amber);
}

.page-news .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-news .sub-foot {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
  line-height: 1.75;
  color: var(--slate);
}

.page-news .sub-foot a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-news .sub-foot a:hover {
  color: var(--amber);
}

/* ---------- 响应式 ---------- */

@media (min-width: 700px) {
  .page-news .news-banner {
    width: min(var(--maxw), calc(100% - 48px));
  }

  .page-news .news-head h1 {
    font-size: clamp(2.4rem, 5.4vw, 3.5rem);
  }

  .page-news .series-track {
    grid-auto-columns: minmax(260px, 300px);
  }

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

  .page-news .archive-blocks .archive-block:last-child {
    grid-column: 1 / -1;
  }

  .page-news .sub-pod {
    padding: 46px 40px;
  }
}

@media (min-width: 900px) {
  .page-news .section {
    padding: 76px 0;
  }

  .page-news .list-shell {
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }

  .page-news .cat-band {
    position: sticky;
    top: 104px;
    padding: 20px 18px;
  }

  .page-news .cat-band__list {
    display: grid;
    gap: 13px;
  }

  .page-news .entry {
    grid-template-columns: 128px minmax(0, 1fr) auto;
    grid-template-areas: "when main tag";
    align-items: start;
    gap: 30px;
    padding: 26px 8px 26px 22px;
  }

  .page-news .entry:hover,
  .page-news .entry:focus-within {
    padding-left: 28px;
  }

  .page-news .entry-when { grid-area: when; }
  .page-news .entry-main { grid-area: main; }
  .page-news .entry-tag { grid-area: tag; justify-content: flex-end; }

  .page-news .family-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 56px;
  }

  .page-news .family-copy h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.3rem);
  }

  .page-news .series-layout {
    grid-template-columns: 288px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }

  .page-news .cadence {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .page-news .cadence li {
    padding: 30px 32px;
    border-bottom: none;
    border-left: 1px solid var(--line);
  }

  .page-news .cadence li:first-child {
    padding-left: 0;
    border-left: none;
  }

  .page-news .cadence li:last-child {
    padding-right: 0;
  }

  .page-news .archive-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 48px;
    align-items: start;
  }

  .page-news .archive-blocks {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-news .archive-blocks .archive-block:last-child {
    grid-column: auto;
  }

  .page-news .archive-figure {
    margin-top: 6px;
  }

  .page-news .sub-pod {
    padding: 56px 60px;
  }

  .page-news .sub-lede {
    font-size: 17px;
  }
}
<<<END>>>

.page-news {
  --accent: currentColor;
  --cat: transparent;
}
