.AppLoader{--gz-auth-ink:#081813;--gz-auth-glow-lime:rgba(130,198,74,.26);--gz-auth-glow-blue:rgba(64,148,183,.2);--gz-auth-glow-lime-wide:rgba(130,198,74,.14);--gz-auth-glow-blue-wide:rgba(64,148,183,.13);--gz-auth-ground:radial-gradient(92% 36% at 88% 5%,var(--gz-auth-glow-lime),transparent 72%),radial-gradient(82% 33% at 4% 62%,var(--gz-auth-glow-blue),transparent 72%),linear-gradient(172deg,#103a27 0%,#0b2118 52%,#081813 100%);--gz-auth-ground-brand:radial-gradient(62% 48% at 84% -4%,rgba(130,198,74,.3),transparent 66%),radial-gradient(54% 46% at 2% 94%,rgba(64,148,183,.26),transparent 68%),linear-gradient(162deg,#14432d,#0d2c1e 52%,#0a2318);--gz-auth-ground-form:radial-gradient(64% 46% at 8% -2%,var(--gz-auth-glow-lime-wide),transparent 64%),radial-gradient(58% 42% at 96% 100%,var(--gz-auth-glow-blue-wide),transparent 66%),linear-gradient(200deg,#0b2118 0%,#081813 100%);--gz-auth-seam:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.16) 30%,hsla(0,0%,100%,.05));--gz-auth-card-glass:linear-gradient(180deg,hsla(0,0%,100%,.075),hsla(0,0%,100%,.03));--gz-auth-card-border:hsla(0,0%,100%,.12);--gz-auth-card-radius:26px;--gz-auth-card-shadow:0 32px 70px -34px rgba(0,0,0,.75),inset 0 1px 0 hsla(0,0%,100%,.16);--gz-auth-card-blur:blur(26px) saturate(130%);--gz-auth-text:#fff;--gz-auth-text-soft:hsla(0,0%,100%,.74);--gz-auth-text-dim:hsla(0,0%,100%,.6);--gz-auth-text-faint:hsla(0,0%,100%,.42);--gz-auth-lime:#82c64a;--gz-auth-lime-bright:#9ed96b;--gz-auth-pill-bg:#fff;--gz-auth-pill-text:#15302a;--gz-auth-pill-radius:17px;--gz-auth-pill-shadow:0 14px 30px -16px rgba(0,0,0,.6);--gz-auth-pill-shadow-hover:0 20px 40px -18px rgba(0,0,0,.7);--gz-auth-pill-ring:0 16px 34px -16px rgba(0,0,0,.75),0 0 0 1px rgba(130,198,74,.55);--gz-auth-pill-ring-hover:0 22px 44px -18px rgba(0,0,0,.82),0 0 0 2px rgba(130,198,74,.78);--gz-auth-ghost-border:hsla(0,0%,100%,.1);--gz-auth-ghost-bg-hover:rgba(130,198,74,.1);--gz-auth-ghost-border-hover:rgba(130,198,74,.35);--gz-auth-badge-bg:#153a22;--gz-auth-badge-border:rgba(130,198,74,.45);--gz-auth-rule:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.12),hsla(0,0%,100%,0));--gz-auth-rule-start:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.16));--gz-auth-rule-end:linear-gradient(90deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,0));--gz-otp-bg:hsla(0,0%,100%,.06);--gz-otp-bg-solid:#12291d;--gz-otp-border:hsla(0,0%,100%,.16);--gz-otp-text:#fff;--gz-otp-caret:#82c64a;--gz-otp-bg-filled:rgba(130,198,74,.14);--gz-otp-border-filled:rgba(130,198,74,.5);--gz-otp-border-focus:#82c64a;--gz-otp-ring-focus:0 0 0 3px rgba(130,198,74,.18);--gz-otp-border-error:#e8917f;--gz-otp-size:46px;--gz-otp-height:48px;--gz-otp-font:20px;--gz-auth-field-bg:hsla(0,0%,100%,.06);--gz-auth-field-bg-hover:hsla(0,0%,100%,.08);--gz-auth-field-border:hsla(0,0%,100%,.16);--gz-auth-field-border-hover:rgba(130,198,74,.45);--gz-auth-cta:linear-gradient(135deg,#0b9a4c,#78c048);--gz-auth-cta-hover:linear-gradient(135deg,#0aa755,#86d152);--gz-auth-cta-active:linear-gradient(135deg,#098a45,#6bb23d);--gz-auth-cta-shadow:0 12px 26px -10px rgba(25,180,95,.6);--scrollbar-thumb-bg:hsla(0,0%,100%,.22);align-items:center;background-color:var(--gz-auth-ink);background-image:var(--gz-auth-ground);direction:rtl;display:flex;flex-direction:column;font-family:var(--font-family-rubik);gap:20px;inset:0;justify-content:center;padding:8% 7%;pointer-events:none;position:fixed;z-index:var(--z-loader)}.AppLoader-scene{max-width:430px;width:82%}.AppLoader-scene svg{display:block;height:auto;width:100%}.AppLoader-lockup{align-items:center;display:flex;flex-direction:column;gap:13px;width:100%}.AppLoader-wordmark{max-width:320px;width:64%}.AppLoader-wordmark svg{display:block;height:auto;width:100%}.AppLoader-tagline{color:var(--gz-auth-text);font-size:28px;font-weight:800;margin:0;text-align:center;white-space:nowrap}@media(max-width:768px){.AppLoader-tagline{font-size:23px}}.AppLoader-taglineAccent{color:var(--gz-auth-lime)}.AppLoader-bar{background:#ffffff29;border-radius:999px;direction:rtl;height:7px;max-width:230px;overflow:hidden;width:64%}.AppLoader-barFill{background:linear-gradient(270deg,#82c64a,#0a9648);border-radius:999px;height:100%;transition:width .25s ease;width:0}.AppLoader-barFill--indeterminate{animation:AppLoader-indeterminate 1.2s ease-in-out infinite;transition:none;width:45%}@keyframes AppLoader-indeterminate{0%{transform:translate(-250%)}to{transform:translate(250%)}}@media(prefers-reduced-motion:reduce){.AppLoader-barFill{transition:none}.AppLoader-barFill--indeterminate{animation:none;transform:none;width:100%}}
