.loading-container{background:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.loading-spinner{border:4px solid #ccc;border-top-color:var(--button-primary);border-radius:50%;width:80px;height:80px;margin-bottom:1rem;animation:1s linear infinite spin}.loading-content{text-align:center}.loading-content h2{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.loading-progress{background-color:#f0f0f0;border-radius:4px;width:100%;max-width:200px;height:8px;margin-bottom:1rem;overflow:hidden}.loading-progress-bar{background-color:var(--button-primary);height:100%;transition:width .2s ease-in-out}.loading-content p{color:#666;font-size:.875rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
