/* NL's own stylesheet — the shared one-sheet design system plus the one rule this site needs.
   Born 2026-09-09 with the LONG/THICK HAIR block (Ken's order on the Japan menu the same day, and his
   catch on its staged block: "the text is centered and not aligned like the other category titles").
   The shared `.cat summary` centres the label+note pair; this site's notes are mixed-length, so the
   long ones fill the row and read LEFT-aligned while a short one (the fees block) would sit centred
   on its own — one page, two alignments. Pinned left here, as jp/site.css does; HK / CA / US keep
   their all-short, all-centred look. `@import` first, by CSS rule. */
@import url("/sites/hk/site.css?v=20");
.cat summary{justify-content:flex-start}
