.page-news {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.7;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news a {
  color: inherit;
  text-decoration: none;
}

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

/* ===== 首屏 Hero ===== */
.page-news .news-hero {
  position: relative;
  padding: 48px 0 72px;
  background:
    radial-gradient(circle at 88% 18%, rgba(198, 255, 0, 0.08), transparent 22%),
    radial-gradient(circle at 8% 82%, rgba(255, 107, 0, 0.07), transparent 26%),
    repeating-linear-gradient(0deg, transparent 0 47px, rgba(245, 240, 232, 0.04) 47px 48px),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(245, 240, 232, 0.04) 47px 48px),
    var(--bg);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -16%;
  right: -4%;
  width: 180px;
  height: 140%;
  background: linear-gradient(120deg, transparent, rgba(198, 255, 0, 0.12), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}

.page-news .breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 40px;
  font-size: 14px;
  color: var(--muted);
}

.page-news .breadcrumb a {
  color: var(--muted);
  transition: color 0.2s ease;
}

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

.page-news .breadcrumb [aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.page-news .breadcrumb span[aria-hidden="true"] {
  color: var(--line);
}

.page-news .news-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: end;
}

.page-news .news-hero__kicker {
  display: inline-block;
  background: rgba(198, 255, 0, 0.12);
  color: var(--lime);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  letter-spacing: 0.12em;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.page-news .news-hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.page-news .news-hero__lead {
  margin: 0 0 28px;
  color: rgba(245, 240, 232, 0.82);
  max-width: 680px;
  font-size: 16px;
}

.page-news .news-hero__cta {
  margin-top: 4px;
}

.page-news .news-hero__stats {
  margin: 0;
  display: grid;
  gap: 4px;
  background: var(--panel);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  padding: 28px;
}

.page-news .news-hero__stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: baseline;
  border-bottom: 1px dashed var(--line);
  padding: 14px 0;
}

.page-news .news-hero__stat-num {
  font-family: var(--font-num);
  font-size: 2rem;
  font-weight: 700;
  color: var(--lime);
  font-variant-numeric: tabular-nums;
}

.page-news .news-hero__stat-label {
  font-size: 14px;
  color: var(--muted);
}

.page-news .news-hero__stat-note {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--muted);
  border-left: 3px solid var(--orange);
  padding-left: 12px;
}

/* ===== 区块标题 ===== */
.page-news .news-section-head {
  margin-bottom: 40px;
}

.page-news .news-section-head .coord-index {
  margin-bottom: 14px;
}

.page-news .news-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
}

.page-news .news-section-head__desc {
  margin: 12px 0 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
}

/* ===== 最新发布 ===== */
.page-news .news-route {
  padding: 72px 0 8px;
}

.page-news .news-route__banner {
  margin: 0 0 48px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
}

.page-news .news-route__banner-img {
  width: 100%;
}

.page-news .news-route__timeline {
  position: relative;
  padding-left: 40px;
}

.page-news .news-route__timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--lime), var(--line) 30%, var(--line) 70%, var(--orange));
  opacity: 0.5;
}

.page-news .news-route__timeline::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.15);
}

.page-news .news-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px 0 20px 44px;
  border-bottom: 1px solid var(--line);
}

.page-news .news-item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 30px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--lime);
  box-shadow: 0 0 0 4px rgba(198, 255, 0, 0.12);
  z-index: 1;
}

.page-news .news-item__card {
  position: relative;
  padding: 18px 20px;
  background: rgba(46, 52, 64, 0.5);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.page-news .news-item__card:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 255, 0, 0.45);
  background: rgba(46, 52, 64, 0.8);
  box-shadow: var(--shadow);
}

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

.page-news .news-item__time {
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--lime);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-news .news-item__tag,
.page-news .news-cat-card__tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bg-deep);
}

.page-news .news-item__tag--updates,
.page-news .news-cat-card__tag--updates {
  background: var(--lime);
}

.page-news .news-item__tag--reports,
.page-news .news-cat-card__tag--reports {
  background: var(--orange);
}

.page-news .news-item__tag--brand,
.page-news .news-cat-card__tag--brand {
  background: var(--clay);
}

.page-news .news-item__tag--guides,
.page-news .news-cat-card__tag--guides {
  background: var(--green);
}

.page-news .news-item__read {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-num);
}

.page-news .news-item h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.4;
}

.page-news .news-item h3 a {
  color: var(--text);
  transition: color 0.2s ease;
}

.page-news .news-item h3 a:hover {
  color: var(--lime);
}

.page-news .news-item__summary {
  margin: 0 0 12px;
  font-size: 15px;
  color: rgba(245, 240, 232, 0.72);
}

.page-news .news-item__more {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--lime);
  transition: gap 0.2s ease, color 0.2s ease;
}

.page-news .news-item__more:hover {
  color: var(--orange);
}

