I don't see how to continue from what you've done. Instead, adding the first equation multiplied by $-24$, the second one by $25$, and the third one by $-1$, gives
$$\begin{equation}\begin{aligned}
-24b^2 + 25c^2 - d^2 & = -24(10)a + 24 + 25(13)a - 25 - 85a + 1 \\
-24b^2 + 25c^2 - d^2 & = (-240 + 325 - 85)a + (24 - 25 + 1) \\
-24b^2 + 25c^2 - d^2 & = 0 \\
24b^2 + d^2 & = 25c^2
\end{aligned}\end{equation}$$
Note that, as Bill's comment indicates, an easier way to get the above result is by subtracting the middle original equation from the first and last ones, then use the first result in the second one, to arrive at
$$c^2 - b^2 = {\color{red}{3a}}, \;\; {\color{green}{d^2 - c^2}} = {\color{red}{24\cdot 3a}} = {\color{green}{24(c^2 - b^2)}}$$
From the first original equation, we get that $b$ is odd. Also, if $a$ were even, then $b^2 \equiv 3\pmod{4}$, which is not possible. Thus, $a$ must be odd, so $c^2 = 13a - 1$ and $d^2 = 85a - 1$ are both even, so both $c$ and $d$ are even. As Will's comment points out, we have $24b^2 \equiv 8 \pmod{16}$. However, $c^2$ and $d^2$ are congruent to $0$ or $4$ modulo $16$, so $25c^2 - d^2 \equiv 9c^2 - d^2 \pmod{16}$ becomes $9(0) - 0 \equiv 0 \pmod{16}$, $9(4) - 0 \equiv 4 \pmod{16}$, $9(0) - 4 \equiv 12 \pmod{16}$ or $9(4) - 4 \equiv 0 \pmod{16}$, i.e., $d^2 - 25c^2 \equiv 0, 4, 12 \pmod{16}$. This congruences list not including $8$ shows $24b^2 \neq 25c^2 - d^2$, i.e., no integer solutions exist.
Originally, I used that the resulting equation gives $d^2 \equiv c^2 \pmod{8} \;\to\; (d - c)(d + c) \equiv 0 \pmod{8}$, so $c$ and $d$ differ by a multiple of $4$ (since if $c$ and $d$ differed by an odd multiple of $2$, then both $d - c$ and $d + c$ would have only one factor of $2$). Also, since the $3$ original equations show that $b \lt c \lt d$, there exists an odd positive integer $e$, and a positive integer $f$, such that
$$b = c - e, \;\; d = c + 4f$$
Substituting these into our earlier equation results in
$$\begin{equation}\begin{aligned}
24(c - e)^2 + (c + 4f)^2 & = 25c^2 \\
24c^2 - 48ce + 24e^2 + c^2 + 8cf + 16f^2 & = 25c^2 \\
- 48ce + 8cf & = - 24e^2 - 16f^2 \\
c(-6e + f) & = -3e^2 - 2f^2
\end{aligned}\end{equation}$$
However, as $c$ is even, the left side is even, but $e$ being odd means the right side is odd! This contradiction shows there are no integer solutions to the original set of equations.