.app-route-loading{display:grid;justify-items:start;align-content:start;gap:12px;min-width:0;width:100%;padding:28px 24px}.app-route-loading p{margin:0;color:var(--text-2,#d8d0c4);font-size:var(--fs-14,14px);line-height:1.7}.app-route-loading .go{min-height:var(--ds-touch,44px)}.app-route-loading__dots{display:inline-flex;gap:6px}.app-route-loading__dots i{width:6px;height:6px;border-radius:50%;background:var(--brand,#d8b06a);animation:app-route-dot 1.1s ease-in-out infinite}.app-route-loading__dots i:nth-child(2){animation-delay:.15s}.app-route-loading__dots i:nth-child(3){animation-delay:.3s}.app-route-loading-shell{min-height:100dvh}.app-route-loading-shell .topbar{pointer-events:auto}.app-route-loading-shell .main{min-height:0}@keyframes app-route-dot{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.app-route-loading__dots i{animation:none}}