@keyframes slideIn{0%{opacity:0;transform:translate(calc(100% + 25px))}to{opacity:1;transform:translate(0)}}@keyframes hide{0%{opacity:1}to{opacity:0}}.toast-root[data-state=open]{animation:slideIn .5s cubic-bezier(.16,1,.3,1)}.toast-root[data-state=closed]{animation:hide .5s ease-in forwards}@media(prefers-reduced-motion:no-preference){.toast-root{transition:transform .2s ease}}
