.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast{pointer-events:auto;background:#fff;border-left:4px solid;border-radius:12px;align-items:center;gap:12px;min-width:300px;padding:16px 20px;transition:all .2s;animation:.3s ease-out slideInRight;display:flex;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.toast:hover{transform:translate(-4px);box-shadow:0 12px 32px #00000029,0 4px 12px #0000001f}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-success{border-left-color:#10b981}.toast-success .toast-icon{color:#10b981;background:#10b9811a}.toast-error{border-left-color:#ef4444}.toast-error .toast-icon{color:#ef4444;background:#ef44441a}.toast-warning{border-left-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b;background:#f59e0b1a}.toast-info{border-left-color:#405d9a}.toast-info .toast-icon{color:#405d9a;background:#405d9a1a}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.toast-message{color:#1f2937;flex:1;font-size:14px;font-weight:500;line-height:1.5}.toast-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:24px;line-height:1;transition:all .2s;display:flex}.toast-close:hover{color:#1f2937;background:#0000000d}@media (max-width:768px){.toast-container{max-width:none;top:10px;left:10px;right:10px}.toast{width:100%;min-width:auto;padding:14px 16px}.toast-message{font-size:13px}.toast-icon{width:28px;height:28px;font-size:16px}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}.toast.fade-out{animation:.3s ease-out forwards fadeOut}
