.page-news {
  --news-ink: #1E262B;
  --news-muted: #5E6A73;
  --news-paper: #F5F2EA;
  --news-paper-2: #F2F0EA;
  --news-line: #B9C0C8;
  --news-frame: #172A3A;
  --news-cyan: #00B8B0;
  --news-cyan-text: #006B66;
  --news-purple: #7A5AF8;
  --news-purple-text: #5B3FE0;
  --news-amber: #F5A524;
  --news-green: #2ECC71;
  --news-red: #F5483B;
  --news-orange: #F5A524;
  --news-shadow: 0 1px 0 var(--news-paper-2), 0 4px 16px rgba(23, 42, 58, .06);
  --news-transition: 150ms ease;
  background: var(--news-paper);
  color: var(--news-ink);
}

.page-news .container {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-news .page-section {
  padding-top: 64px;
  padding-bottom: 72px;
}

.page-news .page-section--tight {
  padding-top: 56px;
  padding-bottom: 64px;
}

.page-news .page-section--dark {
  background: var(--news-frame);
  color: #FFFFFF;
}

.page-news .section-kicker {
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--news-muted);
  margin: 0 0 12px;
}

.page-news .section-kicker--light {
  color: rgba(255, 255, 255, .68);
}

.page-news .section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--news-ink);
}

.page-news .section-title--stack {
  margin-bottom: 8px;
}

.page-news .section-title--light {
  color: #FFFFFF;
}

.page-news .tag {
  display: inline-block;
  padding: 2px 10px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 2px;
  white-space: nowrap;
}

.page-news .tag--cyan {
  background: rgba(0, 184, 176, .14);
  color: var(--news-cyan-text);
  border: 1px solid rgba(0, 184, 176, .4);
}

.page-news .tag--purple {
  background: rgba(122, 90, 248, .12);
  color: var(--news-purple-text);
  border: 1px solid rgba(122, 90, 248, .4);
}

.page-news .tag--amber {
  background: rgba(245, 165, 36, .14);
  color: #9A5B00;
  border: 1px solid rgba(245, 165, 36, .5);
}

.page-news .text-link {
  color: var(--news-cyan-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  transition: color var(--news-transition);
}

.page-news .text-link:hover {
  color: var(--news-frame);
}

.page-news .text-link--light {
  color: var(--news-cyan);
  text-decoration-color: rgba(0, 184, 176, .5);
}

.page-news .text-link--light:hover {
  color: #FFFFFF;
}

.page-news .news-hero {
  background: var(--news-frame);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-news .news-hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 44px 24px 40px;
  position: relative;
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(0, 184, 176, .3);
  border-radius: 50%;
  pointer-events: none;
}

.page-news .breadcrumb {
  margin-bottom: 36px;
}

.page-news .breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .6);
}

.page-news .breadcrumb a {
  color: var(--news-cyan);
  text-decoration: none;
}

.page-news .breadcrumb a:hover {
  text-decoration: underline;
}

.page-news .breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, .35);
}

.page-news .news-hero__grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 36px;
  align-items: end;
}

.page-news .news-hero__copy .section-kicker {
  color: rgba(255, 255, 255, .6);
}

.page-news .news-hero h1 {
  font-family: var(--font-display);
  font-weight: 100;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 20px;
}

.page-news .news-hero h1 span {
  display: block;
  font-weight: 300;
  color: rgba(255, 255, 255, .82);
}

.page-news .news-hero__lede {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
  max-width: 680px;
  margin: 0;
}

.page-news .news-hero__meta {
  border-left: 2px solid var(--news-cyan);
  padding-left: 20px;
  display: grid;
  gap: 14px;
}

.page-news .news-hero__meta-item {
  display: grid;
  gap: 2px;
}

.page-news .news-hero__meta-label {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
}

.page-news .news-hero__meta-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-news .news-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--news-green);
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, .24);
}

.page-news .news-hero__rule {
  height: 3px;
  background: linear-gradient(90deg, var(--news-red), var(--news-orange) 45%, var(--news-cyan) 100%);
}

@media (max-width: 900px) {
  .page-news .news-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-news .news-hero__meta {
    border-left: none;
    border-top: 2px solid var(--news-cyan);
    padding-left: 0;
    padding-top: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.page-news .news-feed__head,
.page-news .news-feature__head,
.page-news .news-log__intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--news-line);
  padding-bottom: 18px;
}

.page-news .news-feed__note,
.page-news .news-feature__note,
.page-news .news-log__desc {
  font-size: .9rem;
  color: var(--news-muted);
  max-width: 440px;
  margin: 0;
  line-height: 1.6;
}

