.config-mode-tabs{display:flex;gap:3px;margin:0 0 12px;border-bottom:1px solid var(--line)}
.menu-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:11px 14px;border-bottom:1px solid var(--line);background:#fbfcfc}.menu-tab{border:1px solid #dce2e6;background:#fff;color:#63717b;border-radius:4px;padding:9px 6px;font-size:11px;white-space:nowrap}.menu-tab:hover,.menu-tab.active{background:var(--nav);border-color:var(--nav);color:#fff;font-weight:700}
.shop-workbench{overflow:hidden}.store-tabs{display:flex;gap:3px;padding:10px 14px 0;background:#f7f9fa;border-bottom:1px solid var(--line)}.store-tab{border:1px solid #dce2e6;border-bottom:0;background:#edf1f3;color:#65717b;padding:10px 16px;font-size:12px;border-radius:5px 5px 0 0}.store-tab.active,.store-tab:first-child{background:#fff;color:var(--accent-deep);font-weight:800;border-top:2px solid var(--accent)}.branch-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px;border-bottom:1px solid var(--line);background:#fff}.branch-tab{border:1px solid #dce2e6;background:#fff;color:#63717b;border-radius:4px;padding:8px 13px;font-size:12px}.branch-tab:hover,.branch-tab.active{border-color:#e3a18d;background:#fff5f1;color:var(--accent-deep);font-weight:700}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:0}.shop-list-panel{min-width:0;border-right:1px solid var(--line)}.shop-add-panel{min-width:0}.shop-toolbar{padding:13px 18px;border-bottom:1px solid var(--line)}.shop-toolbar .search{width:280px}.shop-table .shop-number{width:88px}.shop-table td{height:61px}.shop-type-tabs{display:flex;gap:2px;padding:0 16px;border-bottom:1px solid var(--line)}.shop-type-tabs .tab{font-size:12px;padding:13px 9px}.shop-add-body{padding:14px 16px}.shop-add-body>.search{width:100%;margin-bottom:11px}.catalog-list{display:grid;gap:5px;max-height:340px;overflow:auto}.catalog-item{display:flex;align-items:center;gap:9px;width:100%;border:1px solid transparent;background:#f7f9fa;text-align:left;border-radius:5px;padding:10px;color:var(--ink)}.catalog-item:hover,.catalog-item.selected{border-color:#e8b09f;background:#fff7f4}.catalog-item>b,.catalog-item small{display:block}.catalog-item b{font-size:12px}.catalog-item small{font:10px "DM Mono",monospace;color:var(--muted);margin-top:3px}.catalog-item>i:last-child{margin-left:auto;width:14px;color:#a0abb2}.catalog-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:5px;background:#e8eef0;color:var(--accent);flex:0 0 auto}.catalog-icon i{width:15px}.selected-product{display:flex;align-items:center;justify-content:space-between;border:1px solid #ead4cc;background:#fff8f4;border-radius:5px;padding:10px;margin-top:12px}.selected-product b,.selected-product small{display:block}.selected-product b{font-size:12px}.selected-product small{font:10px "DM Mono",monospace;color:var(--muted);margin-top:3px}.shop-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:10px}.shop-fields label{display:grid;gap:5px;font-size:10px;color:#65717b;font-weight:700}.shop-fields input{width:100%;border:1px solid #dce2e6;border-radius:4px;padding:9px;font:12px "DM Mono",monospace}.shop-fields .button{grid-column:1/-1;justify-content:center;margin-top:3px}.select-hint{display:flex;align-items:center;justify-content:center;gap:8px;color:#9aa5ac;font-size:11px;padding:24px 8px}.select-hint i{width:15px}@media(max-width:900px){.shop-layout{grid-template-columns:1fr}.shop-list-panel{border-right:0;border-bottom:1px solid var(--line)}.shop-toolbar .search{width:100%}}
