.loading-page{background:#0f0f0f;justify-content:center;align-items:center;height:100vh;font-family:Inter,sans-serif;display:flex}.loading-container{text-align:center;border-radius:12px;width:100%;max-width:400px;padding:3rem}.brand-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.brand-title span{color:#00d4ff}.welcome-text{color:#ccc;margin-bottom:2rem;font-size:1rem}.spinner{border:4px solid #fff3;border-top-color:#00d4ff;border-radius:50%;width:48px;height:48px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
