.toast-container{bottom:20px;position:fixed;right:20px;z-index:9999}.toast{animation:slideIn .3s ease;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px}.toast.info{background:#333}.toast.success{background:#10b981}.toast.error{background:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
