/* head-sync · 5 */
body.body-div--comic,body.body-div{background:#f5f7fb!important;color:#0f172a}
.cp-header{background:#fff!important;border-bottom:1px solid #e8eaf0;box-shadow:0 2px 12px rgba(15,23,42,.04)}
.cp-header__bar{
  max-width:1120px;margin:0 auto;padding:12px 20px;
  display:flex!important;align-items:center;gap:14px;flex-wrap:nowrap;
  background:#fff!important;grid-template-columns:none!important;
}
.cp-brand{display:inline-flex;align-items:center;gap:10px;color:#111!important;flex:0 0 auto}
.cp-brand__mark{
  width:40px;height:40px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff!important;font-weight:900;
}
.cp-brand__text{display:flex;flex-direction:column;line-height:1.15}
.cp-brand strong{font-size:1.12rem;color:#dc2626!important}
.cp-brand em{font-style:normal;font-size:.72rem;color:#64748b!important;opacity:1}
.cp-search{
  flex:1 1 auto;min-width:0;max-width:480px;display:flex!important;
  border:2px solid #2563eb;border-radius:999px;overflow:hidden;background:#fff;margin:0;
}
.cp-search input{flex:1 1 auto!important;border:0;padding:10px 14px;outline:0;min-width:0!important;max-width:none!important}
.cp-search__btn,.cp-btn--cta{background:#2563eb;color:#fff!important;border:0;padding:10px 16px;font-weight:800;cursor:pointer;white-space:nowrap}
.cp-header__tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.cp-btn{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.cp-btn--outline{background:#fff;color:#dc2626!important;border:2px solid #dc2626;padding:10px 16px}
.cp-pills{
  max-width:1120px;margin:0 auto;padding:8px 20px 12px;
  display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;
  border-top:1px solid #eef2f7!important;background:#fff!important;
}
.cp-pills::-webkit-scrollbar{display:none}
.cp-pills a{
  flex:0 0 auto;padding:6px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;
  color:#334155!important;font-weight:700;font-size:.82rem;
}
.cp-main,.page-main.cp-main{max-width:1120px;margin:0 auto;padding:18px 20px 56px}
@media (max-width:800px){
  .cp-header__bar{flex-wrap:wrap}
  .cp-search{max-width:none;width:100%;order:3}
  .cp-pills,.cp-pills.open{
    display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
    align-items:center!important;max-height:none!important;overflow-x:auto!important;
    overflow-y:hidden!important;padding:8px 16px 12px;
  }
  .cp-pills a{flex:0 0 auto!important;text-align:center;width:auto!important}
}
