.page-news {
  --news-rule: rgba(18, 57, 94, .20);
  --news-rule-strong: rgba(18, 57, 94, .38);
  --news-card: #FFFDF8;
  --news-night: #12395E;
  --news-gap: 22px;
}

/* ---------- 首屏 ---------- */
.page-news .insight-hero {
  padding: 20px 0 4px;
}

.page-news .insight-hero__frame {
  background: linear-gradient(180deg, rgba(255, 253, 248, .97), rgba(245, 240, 230, .90));
  padding: 22px 16px 24px;
}

.page-news .insight-hero__inner {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.page-news .insight-hero__copy {
  min-width: 0;
}

.page-news .insight-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(27px, 6.2vw, 44px);
  line-height: 1.14;
  letter-spacing: -.02em;
  font-weight: 800;
  color: var(--ink);
}

.page-news .insight-hero__lead {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-soft);
  max-width: 46ch;
}

.page-news .hero-facts {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .hero-facts__item {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .7);
}

.page-news .hero-facts__num {
  font-size: 18px;
  font-weight: 700;
  color: var(--news-night);
  letter-spacing: -.01em;
}

.page-news .hero-facts__txt {
  font-size: 13px;
  color: var(--slate);
}

.page-news .insight-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .insight-hero__media {
  margin: 0;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0B1B2B;
}

.page-news .insight-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .insight-hero__media .media-frame__cap {
  margin: 0;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .78);
  background: rgba(11, 27, 43, .86);
}

/* ---------- 本轮速览 ---------- */
.page-news .flash-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-news .flash-card {
  position: relative;
  padding: 18px 18px 20px;
  background: var(--news-card);
  border: 1px solid var(--news-rule);
  border-left: 4px solid var(--slate);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
  transition: transform .22s ease, border-color .22s ease;
}

.page-news .flash-card--done { border-left-color: var(--flag-green); }
.page-news .flash-card--live { border-left-color: var(--flag-blue); }
.page-news .flash-card--soon { border-left-color: var(--flag-red); }

.page-news .flash-card:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 211, 232, .55);
}

.page-news .flash-card__top {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.page-news .flash-card__title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
}

.page-news .flash-card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

/* ---------- 观察列表 ---------- */
.page-news .feed-layout {
  display: grid;
  gap: var(--news-gap);
  min-width: 0;
}

.page-news .feed-side {
  min-width: 0;
}

.page-news .feed-side__title {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--news-night);
  text-transform: uppercase;
}

.page-news .feed-side__hint {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--slate);
}

.page-news .filterbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .filter-status {
  margin: 14px 0 0;
  font-size: 12.5px;
  color: var(--slate);
}

.page-news .feed-jump {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed var(--news-rule);
  display: grid;
  gap: 8px;
}

.page-news .feed-jump__link {
  font-size: 14px;
  color: var(--news-night);
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 211, 232, .5);
  padding-bottom: 2px;
  width: fit-content;
  transition: color .2s ease, border-color .2s ease;
}

.page-news .feed-jump__link:hover {
  color: #0B1B2B;
  border-bottom-color: var(--flag-yellow);
}

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

.page-news .feed-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
  position: relative;
}

.page-news .feed-list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(111, 211, 232, .6), rgba(18, 57, 94, .08));
}

.page-news .feed-item {
  position: relative;
  padding: 16px 0 18px;
  border-bottom: 1px dashed var(--news-rule);
}

.page-news .feed-item:first-child {
  padding-top: 4px;
}

.page-news .feed-item::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--glacier);
  box-shadow: 0 0 0 4px rgba(245, 240, 230, 1), 0 0 0 5px rgba(111, 211, 232, .45);
}

.page-news .feed-item:first-child::before {
  top: 10px;
}

.page-news .feed-item:hover::before {
  background: var(--flag-yellow);
}

.page-news .feed-item__top {
  margin: 0 0 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news .feed-item__time {
  margin-left: auto;
  font-size: 12.5px;
  color: var(--slate);
}

.page-news .feed-item__title {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
}

.page-news .feed-item__sum {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--text-soft);
}

/* ---------- 球员数据对照 ---------- */
.page-news .data-section {
  background: linear-gradient(180deg, rgba(18, 57, 94, .05), rgba(11, 27, 43, .02));
  border-top: 1px solid var(--news-rule);
  border-bottom: 1px solid var(--news-rule);
}

.page-news .data-layout {
  display: grid;
  gap: 20px;
  min-width: 0;
  margin-bottom: 26px;
}

.page-news .data-media {
  margin: 0;
  border: 1px solid var(--news-rule-strong);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0B1B2B;
}

.page-news .data-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .data-media .media-frame__cap {
  margin: 0;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .74);
  background: rgba(11, 27, 43, .84);
}

