.toast-root[data-state=open]{animation:toast-slide-in .2s ease-out}.toast-root[data-state=closed]{animation:toast-fade-out .2s ease-in forwards}.toast-root[data-swipe=move]{transform:translate(var(--reka-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.toast-root[data-swipe=end]{animation:toast-swipe-out .15s ease-out forwards}@keyframes toast-slide-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}@keyframes toast-swipe-out{0%{transform:translate(var(--reka-toast-swipe-end-x))}to{transform:translate(100%)}}
