.page-news {
  --news-max: 1200px;
  --news-gap: 20px;
  --news-aside: 300px;
  --cat-side: 200px;
  --ink-paper: #1A1408;
  --paper-bg: #F5EFE1;
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(184,184,192,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,184,192,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  color: #ffffff;
  font-family: var(--font-body);
  overflow-x: clip;
  min-height: 60vh;
}

.page-news *,
.page-news *::before,
.page-news *::after {
  box-sizing: border-box;
}

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

.page-news a,
.page-news button {
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, padding-left .2s ease;
}

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

.page-news .news-container {
  max-width: var(--news-max);
  margin: 0 auto;
  padding: 0 20px;
}

.page-news #report-index,
.page-news #report-230,
.page-news [id^="tab-"] {
  scroll-margin-top: calc(var(--header-h) + 20px);
}

/* 面包屑 */
.page-news .breadcrumbs {
  padding-top: 26px;
  margin-bottom: 22px;
}

.page-news .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .breadcrumb-item {
  font-size: 13px;
  color: var(--silver);
}

.page-news .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin-right: 10px;
  color: var(--silver);
  opacity: .45;
}

.page-news .breadcrumb-link {
  color: var(--electric);
  text-decoration: none;
  font-weight: 600;
}

.page-news .breadcrumb-link:hover {
  text-decoration: underline;
}

.page-news .breadcrumb-link[aria-current="page"] {
  color: var(--silver);
  text-decoration: none;
  font-weight: 400;
}

/* 页面标题 */
.page-news .page-title-block {
  position: relative;
  margin-bottom: 48px;
  padding: 16px 0 26px 20px;
  border-left: 4px solid var(--volt);
}

.page-news .title-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.page-news .title-meta .kicker {
  margin: 0;
  color: var(--volt);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-news .title-meta .status-chip {
  font-size: 12px;
}

.page-news .display-title {
  font-family: var(--font-head);
  font-size: clamp(34px, 7vw, 68px);
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 18px;
  transform: skewX(-2deg);
  transform-origin: left center;
}

.page-news .title-accent {
  color: var(--gold);
}

.page-news .page-caption {
  max-width: 680px;
  margin: 0;
  color: var(--silver);
  font-size: 17px;
  line-height: 1.65;
}

/* 章节头 */
.page-news .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 24px;
}

.page-news .section-head .kicker {
  margin: 0 0 6px;
  color: var(--volt);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-news .section-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.page-news .section-sub {
  margin: 0;
  max-width: 320px;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.55;
}

/* 本期战报 */
.page-news .feature-report {
  margin-bottom: 72px;
}

.page-news .feature-card {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  background: var(--bg-raised);
  border: 1px solid var(--line-soft);
  transition: border-color .25s ease, transform .25s ease;
}

.page-news .feature-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.page-news .feature-media {
  position: relative;
  min-height: 240px;
}

.page-news .feature-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.page-news .feature-media .tag--gold {
  position: absolute;
  top: 16px;
  left: 16px;
}

.page-news .feature-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 30px;
  border-top: 3px solid var(--electric);
}

.page-news .feature-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-news .feature-read {
  color: var(--silver);
  font-size: 13px;
  letter-spacing: .03em;
}

.page-news .feature-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.06;
  text-transform: uppercase;
  margin: 0;
}

.page-news .feature-desc {
  margin: 0;
  color: var(--silver);
  font-size: 15px;
  line-height: 1.65;
}

.page-news .feature-stats {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-news .feature-stats li {
  border-left: 2px solid var(--line-strong);
  padding-left: 10px;
}

.page-news .feature-stats strong {
  display: block;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.1;
  color: var(--electric);
}

.page-news .feature-stats span {
  font-size: 12px;
  color: var(--silver);
}

.page-news .feature-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.page-news .feature-no {
  font-size: 12px;
  line-height: 1.45;
  color: var(--silver);
  max-width: 220px;
}

/* 战报列表区域 */
.page-news .report-index {
  margin-bottom: 72px;
}

.page-news .report-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.page-news .cat-side {
  display: grid;
  gap: 20px;
}

.page-news .report-main {
  min-width: 0;
}

.page-news .sub-side {
  display: grid;
  gap: 20px;
}

/* 分类筛选 */
.page-news .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}

.page-news .filter-btn {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--silver);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 10px 18px;
}

.page-news .filter-btn sup {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  color: var(--gold);
}

.page-news .filter-btn:hover {
  color: var(--volt);
  border-color: var(--volt);
  transform: translateY(-1px);
}

.page-news .filter-btn[data-tab-active] {
  background: var(--volt);
  border-color: var(--volt);
  color: var(--ink);
}

.page-news .filter-btn[data-tab-active] sup {
  color: var(--ink);
}

.page-news .filter-tip {
  margin: 14px 0 20px;
  color: var(--silver);
  font-size: 13px;
  line-height: 1.5;
}

