/* Nexor 360 v250 — Gestão de Produtos por Família */
#productManagerV250{display:grid;gap:14px;margin-top:2px}
.product-family-toolbar-v250{display:grid;grid-template-columns:minmax(260px,420px) auto auto 1fr;gap:10px;align-items:end;padding:14px;border:1px solid var(--brand-line);border-radius:14px;background:var(--brand-gradient-soft)}
.product-family-toolbar-v250 label{display:grid;gap:6px;font-size:11px;font-weight:800;color:var(--brand-muted)}
.product-family-toolbar-v250 select{min-height:42px;font-weight:800}
.product-family-summary-v250{justify-self:end;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--brand-muted);font-size:10px;font-weight:800}
.product-family-summary-v250 b{color:var(--brand-text)}
.product-family-summary-v250 .active{color:#159447}.product-family-summary-v250 .inactive{color:#b45309}
.product-family-list-v250{overflow:auto;border:1px solid var(--brand-line);border-radius:14px;background:var(--brand-panel)}
.product-family-table-v250{width:100%;border-collapse:collapse;min-width:970px}
.product-family-table-v250 th{position:sticky;top:0;z-index:2;background:var(--brand-panel);color:var(--brand-muted);font-size:9px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:10px 12px;border-bottom:1px solid var(--brand-line)}
.product-family-table-v250 td{padding:11px 12px;border-bottom:1px solid var(--brand-line);font-size:11px;color:var(--brand-text);vertical-align:middle}
.product-family-table-v250 tr:last-child td{border-bottom:0}.product-family-table-v250 tr.inactive{opacity:.62}
.product-family-table-v250 td.plan b{display:block;font-size:12px}.product-family-table-v250 td.plan small{display:block;margin-top:3px;color:var(--brand-muted);max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-status-switch-v250{display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:900;cursor:pointer;user-select:none}
.product-status-switch-v250 input{position:absolute;opacity:0;pointer-events:none}
.product-status-switch-v250 i{display:inline-block;width:32px;height:18px;border-radius:999px;background:#cbd5e1;position:relative;transition:.18s}
.product-status-switch-v250 i:after{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;border-radius:50%;background:white;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:.18s}
.product-status-switch-v250 input:checked+i{background:#16a34a}.product-status-switch-v250 input:checked+i:after{transform:translateX(14px)}
.product-status-switch-v250 span{min-width:47px}.product-status-switch-v250 input:checked~span{color:#159447}
.product-row-actions-v250{display:flex;gap:7px;justify-content:flex-end}
.product-empty-v250{padding:36px 18px;text-align:center;color:var(--brand-muted);font-size:11px}
#productEditorModalV250 .box{max-width:820px}
.product-editor-grid-v250{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.product-editor-grid-v250 label{display:grid;gap:6px}.product-editor-grid-v250 label.full{grid-column:1/-1}
.product-editor-status-v250{display:flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--brand-line);border-radius:10px;padding:0 12px;background:var(--brand-gradient-soft)}
.product-editor-note-v250{margin:0;color:var(--brand-muted);font-size:10px}
.product-saving-v250{opacity:.7;pointer-events:none}
body[data-theme="dark"] .product-family-toolbar-v250{background:rgba(255,255,255,.025)}
body[data-theme="dark"] .product-family-table-v250 th{background:#171A1F}
body[data-theme="dark"] .product-family-table-v250 tr:hover td{background:rgba(255,255,255,.025)}
@media(max-width:900px){.product-family-toolbar-v250{grid-template-columns:1fr 1fr}.product-family-summary-v250{grid-column:1/-1;justify-self:start}.product-editor-grid-v250{grid-template-columns:1fr}.product-editor-grid-v250 label.full{grid-column:auto}}
