.toast-module__eiL02G__stack{bottom:var(--space-5);right:var(--space-5);z-index:90;gap:var(--space-2);pointer-events:none;max-width:calc(100vw - var(--space-8));flex-direction:column;display:flex;position:fixed}.toast-module__eiL02G__toast{align-items:flex-start;gap:var(--space-3);width:360px;max-width:calc(100vw - var(--space-8));padding:var(--space-3) var(--space-4);background:var(--card);border-radius:var(--radius-md);border-left:3px solid var(--steel);box-shadow:var(--shadow-popover);pointer-events:auto;animation:toast-module__eiL02G__toastIn var(--dur-normal) var(--ease);display:flex;position:relative}@keyframes toast-module__eiL02G__toastIn{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}.toast-module__eiL02G__toast_success{border-left-color:var(--teal)}.toast-module__eiL02G__toast_success .toast-module__eiL02G__toastIcon{color:var(--teal)}.toast-module__eiL02G__toast_error{border-left-color:var(--destructive)}.toast-module__eiL02G__toast_error .toast-module__eiL02G__toastIcon{color:var(--destructive)}.toast-module__eiL02G__toast_info{border-left-color:var(--primary)}.toast-module__eiL02G__toast_info .toast-module__eiL02G__toastIcon{color:var(--primary)}.toast-module__eiL02G__toast_warning{border-left-color:var(--primary)}.toast-module__eiL02G__toast_warning .toast-module__eiL02G__toastIcon{color:var(--primary)}.toast-module__eiL02G__toast_loading{border-left-color:var(--steel)}.toast-module__eiL02G__toast_loading .toast-module__eiL02G__toastIcon{color:var(--muted-foreground)}.toast-module__eiL02G__toastIcon{flex-shrink:0;place-items:center;margin-top:1px;display:grid}.toast-module__eiL02G__spin{animation:1s linear infinite toast-module__eiL02G__spin}@keyframes toast-module__eiL02G__spin{to{transform:rotate(360deg)}}.toast-module__eiL02G__toastBody{flex:1;min-width:0}.toast-module__eiL02G__toastTitle{color:var(--foreground);font-size:13px;font-weight:700;line-height:1.4}.toast-module__eiL02G__toastDesc{color:var(--muted-foreground);margin-top:2px;font-size:12px;line-height:1.4}.toast-module__eiL02G__toastClose{width:22px;height:22px;color:var(--muted-foreground);cursor:pointer;transition:color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);background:0 0;border-radius:4px;flex-shrink:0;place-items:center;display:grid}.toast-module__eiL02G__toastClose:hover{color:var(--foreground);background:var(--secondary)}
