.news-detail-page {
  margin: 0;
  color: #142033;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 122, 255, 0.08), transparent 36%),
    radial-gradient(circle at 88% 8%, rgba(14, 165, 233, 0.08), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 38%, #ffffff 100%);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.news-detail-main {
  padding: 36px 0 72px;
}

.news-detail-shell {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.news-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #6b7a90;
  font-size: 13px;
}

.news-crumbs a {
  color: #2f6fed;
  text-decoration: none;
}

.news-article-card {
  padding: 36px 40px 42px;
  border: 1px solid #d9e5f5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(28, 61, 110, 0.08);
}

.news-article-header {
  margin-bottom: 22px;
}

.news-kicker {
  margin: 0 0 10px;
  color: #2f6fed;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.news-article-header h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.news-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 16px;
  color: #667085;
  font-size: 13px;
}

.news-source-link {
  color: #2f6fed;
  text-decoration: none;
  font-weight: 700;
}

.news-hero-figure {
  overflow: hidden;
  margin: 0 0 28px;
  border-radius: 18px;
  background: #e8eef7;
}

.news-hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-lead {
  margin: 0 0 22px;
  color: #344054;
  font-size: 17px;
  line-height: 1.9;
}

.news-lead p {
  margin: 0 0 14px;
}

.news-highlight {
  margin: 0 0 28px;
  padding: 18px 22px;
  border-left: 4px solid #2f6fed;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, rgba(47, 111, 237, 0.08), rgba(47, 111, 237, 0.02));
  color: #1d4ed8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.article-body {
  color: #243247;
  font-size: 16px;
  line-height: 1.9;
}

.article-body h2 {
  margin: 32px 0 14px;
  color: #101828;
  font-size: 22px;
  line-height: 1.4;
}

.article-body p {
  margin: 0 0 16px;
}

.article-body blockquote {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 4px solid #93c5fd;
  border-radius: 0 12px 12px 0;
  background: #f8fbff;
  color: #1e3a8a;
}

.article-note {
  margin: 28px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f4f7fb;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

.news-article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #e5ebf4;
}

.news-back-link,
.news-home-link {
  color: #2f6fed;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 720px) {
  .news-detail-shell {
    width: min(100% - 24px, 720px);
  }

  .news-article-card {
    padding: 24px 18px 28px;
    border-radius: 16px;
  }

  .news-article-header h1 {
    font-size: 26px;
  }

  .news-lead,
  .article-body {
    font-size: 15px;
  }
}
