#root{min-height:100svh}.route-transition{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;pointer-events:none;background:#f8fbffc2;animation:route-fade-in .12s ease both}.route-spinner{width:42px;height:42px;border:4px solid rgba(23,105,255,.16);border-top-color:#1769ff;border-radius:50%;animation:route-spin .72s linear infinite}.route-loader-text{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:767px){.route-transition{place-items:center;padding:24px;background:#f8fbffd6}.route-spinner{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.route-transition,.route-spinner{animation:none}}@keyframes route-fade-in{0%{opacity:0}to{opacity:1}}@keyframes route-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
