/* 资讯文章页 — 配色与 index.html 首页一致（浅灰底 + 蓝渐变头图 + 白正文区） */
.article-hero {
  position: relative;
  overflow: hidden;
}

.article-breadcrumb {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.article-breadcrumb a {
  color: #dbeafe;
  font-weight: 500;
  text-decoration: none;
}

.article-breadcrumb a:hover {
  color: #fff;
}

.article-meta-line {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
}

.article-meta-line a {
  color: #dbeafe;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.article-meta-line a:hover {
  color: #fff;
}

.article-prose h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

.article-prose h2:first-child {
  margin-top: 0;
}

.article-prose p {
  margin: 0 0 1rem;
  color: #4b5563;
  line-height: 1.75;
}

.article-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: #4b5563;
  line-height: 1.75;
}

.article-prose li {
  margin-bottom: 0.35rem;
}

.article-prose strong {
  color: #1f2937;
  font-weight: 600;
}

.article-prose a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-prose a:hover {
  color: #1d4ed8;
}

.article-prose code {
  font-size: 0.875em;
  background: #f3f4f6;
  color: #1e40af;
  padding: 0.15em 0.4em;
  border-radius: 0.25rem;
}
