@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes swipeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.ToastViewport{--viewport-padding:25px;padding:var(--viewport-padding);z-index:2147483647;pointer-events:none;outline:none;flex-direction:column;gap:10px;width:390px;max-width:100vw;margin:0;font-family:inherit;list-style:none;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.ToastRoot{background-color:var(--color-background);pointer-events:auto;border-left:4px solid;border-radius:6px;grid-template-columns:auto max-content;grid-template-areas:"title action";align-items:center;column-gap:15px;padding:15px;font-family:inherit;display:grid;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}.ToastRoot.success{border-left-color:#10b981}.ToastRoot.error{border-left-color:#ef4444}.ToastRoot.warning{border-left-color:#f59e0b}.ToastRoot.info{border-left-color:#3b82f6}.ToastRoot[data-state=open]{animation:.15s cubic-bezier(.16,1,.3,1) slideIn}.ToastRoot[data-state=closed]{animation:.1s ease-in hide}.ToastRoot[data-swipe=move]{transform:translateY(var(--radix-toast-swipe-move-y))}.ToastRoot[data-swipe=cancel]{transition:transform .2s ease-out;transform:translateY(0)}.ToastRoot[data-swipe=end]{animation:.1s ease-out swipeOut}.ToastContent{grid-area:title;align-items:flex-start;gap:12px;display:flex}.ToastIcon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.ToastIcon.success{color:#10b981}.ToastIcon.error{color:#ef4444}.ToastIcon.warning{color:#f59e0b}.ToastIcon.info{color:#3b82f6}.ToastText{flex-direction:column;gap:4px;display:flex}.ToastTitle{color:var(--gray-12);margin:0;font-family:inherit;font-size:15px;font-weight:500}.ToastDescription{color:var(--gray-11);white-space:pre-line;margin:0;font-family:inherit;font-size:13px;line-height:1.3}.ToastClose{width:25px;height:25px;color:var(--gray-11);cursor:pointer;background-color:#0000;border:none;border-radius:3px;grid-area:action;justify-content:center;align-items:center;display:inline-flex}.ToastClose:hover{background-color:var(--gray-3)}.ToastClose:focus{outline-offset:2px;outline:2px solid #3b82f6}
