#pmlsn-popup-launcher.pmlsn-popup-launcher{
    position:fixed;z-index:2147482000;right:24px;left:auto;bottom:28px;width:48px;height:48px;min-width:48px;margin:0;padding:0;border:1px solid rgba(79,70,229,.18);border-radius:999px;background:#fff;color:var(--pmlsn-launcher-icon-color,#4f46e5);box-shadow:0 12px 32px rgba(15,23,42,.18);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.88);transition:opacity .22s ease,transform .22s ease,visibility .22s ease,box-shadow .18s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;box-sizing:border-box
}
/* Active popups must always render above the minimized launcher. This also
   prevents the mobile circle/edge tab from covering an open notification. */
#pmlsn-live-notification,#pmlsn-review-notification,#pmlsn-exam-notification{z-index:2147483000!important}
#pmlsn-popup-launcher.pmlsn-popup-launcher[data-side="left"]{left:24px;right:auto}
#pmlsn-popup-launcher.pmlsn-popup-launcher.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}
#pmlsn-popup-launcher.pmlsn-popup-launcher:hover{box-shadow:0 15px 38px rgba(15,23,42,.24);transform:translateY(-2px)}
#pmlsn-popup-launcher.pmlsn-popup-launcher:focus-visible{outline:3px solid rgba(79,70,229,.22);outline-offset:3px}
#pmlsn-popup-launcher .pmlsn-launcher-icon{display:flex;align-items:center;justify-content:center;width:23px;height:23px}
#pmlsn-popup-launcher .pmlsn-launcher-icon svg{display:block;width:100%;height:100%;fill:currentColor}
#pmlsn-popup-launcher .pmlsn-launcher-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font:700 10px/14px -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center;box-sizing:border-box}
#pmlsn-popup-launcher[data-count="1"] .pmlsn-launcher-badge{display:none}
#pmlsn-popup-launcher[data-style="edge-tab"]{right:0;width:43px;min-width:43px;height:52px;border-right:0;border-radius:14px 0 0 14px}
#pmlsn-popup-launcher[data-style="edge-tab"][data-side="left"]{left:0;right:auto;border-right:1px solid rgba(79,70,229,.18);border-left:0;border-radius:0 14px 14px 0}
.pmlsn-launcher-minimizing{opacity:0!important;transform:scale(.76)!important;transition:opacity .22s ease,transform .22s ease!important;pointer-events:none!important}
@media(max-width:600px){
    #pmlsn-popup-launcher.pmlsn-popup-launcher[data-style="responsive"]{right:0;bottom:92px;width:42px;min-width:42px;height:50px;border-right:0;border-radius:14px 0 0 14px}
    #pmlsn-popup-launcher.pmlsn-popup-launcher[data-style="responsive"][data-side="left"]{left:0;right:auto;border-right:1px solid rgba(79,70,229,.18);border-left:0;border-radius:0 14px 14px 0}
    #pmlsn-popup-launcher.pmlsn-popup-launcher[data-style="circle"]{right:14px;bottom:78px;width:42px;height:42px;min-width:42px}
    #pmlsn-popup-launcher.pmlsn-popup-launcher[data-style="circle"][data-side="left"]{left:14px;right:auto}
    #pmlsn-popup-launcher .pmlsn-launcher-icon{width:20px;height:20px}
}
@media(prefers-reduced-motion:reduce){#pmlsn-popup-launcher.pmlsn-popup-launcher,.pmlsn-launcher-minimizing{transition:none!important}}
