.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}.toast{pointer-events:auto;color:#1a1a1a;-webkit-backdrop-filter:blur(12px)saturate(180%);background-color:#ffffffd9;border:1px solid #fff6;border-radius:12px;justify-content:space-between;align-items:center;min-width:320px;max-width:450px;padding:16px 20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.5s cubic-bezier(.68,-.55,.265,1.55) toastSlideIn;display:flex;box-shadow:0 8px 32px #1f268726}.toast-content{align-items:center;gap:12px;font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.4;display:flex}.toast-icon{flex-shrink:0;width:20px;height:20px}.toast-success .toast-icon{fill:#10b981}.toast-error .toast-icon{fill:#ef4444}.toast-info .toast-icon{fill:#3b82f6}.toast-warning .toast-icon{fill:#f59e0b}.toast:before{content:"";border-radius:2px;width:4px;height:24px}.toast-success:before{background-color:#10b981}.toast-error:before{background-color:#ef4444}.toast-info:before{background-color:#3b82f6}.toast-warning:before{background-color:#f59e0b}.toast-close{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:16px;font-size:18px;transition:all .2s;display:flex}.toast-close:hover{color:#111827;background:#e5e7eb;transform:rotate(90deg)}@keyframes toastSlideIn{0%{opacity:0;filter:blur(10px);transform:translate(100px)}to{opacity:1;filter:blur();transform:translate(0)}}.toast-removing{opacity:0;filter:blur(5px);transform:scale(.9)translateY(-10px)}
