/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css — intentionally carries no rules.

   #blazor-error-ui used to be styled here, in the colours the Blazor project template
   ships with. That was wrong twice over. The element appears in two layouts — here and in
   PortalShell, which the admin portal and the Library use — and scoped CSS reaches only
   this one, so the same banner was styled two different ways depending on the page. And a
   scoped rule is `#blazor-error-ui[b-xxxxxxxxxx]`, specificity 110, which quietly outranks
   the site's own `#blazor-error-ui` in app.css at 100. app.css owns it now, for both.

   The file stays because it is what generates modbusdb.styles.css. Delete the last
   .razor.css in the project and the bundle stops being emitted, at which point the
   <link> in App.razor resolves to a 404 — which is exactly the bug that link was added
   to fix. Put real scoped styles here, or leave it be. */
