/* ============================================================
   clashf.com · knowledge.html(YAML 手册)专属样式
   依赖 base.css 的设计令牌,不新增任何硬编码颜色
   ============================================================ */

/* 锚点跳转时预留 sticky 头部高度 */
.doc section[id]{scroll-margin-top:calc(var(--topbar-h) + 18px);}

/* 手册头部 */
.doc-hero .sect-head{margin-bottom:6px;}
.doc-hero .sect-lede{max-width:760px;}
.doc-hero .jumpline{margin-bottom:0;}

.doc-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
  margin-top:16px;
  font-family:var(--font-mono);
  font-size:.78rem;
  color:var(--fog-ink-soft);
}

/* 章节编号:等宽小号,海雾蓝 */
.chap-no{
  font-family:var(--font-mono);
  font-weight:600;
  font-size:.7em;
  letter-spacing:.1em;
  color:var(--fog-accent);
  margin-right:12px;
}

/* 章内排版节奏 */
.doc h2{margin-bottom:12px;}
.doc h3{margin-top:34px;margin-bottom:4px;}
.doc .spec-scroll{margin-top:18px;margin-bottom:18px;}