.category-filters{display:flex;flex-wrap:wrap;gap:7px;padding:10px 14px;background:#fff;border:1px solid var(--line);border-top:0}
.category-filter{border:1px solid var(--line);background:#f4f7f8;color:var(--ink);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}
.category-filter span{margin-left:5px;font-size:10px;opacity:.7}.category-filter:hover{border-color:var(--green)}.category-filter.active{background:var(--green);border-color:var(--green);color:#fff}.category-filter:focus-visible{outline:3px solid #8de3c6;outline-offset:2px}
.product-group-heading{grid-column:1/-1;margin:4px 0 0;padding:4px 0 6px;border-bottom:1px solid var(--line);font-size:12px;color:var(--green-dark)}
.product-card[hidden],.product-group-heading[hidden],.category-empty[hidden]{display:none!important}.category-empty{padding:20px;background:white;color:var(--muted);font-size:13px;border:1px solid var(--line)}
.category-management{margin-bottom:14px;scroll-margin-top:90px}.category-management>summary{padding:16px 18px;cursor:pointer}.category-management>summary span{font-size:12px;color:var(--muted);margin-left:14px}.category-manager-body{padding:0 18px 18px}.category-manager-body>p{font-size:12px;color:var(--muted);margin:12px 0}.category-create{display:grid;grid-template-columns:minmax(180px,420px) 90px auto;gap:10px;align-items:end;justify-content:start}
.category-manager-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.category-editor{padding:12px;border:1px solid var(--line);border-radius:9px;background:#f8fafb}.category-editor>form{display:grid;grid-template-columns:minmax(100px,1fr) 64px auto;gap:7px;align-items:end}.category-editor input{padding:8px;font-size:12px}.category-editor-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.category-editor small{color:var(--muted)}.category-editor .text-button:disabled{opacity:.35;cursor:not-allowed}
.product-create{display:grid;grid-template-columns:2fr 1.4fr 1fr 1fr auto;gap:10px;align-items:end}.inventory-products table{min-width:1220px}.inventory-products td:first-child{min-width:190px}.inventory-products td:nth-child(2){min-width:170px}.inventory-products td:nth-child(3){min-width:110px;width:115px}.inventory-products td:nth-child(5){min-width:85px;width:90px}.inventory-products .button{white-space:nowrap}.inventory-products input,.inventory-products select{padding:8px;font-size:12px}
@media(max-width:1200px){.category-manager-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:750px){.category-manager-list,.product-create{grid-template-columns:1fr}.category-create{grid-template-columns:1fr 80px}.category-create>.button{grid-column:1/-1}.category-management>summary span{display:block;margin:5px 0 0}.category-filter{padding:8px}}
