.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:8px;max-width:400px}.toast-item{display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:400;cursor:pointer;box-shadow:0 8px 24px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toast-in .3s ease}.toast-icon{font-size:16px;flex-shrink:0}.toast-success{background:#1d9e75f2;color:#fff}.toast-danger{background:#dc3545f2;color:#fff}.toast-warning{background:#ef9f27f2;color:#fff}.toast-info{background:#378addf2;color:#fff}.toast-enter-active{transition:all .3s ease}.toast-leave-active{transition:all .25s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(60px)}@media(max-width:480px){.toast-container{right:10px;left:10px;max-width:none}}
