.CatalogSkeleton-module__aqtPZW__main{background:var(--bg-main);flex-direction:column;min-height:100vh;display:flex}.CatalogSkeleton-module__aqtPZW__container{width:100%;max-width:1400px;padding:var(--space-8,2rem) var(--space-4,1rem);gap:var(--space-6,1.5rem);flex-direction:column;flex:1;margin:0 auto;display:flex}.CatalogSkeleton-module__aqtPZW__shimmer{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg,12px);animation:1.4s ease-in-out infinite CatalogSkeleton-module__aqtPZW__catalogPulse}.CatalogSkeleton-module__aqtPZW__title{border-radius:var(--radius-md,10px);width:min(420px,70%);height:40px}.CatalogSkeleton-module__aqtPZW__subtitle{border-radius:var(--radius-md,10px);width:min(560px,90%);height:20px}.CatalogSkeleton-module__aqtPZW__filterRow{gap:var(--space-2,.5rem);flex-wrap:wrap;display:flex}.CatalogSkeleton-module__aqtPZW__chip{border-radius:var(--radius-full,999px);width:120px;height:40px}.CatalogSkeleton-module__aqtPZW__grid{gap:var(--space-4,1rem);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.CatalogSkeleton-module__aqtPZW__card{height:260px}@keyframes CatalogSkeleton-module__aqtPZW__catalogPulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.CatalogSkeleton-module__aqtPZW__shimmer{animation:none}}