/* ===== 页面作用域：战报与转会 /blog/ ===== */
.page-news {
  background: var(--ink);
  color: var(--white);
  overflow-x: clip;
}

/* ---- 首屏 ---- */
.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--rail-h) + var(--header-h) + 40px);
  padding-bottom: clamp(34px, 6vw, 62px);
}
.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(90% 72% at 86% -6%, var(--glow-cy), transparent 62%),
    linear-gradient(180deg, rgba(16, 35, 58, 0.92), rgba(10, 22, 34, 0) 88%);
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -14%;
  width: min(620px, 74%);
  height: min(400px, 68%);
  pointer-events: none;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(160deg, rgba(43, 224, 210, 0.12), rgba(27, 50, 71, 0.9));
}
.page-news .news-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(26px, 5vw, 44px);
}
.page-news .news-hero-copy .crumbs {
  margin-bottom: 18px;
}
.page-news .news-hero-copy .kicker {
  color: var(--cyan);
}
.page-news .news-hero-copy h1 {
  margin: 10px 0 16px;
  max-width: 20ch;
}
.page-news .news-hero-copy .lede {
  max-width: 38ch;
  color: var(--muted);
}
.page-news .news-hero-anchor {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line-cy);
}
.page-news .anchor-num {
  margin: 0;
  font-size: clamp(54px, 15vw, 96px);
  line-height: 0.86;
  letter-spacing: -0.02em;
  color: var(--cyan);
}
.page-news .anchor-cap {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}
.page-news .quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 22px;
}
.page-news .quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-cy);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.page-news .quick-link::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--cyan);
}
.page-news .quick-link:hover {
  color: var(--white);
  border-color: var(--white);
}

/* ---- 栏目切换条 ---- */
.page-news .viewbar {
  position: sticky;
  top: var(--header-h);
  z-index: 6;
  background: rgba(10, 22, 34, 0.94);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.page-news .viewbar-list {
  display: flex;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-news .viewbar-list::-webkit-scrollbar {
  display: none;
}
.page-news .viewbar-link {
  position: relative;
  display: block;
  padding: 16px 16px 18px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.18s var(--ease);
}
.page-news .viewbar-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s var(--ease);
}
.page-news .viewbar-link:hover {
  color: var(--white);
}
.page-news .viewbar-link[aria-current="true"] {
  color: var(--white);
}
.page-news .viewbar-link[aria-current="true"]::after {
  transform: scaleX(1);
}

/* ---- 主体网格 ---- */
.page-news .news-layout {
  display: grid;
  gap: 34px;
  padding: clamp(34px, 6vw, 62px) 0 clamp(48px, 8vw, 92px);
}
.page-news .news-stream {
  display: grid;
  gap: clamp(48px, 7vw, 84px);
  min-width: 0;
}
.page-news .news-toc {
  padding-left: 16px;
  border-left: 1px solid var(--line-soft);
}
.page-news .toc-title {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.page-news .toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .toc-link {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.18s var(--ease);
}
.page-news .toc-link:hover,
.page-news .toc-link:focus-visible {
  color: var(--cyan);
}

/* ---- 章节头 ---- */
.page-news .sec-head {
  max-width: 620px;
  margin-bottom: 26px;
}
.page-news .sec-head .kicker {
  color: var(--cyan);
}
.page-news .sec-head h2 {
  margin: 10px 0 12px;
}
.page-news .sec-head .lede {
  max-width: 38ch;
  color: var(--muted);
}

/* ---- 图片框 ---- */
.page-news .figure {
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  background: var(--panel);
}
.page-news .figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .figure--16x9 {
  aspect-ratio: 16 / 9;
}
.page-news .figure--3x2 {
  aspect-ratio: 3 / 2;
}
.page-news .figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 22, 34, 0.1) 40%, rgba(10, 22, 34, 0.78));
}
.page-news .figure figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--muted);
}

/* ---- 战报时间线 ---- */
.page-news .tl {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .tl::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan), var(--line-soft));
}
.page-news .tl-item {
  position: relative;
  padding: 0 0 30px 30px;
}
.page-news .tl-item:last-child {
  padding-bottom: 0;
}
.page-news .tl-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  background: var(--ink);
  border: 2px solid var(--cyan);
}
.page-news .tl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-news .tl-title {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--white);
}
.page-news .tl-sum {
  margin: 0 0 10px;
  max-width: 40ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.page-news .ev {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-news .ev-item {
  position: relative;
  padding-left: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--white);
}
.page-news .ev-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background: var(--cyan);
}
.page-news .ev-sub::before {
  background: var(--yellow);
}
.page-news .ev-card::before {
  background: var(--red);
}

