.page-news {
  --news-gap: clamp(26px, 5vw, 52px);
  padding: clamp(14px, 3vw, 30px) clamp(14px, 3.4vw, 46px) clamp(64px, 9vw, 108px);
  color: var(--mist);
  overflow-wrap: break-word;
}

.page-news .breadcrumb {
  margin-bottom: clamp(18px, 3vw, 30px);
}

/* ---------- 栏目头部 ---------- */
.page-news .news-hero {
  display: grid;
  gap: clamp(22px, 4vw, 40px);
  padding-bottom: var(--news-gap);
  border-bottom: 1px solid var(--hair);
}

.page-news .news-hero__eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.page-news .news-hero__stamp {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--steel);
}

.page-news .news-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(40px, 8vw, 76px);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--mist);
}

.page-news .news-hero__title::after {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 18px;
  border-radius: var(--pill);
  background: linear-gradient(90deg, var(--signal), var(--amber));
}

.page-news .news-hero__lede {
  max-width: 40ch;
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.78;
  color: var(--mist);
}

.page-news .news-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin: clamp(24px, 4vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 12px;
  border-top: 1px solid var(--hair);
}

.page-news .news-hero__stats b {
  font-family: var(--font-mono);
  font-size: clamp(19px, 2.6vw, 25px);
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--signal);
}

.page-news .news-hero__stats li:nth-child(2) b { color: var(--teal); }
.page-news .news-hero__stats li:nth-child(3) b { color: var(--amber); }
.page-news .news-hero__stats li:nth-child(4) b { color: var(--mist); }

.page-news .news-hero__stats span {
  font-size: 13px;
  line-height: 1.5;
  color: var(--steel);
}

.page-news .news-hero__figure {
  position: relative;
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
}

.page-news .news-hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px var(--hair);
  pointer-events: none;
}

.page-news .news-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* ---------- 主体骨架 ---------- */
.page-news .news-shell {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  margin-top: clamp(30px, 5vw, 56px);
}

.page-news .news-stream {
  min-width: 0;
}

/* ---------- 左侧栏目索引 ---------- */
.page-news .news-rail {
  position: sticky;
  top: 0;
  z-index: 6;
  padding: 10px 0 12px;
  background: var(--night);
}

.page-news .news-rail__title {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--steel);
}

.page-news .news-rail__list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.page-news .news-rail__list::-webkit-scrollbar {
  display: none;
}

.page-news .news-rail__list li {
  flex: 0 0 auto;
}

.page-news .news-rail__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: var(--pill);
  border: 1px solid var(--hair);
  background: var(--indigo-deep);
  color: var(--steel);
  font-size: 13.5px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease);
}

.page-news .news-rail__idx {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--signal);
}

.page-news .news-rail__link:hover,
.page-news .news-rail__link:focus-visible {
  color: var(--mist);
  border-color: rgba(255, 90, 31, .55);
  background: var(--indigo);
  outline: none;
}

/* ---------- 章节 ---------- */
.page-news .news-section {
  margin-top: clamp(34px, 5vw, 60px);
  padding-top: clamp(22px, 3.5vw, 34px);
  border-top: 1px solid var(--hair);
}

.page-news .news-section:first-child {
  margin-top: 0;
}

.page-news .band {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-bottom: clamp(14px, 2.4vw, 20px);
  padding-top: 6px;
}

.page-news .band__no {
  font-family: var(--font-mono);
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--signal);
}

.page-news .band__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 30px);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--mist);
}

.page-news .band__rule {
  flex: 1 1 40px;
  min-width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--hair), transparent);
}

.page-news #youth .band__no { color: var(--teal); }
.page-news #review .band__no { color: var(--amber); }

.page-news .news-section__lede {
  max-width: 56ch;
  margin: 0 0 clamp(20px, 3vw, 28px);
  font-size: 15.5px;
  line-height: 1.82;
  color: var(--steel);
}

.page-news .news-section__foot {
  max-width: 60ch;
  margin: clamp(18px, 3vw, 26px) 0 0;
  font-size: 14px;
  line-height: 1.78;
  color: var(--steel);
}

.page-news .news-section__foot a {
  color: var(--signal);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 90, 31, .38);
}

.page-news .news-section__foot a:hover,
.page-news .news-section__foot a:focus-visible {
  color: var(--amber);
  border-bottom-color: currentColor;
}

/* ---------- 转会条目流 ---------- */
.page-news .entry-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .entry {
  position: relative;
  padding: 20px 4px 20px 20px;
  border-bottom: 1px solid var(--hair-soft);
  transition: background-color .3s var(--ease);
}

.page-news .entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: var(--pill);
  background: var(--signal);
  opacity: .5;
  transition: opacity .3s var(--ease);
}

.page-news .entry--youth::before {
  background: var(--teal);
}

.page-news .entry__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .02em;
  color: var(--steel);
}

.page-news .entry__time {
  position: relative;
  padding-left: 12px;
}

.page-news .entry__time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: var(--amber);
}

.page-news .entry__title {
  margin: 0 0 7px;
  font-family: var(--font-head);
  font-size: clamp(16.5px, 2.1vw, 19px);
  font-weight: 700;
  line-height: 1.48;
  color: var(--mist);
}

.page-news .entry__sum {
  max-width: 62ch;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--steel);
}

