.page-news {
  --news-gap: 1.25rem;
  --news-pad: 1.5rem;
  --news-grid-gap: 1.75rem;
  background: var(--c-rice);
  color: var(--c-black);
  overflow-x: clip;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== 01 页头封面区 ===== */
.news-hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 18%, rgba(230, 57, 70, 0.3) 0%, transparent 32%),
    linear-gradient(125deg, var(--c-blue) 0%, var(--c-blue) 58%, #16283f 100%);
  color: var(--c-rice);
  padding: 2.5rem 0 4.5rem;
}

.news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--diag-lines);
  pointer-events: none;
}

.news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--line-streak);
  pointer-events: none;
}

.news-hero .content-container {
  position: relative;
  z-index: 1;
}

.news-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: end;
}

.news-hero-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-yellow);
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(244, 162, 97, 0.45);
  margin-bottom: 1.25rem;
  background: rgba(17, 17, 17, 0.18);
}

.news-hero .page-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 6vw, 3.75rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-rice);
}

.news-hero .page-intro {
  max-width: 46rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(241, 250, 238, 0.86);
}

.news-hero-aside {
  border-left: 3px solid var(--c-gold);
  padding: 1rem 1.25rem;
  background: rgba(17, 17, 17, 0.22);
}

.aside-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--c-gray);
  margin: 0 0 0.25rem;
}

.aside-round {
  font-family: var(--font-mono);
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0;
  color: var(--c-gold);
  line-height: 1.1;
}

.aside-note {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-yellow);
  margin: 0.25rem 0 1rem;
}

.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.aside-list li {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--c-rice);
  border: 1px solid rgba(241, 250, 238, 0.2);
  padding: 0.25rem 0.6rem;
}

/* ===== 区块通用 ===== */
.news-section {
  padding: 4rem 0;
}

.page-news .section-index {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.page-news .index-num {
  font-family: var(--font-mono);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--c-red);
}

.page-news .index-label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(139, 153, 174, 0.45);
  padding: 0.3rem 0.6rem;
}

.news-sidebar h2,
.updates-section h2,
.season-section h2,
.search-section h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 900;
}

/* ===== 02 最新动态区 ===== */
.latest-section {
  background: var(--c-rice);
  padding: 3.5rem 0 4.5rem;
}

.news-layout {
  display: grid;
  gap: 2rem;
}

.news-sidebar {
  position: relative;
}

.sidebar-desc {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.75rem;
}

.filter-tag {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--c-terracotta);
  color: var(--c-terracotta);
  background: transparent;
}

.filter-tag.is-active {
  background: var(--c-terracotta);
  color: #fff;
  border-color: var(--c-terracotta);
}

.quick-lin {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gray);
  border-bottom: 1px solid var(--c-mist);
  padding-bottom: 0.4rem;
  margin-bottom: 0.75rem;
}

.news-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.news-sidebar ul a {
  color: var(--c-blue);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-sm);
}

.news-sidebar ul a::before {
  content: "→";
  font-family: var(--font-mono);
  color: var(--c-red);
}

.news-sidebar ul a:hover,
.news-sidebar ul a:focus-visible {
  outline: 2px solid var(--c-yellow);
  outline-offset: 2px;
  background: rgba(230, 57, 70, 0.04);
}

.news-list {
  display: grid;
  gap: 1.75rem;
}

/* — 头条卡片 — */
.news-feature {
  background: #fff;
  border: 1px solid rgba(139, 153, 174, 0.32);
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.news-feature-figure {
  position: relative;
}

.figure-index {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #fff;
  background: rgba(17, 17, 17, 0.55);
  padding: 0.25rem 0.55rem;
  letter-spacing: 0.1em;
}

.news-feature-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.news-feature-body .card-title {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0.6rem 0;
}

.news-feature-body .card-text {
  color: #444;
  font-size: 0.96rem;
  line-height: 1.68;
  margin-bottom: 1.25rem;
}

.feature-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: auto;
}

.feature-code {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--c-gray);
}

/* — 编号条目 — */
.entry-list {
  display: grid;
  gap: 0.85rem;
}

.entry-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  background: #fff;
  border: 1px solid rgba(139, 153, 174, 0.28);
  border-left: 4px solid var(--c-red);
  padding: 1rem 1.1rem;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.entry-card:hover,
.entry-card:focus-within {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.entry-num {
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--c-red);
  line-height: 1.4;
}

.entry-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: center;
  margin-bottom: 0.3rem;
}

.meta-time {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--c-gray);
}

.entry-content h3 {
  margin: 0.35rem 0 0.4rem;
  font-size: 1rem;
  line-height: 1.45;
}

.entry-link {
  color: var(--c-black);
  text-decoration: none;
}

.entry-link:hover {
  color: var(--c-red);
}

.entry-excerpt {
  margin: 0;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
}

