:root{--msbn-accent:#1ed760;--msbn-bg:#101318;--msbn-surface:#171b22;--msbn-text:#f7f8fa;--msbn-muted:#a9b0bd;--msbn-border:rgba(255,255,255,.1);--msbn-danger:#ff5f68;--msbn-shadow:0 24px 80px rgba(0,0,0,.48)}
.msbn-root,.msbn-root *{box-sizing:border-box}.msbn-root{font-family:inherit;direction:rtl;color:var(--msbn-text);position:relative;z-index:2147482000}.msbn-root svg{width:1.4em;height:1.4em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.msbn-modal-open{overflow:hidden!important}
.msbn-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(5,7,10,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease;z-index:2147483000}.msbn-overlay.is-visible{opacity:1;visibility:visible}.msbn-popup{width:min(94vw,520px);max-height:min(90vh,760px);overflow:auto;background:linear-gradient(155deg,#1d222b,#11151b);border:1px solid var(--msbn-border);border-radius:28px;box-shadow:var(--msbn-shadow);transform:translateY(24px) scale(.96);opacity:0;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .24s ease;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.msbn-overlay.is-visible .msbn-popup{transform:none;opacity:1}.msbn-popup-hero{height:190px;overflow:hidden;background:#0b0e12}.msbn-popup-hero img{width:100%;height:100%;object-fit:cover;display:block}.msbn-popup-body{position:relative;padding:30px}.msbn-popup-close{position:absolute;top:18px;left:18px;width:38px;height:38px;border:1px solid var(--msbn-border);border-radius:50%;background:rgba(0,0,0,.24);cursor:pointer;transition:.2s;color:#fff}.msbn-popup-close span{position:absolute;top:18px;left:10px;width:17px;height:2px;background:currentColor;border-radius:2px;transform:rotate(45deg)}.msbn-popup-close span+span{transform:rotate(-45deg)}.msbn-popup-close:hover:not(:disabled){background:#fff;color:#111}.msbn-popup-close:disabled{opacity:.28;cursor:not-allowed}.msbn-popup-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:22px;background:rgba(30,215,96,.12);color:var(--msbn-accent);margin:0 auto 18px;box-shadow:inset 0 0 0 1px rgba(30,215,96,.2)}.msbn-popup-icon img{width:42px;height:42px;object-fit:contain;border-radius:13px}.msbn-popup-icon svg{width:34px;height:34px}.msbn-popup-copy{text-align:center}.msbn-popup-copy h2{margin:0 0 12px;font-size:clamp(21px,4vw,28px);line-height:1.45;color:#fff}.msbn-popup-text{font-size:15px;line-height:2;color:#c7ccd5}.msbn-popup-text p{margin:.5em 0}.msbn-popup-text a{color:var(--msbn-accent)}.msbn-popup-actions{display:flex;gap:10px;margin-top:20px}.msbn-btn{display:flex;align-items:center;justify-content:center;min-height:50px;padding:10px 20px;border-radius:15px;text-decoration:none!important;font-weight:800;font-size:14px;transition:transform .2s ease,filter .2s ease;flex:1}.msbn-btn:hover{transform:translateY(-2px);filter:brightness(1.06)}.msbn-btn-primary{background:var(--msbn-accent);color:#07130b!important}.msbn-btn-secondary{background:rgba(255,255,255,.07);border:1px solid var(--msbn-border);color:#fff!important}.msbn-coupon{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px dashed rgba(30,215,96,.5);background:rgba(30,215,96,.07);border-radius:16px;padding:13px 15px;margin-top:18px;color:#fff;cursor:pointer;font-family:inherit}.msbn-coupon span{font-size:12px;color:#aeb8af}.msbn-coupon strong{direction:ltr;letter-spacing:2px;font-size:17px;color:var(--msbn-accent)}.msbn-coupon i{font-style:normal;background:rgba(255,255,255,.09);padding:6px 9px;border-radius:8px;font-size:11px}.msbn-coupon.is-copied{border-style:solid;background:rgba(30,215,96,.14)}.msbn-ack{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;cursor:pointer;user-select:none}.msbn-ack input{position:absolute;opacity:0}.msbn-checkmark{width:22px;height:22px;border-radius:7px;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;transition:.2s}.msbn-ack input:checked+.msbn-checkmark{background:var(--msbn-accent);border-color:var(--msbn-accent)}.msbn-ack input:checked+.msbn-checkmark:after{content:"";width:8px;height:4px;border:solid #07130b;border-width:0 0 2px 2px;transform:rotate(-45deg) translateY(-1px)}.msbn-ack b{font-size:13px;color:#dbe0e6}.msbn-ack-helper{display:block;text-align:center;margin-top:8px;color:#ffb3b8;font-size:11px}.msbn-ack-button{width:100%;margin-top:18px;border:0;font-family:inherit;cursor:pointer}.msbn-type-offer .msbn-popup-icon,.msbn-type-offer .msbn-toast-icon{color:#ffca57;background:rgba(255,202,87,.12)}.msbn-type-warning .msbn-popup-icon,.msbn-type-warning .msbn-toast-icon{color:#ff6c75;background:rgba(255,108,117,.12)}.msbn-type-success .msbn-popup-icon,.msbn-type-success .msbn-toast-icon{color:#36d78b;background:rgba(54,215,139,.12)}.msbn-type-update .msbn-popup-icon,.msbn-type-update .msbn-toast-icon{color:#66a8ff;background:rgba(102,168,255,.12)}.msbn-shake{animation:msbnShake .38s ease}@keyframes msbnShake{0%,100%{transform:translateX(0)}25%{transform:translateX(7px)}50%{transform:translateX(-7px)}75%{transform:translateX(4px)}}
.msbn-toast-stack{position:fixed;bottom:26px;left:22px;width:min(420px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;z-index:2147482500;pointer-events:none}.msbn-pos-right .msbn-toast-stack{left:auto;right:22px}.msbn-toast{position:relative;display:grid;grid-template-columns:48px 1fr 30px;align-items:center;gap:12px;min-height:78px;padding:12px 13px;border-radius:19px;background:rgba(20,24,31,.96);border:1px solid var(--msbn-border);box-shadow:0 14px 45px rgba(0,0,0,.38);backdrop-filter:blur(14px);transform:translateY(16px) scale(.97);opacity:0;transition:.22s;overflow:hidden;pointer-events:auto;cursor:pointer}.msbn-toast.is-visible{transform:none;opacity:1}.msbn-toast-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;color:var(--msbn-accent);background:rgba(30,215,96,.1)}.msbn-toast-icon img{width:32px;height:32px;object-fit:contain;border-radius:9px}.msbn-toast-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.msbn-toast-copy b{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msbn-toast-copy span{font-size:12px;color:var(--msbn-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msbn-toast-close{width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#bfc5ce;font-size:20px;cursor:pointer}.msbn-toast-progress{position:absolute;bottom:0;right:0;height:3px;width:100%;background:var(--msbn-accent);transform-origin:right center;animation:msbnProgress linear forwards}@keyframes msbnProgress{to{transform:scaleX(0)}}
.msbn-center{position:fixed;bottom:92px;left:22px;z-index:2147482400}.msbn-pos-right .msbn-center{left:auto;right:22px}.msbn-center-toggle{position:relative;width:54px;height:54px;border-radius:18px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,#222832,#151a21);box-shadow:0 14px 38px rgba(0,0,0,.38);color:#fff;display:grid;place-items:center;cursor:pointer;transition:.22s}.msbn-center-toggle:hover{transform:translateY(-3px);color:var(--msbn-accent)}.msbn-center-toggle svg{width:25px;height:25px}.msbn-center-toggle b{position:absolute;top:-6px;right:-6px;min-width:21px;height:21px;padding:0 5px;border-radius:20px;display:grid;place-items:center;background:#ff4d5a;color:#fff;font-size:10px;border:2px solid #11151b}.msbn-center-panel{position:absolute;bottom:66px;left:0;width:min(380px,calc(100vw - 28px));max-height:min(620px,70vh);display:flex;flex-direction:column;background:rgba(18,22,28,.98);border:1px solid var(--msbn-border);border-radius:24px;box-shadow:var(--msbn-shadow);overflow:hidden;transform:translateY(14px) scale(.96);transform-origin:bottom left;opacity:0;visibility:hidden;transition:.22s}.msbn-pos-right .msbn-center-panel{left:auto;right:0;transform-origin:bottom right}.msbn-center.is-open .msbn-center-panel{transform:none;opacity:1;visibility:visible}.msbn-center-panel header{display:flex;align-items:center;justify-content:space-between;padding:18px 19px;border-bottom:1px solid var(--msbn-border)}.msbn-center-panel header div{display:flex;flex-direction:column;gap:3px}.msbn-center-panel header strong{font-size:17px;color:#fff}.msbn-center-panel header span{font-size:11px;color:var(--msbn-muted)}.msbn-center-close{width:32px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:22px;cursor:pointer}.msbn-center-list{overflow:auto;padding:8px;scrollbar-width:thin}.msbn-center-item{width:100%;display:grid;grid-template-columns:44px 1fr;gap:11px;align-items:start;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;padding:13px 10px;text-align:right;text-decoration:none!important;cursor:pointer;font-family:inherit;border-radius:13px}.msbn-center-item:hover{background:rgba(255,255,255,.045)}.msbn-center-item.is-unread{background:rgba(30,215,96,.055)}.msbn-center-item.is-unread .msbn-center-item-copy b:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--msbn-accent);margin-left:7px}.msbn-center-item-icon{width:42px;height:42px;border-radius:14px;background:rgba(30,215,96,.08);color:var(--msbn-accent);display:grid;place-items:center}.msbn-center-item-icon img{width:30px;height:30px;object-fit:cover;border-radius:9px}.msbn-center-item-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.msbn-center-item-copy b{font-size:13px;color:#f8f9fb}.msbn-center-item-copy small{font-size:11px;line-height:1.7;color:var(--msbn-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.msbn-center-item-copy time{font-size:9px;color:#69717e;direction:ltr;text-align:right}.msbn-center-empty{min-height:190px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--msbn-muted)}.msbn-center-empty span{width:56px;height:56px;border-radius:18px;background:rgba(255,255,255,.04);display:grid;place-items:center}.msbn-center-empty p{font-size:12px}.msbn-center-push{padding:8px 12px 0}.msbn-push-control{width:100%;display:flex;align-items:center;gap:10px;border:1px solid rgba(30,215,96,.22);border-radius:14px;background:rgba(30,215,96,.07);color:#eafff0;padding:10px 12px;cursor:pointer;font-family:inherit;text-align:right}.msbn-push-control span{width:31px;height:31px;border-radius:10px;background:rgba(30,215,96,.12);display:grid;place-items:center;color:var(--msbn-accent)}.msbn-push-control b{font-size:11px}.msbn-push-control.is-granted{cursor:default}.msbn-push-control.is-denied{border-color:rgba(255,95,104,.2);background:rgba(255,95,104,.06);color:#ffc6ca}.msbn-push-control:disabled{opacity:.65;cursor:not-allowed}
@media(max-width:767px){.msbn-overlay{align-items:flex-end;padding:10px}.msbn-popup{width:100%;max-height:88vh;border-radius:25px 25px 18px 18px}.msbn-popup-body{padding:26px 20px 22px}.msbn-popup-hero{height:155px}.msbn-popup-actions{flex-direction:column}.msbn-toast-stack{left:12px!important;right:12px!important;bottom:82px;width:auto}.msbn-center{bottom:82px;left:14px}.msbn-pos-right .msbn-center{left:auto;right:14px}.msbn-center-panel{position:fixed;left:10px!important;right:10px!important;bottom:146px;width:auto;max-height:62vh;transform-origin:bottom center}.msbn-center-toggle{width:50px;height:50px;border-radius:16px}.msbn-toast{grid-template-columns:42px 1fr 28px;min-height:70px}.msbn-toast-icon{width:40px;height:40px;border-radius:13px}}
@media(prefers-reduced-motion:reduce){.msbn-root *{animation-duration:.001ms!important;transition-duration:.001ms!important}}

/* Position controls and test mode - v1.1.0 */
.msbn-center[hidden]{display:none!important}
.msbn-root{--msbn-center-x:22px;--msbn-center-y:92px;--msbn-center-z:2147482400}
.msbn-center{left:var(--msbn-center-x);right:auto;bottom:var(--msbn-center-y);top:auto;z-index:var(--msbn-center-z)}
.msbn-center-bottom-right .msbn-center,.msbn-center-top-right .msbn-center{left:auto;right:var(--msbn-center-x)}
.msbn-center-top-left .msbn-center,.msbn-center-top-right .msbn-center{top:var(--msbn-center-y);bottom:auto}
.msbn-center-bottom-right .msbn-center-panel{left:auto;right:0;transform-origin:bottom right}
.msbn-center-top-left .msbn-center-panel{top:66px;bottom:auto;left:0;right:auto;transform-origin:top left}
.msbn-center-top-right .msbn-center-panel{top:66px;bottom:auto;left:auto;right:0;transform-origin:top right}
.msbn-center-bottom-right .msbn-toast-stack,.msbn-center-top-right .msbn-toast-stack{left:auto;right:22px}
.msbn-test-badge{display:table;margin:0 auto 14px;padding:5px 11px;border-radius:999px;background:rgba(102,168,255,.12);border:1px solid rgba(102,168,255,.25);color:#9bc4ff;font-size:10px;font-weight:800;letter-spacing:.1px}
.msbn-toast-copy b em{display:inline-flex;margin-left:7px;padding:2px 6px;border-radius:7px;background:rgba(102,168,255,.15);color:#9bc4ff;font-size:9px;font-style:normal;vertical-align:middle}
.msbn-toast.is-test{outline:1px solid rgba(102,168,255,.25)}
@media(max-width:767px){
  .msbn-center{left:var(--msbn-center-x)!important;right:auto!important;bottom:var(--msbn-center-y)!important;top:auto!important}
  .msbn-center-bottom-right .msbn-center,.msbn-center-top-right .msbn-center{left:auto!important;right:var(--msbn-center-x)!important}
  .msbn-center-top-left .msbn-center,.msbn-center-top-right .msbn-center{top:var(--msbn-center-y)!important;bottom:auto!important}
  .msbn-center-panel{left:10px!important;right:10px!important;width:auto}
  .msbn-center-bottom-left .msbn-center-panel,.msbn-center-bottom-right .msbn-center-panel{top:auto!important;bottom:calc(var(--msbn-center-y) + 64px)!important;transform-origin:bottom center}
  .msbn-center-top-left .msbn-center-panel,.msbn-center-top-right .msbn-center-panel{top:calc(var(--msbn-center-y) + 64px)!important;bottom:auto!important;transform-origin:top center}
}
.msbn-root{z-index:var(--msbn-center-z,2147482400)}


/* Integrated notification center - v1.2.12
 * The theme owns the launcher dimensions and first-paint layout. This stylesheet
 * only owns the overlay panel, so loading notification assets can never reflow MSB's header.
 */
#msb-smart-notify-root .msbn-center > .msbn-center-toggle{display:none!important}
.msbn-center.msbn-center-integrated{position:static!important;inset:auto!important;z-index:var(--msbn-center-z,2147482400);font-family:inherit;direction:rtl;color:var(--msbn-text)}
.msbn-center.msbn-center-integrated,.msbn-center.msbn-center-integrated *{box-sizing:border-box}
.msbn-center.msbn-center-integrated svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(min-width:992px){
  .msbn-center.msbn-center-integrated .msbn-center-panel{position:fixed!important;right:276px!important;left:auto!important;top:20px!important;bottom:auto!important;width:min(368px,calc(100vw - 300px))!important;max-height:min(600px,calc(100vh - 40px))!important;border-radius:20px!important;transform:translateY(-8px) scale(.985)!important;transform-origin:top right!important;opacity:0;visibility:hidden}
  .msbn-center.msbn-center-integrated.is-open .msbn-center-panel{transform:none!important;opacity:1;visibility:visible}
}
@media(max-width:991px){
  .msbn-center.msbn-center-integrated .msbn-center-panel{position:fixed!important;top:calc(68px + env(safe-area-inset-top))!important;right:10px!important;left:10px!important;bottom:auto!important;width:auto!important;max-height:min(68dvh,620px)!important;border-radius:18px!important;transform:translateY(-7px) scale(.99)!important;transform-origin:top center!important;opacity:0;visibility:hidden}
  .msbn-center.msbn-center-integrated.is-open .msbn-center-panel{transform:none!important;opacity:1;visibility:visible}
}

/* 1.2.16 — route-synchronised popup lifecycle. Exit runs in parallel with MSB's 140ms SPA fade. */
.msbn-overlay.is-route-leaving{pointer-events:none;will-change:opacity;transition-duration:.14s!important}
.msbn-overlay.is-route-leaving .msbn-popup{will-change:transform,opacity;transform:translateY(8px) scale(.985)!important;opacity:0!important;transition-duration:.14s!important;transition-timing-function:cubic-bezier(.2,.8,.2,1)!important}
@media(max-width:767px){.msbn-overlay.is-route-leaving .msbn-popup{transform:translateY(12px) scale(.992)!important}}
@media(prefers-reduced-motion:reduce){.msbn-overlay.is-route-leaving,.msbn-overlay.is-route-leaving .msbn-popup{transition-duration:.001ms!important}}