/* ---- 转会卡片流 ---- */
.page-news .filter-bar {
  margin-bottom: 22px;
}
.page-news .tcard-grid {
  display: grid;
  gap: 14px;
}
.page-news .tcard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background: var(--ink-2);
  border: 1px solid var(--line);
}
.page-news .tcard--feature {
  background: linear-gradient(165deg, rgba(43, 224, 210, 0.09), var(--ink-2) 64%);
}
.page-news .tcard-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--panel);
}
.page-news .tcard-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .tcard-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 22, 34, 0.05), rgba(10, 22, 34, 0.62));
}
.page-news .tcard-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-news .tcard-sum {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}
.page-news .tcard-meta {
  margin: auto 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
}

/* ---- 数据区间 ---- */
.page-news .range-list {
  display: grid;
  gap: 14px;
}
.page-news .range-item {
  padding: 18px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-left: 2px solid var(--cyan);
}
.page-news .range-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 14px;
}
.page-news .range-key {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.page-news .range-val {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: var(--cyan);
}
.page-news .range-val .num {
  font-size: 26px;
  line-height: 1;
}
.page-news .range-unit {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.page-news .range-note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--muted);
}

/* ---- 专栏拼贴 ---- */
.page-news .collage {
  display: grid;
  gap: 14px;
}
.page-news .ctile {
  position: relative;
  padding: 22px;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid var(--line);
}
.page-news .ctile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 2px;
  background: var(--cyan);
}
.page-news .ctile--b {
  background: linear-gradient(150deg, rgba(43, 224, 210, 0.14), var(--ink-2) 62%);
}
.page-news .ctile--c {
  background: linear-gradient(150deg, rgba(255, 106, 31, 0.16), var(--ink-2) 64%);
}
.page-news .ctile--c::before {
  background: var(--orange);
}
.page-news .ctile-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.page-news .ctile-sum {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}
.page-news .ctile-meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
}

/* ---- 更新节奏 ---- */
.page-news .cadence {
  margin: 0;
  border-top: 1px solid var(--line);
}
.page-news .cadence-row {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.page-news .cadence-key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
}
.page-news .cadence-val {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--white);
}

/* ---- 继续看 ---- */
.page-news .next-grid {
  display: grid;
  gap: 12px;
}
.page-news .next-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s var(--ease), background 0.18s var(--ease);
}
.page-news .next-card:hover,
.page-news .next-card:focus-visible {
  border-color: var(--line-cy);
  background: #12293f;
}
.page-news .next-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--white);
}
.page-news .next-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---- 平板与桌面 ---- */
@media (min-width: 620px) {
  .page-news .tcard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-news .tcard--feature {
    grid-column: 1 / -1;
  }
  .page-news .tcard--feature .tcard-media {
    aspect-ratio: 21 / 9;
  }
}

@media (min-width: 680px) {
  .page-news .cadence-row {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 26px;
    align-items: baseline;
  }
  .page-news .next-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-news .next-card:first-child {
    grid-column: span 2;
  }
}

@media (min-width: 760px) {
  .page-news .collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 26px;
  }
  .page-news .ctile--a {
    grid-column: span 4;
  }
  .page-news .ctile--b {
    grid-column: span 2;
    transform: translateY(26px);
  }
  .page-news .ctile--c {
    grid-column: span 2;
    transform: translateY(-8px);
  }
  .page-news .ctile--d {
    grid-column: span 4;
    transform: translateY(18px);
  }
}

@media (min-width: 900px) {
  .page-news .news-hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
  .page-news .news-hero-anchor {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 168px;
    text-align: right;
  }
  .page-news .anchor-cap {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .page-news .news-layout {
    grid-template-columns: 198px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
  }
  .page-news .news-toc {
    position: sticky;
    top: calc(var(--header-h) + 78px);
  }
  .page-news .toc-list {
    display: block;
  }
  .page-news .toc-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .page-news .range-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .page-news .range-item:first-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .quick-link,
  .page-news .viewbar-link,
  .page-news .viewbar-link::after,
  .page-news .toc-link,
  .page-news .next-card {
    transition: none;
  }
  .page-news .ctile--b,
  .page-news .ctile--c,
  .page-news .ctile--d {
    transform: none;
  }
}
