.sp-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.4s cubic-bezier(.25,.8,.25,1),visibility 0.4s;backdrop-filter:blur(2px)}.sp-popup.sp-open{opacity:1;visibility:visible}.sp-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .75);cursor:pointer}.sp-popup-inner{position:relative;width:90%;max-width:var(--sp-width,700px);z-index:10;transform:scale(.95) translateY(10px);transition:transform 0.4s cubic-bezier(.34,1.56,.64,1)}.sp-popup.sp-open .sp-popup-inner{transform:scale(1) translateY(0)}.sp-popup-container{background:#fff;width:100%;max-height:90vh;overflow-y:auto;border-radius:12px;box-shadow:0 20px 60px rgb(0 0 0 / .3);padding:0}.sp-popup-container::-webkit-scrollbar{width:6px}.sp-popup-container::-webkit-scrollbar-track{background:#f1f1f1}.sp-popup-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}html.sp-no-scroll,body.sp-no-scroll{overflow:hidden!important;height:100%!important}.sp-popup-close{position:absolute;top:-15px;right:-8px;width:38px;height:38px;background:var(--sp-close-bg,#333);color:var(--sp-close-text,#fff);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0 / .2);transition:opacity 0.2s ease;z-index:110;line-height:1;padding:0;margin:0;border:none}.sp-popup-close svg{width:20px;height:20px;display:block;stroke:currentColor;stroke-width:3;fill:none;pointer-events:none}.sp-popup-close:hover{opacity:.8;background:var(--sp-close-bg,#333);color:var(--sp-close-text,#fff);transform:none}.sp-popup-content{padding:0;line-height:1.6;color:#444}.sp-popup-content img{display:block;max-width:100%;height:auto;border-radius:4px}.sp-popup-content.no-padding{padding:0}.sp-effect-slide .sp-popup-container{transform:translateY(100px) scale(.95);opacity:0;transition:transform 0.5s cubic-bezier(.23,1,.32,1),opacity 0.5s ease}.sp-popup.sp-open.sp-effect-slide .sp-popup-container{transform:translateY(0) scale(1);opacity:1}@media (max-width:767px){.sp-popup-inner{width:90%}.sp-popup-container{max-height:85vh}.sp-popup-content{padding:0}.sp-popup-close{top:-12px;right:-8px;width:32px;height:32px}.sp-popup-close svg{width:16px;height:16px}}