.servo-auth-loading{display:grid;justify-items:center;align-content:center;gap:18px;min-height:220px;padding:28px 20px;color:var(--servo-ink);text-align:center}.servo-auth-loading>svg{color:var(--servo-action)}.servo-auth-loading strong{font-weight:500;font-size:1.125rem}.servo-auth-message{display:block;margin:6px 0 0;color:var(--servo-muted);font-size:.875rem}.servo-auth-progress{width:112px;height:3px;border-radius:8px;overflow:hidden;background:var(--servo-line)}.servo-auth-progress>span{display:block;height:100%;width:40%;border-radius:inherit;background:var(--servo-action);animation:servo-session-progress 1.6s ease-in-out infinite alternate}@keyframes servo-session-progress{0%{transform:translateX(0)}to{transform:translateX(150%)}}@media (prefers-reduced-motion:reduce){.servo-auth-progress>span{animation:none}}.dashboard-paused .servo-auth-progress>span{animation-play-state:paused}