.category-grid i.category-card-image{width:64px;height:64px;padding:0;border-radius:50%;border:2px solid #e4efe3;background:#fff;overflow:hidden}
.category-card-image img{display:block;width:100%;height:100%;object-fit:cover}
.admin-tabs{grid-template-columns:repeat(7,1fr)}
.category-admin-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}
.category-admin-group{border:1px solid var(--line);border-radius:14px;background:#f9fbf8;overflow:hidden}
.category-admin-group>header{padding:15px;display:flex;align-items:center;gap:12px;background:#fff}
.category-admin-group img{display:block;object-fit:cover;border-radius:50%;border:2px solid #dfebe0}
.category-admin-group>header>i{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#e4efe3;font-style:normal;font-size:1.5rem}
.category-admin-group header>div{flex:1;display:flex;flex-direction:column}
.category-admin-group small{color:var(--muted)}
.category-admin-children{padding:10px 15px 15px;display:grid;gap:8px}
.category-admin-children>div{padding:9px;display:flex;align-items:center;gap:10px;border:1px solid #e0e8e1;border-radius:10px;background:#fff}
.category-admin-children>div>i{width:48px;text-align:center;font-style:normal;color:#8b9b91}
.category-admin-children>div>span{flex:1;display:flex;flex-direction:column}
.category-admin-children a{color:#8c651c;font-size:.78rem;font-weight:800}
.category-editor-form{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}
.category-editor-form>label,.category-import-form label{display:flex;flex-direction:column;gap:7px;font-size:.82rem;font-weight:800}
.category-editor-form input,.category-editor-form select,.category-import-form input{width:100%;min-height:45px;padding:10px 12px;border:1px solid #cad7cd;border-radius:9px;background:#fff;color:var(--green)}
.category-editor-form small{color:var(--muted);font-weight:400}
.category-current-image{display:flex;align-items:center;gap:14px}
.category-current-image img{object-fit:cover;border-radius:50%;border:2px solid #dfebe0}
.category-current-image label{font-size:.78rem;font-weight:800}
.category-editor-actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px}
.category-import-form{margin-top:18px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:14px}
.category-import-form .button{min-height:45px}
.category-manager code{font-size:.8rem}
@media(max-width:900px){.admin-tabs{grid-template-columns:repeat(3,1fr)}.category-admin-list{grid-template-columns:1fr}.category-import-form{grid-template-columns:1fr}.category-import-form .button{width:100%}}
@media(max-width:680px){.admin-tabs{grid-template-columns:1fr}.category-editor-form{grid-template-columns:1fr}.category-editor-actions{justify-content:stretch}.category-editor-actions>*{flex:1;text-align:center;justify-content:center}.category-admin-group>header{align-items:flex-start;flex-wrap:wrap}.category-admin-group>header>div{min-width:calc(100% - 90px)}}