.page-news .report-pane {
  display: block;
}

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

/* 战报列表 */
.page-news .report-list,
.page-news .report-row-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-news .report-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 20px;
  background: var(--bg-raised);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--electric);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.page-news .report-card::after {
  content: "→";
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 18px;
  color: var(--electric);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}

.page-news .report-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: #13131C;
}

.page-news .report-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.page-news .report-num {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: rgba(184,184,192,.18);
}

.page-news .report-main {
  min-width: 0;
}

.page-news .report-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.page-news .report-rel {
  color: var(--electric);
  font-size: 13px;
  font-weight: 600;
}

.page-news .report-read {
  color: var(--silver);
  font-size: 12px;
}

.page-news .report-title {
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-news .report-desc {
  margin: 0;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.6;
}

.page-news .report-details {
  margin-top: 12px;
}

.page-news .report-details summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  color: var(--electric);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.page-news .report-details summary::-webkit-details-marker {
  display: none;
}

.page-news .report-details summary::after {
  content: "+";
  display: inline-flex;
  width: 18px;
  height: 18px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--line-strong);
  color: var(--electric);
  font-size: 13px;
  line-height: 1;
}

.page-news .report-details[open] summary::after {
  content: "–";
}

.page-news .report-details ul {
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 6px;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.6;
}

.page-news .report-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* 紧凑行 */
.page-news .report-row {
  border: 1px solid var(--line-soft);
  background: var(--bg-raised);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.page-news .report-row:hover {
  border-color: var(--line-strong);
  background: rgba(0,200,255,.06);
  transform: translateX(4px);
}

.page-news .report-row--link .report-row-link,
.page-news .report-row--plain {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 14px;
  padding: 16px 18px;
  align-items: center;
}

.page-news .report-row--link .report-row-link {
  color: inherit;
  text-decoration: none;
}

.page-news .report-item--focus .report-row {
  border-left: 3px solid var(--gold);
}

.page-news .report-row-num {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--gold);
}

.page-news .report-row-main {
  min-width: 0;
}

.page-news .report-row-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.page-news .report-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.page-news .report-row-read {
  color: var(--electric);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* 侧栏共享 */
.page-news .side-card {
  background: var(--bg-raised);
  border: 1px solid var(--line-soft);
  padding: 24px 22px;
}

.page-news .side-kicker {
  margin: 0 0 6px;
  color: var(--volt);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-news .side-title {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-size: 21px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

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

.page-news .cat-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  background: transparent;
  border: 0;
  border-left: 2px solid transparent;
  color: var(--silver);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.page-news .cat-link:hover {
  color: var(--volt);
  background: rgba(57,255,20,.06);
  border-left-color: var(--volt);
  padding-left: 18px;
}

.page-news .cat-count {
  font-family: var(--font-head);
  font-size: 14px;
  color: var(--gold);
}

.page-news .cat-note {
  margin: 10px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
  color: var(--silver);
  font-size: 12px;
  line-height: 1.5;
}

.page-news .stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-news .stat-list li {
  border-left: 2px solid var(--line-strong);
  padding-left: 10px;
}

.page-news .stat-list strong {
  display: block;
  font-family: var(--font-head);
  font-size: 22px;
  line-height: 1;
  color: var(--electric);
}

.page-news .stat-list span {
  font-size: 12px;
  color: var(--silver);
}

/* 订阅纸卡 */
.page-news .sub-card {
  position: relative;
  overflow: hidden;
  background: var(--paper-bg);
  color: var(--ink-paper);
  border-bottom: 4px solid var(--gold);
  padding: 26px 24px 24px;
}

.page-news .sub-card::after {
  content: "订阅";
  position: absolute;
  right: 10px;
  top: 8px;
  font-family: var(--font-head);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: rgba(26,20,8,.07);
  text-transform: uppercase;
  pointer-events: none;
}

.page-news .sub-card-kicker {
  margin: 0 0 8px;
  color: var(--live);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-news .sub-card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
}

.page-news .sub-card-desc {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26,20,8,.78);
}

.page-news .sub-card-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink-paper);
  color: var(--paper-bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 13px 18px;
}

.page-news .sub-card-btn:hover {
  background: var(--live);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-news .sub-card-email {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(26,20,8,.6);
}

/* 资料下载卡 */
.page-news .data-card .side-desc {
  margin: 0 0 16px;
  color: var(--silver);
  font-size: 14px;
  line-height: 1.65;
}

.page-news .data-card .text-arrow {
  color: var(--electric);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.page-news .data-card .text-arrow:hover {
  color: var(--volt);
}

/* 完整战报正文 */
.page-news .report-body {
  margin-bottom: 72px;
}

.page-news .report-body-inner {
  position: relative;
  background: var(--paper-bg);
  color: var(--ink-paper);
  padding: 28px 22px 34px;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.page-news .report-body-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--volt) 0 33%, var(--electric) 33% 66%, var(--gold) 66% 100%);
}

.page-news .report-body-header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.page-news .report-body-relative {
  font-size: 13px;
  font-weight: 600;
  color: rgba(26,20,8,.6);
}

.page-news .report-body-title {
  margin: 14px 0 12px;
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.04;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.page-news .report-body-lead {
  margin: 0 0 26px;
  padding-left: 16px;
  border-left: 3px solid var(--live);
  font-size: 17px;
  line-height: 1.7;
  color: rgba(26,20,8,.85);
}

.page-news .report-body-copy h3 {
  margin: 28px 0 10px;
  padding-left: 12px;
  border-left: 4px solid var(--gold);
  font-family: var(--font-head);
  font-size: 19px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.page-news .report-body-copy p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(26,20,8,.88);
}

.page-news .report-body-copy ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .report-body-copy li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(26,20,8,.86);
}

.page-news .report-body-copy li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 12px;
  background: var(--volt);
  clip-path: polygon(30% 0, 100% 50%, 30% 100%, 0 50%);
}

