.toast-error,.toast-success,.toast-warning{padding:16px;display:flex;min-width:500px;gap:4px;justify-content:space-between;overflow:hidden;font-weight:600}.toast-success{background:#f4fffc;border-left:6px solid #049267;border-radius:8px;color:#049267}.toast-warning{background:#fffdf4;border-left:6px solid #a88307;border-radius:8px;color:#a88307}.toast-error{background:#fef5f5;border-left:6px solid #b2231d;border-radius:8px;color:#b2231d}@keyframes slideIn{0%{opacity:0;transform:translateY(-30%)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn .3s ease forwards}.close-button{background:none;border:none;font-size:16px;align-self:flex-start;cursor:pointer}