.scb-character-pose-field { gap: 5px; }
.scb-character-pose-description { color: var(--scb-muted); display: block; font-size: 10px; font-weight: 800; line-height: 1.35; }
.scb-character-pose-presets { display: flex; flex-wrap: wrap; gap: 6px; }
.scb-pose-chip { appearance: none; background: #ffffff; border: 1px solid var(--scb-soft-border); border-radius: 999px; color: #111827; cursor: pointer; font-size: 11px; font-weight: 900; line-height: 1; min-height: 30px; padding: 8px 10px; }
.scb-pose-chip:hover { background: #fff7dc; border-color: #111827; }
.scb-pose-chip.is-active { background: #111827; border-color: #111827; color: #ffffff; }
.scb-character-pose-front-arms { pointer-events: none; }
