/* ===== 赛事文章页专属样式 ===== */
.page-news {
  --news-card-radius: 10px;
  --news-gold-grad: linear-gradient(92deg, #FFD700 0%, #FFE066 100%);
  --news-red-grad: linear-gradient(92deg, #E10600 0%, #FF4B3E 100%);
  background: #F2F2F2;
  color: #111111;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

.page-news .page-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ---------- 面包屑 ---------- */
.page-news .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
}

.page-news .breadcrumb-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.25s;
}

.page-news .breadcrumb-link:hover {
  color: #FFD700;
}

.page-news .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Hero ---------- */
.page-news .news-hero {
  position: relative;
  background: linear-gradient(124deg, #0A0A0A 0%, #2A0A0F 55%, #101820 100%);
  overflow: hidden;
  padding: 110px 0 52px;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -80px;
  width: 420px;
  height: 120px;
  background: linear-gradient(105deg, transparent 20%, rgba(225, 6, 0, 0.35) 40%, rgba(255, 215, 0, 0.18) 80%, transparent 100%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.page-news .news-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

.page-news .news-hero-copy {
  color: #FFFFFF;
}

.page-news .mono-tag {
  font-family: 'JetBrains Mono', Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #FFD700;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}

.page-news .news-hero .page-hero-title {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.16;
  margin: 0 0 16px;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.page-news .text-gold {
  color: #FFD700;
}

.page-news .news-hero-sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.85;
  max-width: 620px;
  margin: 0;
}

.page-news .news-hero-meta {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid #E10600;
  border-radius: 8px;
  padding: 20px 24px;
}

.page-news .news-hero-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-news .news-hero-meta li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  gap: 14px;
  align-items: baseline;
  line-height: 1.6;
}

.page-news .news-hero-meta .mono {
  font-family: 'JetBrains Mono', Consolas, monospace;
  color: #00E676;
  font-size: 12px;
  min-width: 96px;
  flex-shrink: 0;
}

/* ---------- 筛选按钮 ---------- */
.page-news .dataset-filter {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.page-news .filter-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.page-news .filter-btn:hover {
  border-color: #FFD700;
  color: #FFD700;
  background: rgba(255, 215, 0, 0.08);
}

/* ---------- 板块通用 ---------- */
.page-news .news-section {
  padding: 60px 0 64px;
}

.page-news .section-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 36px;
}

.page-news .section-heading h2 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.22;
  margin: 0 0 6px;
  color: #111111;
}

.page-news .section-heading .section-note {
  color: #666666;
  font-size: 14px;
  margin: 0;
  line-height: 1.65;
}

.page-news .panel-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 10px;
  background: linear-gradient(92deg, #E10600 0%, #FF4B3E 100%);
  color: #FFFFFF;
  font-family: 'JetBrains Mono', Consolas, monospace;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  transform: skewX(-8deg);
  margin-top: 4px;
  box-shadow: 0 4px 12px rgba(225, 6, 0, 0.25);
  flex-shrink: 0;
}

.page-news .tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(225, 6, 0, 0.08);
  color: #E10600;
  border: 1px solid rgba(225, 6, 0, 0.18);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-news .mono {
  font-family: 'JetBrains Mono', Consolas, monospace;
  font-size: 12px;
}

.page-news .card-summary {
  color: #666666;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.page-news .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  font-size: 13px;
  color: #666666;
}

.page-news .card-link {
  color: #E10600;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.page-news .card-link:hover {
  color: #FF4B3E;
}

.page-news .btn-red {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(92deg, #E10600 0%, #FF4B3E 100%);
  color: #FFFFFF;
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-news .btn-red:hover {
  box-shadow: 0 8px 24px rgba(225, 6, 0, 0.32);
  transform: translateY(-2px);
}

.page-news .btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(92deg, #FFD700 0%, #FFE066 100%);
  color: #111111;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.page-news .btn-gold:hover {
  box-shadow: 0 10px 26px rgba(255, 215, 0, 0.28);
  transform: translateY(-2px);
}

/* ---------- 卡片基础 ---------- */
.page-news .issue-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E8E6E3;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
}

.page-news .issue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

/* ---------- 最新战报 ---------- */
.page-news .news-reports-section {
  background: #F2F2F2;
}

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

.page-news .report-featured {
  display: grid;
}

.page-news .report-media {
  overflow: hidden;
}

.page-news .report-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-news .issue-card:hover .report-media img {
  transform: scale(1.03);
}

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

.page-news .card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .stat-inline {
  color: #666666;
  font-size: 12px;
}

.page-news .report-body h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.38;
  margin: 0 0 10px;
  color: #111111;
}

.page-news .report-body .card-summary {
  margin-bottom: 18px;
}

.page-news .report-list {
  display: grid;
  gap: 16px;
}

.page-news .report-item {
  display: flex;
  gap: 16px;
  padding: 20px;
}

.page-news .report-item .panel-index {
  margin-top: 0;
  flex-shrink: 0;
}

.page-news .report-item-body {
  flex: 1;
  min-width: 0;
}

.page-news .report-item-body h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 8px;
  color: #111111;
}

/* ---------- 数据复盘 ---------- */
.page-news .news-data-section {
  background: #0A0A0A;
  position: relative;
  overflow: hidden;
}

.page-news .news-data-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

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

.page-news .news-data-section .section-heading h2 {
  color: #FFFFFF;
}

.page-news .news-data-section .section-note {
  color: rgba(255, 255, 255, 0.55);
}

.page-news .data-review-layout {
  display: grid;
  gap: 28px;
}

.page-news .analysis-featured {
  background: #141414;
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}

.page-news .analysis-chart {
  overflow: hidden;
}

.page-news .analysis-chart img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.page-news .analysis-featured:hover .analysis-chart img {
  transform: scale(1.02);
}

.page-news .analysis-body {
  padding: 24px;
}

.page-news .analysis-body h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 12px 0 10px;
}

.page-news .analysis-body .card-summary {
  color: rgba(255, 255, 255, 0.68);
}

.page-news .analysis-body .card-meta {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 18px;
}

.page-news .analysis-list {
  display: grid;
  gap: 16px;
}

.page-news .analysis-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 22px;
  display: flex;
  gap: 14px;
}

