
#hootag-notification-launcher{
 position:fixed;right:18px;bottom:18px;z-index:99990;
 width:48px;height:48px;border-radius:15px;border:1px solid rgba(117,151,161,.45);
 background:#284062;color:#fff;display:grid;place-items:center;
 box-shadow:0 10px 30px rgba(24,36,51,.22);cursor:pointer;font-size:20px;
}
#hootag-notification-launcher .count{
 position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;
 border-radius:999px;background:#b42318;color:#fff;font:700 11px/20px system-ui;
 border:2px solid #fff;text-align:center;
}
#hootag-notification-panel{
 position:fixed;right:18px;bottom:76px;z-index:99991;
 width:min(430px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 100px));
 background:#fff;border:1px solid #d9e1e8;border-radius:18px;
 box-shadow:0 22px 60px rgba(24,36,51,.24);overflow:hidden;
 color:#243447;font-family:Inter,system-ui,-apple-system,sans-serif;
}
#hootag-notification-panel[hidden]{display:none!important}
.hn-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 12px;border-bottom:1px solid #e8edf1}
.hn-head h3{margin:0;font-size:18px}
.hn-head small{display:block;color:#66788a;margin-top:2px}
.hn-actions{display:flex;gap:6px}
.hn-btn{border:1px solid #d9e1e8;background:#fff;color:#284062;border-radius:9px;padding:7px 9px;font-weight:700;cursor:pointer}
.hn-tabs{display:flex;gap:5px;padding:10px 12px;border-bottom:1px solid #edf1f4;overflow:auto}
.hn-tab{white-space:nowrap;border:0;background:#f4f7f9;color:#526579;border-radius:999px;padding:7px 10px;cursor:pointer}
.hn-tab.active{background:#284062;color:#fff}
.hn-body{overflow:auto;max-height:530px;padding:10px}
.hn-item{display:grid;grid-template-columns:10px minmax(0,1fr);gap:9px;padding:11px;border-radius:12px;border:1px solid #e8edf1;margin-bottom:7px;background:#fff}
.hn-item.unread{background:#f5f9fc;border-color:#cfdde7}
.hn-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;background:#7597a1}
.hn-item.success .hn-dot{background:#26844a}.hn-item.warning .hn-dot{background:#c87b16}
.hn-item h4{margin:0 0 3px;font-size:14px}.hn-item p{margin:0;color:#66788a;font-size:12px;line-height:1.45}
.hn-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px}
.hn-meta small{color:#8998a7}.hn-link{color:#284062;font-weight:700;text-decoration:none;font-size:12px}
.hn-empty{padding:28px 16px;text-align:center;color:#66788a}
.hn-settings{padding:12px}
.hn-setting{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;border-bottom:1px solid #edf1f4}
.hn-setting strong{display:block}.hn-setting small{color:#66788a}
.hn-switch{width:20px;height:20px}
.hn-pwa{margin-top:12px;padding:12px;border-radius:12px;background:#f5f8fa;border:1px solid #dfe7ec}
.hn-pwa h4{margin:0 0 5px}.hn-pwa p{font-size:12px;color:#66788a;margin:0 0 9px}
@media(max-width:700px){
 #hootag-notification-launcher{right:12px;bottom:12px}
 #hootag-notification-panel{right:8px;bottom:68px;width:calc(100vw - 16px);max-height:calc(100vh - 84px)}
 .hn-body{max-height:calc(100vh - 230px)}
}

.hn-pwa-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.hn-pwa-title h4{margin:0 0 3px}.hn-pwa-title p{margin:0!important}
.hn-mini{border:0;background:transparent;color:#526579;font-size:18px;cursor:pointer;padding:4px 6px}
.hn-state{display:block;margin-top:10px;padding:9px 10px;border-radius:10px;font-size:12px;line-height:1.4}
.hn-state.success{background:#edf8f1;color:#267244;border:1px solid #cfe8d8}
.hn-state.ready{background:#eef5ff;color:#275b8b;border:1px solid #d3e3f2}
.hn-state.info{background:#f7f9fb;color:#5d7083;border:1px solid #e0e7ec}
.hn-cap-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:10px}
.hn-cap{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;border-radius:9px;background:#fff;border:1px solid #e2e8ed;font-size:11px}
.hn-cap b.yes{color:#267244}.hn-cap b.no{color:#8b5b1b}
.hn-push-help{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e8ed}
.hn-push-help strong{font-size:12px}.hn-push-help span{font-size:11px;color:#66788a;line-height:1.45}
.hn-pwa-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}
.hn-btn.primary{background:#284062;color:#fff;border-color:#284062}
.hn-guide-backdrop{position:fixed;inset:0;z-index:100000;background:rgba(26,38,52,.44);display:grid;place-items:center;padding:16px}
.hn-guide{width:min(520px,100%);background:#fff;color:#243447;border:1px solid #d9e1e8;border-radius:18px;box-shadow:0 24px 70px rgba(24,36,51,.28);padding:18px}
.hn-guide-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.hn-guide-head h3{margin:0;font-size:18px}
.hn-guide p{color:#66788a;line-height:1.6;font-size:13px}.hn-guide-actions{display:flex;justify-content:flex-end;margin-top:14px}
@media(max-width:700px){.hn-cap-grid{grid-template-columns:1fr}.hn-pwa-actions{flex-direction:column}.hn-pwa-actions .hn-btn{width:100%}}

/* CP04 Candidate 24 · manual center + delivery outbox */
.hn-compose{display:grid;gap:11px;padding:4px}
.hn-compose>label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#526579}
.hn-compose input,.hn-compose select,.hn-compose textarea{width:100%;border:1px solid #cfd9e1;border-radius:10px;background:#fff;color:#243447;padding:10px 11px;font:inherit}
.hn-compose textarea{min-height:105px;resize:vertical}
.hn-compose fieldset{border:1px solid #dfe7ec;border-radius:11px;padding:10px}
.hn-compose legend{font-size:12px;font-weight:800;color:#526579;padding:0 5px}
.hn-check{display:flex!important;align-items:center;gap:7px!important;font-size:12px!important;font-weight:600!important;margin:5px 0}
.hn-check input{width:18px!important;height:18px!important}
.hn-compose-note{font-size:11px;line-height:1.5;color:#66788a;background:#f5f8fa;border:1px solid #e0e7ec;border-radius:10px;padding:9px}
.hn-compose-actions{display:flex;justify-content:flex-end}
.hn-inline-success,.hn-inline-error{margin-top:5px;padding:9px 10px;border-radius:9px;font-size:12px}
.hn-inline-success{background:#edf8f1;color:#267244;border:1px solid #cfe8d8}
.hn-inline-error{background:#fff2f0;color:#9c2f23;border:1px solid #f0cfc9}
.hn-del-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
.hn-del-head small{display:block;color:#66788a;margin-top:2px}
.hn-delivery{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 9px;padding:10px 11px;border:1px solid #e2e8ed;border-radius:11px;margin-bottom:7px}
.hn-delivery small{display:block;color:#7a8a99;margin-top:2px}.hn-delivery p{grid-column:1/-1;margin:0;color:#7b5a32;font-size:11px}
.hn-del-status{align-self:start;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800;background:#eef2f5;color:#526579}
.hn-del-status.delivered{background:#edf8f1;color:#267244}.hn-del-status.failed{background:#fff2f0;color:#9c2f23}.hn-del-status.queued{background:#fff8e9;color:#9a671d}
@media(max-width:700px){.hn-del-head{align-items:flex-start;flex-direction:column}.hn-del-head .hn-btn{width:100%}}

/* CP04 Candidate 25 · Push activation state feedback */
.hn-push-help small{
 display:block;margin-top:5px;color:#7a8a99;font-size:10px;line-height:1.45;
}
.hn-btn:disabled{
 opacity:.58;cursor:not-allowed;
}
