.page-news {
  --page-gutter: 16px;
  background: var(--paper);
  overflow-x: hidden;
}

/* ===== 深蓝首屏内嵌面包屑 ===== */
.page-news .breadcrumb--light {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: calc(var(--header-height) + 20px) var(--page-gutter) 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}
.page-news .breadcrumb--light a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-news .breadcrumb--light a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-news .breadcrumb--light [aria-current="page"] {
  color: #fff;
  font-weight: 600;
}

/* ===== 首屏 Hero ===== */
.page-news .news-hero {
  background-color: var(--deep-blue);
  background-image: linear-gradient(135deg, rgba(30, 152, 79, 0.18) 0%, transparent 56%),
    radial-gradient(circle at 86% 16%, rgba(51, 184, 107, 0.14) 0%, transparent 42%);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
  margin-bottom: calc(6vw + 8px);
}
.page-news .news-hero__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: 36px var(--page-gutter) calc(64px + 6vw);
}
.page-news .news-hero__eyebrow {
  margin: 0 0 18px;
  font-family: var(--font-data);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #8bb3a5;
  text-transform: uppercase;
}
.page-news .news-hero h1 {
  margin: 0;
  max-width: 12em;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(2.4rem, 8vw, 4.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.page-news .news-hero__lead {
  max-width: 34em;
  margin: 20px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}
.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 36px 0 0;
}
.page-news .news-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 14px 12px;
  background: rgba(10, 31, 68, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--pitch-green-light);
  border-radius: var(--radius-sm);
}
.page-news .news-hero__num {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
.page-news .news-hero__label {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.66);
}

/* ===== 通用小标题区 ===== */
.page-news .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px 20px;
  margin: 40px 0 20px;
}
.page-news .section-title__index {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  border: 1px solid currentColor;
  border-radius: var(--radius-sm);
  font-family: var(--font-data);
  font-size: 0.88rem;
  color: var(--pitch-green);
  vertical-align: middle;
}
.page-news .section-head__note {
  margin: 0 0 4px;
  font-size: 0.88rem;
  color: var(--muted-text);
}
.page-news .section-head--dark .section-title {
  color: #fff;
}
.page-news .section-head--dark .section-head__note {
  color: rgba(255, 255, 255, 0.62);
}

/* ===== 横向滚动主题带 ===== */
.page-news .news-live__rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px var(--page-gutter) 22px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-padding-inline: var(--page-gutter);
}
.page-news .news-post {
  position: relative;
  display: flex;
  flex: 0 0 272px;
  flex-direction: column;
  scroll-snap-align: start;
  padding: 22px 18px 18px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 var(--radius) var(--radius) 0;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-news .news-post:hover {
  border-color: var(--pitch-green-light);
  box-shadow: var(--shadow-md);
}
.page-news .news-post__bar {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background: var(--pitch-green);
}
.page-news .news-post--data .news-post__bar {
  background: var(--indigo);
}
.page-news .news-post--table .news-post__bar {
  background: var(--sun-yellow);
}
.page-news .news-post__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.page-news .news-post__time {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 0.82rem;
  white-space: nowrap;
  color: var(--muted-text);
}
.page-news .news-post h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.page-news .news-post p {
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted-text);
}
.page-news .news-post__link {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--pitch-green);
  text-decoration: none;
}
.page-news .news-post__link:hover {
  text-decoration: underline;
}

/* ===== 斜切标签扩展 ===== */
.page-news .news-post .tag,
.page-news .preview-card .tag,
.page-news .news-daily__list .tag {
  border-radius: 0;
  padding-left: 16px;
  padding-right: 14px;
  font-size: 0.75rem;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}
.page-news .tag--indigo {
  background: var(--indigo);
  color: #fff;
}

/* ===== 战报图文面板 ===== */
.page-news .news-live__panel {
  display: grid;
  gap: 22px;
  align-items: center;
  margin: 8px 0 32px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.page-news .news-live__panel img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-inline: auto;
  border-radius: var(--radius-sm);
  object-fit: cover;
  aspect-ratio: 2 / 3;
}
.page-news .news-live__panel-copy h3 {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1.4;
}
.page-news .news-live__panel-copy p {
  margin: 0 0 12px;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--muted-text);
}
.page-news .panel-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted-text);
}
.page-news .panel-note a {
  color: var(--pitch-green);
  font-weight: 600;
  text-decoration: none;
}
.page-news .panel-note a:hover {
  text-decoration: underline;
}

/* ===== 球队目录使用技巧 ===== */
.page-news .news-guide__inner {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.page-news .news-guide__inner > img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.page-news .news-guide__steps {
  display: grid;
  gap: 14px;
  margin: 0;
}
.page-news .news-guide__steps .legend__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.page-news .news-guide__steps .legend__key {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  background: var(--deep-blue);
  border-radius: var(--radius-sm);
  color: #fff;
  font-family: var(--font-data);
}
.page-news .news-guide__steps strong {
  display: block;
  font-family: var(--font-title);
  font-size: 1.02rem;
}
.page-news .news-guide__steps p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted-text);
}
.page-news .news-guide__details {
  margin: 16px 0;
  padding: 4px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.page-news .news-guide__details summary {
  padding: 10px 0;
  font-weight: 700;
  color: var(--deep-blue);
  cursor: pointer;
}
.page-news .news-guide__details p {
  margin: 6px 0 12px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted-text);
}

