.toast-container{z-index:9999;flex-direction:column;gap:10px;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast-item{color:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:500;animation:.3s ease-out toastSlideIn;display:flex;box-shadow:0 4px 12px #00000026}.toast-item.toast-success{background-color:#2a9d8f}.toast-item.toast-error{background-color:#ef4444}.toast-item.toast-warning{background-color:#f59e0b}.toast-item.toast-info{background-color:#3b82f6}.toast-content{align-items:center;gap:10px;display:flex}.toast-close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px;font-size:16px}.toast-close:hover{opacity:1}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
