@keyframes toast-in{0%{opacity:0;transform:translate(24px,-4px)scale(.95)}60%{opacity:1}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes toast-out{0%{opacity:1;max-height:280px;margin-bottom:.5rem;transform:translate(0,0)scale(1)}to{opacity:0;max-height:0;margin-bottom:0;transform:translate(16px,-4px)scale(.96)}}@media (prefers-reduced-motion:reduce){@keyframes toast-in{0%{opacity:0}to{opacity:1}}@keyframes toast-out{0%{opacity:1}to{opacity:0}}}.toast-item-enter{animation:.42s cubic-bezier(.21,1.02,.36,1) both toast-in}.toast-item-exit{pointer-events:none;animation:.26s cubic-bezier(.7,0,.84,0) both toast-out;overflow:hidden}.toast-progress{transform-origin:0;animation:toast-drain var(--toast-duration,5s) linear both}@keyframes toast-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-card:hover .toast-progress{animation-play-state:paused}
