.cl-route-loading{background:var(--color-background,#fff);justify-content:center;align-items:center;min-height:min(60vh,480px);padding:2rem;display:flex}.cl-route-loading-logo{object-fit:contain;width:48px;height:48px;animation:1.2s ease-in-out infinite clLogoPulse;display:block}@keyframes clLogoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.96)}}@media (prefers-reduced-motion:reduce){.cl-route-loading-logo{animation:none}}
