.route-skeleton{display:grid;gap:28px;min-height:60vh;padding-block:34px 80px}.route-skeleton-masthead{display:grid;gap:12px}.route-skeleton-masthead span:first-child{width:92px;height:11px}.route-skeleton-masthead span:nth-child(2){width:min(62%,560px);height:clamp(34px,4vw,56px)}.route-skeleton-masthead span:nth-child(3){width:min(46%,420px);height:14px}.route-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.route-skeleton-grid span{aspect-ratio:3/2}.route-skeleton span{display:block;border-radius:2px;background:var(--paper-deep)}@media (prefers-reduced-motion:no-preference){.route-skeleton span{animation:route-skeleton-pulse 1.4s ease-in-out infinite}@keyframes route-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}}