.category-admin-grid{display:grid;grid-template-columns:330px 1fr;gap:20px}.category-form{padding:24px;height:max-content;position:sticky;top:20px}.category-form h2{font-size:17px}.category-form>p{font-size:11px;color:var(--muted)}.category-form form{display:grid;gap:15px;margin-top:20px}.category-form label{display:grid;gap:7px;font-size:11px;font-weight:700}.category-form input,.category-form select{border:1px solid var(--line);padding:11px;border-radius:7px;font:inherit;font-size:12px;background:#fff}.category-tree-panel{padding:0}.category-tree{padding:0 20px 20px;display:grid;gap:10px}.category-tree article{border:1px solid var(--line);border-radius:9px;overflow:hidden}.category-root{display:flex;justify-content:space-between;align-items:center;background:#f8f5f0;padding:14px}.category-root>span{display:grid;grid-template-columns:24px 1fr}.category-root>span>i{grid-row:1/3;color:#9b7645}.category-root small{font-size:9px;color:var(--muted)}.category-root>a{color:#9d5652}.category-children{padding:8px 14px}.category-children>div{display:flex;justify-content:space-between;padding:8px;border-bottom:1px solid #f0ede8;font-size:11px}.category-children>div i{color:#b29a7d;margin-right:8px}.category-children>div>a i{color:#a86662}.category-children>p{font-size:10px;color:var(--muted);margin:7px}@media(max-width:800px){.category-admin-grid{grid-template-columns:1fr}.category-form{position:static}}
