.public-route-loading{min-height:min(58svh,34rem);display:grid;place-items:center;padding:3rem var(--gutter);text-align:center;animation:route-arrive .18s ease-out}.route-loading-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:26rem}.route-loading-mark{width:3rem;height:3rem;color:var(--primary)}.route-loading-mark path{stroke:currentColor;stroke-width:1.25;stroke-dasharray:330;animation:route-trace 2.4s ease-in-out infinite}.route-loading-brand{font-family:var(--font-brand);font-size:.875rem;font-weight:600;letter-spacing:.16em}.route-loading-status{color:var(--muted-foreground);font-size:.8125rem;line-height:1.7}.route-loading-track{position:relative;overflow:hidden;width:5rem;height:2px;margin-top:.25rem;background:var(--border)}.route-loading-track:after{content:"";position:absolute;inset-block:0;width:45%;background:var(--primary);animation:route-travel 1.8s ease-in-out infinite}#main-content>:not(.public-route-loading){animation:route-arrive .2s ease-out}@keyframes route-trace{0%,to{stroke-dashoffset:330;fill-opacity:.2}60%{stroke-dashoffset:0;fill-opacity:1}}@keyframes route-travel{0%{transform:translate(-120%)}to{transform:translate(330%)}}@keyframes route-arrive{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.public-route-loading,.route-loading-mark path,.route-loading-track:after,#main-content>:not(.public-route-loading){animation:none}.route-loading-track:after{width:100%;opacity:.5}}
