.page-news {
  --news-line: rgba(23, 26, 31, .14);
  --news-line-ink: rgba(242, 246, 251, .18);
  --news-gap: 26px;
  overflow-x: hidden;
}

.page-news .arc-section {
  padding-block: 62px;
}

.page-news .arc-figure {
  margin: 0;
}

.page-news .arc-figure__img {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-md);
  overflow: hidden;
}

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

.page-news .arc-figure--wide .arc-figure__img {
  aspect-ratio: 16 / 9;
}

.page-news .arc-figure--plate .arc-figure__img {
  aspect-ratio: 14 / 9;
  filter: saturate(.62) sepia(.16);
}

.page-news .arc-figure__caption {
  margin-top: 10px;
  font-size: .78rem;
  letter-spacing: .02em;
  color: var(--muted);
}

.page-news .news-inline-link {
  color: var(--flag-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 111, 181, .38);
  transition: border-color .2s ease;
}

.page-news .news-inline-link:hover,
.page-news .news-inline-link:focus-visible {
  border-bottom-color: var(--flag-blue);
}

.page-news .news-chip {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--muted);
  background: transparent;
  white-space: nowrap;
}

.page-news .news-phase {
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .05em;
  color: var(--muted);
}

.page-news .news-read {
  font-family: var(--font-mono);
  font-size: .74rem;
  color: rgba(242, 246, 251, .58);
}

/* ---------- 报头 ---------- */

.page-news .news-masthead {
  position: relative;
  padding-block: 34px 70px;
  background-image:
    linear-gradient(rgba(242, 246, 251, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 246, 251, .05) 1px, transparent 1px);
  background-size: 64px 64px;
}

.page-news .news-masthead__crumb {
  margin-bottom: 28px;
}

.page-news .news-masthead__title {
  margin: 14px 0 0;
  max-width: 22ch;
  color: var(--snow);
  font-size: clamp(1.9rem, 5.4vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: .04em;
}

.page-news .news-masthead__lede {
  margin: 20px 0 0;
  max-width: 58ch;
  color: rgba(242, 246, 251, .78);
}

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

.page-news .news-rhythm__item {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 15px;
  border: 1px solid var(--news-line-ink);
  border-radius: var(--radius-pill);
  background: var(--glass);
  font-size: .8rem;
  color: rgba(242, 246, 251, .74);
}

.page-news .news-rhythm__day {
  font-family: var(--font-mono);
  color: var(--flag-yellow);
  letter-spacing: .05em;
}

.page-news .news-masthead__strip {
  margin-top: 34px;
}

.page-news .news-headline {
  display: grid;
  gap: 26px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--news-line-ink);
}

.page-news .news-headline__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-news .news-masthead .news-chip--lead {
  border-color: rgba(226, 168, 30, .55);
  background: rgba(226, 168, 30, .14);
  color: var(--flag-yellow);
}

.page-news .news-headline__title {
  margin: 16px 0 0;
  color: var(--snow);
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
}

.page-news .news-headline__excerpt {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(242, 246, 251, .8);
}

.page-news .news-points {
  counter-reset: np;
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-points li {
  counter-increment: np;
  position: relative;
  padding-left: 36px;
  font-size: .95rem;
  line-height: 1.75;
  color: rgba(242, 246, 251, .84);
}

.page-news .news-points li::before {
  content: counter(np, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .18em;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .06em;
  color: var(--flag-yellow);
}

.page-news .news-masthead .arc-figure__caption {
  color: rgba(242, 246, 251, .58);
}

/* ---------- 青训周报 ---------- */

.page-news .news-weekly__title {
  margin-top: 14px;
  max-width: 24ch;
}

.page-news .news-weekly__lede {
  max-width: 46em;
  margin-top: 16px;
}

.page-news .news-weekly__figure {
  margin-top: 32px;
}

.page-news .news-bars {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.page-news .news-bar {
  padding: 18px 18px 16px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-md);
  background: var(--paper-card);
}

.page-news .news-bar__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
}

.page-news .news-bar__group {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: .08em;
  color: var(--ink-900);
}

.page-news .news-bar__note {
  font-size: .82rem;
  color: var(--muted);
}

.page-news .news-bar__track {
  display: flex;
  height: 26px;
  margin: 14px 0 12px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper-2);
}

