.kp-global-header{
  position:sticky;top:0;z-index:300;min-height:56px;padding:0 18px;
  display:flex;align-items:center;gap:10px;background:#FAF7F2;
  border-bottom:1px solid #D3D1C7;box-shadow:0 1px 3px rgba(0,0,0,.04);
  font-family:'Segoe UI',Arial,sans-serif
}
.kp-global-logo{display:flex;align-items:center;gap:8px;color:#2C2C2A;text-decoration:none;font-weight:800;white-space:nowrap}
.kp-global-logo>span:last-child span{color:#185FA5}
.kp-global-logo-icon{width:32px;height:32px;border-radius:8px;background:#185FA5;color:#fff;display:grid;place-items:center;font-size:11px}
.kp-global-spacer{flex:1}
.kp-shell-btn,.kp-account-btn{border:1px solid #D3D1C7;background:#fff;border-radius:9px;min-height:36px;padding:0 12px;font-weight:700;color:#2C2C2A;cursor:pointer}
.kp-hub-wrap{position:relative}.kp-hub-btn{color:#185FA5;background:#E6F1FB;border-color:#B6D5F1}
.kp-pro-btn{background:#F59E0B;color:#fff;border-color:#F59E0B}
.kp-login-btn{background:#185FA5;color:#fff;border-color:#185FA5}
.kp-hub-menu{
  position:absolute;top:44px;left:0;width:270px;padding:10px;background:#fff;
  border:1px solid #D3D1C7;border-radius:12px;box-shadow:0 14px 40px rgba(0,0,0,.14)
}
.kp-hub-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#5F5E5A;padding:5px 8px 8px;font-weight:800}
.kp-hub-item{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding:9px;border-radius:9px;text-decoration:none;color:#2C2C2A}
.kp-hub-item:hover{background:#F1EFE8}.kp-hub-item.active{background:#E6F1FB;color:#185FA5}
.kp-hub-item b{font-size:10px;font-weight:800}.kp-hub-icon{width:28px;height:28px;border-radius:7px;background:#F1EFE8;display:grid;place-items:center}
.kp-account-btn{display:flex;align-items:center;gap:8px;padding:3px 9px}
.kp-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#185FA5;color:#fff}
.kp-account-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.kp-account-copy b{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.kp-account-copy small{font-size:10px;color:#5F5E5A;margin-top:3px}
.kp-account-menu{
  position:fixed;z-index:320;right:18px;top:62px;width:220px;background:#fff;border:1px solid #D3D1C7;border-radius:12px;padding:9px;box-shadow:0 14px 40px rgba(0,0,0,.14)
}
.kp-account-menu-head{padding:7px 8px 10px;border-bottom:1px solid #eee;margin-bottom:5px}.kp-account-menu-head b,.kp-account-menu-head span{display:block}.kp-account-menu-head span{font-size:11px;color:#5F5E5A;margin-top:3px}
.kp-account-menu button{width:100%;text-align:left;border:0;background:none;padding:9px;border-radius:8px;cursor:pointer}.kp-account-menu button:hover{background:#F1EFE8}
@media(max-width:720px){
  .kp-global-header{padding:0 10px;gap:7px}.kp-global-logo>span:last-child{display:none}
  .kp-account-copy{display:none}.kp-shell-btn{padding:0 9px;font-size:12px}.kp-hub-menu{left:-42px;width:255px}
}
