.toast-host{z-index:10001;pointer-events:none;flex-direction:column;gap:16px;display:flex;position:fixed;top:24px;right:24px}.toast-host .toast{pointer-events:auto}.toast{background:var(--bg-primary-solid);width:325px;max-width:325px;color:var(--text-white);border-radius:14px;justify-content:space-between;padding:16px;box-shadow:0 8px 16px #0000000d}.toast,.toast-wrapper{align-items:center;gap:12px;display:flex}.toast-body{flex-direction:column;gap:8px;display:flex}.toast-icon{color:var(--fg-white)}.toast-content,.toast-text .regular{color:var(--tooltip-secondary-text)}.toast-close{width:24px;height:24px;color:var(--button-close-x-fg);cursor:pointer}.toast-close .baseIcon{letter-spacing:-.18px;width:100%;height:100%;font-size:16px;line-height:24px}.toast.error{background:var(--utility-red-600)}.toast.error .toast-close,.toast.error .toast-content,.toast.error .toast-text .regular{color:var(--text-white)}.toast-fade-enter-active,.toast-fade-leave-active{transition:opacity .2s,transform .2s}.toast-fade-enter-from,.toast-fade-leave-to{opacity:0;transform:translateY(4px)}
