/* SEC-02: VLM visual.role → 固定色（API の color 文字列を style に入れない） */
.utsushi-role-badge {
  display: inline-block;
  padding: 0.2em 0.45em;
  border-radius: 0.25rem;
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.utsushi-role-input {
  background-color: #22c55e;
}
.utsushi-role-choice {
  background-color: #f97316;
}
.utsushi-role-signature {
  background-color: #a855f7;
}
.utsushi-role-uncertain {
  background-color: #ef4444;
}
.utsushi-role-label {
  background-color: #3b82f6;
}
