.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 20px;
  background: linear-gradient(180deg, var(--abyss) 0%, var(--void) 100%);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(57, 255, 136, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 255, 136, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse at 30% 40%, black 0%, transparent 75%);
  mask-image: radial-gradient(ellipse at 30% 40%, black 0%, transparent 75%);
  pointer-events: none;
}

.page-news .news-hero .container {
  position: relative;
  z-index: 1;
}

.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 32px 0 16px;
}

.page-news .news-hero-copy p {
  margin: 16px 0 20px;
  color: var(--fog);
  font-size: 15px;
  line-height: 1.8;
  max-width: 640px;
}

.page-news .news-hero-title {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.25;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.page-news .news-hero-orb {
  display: none;
}

.page-news .news-statusbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 8px;
  background: rgba(16, 26, 48, 0.85);
  border-left: 3px solid var(--lime);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.page-news .news-statusbar-label {
  font-size: 12px;
  color: var(--fog);
  white-space: nowrap;
}

.page-news .news-statusbar-track {
  height: 6px;
  background: rgba(168, 184, 208, 0.15);
  border-radius: 99px;
  overflow: hidden;
}

.page-news .news-statusbar-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--teal));
  border-radius: 99px;
}

.page-news .news-statusbar-num {
  font-family: var(--mono-font);
  font-weight: 700;
  color: var(--datum);
  font-size: 16px;
  white-space: nowrap;
}

.page-news .news-feature {
  padding: 48px 0 24px;
}

.page-news .news-feature-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(22, 35, 63, 0.9), rgba(16, 26, 48, 0.7));
  border-left: 3px solid var(--lime);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.page-news .news-feature-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius) - 4px);
}

.page-news .news-feature-body .section-head {
  margin-bottom: 12px;
}

.page-news .news-feature-body p {
  color: var(--fog);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

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

.page-news .news-feature-points li {
  position: relative;
  padding-left: 18px;
  color: var(--fog);
  font-size: 14px;
}

.page-news .news-feature-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 2px;
  background: var(--lime);
}

.page-news .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 40px 0 64px;
}

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

.page-news .news-filter-head {
  padding: 24px 0 20px;
}

.page-news .news-filter-head h2 {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-filter-desc {
  margin: 0 0 16px;
  color: var(--fog);
  font-size: 14px;
  line-height: 1.7;
  max-width: 480px;
}

.page-news .news-filter-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-filter-btn {
  display: inline-block;
  padding: 8px 16px;
  font-family: var(--mono-font);
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--fog);
  background: rgba(22, 35, 63, 0.7);
  border: 1px solid rgba(168, 184, 208, 0.2);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-news .news-filter-btn:hover {
  border-color: var(--lime);
  color: var(--lime);
}

.page-news #nf-all:checked ~ .news-filter-head .news-filter-btn[for="nf-all"],
.page-news #nf-version:checked ~ .news-filter-head .news-filter-btn[for="nf-version"],
.page-news #nf-topic:checked ~ .news-filter-head .news-filter-btn[for="nf-topic"],
.page-news #nf-stadium:checked ~ .news-filter-head .news-filter-btn[for="nf-stadium"] {
  background: var(--lime);
  color: var(--void);
  border-color: var(--lime);
}

.page-news #nf-version:checked ~ .news-filter-output .news-section[data-cat]:not([data-cat="version"]),
.page-news #nf-topic:checked ~ .news-filter-output .news-section[data-cat]:not([data-cat="topic"]),
.page-news #nf-stadium:checked ~ .news-filter-output .news-section[data-cat]:not([data-cat="stadium"]) {
  display: none;
}

.page-news .news-section {
  padding: 32px 0;
  border-bottom: 1px solid rgba(168, 184, 208, 0.1);
}

.page-news .news-section:last-child {
  border-bottom: none;
}

.page-news .news-section .section-head {
  margin-bottom: 22px;
}

.page-news .news-section .section-title {
  font-size: 26px;
}

.page-news .news-version-list {
  display: grid;
  gap: 16px;
}

.page-news .news-version-item {
  position: relative;
  padding: 16px 0 16px 20px;
  background: linear-gradient(90deg, rgba(22, 35, 63, 0.55), transparent 70%);
  border-left: 2px solid rgba(57, 255, 136, 0.35);
}

.page-news .news-version-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 24px;
  width: 8px;
  height: 8px;
  background: var(--lime);
  transform: rotate(45deg);
}

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

.page-news .news-version-tag {
  font-family: var(--mono-font);
  font-weight: 700;
  font-size: 18px;
  color: var(--datum);
}

.page-news .news-version-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-version-item p {
  margin: 0;
  color: var(--fog);
  font-size: 14px;
  line-height: 1.75;
}

.page-news .news-version-figure {
  margin: 16px 0 0;
}

.page-news .news-version-figure img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border: 1px solid rgba(168, 184, 208, 0.15);
  border-radius: var(--radius);
}

.page-news .news-version-figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: var(--fog);
  opacity: 0.8;
}

.page-news .news-topic-list {
  display: grid;
  gap: 16px;
}

.page-news .news-topic-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(22, 35, 63, 0.5);
  border-left: 3px solid var(--ember);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.page-news .news-topic-thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

