[step:Clear denominators to obtain a primitive integer solution]
Assume, for contradiction, that $C(\mathbb{Q})$ is nonempty. Then there exist rational numbers $X,Y,Z \in \mathbb{Q}$, not all zero, satisfying
\begin{align*}
X^2 + Y^2 = 7Z^2.
\end{align*}
Choose a positive integer $d \in \mathbb{N}$ such that $dX,dY,dZ \in \mathbb{Z}$. Define
\begin{align*}
a := dX, \qquad b := dY, \qquad c := dZ.
\end{align*}
Then $(a,b,c) \in \mathbb{Z}^3$ is not the zero triple and satisfies
\begin{align*}
a^2 + b^2 = 7c^2.
\end{align*}
Let $g := \gcd(a,b,c)$, and define
\begin{align*}
x := \frac{a}{g}, \qquad y := \frac{b}{g}, \qquad z := \frac{c}{g}.
\end{align*}
Then $(x,y,z) \in \mathbb{Z}^3$ is not the zero triple, $\gcd(x,y,z)=1$, and division of the equation $a^2+b^2=7c^2$ by $g^2$ gives
\begin{align*}
x^2 + y^2 = 7z^2.
\end{align*}
[/step]