.page-news .analysis-item .panel-index {
  background: rgba(255, 255, 255, 0.08);
  transform: none;
  color: #00E676;
  box-shadow: none;
  flex-shrink: 0;
  margin-top: 0;
}

.page-news .analysis-item-main {
  flex: 1;
  min-width: 0;
}

.page-news .analysis-item-main h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 10px 0 8px;
}

.page-news .analysis-item-main .card-summary {
  color: rgba(255, 255, 255, 0.62);
}

.page-news .analysis-item-main .card-meta {
  color: rgba(255, 255, 255, 0.5);
}

.page-news .analysis-item-main .card-link {
  color: #00E676;
}

.page-news .analysis-item-main .card-link:hover {
  color: #FFD700;
}

/* ---------- 版本更新日志 ---------- */
.page-news .news-version-section {
  background: #0D0D0D;
  position: relative;
  overflow: hidden;
}

.page-news .news-version-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #E10600 0%, #FFD700 120%);
  opacity: 0.8;
}

.page-news .news-version-section .section-heading h2 {
  color: #FFFFFF;
}

.page-news .news-version-section .section-note {
  color: rgba(255, 255, 255, 0.55);
}

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

.page-news .version-timeline {
  display: grid;
  gap: 14px;
}

.page-news .version-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid #E10600;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.3s, border-color 0.3s;
}

.page-news .version-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-left-color: #FFD700;
}

.page-news .version-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-news .version-mark .mono {
  font-family: 'JetBrains Mono', Consolas, monospace;
  color: #FFD700;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
}

.page-news .version-content h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0 0 6px;
}

