@keyframes toastIn{0%{transform:translateY(14px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast-container>*{pointer-events:auto}@media (max-width: 640px){.toast-container{top:.5rem;right:.5rem;left:.5rem}.toast{min-width:100%!important;max-width:100%!important}}
