.toast-container{z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast{border:1px solid;border-radius:.5rem;align-items:center;gap:.75rem;min-width:280px;max-width:380px;padding:.875rem 1rem;animation:.2s ease-out slideIn;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.08)}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-exit{opacity:0;transition:all .2s ease-in;transform:translate(100%)}.toast-success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.toast-success .toast-icon{color:#fff;background:#10b981}.toast-error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.toast-error .toast-icon{color:#fff;background:#ef4444}.toast-warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.toast-warning .toast-icon{color:#fff;background:#f59e0b}.toast-info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.toast-info .toast-icon{color:#fff;background:#3b82f6}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-message{flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.toast-close{color:currentColor;cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .15s;display:flex}.toast-close:hover{opacity:1}.toast-close:focus{outline-offset:2px;opacity:1;outline:2px solid}
/*# sourceMappingURL=5ca1598e28130898.css.map*/