html.wms-window-pending body > :not(#wms-window-status),
html.wms-window-blocked body > :not(#wms-window-status) { display: none !important; }
#wms-window-status[hidden] { display: none !important; }
#wms-window-status {
    position: fixed; inset: 0; z-index: 2147483000; padding: 24px;
    display: grid; place-items: center; background: #f2f3f8;
    font-family: system-ui, sans-serif; color: #132347; box-sizing: border-box;
}
.wms-window-card { width: 100%; max-width: 460px; box-sizing: border-box; padding: 32px; border-radius: 24px;
    background: white; box-shadow: 0 16px 48px #23305212; border: 1px solid #e5e6ef; text-align: center; }
.wms-window-icon { color: #713ab0; width: 52px; height: 52px; margin: 0 auto 18px; }
#wms-window-title { margin: 0 0 14px; font-size: 24px; font-weight: 750; }
#wms-window-message { font-size: 17px; line-height: 1.55; color: #59657c; margin: 0; }
#wms-window-retry { margin-top: 22px; min-height: 46px; border: 0; border-radius: 12px; padding: 10px 28px;
    background: #713ab0; color: white; font-size: 16px; font-weight: 650; cursor: pointer; }
#wms-window-retry:disabled { opacity: .6; }

#wms-session-ended-notice {
    width: min(460px, calc(100vw - 24px)); max-height: calc(100dvh - 24px);
    padding: 0; border: 1px solid #ddd; border-radius: 6px;
    background: #fff; color: #242932; box-shadow: 0 12px 40px #0004;
}
#wms-session-ended-notice::backdrop { background: #0008; }
html.wms-window-ended body > :not(#wms-session-ended-notice) { pointer-events: none !important; }
