.page-news {
  --news-shell-pad: 20px;
  --news-shadow: 0 20px 45px rgba(0, 0, 0, .3);
  background-color: var(--bg);
  color: var(--white);
}

.page-news .page-hero {
  position: relative;
  padding: 44px 0 40px;
  background:
    radial-gradient(1200px 400px at 85% -10%, rgba(255, 215, 0, .14), transparent 60%),
    radial-gradient(900px 500px at 10% 110%, rgba(255, 107, 53, .12), transparent 55%),
    linear-gradient(135deg, var(--bg-deep) 0%, var(--bg) 58%, var(--bg-blue) 100%);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.page-news .page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--orange), transparent);
  opacity: .7;
}

.page-news .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--muted);
}

.page-news .breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .breadcrumb a:hover {
  color: var(--gold);
}

.page-news .breadcrumb-sep {
  color: rgba(255, 255, 255, .3);
}

.page-news .breadcrumb-current {
  color: var(--gold);
}

.page-news .hero-inner {
  display: grid;
  gap: 24px;
}

.page-news .hero-copy {
  max-width: 680px;
}

.page-news .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

.page-news .section-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.page-news .page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.06;
  margin: 0 0 16px;
  letter-spacing: .01em;
}

.page-news .page-hero__intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.page-news .hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-news .hero-stat {
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
}

.page-news .hero-stat .stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
}

.page-news .hero-stat--hot .stat-value {
  color: var(--orange);
}

.page-news .hero-stat .stat-label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.page-news .filter-tabs--anchor {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 10px;
  padding: 14px var(--news-shell-pad);
  background: rgba(19, 41, 75, .92);
  border-bottom: 1px solid var(--border);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page-news .filter-tabs--anchor::-webkit-scrollbar {
  display: none;
}

.page-news .filter-tabs--anchor .filter-tab {
  flex: 0 0 auto;
}

.page-news .filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--border);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .filter-tab::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .7;
}

.page-news .filter-tab:hover {
  color: var(--white);
  border-color: var(--border-gold);
  background: rgba(255, 215, 0, .08);
  transform: translateY(-1px);
}

.page-news .filter-tab--report::before {
  background: var(--gold);
}

.page-news .filter-tab--replay::before {
  background: var(--orange);
}

.page-news .filter-tab--version::before {
  background: var(--green);
}

.page-news .filter-tab--report:hover,
.page-news .filter-zone #filter-report:checked + .filter-tab--report {
  color: var(--gold);
  border-color: rgba(255, 215, 0, .6);
  background: rgba(255, 215, 0, .1);
}

.page-news .filter-tab--replay:hover,
.page-news .filter-zone #filter-replay:checked + .filter-tab--replay {
  color: var(--orange);
  border-color: rgba(255, 107, 53, .6);
  background: rgba(255, 107, 53, .1);
}

.page-news .filter-tab--version:hover,
.page-news .filter-zone #filter-version:checked + .filter-tab--version {
  color: var(--green);
  border-color: rgba(40, 199, 111, .55);
  background: rgba(40, 199, 111, .1);
}

.page-news .section {
  padding: 56px 0 60px;
}

.page-news .section-head {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.page-news .section-title {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 6px 0 10px;
  color: var(--white);
}

.page-news .section-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

.page-news .filter-zone .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

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

.page-news .filter-zone:has(#filter-replay:not(:checked)) .entry--replay {
  display: none;
}

.page-news .filter-zone:has(#filter-report:not(:checked)) .entry--report {
  display: none;
}

.page-news .filter-zone:has(#filter-version:not(:checked)) .entry--version {
  display: none;
}

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

.page-news .timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--orange) 55%, rgba(255, 255, 255, .12));
  opacity: .6;
}

.page-news .timeline-entry {
  position: relative;
}

.page-news .timeline-marker {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--gold);
  box-shadow: 0 0 0 5px rgba(255, 215, 0, .12);
  z-index: 1;
}

.page-news .timeline-entry--replay .timeline-marker {
  border-color: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 107, 53, .12);
}

.page-news .timeline-entry--version .timeline-marker {
  border-color: var(--green);
  box-shadow: 0 0 0 5px rgba(40, 199, 111, .12);
}

.page-news .timeline-card {
  position: relative;
  background: linear-gradient(135deg, rgba(19, 41, 75, .92), rgba(10, 31, 68, .68));
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .25s cubic-bezier(.2, .7, .3, 1), box-shadow .25s cubic-bezier(.2, .7, .3, 1), transform .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .timeline-entry--replay .timeline-card {
  border-left-color: var(--orange);
}

.page-news .timeline-entry--version .timeline-card {
  border-left-color: var(--green);
}

.page-news .timeline-card:hover {
  border-color: var(--border-gold);
  box-shadow: var(--news-shadow);
  transform: translateY(-2px);
}

.page-news .timeline-media {
  overflow: hidden;
}

.page-news .timeline-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease;
}

.page-news .timeline-card:hover .timeline-media img {
  transform: scale(1.03);
}

.page-news .timeline-body {
  padding: 20px 18px 22px;
}

.page-news .timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.page-news .timeline-body h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
  color: var(--white);
}

.page-news .timeline-excerpt {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 14px;
}

.page-news .timeline-entry--compact .timeline-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  border-left-width: 3px;
}

.page-news .timeline-type {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .05);
  border-right: 1px solid var(--border);
}

