.loading-module__pnXrUq__loadingContainer{background:var(--color-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-module__pnXrUq__spinner{width:120px;height:120px;margin-bottom:var(--spacing-xl);position:relative}.loading-module__pnXrUq__spinnerRing{border:4px solid #0000;border-top-color:var(--color-primary);border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(.5,0,.5,1) infinite loading-module__pnXrUq__spin;position:absolute}.loading-module__pnXrUq__spinnerRing:first-child{border-top-color:var(--color-primary);animation-delay:-.45s}.loading-module__pnXrUq__spinnerRing:nth-child(2){border-top-color:var(--color-secondary);animation-delay:-.3s}.loading-module__pnXrUq__spinnerRing:nth-child(3){border-top-color:var(--color-accent);animation-delay:-.15s}.loading-module__pnXrUq__logo{border-radius:var(--radius-md);animation:2s ease-in-out infinite loading-module__pnXrUq__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-module__pnXrUq__loadingText{color:var(--color-text-muted);font-size:1.125rem;font-weight:500;animation:2s ease-in-out infinite loading-module__pnXrUq__fadeInOut}@keyframes loading-module__pnXrUq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-module__pnXrUq__pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.1)}}@keyframes loading-module__pnXrUq__fadeInOut{0%,to{opacity:.5}50%{opacity:1}}
