.page-news {
  --news-cut: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  --news-muted: #3D5A55;
  background: linear-gradient(180deg, #D8EDF7 0%, var(--ice) 24%, #C4E1EF 100%);
  color: var(--text);
  overflow-x: hidden;
}

.page-news [hidden] {
  display: none;
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  padding: clamp(26px, 5vw, 60px) 0 clamp(36px, 6vw, 72px);
  position: relative;
}

.page-news .news-hero__grid {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  margin-top: clamp(18px, 3vw, 36px);
}

.page-news .news-hero__intro h1 {
  margin: 14px 0 0;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(30px, 5.2vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 15em;
}

.page-news .news-hero__lead {
  margin: 20px 0 0;
  max-width: 38em;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.8;
  color: var(--news-muted);
}

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

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

.page-news .news-stat {
  background: rgba(244, 250, 252, 0.82);
  clip-path: var(--cut-sm);
  padding: 16px 18px 18px;
  border-top: 3px solid rgba(42, 92, 122, 0.35);
}

.page-news .news-stat:nth-child(2) {
  border-top-color: var(--orange);
}

.page-news .news-stat:nth-child(3) {
  border-top-color: rgba(53, 224, 200, 0.9);
}

.page-news .news-stat dt {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
}

.page-news .news-stat dd {
  margin: 8px 0 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.page-news .news-stat__unit {
  font-size: 13px;
  color: var(--news-muted);
}

.page-news .news-cover {
  position: relative;
  margin: clamp(30px, 5vw, 58px) 0 0;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  overflow: hidden;
}

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

.page-news .news-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(11, 42, 37, 0.62) 0%, rgba(42, 92, 122, 0.22) 48%, rgba(53, 224, 200, 0.16) 100%);
  pointer-events: none;
}

.page-news .news-cover__caption {
  position: absolute;
  left: clamp(16px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 2;
  max-width: 26em;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(244, 250, 252, 0.9);
}

/* ---------- 章节通用 ---------- */
.page-news .news-section {
  padding: clamp(48px, 8vw, 104px) 0;
  position: relative;
}

.page-news .news-section--tight {
  padding-top: clamp(20px, 3vw, 40px);
}

.page-news .news-section--dark {
  background: var(--ink);
  color: var(--frost);
}

.page-news .news-section--ink2 {
  background: var(--ink-2);
  color: var(--frost);
}

.page-news .news-section__head {
  max-width: 44em;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.page-news .news-section__head h2 {
  margin: 12px 0 0;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(25px, 3.6vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.page-news .news-section__head p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.78;
  color: var(--news-muted);
}

.page-news .news-section--dark .news-section__head p,
.page-news .news-section--ink2 .news-section__head p {
  color: rgba(244, 250, 252, 0.74);
}

.page-news .news-section--dark .label,
.page-news .news-section--ink2 .label {
  color: var(--cyan);
}

/* ---------- 三级索引 ---------- */
.page-news .news-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

.page-news .news-index__item {
  background: rgba(244, 250, 252, 0.86);
  clip-path: var(--news-cut);
  padding: clamp(22px, 3vw, 34px);
  position: relative;
  border-left: 3px solid var(--indigo);
}

.page-news .news-index__no {
  font-family: var(--font-mono);
  font-size: clamp(24px, 3vw, 32px);
  color: var(--indigo);
  letter-spacing: 0.04em;
  display: block;
}

.page-news .news-index__item h3 {
  margin: 12px 0 0;
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 800;
}

.page-news .news-index__item p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--news-muted);
}

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

/* ---------- 战报列表 ---------- */
.page-news .report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(11, 42, 37, 0.18);
}

.page-news .report-item {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 2.8vw, 30px) 0 clamp(20px, 2.8vw, 30px) 24px;
  border-bottom: 1px solid rgba(11, 42, 37, 0.18);
  position: relative;
}

.page-news .report-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(42, 92, 122, 0.35);
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 0.32s var(--ease), background 0.32s var(--ease);
}

.page-news .report-item::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 9px;
  height: 9px;
  background: var(--steel);
  transform: rotate(45deg);
  transition: background 0.32s var(--ease);
}

.page-news .report-item:hover::before,
.page-news .report-item:focus-within::before {
  transform: scaleY(1);
  background: var(--orange);
}

.page-news .report-item:hover::after,
.page-news .report-item:focus-within::after {
  background: var(--orange);
}

.page-news .report-item__round {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--indigo);
  background: rgba(207, 231, 242, 0.85);
  padding: 5px 10px;
  clip-path: var(--cut-sm);
  justify-self: start;
}

.page-news .report-item__body h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.page-news .report-item__body p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--news-muted);
  max-width: 52em;
}

.page-news .report-item__meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--steel);
  align-self: start;
}

/* ---------- 裁判名单 ---------- */
.page-news .officials-grid {
  display: grid;
  gap: clamp(30px, 4vw, 56px);
}

.page-news .officials-intro h2 {
  margin: 12px 0 0;
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(25px, 3.4vw, 38px);
  line-height: 1.16;
}

.page-news .officials-intro > p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(244, 250, 252, 0.76);
  max-width: 34em;
}

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

.page-news .officials-points li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(244, 250, 252, 0.86);
}

.page-news .officials-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  transform: rotate(45deg);
}

.page-news .officials-figure {
  margin: clamp(22px, 3vw, 32px) 0 0;
  clip-path: var(--news-cut);
  overflow: hidden;
  background: var(--ink-2);
}

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

.page-news .officials-table .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-news .officials-table .tab {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 9px 18px;
  background: transparent;
  color: rgba(244, 250, 252, 0.7);
  border: 1px solid rgba(244, 250, 252, 0.28);
  clip-path: var(--cut-sm);
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-news .officials-table .tab[aria-selected="true"] {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--ink);
}

