.page-news {
  --news-gap: clamp(20px, 3.2vw, 44px);
  --news-rule: rgba(198, 161, 91, 0.30);
  --news-rule-soft: rgba(198, 161, 91, 0.14);
}

.page-news .notes-top {
  padding-top: clamp(16px, 2.6vw, 26px);
}

/* ---------- 报刊头 ---------- */
.page-news .notes-head {
  padding-top: clamp(20px, 4vw, 44px);
}

.page-news .notes-head__eyebrow {
  margin: 0 0 12px;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--steel);
}

.page-news .notes-head__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 6.4vw, 62px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--paper);
  max-width: 18ch;
}

.page-news .notes-head__lead {
  margin: 18px 0 0;
  max-width: 44ch;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.78;
  color: rgba(244, 241, 233, 0.78);
}

.page-news .notes-head__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 26px 0 0;
  padding: 14px 0;
  list-style: none;
  border-top: 1px solid var(--news-rule);
  border-bottom: 3px double var(--news-rule);
  font-family: var(--font-body);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--steel);
}

.page-news .notes-head__meta .num {
  color: var(--gold);
  font-size: 15px;
}

.page-news .notes-hero {
  margin: clamp(22px, 3.6vw, 40px) 0 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--news-rule);
}

.page-news .notes-hero img,
.page-news .notes-digest__media img,
.page-news .notes-phases__media img,
.page-news .notes-version__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

/* ---------- 本期摘要 ---------- */
.page-news .notes-digest {
  padding-top: clamp(44px, 7vw, 88px);
}

.page-news .notes-digest__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}

.page-news .notes-digest__text > .section__title {
  margin-top: 8px;
}

.page-news .notes-digest__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.page-news .notes-digest__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  background: var(--news-rule-soft);
  border: 1px solid var(--news-rule);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.page-news .notes-digest__stats .stat {
  background: var(--green-deep);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-news .notes-digest__stats .stat__label {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--steel);
}

.page-news .notes-digest__stats .stat__value {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1;
  color: var(--gold);
}

.page-news .notes-digest__stats .stat__unit {
  margin-left: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--steel);
  vertical-align: 2px;
}

.page-news .notes-wave {
  margin: 28px 0 0;
  padding: 16px 14px 10px;
  border: 1px solid var(--news-rule-soft);
  border-radius: var(--radius-m);
  background: rgba(14, 44, 34, 0.5);
}

.page-news .notes-wave svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-news .notes-wave__cap {
  margin: 10px 0 0;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--steel);
}

.page-news .notes-digest__media {
  margin: 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--news-rule);
}

.page-news .notes-digest__media .media__cap,
.page-news .notes-hero .media__cap,
.page-news .notes-phases__media .media__cap,
.page-news .notes-version__media .media__cap {
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--steel);
  background: rgba(14, 44, 34, 0.72);
}

/* ---------- 标签带 ---------- */
.page-news .notes-tags-section {
  padding-top: clamp(40px, 6vw, 72px);
}

.page-news .notes-tags-head {
  max-width: 52ch;
  margin-bottom: 22px;
}

.page-news .notes-tags {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  border-top: 1px solid var(--news-rule);
  border-bottom: 1px solid var(--news-rule);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.page-news .notes-tags .pill {
  flex: 0 0 auto;
  position: relative;
  font-family: var(--font-body);
  font-size: 13.5px;
  letter-spacing: 0.04em;
}

.page-news .notes-tags .pill::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--cinnabar);
  transform: translateX(-50%);
  transition: width var(--t);
}

.page-news .notes-tags .pill.is-active::after {
  width: 65%;
}

/* ---------- 条目列表 ---------- */
.page-news .notes-stream {
  padding-top: clamp(40px, 6vw, 76px);
}

.page-news .notes-stream__head {
  max-width: 54ch;
  margin-bottom: 20px;
}

.page-news .notes-list {
  border-top: 1px solid var(--news-rule);
}

.page-news .notes-item {
  border-bottom: 1px solid var(--news-rule-soft);
}

.page-news .notes-item__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
  transition: background var(--t), box-shadow var(--t);
}

.page-news .notes-item__summary::-webkit-details-marker {
  display: none;
}

.page-news .notes-item__summary:hover,
.page-news .notes-item__summary:focus-visible {
  background: rgba(18, 59, 46, 0.34);
  box-shadow: inset 2px 0 0 var(--gold-bright);
}

.page-news .notes-item__id {
  flex: 0 0 auto;
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.page-news .notes-item__title {
  flex: 1 1 220px;
  min-width: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(15.5px, 1.9vw, 18px);
  line-height: 1.5;
  color: var(--paper);
}

.page-news .notes-item__time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.page-news .notes-item__body {
  padding: 0 4px 20px;
}

.page-news .notes-item__body p {
  margin: 0;
  max-width: 66ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(244, 241, 233, 0.74);
}

.page-news .notes-item__body a {
  color: var(--gold-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--news-rule);
  transition: border-color var(--t);
}

.page-news .notes-item__body a:hover {
  border-color: var(--gold-bright);
}

/* ---------- 归档 ---------- */
.page-news .notes-archive {
  margin-top: 28px;
  border: 1px solid var(--news-rule);
  border-radius: var(--radius-m);
  background: rgba(14, 44, 34, 0.55);
  overflow: hidden;
}

.page-news .notes-archive__summary {
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-news .notes-archive__summary::-webkit-details-marker {
  display: none;
}

.page-news .notes-archive__summary::after {
  content: "+";
  font-family: var(--font-num);
  font-size: 18px;
  color: var(--gold);
  transition: transform var(--t);
}

.page-news .notes-archive[open] .notes-archive__summary::after {
  transform: rotate(45deg);
}

.page-news .notes-archive__body {
  padding: 4px 18px 20px;
  border-top: 1px solid var(--news-rule-soft);
}

.page-news .notes-archive__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .notes-archive__list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--news-rule-soft);
  font-family: var(--font-body);
  font-size: 13.5px;
  color: rgba(244, 241, 233, 0.72);
}