.page-news .news-bar__seg {
  height: 100%;
  width: var(--w, 0%);
  transition: width .5s ease;
}

.page-news .news-bar__seg--full {
  background: var(--flag-blue);
}

.page-news .news-bar__seg--rot {
  background: var(--flag-green);
}

.page-news .news-bar__seg--low {
  background: repeating-linear-gradient(135deg, rgba(85, 96, 110, .3) 0 4px, rgba(85, 96, 110, .12) 4px 8px);
}

.page-news .news-bar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .78rem;
  color: var(--muted);
}

.page-news .news-bar__dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  border-radius: 2px;
  vertical-align: middle;
}

.page-news .news-bar__dot--full { background: var(--flag-blue); }
.page-news .news-bar__dot--rot { background: var(--flag-green); }
.page-news .news-bar__dot--low { background: rgba(85, 96, 110, .4); }

.page-news .news-boundary {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--flag-yellow);
  background: var(--paper-2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: .85rem;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- 条目流 ---------- */

.page-news .news-stream__head {
  display: grid;
  gap: 14px;
}

.page-news .news-stream__title {
  max-width: 24ch;
}

.page-news .news-stream__lede {
  max-width: 46em;
}

.page-news .news-stream__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-md);
  background: var(--paper-card);
}

.page-news .news-stream__input {
  flex: 1 1 240px;
  min-width: 0;
  padding: 9px 14px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: .9rem;
}

.page-news .news-stream__input:focus-visible {
  outline: 2px solid var(--flag-yellow);
  outline-offset: 2px;
}

.page-news .news-stream__status {
  margin: 0;
  font-family: var(--font-mono);
  font-size: .78rem;
  color: var(--muted);
  white-space: nowrap;
}

.page-news .news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-stream__list {
  margin-top: 34px;
}

.page-news .news-item {
  padding: 26px 0;
  border-top: 1px solid var(--news-line);
  transition: transform .28s ease, background-color .28s ease;
}

.page-news .news-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-news .news-item__title {
  margin: 12px 0 0;
  font-family: var(--font-editorial);
  font-weight: 600;
  font-size: 1.14rem;
  line-height: 1.5;
  color: var(--text);
}

.page-news .news-item__excerpt {
  margin: 10px 0 0;
  font-size: .92rem;
  line-height: 1.8;
  color: var(--muted);
}

.page-news .news-item__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .04em;
  color: var(--muted);
}

.page-news .news-item__sep {
  color: rgba(85, 96, 110, .55);
}

.page-news .news-stream__more {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--news-line);
  font-size: .86rem;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- 简史连载 ---------- */

.page-news .news-serial__grid {
  display: grid;
  gap: 38px;
}

.page-news .news-serial__title {
  margin-top: 14px;
  max-width: 20ch;
}

.page-news .news-serial__figure {
  margin-top: 28px;
}

.page-news .news-serial__toc-title {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--muted);
}

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

.page-news .news-serial__timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--flag-blue), var(--flag-yellow));
  opacity: .5;
}

.page-news .news-serial__point {
  position: relative;
  padding-bottom: 16px;
}

.page-news .news-serial__point::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--paper-2);
  border: 2px solid var(--flag-yellow);
  box-sizing: content-box;
}

.page-news .news-episode {
  border: 1px solid var(--news-line);
  border-radius: var(--radius-md);
  background: var(--paper-card);
  overflow: hidden;
}

.page-news .news-episode__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 15px 16px;
  cursor: pointer;
  list-style: none;
  font-size: .95rem;
  color: var(--text);
}

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

.page-news .news-episode__summary:focus-visible {
  outline: 2px solid var(--flag-yellow);
  outline-offset: -2px;
}

.page-news .news-episode__no {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .08em;
  color: var(--flag-blue);
}

.page-news .news-episode__name {
  flex: 1 1 180px;
  font-weight: 500;
  line-height: 1.6;
}

