.page-news {
  --news-hair: rgba(241, 238, 228, 0.14);
  --news-hair-ink: rgba(7, 21, 18, 0.14);
  --news-hair-cyan: rgba(53, 240, 200, 0.28);
  background: var(--ink);
  color: var(--bone);
  overflow-x: clip;
}

/* ---------- 首屏题头 ---------- */
.page-news .news-masthead {
  position: relative;
  padding: calc(var(--header-h) + 32px) 0 64px;
  overflow: hidden;
}

.page-news .news-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(58% 46% at 88% 0%, rgba(53, 240, 200, 0.10), transparent 72%),
    radial-gradient(42% 40% at 4% 105%, rgba(255, 122, 61, 0.09), transparent 70%);
  pointer-events: none;
}

.page-news .news-masthead .container {
  position: relative;
  z-index: 1;
}

.page-news .news-masthead__grid {
  align-items: center;
  row-gap: 44px;
  margin-top: 28px;
}

.page-news .news-title {
  margin: 14px 0 0;
  max-width: 22ch;
  font-size: clamp(30px, 7vw, 60px);
  line-height: 1.12;
}

.page-news .news-masthead__text .lede {
  margin-top: 22px;
}

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

.page-news .news-masthead__facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: var(--text-soft);
}

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

.page-news .news-masthead__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

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

.page-news .news-masthead__figure .media-frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--news-hair);
}

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

.page-news .news-masthead__figure .media-frame__caption {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-mute);
}

/* ---------- 区块头 ---------- */
.page-news .news-section-head {
  max-width: 62ch;
}

.page-news .news-section-head__note {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
}

.page-news .lede--small {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
}

/* ---------- 本周精选 ---------- */
.page-news .news-picks__list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  gap: 22px;
  counter-reset: pick;
}

.page-news .pick {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 22px 26px 20px;
  background: var(--ink-2);
  border-radius: var(--radius-card);
  border-left: 2px solid var(--clay);
  transition: border-color 0.28s ease, transform 0.28s ease;
}

.page-news .pick:hover {
  border-left-color: var(--cyan);
  transform: translateY(-4px);
}

.page-news .pick__no {
  font-size: 22px;
  line-height: 1;
  color: var(--clay);
  letter-spacing: -0.02em;
}

.page-news .pick:hover .pick__no {
  color: var(--cyan);
}

.page-news .pick__meta {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--stone);
}

.page-news .pick__title {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.5;
  font-family: var(--font-display);
  font-weight: 800;
}

.page-news .pick__title a {
  color: var(--bone);
  text-decoration: none;
  background-image: linear-gradient(var(--cyan), var(--cyan));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.page-news .pick__title a:hover,
.page-news .pick__title a:focus-visible {
  background-size: 100% 2px;
}

.page-news .pick__summary {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-soft);
}

/* ---------- 战报列表 ---------- */
.page-news .news-feed__head {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-news .news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-filter__tab {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--news-hair);
  border-radius: 999px;
  font-size: 14px;
  color: var(--text-soft);
  text-decoration: none;
  transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

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

.page-news .news-filter__tab.is-active {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
  font-weight: 700;
}

.page-news .feed-group {
  margin-top: 56px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}

.page-news .feed-group__label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-size: 17px;
  letter-spacing: 0.05em;
  color: var(--bone);
}

.page-news .feed-group__label .mono {
  font-size: 13px;
  color: var(--clay);
  letter-spacing: 0.1em;
}

.page-news .feed-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 22px 0 24px;
  border-top: 1px solid var(--news-hair);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.page-news .feed-group .feed-item:last-child {
  border-bottom: 1px solid var(--news-hair);
}

.page-news .feed-item:hover {
  transform: translateX(10px);
}

.page-news .feed-item__rail {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-news .feed-item__round {
  font-size: 15px;
  color: var(--cyan);
  letter-spacing: 0.04em;
}

.page-news .feed-item__place {
  font-size: 13px;
  color: var(--stone);
}

.page-news .feed-item__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: color 0.24s ease;
}

.page-news .feed-item__title::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 8px;
  background: var(--cyan);
  transition: width 0.32s ease;
}

.page-news .feed-item:hover .feed-item__title {
  color: var(--cyan);
}

.page-news .feed-item:hover .feed-item__title::after {
  width: 64px;
}

.page-news .feed-item__summary {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-soft);
  max-width: 62ch;
}

