/* Yan60 用户端公共布局：所有带返回按钮的顶部栏保持吸顶。 */
:is(.fixed-topbar):has(> :is(.nav-btn,.back-btn):first-child){
  position:fixed!important;
  top:0!important;
  z-index:1200!important;
}

:is(.topbar,.topbar-fixed):has(> .back-btn),
.topbar:has(.topbar-inner .back-btn),
.top:has(.top-in > .back),
body > .site-title:has(.title-inner .back-btn){
  position:sticky!important;
  top:0!important;
  z-index:1100!important;
}