.page-news .news-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  padding-left: 26px;
}

.page-news .news-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--news-cyan), var(--news-purple) 70%, var(--news-line));
}

.page-news .news-timeline__item {
  position: relative;
  background: var(--news-paper);
  border: 1px solid var(--news-line);
  box-shadow: var(--news-shadow);
  padding: 22px 22px 24px;
  border-radius: 2px;
  max-width: 860px;
  transition: border-color var(--news-transition), box-shadow var(--news-transition);
}

.page-news .news-timeline__item:hover,
.page-news .news-timeline__item:focus-within {
  border-color: var(--news-cyan);
  box-shadow: 0 1px 0 var(--news-paper-2), 0 8px 24px rgba(23, 42, 58, .1);
}

.page-news .news-timeline__item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 28px;
  width: 13px;
  height: 1px;
  background: var(--news-cyan);
}

.page-news .news-timeline__node {
  position: absolute;
  left: -31px;
  top: 24px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--news-paper);
  border: 3px solid var(--news-cyan);
  z-index: 1;
}

.page-news .news-timeline__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.page-news .news-timeline__date {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .08em;
  color: var(--news-muted);
  background: var(--news-paper-2);
  border: 1px solid var(--news-line);
  padding: 2px 8px;
  border-radius: 2px;
}

.page-news .news-timeline__body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.35;
  margin: 0 0 10px;
}

.page-news .news-timeline__body p {
  color: var(--news-muted);
  line-height: 1.7;
  margin: 0 0 14px;
  max-width: 720px;
}

.page-news .news-timeline__body img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--news-line);
  margin: 16px 0 14px;
  border-radius: 2px;
}

.page-news .news-timeline__item.has-image .news-timeline__body {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  .page-news .news-timeline__item.has-image .news-timeline__body {
    grid-template-columns: 1fr 280px;
    gap: 20px;
    align-items: center;
  }

  .page-news .news-timeline__body img {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.page-news .news-articles {
  background: var(--news-paper-2);
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-articles__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .page-news .news-articles__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.page-news .news-articles__sidebar {
  position: sticky;
  top: 140px;
  border: 1px solid var(--news-line);
  background: var(--news-paper);
  box-shadow: var(--news-shadow);
  padding: 22px;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .page-news .news-articles__sidebar {
    position: static;
  }
}

.page-news .news-articles__count {
  font-size: .88rem;
  color: var(--news-muted);
  line-height: 1.6;
  margin: 0 0 16px;
}

.page-news .news-filter {
  border: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 4px;
}

.page-news .news-filter__radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.page-news .news-filter__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--news-transition), border-color var(--news-transition), color var(--news-transition);
}

.page-news .news-filter__label span {
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 400;
  color: var(--news-muted);
}

.page-news .news-filter__label:hover,
.page-news .news-filter__label:focus-within {
  background: rgba(0, 184, 176, .08);
  border-color: rgba(0, 184, 176, .3);
}

.page-news .news-filter__label--all {
  color: var(--news-frame);
  background: rgba(23, 42, 58, .04);
}

.page-news .news-filter__label--version {
  color: var(--news-purple-text);
}

.page-news .news-filter__label--event {
  color: var(--news-cyan-text);
}

.page-news .news-filter__label--data {
  color: #9A5B00;
}

.page-news .news-filter__label--announce {
  color: #B54A1F;
}

.page-news .news-filter__radio:checked + .news-filter__label--all {
  background: var(--news-frame);
  color: #FFFFFF;
}

.page-news .news-filter__radio:checked + .news-filter__label--all span {
  color: rgba(255, 255, 255, .6);
}

.page-news .news-filter__radio:checked + .news-filter__label--version {
  background: rgba(122, 90, 248, .12);
  outline: 2px solid rgba(122, 90, 248, .5);
}

.page-news .news-filter__radio:checked + .news-filter__label--event {
  background: rgba(0, 184, 176, .12);
  outline: 2px solid rgba(0, 184, 176, .5);
}

.page-news .news-filter__radio:checked + .news-filter__label--data {
  background: rgba(245, 165, 36, .12);
  outline: 2px solid rgba(245, 165, 36, .5);
}

.page-news .news-filter__radio:checked + .news-filter__label--announce {
  background: rgba(245, 72, 59, .1);
  outline: 2px solid rgba(245, 72, 59, .45);
}

.page-news .news-filter__radio:focus-visible + .news-filter__label {
  outline: 2px solid var(--news-cyan);
  outline-offset: 1px;
}

.page-news .news-articles__tip {
  font-size: .82rem;
  color: var(--news-muted);
  line-height: 1.6;
  margin: 0 0 18px;
  padding-top: 12px;
  border-top: 1px dashed var(--news-line);
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 2px;
  text-decoration: none;
  transition: transform var(--news-transition), box-shadow var(--news-transition);
  line-height: 1.2;
}

.page-news .btn--primary {
  background: var(--news-frame);
  color: #FFFFFF;
  width: 100%;
}

.page-news .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 42, 58, .18);
}

