.loadingContainer{color:#333;background-color:#fff;max-width:600px;min-height:100vh;margin:0 auto;padding:0 0 80px;position:relative}.loadingSpinner{background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.2)}.loadingSpinner p{color:#1a1c55;margin-top:1rem;font-weight:500}.statusScreen{text-align:center;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.loadingCentered{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem;display:flex}.statusIcon{margin-bottom:2rem}.statusIcon svg{width:80px;height:80px}.statusTitle{color:#23255f;margin-bottom:1rem;font-size:2.2rem;font-weight:600}.statusMessage{color:#666;margin-bottom:2rem;font-size:1.6rem}.spinner{border:5px solid rgba(35,37,95,.2);border-top-color:#23255f;border-radius:50%;width:60px;height:60px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
