.app-toast-wrapper{pointer-events:none;z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.app-toast{pointer-events:auto;white-space:nowrap;-webkit-backdrop-filter:blur(28px)saturate(180%);color:#fff;letter-spacing:.01em;cursor:default;border-radius:12px;align-items:center;max-width:360px;padding:11px 22px;font-size:13.5px;font-weight:500;line-height:1.4;display:inline-flex}.app-toast--success{background:#373a3e80}.app-toast--error{background:#a31515}.app-toast--warning{background:#482e08ad}.app-toast--info{background:#26244ead}@keyframes toastIn{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@keyframes toastOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.86)}}.app-toast--enter{animation:.22s cubic-bezier(.34,1.15,.64,1) both toastIn}.app-toast--exit{animation:.2s cubic-bezier(.4,0,1,1) both toastOut}
