.loading-container{background-color:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;display:flex}.spinner-wrapper{width:64px;height:64px;position:relative}.spinner{border:4px solid #ffffff1a;border-top-color:var(--text);border-radius:50%;width:100%;height:100%;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--textSoft);letter-spacing:.05em;font-size:1rem;font-weight:500;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.spinner-wrapper{width:48px;height:48px}.loading-text{font-size:.938rem}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}.loading-text{opacity:1;animation:none}}@media (prefers-color-scheme:light){.loading-container{background-color:#fff}.spinner{border-color:#0000001a;border-top-color:var(--bg)}.loading-text{color:var(--bg)}}