.result-head {
  margin-bottom: 28rpx;
}

.eyebrow {
  color: #64748b;
  display: block;
  font-size: 24rpx;
  margin-bottom: 8rpx;
}

.title {
  color: #111827;
  display: block;
  font-size: 36rpx;
  font-weight: 700;
  line-height: 1.35;
}

.total,
.empty-text {
  color: #64748b;
  display: block;
  font-size: 26rpx;
  margin-top: 12rpx;
}

.result-list {
  display: flex;
  flex-direction: column;
  gap: 24rpx;
}

.result-line {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rpx;
}

.option-text {
  color: #111827;
  flex: 1;
  font-size: 30rpx;
  line-height: 1.35;
  margin-right: 18rpx;
}

.option-meta {
  color: #475569;
  font-size: 24rpx;
  white-space: nowrap;
}

.bar-track {
  background: #e2e8f0;
  border-radius: 8rpx;
  height: 18rpx;
  overflow: hidden;
}

.bar-fill {
  background: #1f6feb;
  border-radius: 8rpx;
  height: 18rpx;
}

.back-button {
  height: 88rpx;
  line-height: 88rpx;
  margin-top: 34rpx;
  width: 100%;
}

.empty {
  text-align: center;
}
