@keyframes global-toast-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes global-toast-enter{0%{opacity:0;transform:translateX(32px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}.global-toast{display:flex!important;align-items:stretch!important;min-width:400px;max-width:min(480px,100vw - 32px);min-height:68px;background:#1a2334!important;border-radius:6px!important;box-shadow:0 2px 4px rgba(0,0,0,.4),0 8px 20px rgba(0,0,0,.5),0 24px 56px rgba(0,0,0,.6)!important;overflow:hidden!important;position:relative;padding:0!important;animation:global-toast-enter .3s cubic-bezier(.22,1,.36,1) both}@media screen and (max-width:767px){.global-toast{min-width:0;width:calc(100vw - 24px);max-width:calc(100vw - 24px)}}@media screen and (max-width:480px){.global-toast{min-width:0;width:calc(100vw - 24px);max-width:calc(100vw - 24px);border-radius:8px!important;min-height:60px}}.global-toast__icon-wrap{width:66px;min-width:66px;display:flex!important;justify-content:center;align-items:center;background:rgba(111,168,255,.22);flex-shrink:0;align-self:stretch}.global-toast__icon{font-size:1.25rem;flex-shrink:0;display:block}.global-toast__body{flex:1;padding:18px 10px 20px 16px;display:flex;flex-direction:column;gap:4px;min-width:0;overflow-wrap:anywhere}.global-toast__body,.global-toast__body--centered{justify-content:center}.global-toast__title{color:#fff;font-size:14px;font-weight:700;line-height:1.4;margin:0;letter-spacing:0}.global-toast__message{color:#8a9bb0;font-size:12.5px;font-weight:400;line-height:1.5;margin:0}.global-toast__close{flex-shrink:0;align-self:center;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 4px 0 0;padding:0;border:none;background:rgba(0,0,0,0);color:#5e6f80;border-radius:4px;cursor:pointer;font-size:1.15rem;transition:color .12s ease}.global-toast__close:hover{color:#c0cdd8;background:rgba(0,0,0,0)}.global-toast__close:active{transform:scale(.88)}.global-toast__timer{position:absolute;bottom:0;left:0;right:0;height:2px;background:hsla(0,0%,100%,.22);transform-origin:left;animation:global-toast-timer linear forwards}.global-toast[data-variant=success] .global-toast__icon-wrap{background:rgba(76,175,80,.28)}.global-toast[data-variant=error] .global-toast__icon-wrap{background:rgba(239,83,80,.28)}.global-toast[data-variant=warning] .global-toast__icon-wrap{background:rgba(255,152,0,.28)}.global-toast[data-variant=info] .global-toast__icon-wrap{background:rgba(111,168,255,.24)}.global-toast[data-variant=default] .global-toast__icon-wrap{background:rgba(111,168,255,.22)}