/* ============================================================
   Clash代理 · deepdoc.css
   配置参考页(manual.html)专属:章节锚点偏移与文档头部微调
   ============================================================ */

.doc-intro{
  max-width:760px;
  margin-bottom:30px;
}
.doc-lede{
  font-size:15.5px;
  line-height:1.9;
  color:var(--ink-muted);
}
.doc-lede a{
  color:var(--accent-dark);
  text-decoration:underline;
  text-underline-offset:3px;
}
.doc-intro .mono-tag{margin-top:16px}

.doc-toc{margin-bottom:48px}

/* 固定悬浮导航遮挡补偿:锚点落点下移 */
.doc-chapter{scroll-margin-top:118px}

/* 章节之间留出清晰段落层次 */
.doc-chapter + .doc-chapter{margin-top:26px}

@media (max-width:640px){
  .doc-toc{margin-bottom:34px}
  .doc-chapter{scroll-margin-top:96px}
}