.page-news .news-topic-copy h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-topic-copy p {
  margin: 0 0 10px;
  color: var(--fog);
  font-size: 14px;
  line-height: 1.75;
}

.page-news .news-topic-meta {
  font-family: var(--mono-font);
  font-size: 12px;
  color: var(--fog);
  opacity: 0.8;
}

.page-news .news-stadium-list {
  display: grid;
}

.page-news .news-stadium-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(168, 184, 208, 0.25);
}

.page-news .news-stadium-item:last-child {
  border-bottom: none;
}

.page-news .news-stadium-index {
  flex: 0 0 auto;
  font-family: var(--mono-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--amber);
  white-space: nowrap;
}

.page-news .news-stadium-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-stadium-item p {
  margin: 0;
  color: var(--fog);
  font-size: 14px;
  line-height: 1.75;
}

.page-news .news-side-card {
  padding: 22px;
  margin-bottom: 20px;
  background: rgba(16, 26, 48, 0.7);
  border: 1px solid rgba(168, 184, 208, 0.12);
  border-radius: var(--radius);
}

.page-news .news-side-title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--moon);
  letter-spacing: 0.02em;
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-side-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  background: var(--lime);
}

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

.page-news .news-announce-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--fog);
}

.page-news .news-announce-list a {
  color: var(--fog);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.page-news .news-announce-list a:hover {
  color: var(--lime);
}

.page-news .news-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
}

.page-news .news-dot--green {
  background: var(--lime);
}

.page-news .news-dot--orange {
  background: var(--ember);
}

.page-news .news-dot--amber {
  background: var(--amber);
}

.page-news .news-cloud-note {
  margin: 0 0 14px;
  font-size: 12px;
  color: var(--fog);
  opacity: 0.7;
  text-align: center;
}

.page-news .news-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.page-news .news-cloud-tag {
  display: inline-block;
  padding: 6px 12px;
  font-family: var(--mono-font);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--fog);
  background: rgba(22, 35, 63, 0.8);
  border: 1px solid rgba(168, 184, 208, 0.25);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-news .news-cloud-tag:hover {
  color: var(--lime);
  background: var(--panel);
  border-color: var(--lime);
}

.page-news .news-subscribe {
  padding-bottom: 64px;
}

.page-news .news-subscribe-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.page-news .news-subscribe-banner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-news .news-subscribe-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 24px;
  background: linear-gradient(90deg, rgba(10, 20, 40, 0.92) 0%, rgba(10, 20, 40, 0.55) 55%, rgba(10, 20, 40, 0.1) 100%);
}

.page-news .news-subscribe-content {
  max-width: 560px;
}

.page-news .news-subscribe-content h2 {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--moon);
  font-family: var(--title-font);
  font-weight: 900;
}

.page-news .news-subscribe-content p {
  margin: 0 0 18px;
  color: var(--fog);
  font-size: 14px;
  line-height: 1.7;
}

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

@media (min-width: 768px) {
  .page-news .news-hero-title {
    font-size: 40px;
  }

  .page-news .news-feature-card {
    padding: 32px;
  }

  .page-news .news-subscribe-banner img {
    height: 300px;
  }

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

  .page-news .news-tagcloud {
    display: block;
    position: relative;
    width: 280px;
    height: 280px;
    margin: 20px auto;
  }

  .page-news .news-tagcloud::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px dashed rgba(57, 255, 136, 0.25);
    border-radius: 50%;
  }

  .page-news .news-tagcloud::after {
    content: "TAGS";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--mono-font);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: rgba(168, 184, 208, 0.5);
  }

  .page-news .news-cloud-tag {
    position: absolute;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .page-news .news-cloud-tag:nth-child(1) { left: 140px; top: 40px; }
  .page-news .news-cloud-tag:nth-child(2) { left: 199px; top: 59px; }
  .page-news .news-cloud-tag:nth-child(3) { left: 235px; top: 109px; }
  .page-news .news-cloud-tag:nth-child(4) { left: 235px; top: 171px; }
  .page-news .news-cloud-tag:nth-child(5) { left: 199px; top: 221px; }
  .page-news .news-cloud-tag:nth-child(6) { left: 140px; top: 240px; }
  .page-news .news-cloud-tag:nth-child(7) { left: 81px; top: 221px; }
  .page-news .news-cloud-tag:nth-child(8) { left: 45px; top: 171px; }
  .page-news .news-cloud-tag:nth-child(9) { left: 45px; top: 109px; }
  .page-news .news-cloud-tag:nth-child(10) { left: 81px; top: 59px; }
}

@media (min-width: 900px) {
  .page-news .news-hero-grid {
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: center;
  }

  .page-news .news-hero-orb {
    display: block;
    max-width: 280px;
    justify-self: end;
  }

  .page-news .news-hero-orb svg {
    width: 100%;
    height: auto;
  }

  .page-news .news-feature-card {
    grid-template-columns: 5fr 6fr;
    align-items: center;
  }

  .page-news .news-topic-item:first-child {
    grid-template-columns: 140px 1fr;
  }

  .page-news .news-topic-thumb {
    height: 140px;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .page-news .news-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 48px;
    align-items: start;
  }

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

  .page-news .news-filter-head {
    padding-top: 40px;
  }
}
