/* QIAN数据 红白杂志风格 — 覆盖VitePress默认样式 */

/* ── 基础色调 ── */
:root {
  --vp-c-brand: #b91c2e;
  --vp-c-brand-1: #b91c2e;
  --vp-c-brand-2: #8b1522;
  --vp-c-brand-3: #d42a3e;
  --vp-c-bg: #ffffff;
}

/* ── 文章内容区 ── */
.vp-doc {
  max-width: 800px;
  margin: 0 auto;
}

.vp-doc h1 {
  font-size: 1.7em !important;
  color: #b91c2e !important;
  border-bottom: 3px solid #b91c2e !important;
  padding-bottom: 8px !important;
  margin-top: 0.2em !important;
  line-height: 1.35 !important;
  border-left: none !important;
}

.vp-doc h2 {
  font-size: 1.25em !important;
  color: #1a1a2e !important;
  border-left: 4px solid #b91c2e !important;
  padding-left: 12px !important;
  margin-top: 2em !important;
  border-bottom: none !important;
  letter-spacing: normal !important;
}

.vp-doc h3 {
  font-size: 1.1em !important;
  color: #2c3e50 !important;
  margin-top: 1.6em !important;
}

.vp-doc p {
  color: #444 !important;
  line-height: 1.9 !important;
  margin: 0.6em 0 !important;
}

.vp-doc blockquote {
  background: #fdf3f0 !important;
  border-left: 4px solid #b91c2e !important;
  margin: 1.4em 0 !important;
  padding: 14px 20px !important;
  border-radius: 0 6px 6px 0 !important;
}

.vp-doc blockquote p {
  color: #555 !important;
  margin: 0 !important;
  font-style: normal !important;
}

.vp-doc pre {
  background: #f6f8fa !important;
  padding: 16px 18px !important;
  border-radius: 8px !important;
  border: 1px solid #e8ecf0 !important;
  font-size: 0.84em !important;
  line-height: 1.6 !important;
}

.vp-doc code {
  background: #f0f0f0 !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  color: #476582 !important;
}

.vp-doc pre code {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  color: inherit !important;
}

.vp-doc table {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 1.2em 0 !important;
  font-size: 0.9em !important;
  display: table !important;
  overflow-x: visible !important;
}

.vp-doc th {
  background: #b91c2e !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 9px 10px !important;
  border: 1px solid #ddd !important;
  text-align: center !important;
}

.vp-doc td {
  padding: 8px 10px !important;
  border: 1px solid #ddd !important;
  text-align: center !important;
}

.vp-doc tr:nth-child(even) td {
  background: #f9f9f9 !important;
}

.vp-doc hr {
  border: none !important;
  border-top: 2px solid #eee !important;
  margin: 2em 0 !important;
}

.vp-doc ul, .vp-doc ol {
  line-height: 1.8 !important;
  color: #444 !important;
  padding-left: 1.5em !important;
}

.vp-doc strong {
  color: #1a1a2e !important;
}

/* ── 首页 ── */
.hero-section { text-align: center; padding: 40px 0 20px; }
.hero-title { font-size: 2.2em; color: #1a1a2e; border: none !important; padding: 0; }
.hero-title .highlight { color: #b91c2e; }
.hero-sub { font-size: 1em; color: #666; margin-top: 8px; }
.hero-desc { font-size: 0.9em; color: #888; margin-top: 4px; }
.hero-rule { width: 60px; height: 4px; background: #b91c2e; margin: 0 auto 24px; border-radius: 2px; }