.page-news .officials-table .tab:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.page-news .officials-table__scroll {
  overflow-x: auto;
  background: rgba(11, 42, 37, 0.72);
  clip-path: var(--news-cut);
  padding: clamp(16px, 2.4vw, 26px);
}

.page-news .officials-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-news .officials-table th {
  text-align: left;
  padding: 8px 12px 12px;
  border-bottom: 1px solid rgba(53, 224, 200, 0.32);
  vertical-align: bottom;
}

.page-news .th-en {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-news .th-cn {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(244, 250, 252, 0.62);
}

.page-news .officials-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(244, 250, 252, 0.1);
  color: rgba(244, 250, 252, 0.9);
  white-space: nowrap;
}

.page-news .officials-table tbody tr:nth-child(odd) {
  background: rgba(20, 60, 52, 0.7);
}

.page-news .officials-table tbody tr:hover {
  background: rgba(53, 224, 200, 0.1);
}

.page-news .officials-table tbody tr:last-child td {
  border-bottom: none;
}

/* ---------- 赛季对比 ---------- */
.page-news .compare {
  display: grid;
  gap: clamp(24px, 3.6vw, 44px);
}

.page-news .compare__tabs .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.page-news .compare__tabs .tab {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border: 1px solid rgba(11, 42, 37, 0.25);
  background: rgba(244, 250, 252, 0.7);
  color: var(--text);
  clip-path: var(--cut-sm);
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-news .compare__tabs .tab[aria-selected="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cyan);
}

.page-news .compare__tabs .tab:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.page-news .compare-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 58px;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
  padding: 14px 0;
  border-bottom: 1px solid rgba(11, 42, 37, 0.12);
}

.page-news .compare-row__season {
  font-size: 13px;
  font-weight: 700;
  color: var(--news-muted);
  letter-spacing: 0.02em;
}

.page-news .compare-row__bar {
  display: block;
  height: 16px;
  background: rgba(11, 42, 37, 0.09);
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  overflow: hidden;
}

.page-news .compare-row__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--indigo), var(--cyan));
}

.page-news .compare-row--alt .compare-row__fill {
  background: linear-gradient(90deg, var(--indigo), var(--orange));
}

.page-news .compare-row__val {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  text-align: right;
  color: var(--ink);
}

.page-news .w-100 { width: 100%; }
.page-news .w-96 { width: 96%; }
.page-news .w-94 { width: 94%; }
.page-news .w-93 { width: 93%; }
.page-news .w-89 { width: 89%; }

.page-news .compare-figure {
  margin: 0;
  background: rgba(244, 250, 252, 0.7);
  clip-path: var(--news-cut);
  padding: clamp(14px, 2vw, 20px);
}

.page-news .compare-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-news .compare-figure figcaption {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--steel);
}

/* ---------- 系列与节奏 ---------- */
.page-news .series-grid {
  display: grid;
  gap: clamp(30px, 4vw, 56px);
}

.page-news .series-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(14px, 2vw, 20px);
}

.page-news .series-list li {
  padding: 4px 0 4px 22px;
  border-left: 2px solid rgba(53, 224, 200, 0.42);
  transition: border-color 0.25s var(--ease), padding-left 0.25s var(--ease);
}

.page-news .series-list li:hover {
  border-left-color: var(--orange);
  padding-left: 28px;
}

.page-news .series-list h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--frost);
}

.page-news .series-list p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(244, 250, 252, 0.72);
  max-width: 40em;
}

.page-news .series-list__meta {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--cyan);
}

.page-news .rhythm {
  background: rgba(11, 42, 37, 0.6);
  clip-path: var(--news-cut);
  padding: clamp(22px, 3vw, 32px);
}

.page-news .rhythm__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--frost);
}

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

.page-news .rhythm__list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(244, 250, 252, 0.12);
}

.page-news .rhythm__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-news .rhythm__time {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.03em;
}

.page-news .rhythm__list li span:last-child {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(244, 250, 252, 0.78);
}

.page-news .rhythm__figure {
  margin: 26px 0 0;
  clip-path: var(--news-cut);
  overflow: hidden;
}

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

/* ---------- 长期追踪 ---------- */
.page-news .follow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
}

.page-news .follow-steps li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  background: rgba(244, 250, 252, 0.78);
  clip-path: var(--news-cut);
  padding: clamp(18px, 2.6vw, 26px);
}

.page-news .follow-steps__no {
  font-family: var(--font-mono);
  font-size: 22px;
  color: var(--orange);
  line-height: 1.1;
}

.page-news .follow-steps h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.page-news .follow-steps p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--news-muted);
}

.page-news .news-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 44px);
}

.page-news .news-cta__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--indigo);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-news .news-cta__link:hover {
  color: var(--orange);
}

.page-news a:focus-visible,
.page-news button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

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

  .page-news .report-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .page-news .report-item__round {
    grid-column: 1 / -1;
  }
}

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

  .page-news .compare {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    align-items: end;
  }

  .page-news .report-item {
    grid-template-columns: 168px minmax(0, 1fr) 72px;
    gap: 8px 28px;
    align-items: start;
  }

  .page-news .report-item__round {
    grid-column: 1;
    margin-top: 4px;
  }

  .page-news .report-item__meta {
    text-align: right;
  }
}

@media (min-width: 980px) {
  .page-news .officials-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  .page-news .series-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: start;
  }
}

@media (max-width: 420px) {
  .page-news .compare-row {
    grid-template-columns: 68px minmax(0, 1fr) 46px;
  }

  .page-news .follow-steps li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .page-news .rhythm__list li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .report-item::before,
  .page-news .report-item::after,
  .page-news .series-list li,
  .page-news .tab {
    transition: none;
  }
}
