@media (prefers-reduced-motion:no-preference){.bg-popup-scrim{animation:bgPopupFade .28s ease both}.bg-popup-card{animation:bgPopupRise .46s cubic-bezier(.16,1,.3,1) both}}@keyframes bgPopupFade{0%{opacity:0}to{opacity:1}}@keyframes bgPopupRise{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}