.toast-root{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:9999}.toast{min-width:260px;padding:14px 16px;border-radius:10px;font-size:14px;font-weight:500;color:white;animation:slideIn .25s ease}.toast.success{background:#16a34a}.toast.error{background:#dc2626}.toast.warning{background:#d97706}.toast.info{background:#2563eb}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}