.app-toast-stack{position:fixed;top:24px;right:24px;z-index:9999;width:min(380px,calc(100vw - 32px));display:grid;gap:12px;pointer-events:none}.app-toast{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;gap:10px;align-items:center;border:1px solid #50d77b;border-radius:10px;background:#f1fff5;box-shadow:0 12px 30px #0e2a4724;padding:11px 10px;pointer-events:auto}.app-toast.is-error{border-color:#ff7474;background:#fff4f4}.app-toast__icon{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#48d878;color:#fff;font-weight:900}.app-toast.is-error .app-toast__icon{background:#ff6262}.app-toast__content{min-width:0;display:grid;gap:2px;font-size:12px;line-height:1.35}.app-toast__content strong{color:#18221c;font-size:13px;font-weight:900}.app-toast__content>span{color:#657169}.app-toast__close{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#69756d;cursor:pointer;font:400 22px/1 Arial,sans-serif;padding:0}.app-toast__close:hover{background:#1b5f3114}.app-toast-enter-active,.app-toast-leave-active{transition:opacity .16s ease,transform .16s ease}.app-toast-enter-from,.app-toast-leave-to{opacity:0;transform:translate(14px)}@media(max-width:480px){.app-toast-stack{top:16px;right:16px}}
