.bCLFIG_container{background-color:var(--background);justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex}.bCLFIG_main{text-align:center;padding:2rem}.bCLFIG_main>*+*{margin-top:1.5rem}.bCLFIG_logoContainer{justify-content:center;display:flex}.bCLFIG_logoImage{object-fit:contain;width:80px;height:80px}.bCLFIG_logoText{color:var(--foreground);font-size:1.25rem;font-weight:700;line-height:1.75rem}.bCLFIG_spinnerContainer{justify-content:center;display:flex}.bCLFIG_spinnerWrapper{position:relative}.bCLFIG_spinnerBase{border:4px solid var(--muted);border-radius:50%;width:2rem;height:2rem}.bCLFIG_spinnerActive{border:4px solid #2563eb;border-top-color:#0000;border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite bCLFIG_spin;position:absolute;top:0;left:0}.bCLFIG_textContainer>*+*{margin-top:.5rem}.bCLFIG_title{color:var(--foreground);font-size:1.25rem;font-weight:600;line-height:1.75rem}.bCLFIG_subtitle{max-width:24rem;color:var(--muted-foreground);margin-left:auto;margin-right:auto;font-size:.875rem;line-height:1.25rem}.bCLFIG_dotsContainer{justify-content:center;display:flex}.bCLFIG_dotsContainer>*+*{margin-left:.25rem}.bCLFIG_dot{background-color:#2563eb;border-radius:50%;width:.5rem;height:.5rem;animation:1s infinite bCLFIG_bounce}@keyframes bCLFIG_spin{to{transform:rotate(360deg)}}@keyframes bCLFIG_bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
