/* 本地自托管字体（无任何外链）。中文正文用系统字体（微软雅黑/苹方）；数字/英文用本地 Manrope。 */
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:600 800;
  font-display:swap;
  src:url('../fonts/manrope-latin-wght-normal.woff2') format('woff2');
}

/* 页头搜索按钮（可点击提交，非仅回车）：小圆按钮，hover 变实心主色圆 */
.search input{min-width:0}
.search .s-go{border:none;background:transparent;padding:0;margin-left:2px;width:26px;height:26px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}
.search .s-go svg{width:15px;height:15px;color:var(--muted);transition:color .2s}
.search .s-go:hover{background:var(--blue)}
.search .s-go:hover svg{color:#fff}
