.route-loading{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:60vh;padding:48px 20px;display:flex}.route-spinner{border:3px solid var(--line-strong);border-top-color:var(--green-600);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite route-spin}.route-loading-label{letter-spacing:.02em;color:var(--muted);font-size:13px;font-weight:600}@keyframes route-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.route-spinner{animation:none}}
