.page-news {
  min-height: 100vh;
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(192, 192, 192, 0.05) 32px),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(192, 192, 192, 0.04) 32px),
    linear-gradient(135deg, var(--c-deep) 0%, var(--c-space) 55%, var(--c-deep-2) 100%);
  color: var(--c-light);
  overflow-x: hidden;
}

.page-news .news-wrapper {
  padding-top: 24px;
  padding-bottom: 64px;
}

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

.page-news .news-hero {
  position: relative;
  padding: 28px 0 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--c-border);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--c-neon);
  transform: skewX(-10deg);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.4);
}

.page-news .news-hero::after {
  content: "NEWS";
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 0;
  font-family: var(--font-data);
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(57, 255, 20, 0.22);
  opacity: 0.45;
  pointer-events: none;
}

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

.page-news .news-kicker {
  margin: 0 0 8px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #baffb2;
}

.page-news .news-hero .page-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.14;
}

.page-news .news-hero .lead {
  max-width: 720px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-silver);
}

.page-news .news-hero-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px dashed rgba(192, 192, 192, 0.32);
  border-left: 3px solid var(--c-neon);
  border-radius: var(--radius);
  background: rgba(14, 42, 92, 0.36);
  font-size: 13px;
}

.page-news .news-hero-note p {
  margin: 0;
  color: var(--c-light);
  line-height: 1.55;
}

.page-news .news-sidebar {
  margin-bottom: 28px;
}

.page-news .news-sidebar-title {
  margin: 0 0 12px;
  padding-left: 12px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-silver);
  border-left: 3px solid var(--c-neon);
}

.page-news .news-category-nav {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-news .news-category-link {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-light);
  background: rgba(10, 31, 68, 0.65);
  border: 1px solid var(--c-border);
  border-radius: 999px;
  transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.page-news .news-category-link:hover,
.page-news .news-category-link:focus-visible {
  border-color: var(--c-neon);
  color: var(--c-neon);
  outline: none;
}

.page-news .news-category-link.is-current {
  background: var(--c-neon);
  border-color: var(--c-neon);
  color: var(--c-space);
  font-weight: 700;
}

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

.page-news .news-content-area {
  position: relative;
  min-width: 0;
}

.page-news .news-content-area::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.6), transparent);
}

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

.page-news .section-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.page-news .text-underline {
  color: var(--c-neon);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.page-news .hot-topic-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(14, 42, 92, 0.72), rgba(6, 12, 24, 0.88));
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.page-news .hot-topic-card:hover,
.page-news .hot-topic-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.page-news .hot-topic-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news .hot-topic-featured .featured-image-wrap {
  position: relative;
  overflow: hidden;
}

.page-news .hot-topic-featured .featured-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 12, 24, 0.72), transparent 62%);
  pointer-events: none;
}

.page-news .hot-title-img {
  aspect-ratio: 2 / 1;
}

.page-news .hot-radio-img {
  aspect-ratio: 3 / 2;
}

.page-news .hot-venue-img {
  aspect-ratio: 4 / 3;
}

.page-news .topic-label {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  padding: 4px 10px 4px 12px;
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-space);
  background: var(--c-neon);
  border-radius: 4px 0 10px 0;
}

.page-news .hot-topic-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.page-news .topic-cat {
  margin-bottom: 6px;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.page-news .hot-topic-body h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.32;
  color: var(--c-light);
}

.page-news .hot-summary {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--c-silver);
}

.page-news .topic-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

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

.page-news .news-block {
  position: relative;
  margin: 0 0 30px;
  padding: 18px;
  background: rgba(10, 31, 68, 0.44);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  scroll-margin-top: 96px;
}

.page-news .news-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--c-neon), transparent 78%);
  opacity: 0.7;
}

.page-news .news-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.page-news .news-block-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--c-light);
}

.page-news .news-block-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -2px;
  background: var(--c-neon);
  transform: skewX(-12deg);
}

.page-news .news-sector-note {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--c-silver);
}

