.page-news {
  --news-line: #2A352C;
  --news-green: #A3E635;
  --news-gold: #E5B94C;
  --news-bg-card: #121714;
  --news-bg-elevated: #1A211C;
  --news-text: #E6EDE6;
  --news-muted: #8A9A8A;
  --news-radius: 12px;
  --news-border: 1px solid #2A352C;
  --news-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  --news-shadow-glow: 0 0 24px rgba(163, 230, 53, 0.12);
}

.page-news .breadcrumb {
  padding-top: 24px;
  padding-bottom: 0;
}

.page-news .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  color: #8A9A8A;
}

.page-news .breadcrumb__link {
  color: #8A9A8A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-news .breadcrumb__link:hover {
  color: #A3E635;
}

.page-news .breadcrumb__sep {
  color: #2A352C;
}

.page-news .breadcrumb__current {
  color: #E6EDE6;
}

.page-news .page-hero {
  padding-top: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid #2A352C;
}

.page-news .page-hero__kicker {
  margin-bottom: 12px;
}

.page-news .page-hero__title {
  font-family: "Arial Black", "Noto Sans SC", "PingFang SC", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(30px, 6vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #E6EDE6;
  margin: 0 0 16px;
}

.page-news .page-hero__sub {
  font-size: 16px;
  line-height: 1.8;
  color: #8A9A8A;
  max-width: 640px;
  margin: 0;
}

.page-news .news-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 64px;
}

.page-news .news-layout__heading-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.page-news .news-layout__heading-row .title--md {
  margin: 0;
}

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

.page-news .timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 10px;
  width: 2px;
  background: linear-gradient(180deg, #A3E635 0%, #E5B94C 100%);
  opacity: 0.35;
}

.page-news .timeline__item {
  position: relative;
  padding-left: 36px;
  margin-bottom: 24px;
}

.page-news .timeline__item:last-child {
  margin-bottom: 0;
}

.page-news .timeline__marker {
  position: absolute;
  left: 5px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0B0E0C;
  border: 3px solid #A3E635;
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.15);
  z-index: 1;
}

.page-news .timeline__item:first-child .timeline__marker {
  border-color: #E5B94C;
  box-shadow: 0 0 0 3px rgba(229, 185, 76, 0.2);
}

.page-news .timeline__card {
  background: #121714;
  border: 1px solid #2A352C;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-news .timeline__card:hover {
  transform: translateY(-3px);
  border-color: #A3E635;
  box-shadow: 0 0 24px rgba(163, 230, 53, 0.12), 0 8px 30px rgba(0, 0, 0, 0.25);
}

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

.page-news .timeline__meta {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #8A9A8A;
}

.page-news .timeline__title {
  font-size: 20px;
  font-weight: 700;
  color: #E6EDE6;
  margin: 0 0 8px;
  line-height: 1.4;
}

.page-news .timeline__card p {
  font-size: 14px;
  line-height: 1.75;
  color: #8A9A8A;
  margin: 0 0 12px;
}

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

.page-news .timeline__points li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #E6EDE6;
}

.page-news .timeline__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #A3E635;
  opacity: 0.7;
}

.page-news .timeline__link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #A3E635;
  text-decoration: none;
  border-bottom: 1px solid rgba(163, 230, 53, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-news .timeline__link:hover {
  color: #E5B94C;
  border-color: #E5B94C;
}

.page-news .news-update-figure {
  margin: 32px 0 0;
}

.page-news .news-update-figure figcaption {
  font-size: 13px;
  color: #8A9A8A;
  padding-top: 10px;
  text-align: center;
}

.page-news .news-layout__side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-news .side-block {
  background: #121714;
  border: 1px solid #2A352C;
  border-radius: 12px;
  padding: 20px;
}

.page-news .side-block .chapter-label {
  margin-bottom: 16px;
}

.page-news .side-stats {
  margin: 0;
  display: grid;
  gap: 12px;
}

.page-news .side-stats__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2A352C;
}

.page-news .side-stats__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.page-news .side-stats dt {
  font-size: 13px;
  color: #8A9A8A;
}

.page-news .side-stats dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #E6EDE6;
}

.page-news .side-block--notice {
  border-left: 3px solid #A3E635;
}

.page-news .side-block__label {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #A3E635;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.page-news .side-block--notice p:last-child {
  font-size: 13px;
  line-height: 1.7;
  color: #8A9A8A;
  margin: 0;
}

