@charset "UTF-8";.splash-popup-overlay{--splash-overlay-opacity:0.5;--splash-modal-width:600px;--splash-close-color:#000000;--splash-close-bg-color:#ffffff;--splash-content-padding:32px;position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,var(--splash-overlay-opacity));opacity:0;transition:opacity .25s ease;padding:16px;box-sizing:border-box}.splash-popup-overlay[hidden]{display:none}.splash-popup-overlay.is-open{opacity:1}.splash-popup-modal{position:relative;background:#fff;width:100%;max-width:var(--splash-modal-width);max-height:90vh;overflow-y:auto;border-radius:4px;box-shadow:0 8px 32px rgba(0,0,0,.2);transform:translateY(12px);transition:transform .25s ease}.splash-popup-overlay.is-open .splash-popup-modal{transform:translateY(0)}.splash-popup-overlay[data-animation=fade] .splash-popup-modal,.splash-popup-overlay[data-animation=fade].is-open .splash-popup-modal{transform:none;transition:none}.splash-popup-overlay[data-animation=zoom] .splash-popup-modal{transform:scale(.88)}.splash-popup-overlay[data-animation=scale].is-open .splash-popup-modal,.splash-popup-overlay[data-animation=zoom].is-open .splash-popup-modal{transform:scale(1)}.splash-popup-overlay[data-animation=scale] .splash-popup-modal{transform:scale(.6);transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.splash-popup-close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:var(--splash-close-bg-color, transparent);border:0;border-radius:50%;cursor:pointer;padding:0;line-height:1;color:var(--splash-close-color);font-size:24px;display:flex;align-items:center;justify-content:center;z-index:1}.splash-popup-close:focus,.splash-popup-close:hover{opacity:.7}.splash-popup-close:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.splash-popup-content{padding:var(--splash-content-padding, 32px)}.splash-popup-content>:first-child{margin-top:0}.splash-popup-content>:last-child{margin-bottom:0}
