.page-news {
  --news-radius: 14px;
  --news-radius-lg: 22px;
  --news-soft: rgba(242, 245, 247, .055);
  display: block;
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  padding-top: clamp(18px, 3.2vw, 34px);
  padding-bottom: clamp(32px, 6vw, 72px);
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -12%;
  width: 68%;
  height: 120%;
  background: radial-gradient(circle at 34% 40%, rgba(34, 227, 208, .14), transparent 62%);
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -14%;
  width: 52%;
  height: 110%;
  background: radial-gradient(circle at 60% 60%, rgba(255, 138, 61, .12), transparent 64%);
  pointer-events: none;
}

.page-news .news-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(22px, 3.4vw, 40px);
  align-items: end;
}

.page-news .news-hero__title {
  font-size: clamp(1.85rem, 4.6vw, 3.2rem);
  line-height: 1.16;
  letter-spacing: -.02em;
  margin: 16px 0 0;
  max-width: 22ch;
}

.page-news .news-hero__lede {
  margin: 16px 0 0;
  max-width: 48ch;
  color: var(--bone);
  opacity: .86;
  font-size: 1.0625rem;
}

.page-news .news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3vw, 30px);
}

.page-news .news-hero__figure {
  margin: 0;
}

.page-news .figure__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--news-radius);
  background: linear-gradient(135deg, var(--ink-raise), var(--ink-deep));
}

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

.page-news .news-hero__figure .figure__media {
  border-radius: var(--news-radius-lg);
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
}

.page-news .news-hero__figure .figure__cap {
  margin-top: 12px;
  font-size: .8125rem;
  color: var(--slate);
  line-height: 1.7;
}

@media (min-width: 960px) {
  .page-news .news-hero__inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(28px, 4.4vw, 60px);
  }

  .page-news .news-hero__figure .figure__media {
    aspect-ratio: 8 / 3;
  }
}

/* ---------- 栏目索引 ---------- */
.page-news .news-channel-rail {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 4px 0 16px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

@media (max-width: 899px) {
  .page-news .news-channel-rail {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }
}

.page-news .news-channel {
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 196px;
  padding: 13px 16px 15px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(6px);
  transition: border-color .24s var(--ease-out), background-color .24s var(--ease-out);
}

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

.page-news .news-channel__name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--bone);
  letter-spacing: .01em;
}

.page-news .news-channel__note {
  display: block;
  margin-top: 5px;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--slate);
}

.page-news .news-channel.is-active {
  background: var(--clay);
  border-color: var(--clay);
}

.page-news .news-channel.is-active .news-channel__name {
  color: var(--ink-deep);
}

.page-news .news-channel.is-active .news-channel__note {
  color: rgba(5, 10, 18, .74);
}

/* ---------- 本赛季三件大事 ---------- */
.page-news .news-focus {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

.page-news .news-focus__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: var(--news-radius-lg);
  border: 1px solid var(--line);
  background: var(--ink-raise);
  overflow: hidden;
  margin: 0;
  color: var(--bone);
}

.page-news .news-focus__card--lead {
  background: linear-gradient(158deg, rgba(34, 227, 208, .1), rgba(19, 35, 57, 1) 44%);
  border-color: rgba(34, 227, 208, .3);
}

.page-news .news-focus__card--side {
  background: linear-gradient(158deg, rgba(255, 138, 61, .12), rgba(19, 35, 57, 1) 48%);
  border-color: rgba(255, 138, 61, .28);
}

.page-news .news-focus__card .card__title {
  font-family: var(--font-serif);
  font-size: clamp(1.125rem, 2vw, 1.4rem);
  line-height: 1.45;
  margin: 0;
  color: var(--bone);
}

.page-news .news-focus__card p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.9;
  color: rgba(242, 245, 247, .78);
}

.page-news .news-focus__mini {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--news-soft);
}

.page-news .news-focus__miniText {
  font-size: .8125rem;
  letter-spacing: .02em;
  color: var(--bone);
}

.page-news .news-focus__card--band {
  padding: 0;
  gap: 0;
  background: var(--ink-raise);
}

.page-news .news-focus__figure {
  margin: 0;
}

.page-news .news-focus__figure .figure__media {
  border-radius: 0;
  aspect-ratio: 10 / 7;
}

.page-news .news-focus__bandCopy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  align-self: center;
}

.page-news .news-focus__bandCopy .muted {
  color: var(--slate);
  font-size: .875rem;
}

.page-news .news-focus__bandCopy .btn {
  align-self: flex-start;
}

@media (min-width: 900px) {
  .page-news .news-focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-news .news-focus__card--lead {
    grid-column: span 7;
  }

  .page-news .news-focus__card--side {
    grid-column: span 5;
  }

  .page-news .news-focus__card--band {
    grid-column: span 12;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: stretch;
  }

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

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

.page-news .news-feed .accordion__item {
  border-bottom: 1px solid var(--line);
}

.page-news .news-feed__heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.page-news .news-feed .accordion__trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 2px;
  background: none;
  border: 0;
  color: var(--bone);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.page-news .news-feed .accordion__trigger:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
  border-radius: 6px;
}

.page-news .news-feed__stage {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 700;
}

.page-news .news-feed__count {
  margin-left: auto;
  font-size: .8125rem;
  letter-spacing: .02em;
  color: var(--slate);
}