.page-news .btn--accent {
  background: linear-gradient(135deg, var(--news-red), var(--news-orange));
  color: #FFFFFF;
  border: none;
}

.page-news .btn--accent:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(245, 72, 59, .2);
}

.page-news .news-articles__list,
.page-news .news-filter:has(#filter-all:checked) ~ .news-articles__list {
  display: grid;
  gap: 18px;
}

.page-news .news-articles__list {
  grid-template-columns: 1fr;
}

.page-news .news-articles__list:has(.news-post) {
  display: grid;
}

.page-news .news-filter:has(#filter-version:checked) ~ .news-articles__list .news-post:not(.post-version),
.page-news .news-filter:has(#filter-event:checked) ~ .news-articles__list .news-post:not(.post-event),
.page-news .news-filter:has(#filter-data:checked) ~ .news-articles__list .news-post:not(.post-data),
.page-news .news-filter:has(#filter-announce:checked) ~ .news-articles__list .news-post:not(.post-announce) {
  display: none;
}

.page-news .news-post {
  position: relative;
  background: var(--news-paper);
  border: 1px solid var(--news-line);
  border-left: 3px solid var(--news-line);
  box-shadow: var(--news-shadow);
  padding: 20px 22px 18px;
  border-radius: 2px;
  transition: border-color var(--news-transition), box-shadow var(--news-transition), transform var(--news-transition);
}

.page-news .news-post:hover,
.page-news .news-post:focus-within {
  border-left-color: var(--news-cyan);
  border-color: var(--news-cyan);
  box-shadow: 0 1px 0 var(--news-paper-2), 0 6px 18px rgba(23, 42, 58, .08);
  transform: translateX(4px);
}

.page-news .news-post::after {
  content: "阅读 →";
  position: absolute;
  right: 16px;
  top: 16px;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .08em;
  color: var(--news-cyan-text);
  background: rgba(0, 184, 176, .1);
  border: 1px solid rgba(0, 184, 176, .35);
  padding: 2px 8px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity var(--news-transition);
}

.page-news .news-post:hover::after,
.page-news .news-post:focus-within::after {
  opacity: 1;
}

.page-news .news-post__tag {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding-right: 90px;
}

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

.page-news .news-post h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}

.page-news .news-post p {
  font-size: .9rem;
  line-height: 1.65;
  color: var(--news-muted);
  margin: 0 0 12px;
}

.page-news .news-post a:last-child {
  font-size: .88rem;
  font-weight: 700;
  color: var(--news-cyan-text);
  text-underline-offset: 3px;
}

@media (min-width: 1000px) {
  .page-news .news-articles__list {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .page-news .news-post:nth-child(6n + 1) {
    grid-column: span 1;
  }

  .page-news .news-post:nth-child(6n + 2) {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .page-news .news-articles__list {
    grid-template-columns: 1fr;
  }

  .page-news .news-post__tag {
    padding-right: 0;
  }

  .page-news .news-post::after {
    display: none;
  }

  .page-news .news-filter__label {
    font-size: .95rem;
  }
}

.page-news .news-log__grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: center;
}

@media (max-width: 860px) {
  .page-news .news-log__grid {
    grid-template-columns: 1fr;
  }
}

.page-news .news-log__timeline {
  position: relative;
  padding-left: 28px;
  display: grid;
  gap: 16px;
}

.page-news .news-log__timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--news-purple);
}

.page-news .news-log__timeline .timeline-item {
  position: relative;
  padding: 16px 18px;
  background: var(--news-paper);
  border: 1px solid var(--news-line);
  box-shadow: var(--news-shadow);
  border-radius: 2px;
}

.page-news .news-log__timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 22px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--news-paper);
  border: 3px solid var(--news-purple);
}

.page-news .news-log__timeline .timeline-item--purple {
  border-color: rgba(122, 90, 248, .5);
  background: rgba(122, 90, 248, .05);
}

.page-news .news-log__timeline .timeline-date {
  display: block;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .08em;
  color: var(--news-purple-text);
  margin-bottom: 6px;
}

.page-news .news-log__timeline .timeline-title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--news-ink);
}

