.popup-overlay{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:rgba(0,0,0,.6);display:none;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .25s ease;z-index:9999}.popup-overlay.is-visible{display:flex}.popup-overlay.is-open{opacity:1}.popup-modal{box-shadow:0 24px 64px rgba(0,0,0,.6);max-height:80vh;max-width:950px;opacity:0;overflow-y:auto;position:relative;transform:translateY(16px) scale(.98);transition:transform .25s ease,opacity .25s ease;width:90%}.popup-overlay.is-open .popup-modal{opacity:1;transform:translateY(0) scale(1)}.popup-close{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;transition:background .2s ease;width:36px}.popup-close:hover{background:hsla(0,0%,100%,.25)}.popup-close svg{display:block;height:18px;width:18px}.popup-body{color:#fff}.popup-body *{color:inherit}.popup-body a{color:#fff;text-underline-offset:3px}.popup-body img{height:auto;max-width:100%}@media (max-width:600px){.popup-modal{max-height:90vh;padding:48px 24px 28px}}