/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * Every layout in the app loads it -- `application.html.erb` (marketing) and
 * `hub.html.erb` (the whole hub) -- so anything reachable from here is
 * application-wide by definition.
 *
 * It deliberately requires nothing. A require_tree directive used to sweep
 * this directory, which made "add a stylesheet beside this file" silently mean
 * "restyle every page in the app": `print.css`, written for the monthly
 * report's A4 sheets alone, was picked up here and its unlayered
 * `body { background: #525659 }` beat Tailwind's `.bg-white` (unlayered author
 * CSS outranks any `@layer`, whatever the specificity), while its `@page`
 * rule -- which no selector can scope -- took over printing everywhere.
 *
 * So the directory now holds standalone entry points, each linked by name from
 * the one layout that wants it (`stylesheet_link_tag "print"`), and
 * `app/assets/config/manifest.js` still precompiles all of them via
 * `link_directory`. The app's real styles come from the Tailwind build
 * (`stylesheet_link_tag "tailwind"`), not from here.
 *
 * If you genuinely need an application-wide rule, add an explicit require
 * directive for that one file below, and expect it on every page.
 *
 * Covered by spec/assets/application_bundle_spec.rb.
 *

 */
