/* v18.14.6 controlador único categorías */
#posCategoriesModal:not(.open){display:none!important}
#posCategoriesModal.open{display:flex!important}
.cat146-card{max-width:1120px!important}
.cat146-layout{display:grid;grid-template-columns:340px 1fr;gap:18px}
.cat146-panel{background:#f8fafc;border-radius:22px;padding:18px}
.cat146-form{display:grid;gap:12px}
.cat146-form input,.cat146-form select{border:1px solid #cbd5e1;border-radius:14px;padding:12px;background:#fff;width:100%;font-size:15px}
.cat146-help{font-size:13px;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px}
.cat146-palette,.cat146-icons{display:flex;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:8px}
.cat146-palette{max-height:120px;overflow:auto}
.cat146-icons{max-height:235px;overflow:auto}
.cat146-color{width:32px;height:32px;border-radius:999px;border:3px solid #fff;box-shadow:0 0 0 1px #cbd5e1;cursor:pointer}
.cat146-color.active{box-shadow:0 0 0 3px #6C4CF1}
.cat146-icon{width:40px;height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:12px;font-size:21px;cursor:pointer}
.cat146-icon.active{background:#eef2ff;border-color:#6C4CF1;box-shadow:0 0 0 2px #6C4CF1 inset}
.cat146-tree{display:grid;gap:12px;max-height:640px;overflow:auto;padding-right:8px}
.cat146-node{border:1px solid #e2e8f0;background:#fff;border-radius:18px;overflow:hidden}
.cat146-main{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;padding:13px}
.cat146-dot{width:46px;height:46px;border-radius:999px;display:grid;place-items:center;background:var(--cat-color,#38BDF8);color:#fff;font-size:22px}
.cat146-name{font-weight:900;font-size:16px}
.cat146-meta{font-size:12px;color:#64748b;margin-top:3px}
.cat146-actions{display:flex;gap:8px}
.cat146-actions button,.cat146-child button{border:0;border-radius:11px;padding:10px 12px;font-weight:900}
.cat146-sub{background:#eef2ff;color:#5b3fe8}
.cat146-delete{background:#fee2e2!important;color:#991b1b!important}
.cat146-children{padding:0 14px 14px 72px;display:grid;gap:8px}
.cat146-child{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;color:#475569;font-weight:800}
@media(max-width:900px){.cat146-layout{grid-template-columns:1fr}.cat146-main{grid-template-columns:42px 1fr}.cat146-actions{grid-column:1 / -1}}