.page-news .feed-item__aside {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-news .feed-item__time {
  font-size: 12px;
  color: var(--stone);
  white-space: nowrap;
}

.page-news .spark {
  display: block;
  width: 96px;
  height: 26px;
  flex: 0 0 auto;
}

.page-news .spark__line {
  fill: none;
  stroke: var(--cyan-dim);
  stroke-width: 1.6;
  stroke-linecap: round;
  transition: stroke 0.24s ease;
}

.page-news .spark__dot {
  fill: var(--orange);
}

.page-news .feed-item:hover .spark__line {
  stroke: var(--cyan);
}

/* ---------- 赛区区块 ---------- */
.page-news .news-region {
  position: relative;
}

.page-news .news-region--gz {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}

.page-news .news-region--cd {
  background: var(--ink);
}

.page-news .news-region__grid {
  align-items: center;
  row-gap: 40px;
}

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

.page-news .news-region__media .media-frame {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--news-hair);
}

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

.page-news .news-region__body h2 {
  margin: 14px 0 0;
}

.page-news .region-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.page-news .region-list li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--news-hair);
}

.page-news .region-list li:last-child {
  border-bottom: 1px solid var(--news-hair);
}

.page-news .region-list__tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--orange);
}

.page-news .region-list__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
  color: var(--bone);
}

/* ---------- 轮次回看 ---------- */
.page-news .news-archive__intro {
  margin-top: 20px;
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-text-soft);
}

.page-news .round-grid {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.page-news .round-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 62px;
  padding: 10px 8px;
  border: 1px solid var(--news-hair-ink);
  border-radius: 12px 12px 12px 3px;
  background: rgba(241, 238, 228, 0.5);
  text-align: center;
  transition: background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.page-news .round-cell:hover {
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-3px);
}

.page-news .round-cell__no {
  font-size: 20px;
  line-height: 1;
  color: #1c3a33;
  letter-spacing: 0.02em;
}

.page-news .round-cell:hover .round-cell__no {
  color: var(--cyan);
}

.page-news .round-cell__label {
  font-size: 11px;
  line-height: 1.3;
  color: rgba(7, 21, 18, 0.55);
}

.page-news .round-cell:hover .round-cell__label {
  color: var(--orange-soft);
}

.page-news .news-archive__hint {
  margin-top: 34px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-text-soft);
}

.page-news .news-archive__hint a {
  color: #14513f;
  text-decoration: underline;
  text-decoration-color: var(--cyan-dim);
  text-underline-offset: 3px;
}

.page-news .news-archive__hint a:hover,
.page-news .news-archive__hint a:focus-visible {
  color: var(--clay);
}

/* ---------- 专题系列 ---------- */
.page-news .news-topics {
  position: relative;
  overflow: hidden;
}

.page-news .news-topics__bg {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0.24;
}

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

.page-news .news-topics::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(7, 21, 18, 0.74) 42%, var(--ink) 100%);
  pointer-events: none;
}

.page-news .news-topics .container {
  position: relative;
  z-index: 1;
}

.page-news .news-topics__head {
  max-width: 60ch;
}

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

.page-news .topic {
  padding: 26px 24px;
  border: 1px solid var(--news-hair);
  border-radius: var(--radius-soft);
  background: rgba(12, 42, 36, 0.72);
  backdrop-filter: blur(2px);
  transition: border-color 0.26s ease, transform 0.26s ease;
}

.page-news .topic:hover {
  border-color: var(--news-hair-cyan);
  transform: translateY(-4px);
}

.page-news .topic__title {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.4;
  font-family: var(--font-display);
  font-weight: 800;
}

.page-news .topic__desc {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-soft);
}

/* ---------- 订阅引导 ---------- */
.page-news .news-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 34px 24px;
  background: var(--ink-2);
  border-left: 3px solid var(--orange);
  border-radius: var(--radius-card);
}

.page-news .news-cta__text h2 {
  margin: 12px 0 0;
}

.page-news .news-cta__text p {
  margin: 14px 0 0;
  max-width: 56ch;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
}

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

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-news .news-masthead {
    padding: calc(var(--header-h) + 48px) 0 84px;
  }

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

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

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

  .page-news .news-cta__inner {
    padding: 44px 40px;
  }
}

@media (min-width: 768px) {
  .page-news .news-feed__head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }

  .page-news .feed-item {
    grid-template-columns: 120px minmax(0, 1fr) 130px;
    align-items: start;
    gap: 28px;
    padding: 26px 0 28px;
  }

  .page-news .feed-item__aside {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .page-news .feed-item__summary {
    margin-top: 12px;
  }

  .page-news .region-list li {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 22px;
  }

  .page-news .news-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 52px 56px;
  }
}

@media (min-width: 992px) {
  .page-news .news-masthead__figure {
    margin-top: 8px;
  }

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

  .page-news .pick {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 26px 32px;
  }

  .page-news .pick__no {
    font-size: 26px;
  }

  .page-news .round-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
  }

  .page-news .topic-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .pick,
  .page-news .feed-item,
  .page-news .topic,
  .page-news .round-cell {
    transition: none;
  }

  .page-news .feed-item:hover,
  .page-news .pick:hover,
  .page-news .topic:hover,
  .page-news .round-cell:hover {
    transform: none;
  }
}
