.s2-loading-stage{position:relative;display:grid;place-items:center;width:min(36rem,100%);--s2-word-size: clamp(2.75rem, 8vw, 4.5rem);--s2-radius: min(calc(var(--s2-word-size) * 3), calc(50vw - 2rem) , 28dvh);--s2-travel: clamp(1rem, 3vw, 3rem);height:calc(var(--s2-radius) * 2 + 3rem);color:#0056d2}.dark .s2-loading-stage{color:#60a5fa}.s2-loading-wordmark{position:relative;z-index:1;display:flex;gap:.6rem;font-size:var(--s2-word-size);font-weight:700;letter-spacing:-.055em;line-height:1.2}.s2-loading-word{display:inline-block}.s2-loading-ring{position:absolute;width:3rem;height:3rem;border:1px solid currentColor;border-radius:50%;opacity:0}.s2-loading-mark{position:absolute;left:calc(50% - .75rem);top:calc(50% - .75rem);width:1.5rem;height:1.5rem;opacity:0;color:#0d9488}.dark .s2-loading-mark{color:#5eead4}.s2-loading-mark:nth-of-type(2n){color:inherit}.s2-loading-dots{display:flex;justify-content:center;gap:.375rem;margin-top:1.25rem}.s2-loading-dot{width:.25rem;height:.25rem;border-radius:50%;background:currentColor;opacity:.4}@media (prefers-reduced-motion: no-preference){.s2-loading-word:first-child{animation:s2-word-left .42s cubic-bezier(.55,0,.8,.45) both}.s2-loading-word:last-child{animation:s2-word-right .42s cubic-bezier(.55,0,.8,.45) both}.s2-loading-ring{animation:s2-word-impact .85s .44s ease-out both}.s2-loading-mark{animation:s2-market-burst 1.2s .44s cubic-bezier(.16,1,.3,1) both}.s2-loading-dot{animation:s2-loading-dot 1.5s ease-in-out infinite}.s2-loading-dot:nth-child(2){animation-delay:.15s}.s2-loading-dot:nth-child(3){animation-delay:.3s}}@keyframes s2-word-left{0%{transform:translate(calc(-1 * var(--s2-travel)));opacity:.15}35%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes s2-word-right{0%{transform:translate(var(--s2-travel));opacity:.15}35%{opacity:1}to{transform:translate(0);opacity:1}}@keyframes s2-word-impact{0%{transform:scale(.4);opacity:0}15%{opacity:.22}to{transform:scale(3.2);opacity:0}}@keyframes s2-market-burst{0%{transform:translate(0) scale(.3);opacity:0}20%{opacity:.8}65%{opacity:.65}to{transform:translate(var(--s2-x),var(--s2-y)) scale(1);opacity:0}}@keyframes s2-loading-dot{0%,to{opacity:.3}50%{opacity:.85}}.s2-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;opacity:1}.s2-loading-overlay[data-exiting=true]{opacity:0;pointer-events:none}.s2-app-reveal{opacity:0;visibility:hidden}.s2-app-reveal[data-ready=true]{opacity:1;visibility:visible}@media (prefers-reduced-motion: no-preference){.s2-loading-overlay,.s2-app-reveal{transition:opacity .22s ease-out}}
