/* CSS cascade-layer priority (lowest → highest): primereact < legacy < _ (S2)
   This file must be the first stylesheet in index.html so layer order is
   established before any vendor @layer block is parsed. Do not minify or bundle.
   Served without a content hash; Express sets max-age=0 (revalidate). If you
   change layer order, bump ?v=N on the <link> in index.html so upstream CDN or
   proxy caches do not serve a stale copy after deploy. */
@layer primereact, legacy, _;
