@keyframes toast-in{0%{opacity:0;transform:translate(16px,-6px)scale(.96)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes toast-out{0%{opacity:1;max-height:240px;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:.32s cubic-bezier(.16,1,.3,1) both toast-in}.toast-item-exit{pointer-events:none;animation:.26s cubic-bezier(.7,0,.84,0) both toast-out;overflow:hidden}
