#toast-container{top:max(1.15rem,env(safe-area-inset-top,0px));z-index:10050;pointer-events:none;flex-direction:column;align-items:center;gap:.65rem;width:min(92vw,26rem);max-width:96vw;display:flex;position:fixed;left:50%;transform:translate(-50%)}@media (min-width:769px){#toast-container{width:min(88vw,28rem)}.toast-notification{padding:.85rem .65rem .85rem 1rem}.toast-notification .toast-notification__message{font-size:1rem}}.toast-notification{color:#fff;-webkit-backdrop-filter:blur(22px)saturate(180%);pointer-events:auto;background:#3030349e;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:.65rem;width:100%;padding:.72rem .55rem .72rem .85rem;animation:.42s cubic-bezier(.22,1,.36,1) toastGlassIn;display:inline-flex;position:relative;box-shadow:0 14px 38px #00000047,inset 0 1px #ffffff14}.toast-notification.toast-error{background:#3e2828a3;border-color:#ffffff24}.toast-notification.toast-info{background:#3a3024a3;border-color:#ffffff24}.toast-notification .toast-notification__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.55rem;height:1.55rem;display:inline-flex}.toast-notification .toast-notification__icon--success{color:#4cd964;background:#34c75938}.toast-notification .toast-notification__icon--error{color:#ff6961;background:#ff3b3038}.toast-notification .toast-notification__icon--info{color:#ffb340;background:#ff950038}.toast-notification .toast-notification__icon svg{width:.95rem;height:.95rem;display:block}.toast-notification .toast-notification__message{letter-spacing:-.01em;flex:1;min-width:0;font-size:.9375rem;font-weight:600;line-height:1.25}.toast-notification__close{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:.1rem;padding:0;font-size:1.05rem;line-height:1;transition:color .2s,background .2s,opacity .2s;display:inline-flex}.toast-notification__close:hover,.toast-notification__close:focus{color:#ffffffd9;background:#ffffff1a;outline:none}.toast-notification.slide-out{animation:.32s cubic-bezier(.4,0,1,1) forwards toastGlassOut}@keyframes toastGlassIn{0%{opacity:0;transform:translateY(-14px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toastGlassOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-10px)scale(.96)}}@media (max-width:768px){#toast-container{top:max(.85rem,env(safe-area-inset-top,0px));gap:.75rem;width:96vw;min-width:min(88vw,20rem)}.toast-notification{gap:.75rem;min-height:3.25rem;padding:.95rem .6rem .95rem 1rem}.toast-notification .toast-notification__icon{width:1.75rem;height:1.75rem}.toast-notification .toast-notification__icon svg{width:1.05rem;height:1.05rem}.toast-notification .toast-notification__message{font-size:.975rem;line-height:1.35}.toast-notification__close{width:1.65rem;height:1.65rem;font-size:1.15rem}}