.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;max-width:400px;pointer-events:none}.toast{pointer-events:auto;background:#ffffff40;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:0;border-radius:10px;padding:16px 20px;box-shadow:0 10px 40px #0006;opacity:0;transform:translate(400px);transition:all .3s cubic-bezier(.4,0,.2,1);min-width:300px;max-width:400px}.toast.show{opacity:1;transform:translate(0)}.toast-content{display:flex;align-items:center;gap:14px}.toast-logo{display:block;width:45px;height:auto;flex-shrink:0}.toast-message{flex:1;color:#fff;font-size:14px;line-height:1.5}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.toast{min-width:auto;max-width:none}}
