.header {
  display: flex;
  flex-direction: column;
  margin-bottom: 28rpx;
}

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

.title {
  color: #111827;
  font-size: 44rpx;
  font-weight: 700;
}

.field {
  margin-bottom: 28rpx;
}

.label,
.section-label {
  color: #475569;
  display: block;
  font-size: 26rpx;
  margin-bottom: 14rpx;
}

.input {
  background: #f8fafc;
  border: 1rpx solid #cbd5e1;
  border-radius: 8rpx;
  box-sizing: border-box;
  color: #111827;
  height: 88rpx;
  padding: 0 22rpx;
  width: 100%;
}

.option-input {
  margin-bottom: 16rpx;
}

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

.error {
  color: #be123c;
  display: block;
  font-size: 26rpx;
  margin: 12rpx 0 0;
}

.poll-head {
  margin-bottom: 24rpx;
}

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

.options {
  display: flex;
  flex-direction: column;
  gap: 16rpx;
}

.option {
  align-items: center;
  background: #f8fafc;
  border: 2rpx solid #d9e2ef;
  border-radius: 8rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-height: 88rpx;
  padding: 18rpx 22rpx;
}

.option-selected {
  background: #eef4ff;
  border-color: #1f6feb;
}

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

.option-count {
  color: #64748b;
  font-size: 24rpx;
}

.button-row {
  display: flex;
  gap: 16rpx;
  margin-top: 16rpx;
}

.row-button {
  flex: 1;
  height: 80rpx;
  line-height: 80rpx;
}
