html { margin-top: 0 !important; }

.article-cover-a {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.article-cover-b {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}

.article-cover-a img,
.article-cover-b img {
  mix-blend-mode: overlay;
  opacity: 0.85;
}

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

.article-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #4b5563;
}

.article-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #4b5563;
}

.article-content li { margin-bottom: 0.5rem; }

.daily-tip-bar {
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #1e40af;
}

.sitemap-list a {
  color: #2563eb;
  text-decoration: none;
}

.sitemap-list a:hover { text-decoration: underline; }

.sitemap-list li { margin-bottom: 0.5rem; }
