@keyframes pancePopIn{0%{opacity:0;transform:scale(0.85) translateY(30px) rotate(-1deg);filter:blur(4px)}70%{opacity:1;transform:scale(1.02) translateY(-5px) rotate(0.5deg);filter:blur(0px)}100%{opacity:1;transform:scale(1) translateY(0) rotate(0deg)}}.pum-container{animation:pancePopIn 0.65s cubic-bezier(0.25,1.25,0.5,1) forwards!important;box-shadow:0 15px 35px rgba(18,53,36,0.25)!important;border-radius:18px!important;overflow:hidden}.pum-overlay{transition:opacity 0.4s ease-in-out!important;background-color:rgba(10,30,20,0.7)!important;backdrop-filter:blur(3px)}