.agora-toast{position:relative;display:flex;height:40px;max-width:min(100vw - 32px,520px);justify-content:center;align-items:center;border:none;border-radius:var(--toast-radius, 16px);background:var(--toast-bg, var(--agora-brand-primary, #0E191D));box-shadow:var(--toast-outer-shadow);font-family:var(--toast-font);overflow:hidden;pointer-events:auto}.agora-toast__bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--toast-bg, var(--agora-brand-primary, #0E191D));pointer-events:none}.agora-toast__body{position:relative;display:flex;align-items:center;justify-content:center;gap:var(--toast-gap, 8px);min-width:0;flex:1 1 auto;align-self:stretch;padding:0 var(--toast-body-pr, 14px) 0 var(--toast-body-pl, 10px)}.agora-toast__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:var(--toast-icon-size, 20px);height:var(--toast-icon-size, 20px)}.agora-toast__message{margin:0;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Inter,var(--toast-font);font-size:var(--toast-font-size, 14px);font-style:normal;font-weight:400;line-height:var(--toast-line-height, 20px);color:var(--agora-text-inverse, var(--toast-text, #FCFCFC))}.agora-toast__action-wrap{position:relative;display:flex;height:100%;padding:0 14px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-left:1px solid rgba(255,255,255,.16)}.agora-toast__action{margin:0;padding:0;border:none;background:transparent;font-family:Inter,var(--toast-font),system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:var(--agora-brand-accent, #CEF79E);white-space:nowrap;cursor:pointer;text-decoration:none;display:flex;height:100%;align-items:center;justify-content:center}.agora-toast__action--link{color:var(--agora-brand-accent, #CEF79E)}.agora-toast__action:disabled{cursor:not-allowed;opacity:.6}.agora-toast__action:focus-visible{outline:2px solid var(--toast-accent, #CEF79E);outline-offset:2px;border-radius:4px}.agora-toast-host{position:fixed;left:50%;bottom:var(--toast-host-offset, 32px);transform:translate(-50%);z-index:350;pointer-events:none;width:-moz-max-content;width:max-content;max-width:calc(100vw - 32px);overflow:visible}.agora-toast-host__item{pointer-events:auto;transform-origin:center bottom;opacity:var(--motion-toast-enter-opacity, 0);transform:translateY(var(--motion-toast-enter-translate, 100%)) scale(var(--motion-toast-enter-scale, .95));transition:transform var(--motion-toast-enter-duration, .25s) var(--motion-toast-enter-easing, ease-out),opacity var(--motion-toast-enter-duration, .25s) var(--motion-toast-enter-easing, ease-out)}.agora-toast-host__item[data-phase=visible]{opacity:var(--motion-toast-rest-opacity, 1);transform:translateY(0) scale(var(--motion-toast-rest-scale, 1))}.agora-toast-host__item[data-phase=exiting]{opacity:var(--motion-toast-exit-opacity, 0);transform:translateY(var(--motion-toast-exit-translate, 70%)) scale(var(--motion-toast-enter-scale, .95));transition:transform var(--motion-toast-exit-duration, .17s) var(--motion-toast-exit-easing, ease-out),opacity var(--motion-toast-exit-duration, .17s) var(--motion-toast-exit-easing, ease-out) var(--motion-toast-exit-opacity-delay, .1s)}.toast-preview-fab{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;padding:0;border:none;border-radius:99px;background:var(--agora-brand-primary, #0e191d);cursor:pointer;box-shadow:0 6px 20px #00000038}.toast-preview-fab__logo{display:block;width:18px;height:18px;filter:brightness(0) saturate(100%) invert(92%) sepia(12%) saturate(1042%) hue-rotate(35deg) brightness(103%) contrast(95%)}.toast-preview-fab:active{transform:scale(.97)}@media (prefers-reduced-motion: reduce){.agora-toast-host__item{transform:none!important;transition:opacity .16s ease!important}.agora-toast-host__item[data-phase=visible]{opacity:1}.agora-toast-host__item[data-phase=exiting],.agora-toast-host__item[data-phase=entering]{opacity:0}}
