.templates-page{margin-left:auto;margin-right:auto;display:flex;max-width:80rem;flex-direction:column;align-items:center;padding:2rem 1.5rem}.layout-main:not(.no-sidebar) .templates-page{padding-top:2rem}.layout-main.no-sidebar .templates-page{padding-top:6rem}.template-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.template-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.template-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.template-grid{grid-template-columns:repeat(4,1fr)}}.template-card{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.template-card:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.template-skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.template-skeleton .skeleton-item{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}