.dc-route-loading{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);box-sizing:border-box;flex-direction:column;width:100%;margin-top:3rem;display:flex}.dc-route-loading__strip{flex:none;width:100%;min-height:280px}.dc-route-loading__main{flex:auto;width:100%;min-height:320px}.dc-route-loading__filters{flex:0 0 280px;width:100%;max-width:320px;min-height:200px}.dc-route-loading__grid{flex:auto;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;width:100%;display:grid}.dc-route-loading__card{aspect-ratio:3/4;min-height:200px}@media (min-width:992px){.dc-route-loading{flex-direction:row;align-items:stretch}.dc-route-loading__strip{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);flex:0 0 min(480px,39vw)}.dc-route-loading__main{min-height:calc(100dvh - var(--header-height,3.6rem) - 3rem);flex:auto;margin-left:0}.dc-route-loading__filters{flex:0 0 280px;max-width:280px}}.dc-route-loading-pulse{background:linear-gradient(90deg, var(--ds-surface-secondary,#f5f5f5) 25%, var(--primary-light,#eee) 50%, var(--ds-surface-secondary,#f5f5f5) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite dc-route-loading-pulse}@keyframes dc-route-loading-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.dc-route-loading-pulse{animation:none}}
