/* Static-SSR-only tweaks layered on top of the shared app.css. */

/* Mermaid definitions ship as hidden <pre> blocks inside .mermaid-target;
   the loading chip stays visible until gmi-ssr.js swaps in the rendered SVG. */
.mermaid-target pre.mermaid-def { display: none; }
