make sure your <link rel="stylesheet"> is inside the head of your _Host.cshtml
if that doesnt work
Q) why dont u load your CSS early
in your Pages/_Host.cshtml MODIFY your link
<link rel="preload" href="css/app.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="css/app.css"></noscript>
for this trick make sure u enalbe JavaScript