.page-news .notes-archive__list .num {
  flex: 0 0 44px;
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--gold);
}

.page-news .notes-archive__note {
  margin: 16px 0 0;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--steel);
}

.page-news .notes-archive__note a {
  color: var(--steel);
  border-bottom: 1px solid var(--news-rule);
  text-decoration: none;
}

.page-news .notes-archive__note a:hover {
  color: var(--paper);
}

/* ---------- 赛季阶段专题 ---------- */
.page-news .notes-phases {
  padding-top: clamp(46px, 7vw, 92px);
}

.page-news .notes-phases__head {
  max-width: 56ch;
  margin-bottom: 26px;
}

.page-news .notes-phases__mediawrap {
  margin-bottom: clamp(24px, 3.6vw, 40px);
}

.page-news .notes-phases__media {
  margin: 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--news-rule);
}

.page-news .notes-phases__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
}

.page-news .notes-phase {
  margin: 0;
  padding: clamp(20px, 2.8vw, 28px);
  background: var(--green-deep);
}

.page-news .notes-phase__step {
  margin: 0 0 14px;
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.page-news .notes-phase__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.42;
  color: var(--paper);
}

.page-news .notes-phase p:last-child {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(244, 241, 233, 0.72);
}

/* ---------- 版本时间线 ---------- */
.page-news .notes-version {
  padding-top: clamp(46px, 7vw, 88px);
}

.page-news .notes-version__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.page-news .notes-track {
  position: relative;
  margin: 28px 0 0;
  padding: 0 0 0 26px;
  list-style: none;
  border-left: 1px solid var(--news-rule);
}

.page-news .notes-track__item {
  position: relative;
  padding-bottom: 26px;
}

.page-news .notes-track__item:last-child {
  padding-bottom: 0;
}

.page-news .notes-track__dot {
  position: absolute;
  left: -31px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-deep);
  border: 1px solid var(--gold);
}

.page-news .notes-track__ver {
  margin: 0;
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--gold);
}

.page-news .notes-track__name {
  margin: 6px 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: var(--paper);
}

.page-news .notes-track__item p:last-child {
  margin: 0;
  max-width: 58ch;
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(244, 241, 233, 0.7);
}

.page-news .notes-version__media {
  margin: 0;
  border-radius: var(--radius-l);
  overflow: hidden;
  border: 1px solid var(--news-rule);
}

/* ---------- 更新节奏 ---------- */
.page-news .notes-subscribe {
  padding-top: clamp(46px, 7vw, 88px);
  padding-bottom: clamp(56px, 8vw, 104px);
}

.page-news .notes-subscribe__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(24px, 3.6vw, 40px);
  border: 1px solid var(--news-rule);
  border-radius: var(--radius-l);
  background:
    linear-gradient(160deg, rgba(18, 59, 46, 0.9) 0%, rgba(11, 15, 13, 0.94) 68%);
}

.page-news .notes-subscribe__text p {
  margin: 16px 0 0;
  max-width: 60ch;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.82;
  color: rgba(244, 241, 233, 0.76);
}

.page-news .notes-subscribe__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-news .notes-subscribe__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-news .notes-subscribe__actions .contact-chip__value {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: 13.5px;
  letter-spacing: 0.04em;
}

.page-news .notes-subscribe__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-content: start;
}

.page-news .notes-subscribe__facts li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 12px;
  border: 1px solid var(--news-rule-soft);
  border-radius: var(--radius-m);
  background: rgba(11, 15, 13, 0.55);
}

.page-news .notes-subscribe__facts .num {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
  font-size: clamp(20px, 2.8vw, 26px);
  line-height: 1;
  color: var(--gold);
}

.page-news .notes-subscribe__facts span:last-child {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--steel);
}

/* ---------- 断点 ---------- */
@media (min-width: 620px) {
  .page-news .notes-digest__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 860px) {
  .page-news .notes-item__summary {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 170px;
    align-items: baseline;
    gap: 20px;
    padding: 20px 6px;
  }

  .page-news .notes-item__time {
    justify-self: end;
    text-align: right;
  }

  .page-news .notes-item__body {
    padding: 0 6px 24px 112px;
  }

  .page-news .notes-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (min-width: 1000px) {
  .page-news .notes-digest__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  }

  .page-news .notes-version__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .page-news .notes-subscribe__box {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
    align-items: center;
  }

  .page-news .notes-head__title {
    max-width: 16ch;
  }
}
