/* Component index — one file per component under components/, so each stays
   small and single-purpose (see .claude/skills/clean-code). Split here, not
   split into separate <link> tags in every page, so the 11 HTML files don't
   need to enumerate every component file. */
@import "components/nav.css";
@import "components/hero.css";
@import "components/buttons.css";
@import "components/pillars.css";
@import "components/wiki-layout.css";
@import "components/param-table.css";
@import "components/callouts.css";
@import "components/footer.css";
@import "components/wiki-page.css";
@import "components/redact.css";
@import "components/ledger.css";
@import "components/chart.css";
@import "components/book.css";
@import "components/loader.css";
/* Editorial homepage styles — scoped under .home, inert on other pages, but
   imported globally so a pjax navigation TO the homepage from any page always
   has the CSS it needs (the router only swaps <body>, never <head>). */
@import "components/home.css";