.page-news .news-log__timeline .timeline-body {
  font-size: .88rem;
  line-height: 1.6;
  color: var(--news-muted);
}

.page-news .news-log__figure {
  margin: 0;
  position: relative;
}

.page-news .news-log__figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--news-line);
  box-shadow: var(--news-shadow);
  border-radius: 2px;
  display: block;
}

.page-news .news-log__figure figcaption {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .05em;
  color: var(--news-muted);
  margin-top: 10px;
  border-left: 2px solid var(--news-cyan);
  padding-left: 10px;
}

.page-news .news-sub {
  background: linear-gradient(180deg, var(--news-paper) 0%, rgba(242, 240, 234, .7) 100%);
}

.page-news .news-sub__panel {
  border: 1px solid var(--news-line);
  border-radius: 3px;
  background: var(--news-paper);
  box-shadow: var(--news-shadow);
  display: grid;
  grid-template-columns: 1fr 340px;
  overflow: hidden;
}

@media (max-width: 860px) {
  .page-news .news-sub__panel {
    grid-template-columns: 1fr;
  }
}

.page-news .news-sub__copy {
  padding: 36px 40px 32px;
}

.page-news .news-sub__copy p {
  color: var(--news-muted);
  line-height: 1.75;
  margin: 0 0 16px;
}

.page-news .news-sub__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-news .news-sub__list li {
  padding-left: 20px;
  position: relative;
  color: var(--news-ink);
  font-size: .95rem;
}

.page-news .news-sub__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--news-red), var(--news-orange));
}

.page-news .news-sub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .news-sub__media {
  background: linear-gradient(135deg, var(--news-frame), #0f1f2b);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-news .news-sub__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news .news-feature {
  background: var(--news-paper);
}

.page-news .news-feature__grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 920px) {
  .page-news .news-feature__grid {
    grid-template-columns: 1fr;
  }
}

.page-news .news-feature__text.card {
  border: 1px solid var(--news-line);
  box-shadow: var(--news-shadow);
  background: var(--news-paper);
  border-radius: 2px;
  padding: 28px;
  position: relative;
}

.page-news .card--layered::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 10px;
  width: calc(100% - 24px);
  height: 100%;
  background: var(--news-paper-2);
  border: 1px solid var(--news-line);
  border-radius: 2px;
  z-index: -1;
}

.page-news .news-feature__text p {
  color: var(--news-muted);
  line-height: 1.75;
  margin: 0 0 16px;
}

.page-news .news-feature__text ul,
.page-news .news-about__copy ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-news .news-feature__text li {
  position: relative;
  padding-left: 18px;
  font-size: .9rem;
  line-height: 1.6;
  color: var(--news-ink);
}

.page-news .news-feature__text li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .55em;
  width: 6px;
  height: 6px;
  background: var(--news-cyan);
  border-radius: 1px;
}

.page-news .news-feature__art {
  border: 1px solid var(--news-line);
  background: var(--news-paper-2);
  box-shadow: var(--news-shadow);
  border-radius: 2px;
  overflow: hidden;
}

.page-news .news-feature__art img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .news-about {
  border-top: 3px solid var(--news-orange);
}

.page-news .news-about__inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
}

@media (max-width: 820px) {
  .page-news .news-about__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.page-news .news-about__copy p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.75;
  margin: 0 0 16px;
}

.page-news .news-about__copy .text-link {
  margin-top: 8px;
  display: inline-block;
}

.page-news .news-about__data.data-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .04);
  border-radius: 2px;
  padding: 6px;
  gap: 6px;
}

.page-news .news-about__data .data-cell {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 2px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, .04);
  display: grid;
  gap: 6px;
}

.page-news .news-about__data .data-cell__label {
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .54);
}

.page-news .news-about__data .data-cell__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-news .news-about__data .data-cell__value--cyan {
  color: var(--news-cyan);
}

.page-news .news-about__data .data-cell__value--purple {
  color: rgba(164, 143, 250, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .page-news .news-hero h1 {
    animation: news-fade-in 300ms ease both;
  }

  .page-news .news-timeline__item {
    animation: news-rise-in 300ms ease both;
  }
}

@keyframes news-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes news-rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news * {
    animation: none !important;
    transition: none !important;
  }
}

.page-news .news-post a:focus-visible,
.page-news .news-timeline__body a:focus-visible,
.page-news .news-filter__label:focus-visible,
.page-news .btn:focus-visible,
.page-news .text-link:focus-visible {
  outline: 2px solid var(--news-cyan);
  outline-offset: 2px;
  border-radius: 2px;
}

.page-news .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
