.toast-wrapper{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;max-width:350px;min-width:200px;overflow:hidden;padding:12px 16px;pointer-events:auto;position:fixed;z-index:10000}.toast-wrapper.toast-success{border-left:4px solid #10b981}.toast-wrapper.toast-error{border-left:4px solid #ef4444}.toast-wrapper.toast-warning{border-left:4px solid #f59e0b}.toast-wrapper.toast-info{border-left:4px solid #3b82f6}.toast-wrapper .toast-icon{font-size:18px;margin-right:12px}.toast-wrapper.toast-success .toast-icon{color:#10b981}.toast-wrapper.toast-error .toast-icon{color:#ef4444}.toast-wrapper.toast-warning .toast-icon{color:#f59e0b}.toast-wrapper.toast-info .toast-icon{color:#3b82f6}.toast-wrapper .toast-content{flex:1;font-size:14px;word-break:break-word}.toast-wrapper .toast-close{cursor:pointer;margin-left:12px;opacity:.5;transition:opacity .2s}.toast-wrapper .toast-close:hover{opacity:1}.toast-wrapper .toast-progress{background-color:#0000001a;bottom:0;height:3px;left:0;position:absolute;right:0}.toast-wrapper .toast-progress-bar{animation-fill-mode:forwards;animation-name:countdown;animation-timing-function:linear;height:100%;width:100%}@keyframes countdown{0%{width:100%}to{width:0}}.toast-wrapper .progress-success{background-color:#10b981}.toast-wrapper .progress-error{background-color:#ef4444}.toast-wrapper .progress-warning{background-color:#f59e0b}.toast-wrapper .progress-info{background-color:#3b82f6}.toast-wrapper .toast-right-enter-active,.toast-wrapper .toast-right-leave-active{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.toast-wrapper .toast-right-enter-from,.toast-wrapper .toast-right-leave-to{opacity:0;transform:translate(120%)}.toast-wrapper .toast-left-enter-active,.toast-wrapper .toast-left-leave-active{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.toast-wrapper .toast-left-enter-from,.toast-wrapper .toast-left-leave-to{opacity:0;transform:translate(-120%)}.toast-wrapper .toast-top-enter-active,.toast-wrapper .toast-top-leave-active{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.toast-wrapper .toast-top-enter-from,.toast-wrapper .toast-top-leave-to{opacity:0;transform:translateY(-100%)}.toast-wrapper .toast-bottom-enter-active,.toast-wrapper .toast-bottom-leave-active{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.toast-wrapper .toast-bottom-enter-from,.toast-wrapper .toast-bottom-leave-to{opacity:0;transform:translateY(100%)}.toast-wrapper[style*=left][style*=bottom]:not([style*=right]):not([style*=top]),.toast-wrapper[style*=left][style*=top]:not([style*=right]):not([style*=bottom]){left:50%!important;transform:translate(-50%)}.toast-wrapper .toast-bottom-enter-active .toast-item[style*=left][style*=bottom]:not([style*=right]):not([style*=top]),.toast-wrapper .toast-top-enter-active .toast-item[style*=left][style*=top]:not([style*=right]):not([style*=bottom]){transform:translate(-50%)}.toast-wrapper .dark .toast-item{background-color:#374151;color:#e5e7eb}.toast-wrapper .dark .toast-progress{background-color:#ffffff1a}@media (prefers-reduced-motion:reduce){.toast-wrapper .toast-left-enter-active,.toast-wrapper .toast-left-leave-active,.toast-wrapper .toast-right-enter-active,.toast-wrapper .toast-right-leave-active{transition:all .2s ease-out}}
