.loading-module__pnXrUq__container{flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px;display:flex}.loading-module__pnXrUq__spinner{border:4px solid #6366f11a;border-left-color:#6366f1;border-radius:50%;width:48px;height:48px;margin-bottom:16px;animation:1s linear infinite loading-module__pnXrUq__spin}.loading-module__pnXrUq__text{color:var(--text-muted);letter-spacing:.05em;font-size:.95rem;font-weight:500;animation:2s cubic-bezier(.4,0,.6,1) infinite loading-module__pnXrUq__pulse}@keyframes loading-module__pnXrUq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-module__pnXrUq__pulse{0%,to{opacity:1}50%{opacity:.5}}html[data-theme=dark] .loading-module__pnXrUq__spinner{border-color:#818cf81a #818cf81a #818cf81a #818cf8}html[data-theme=dark] .loading-module__pnXrUq__text{color:var(--text-secondary)}