/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Intentionally empty.
   The default ASP.NET webapp template ships this file with Bootstrap-flavored
   defaults (including `a { color: #0077cc; }`) that get scoped to the layout
   via Razor CSS isolation. Those rules use attribute selectors with higher
   specificity than our utility classes in wwwroot/css/site.css, which means
   every <a> in the layout was being forced to blue. Emptying the file
   neutralizes that override; site.css is the single source of styling truth. */
