.welcome-page[data-v-1db0cbd8]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0a1628}.loading-spinner[data-v-1db0cbd8]{width:50px;height:50px;border:3px solid rgba(99,179,237,.3);border-top-color:#63b3ed;border-radius:50%;animation:spin-1db0cbd8 1s linear infinite}.welcome-text[data-v-1db0cbd8]{font-size:64px;font-weight:700;color:#e2e8f0;text-shadow:0 0 30px rgba(99,179,237,.5);text-align:center;padding:0 60px;animation:fadeIn-1db0cbd8 1s ease-out}@keyframes spin-1db0cbd8{to{transform:rotate(1turn)}}@keyframes fadeIn-1db0cbd8{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}