@keyframes popupExpand{0%{transform:translateY(100%) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes vacuumSuction{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(100%) scale(.8);opacity:0}}@keyframes shimmer{0%{transform:translateX(-100%)}30%{transform:translateX(100%)}to{transform:translateX(100%)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.popup-animate-expand{animation:popupExpand .4s cubic-bezier(.34,1.56,.64,1) forwards}.popup-animate-expand,.popup-animate-vacuum{will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:subpixel-antialiased}.popup-animate-vacuum{animation:vacuumSuction .3s cubic-bezier(.45,.05,.55,.95) forwards}.shimmer-effect{animation:shimmer 7s linear infinite;will-change:transform;backface-visibility:hidden}