/* grid.html 固有の追加スタイル（トークン・共通コンポーネントは maker.css を継承） */
.help-text{
  font-size:14px; line-height:1.8; color:var(--ink); margin:0 0 16px;
}
.help-text:last-child{ margin-bottom:4px; }
.help-text strong{ color:var(--accent); }

/* プリセットが1行だけなので、調整シートは常時開いた状態で使う */
#sheet.on{ max-height:220px; }
