The steady state has NaNs or Inf

The problem is

Yss=Yhss*Phss/Pss+Ylss*Plss/Pss+Gss;
CGss=ksiss*Yss;
Gss=(beta-1+tauNss*(Whss*Nhss+Wlss*Nlss)+tauKss*(rhss*Khss+rlss*Klss)+tauCss*Pss*Css+tauHss*Phss*Yhss+tauLss*Plss*Ylss-Phss*CGss)/Pss;

You are using Gss before it is known.
See

as well as