.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed}.toast-container-top-left{top:0;left:0}.toast-container-top-center{top:0;left:50%;transform:translate(-50%)}.toast-container-top-right{top:0;right:0}.toast-container-bottom-left{bottom:0;left:0}.toast-container-bottom-center{bottom:0;left:50%;transform:translate(-50%)}.toast-container-bottom-right{bottom:0;right:0}.toast{pointer-events:auto;opacity:0;background:#fff;border-radius:8px;min-width:300px;max-width:500px;transition:opacity .3s,transform .3s cubic-bezier(.21,1.02,.73,1);overflow:hidden;transform:translate(100%);box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f}.toast.toast-enter{opacity:1;transform:translate(0)}.toast-container-top-left .toast,.toast-container-bottom-left .toast{transform:translate(-100%)}.toast-container-top-center .toast,.toast-container-bottom-center .toast{transform:translateY(-100%)}.toast-container-top-center .toast.toast-enter,.toast-container-bottom-center .toast.toast-enter{transform:translateY(0)}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-content{align-items:center;gap:12px;padding:14px 16px;display:flex}.toast-icon-wrapper{flex-shrink:0;width:20px;height:20px}.toast-icon{width:100%;height:100%}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{color:#1f2937;flex:1;font-size:14px;font-weight:500;line-height:1.5}.toast-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .2s;display:flex}.toast-close:hover{color:#4b5563}.toast-close svg{width:100%;height:100%}.toast-progress{background:#f3f4f6;height:4px;overflow:hidden}.toast-progress-bar{height:100%;transition:width linear}.toast-success .toast-progress-bar{background:#10b981}.toast-error .toast-progress-bar{background:#ef4444}.toast-warning .toast-progress-bar{background:#f59e0b}.toast-info .toast-progress-bar{background:#3b82f6}
