.route-skeleton{flex-direction:column;flex:1;align-items:center;min-height:0;padding:40px 20px;display:flex;overflow:hidden}.route-skeleton__block{background:color-mix(in srgb, var(--foreground) 7%, transparent);border-radius:12px;animation:1.6s cubic-bezier(.22,1,.36,1) infinite route-skeleton-pulse}.route-skeleton__stack{flex-direction:column;align-items:center;gap:14px;width:100%;max-width:720px;display:flex}.route-skeleton__title{width:min(260px,60%);height:26px}.route-skeleton__well{border-radius:18px;width:100%;height:92px}.route-skeleton__chips{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;display:flex}.route-skeleton__chip{border-radius:999px;width:96px;height:28px}.route-skeleton__grid{grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr));gap:14px;width:100%;max-width:1180px;display:grid}.route-skeleton__card{aspect-ratio:4/3;border-radius:14px;min-width:0}.route-skeleton__bar{align-self:flex-start;width:min(180px,40%);height:20px;margin-bottom:18px}@keyframes route-skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.route-skeleton__block{opacity:.7;animation:none}}
