.loading-screen{z-index:9999;justify-content:center;align-items:center;gap:var(--space-5);background-color:var(--color-page);font-family:var(--font-manrope);flex-direction:column;display:flex;position:fixed;inset:0}.loading-screen__spinner{border:3px solid #ffffff1f;border-top-color:#325feb;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite loading-spin}.loading-screen__text{color:var(--color-muted);letter-spacing:.02em;margin:0;font-size:.95rem;font-weight:400}@keyframes loading-spin{to{transform:rotate(360deg)}}
