.page-news {
  --news-line: rgba(10, 30, 60, 0.14);
  --news-soft: rgba(10, 30, 60, 0.06);
  --news-dark: #0A1E3C;
  --news-red: #E63946;
  --news-green: #39FF14;
  --news-blue: #00BFFF;
  --news-violet: #805AD5;
}

/* ===== 面包屑 ===== */
.page-news .breadcrumb-wrap {
  padding: 104px 0 4px;
}

.page-news .breadcrumb {
  font-size: 13px;
  color: var(--color-muted, #718096);
  margin: 0;
}

.page-news .breadcrumb a {
  color: var(--color-muted, #718096);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-news .breadcrumb a:hover {
  color: var(--color-red, #E63946);
}

.page-news .breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(113, 128, 150, 0.6);
}

/* ===== 页面首屏 ===== */
.page-news .page-news-hero {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 40px 0 76px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 191, 255, 0.22), transparent 42%),
    linear-gradient(135deg, #0A1E3C 0%, #0A1E3C 58%, rgba(0, 191, 255, 0.18) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 0 100%);
}

.page-news .hero-inner {
  position: relative;
}

.page-news .page-hero-kicker {
  color: var(--news-green, #39FF14);
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.page-news .page-hero-title {
  color: #ffffff;
  font-family: var(--font-head, Impact, "Arial Black", sans-serif);
  font-size: clamp(2.2rem, 8vw, 5rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  max-width: 12em;
  text-wrap: balance;
}

.page-news .page-news-hero .lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  line-height: 1.75;
  max-width: 62ch;
  margin: 0 0 26px;
}

.page-news .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .hero-meta .tag {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.page-news .hero-meta .tag--green {
  border-color: var(--news-green, #39FF14);
  color: var(--news-green, #39FF14);
}

.page-news .hero-meta .tag--red {
  border-color: var(--news-red, #E63946);
  color: #ff9aa2;
}

.page-news .hero-meta .tag--violet {
  border-color: var(--news-violet, #805AD5);
  color: #d8c7ff;
}

/* ===== 通用区块头 ===== */
.page-news .section {
  scroll-margin-top: 92px;
}

.page-news .section-head {
  margin-bottom: 30px;
}

.page-news .section-head--light {
  color: #ffffff;
}

.page-news .section-head--light .section-kicker {
  color: var(--news-green, #39FF14);
}

.page-news .section-head--light .section-title {
  color: #ffffff;
}

.page-news .section-head--light .section-summary {
  color: rgba(255, 255, 255, 0.72);
}

.page-news .section-kicker {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-red, #E63946);
  margin: 0 0 8px;
}

.page-news .section-title {
  font-family: var(--font-head, Impact, "Arial Black", sans-serif);
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--color-navy, #0A1E3C);
}

.page-news .section-summary {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-muted, #718096);
  max-width: 56ch;
  margin: 0;
}

/* ===== 最新战报 · 档案夹布局 ===== */
.page-news-archive {
  background: var(--color-bg, #F7F9FC);
  padding-top: 48px;
  padding-bottom: 48px;
}

.page-news .folder-layout {
  display: grid;
  gap: 24px;
}

/* 索引侧栏 */
.page-news .folder-index {
  background: var(--color-white, #ffffff);
  border: 1px solid var(--news-line, rgba(10, 30, 60, 0.14));
  border-radius: var(--radius-lg, 24px);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-card, 0 10px 30px rgba(10, 30, 60, 0.08));
}

.page-news .folder-index__label {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted, #718096);
  margin: 0;
}

.page-news .folder-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .folder-link {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-pill, 999px);
  color: var(--color-navy, #0A1E3C);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.22s ease;
}

.page-news .folder-link:hover,
.page-news .folder-link:focus-visible {
  background: var(--color-navy, #0A1E3C);
  color: #ffffff;
  border-color: var(--color-navy, #0A1E3C);
  transform: translateX(4px);
}

.page-news .folder-note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-muted, #718096);
  margin: 0;
  border-top: 1px dashed var(--news-line, rgba(10, 30, 60, 0.14));
  padding-top: 14px;
}

/* 文件卡片区 */
.page-news .folder-files {
  display: grid;
  gap: 22px;
}

.page-news .report-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--news-line, rgba(10, 30, 60, 0.14));
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.page-news .report-card:hover,
.page-news .report-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--color-blue, #00BFFF);
  box-shadow: 0 16px 36px rgba(10, 30, 60, 0.14);
}

.page-news .report-card__media {
  position: relative;
}

.page-news .report-card__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.page-news .report-card__body {
  padding: 20px;
}

.page-news .card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.page-news .card__title {
  font-family: var(--font-head, Impact, "Arial Black", sans-serif);
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--color-navy, #0A1E3C);
  margin: 0 0 10px;
}

.page-news .card__text {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--color-ink, #2D3748);
  margin: 0 0 16px;
}

.page-news .report-split {
  list-style: none;
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--news-soft, rgba(10, 30, 60, 0.06));
  border-radius: var(--radius-md, 18px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-navy, #0A1E3C);
}

.page-news .report-split--single {
  justify-content: flex-start;
}

.page-news .report-split__label {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted, #718096);
}

.page-news .stat-num,
.page-news .stat-display {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-weight: 700;
}

.page-news .stat-num {
  color: var(--color-navy, #0A1E3C);
}

.page-news .text-green {
  color: var(--color-green, #39FF14);
}

.page-news .text-red {
  color: var(--color-red, #E63946);
}

/* ===== 数据洞察 ===== */
.page-news-insight {
  background:
    linear-gradient(118deg, rgba(0, 191, 255, 0.10) 0%, transparent 40%),
    linear-gradient(145deg, #0A1E3C 0%, #142B52 70%, #0A1E3C 100%);
  clip-path: polygon(0 28px, 100% 0, 100% calc(100% - 28px), 0 100%);
  padding: 72px 0 84px;
}

.page-news .insight-layout {
  display: grid;
  gap: 32px;
  align-items: start;
}

.page-news .insight-chart {
  display: grid;
  gap: 20px;
}

.page-news .insight-chart__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg, 24px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.page-news .chart-bars {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg, 24px);
  padding: 20px 18px;
  display: grid;
  gap: 12px;
  backdrop-filter: blur(8px);
}

.page-news .chart-bar {
  display: grid;
  grid-template-columns: 56px 1fr 32px;
  align-items: center;
  gap: 10px;
}

.page-news .chart-bar__label {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.page-news .chart-bar__track {
  height: 14px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill, 999px);
  overflow: hidden;
}

.page-news .chart-bar__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #0A1E3C, #00BFFF 70%, #39FF14);
  border-radius: var(--radius-pill, 999px);
  min-width: 4px;
}

.page-news .chart-bar__value {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-green, #39FF14);
  text-align: right;
}

.page-news .insight-cards {
  display: grid;
  gap: 18px;
}

.page-news .insight-cards .card {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-news .insight-cards .card__title {
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.page-news .insight-cards .card__text {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 0;
}

.page-news .stat-display {
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  margin: 0 4px;
}

.page-news .insight-note {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid var(--color-green, #39FF14);
}

/* ===== 平台更新日志 ===== */
.page-news-updates {
  background: var(--color-bg, #F7F9FC);
  padding-top: 52px;
  padding-bottom: 52px;
}

.page-news .updates-layout {
  display: grid;
  gap: 32px;
}

.page-news .updates-timeline {
  display: grid;
  gap: 20px;
  position: relative;
}

.page-news .updates-timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--news-line, rgba(10, 30, 60, 0.14));
}

.page-news .timeline-item {
  position: relative;
  padding-left: 32px;
}

.page-news .timeline-dot {
  position: absolute;
  left: 0;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-red, #E63946);
  border: 4px solid var(--color-bg, #F7F9FC);
  box-shadow: 0 0 0 2px var(--color-red, #E63946);
  z-index: 1;
}

.page-news .timeline-card {
  padding: 20px;
  border: 1px solid var(--news-line, rgba(10, 30, 60, 0.14));
  transition: border-color 0.24s ease, transform 0.24s ease;
}

.page-news .timeline-card:hover {
  border-color: var(--color-violet, #805AD5);
  transform: translateY(-2px);
}

.page-news .updates-visual {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-news .updates-visual__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg, 24px);
  box-shadow: var(--shadow-card, 0 10px 30px rgba(10, 30, 60, 0.08));
}

.page-news .updates-note {
  padding: 20px;
  border: 1px solid var(--news-line, rgba(10, 30, 60, 0.14));
}

.page-news .updates-note .card__text {
  margin-bottom: 16px;
}

/* ===== 赛后未收录说明 ===== */
.page-news-changes {
  background:
    radial-gradient(circle at 12% 20%, rgba(128, 90, 213, 0.16), transparent 36%),
    #0A1E3C;
  padding: 64px 0 72px;
}

.page-news .changes-layout {
  display: grid;
  gap: 32px;
}

.page-news .changes-visual__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg, 24px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.page-news .changes-content {
  display: grid;
  gap: 22px;
}

.page-news .ticker-tape {
  display: flex;
  align-items: stretch;
  background: rgba(230, 57, 70, 0.14);
  border: 1px solid rgba(230, 57, 70, 0.42);
  border-radius: var(--radius-md, 18px);
  overflow: hidden;
}

.page-news .ticker-tape__label {
  background: var(--color-red, #E63946);
  color: #ffffff;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 10px 14px;
  white-space: nowrap;
  text-transform: uppercase;
}

.page-news .ticker-tape__text {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #ffd9dc;
}

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

.page-news .change-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md, 18px);
  padding: 18px 18px;
  transition: border-color 0.24s ease, background 0.24s ease;
}

.page-news .change-item:hover {
  border-color: rgba(0, 191, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.page-news .change-item__tag {
  align-self: flex-start;
  white-space: nowrap;
}

.page-news .change-item__title {
  font-family: var(--font-head, Impact, "Arial Black", sans-serif);
  font-size: 1.12rem;
  color: #ffffff;
  margin: 0 0 8px;
}

.page-news .change-item__text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
  margin: 0;
}

.page-news .changes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

/* ===== 工具类调整 ===== */
.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: var(--radius-pill, 999px);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-news .btn--ghost {
  border: 1px solid var(--news-line, rgba(10, 30, 60, 0.24));
  color: var(--color-navy, #0A1E3C);
  background: transparent;
}

.page-news .btn--ghost:hover {
  border-color: var(--color-navy, #0A1E3C);
  background: var(--color-navy, #0A1E3C);
  color: #ffffff;
}

.page-news .btn--primary {
  background: var(--color-red, #E63946);
  border: 1px solid var(--color-red, #E63946);
  color: #ffffff;
}

.page-news .btn--primary:hover {
  background: #c42a36;
  transform: translateY(-2px);
}

.page-news .changes-content .btn--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.page-news .changes-content .btn--ghost:hover {
  background: #ffffff;
  color: var(--color-navy, #0A1E3C);
  border-color: #ffffff;
}

/* ===== 响应式增强：平板及以上 ===== */
@media (min-width: 768px) {
  .page-news .page-news-hero {
    padding: 64px 0 96px;
  }

  .page-news .section-head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: end;
    column-gap: 40px;
  }

  .page-news .section-head .section-kicker {
    grid-column: 1 / -1;
  }

  .page-news .section-head .section-title {
    grid-row: 2;
  }

  .page-news .section-head .section-summary {
    grid-column: 2;
    grid-row: 2 / 3;
    margin-bottom: 6px;
  }

  /* 档案夹双栏 */
  .page-news .folder-layout {
    grid-template-columns: 240px 1fr;
    align-items: start;
    gap: 28px;
  }

  .page-news .folder-index {
    position: sticky;
    top: 96px;
  }

  /* 文章卡内图右侧或左侧 */
  .page-news .report-card--with-media .report-card__body {
    padding: 24px;
  }

  .page-news .report-card__body {
    padding: 24px;
  }

  /* 数据洞察双栏 */
  .page-news .insight-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: start;
  }

  .page-news .insight-cards {
    position: sticky;
    top: 96px;
  }

  /* 更新日志双栏 */
  .page-news .updates-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: start;
  }

  /* 变更说明双栏 */
  .page-news .changes-layout {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 44px;
    align-items: center;
  }

  .page-news .change-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-news .change-item__tag {
    min-width: 132px;
    text-align: center;
  }
}

/* ===== 桌面大屏微调 ===== */
@media (min-width: 1200px) {
  .page-news .report-card {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
  }

  .page-news .report-card:not(:has(.report-card__media)) {
    display: block;
  }

  .page-news .report-card__media {
    min-height: 100%;
  }

  .page-news .report-card__img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
  }
}

/* ===== 工具类 ===== */
.page-news .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
