.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{pointer-events:auto;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);align-items:center;gap:.75rem;min-width:250px;max-width:400px;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid var(--accent-primary)}.toast-icon{font-size:1.1rem}.toast-message{flex:1}.toast-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.25rem;display:flex}.toast-close:hover{color:var(--text-primary)}.animate-slide-up{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.toast-container{bottom:1rem;left:1rem;right:1rem}.toast{min-width:100%}}
