.chip { display: inline-flex; gap: 6px; align-items: center; padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .82rem; }
.chip.on { border-color: var(--accent); background: var(--accent-bg); }
.shape { margin-top: 12px; }
.shape summary { padding: 10px 14px; font-weight: 600; cursor: pointer; }
.shape .check, .shape .row, .shape .where { margin: 10px 14px; }
.where .row { margin: 6px 0; }
