/* ============================================================
   Clash配置教程 · 术语表页专属样式(wiki.html)
   只做页头引言、分区节奏与锚点定位补丁,组件样式全部复用共享层
   ============================================================ */

.glo-head{
  margin-bottom:26px;
}
.glo-head .page-t{
  margin-top:10px;
}
.glo-lead{
  margin-top:14px;
  max-width:820px;
  font-size:15px;
  line-height:1.85;
  color:var(--text-soft);
}
.glo-lead a{
  color:var(--text);
  border-bottom:1px solid var(--metal);
}
.glo-lead a:hover{
  border-bottom-color:var(--text);
}

/* 分类区块节奏(纵向间距只声明上下) */
.glo-sec{
  padding-top:8px;
  padding-bottom:36px;
  scroll-margin-top:calc(var(--head-h) + 16px);
}

/* 术语卡:锚点跳转避开吸顶页头,目标卡描边提亮示位 */
.term-card{
  scroll-margin-top:calc(var(--head-h) + 20px);
}
.term-card:target{
  border-color:var(--edge);
}
.term-card p a{
  color:var(--text);
  border-bottom:1px solid var(--metal);
}
.term-card p a:hover{
  border-bottom-color:var(--text);
}

/* 页尾导流单元 */
.glo-out-body p{
  font-size:14px;
  line-height:1.85;
  color:var(--muted);
  max-width:720px;
}
.glo-out-acts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}