.page-news .timeline-type-code {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
}

.page-news .timeline-entry--compact .timeline-body {
  padding: 22px 18px 24px;
}

.page-news .timeline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: color .25s cubic-bezier(.2, .7, .3, 1), gap .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .timeline-link:hover {
  color: var(--orange);
  gap: 10px;
}

.page-news .timeline-link span {
  font-size: 16px;
}

.page-news .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--border);
}

.page-news .tag--hot {
  color: var(--orange);
  border-color: rgba(255, 107, 53, .5);
  background: rgba(255, 107, 53, .1);
}

.page-news .tag--report {
  color: var(--gold);
  border-color: rgba(255, 215, 0, .35);
  background: rgba(255, 215, 0, .08);
}

.page-news .tag--replay {
  color: var(--orange);
  border-color: rgba(255, 107, 53, .35);
  background: rgba(255, 107, 53, .08);
}

.page-news .tag--version {
  color: var(--green);
  border-color: rgba(40, 199, 111, .35);
  background: rgba(40, 199, 111, .08);
}

.page-news .feature-section {
  background:
    radial-gradient(800px 320px at 85% 0%, rgba(255, 107, 53, .08), transparent 60%),
    var(--bg-deep);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.page-news .feature-layout {
  display: grid;
  gap: 24px;
}

.page-news .feature-highlight {
  background: linear-gradient(160deg, rgba(19, 41, 75, .95), rgba(10, 31, 68, .8));
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .25s cubic-bezier(.2, .7, .3, 1), box-shadow .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .feature-highlight:hover {
  border-color: var(--border-gold);
  box-shadow: var(--news-shadow);
}

.page-news .feature-highlight-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.page-news .feature-highlight-body {
  padding: 28px 24px 30px;
}

.page-news .feature-highlight-body h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin: 14px 0 12px;
  color: var(--white);
}

.page-news .feature-highlight-body p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 20px;
}

.page-news .feature-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.page-news .data-block {
  padding: 18px 16px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.page-news .data-block .data-num {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.2;
}

.page-news .data-block .data-label {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 4px;
}

.page-news .feature-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  background: rgba(255, 215, 0, .07);
  border-left: 3px solid var(--gold);
  padding: 12px 14px;
  margin: 4px 0 0;
  border-radius: 0 8px 8px 0;
}

.page-news .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .btn--gold {
  background: linear-gradient(135deg, var(--gold), #FFB800);
  color: var(--bg-deep);
  box-shadow: 0 8px 24px rgba(255, 215, 0, .22);
}

.page-news .btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 215, 0, .3);
}

.page-news .btn--outline {
  border: 1px solid var(--border-gold);
  color: var(--gold);
  background: transparent;
}

.page-news .btn--outline:hover {
  background: rgba(255, 215, 0, .1);
  border-color: var(--orange);
  color: var(--orange);
}

.page-news .btn--block {
  width: 100%;
}

.page-news .version-section {
  background:
    linear-gradient(180deg, transparent, rgba(27, 58, 107, .35)),
    var(--bg);
}

.page-news .version-layout {
  display: grid;
  gap: 28px;
}

.page-news .version-main {
  background: linear-gradient(135deg, rgba(19, 41, 75, .88), rgba(10, 31, 68, .72));
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

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

.page-news .version-main-body {
  padding: 24px 22px 26px;
}

.page-news .version-main-body h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 8px;
  line-height: 1.3;
}

.page-news .version-main-body p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}

.page-news .version-list {
  display: grid;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(19, 41, 75, .35);
}

.page-news .version-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 20px 18px;
  border-bottom: 1px solid var(--border);
  transition: background .25s cubic-bezier(.2, .7, .3, 1);
}

.page-news .version-row:last-child {
  border-bottom: 0;
}

.page-news .version-row:hover {
  background: rgba(255, 255, 255, .035);
}

.page-news .version-num {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.5;
}

.page-news .version-row h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 6px;
}

.page-news .version-row p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

@media (min-width: 768px) {
  .page-news .page-hero {
    padding: 72px 0 60px;
  }

  .page-news .hero-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 48px;
    align-items: center;
  }

  .page-news .hero-meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-news .hero-stat {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    padding: 16px 18px;
  }

  .page-news .hero-stat .stat-value {
    font-size: 32px;
    order: 2;
  }

  .page-news .hero-stat .stat-label {
    order: 1;
    margin: 0;
    font-size: 13px;
  }

  .page-news .timeline-card {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }

  .page-news .timeline-media {
    height: 100%;
    min-height: 220px;
  }

  .page-news .timeline-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .page-news .timeline-body {
    align-self: center;
    padding: 30px 28px;
  }

  .page-news .timeline-entry--compact .timeline-card {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }

  .page-news .timeline-entry--compact .timeline-body {
    padding: 14px 22px;
  }

  .page-news .timeline-entry--compact .timeline-type {
    min-height: 120px;
  }

  .page-news .feature-layout {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
    gap: 24px;
    align-items: start;
  }

  .page-news .version-layout {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .page-news .section {
    padding: 72px 0 80px;
  }

  .page-news .feature-highlight-body {
    padding: 36px 32px 38px;
  }

  .page-news .feature-highlight-body h3 {
    font-size: 30px;
  }

  .page-news .version-main-body {
    padding: 28px 28px 30px;
  }
}
