@keyframes toast-in{0%{transform:translate(-20px) translateY(10px);opacity:0}to{transform:translate(0) translateY(0);opacity:1}}@keyframes toast-out{0%{transform:scale(1);opacity:1}to{transform:scale(.98);opacity:0}}@keyframes toast-timer{0%{width:100%}to{width:0%}}.animate-toast-in{animation:toast-in .3s cubic-bezier(.22,1,.36,1) forwards}.animate-toast-out{animation:toast-out .2s cubic-bezier(.4,0,1,1) forwards}.animate-toast-timer{animation:toast-timer 15s linear forwards}@keyframes pulse-subtle{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}.pause-animation{animation-play-state:paused!important}.notification-glow-dark{box-shadow:0 20px 50px #00000080,0 0 20px #c5a05914}.notification-glow-light{box-shadow:0 10px 25px #00000014}
