.RouteLoading-module__GVOKEa__wrapper{background:var(--ui-page-bg);min-height:40vh;color:var(--ui-text);justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.RouteLoading-module__GVOKEa__card{border:1px solid var(--ui-border);background:var(--ui-surface-raised);min-width:220px;box-shadow:var(--shadow-raised);border-radius:1rem;flex-direction:column;align-items:center;gap:.875rem;padding:1.5rem 1.75rem;display:flex}.RouteLoading-module__GVOKEa__iconShell{justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:inline-flex}.RouteLoading-module__GVOKEa__spinnerLogo{object-fit:contain;transform-origin:50%;width:3rem;height:3rem;animation:1.35s linear infinite RouteLoading-module__GVOKEa__spin;display:block}.RouteLoading-module__GVOKEa__label{color:var(--ui-text-muted);margin:0;font-size:.95rem;font-weight:600}@keyframes RouteLoading-module__GVOKEa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.RouteLoading-module__GVOKEa__spinnerLogo{animation:none}}