.page-news .news-block-thumb {
  margin: 0 0 12px;
}

.page-news .version-thumb {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--c-border);
  border-radius: 12px;
}

.page-news .news-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-news .news-item {
  border-top: 1px solid rgba(192, 192, 192, 0.15);
}

.page-news .news-item:first-child {
  border-top: 0;
}

.page-news .news-item-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 4px;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-light);
  cursor: pointer;
  transition: background 160ms ease;
}

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

.page-news .news-item-summary:hover,
.page-news .news-item-summary:focus-visible {
  background: rgba(57, 255, 20, 0.06);
}

.page-news .news-item-detail[open] .news-item-summary {
  border-bottom: 1px solid rgba(57, 255, 20, 0.3);
}

.page-news .news-tag {
  flex: 0 0 auto;
  padding: 3px 8px;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 3px;
  color: var(--c-space);
  background: var(--c-silver);
}

.page-news .news-tag-version {
  background: var(--c-neon);
}

.page-news .news-tag-insight {
  background: var(--c-cyan);
}

.page-news .news-tag-league {
  background: var(--c-amber);
}

.page-news .news-tag-notice {
  background: var(--c-silver);
}

.page-news .news-title {
  flex: 1 1 auto;
  font-weight: 500;
}

.page-news .news-time {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--c-silver);
}

.page-news .news-item-detail p {
  margin: 0;
  padding: 12px 4px 16px 16px;
  border-left: 2px solid rgba(57, 255, 20, 0.35);
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #cfd4dd;
}

.page-news .news-item-detail .text-underline {
  display: inline-block;
  margin: 0 4px 14px;
  color: var(--c-neon);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-news .news-subscribe-box {
  position: relative;
  margin-top: 28px;
  padding: 26px 22px;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(57, 255, 20, 0.12), rgba(0, 212, 255, 0.05) 48%, rgba(10, 31, 68, 0.9));
  border: 1px solid rgba(57, 255, 20, 0.4);
  border-radius: calc(var(--radius) * 1.4);
}

.page-news .news-subscribe-box::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 120px;
  height: 120px;
  border: 12px solid rgba(57, 255, 20, 0.18);
  border-radius: 8px;
  transform: rotate(22deg);
}

.page-news .subscribe-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.page-news .subscribe-title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-light);
}

.page-news .subscribe-text {
  max-width: 640px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-silver);
}

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

@media (min-width: 760px) {
  .page-news .news-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }

  .page-news .news-hero-note {
    flex-shrink: 0;
    max-width: 340px;
    margin-top: 0;
  }

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

  .page-news .news-sidebar {
    position: sticky;
    top: 96px;
    margin-bottom: 0;
  }

  .page-news .news-category-nav {
    flex-direction: column;
    gap: 6px;
    overflow: visible;
  }

  .page-news .news-category-link {
    white-space: normal;
    border-radius: 10px;
  }

  .page-news .hot-topics-grid {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "featured feature2"
      "featured feature3";
  }

  .page-news .hot-topic-featured {
    grid-area: featured;
  }

  .page-news .hot-topic-card:nth-of-type(2) {
    grid-area: feature2;
  }

  .page-news .hot-topic-card:nth-of-type(3) {
    grid-area: feature3;
  }

  .page-news .hot-topic-featured .hot-topic-body {
    padding: 20px;
  }

  .page-news .hot-topic-featured h3 {
    font-size: 22px;
  }

  .page-news .news-block-with-thumb .news-block-head {
    padding-right: 170px;
  }

  .page-news .news-block-thumb {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 140px;
    z-index: 2;
  }

  .page-news .version-thumb {
    width: 140px;
    height: 140px;
  }
}

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

  .page-news .hot-topics-grid {
    grid-template-columns: 1.35fr 1fr;
  }

  .page-news .hot-topic-featured .hot-topic-body {
    padding: 24px;
  }

  .page-news .news-block {
    padding: 22px;
  }
}
