.loading-module__i2HUxa__container{min-height:50vh;padding:var(--space-xl);flex-direction:column;justify-content:center;align-items:center;display:flex}.loading-module__i2HUxa__spinner{border:4px solid #0000;border-top-color:var(--color-primary);border-right-color:var(--color-primary);will-change:transform;border-radius:50%;width:48px;height:48px;animation:.8s cubic-bezier(.45,.05,.55,.95) infinite loading-module__i2HUxa__spin}@keyframes loading-module__i2HUxa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-module__i2HUxa__text{margin-top:var(--space-md);color:var(--color-text-secondary);font-size:14px}