.toast-host{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast-item{color:#fff;background:#111111f2;border:1px solid #826cf9;border-radius:8px;min-width:240px;max-width:420px;padding:12px 14px;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.3;animation:.2s ease-out slideIn;box-shadow:0 8px 24px #0000004d}.toast-item.success{border-color:#22c55e}.toast-item.error{border-color:#ff5a5f}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
