/* /Components/App.razor.rz.scp.css */
/* Scoped stylesheet for App.razor.

   Purpose: the app shell (App.razor) references the Blazor scoped-CSS bundle via
   `<link href="@Assets["WoSBattleSimulator2.Web.styles.css"]" />`. That bundle endpoint
   is only generated/registered when the project has at least one component-scoped
   `.razor.css` file. With none, the link resolved to a non-existent asset and returned
   404 on every page (a stray console error). The Frostfire design system lives entirely
   in Styles/app.css (Tailwind), so this file intentionally defines no visible styling —
   it exists so the referenced bundle is emitted and served. A never-matched selector
   keeps the rule from being stripped as empty. */
.ff-scoped-anchor[b-no0bfbl1ga] {
  display: contents;
}
