The golden ratio $\phi = \frac{1 + \sqrt{5}}{2}$ satisfies
$$\phi^2 - \phi - 1 = 0,$$
and the reciprocal $x = \phi^{-1}$ satisfies
$$1 - x - x^2 = 0.$$
Furthermore,
$$\lim_{k \to \infty} \frac{F_{k+1}}{F_k}= \phi.$$
The ratio test specifies a radius of convergence for $\sum F_k x^k$ equal to $\phi^{-1}$ since
$$\lim_{k \to \infty} \frac{F_{k+1}|x|^{k+1}}{F_k |x|^k} = \phi |x|,$$
with absolute convergence for $|x| < \phi^{-1}.$
Clearly the power series can't converge everywhere since the denominator of the generating function tends to $0$ as $x \to \phi^{-1}$.
You have to be careful applying arithmetic operations to infinite sums as if they were real numbers. Your manipulations of $F(x)$ are not valid for every $x$ unless you know a priori that the series is convergent.
For example, if we write $S = 1 + x + x^2 + \ldots$ and then argue that
$$xS = x + x^2 + x^3 + \ldots \\ \implies S - xS = 1 \\ \implies S = \frac{1}{1-x},$$
we don't find the sum of an infinite series with infinite radius of convergence.