.toast-container{display:flex;flex-direction:column;gap:.75rem;max-width:400px;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:9999}.toast{align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;gap:.75rem;min-width:300px;padding:1rem;pointer-events:auto;transition:all .3s ease}.toast:hover{box-shadow:0 6px 16px #0003;transform:translate(-4px)}.toast-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{background-color:#d1fae5;color:#065f46}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background-color:#fee2e2;color:#991b1b}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{background-color:#fef3c7;color:#92400e}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background-color:#dbeafe;color:#1e40af}.toast-message{color:#1f2937;flex:1;font-size:.875rem;line-height:1.5}.toast-close{background:none;border:none;color:#6b7280;cursor:pointer;flex-shrink:0;font-size:1rem;line-height:1;padding:.25rem;transition:color .2s}.toast-close:hover{color:#1f2937}.toast-enter-active,.toast-leave-active{transition:all .3s ease}.toast-enter-from{opacity:0;transform:translate(100%)}.toast-leave-to{opacity:0;transform:translate(100%) scale(.8)}@media(max-width:640px){.toast-container{bottom:1rem;left:1rem;max-width:none;right:1rem;top:auto}.toast{min-width:auto}}
