Check if a group is currently highlighted
bool isGroupHighlighted(String groupId) { return _highlightedGroupId.value == groupId; }