In $L^2[-\pi, \pi]$, with the inner product $$ (f, g)=\frac{1}{2 \pi} \int_{-\pi}^\pi f(t) \overline{g(t)} d t, $$ the complex trigonometric system $\left\{e^{i n t}\right\}_{-\pi}^\pi$ constitutes an orthonormal basis.
I would like to calculate/estimate the norm in $L^2[-\pi, \pi]$ of the following function: $$f(t)=\sum_{n\in \mathbb Z} c_n e^{i n t}\left(1-e^{-x_n t}\right)$$ i.e. $\|f\|^2$, where $x_n$ is a sequence of real numbers and $c_n$ is a sequence of complex numbers s.t., for simplicity's sake, $\sum_{n\in \mathbb Z} |c_n|^2=1$.
My approach: $$\|f\|^2=(f,f)=\frac{1}{2 \pi} \int_{-\pi}^\pi \left(\sum_{n\in \mathbb Z} c_n e^{i n t}\left(1-e^{-x_n t}\right)\right) \overline{\left(\sum_{m\in \mathbb Z} c_m e^{i m t}\left(1-e^{-x_m t}\right)\right)} d t$$ $$=\frac{1}{2 \pi} \sum_{m,n\in \mathbb Z} c_n \overline{c_m} \int_{-\pi}^\pi \left(1-e^{-x_m t}\right) \left(1-e^{-x_n t}\right) e^{i(n-m)t} dt$$ How can I continue? I was hoping to prove that the double series could be simplified into a series with a single index (n, for example) but it seems to me impossible for the double series to transform into a single one.
Update The sequence $x_n$ is bounded, i.e. there exists $M>0$ such that $|x_n|\leq M$ $\forall n$. To answer the @fedja's comment, I would happy to see such an estimation: $$\| f\|^2\leq C \left\|\sum_n^{+\infty} c_n e^{i n t}\right\|^2$$ where $C$ is a constant, maybe $C=\sup_{n,t}|1-e^{-x_n t}|$.