@media (hover: hover) {
  .page-news .entry__sum {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-news .entry:hover .entry__sum,
  .page-news .entry:focus-within .entry__sum {
    -webkit-line-clamp: 3;
  }

  .page-news .entry:hover {
    background: linear-gradient(90deg, rgba(255, 90, 31, .07), transparent 74%);
  }

  .page-news .entry:hover::before {
    opacity: 1;
  }

  .page-news .entry--youth:hover {
    background: linear-gradient(90deg, rgba(20, 180, 140, .09), transparent 74%);
  }
}

/* ---------- 青训连载 ---------- */
.page-news .youth-figure {
  margin: 0 0 clamp(22px, 3.4vw, 30px);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.page-news .youth-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

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

.page-news .tier {
  padding: 16px 18px;
  border-radius: var(--r-md);
  border: 1px solid rgba(20, 180, 140, .22);
  background:
    linear-gradient(135deg, rgba(20, 180, 140, .15), rgba(10, 16, 38, .58) 62%),
    var(--night);
}

.page-news .tier__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.page-news .tier__no {
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--teal);
}

.page-news .tier__status {
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--steel);
}

.page-news .tier__track {
  position: relative;
  height: 8px;
  margin: 12px 0 10px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
}

.page-news .tier__fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image:
    repeating-linear-gradient(90deg, rgba(10, 16, 38, .55) 0 2px, transparent 2px 12px),
    linear-gradient(90deg, rgba(20, 180, 140, .58), var(--teal));
}

.page-news .tier__note {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--steel);
}

/* ---------- 赛季复盘 ---------- */
.page-news .review-grid {
  display: grid;
  gap: clamp(20px, 3.4vw, 32px);
}

.page-news .review-panel {
  min-width: 0;
  overflow-x: auto;
}

.page-news .review-figure {
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-news .review-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-news .bar-title {
  margin: clamp(24px, 4vw, 34px) 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--steel);
}

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

.page-news .bar {
  display: grid;
  grid-template-columns: minmax(84px, 30%) minmax(0, 1fr) 44px;
  align-items: center;
  gap: 8px 12px;
  font-size: 13px;
}

.page-news .bar__label {
  color: var(--mist);
  line-height: 1.4;
}

.page-news .bar__track {
  position: relative;
  height: 10px;
  border-radius: var(--pill);
  background: rgba(255, 255, 255, .06);
  overflow: hidden;
}

.page-news .bar__fill {
  --w: 0%;
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 90, 31, .55), var(--signal));
}

.page-news .bar--teal .bar__fill {
  background: linear-gradient(90deg, rgba(20, 180, 140, .5), var(--teal));
}

.page-news .bar--amber .bar__fill {
  background: linear-gradient(90deg, rgba(255, 176, 32, .45), var(--amber));
}

.page-news .bar__val {
  font-family: var(--font-mono);
  font-size: 13px;
  text-align: right;
  color: var(--steel);
}

/* ---------- 斜向引导线 ---------- */
.page-news .guide-line {
  height: 1px;
  margin: clamp(28px, 5vw, 44px) 0;
  background: linear-gradient(90deg, transparent, var(--signal) 20%, var(--amber) 58%, transparent);
  transform: rotate(-1.4deg);
  transform-origin: left center;
  opacity: .55;
}

/* ---------- 白皮书 ---------- */
.page-news .wp-wrap {
  display: grid;
  gap: clamp(20px, 3.4vw, 34px);
}

.page-news .wp-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .wp {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "no title"
    "no pages";
  gap: 4px 14px;
  padding: 13px 2px;
  border-bottom: 1px solid var(--hair-soft);
}

.page-news .wp__no {
  grid-area: no;
  align-self: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--amber);
  white-space: nowrap;
}

.page-news .wp__title {
  grid-area: title;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--mist);
  transition: color .25s var(--ease);
}

.page-news .wp__pages {
  grid-area: pages;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--steel);
}

@media (hover: hover) {
  .page-news .wp:hover .wp__title {
    color: var(--amber);
  }
}

.page-news .wp-figure {
  margin: 0;
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-news .wp-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

/* ---------- 订阅节奏 ---------- */
.page-news .cadence-table {
  width: 100%;
}

.page-news .news-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 4vw, 38px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid var(--hair);
}

/* ---------- 响应式 ---------- */
@media (min-width: 620px) {
  .page-news .news-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .page-news .bar {
    grid-template-columns: minmax(78px, 34%) minmax(0, 1fr) 42px;
    gap: 6px 8px;
    font-size: 12.5px;
  }
}

@media (min-width: 900px) {
  .page-news .news-hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: center;
  }

  .page-news .review-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: start;
  }

  .page-news .wp-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
    align-items: start;
  }

  .page-news .entry {
    padding-right: 12px;
  }
}

@media (min-width: 1040px) {
  .page-news .news-shell {
    grid-template-columns: 196px minmax(0, 1fr);
    align-items: start;
  }

  .page-news .news-rail {
    position: sticky;
    top: calc(var(--topbar-h) + 26px);
    padding: 0;
    background: transparent;
  }

  .page-news .news-rail__title {
    margin-bottom: 14px;
  }

  .page-news .news-rail__list {
    flex-direction: column;
    gap: 5px;
    overflow: visible;
    padding: 0;
  }

  .page-news .news-rail__link {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    white-space: normal;
  }

  .page-news .news-section {
    scroll-margin-top: calc(var(--topbar-h) + 22px);
  }

  .page-news .band__rule {
    flex-basis: 80px;
  }
}

@media (min-width: 1320px) {
  .page-news .news-shell {
    grid-template-columns: 216px minmax(0, 1fr);
    gap: 60px;
  }

  .page-news .news-stream {
    max-width: 980px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .entry,
  .page-news .news-rail__link,
  .page-news .wp__title,
  .page-news .tier__fill {
    transition: none;
  }

  .page-news .guide-line {
    transform: none;
  }
}
