.menu-layout{padding:16px 20px 40px}.menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.menu-title{font-size:20px;font-weight:600}.menu-table{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.table-row{display:grid;grid-template-columns:44px 2.5fr 2fr 1.3fr 1fr 110px;align-items:center;border-bottom:1px solid #f0f0f0;padding:8px 12px}.table-head{background:#f5f7fb;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:10px 12px}.category-row{background:#fff;font-weight:600;grid-template-columns:44px 2.5fr 2fr 1.3fr 110px}.product-row{background:#fff;cursor:pointer}.product-row:hover{background:#f9fafb}.table-group:last-child .table-row:last-child{border-bottom:none}.cell{padding:4px 8px;font-size:14px}.cell-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.drag-handle{cursor:grab;font-size:16px}.drag-handle:active{cursor:grabbing}.product-row-ghost{opacity:.6;background:#eef2ff}.cell-expand{display:flex}.cell-expand,.expander{align-items:center;justify-content:center}.expander{width:28px;height:28px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;cursor:pointer}.category-title.disabled,.product-row.disabled{color:#9ca3af}.category-count{color:#6b7280;font-weight:400;margin-left:4px}.product-title{font-weight:400;padding:0 0 0 3em}.muted{color:#9ca3af}.more-btn{padding:6px;border-radius:6px;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center}.menu-drawer .el-drawer__body{padding:0;height:100%;overflow:hidden}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:2}.drawer-title{font-weight:600}.drawer-body{height:calc(100% - 52px);overflow:auto;padding:12px 16px}