.Toastify__toast-container.anita-toaster{--toast-radius:14px;--toast-rail:3px;--toast-gap:10px;--toast-ease-enter:cubic-bezier(0.23,1,0.32,1);--toast-ease-exit:cubic-bezier(0.4,0,1,1);--toast-in:260ms;--toast-out:180ms;--toast-bg:rgba(24,24,29,.92);--toast-fg:hsla(0,0%,100%,.95);--toast-border:hsla(0,0%,100%,.1);--toast-border-hover:hsla(0,0%,100%,.18);--toast-highlight:hsla(0,0%,100%,.06);--toast-shadow:0 10px 30px -8px rgba(0,0,0,.55);--toast-shadow-hover:0 16px 40px -10px rgba(0,0,0,.65);--toast-muted:hsla(0,0%,100%,.45);width:min(420px,calc(100vw - 32px));padding:0;z-index:9999}.anita-toaster .Toastify__toast{position:relative;display:flex;align-items:flex-start;gap:.75rem;min-height:0;margin-bottom:var(--toast-gap);padding:.875rem 1rem!important;overflow:hidden;background:var(--toast-bg)!important;color:var(--toast-fg)!important;border:1px solid var(--toast-border)!important;border-radius:var(--toast-radius)!important;box-shadow:var(--toast-shadow),inset 0 1px 0 var(--toast-highlight)!important;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.45;letter-spacing:normal;text-align:start;direction:inherit;transition:box-shadow .2s ease,border-color .2s ease;--toast-accent:#8b5cf6}.anita-toaster .Toastify__toast--success{--toast-accent:#22c55e}.anita-toaster .Toastify__toast--error{--toast-accent:#ef4444}.anita-toaster .Toastify__toast--warning{--toast-accent:#f59e0b}.anita-toaster .Toastify__toast--info{--toast-accent:#8b5cf6}.anita-toaster .Toastify__toast:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:var(--toast-rail);background:var(--toast-accent)}.anita-toaster{--toastify-icon-color-success:#22c55e;--toastify-icon-color-error:#ef4444;--toastify-icon-color-warning:#f59e0b;--toastify-icon-color-info:#8b5cf6}.anita-toaster .Toastify__toast-icon{width:20px!important;height:20px;margin:0!important;padding:0!important;flex-shrink:0;margin-block-start:1px!important}.anita-toaster .Toastify__toast-body{flex:1;min-width:0;margin:0!important;padding:0!important;display:flex;align-items:flex-start;gap:.75rem;text-align:start;overflow-wrap:anywhere}@media (hover:hover) and (pointer:fine){.anita-toaster .Toastify__toast:hover{border-color:var(--toast-border-hover)!important;box-shadow:var(--toast-shadow-hover),inset 0 1px 0 var(--toast-highlight)!important}}.anita-toaster .Toastify__close-button{align-self:flex-start;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0!important;padding:0!important;background:transparent!important;border:none!important;border-radius:6px;color:var(--toast-muted)!important;opacity:1;cursor:pointer;transition:color .16s ease,transform .16s var(--toast-ease-enter)}.anita-toaster .Toastify__close-button>svg{width:14px;height:14px}@media (hover:hover) and (pointer:fine){.anita-toaster .Toastify__close-button:hover{color:var(--toast-fg)!important}}.anita-toaster .Toastify__close-button:active{transform:scale(.9)}.anita-toaster .Toastify__close-button:focus-visible{outline:2px solid var(--toast-accent);outline-offset:2px}.anita-toaster .Toastify__progress-bar{height:2px!important;inset-block-end:0!important;inset-inline-start:0;background:var(--toast-accent)!important;opacity:.45!important;border-radius:0!important;pointer-events:none}[dir=rtl] .anita-toaster .Toastify__progress-bar{transform-origin:right}@keyframes anita-toast-enter{0%{opacity:0;transform:translate3d(0,-12px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes anita-toast-exit{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,-8px,0) scale(.98)}}.anita-toast-enter{animation:anita-toast-enter var(--toast-in,.26s) var(--toast-ease-enter,cubic-bezier(.23,1,.32,1)) both}.anita-toast-exit{animation:anita-toast-exit var(--toast-out,.18s) var(--toast-ease-exit,cubic-bezier(.4,0,1,1)) both}@media (prefers-reduced-motion:reduce){@keyframes anita-toast-enter{0%{opacity:0}to{opacity:1}}@keyframes anita-toast-exit{0%{opacity:1}to{opacity:0}}.anita-toaster .Toastify__close-button,.anita-toaster .Toastify__toast{transition-duration:1ms}}html:not(.dark) .anita-toaster{--toast-bg:hsla(0,0%,100%,.92);--toast-fg:#1f2733;--toast-border:rgba(15,23,42,.08);--toast-border-hover:rgba(15,23,42,.14);--toast-highlight:hsla(0,0%,100%,.9);--toast-shadow:0 10px 30px -8px rgba(15,23,42,.18);--toast-shadow-hover:0 16px 40px -10px rgba(15,23,42,.24);--toast-muted:rgba(15,23,42,.4);--toastify-icon-color-success:#16a34a;--toastify-icon-color-error:#dc2626;--toastify-icon-color-warning:#d97706;--toastify-icon-color-info:#7c3aed}html:not(.dark) .anita-toaster .Toastify__toast,html:not(.dark) .anita-toaster .Toastify__toast--info{--toast-accent:#7c3aed}html:not(.dark) .anita-toaster .Toastify__toast--success{--toast-accent:#16a34a}html:not(.dark) .anita-toaster .Toastify__toast--error{--toast-accent:#dc2626}html:not(.dark) .anita-toaster .Toastify__toast--warning{--toast-accent:#d97706}html:not(.dark) .anita-toaster .Toastify__progress-bar{opacity:.55!important}@media (max-width:480px){.Toastify__toast-container.anita-toaster{width:100%;padding:0 12px;--toast-gap:8px}.anita-toaster .Toastify__toast{padding:.8125rem .875rem!important}}.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--info{background:#3498db}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--dark{background:#121212}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto}.Toastify__progress-bar--success{background:#07bc0c}.Toastify__progress-bar--info{background:#3498db}.Toastify__progress-bar--warning{background:#f39c12}.Toastify__progress-bar--error{background:#e74c3c}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d92)}.Toastify__progress-bar--dark{background:#bb86fc}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.Toastify__spin{animation-name:Toastify__spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html:not(.dark) .Toastify__toast--dark{background:#fff;color:#1f2733;border:1px solid rgba(15,23,42,.08)}html:not(.dark) .Toastify__toast--dark .Toastify__close-button{color:#1f2733}