#app-loading-shell{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#fff7f8;color:#201a1b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center}#app-loading-shell .shell-card{width:min(100%,360px);padding:30px 24px;border:1px solid #f1d7dc;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(70,20,30,.10)}#app-loading-shell .shell-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:18px;background:#c8102e;color:#fff;font-size:28px;font-weight:800;box-shadow:0 12px 28px rgba(200,16,46,.24)}#app-loading-shell strong{display:block;font-size:1.18rem;letter-spacing:.02em}#app-loading-shell p{margin:8px 0 0;color:#695b5e;line-height:1.5}#app-loading-shell .shell-progress{position:relative;overflow:hidden;height:4px;margin:22px auto 0;border-radius:999px;background:#f4dfe3}#app-loading-shell .shell-progress::after{content:"";position:absolute;inset:0;width:42%;border-radius:inherit;background:#c8102e;animation:protrack-shell-load 1.1s ease-in-out infinite}@keyframes protrack-shell-load{0%{transform:translateX(-115%)}100%{transform:translateX(340%)}}@media(prefers-reduced-motion:reduce){#app-loading-shell .shell-progress::after{animation:none;width:100%}}.route-load-failure{min-height:100dvh;display:grid;align-content:center;gap:14px;padding:28px;background:#fff7f8;color:#201a1b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:center}.route-load-failure h1{margin:0;font-size:1.5rem}.route-load-failure p{max-width:38rem;margin:0 auto;color:#695b5e;line-height:1.55}.route-load-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}.route-load-failure button{min-height:46px;padding:0 18px;border-radius:14px;border:1px solid #c8102e;font:inherit;font-weight:700;cursor:pointer}.route-load-failure .button-primary{background:#c8102e;color:#fff}.route-load-failure .button-tonal{background:#fff;color:#8d0b22}
