/* ERP ALTER EGO V3.6 · administración nativa de la tienda */
.store-native-tabs{display:flex;gap:.65rem;overflow-x:auto;padding:.2rem 0 1rem;scrollbar-width:thin}
.store-native-tabs button{white-space:nowrap;border:1px solid var(--line,#d9e1dd);background:var(--panel,#fff);border-radius:999px;padding:.72rem 1rem;font-weight:700;cursor:pointer}
.store-native-tabs button.active{background:#0b5f42;color:#fff;border-color:#0b5f42}
.store-native-panel{display:none;min-width:0}.store-native-panel.active{display:block}
.store-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}
.store-table-tall{max-height:62vh;overflow:auto;overscroll-behavior:contain}
.store-table-tall table{min-width:720px}
.store-config-form{display:grid;gap:1rem;max-width:1100px}
.store-product-name{display:grid;gap:.2rem}.store-product-name small{opacity:.68}
.store-action-row{display:flex;gap:.4rem;flex-wrap:wrap}.store-action-row button,.store-action-row a{padding:.42rem .65rem;font-size:.82rem}
.store-inline-select{min-width:130px;max-width:180px;padding:.48rem .55rem}
.store-native-panel .panel,.store-native-panel form,.store-native-panel input,.store-native-panel select,.store-native-panel textarea{min-width:0;max-width:100%;box-sizing:border-box}
.store-native-panel .section-head.compact{margin-top:.25rem}
.store-empty{padding:2rem;text-align:center;color:#65736d}
.store-preview-thumb{width:56px;height:42px;object-fit:cover;border-radius:8px;background:#edf2ef;display:block}
.modal-card form{min-width:0}.modal-card input,.modal-card select,.modal-card textarea{width:100%;max-width:100%;box-sizing:border-box}
@media(max-width:980px){.store-two-columns{grid-template-columns:1fr}.store-table-tall{max-height:56vh}}
@media(max-width:640px){.store-native-tabs{margin-inline:-.25rem}.store-native-tabs button{padding:.62rem .8rem}.store-table-tall table{min-width:650px}}
