#lkc-popup-overlay{display:none;position:fixed;inset:0;z-index:999998;background:rgb(0 0 0 / .55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:20px;animation:lkcOverlayIn .25s ease}#lkc-popup-overlay.lkc-popup-open{display:flex}@keyframes lkcOverlayIn{from{opacity:0}to{opacity:1}}#lkc-popup-box{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 80px rgb(0 0 0 / .3);animation:lkcBoxIn .3s cubic-bezier(.25,.8,.25,1)}@keyframes lkcBoxIn{from{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}#lkc-popup-box .lkc-wrap{margin:0;border:none;box-shadow:none;border-radius:0 0 20px 20px}#lkc-popup-close{position:absolute;top:14px;right:16px;width:32px;height:32px;background:#f0f0ec;border:none;border-radius:50%;cursor:pointer;font-size:16px;color:#555;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s,color .2s;line-height:1;font-family:sans-serif}#lkc-popup-close:hover{background:#ddd;color:#111}.lkc-popup-header{padding:32px 48px 24px;border-bottom:1px solid #e5e5e0}.lkc-popup-pill{display:inline-block;background:#111;color:#fff;font-family:'Urbanist',sans-serif;font-weight:800;font-size:10px;letter-spacing:1.2px;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:12px}.lkc-popup-header h2{font-family:'Urbanist',sans-serif;font-size:22px;font-weight:900;color:#111;margin-bottom:6px;line-height:1.2}.lkc-popup-header p{font-size:13px;color:#888;line-height:1.6;font-family:'Nunito',sans-serif;margin:0}#lkc-popup-box::-webkit-scrollbar{width:4px}#lkc-popup-box::-webkit-scrollbar-track{background:#fff0}#lkc-popup-box::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}@media (max-width:520px){#lkc-popup-overlay{padding:10px}.lkc-popup-header{padding:24px 20px 18px}.lkc-popup-header h2{font-size:18px}#lkc-popup-box{max-height:95vh;border-radius:16px}#lkc-popup-box .lkc-wrap{border-radius:0 0 16px 16px}}