.page-news .version-content .card-summary {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.page-news .version-content .card-meta {
  color: rgba(255, 255, 255, 0.45);
  margin-top: 10px;
  font-size: 13px;
}

.page-news .version-note-card {
  background: #141414;
  border: 1px solid #2A2A2A;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 24px;
  align-self: start;
}

.page-news .version-note-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-news .version-note-card h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  margin: 22px 20px 10px;
}

.page-news .version-note-card p {
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.75;
  margin: 0 20px 18px;
}

/* ---------- 专题系列 ---------- */
.page-news .news-feature-section {
  background: #F2F2F2;
}

.page-news .feature-layout {
  display: grid;
  gap: 28px;
}

.page-news .feature-large {
  background: #FFFFFF;
  border: 1px solid #E8E6E3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.page-news .feature-large::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #E10600 0%, #FFD700 130%);
}

.page-news .feature-media {
  overflow: hidden;
}

.page-news .feature-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.page-news .feature-large:hover .feature-media img {
  transform: scale(1.02);
}

.page-news .feature-body {
  padding: 24px;
}

.page-news .feature-body h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.4;
  color: #111111;
  margin: 12px 0 10px;
}

.page-news .feature-body .card-meta {
  margin-top: 18px;
}

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

.page-news .feature-item {
  display: flex;
  gap: 14px;
  padding: 20px;
}

.page-news .feature-item .panel-index {
  flex-shrink: 0;
  margin-top: 0;
}

.page-news .feature-item-main {
  flex: 1;
  min-width: 0;
}

.page-news .feature-item-main h3 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.5;
  margin: 10px 0 8px;
  color: #111111;
}

.page-news .feature-item-main .card-meta {
  color: #666666;
}

/* ---------- 内链横幅 ---------- */
.page-news .news-linkout {
  background: linear-gradient(124deg, #0A0A0A 0%, #2A0A0F 55%, #101820 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.page-news .news-linkout::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.page-news .linkout-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 32px;
  position: relative;
}

.page-news .linkout-panel h2 {
  font-family: 'Arial Black', 'PingFang SC', sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #FFFFFF;
  margin: 8px 0 22px;
}

.page-news .linkout-grid {
  display: grid;
  gap: 14px;
}

.page-news .linkout-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.86);
  padding: 14px 18px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.page-news .linkout-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #FFD700;
  transform: translateX(4px);
}

/* ---------- 桌面响应式 ---------- */
@media (min-width: 720px) {
  .page-news .news-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
  }

  .page-news .news-hero .page-hero-title {
    font-size: 42px;
  }

  .page-news .section-heading h2 {
    font-size: 32px;
  }

  .page-news .reports-layout,
  .page-news .data-review-layout,
  .page-news .version-layout,
  .page-news .feature-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: start;
  }

  .page-news .report-featured {
    margin-top: 24px;
  }

  .page-news .report-list {
    margin-top: -24px;
  }

  .page-news .analysis-list {
    margin-top: 8px;
  }

  .page-news .version-timeline {
    margin-top: 4px;
  }

  .page-news .feature-side {
    margin-top: 12px;
  }

  .page-news .report-media img {
    height: 240px;
    object-fit: cover;
  }

  .page-news .analysis-chart img {
    height: 260px;
    object-fit: cover;
  }

  .page-news .feature-media img {
    height: 280px;
    object-fit: cover;
  }

  .page-news .linkout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-news .news-hero {
    padding: 130px 0 64px;
  }

  .page-news .news-section {
    padding: 76px 0 84px;
  }

  .page-news .news-hero-sub {
    font-size: 16px;
  }

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

  .page-news .analysis-item {
    padding: 26px;
  }

  .page-news .feature-item {
    padding: 24px;
  }

  .page-news .report-body {
    padding: 28px;
  }

  .page-news .analysis-body {
    padding: 28px;
  }

  .page-news .feature-body {
    padding: 28px;
  }

  .page-news .report-item-body h3,
  .page-news .analysis-item-main h3,
  .page-news .feature-item-main h3 {
    font-size: 18px;
  }

  .page-news .report-media img,
  .page-news .analysis-chart img {
    height: auto;
  }

  .page-news .feature-media img {
    height: auto;
  }
}
