.toast-root[data-state=open]{animation:.2s ease-out toast-slide-in}.toast-root[data-state=closed]{animation:.2s ease-in forwards toast-fade-out}.toast-root[data-swipe=move]{transform:translateX(var(--reka-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{transition:transform .2s ease-out;transform:translate(0)}.toast-root[data-swipe=end]{animation:.15s ease-out forwards toast-swipe-out}@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:translateX(var(--reka-toast-swipe-end-x))}to{transform:translate(100%)}}
