/* Hamster Name Generator (ROADMAP-Calcs-Hamster.md HS3) — the list of names to tap. Everything else
   is the core stylesheet. */
.chqt-nm-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-nm-list { margin: 0 0 .8rem; padding-left: 1.4rem; }
.chqt-nm-list li { margin: 0; line-height: 1.35; }
/* 44px minimum tap target — the fleet's browser gate measures it */
.chqt-nm-list button { background: none; border: 0; padding: .55rem 0; min-height: 44px; color: var(--chqt-accent, #345C00); font: inherit; font-weight: 700; text-decoration: underline; cursor: pointer; }
.chqt-nm-list li.is-fit button::after { content: " ✓"; text-decoration: none; }
.chqt-nm-why { color: var(--chqt-muted, #555); font-size: .92rem; }