/* ===== 更新提示条 ===== */
.page-news .notice-bar {
  background: var(--c-green);
  color: #071f1c;
  font-size: 0.92rem;
  font-weight: 600;
}

.page-news .notice-bar a {
  color: #071f1c;
}

/* ===== 03 更新摘要区 ===== */
.updates-section {
  background: var(--c-blue);
  color: var(--c-rice);
  padding: 4rem 0;
}

.page-news .updates-section .section-index .index-num {
  color: var(--c-yellow);
}

.page-news .updates-section .index-label {
  color: rgba(241, 250, 238, 0.7);
  border-color: rgba(241, 250, 238, 0.28);
}

.updates-section h2 {
  color: var(--c-rice);
}

.section-head {
  margin-bottom: 1.5rem;
}

.updates-layout {
  display: grid;
  gap: 1.75rem;
}

.updates-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 250, 238, 0.18);
}

.updates-visual img {
  width: 100%;
  object-fit: cover;
}

.updates-visual figcaption {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--c-yellow);
  padding: 0.5rem 0.75rem;
  background: rgba(17, 17, 17, 0.25);
  margin: 0;
}

.update-panels {
  display: grid;
  gap: 0.75rem;
}

.update-panel {
  background: rgba(17, 17, 17, 0.2);
  border-left: 3px solid var(--c-gold);
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
}

.update-panel h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: var(--c-rice);
}

.update-panel p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(241, 250, 238, 0.82);
}

.panel-letter {
  grid-row: 1 / span 2;
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--c-gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
}

/* ===== 04 赛季记录专题 ===== */
.season-section {
  background: var(--c-mist);
  padding: 4rem 0;
}

.season-head {
  margin-bottom: 1.75rem;
}

.season-head .season-lead {
  max-width: 46rem;
  line-height: 1.75;
  color: #333;
}

.season-grid {
  display: grid;
  gap: 1.5rem;
}

.season-chart .figure {
  margin: 0;
  border: 1px solid rgba(139, 153, 174, 0.4);
  background: #fff;
}

.season-chart figcaption {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--c-gray);
  padding: 0.45rem 0.6rem;
  border-top: 1px solid var(--c-mist);
}

.season-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.stat-cell {
  background: #fff;
  border-top: 4px solid var(--c-gold);
  box-shadow: var(--shadow-sm);
  padding: 1rem 1.1rem;
  display: grid;
  gap: 0.25rem;
}

.stat-num {
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--c-blue);
}

.stat-label {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
}

.season-table-wrap {
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid rgba(139, 153, 174, 0.32);
  overflow: hidden;
}

.page-news .table-wrap {
  overflow-x: auto;
}

.page-news .data-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.page-news .data-table th,
.page-news .data-table td {
  text-align: left;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--c-mist);
  white-space: nowrap;
}

.page-news .data-table th {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--c-blue);
  color: var(--c-rice);
}

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

.page-news .data-table td:first-child {
  font-family: var(--font-mono);
  color: var(--c-red);
}

/* ===== 05 搜索与订阅区 ===== */
.search-section {
  background:
    radial-gradient(circle at 15% 80%, rgba(230, 57, 70, 0.2) 0%, transparent 28%),
    var(--c-black);
  color: var(--c-rice);
  padding: 4rem 0;
}

.search-copy p {
  line-height: 1.7;
  color: rgba(241, 250, 238, 0.85);
  max-width: 44rem;
}

.search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.25rem 0;
}

.search-contact {
  border-top: 1px solid rgba(241, 250, 238, 0.2);
  padding-top: 1.25rem;
  font-size: 0.9rem;
}

.search-contact a {
  color: var(--c-yellow);
  font-weight: 600;
  text-decoration: none;
}

.search-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 250, 238, 0.2);
}

.search-figure img {
  width: 100%;
  object-fit: cover;
}

.search-figure figcaption {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--c-rice);
  background: rgba(241, 250, 238, 0.06);
  padding: 0.55rem 0.75rem;
}

/* ===== 响应式 ===== */
@media (min-width: 720px) {
  .news-hero {
    padding: 4rem 0 6rem;
  }

  .news-hero-grid {
    grid-template-columns: 1.6fr 1fr;
    align-items: end;
  }

  .news-feature {
    grid-template-columns: 1.1fr 1fr;
  }

  .news-feature-figure .figure {
    height: 100%;
  }

  .news-feature-body {
    padding: 1.75rem;
  }

  .updates-layout {
    grid-template-columns: 1fr 1fr;
  }

  .season-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .search-layout {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .news-layout {
    grid-template-columns: 250px 1fr;
    gap: 2.5rem;
  }

  .news-sidebar {
    position: sticky;
    top: 1.5rem;
    align-self: start;
    padding-top: 0.6rem;
  }

  .update-panels {
    grid-template-columns: repeat(2, 1fr);
  }
}
