.category-grid{gap:20px}
.category-card,.category-card:first-child{display:block;padding:0;min-height:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;animation:none}
.category-card:hover{transform:translateY(-4px);border-color:#a4c2f4;box-shadow:0 8px 22px #3471df0d}
.template-thumbnail{aspect-ratio:16/11;background:#edf4ff;overflow:hidden;border-bottom:1px solid #e2eaf6}
.template-thumbnail img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.category-card:hover .template-thumbnail img{transform:scale(1.035)}
.template-details{padding:20px 17px 17px}
.template-title-row{display:flex;align-items:center;gap:10px;min-height:0;margin-bottom:0}
.template-title-row>div{flex:1;min-width:0}
.template-title-row .category-icon{width:38px;height:38px;flex-shrink:0;margin:0;border-radius:9px;background:#edf4ff}
.template-title-row .category-icon svg{width:21px;height:21px}
.template-title-row h3{font-size:16px;line-height:1.3;margin:1px 0 5px;letter-spacing:-.5px}
.template-title-row p{font-size:12px;line-height:1.5;color:#6b7d99;margin:0}
.template-title-row .template-button{position:relative;display:flex;flex:0 0 38px;width:38px;height:38px;min-height:38px;justify-content:center;align-items:center;padding:0;gap:0;border-radius:8px;margin-left:auto}
.template-title-row .template-button::after{content:"";position:absolute;inset:-4px}
.template-button:hover{transform:none;box-shadow:none}
.template-button svg{width:18px;height:18px}
@media(max-width:1050px) and (min-width:761px){.category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.category-grid{gap:13px}.template-details{padding:15px 12px 12px}.template-title-row{gap:8px;min-height:86px;margin-bottom:10px}.template-title-row .category-icon{width:29px;height:29px;border-radius:7px}.template-title-row .category-icon svg{width:18px;height:18px}.template-title-row h3{font-size:15px;line-height:1.3;letter-spacing:-.4px}.template-title-row p{font-size:12px;line-height:1.45}.template-button{font-size:13px;padding:10px;min-height:42px}.template-button svg{width:16px;height:16px}}
@media(max-width:359px){.category-grid{grid-template-columns:1fr}.template-title-row{min-height:0;margin-bottom:18px}.template-title-row h3{font-size:17px}.template-title-row .category-icon{width:36px;height:36px}}