.page-news .news-snapshot {
  position: relative;
  margin: 24px 0 24px 44px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(198, 255, 0, 0.1), rgba(46, 52, 64, 0.8) 55%);
  border: 1px solid rgba(198, 255, 0, 0.25);
  border-radius: 16px;
}

.page-news .news-snapshot::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 30px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.15);
}

.page-news .news-snapshot__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text);
}

.page-news .news-snapshot__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 14px;
}

.page-news .news-snapshot__grid div {
  padding: 10px 14px;
  background: var(--bg-deep);
  border-radius: 10px;
}

.page-news .news-snapshot__grid dt {
  font-size: 12px;
  color: var(--muted);
  font-family: var(--font-num);
  text-transform: uppercase;
}

.page-news .news-snapshot__grid dd {
  margin: 4px 0 0;
  font-family: var(--font-num);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--lime);
  font-variant-numeric: tabular-nums;
}

.page-news .news-snapshot__note {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

/* ===== 内容分类 ===== */
.page-news .news-categories {
  padding: 72px 0;
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.page-news .news-categories__figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.page-news .news-categories__figure img {
  width: 100%;
  height: auto;
}

.page-news .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-news .tab-button {
  appearance: none;
  background: var(--panel);
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 22px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-news .tab-button:hover {
  color: var(--text);
  border-color: rgba(198, 255, 0, 0.5);
  transform: translateY(-2px);
}

.page-news .tab-button:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.page-news .tab-button[aria-selected="true"] {
  background: var(--lime);
  color: var(--bg-deep);
  border-color: var(--lime);
}

.page-news .news-categories__content {
  display: grid;
  gap: 20px;
}

.page-news .news-cat-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.page-news .news-cat-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--lime);
  opacity: 0.6;
}

.page-news .news-cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 255, 0, 0.35);
}

.page-news .news-cat-card__body h3 {
  margin: 10px 0 8px;
  font-size: 1.08rem;
  line-height: 1.45;
}

.page-news .news-cat-card__body h3 a {
  color: var(--text);
}

.page-news .news-cat-card__body h3 a:hover {
  color: var(--lime);
}

.page-news .news-cat-card__body p {
  margin: 0;
  font-size: 14px;
  color: rgba(245, 240, 232, 0.72);
}

.page-news .news-cat-card__time {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}

/* ===== 精选内容 ===== */
.page-news .news-featured {
  padding: 72px 0 56px;
}

.page-news .news-featured__main {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
}

.page-news .news-featured__media img {
  width: 100%;
  height: auto;
}

.page-news .news-featured__body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(160deg, rgba(46, 52, 64, 0.9), var(--bg-deep));
}

.page-news .news-featured__body h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.25;
}

.page-news .news-featured__body p {
  margin: 0 0 22px;
  color: rgba(245, 240, 232, 0.75);
}

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

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

.page-news .news-featured__sec-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-news .news-featured__sec-card h3 {
  margin: 10px 0 8px;
  font-size: 1.15rem;
  line-height: 1.4;
}

.page-news .news-featured__sec-card h3 a {
  color: var(--text);
}

.page-news .news-featured__sec-card h3 a:hover {
  color: var(--lime);
}

.page-news .news-featured__sec-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.page-news .news-featured__sec-card > a {
  color: var(--lime);
  font-weight: 700;
  font-size: 14px;
}

.page-news .news-featured__sec-card > a:hover {
  color: var(--orange);
}

/* ===== 订阅与关注 ===== */
.page-news .news-subscribe {
  padding: 0 0 80px;
}

.page-news .news-subscribe__panel {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(198, 255, 0, 0.06), rgba(46, 52, 64, 0.7) 40%, var(--bg-deep));
}

.page-news .news-subscribe__media img {
  width: 100%;
  height: auto;
}

.page-news .news-subscribe__body {
  padding: 32px 28px;
}

.page-news .news-subscribe__body h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.page-news .news-subscribe__body p {
  margin: 0 0 24px;
  color: rgba(245, 240, 232, 0.75);
}

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

.page-news .news-subscribe__note {
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px dashed var(--line);
  padding-top: 16px;
}

/* ===== 桌面端适配 ===== */
@media (min-width: 768px) {
  .page-news .news-hero {
    padding: 64px 0 80px;
  }

  .page-news .news-item__card {
    padding: 20px 24px;
  }

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

  .page-news .news-subscribe__body {
    padding: 40px 36px;
  }
}

@media (min-width: 960px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 64px;
  }

  .page-news .news-categories__layout {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 2fr);
    gap: 56px;
    align-items: start;
  }

  .page-news .news-categories__figure {
    position: sticky;
    top: 32px;
  }

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

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

  .page-news .news-featured__media {
    position: relative;
    min-height: 460px;
  }

  .page-news .news-featured__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-news .news-featured__body {
    padding: 36px;
  }

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

  .page-news .news-subscribe__media {
    position: relative;
    min-height: 380px;
  }

  .page-news .news-subscribe__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