.page-news .report-body-copy .text-arrow {
  color: var(--ink-paper);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid var(--ink-paper);
  padding-bottom: 2px;
}

.page-news .report-body-copy .text-arrow:hover {
  color: var(--live);
  border-color: var(--live);
}

.page-news .report-body-inner .tag--ghost {
  color: var(--ink-paper);
  border-color: rgba(26,20,8,.4);
}

.page-news .report-body-inner .tag--gold {
  color: #8A6D12;
  border-color: rgba(138,109,18,.45);
}

.page-news .report-data-aside {
  margin-top: 30px;
  background: var(--bg-raised);
  border-top: 3px solid var(--electric);
  padding: 22px 20px;
}

.page-news .report-data-aside h4 {
  margin: 0 0 14px;
  color: var(--volt);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-news .report-data-aside ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .report-data-aside li {
  padding-left: 12px;
  border-left: 2px solid var(--line-strong);
  color: var(--silver);
  font-size: 13px;
  line-height: 1.5;
}

.page-news .report-data-aside a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--electric);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.page-news .report-data-aside a:hover {
  color: var(--volt);
  padding-left: 8px;
}

/* 订阅横幅 */
.page-news .subscribe-band {
  margin-bottom: 0;
}

.page-news .subscribe-band-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 34px 24px;
  background: linear-gradient(135deg, #0F0F18 0%, var(--bg-raised) 60%, #10101A 100%);
  border-top: 3px solid var(--volt);
  border-bottom: 3px solid var(--gold);
}

.page-news .subscribe-band-kicker {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-news .subscribe-band-title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1;
  text-transform: uppercase;
}

.page-news .subscribe-band-desc {
  margin: 0;
  max-width: 560px;
  color: var(--silver);
  font-size: 15px;
  line-height: 1.7;
}

.page-news .subscribe-band-email {
  margin: 12px 0 0;
  color: var(--electric);
  font-weight: 700;
  font-size: 15px;
}

.page-news .subscribe-band-action {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.page-news .sub-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--volt);
  color: var(--ink-paper);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .02em;
  text-decoration: none;
  padding: 16px 26px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.page-news .sub-cta-btn:hover {
  background: var(--gold);
  color: var(--ink-paper);
  transform: translateY(-2px);
}

.page-news .sub-cta-note {
  margin: 0;
  max-width: 240px;
  color: var(--silver);
  font-size: 12px;
  line-height: 1.5;
}

/* 标签调色：分类标签荧光绿描边 */
.page-news .tag--ghost {
  color: var(--volt);
  border-color: var(--volt);
}

/* 响应式 */
@media (min-width: 640px) {
  .page-news .report-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: start;
  }

  .page-news .report-title {
    font-size: 22px;
  }

  .page-news .report-thumb img {
    width: 140px;
    height: 96px;
  }

  .page-news .report-row--link .report-row-link,
  .page-news .report-row--plain {
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .page-news .report-row-meta {
    margin-top: 4px;
  }
}

@media (min-width: 900px) {
  .page-news .feature-card {
    grid-template-columns: minmax(0, 11fr) minmax(0, 9fr);
  }

  .page-news .feature-media {
    min-height: 360px;
  }

  .page-news .feature-media img {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .page-news .feature-body {
    border-top: 0;
    border-left: 3px solid var(--electric);
  }

  .page-news .report-body-inner {
    padding: 44px 48px 48px;
  }

  .page-news .report-body-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 40px;
    align-items: start;
  }

  .page-news .report-data-aside {
    margin-top: 0;
  }

  .page-news .subscribe-band-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 44px 48px;
  }
}

@media (min-width: 1024px) {
  .page-news .report-layout {
    grid-template-columns: var(--cat-side) minmax(0, 1fr) var(--news-aside);
    gap: 32px;
  }

  .page-news .cat-side {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
}
