.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;max-width:400px;display:flex;position:fixed;top:80px;right:20px}.toast{pointer-events:auto;background:#fff;border-left:4px solid;border-radius:12px;align-items:center;gap:.75rem;min-width:300px;padding:1rem 1.25rem;animation:.3s ease-out slideIn;display:flex;box-shadow:0 8px 24px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;font-size:1.25rem;font-weight:700}.toast-success .toast-icon{color:#22c55e}.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:.95rem;line-height:1.4}.toast-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.toast-close:hover{color:#4b5563;background:#0000000d}@media (max-width:640px){.toast-container{max-width:none;top:70px;left:10px;right:10px}.toast{min-width:auto;padding:.85rem 1rem}.toast-message{font-size:.9rem}}
