.boot-skeleton{display:grid;gap:18px;padding:24px 42px}.boot-skeleton-bar,.boot-skeleton-card{border-radius:14px;background:linear-gradient(100deg,#ececf3 25%,#f8f8fb 40%,#ececf3 55%);background-size:300% 100%;animation:boot-shimmer 1.2s ease-in-out infinite}.boot-skeleton-bar{height:48px;max-width:420px}.boot-skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.boot-skeleton-card{height:250px}@keyframes boot-shimmer{to{background-position:-150% 0}}@media(max-width:600px){.boot-skeleton{padding:18px 16px}.boot-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.boot-skeleton-card{height:205px}}@media(prefers-reduced-motion:reduce){.boot-skeleton-bar,.boot-skeleton-card{animation:none}}
