/* blog-system.css — supplemental styles for blog pages.
   The bulk of blog typography is inlined in each page's <head>;
   this file exists to satisfy the <link> reference and host any
   future shared blog styles. */

/* Defensive: ensure gated content is visible even if JS fails. */
#content-gated { display: block !important; opacity: 1 !important; }
