@keyframes pulse{0%{background-color:#f0f0f0}50%{background-color:#e9ecef}to{background-color:#f0f0f0}}.layout-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr);width:100%}@media (min-width:768px){.layout-grid{gap:24px;grid-template-columns:repeat(3,1fr)}}.layout-slider{display:flex;gap:12px;overflow-x:hidden}.layout-slider .skeleton-card{flex-shrink:0;width:45%}@media (min-width:768px){.layout-slider .skeleton-card{width:30%}}.skeleton-card{border:1px solid #e9ecef;border-radius:12px;padding:1rem}.skeleton-image{aspect-ratio:1.5/1;border-radius:8px;width:100%}.skeleton-image,.skeleton-text{animation:pulse 1.5s ease-in-out infinite}.skeleton-text{border-radius:4px;height:20px;margin-top:1rem}.skeleton-text.short{width:60%}
