.page-news {
  --news-zone-glow: rgba(0, 212, 255, 0.14);
  --news-line-fade: linear-gradient(180deg, var(--cyan) 0%, var(--green) 100%);
  position: relative;
  background: var(--bg-ink);
  color: var(--text-main);
  font-family: var(--font-sans);
  overflow-x: hidden;
}

.page-news .news-hero {
  position: relative;
  padding: 32px 0 28px;
  background:
    linear-gradient(145deg, rgba(26, 18, 51, 0.96) 0%, rgba(11, 14, 20, 0.98) 62%),
    repeating-linear-gradient(90deg, rgba(0, 212, 255, 0.05) 0 1px, transparent 1px 36px);
  border-bottom: 1px solid var(--line);
}

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

.page-news .hero-main h1 {
  margin: 10px 0 12px;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--text-strong);
}

.page-news .hero-lead {
  max-width: 580px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-weak);
}

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

.page-news .metric-card {
  background: rgba(22, 27, 34, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 10px 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.page-news .metric-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  color: var(--text-weak);
  letter-spacing: 0.06em;
}

.page-news .metric-num {
  display: block;
  font-family: var(--font-data);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--cyan);
}

.page-news .metric-hint {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: var(--status-ongoing);
}

.page-news .batch-zone {
  position: relative;
  overflow: hidden;
}

.page-news .zone-fx {
  position: absolute;
  right: -190px;
  top: 24px;
  width: 340px;
  margin: 0;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.page-news .zone-fx-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
}

.page-news .news-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 24px;
  z-index: 1;
}

.page-news .news-timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 15px;
  width: 2px;
  background: linear-gradient(180deg, var(--cyan) 0%, rgba(57, 255, 20, 0.35) 75%, rgba(57, 255, 20, 0.08) 100%);
}

.page-news .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.page-news .timeline-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-ink);
  border: 2px solid var(--cyan);
  color: var(--cyan);
  font-family: var(--font-data);
  font-size: 9px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}

.page-news .timeline-marker--new {
  border-color: var(--status-new);
  color: var(--status-new);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

.page-news .news-batch {
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.94) 0%, rgba(31, 39, 51, 0.72) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 12px 6px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.page-news .batch-summary {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  padding: 4px 2px 12px;
  cursor: pointer;
  font-weight: 600;
}

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

.page-news .batch-no {
  font-family: var(--font-data);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-strong);
}

.page-news .batch-time {
  font-size: 12px;
  color: var(--text-weak);
}

.page-news .batch-add {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 500;
  color: var(--cyan);
}

.page-news .batch-entries {
  border-top: 1px dashed var(--line);
}

.page-news .batch-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 11px 2px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

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

.page-news .batch-row .entry-title {
  flex: 1 1 220px;
  font-weight: 500;
  color: var(--text-strong);
}

.page-news .news-more-link {
  margin-top: 26px;
  display: inline-flex;
}

.page-news .stat-zone {
  position: relative;
  overflow: hidden;
}

.page-news .stat-panel {
  margin-top: 22px;
  padding: 18px 16px 16px;
  background: rgba(11, 14, 20, 0.58);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

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

.page-news .stat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
}

.page-news .stat-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-strong);
}

.page-news .stat-count {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 500;
  color: var(--cyan);
  text-align: right;
}

.page-news .stat-count em {
  font-style: normal;
  color: var(--text-weak);
  font-size: 11px;
}

.page-news .stat-bar {
  grid-column: 1 / -1;
  height: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.page-news .stat-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12));
  pointer-events: none;
}

.page-news .stat-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.page-news .stat-fill--c1 {
  background: linear-gradient(90deg, var(--tag-1), rgba(76, 175, 80, 0.35));
}

.page-news .stat-fill--c2 {
  background: linear-gradient(90deg, var(--tag-2), rgba(255, 152, 0, 0.35));
}

.page-news .stat-fill--c3 {
  background: linear-gradient(90deg, var(--tag-3), rgba(156, 39, 176, 0.35));
}

.page-news .stat-fill--c4 {
  background: linear-gradient(90deg, var(--tag-4), rgba(0, 188, 212, 0.35));
}

.page-news .stat-fill--c5 {
  background: linear-gradient(90deg, var(--tag-5), rgba(244, 67, 54, 0.35));
}

.page-news .stat-aside {
  margin: 22px 0 0;
}

.page-news .stat-aside img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0.9;
}

.page-news .version-zone {
  position: relative;
  overflow: hidden;
}

.page-news .version-wrap {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.page-news .version-list {
  position: relative;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .version-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: var(--news-line-fade);
  opacity: 0.5;
}

.page-news .version-item {
  position: relative;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  background: rgba(11, 14, 20, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
}

.page-news .version-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--card-bg);
}

.page-news .version-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.page-news .version-code {
  font-family: var(--font-data);
  font-size: 16px;
  font-weight: 700;
  color: var(--cyan);
}

.page-news .version-phase {
  font-size: 12px;
  color: var(--text-weak);
}

.page-news .version-desc {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-main);
}

.page-news .adapt-card {
  background: rgba(11, 14, 20, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  align-self: start;
}

.page-news .adapt-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-strong);
}

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

.page-news .adapt-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-strong);
}

.page-news .adapt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  align-self: center;
}

.page-news .adapt-note {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-weak);
}

.page-news .adapt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.page-news .adapt-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.page-news .adapt-k {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--status-new);
  font-weight: 700;
}

.page-news .adapt-v {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--text-main);
}

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

.page-news .news-end-strip {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
}

@media (min-width: 760px) {
  .page-news .news-hero {
    padding: 44px 0 36px;
  }

  .page-news .hero-grid {
    grid-template-columns: 1.45fr 1fr;
    align-items: end;
    gap: 36px;
  }

  .page-news .hero-main h1 {
    font-size: 36px;
    line-height: 1.15;
  }

  .page-news .hero-lead {
    font-size: 15px;
  }

  .page-news .hero-metrics {
    gap: 14px;
  }

  .page-news .metric-card {
    padding: 20px 16px 16px;
  }

  .page-news .metric-num {
    font-size: 24px;
  }

  .page-news .zone-fx {
    right: -60px;
    top: -10px;
    width: 640px;
    opacity: 0.13;
  }

  .page-news .news-timeline::before {
    left: 19px;
  }

  .page-news .timeline-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 18px;
  }

  .page-news .timeline-marker {
    width: 40px;
    height: 40px;
    font-size: 11px;
    line-height: 36px;
  }

  .page-news .news-batch {
    padding: 18px 18px 10px;
  }

  .page-news .batch-no {
    font-size: 15px;
  }

  .page-news .batch-time {
    font-size: 13px;
  }

  .page-news .batch-add {
    font-size: 14px;
  }

  .page-news .batch-row {
    padding: 12px 4px;
    font-size: 14px;
  }

  .page-news .stat-list {
    grid-template-columns: 1fr 1fr;
    gap: 26px 28px;
  }

  .page-news .stat-panel {
    padding: 24px;
  }

  .page-news .stat-name {
    font-size: 14px;
  }

  .page-news .stat-count {
    font-size: 14px;
  }

  .page-news .stat-bar {
    height: 12px;
  }

  .page-news .version-wrap {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 28px;
  }

  .page-news .version-item {
    padding: 16px;
  }

  .page-news .version-code {
    font-size: 18px;
  }

  .page-news .version-desc {
    font-size: 14px;
  }

  .page-news .adapt-card {
    padding: 20px;
  }

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

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