div.toast{min-width:250px;color:var(--bg);z-index:9999;justify-content:space-between;align-items:center;padding:10px 15px;font-weight:600;animation:.3s forwards slideIn;display:flex;position:fixed;top:80px;right:20px}div.toast.success{background-color:#22c55e}div.toast.error{background-color:#ef4444}div.toast button{width:30px;color:var(--bg);cursor:pointer;background:0 0;border:none;font-size:16px}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
