.toast[data-opened]{animation:.15s cubic-bezier(.16,1,.3,1) slideIn}.toast[data-closed]{animation:.1s ease-in hide}.toast[data-swipe=move]{transform:translateX(var(--kb-toast-swipe-move-x))}.toast[data-swipe=cancel]{transition:transform .2s ease-out;transform:translate(0)}.toast[data-swipe=end]{animation:.1s ease-out swipeOut}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes swipeOut{0%{transform:translateX(var(--kb-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}.toast__list{--viewport-padding:10px;padding:var(--viewport-padding);z-index:9999;outline:none;flex-direction:column;gap:8px;width:400px;max-width:100vw;margin:0;list-style:none;display:flex;position:fixed;bottom:0;right:0}
