.toast{background:#fff;border-left:4px solid;border-radius:8px;align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:1rem;animation:.3s ease-out toast-slide-in;display:flex;box-shadow:0 4px 12px #00000026}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.toast__message{color:#374151;flex:1;font-size:.875rem;line-height:1.4}.toast__close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:16px;line-height:1;transition:all .2s;display:flex}.toast__close:hover{color:#6b7280;background:#f3f4f6}.toast--success{border-left-color:#10b981}.toast--success .toast__icon{color:#059669;background:#d1fae5}.toast--error{border-left-color:#ef4444}.toast--error .toast__icon{color:#dc2626;background:#fee2e2}.toast--warning{border-left-color:#f59e0b}.toast--warning .toast__icon{color:#d97706;background:#fef3c7}.toast--info{border-left-color:#3b82f6}.toast--info .toast__icon{color:#2563eb;background:#dbeafe}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;top:1rem;right:1rem}.toast-container>*{pointer-events:auto}@media (width<=640px){.toast-container{left:1rem;right:1rem}}