.page-news .news-episode[open] .news-episode__summary {
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-episode__body {
  padding: 14px 16px 16px;
  font-size: .88rem;
  line-height: 1.85;
  color: var(--muted);
}

.page-news .news-episode__body p {
  margin: 0;
}

.page-news .news-serial__note {
  margin: 20px 0 0;
  font-size: .84rem;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- 版本日志 ---------- */

.page-news .news-log__title {
  margin-top: 14px;
  max-width: 22ch;
  color: var(--snow);
}

.page-news .news-log__lede {
  max-width: 52ch;
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(242, 246, 251, .76);
}

.page-news .news-log__figure {
  margin-top: 30px;
}

.page-news .news-log__figure .arc-figure__caption {
  color: rgba(242, 246, 251, .58);
}

.page-news .news-log__rows {
  margin-top: 34px;
}

.page-news .news-log__row {
  display: grid;
  gap: 10px;
  padding: 22px 0;
  border-top: 1px solid var(--news-line-ink);
}

.page-news .news-log__ver {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  letter-spacing: .04em;
  color: var(--flag-yellow);
}

.page-news .news-log__row-title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--snow);
}

.page-news .news-log__row-text {
  margin: 8px 0 0;
  font-size: .9rem;
  line-height: 1.8;
  color: rgba(242, 246, 251, .74);
}

.page-news .news-log__row-phase {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .05em;
  color: rgba(242, 246, 251, .5);
}

.page-news .news-log__boundary {
  margin: 32px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--flag-blue);
  background: rgba(18, 41, 74, .72);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: .85rem;
  line-height: 1.8;
  color: rgba(242, 246, 251, .72);
}

/* ---------- 收藏与去向 ---------- */

.page-news .news-keep__grid {
  display: grid;
  gap: 34px;
}

.page-news .news-keep__title {
  margin-top: 14px;
  max-width: 22ch;
}

.page-news .news-keep__main p {
  max-width: 44em;
}

.page-news .news-steps {
  counter-reset: st;
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-steps li {
  counter-increment: st;
  position: relative;
  padding-left: 34px;
  font-size: .93rem;
  line-height: 1.8;
  color: var(--text);
}

.page-news .news-steps li::before {
  content: counter(st);
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--flag-blue);
  color: var(--flag-white);
  font-family: var(--font-mono);
  font-size: .68rem;
}

.page-news .news-keep__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-news .news-keep__card {
  padding: 26px 24px;
  border: 1px solid var(--news-line);
  border-radius: var(--radius-lg);
  background: var(--paper-card);
  box-shadow: 0 14px 34px -26px rgba(10, 26, 47, .55);
}

.page-news .news-keep__card-title {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  color: var(--muted);
}

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

.page-news .news-keep__list li {
  display: grid;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--news-line);
  font-size: .92rem;
  line-height: 1.7;
}

.page-news .news-keep__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-news .news-keep__list span {
  font-size: .8rem;
  color: var(--muted);
}

/* ---------- 响应式 ---------- */

@media (min-width: 760px) {
  .page-news .news-log__row {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
  }

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

@media (min-width: 960px) {
  .page-news .arc-section {
    padding-block: 88px;
  }

  .page-news .news-headline {
    grid-template-columns: 7fr 5fr;
    gap: 46px;
    align-items: start;
  }

  .page-news .news-stream__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }

  .page-news .news-item {
    padding: 28px 0;
  }

  .page-news .news-item:nth-child(odd) {
    padding-right: 42px;
    border-right: 1px solid var(--news-line);
  }

  .page-news .news-item:nth-child(even) {
    padding-left: 42px;
  }

  .page-news .news-serial__grid {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: start;
  }

  .page-news .news-keep__grid {
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: start;
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-news .news-item:hover {
    transform: translateX(6px);
  }

  .page-news .news-item:hover .news-item__excerpt {
    color: var(--text);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-item,
  .page-news .news-bar__seg {
    transition: none;
  }

  .page-news .news-item:hover {
    transform: none;
  }
}
<<<END>>>

.page-news {
  --w: 1rem;
}
