/* Boat Name Generator (ROADMAP-Calcs-Marine.md GM8) — the nine names as tap targets, the transom
   drawn to scale, and the Mayday script. Everything else comes from the core stylesheet. */
.chqt-bn-styles { flex-wrap: wrap; }
.chqt-bn-fitbox { border-top: 1px solid var(--chqt-line, #D5E1E7); padding-top: .5rem; margin-top: .5rem; }
.chqt-bn-fitbox summary { cursor: pointer; font-weight: 700; min-height: 40px; display: flex; align-items: center; }
.chqt-bn-names { list-style: none; margin: .3rem 0 .4rem; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chqt-bn-names li { margin: 0; }
.chqt-bn-chip { font-size: 16px; min-height: 44px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--chqt-line, #D5E1E7); background: #fff; color: var(--chqt-ink, #0F1D26); cursor: pointer; }
.chqt-bn-chip[aria-pressed="true"] { background: var(--chqt-accent, #136C79); border-color: var(--chqt-accent, #136C79); color: var(--chqt-accent-ink, #fff); font-weight: 700; }
.chqt-bn-tap { margin: .6rem 0 0; }
.chqt-bn-spell { margin: .6rem 0; line-height: 1.45; }
.chqt-bn-spell span { color: var(--chqt-page-muted, #4F646F); }
.chqt-bn-svg { margin: .6rem 0; }
.chqt-bn-svg svg { width: 100%; height: auto; display: block; }
.chqt-bn-hull { fill: #F1F5F7; stroke: #0F1D26; stroke-width: .4; }
.chqt-bn-name { fill: #0F1D26; }
.chqt-bn-over { fill: #9A3A0B; }
.chqt-bn-script p { margin: 0 0 .3rem; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .9rem; letter-spacing: .02em; }
.chqt[data-tool="boat-name-generator"][data-tier="stop"] .chqt-answer { color: #9A3A0B; }
@media (max-width: 460px) { .chqt[data-tool="boat-name-generator"] .chqt-lede { display: none; } }