.page-news .news-list {
  list-style: none;
  margin: 0;
  padding: 2px 0 18px;
  display: grid;
}

.page-news .news-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 16px 6px 16px 14px;
  border-left: 2px solid transparent;
  transition: border-color .22s var(--ease-out), background-color .22s var(--ease-out);
}

.page-news .news-item + .news-item {
  border-top: 1px solid var(--news-soft);
}

.page-news .news-item:hover {
  border-left-color: var(--cyan);
  background: var(--news-soft);
}

.page-news .news-item__time {
  font-size: .75rem;
  letter-spacing: .04em;
  color: var(--slate);
  padding-top: 2px;
}

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

.page-news .news-item__title {
  margin: 8px 0 0;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--bone);
}

.page-news .news-item__sum {
  margin: 6px 0 0;
  font-size: .9375rem;
  line-height: 1.8;
  color: var(--slate);
  max-width: 62ch;
}

@media (min-width: 760px) {
  .page-news .news-item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0 22px;
    padding: 18px 10px 18px 18px;
  }

  .page-news .news-item__time {
    padding-top: 6px;
  }
}

/* ---------- 桌型观察横条 ---------- */
.page-news .news-watch {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}

.page-news .news-watch__figure {
  margin: 0;
}

.page-news .news-watch__figure .figure__media {
  border: 1px solid var(--line);
  aspect-ratio: 3 / 2;
}

.page-news .news-watch__copy .section__title {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  margin-bottom: 14px;
}

.page-news .news-watch__copy .prose {
  margin: 0 0 12px;
  color: rgba(242, 245, 247, .78);
  font-size: .9375rem;
  line-height: 1.9;
}

@media (min-width: 900px) {
  .page-news .news-watch {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: clamp(24px, 4vw, 48px);
  }
}

/* ---------- 规则修订存档 ---------- */
.page-news .news-revise {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
}

.page-news .news-revise__batch {
  border: 1px solid var(--line);
  border-radius: var(--news-radius);
  background: var(--ink-raise);
  overflow: hidden;
}

.page-news .news-revise__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(5, 10, 18, .5);
  border-bottom: 1px solid var(--line);
}

.page-news .news-revise__no {
  font-size: .8125rem;
  letter-spacing: .04em;
  color: var(--cyan);
}

.page-news .news-revise__diff {
  display: grid;
}

.page-news .diff-col {
  padding: 18px;
  background: rgba(5, 10, 18, .3);
  border-left: 3px solid var(--slate);
}

.page-news .diff-col--after {
  background: rgba(34, 227, 208, .07);
  border-left-color: var(--cyan);
}

.page-news .diff-col__k {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .1em;
  color: var(--slate);
}

.page-news .diff-col--after .diff-col__k {
  color: var(--cyan);
}

.page-news .diff-col p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.85;
  color: var(--bone);
}

.page-news .diff-col--before p {
  color: var(--slate);
}

.page-news .diff-col--before {
  position: relative;
}

@media (min-width: 760px) {
  .page-news .news-revise__diff {
    grid-template-columns: 1fr 1fr;
  }

  .page-news .diff-col--before {
    border-right: 1px solid var(--line);
  }
}

/* ---------- 赛事速递 ---------- */
.page-news .news-cup {
  display: grid;
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
}

.page-news .news-cup__figure {
  margin: 0;
}

.page-news .news-cup__figure .figure__media {
  border: 1px solid var(--line);
  border-radius: var(--news-radius-lg);
  aspect-ratio: 4 / 3;
}

.page-news .news-cup__figure .figure__cap {
  margin-top: 12px;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--slate);
}

.page-news .news-cup__copy .card__title {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  margin: 0 0 14px;
  color: var(--bone);
}

.page-news .news-cup__copy .prose {
  margin: 0 0 12px;
  color: rgba(242, 245, 247, .78);
  font-size: .9375rem;
  line-height: 1.9;
}

.page-news .news-cup__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 24px;
}

.page-news .news-cup__stat {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--glass);
}

.page-news .news-cup__stat b {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  letter-spacing: .02em;
  color: var(--cyan);
}

.page-news .news-cup__stat span {
  display: block;
  margin-top: 4px;
  font-size: .75rem;
  letter-spacing: .02em;
  color: var(--slate);
}

.page-news .news-cup__copy .btn {
  align-self: flex-start;
}

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

/* ---------- 更新提醒与投稿 ---------- */
.page-news .news-callout {
  display: grid;
  gap: clamp(18px, 2.6vw, 28px);
  padding: clamp(22px, 3.4vw, 40px);
  border-radius: var(--news-radius-lg);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(140deg, rgba(34, 227, 208, .07), transparent 46%),
    linear-gradient(320deg, rgba(255, 138, 61, .08), transparent 50%),
    var(--ink-raise);
}

.page-news .news-callout__title {
  font-family: var(--font-serif);
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  margin: 0 0 10px;
  color: var(--bone);
}

.page-news .news-callout__col p {
  margin: 0 0 10px;
  font-size: .9375rem;
  line-height: 1.85;
  color: rgba(242, 245, 247, .78);
}

.page-news .news-callout__col .muted {
  color: var(--slate);
  font-size: .875rem;
}

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

@media (min-width: 820px) {
  .page-news .news-callout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 56px);
  }

  .page-news .news-callout__actions {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-news .news-channel,
  .page-news .news-item {
    transition: none;
  }
}
<<<END>>>
