.toast-container{z-index:1000;flex-direction:column;gap:.5rem;max-width:400px;display:flex;position:fixed;bottom:1rem;right:1rem}.toast{background:#fff;border-left:4px solid;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;animation:.3s ease-out toast-slide-in;display:flex;box-shadow:0 4px 12px #00000026}.toast--error{background:#fff5f5;border-left-color:#dc3545}.toast--success{background:#f0fff4;border-left-color:#28a745}.toast--info{background:#f0f9ff;border-left-color:#17a2b8}.toast__message{flex:1;margin-right:1rem;font-size:.875rem;line-height:1.4}.toast__actions{align-items:center;gap:.5rem;display:flex}.toast__action-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.toast__action-btn:hover{background:#0000000d}.toast__close-btn{cursor:pointer;color:#666;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1}.toast__close-btn:hover{color:#333}.toast--exiting{animation:.2s cubic-bezier(.4,0,1,1) forwards toast-slide-out}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{to{opacity:0;transform:translate(100%)}}
