/* The public footer — and the Disclaimer/Policy add-in — is one card for every public surface,
   in app/shared/css/footer.css. This path stays because the five /legal/ documents link it, and
   as of 2026-08-11 they hang the SAME empty <footer id="site-footer"> the storefront does and let
   app/shared/js/footer.js fill it — so all seven public documents now render one footer from one
   implementation, and the current-document marker works on every one of them. */
/* ⚠ THIS PIN IS THE LEGAL PAGES' ONLY ROUTE TO THE SHARED CARD, AND IT HAD DRIFTED. It sat at
   `?v=6` while index.html, shop.html and system.html all linked `?v=8` — so for two revisions the
   five /legal/ documents were served a stale footer from cache while the three main surfaces got
   the current one, and nothing could see the difference because each page's pin is written by hand
   in a different file. Bumped with the others; if you bump this card again, bump all FOUR sites. */
@import url('/app/shared/css/footer.css?v=10');
