.ps-popup { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center; box-sizing: border-box; }
/* UIkit supplies the visual theme; the module manages opening and sessions. */
.ps-popup--uikit.uk-modal { display: flex; opacity: 1; }
.ps-popup--uikit .ps-popup__dialog { margin: 0; opacity: 1; transform: none; flex-shrink: 1; max-height: calc(100vh - 48px); overflow: auto; overflow-wrap: anywhere; }
.ps-popup--uikit .ps-popup__message > :first-child { margin-top: 0; }
.ps-popup--uikit .ps-popup__message > :last-child { margin-bottom: 0; }
.ps-popup--uikit .ps-popup__message img { max-width: 100%; height: auto; }
.ps-popup[hidden] { display: none !important; }
.ps-popup--standalone { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15, 23, 42, .65); box-sizing: border-box; }
.ps-popup *, .ps-popup *::before, .ps-popup *::after { box-sizing: border-box; }
.ps-popup--standalone .ps-popup__dialog { width: 100%; max-width: 560px; max-height: calc(100vh - 48px); overflow: auto; padding: 30px; border-radius: 16px; background: #fff; color: #172033; box-shadow: 0 24px 80px rgba(0, 0, 0, .3); font-family: inherit; text-align: start; overflow-wrap: anywhere; }
.ps-popup--standalone .ps-popup__title { margin: 0 0 16px; color: inherit; font-size: 1.5rem; line-height: 1.3; }
.ps-popup--standalone .ps-popup__message { font-size: 1rem; line-height: 1.65; }
.ps-popup--standalone .ps-popup__message > :first-child { margin-top: 0; }
.ps-popup--standalone .ps-popup__message > :last-child { margin-bottom: 0; }
.ps-popup--standalone .ps-popup__message img { max-width: 100%; height: auto; }
.ps-popup--standalone .ps-popup__actions { display: flex; justify-content: flex-end; margin-top: 24px; }
.ps-popup--standalone .ps-popup__ok { appearance: none; padding: 11px 28px; border: 0; border-radius: 8px; background: #165dcc; color: #fff; font: inherit; font-weight: 600; cursor: pointer; min-height: 44px; }
.ps-popup--standalone .ps-popup__ok:hover { background: #104aab; }
.ps-popup--standalone .ps-popup__dialog :focus-visible { outline: 3px solid #e58a00; outline-offset: 3px; }
@media (max-width: 480px) { .ps-popup--standalone { padding: 16px; } .ps-popup--standalone .ps-popup__dialog { padding: 22px; max-height: calc(100vh - 32px); } }
