.loading_container__m1vbF{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}.loading_spinner__fPcsh{width:48px;height:48px;border:3px solid rgba(0,224,224,.2);border-top:3px solid var(--accent-cyan);border-radius:50%;animation:loading_spin__khuBR .8s linear infinite}.loading_text__wxij6{color:var(--accent-cyan);text-shadow:0 0 8px var(--accent-cyan)}@keyframes loading_spin__khuBR{to{transform:rotate(1turn)}}