.popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background-color:#0f172a66;justify-content:center;align-items:center;padding:24px;animation:.3s ease-out forwards modal-fade-in;display:flex;position:fixed;inset:0}.popup-content{background:#fff;border-radius:32px;width:100%;max-width:600px;max-height:90vh;padding:32px 40px;animation:.4s cubic-bezier(.16,1,.3,1) forwards modal-slide-up;position:relative;overflow-y:auto;box-shadow:0 40px 80px #00000026}.popup-content::-webkit-scrollbar{display:none}.popup-content{-ms-overflow-style:none;scrollbar-width:none}.popup-close-btn{cursor:pointer;color:#64748b;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.popup-close-btn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.popup-content{border-radius:24px;padding:40px 24px}}