.page-news .vs-grid {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.page-news .vs-col {
  padding: 18px 18px 16px;
  background: var(--news-card);
  border: 1px solid var(--news-rule);
  border-top: 3px solid var(--slate);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}

.page-news .vs-col--eff { border-top-color: var(--glacier); }
.page-news .vs-col--state { border-top-color: var(--flag-yellow); }

.page-news .vs-col__label {
  margin: 0 0 4px;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--news-night);
  text-transform: uppercase;
}

.page-news .vs-col__sub {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--slate);
}

.page-news .vs-list {
  margin: 0;
}

.page-news .vs-list__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(18, 57, 94, .10);
}

.page-news .vs-list__row:last-child {
  border-bottom: none;
}

.page-news .vs-list__row dt {
  font-size: 14px;
  color: var(--text-soft);
}

.page-news .vs-list__row dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

.page-news .vs-list__tag {
  color: var(--flag-green);
}

.page-news .data-notes {
  max-width: 780px;
}

.page-news .data-notes .accordion__panel p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-soft);
}

/* ---------- 分类索引 ---------- */
.page-news .cats-layout {
  display: grid;
  gap: 20px;
  min-width: 0;
}

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

.page-news .cat-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  padding: 14px 14px 16px;
  background: var(--news-night);
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgba(111, 211, 232, .22);
  border-radius: var(--radius);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.page-news .cat-tile:hover {
  transform: translateY(-2px);
  border-color: var(--glacier);
  background: #164675;
}

.page-news .cat-tile__num {
  font-size: 11.5px;
  letter-spacing: .14em;
  color: var(--glacier);
}

.page-news .cat-tile__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.page-news .cat-tile__meta {
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
}

.page-news .cats-media {
  margin: 0;
  border: 1px solid var(--news-rule-strong);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0B1B2B;
}

.page-news .cats-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .cats-media .media-frame__cap {
  margin: 0;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .74);
  background: rgba(11, 27, 43, .84);
}

/* ---------- 更新节奏 ---------- */
.page-news .rhythm-layout {
  display: grid;
  gap: 26px;
  min-width: 0;
}

.page-news .rhythm-copy__text {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-soft);
}

.page-news .rhythm-copy .btn {
  margin-top: 8px;
}

.page-news .timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
  min-width: 0;
}

.page-news .timeline__node {
  position: relative;
  padding: 0 0 22px 0;
  border-left: 2px solid var(--news-rule);
  padding-left: 18px;
}

.page-news .timeline__node:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.page-news .timeline__dot {
  position: absolute;
  left: -6px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--glacier);
  border: 2px solid var(--paper);
}

.page-news .timeline__node--peak .timeline__dot {
  background: var(--flag-yellow);
  box-shadow: 0 0 0 5px rgba(232, 179, 58, .22);
}

.page-news .timeline__node:hover .timeline__dot {
  box-shadow: 0 0 0 6px rgba(111, 211, 232, .28);
}

.page-news .timeline__time {
  margin: 0 0 3px;
  font-size: 12.5px;
  letter-spacing: .06em;
  color: var(--news-night);
}

.page-news .timeline__title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
}

.page-news .timeline__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-soft);
}

/* ---------- 底部行动区 ---------- */
.page-news .cta-band {
  background: var(--ink);
  border-top: 3px solid var(--news-night);
  padding: 40px 0;
}

.page-news .cta-band__inner {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.page-news .cta-band__title {
  margin: 0 0 10px;
  font-size: clamp(21px, 4.4vw, 30px);
  line-height: 1.25;
  letter-spacing: -.02em;
  font-weight: 800;
  color: #FFFFFF;
}

.page-news .cta-band__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .72);
  max-width: 52ch;
}

.page-news .cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

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

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

  .page-news .vs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-news .insight-hero {
    padding: 34px 0 8px;
  }

  .page-news .insight-hero__frame {
    padding: 34px 34px 36px;
  }

  .page-news .insight-hero__inner {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 34px;
  }

  .page-news .insight-hero__media {
    transform: translateY(-12px);
  }

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

  .page-news .flash-card--done {
    margin-top: 18px;
  }

  .page-news .flash-card--soon {
    margin-top: 30px;
  }

  .page-news .data-layout {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: 26px;
  }

  .page-news .cats-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: stretch;
    gap: 26px;
  }

  .page-news .rhythm-layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: start;
  }

  .page-news .cta-band__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
  }

  .page-news .cta-band {
    padding: 52px 0;
  }
}

@media (min-width: 1000px) {
  .page-news .feed-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
  }

  .page-news .feed-side {
    position: sticky;
    top: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .flash-card,
  .page-news .cat-tile,
  .page-news .insight-hero__media {
    transition: none;
    transform: none;
  }

  .page-news .flash-card:hover,
  .page-news .cat-tile:hover {
    transform: none;
  }
}
