.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.hero{text-align:center;max-width:32rem}.title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text) 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.75rem}.badges{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.75rem}.badge{padding:.35rem .75rem;font-size:.8rem;font-weight:500;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-muted)}.link{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s}.link:hover{color:var(--accent-hover)}.route-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:#f3f4f6}.route-loading-hero{width:min(640px,90vw);max-height:58vh;object-fit:contain;border-radius:20px}.route-loading-progress{width:min(320px,70vw);height:4px;border-radius:999px;overflow:hidden;background:#ffffff40}.route-loading-progressBar{display:block;height:100%;width:35%;border-radius:inherit;background:var(--text);animation:route-loading-progress 1.1s ease-in-out infinite}@keyframes route-loading-progress{0%{transform:translate(-120%)}to{transform:translate(320%)}}