.page-news .section-heading-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 28px;
}

.page-news .section-heading-row .title--md {
  margin: 0;
}

.page-news .section-heading-row__note {
  font-size: 13px;
  color: #8A9A8A;
  margin: 0;
}

.page-news .version-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .version-card {
  background: #121714;
  border: 1px solid #2A352C;
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-news .version-card:hover {
  transform: translateY(-3px);
  border-color: #A3E635;
  box-shadow: 0 0 24px rgba(163, 230, 53, 0.12), 0 8px 30px rgba(0, 0, 0, 0.25);
}

.page-news .version-card--current {
  border-color: rgba(229, 185, 76, 0.4);
  background: linear-gradient(135deg, #121714 0%, #1A211C 100%);
}

.page-news .version-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .version-card__number {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 22px;
  font-weight: 700;
  color: #E5B94C;
}

.page-news .version-card:not(.version-card--current) .version-card__number {
  color: #A3E635;
}

.page-news .version-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #E6EDE6;
  margin: 0 0 8px;
}

.page-news .version-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #8A9A8A;
  margin: 0 0 14px;
}

.page-news .version-card__list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-news .version-card__list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  padding-top: 6px;
  border-top: 1px solid #2A352C;
}

.page-news .version-card__list dt {
  color: #8A9A8A;
}

.page-news .version-card__list dd {
  margin: 0;
  color: #E6EDE6;
  font-weight: 500;
}

.page-news .version-figure {
  margin: 32px 0 0;
  max-width: 400px;
}

.page-news .version-figure img {
  width: 100%;
  border-radius: 12px;
}

.page-news .series-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-news .series-card {
  background: #121714;
  border: 1px solid #2A352C;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-news .series-card:hover {
  transform: translateY(-4px);
  border-color: #A3E635;
  box-shadow: 0 0 24px rgba(163, 230, 53, 0.12), 0 8px 30px rgba(0, 0, 0, 0.25);
}

.page-news .series-card__media img {
  width: 100%;
  display: block;
}

.page-news .series-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

.page-news .series-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #E6EDE6;
  margin: 0;
}

.page-news .series-card__body p {
  font-size: 14px;
  line-height: 1.7;
  color: #8A9A8A;
  margin: 0;
}

.page-news .series-card__tags {
  list-style: none;
  margin: auto 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .series-card__tags li {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #8A9A8A;
  border: 1px solid #2A352C;
  border-radius: 999px;
  padding: 4px 12px;
  background: #0B0E0C;
}

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

.page-news .subscribe-card {
  background: linear-gradient(135deg, #121714 0%, #1A211C 100%);
  border: 1px solid #2A352C;
  border-radius: 20px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.page-news .subscribe-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #A3E635 0%, #E5B94C 100%);
  opacity: 0.7;
}

.page-news .subscribe-card__img img {
  width: 100%;
  border-radius: 12px;
}

.page-news .subscribe-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.page-news .subscribe-card__body .title--md {
  margin: 0;
}

.page-news .subscribe-card__body p {
  font-size: 14px;
  line-height: 1.75;
  color: #8A9A8A;
  margin: 0;
}

.page-news .subscribe-card__note a {
  color: #A3E635;
  text-decoration: none;
  border-bottom: 1px solid rgba(163, 230, 53, 0.3);
}

.page-news .subscribe-card__note a:hover {
  color: #E5B94C;
  border-color: #E5B94C;
}

.page-news .subscribe-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.page-news .subscribe-card__info span {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #E6EDE6;
  background: #0B0E0C;
  border: 1px solid #2A352C;
  border-radius: 6px;
  padding: 6px 12px;
}

@media (min-width: 560px) {
  .page-news .version-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .page-news .news-layout {
    grid-template-columns: 1fr 280px;
    gap: 40px;
  }

  .page-news .news-layout__side {
    position: sticky;
    top: 96px;
  }

  .page-news .series-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-news .subscribe-card {
    grid-template-columns: 240px 1fr;
    align-items: center;
    padding: 36px;
  }
}

@media (min-width: 992px) {
  .page-news .series-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-news .subscribe-card {
    grid-template-columns: 280px 1fr;
  }
}

@media (min-width: 1200px) {
  .page-news .news-layout {
    grid-template-columns: 1fr 320px;
  }

  .page-news .timeline__card {
    padding: 24px;
  }

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

  .page-news .subscribe-card {
    padding: 40px;
  }
}