/* ===== 版本迭代与修复 ===== */
.page-news .news-versions__inner {
  display: grid;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}
.page-news .news-versions__log {
  display: grid;
  gap: 14px;
}
.page-news .version-card {
  padding: 20px 20px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--pitch-green-light);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  box-shadow: var(--shadow-sm);
}
.page-news .version-card__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.page-news .version-card__num {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--deep-blue);
}
.page-news .version-card ul {
  margin: 0;
  padding-left: 1.1rem;
}
.page-news .version-card li {
  margin: 6px 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted-text);
}
.page-news .news-versions__figure {
  margin: 0;
  padding: 18px;
  background: var(--deep-blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}
.page-news .news-versions__trend {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.page-news .news-versions__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.page-news .news-versions__figure figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

/* ===== 赛事前瞻卡片 ===== */
.page-news .news-preview__list {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.page-news .preview-card {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-news .preview-card:hover {
  border-color: var(--pitch-green-light);
  box-shadow: var(--shadow-md);
}
.page-news .preview-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--wine-red);
}
.page-news .preview-card:nth-child(2)::before {
  background: var(--indigo);
}
.page-news .preview-card:nth-child(3)::before {
  background: var(--orange);
}
.page-news .preview-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: var(--font-data);
  font-size: 0.82rem;
  color: var(--muted-text);
}
.page-news .preview-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  font-size: 1.18rem;
  line-height: 1.35;
}
.page-news .preview-card p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted-text);
}
.page-news .preview-card__link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--pitch-green);
  text-decoration: none;
}
.page-news .preview-card__link:hover {
  text-decoration: underline;
}

/* ===== 每日18点快讯 ===== */
.page-news .news-daily {
  margin-top: calc(6vw + 24px);
  padding: calc(6vw + 36px) 0 36px;
  background-color: var(--deep-blue);
  background-image: radial-gradient(circle at 12% 18%, rgba(51, 184, 107, 0.16), transparent 46%),
    linear-gradient(120deg, transparent 0 22%, rgba(255, 255, 255, 0.03) 22.2% 22.4%, transparent 22.6%);
  color: #fff;
  clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
}
.page-news .news-daily .section-head {
  margin-top: 0;
}
.page-news .news-daily__inner {
  display: grid;
  gap: 22px;
  align-items: center;
}
.page-news .news-daily__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .news-daily__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
}
.page-news .news-daily__list .tag {
  flex: 0 0 auto;
}
.page-news .news-daily__list p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
.page-news .news-daily__figure {
  margin: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}
.page-news .news-daily__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  object-fit: cover;
  aspect-ratio: 2 / 1;
}
.page-news .news-daily__figure figcaption {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.66);
}

/* ===== 底部浏览导航 ===== */
.page-news .news-more {
  margin: 36px 0 0;
  padding: 24px 0 40px;
  border-top: 1px solid var(--line);
}
.page-news .news-more__lead {
  margin: 0 0 14px;
  font-weight: 700;
  color: var(--deep-blue);
}
.page-news .news-more__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .news-more__links a {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--deep-blue);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.page-news .news-more__links a:hover {
  border-color: var(--pitch-green);
  color: var(--pitch-green);
}

/* ===== 焦点与可访问性 ===== */
.page-news a:focus-visible,
.page-news summary:focus-visible,
.page-news [tabindex="0"]:focus-visible {
  outline: 2px solid var(--pitch-green);
  outline-offset: 2px;
}

/* ===== 桌面端响应式 ===== */
@media (min-width: 768px) {
  .page-news {
    --page-gutter: 24px;
  }
  .page-news .news-hero__inner {
    padding-top: 48px;
  }
  .page-news .news-hero__stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-news .news-live__rail {
    padding-inline: max(24px, calc((100vw - min(100vw, var(--container-max))) / 2 + 24px));
    scroll-padding-inline: max(24px, calc((100vw - min(100vw, var(--container-max))) / 2 + 24px));
  }
  .page-news .news-live__panel {
    grid-template-columns: 260px 1fr;
  }
  .page-news .news-live__panel-copy h3 {
    font-size: 1.45rem;
  }
  .page-news .news-guide__inner {
    grid-template-columns: 5fr 7fr;
    gap: 32px;
  }
  .page-news .news-guide__inner > img {
    align-self: center;
  }
  .page-news .news-versions__inner {
    grid-template-columns: 7fr 5fr;
    gap: 32px;
  }
  .page-news .news-versions__figure {
    position: sticky;
    top: calc(var(--header-height) + 20px);
  }
  .page-news .news-preview__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-news .news-daily__inner {
    grid-template-columns: 7fr 5fr;
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .page-news {
    --page-gutter: 32px;
  }
  .page-news .news-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
  }
  .page-news .news-hero__lead {
    font-size: 1.15rem;
  }
  .page-news .news-post {
    flex-basis: 300px;
  }
  .page-news .section-head {
    margin-top: 56px;
  }
}
