/* head-sync · 13 */
body.cpop-site{background:#f4f7fb!important;color:#0f172a}
.cpop-head{background:#fff;border-bottom:1px solid #e2e8f0}
.cpop-head__stripe{display:none}
.cpop-head__inner{
  max-width:1120px;margin:0 auto;padding:12px 20px;
  display:flex;align-items:center;gap:12px;flex-wrap:nowrap;
}
.cpop-brand{display:inline-flex;align-items:center;gap:10px;color:#1d4ed8!important;flex:0 0 auto}
.cpop-brand__mark{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,#2563eb,#dc2626);color:#fff;font-weight:900;
}
.cpop-brand strong{display:block;font-size:1rem}
.cpop-brand em{display:block;font-style:normal;font-size:.7rem;color:#64748b}
.cpop-tabs{display:flex;flex-wrap:nowrap;gap:8px 12px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}
.cpop-tabs::-webkit-scrollbar{display:none}
.cpop-tabs a{color:#475569!important;font-weight:700;white-space:nowrap}
.cpop-tabs a:hover{color:#2563eb!important}
.cpop-head__tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.cpop-search{display:flex;border:2px solid #2563eb;border-radius:999px;overflow:hidden;background:#fff}
.cpop-search input{border:0;padding:9px 12px;outline:0;min-width:0!important;width:140px;max-width:none!important}
.cpop-search button{border:0;padding:9px 12px;background:#2563eb;color:#fff;font-weight:800;white-space:nowrap}
.cpop-head__rank{padding:9px 12px;border-radius:999px;background:#facc15;color:#854d0e!important;font-weight:800;white-space:nowrap}
.cpop-btn{border-radius:999px;padding:9px 14px;font-weight:800;display:inline-flex;white-space:nowrap}
.cpop-btn--cta{background:#dc2626;color:#fff!important}
.cpop-btn--outline{border:2px solid #2563eb;color:#2563eb!important;background:#fff}
.cpop-main{max-width:1120px;margin:0 auto;padding:18px 20px 56px}
@media (max-width:800px){
  .cpop-head__inner{flex-wrap:wrap}
  .cpop-search{width:100%;order:3}
  .cpop-search input{width:auto;flex:1 1 auto}
  .cpop-tabs{overflow-x:auto!important;flex-wrap:nowrap!important}
}
