Fix publish pill losing its styling to a premature CSS comment close
A `*/` inside the comment above `.studio__published` (in `--sun*/--ink`)
closed the comment early, so the trailing prose plus the selector collapsed
into one invalid rule that every CSS parser discards. The publish notice
rendered as an unstyled full-width paragraph instead of the centred sunrise
pill. Reword the comment to drop the literal `*/`.
Add a PostCSS-based regression test that asserts the rule survives parsing.