Local site lost all styling since changed base url

is the baseurl part of the path to the css in code? doesn’t look like it. Go look at where in your source you are linking to the css and you need to add the baseurl to that.

One way is like:

{{ 'css/style.css' | relative_url }}