/* ============================================================
   Navbar styles intentionally moved to /assets/main_navbar.css
   so they can be loaded as a render-blocking <link rel="stylesheet">
   in layouts/theme.liquid <head>.

   Why? Fluid auto-inlines every section's styles.css as a <style>
   block at the END of the section in <body>, which means navbar
   markup paints unstyled for one frame before styles snap on
   (visible FOUC where the header looks broken). The navbar is a
   layout-level component present on every page, so it belongs in
   /assets/ where it can render-block paint.

   This file is kept (rather than deleted) because Fluid's section
   loader expects it to exist; an empty stub is harmless.
   ============================================================ */
