.toast-container{z-index:2000;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#fff;border-radius:8px;justify-content:space-between;align-items:center;min-width:300px;padding:16px 20px;animation:.3s ease-out slide-in;display:flex;box-shadow:0 4px 12px #0000004d}.toast-success{background:var(--color-teal)}.toast-error{background:#ef4444}.toast-info{background:#3b82f6}.toast-warning{color:#000;background:#fbbf24}.toast-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:20px}.toast-close:hover{opacity:1}@keyframes slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
