.questions-step[data-v-1d5e74d9] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.step-header[data-v-1d5e74d9] {
  text-align: center;
}
.step-header h2[data-v-1d5e74d9] {
  color: #1a202c;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.step-header p[data-v-1d5e74d9] {
  color: #64748b;
  margin: 0;
}
.questions-container[data-v-1d5e74d9] {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  min-height: 400px;
  padding: 32px;
}
.question-card h3[data-v-1d5e74d9] {
  color: #1a202c;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: center;
}
.question-description[data-v-1d5e74d9] {
  color: #64748b;
  font-size: 1rem;
  margin: 0 0 32px;
  text-align: center;
}
.option-cards[data-v-1d5e74d9] {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.option-card[data-v-1d5e74d9] {
  align-items: flex-start;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  gap: 16px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.option-card[data-v-1d5e74d9]:hover {
  border-color: #93c5fd;
  box-shadow: 0 12px 20px -5px rgba(59, 130, 246, .15), 0 8px 10px -6px rgba(59, 130, 246, .1);
  transform: translateY(-4px);
}
.option-card.selected[data-v-1d5e74d9] {
  background: #eff6ff;
  border-color: #3b82f6;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, .1), 0 2px 4px -1px rgba(59, 130, 246, .06);
}
.option-card.selected[data-v-1d5e74d9]:after {
  background: #3b82f6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.card-icon[data-v-1d5e74d9] {
  align-items: center;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  height: 64px;
  justify-content: center;
  transition: all .3s ease;
  width: 64px;
}
.option-card:hover .card-icon[data-v-1d5e74d9] {
  background: #dbeafe;
  transform: scale(1.1);
}
.option-card.selected .card-icon[data-v-1d5e74d9] {
  background: #3b82f6;
  color: #fff;
}
.card-content[data-v-1d5e74d9] {
  flex: 1;
}
.card-content h4[data-v-1d5e74d9] {
  color: #1e293b;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.card-content p[data-v-1d5e74d9] {
  color: #64748b;
  font-size: .95rem;
  line-height: 1.5;
  margin: 0 0 12px;
}
.card-example[data-v-1d5e74d9] {
  background: rgba(59, 130, 246, .1);
  border-radius: 20px;
  color: #3b82f6;
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  padding: 6px 12px;
}
.number-input-section[data-v-1d5e74d9] {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 24px;
}
.number-input-section label[data-v-1d5e74d9] {
  color: #374151;
  font-weight: 600;
}
.number-input[data-v-1d5e74d9] {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  padding: 10px 16px;
  transition: border-color .2s;
  width: 100px;
}
.number-input[data-v-1d5e74d9]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
  outline: none;
}
.question-progress[data-v-1d5e74d9] {
  margin-top: 8px;
  text-align: center;
}
.progress-dots[data-v-1d5e74d9] {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}
.progress-dot[data-v-1d5e74d9] {
  background: #e2e8f0;
  border-radius: 50%;
  height: 12px;
  transition: all .3s ease;
  width: 12px;
}
.progress-dot.active[data-v-1d5e74d9] {
  background: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .2);
  transform: scale(1.2);
}
.question-progress p[data-v-1d5e74d9] {
  color: #64748b;
  font-size: .875rem;
  font-weight: 500;
  margin: 0;
}
.navigation[data-v-1d5e74d9] {
  align-items: center;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.back-btn[data-v-1d5e74d9] {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  cursor: pointer;
  font-weight: 600;
  padding: 12px 24px;
  transition: all .2s ease;
}
.back-btn[data-v-1d5e74d9]:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #475569;
}
.continue-btn[data-v-1d5e74d9] {
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, .2);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 12px 32px;
  transition: all .2s ease;
}
.continue-btn[data-v-1d5e74d9]:hover:not(:disabled) {
  background: #2563eb;
  box-shadow: 0 6px 8px -1px rgba(59, 130, 246, .3);
  transform: translateY(-1px);
}
.continue-btn[data-v-1d5e74d9]:disabled {
  background: #9ca3af;
  box-shadow: none;
  cursor: not-allowed;
}
@media (max-width:768px) {
  .questions-container[data-v-1d5e74d9] {
    padding: 20px;
  }
  .option-card[data-v-1d5e74d9] {
    flex-direction: column;
    text-align: center;
  }
  .number-input-section[data-v-1d5e74d9] {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
}
.fade-enter-active[data-v-1d5e74d9],
.fade-leave-active[data-v-1d5e74d9] {
  transition: opacity .3s ease, transform .3s ease;
}
.fade-enter-from[data-v-1d5e74d9],
.fade-leave-to[data-v-1d5e74d9] {
  opacity: 0;
  transform: translateY(10px);
}
.parameters-step[data-v-0916e868] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.step-header[data-v-0916e868] {
  text-align: center;
}
.step-header h2[data-v-0916e868] {
  color: #1a202c;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.step-header p[data-v-0916e868] {
  color: #64748b;
  margin: 0;
}
.loading-state[data-v-0916e868] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.spinner[data-v-0916e868] {
  animation: spin-0916e868 1s linear infinite;
  border: 4px solid #e2e8f0;
  border-radius: 50%;
  border-top-color: #3b82f6;
  height: 40px;
  margin-bottom: 16px;
  width: 40px;
}
@keyframes spin-0916e868 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.parameters-container[data-v-0916e868] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.parameter-group[data-v-0916e868] {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}
.parameter-label[data-v-0916e868] {
  color: #1a202c;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.parameter-description[data-v-0916e868] {
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 16px;
}
.parameter-select[data-v-0916e868] {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #1a202c;
  font-size: 1rem;
  padding: 12px 16px;
  transition: border-color .2s ease;
  width: 100%;
}
.parameter-select[data-v-0916e868]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
  outline: none;
}
.parameter-help[data-v-0916e868] {
  background: #f8fafc;
  border-radius: 6px;
  color: #475569;
  font-size: .875rem;
  line-height: 1.4;
  margin-top: 12px;
  padding: 12px;
}
.parameter-help strong[data-v-0916e868] {
  color: #1a202c;
}
.slider-container[data-v-0916e868] {
  margin-top: 12px;
}
.parameter-slider[data-v-0916e868] {
  -webkit-appearance: none;
  background: #e2e8f0;
  border-radius: 3px;
  height: 6px;
  margin-bottom: 12px;
  outline: none;
  width: 100%;
}
.parameter-slider[data-v-0916e868]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3b82f6;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.parameter-slider[data-v-0916e868]::-moz-range-thumb {
  background: #3b82f6;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slider-labels[data-v-0916e868] {
  color: #9ca3af;
  display: flex;
  font-size: .75rem;
  justify-content: space-between;
}
.parameter-preview[data-v-0916e868] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}
.parameter-preview h4[data-v-0916e868] {
  color: #1a202c;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 16px;
}
.preview-grid[data-v-0916e868] {
  display: grid;
  gap: 12px;
}
.preview-item[data-v-0916e868] {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
}
.preview-label[data-v-0916e868] {
  color: #64748b;
  font-weight: 500;
}
.preview-value[data-v-0916e868] {
  color: #1a202c;
  font-weight: 600;
}
.navigation[data-v-0916e868] {
  justify-content: space-between;
}
.back-btn[data-v-0916e868],
.navigation[data-v-0916e868] {
  align-items: center;
  display: flex;
}
.back-btn[data-v-0916e868] {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  cursor: pointer;
  gap: 8px;
  padding: 12px 16px;
  transition: all .2s ease;
}
.back-btn[data-v-0916e868]:hover {
  background: #e2e8f0;
  color: #475569;
}
.continue-btn[data-v-0916e868] {
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 12px 24px;
  transition: all .2s ease;
}
.continue-btn[data-v-0916e868]:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
}
.continue-btn[data-v-0916e868]:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
}
.onboarding-overlay[data-v-4731a1a9] {
  align-items: center;
  background: rgba(0, 0, 0, .75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.onboarding-container[data-v-4731a1a9] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  max-height: 90vh;
  max-width: 900px;
  overflow-y: auto;
  width: 100%;
}
.onboarding-header[data-v-4731a1a9] {
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  padding: 32px 32px 0;
  position: relative;
  text-align: center;
}
.header-content h1[data-v-4731a1a9] {
  color: #1a202c;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.header-content p[data-v-4731a1a9] {
  color: #64748b;
  margin: 0;
}
.close-btn[data-v-4731a1a9] {
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  color: #64748b;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 32px;
  top: 32px;
  transition: all .2s ease;
}
.close-btn[data-v-4731a1a9]:hover {
  background: #e2e8f0;
  color: #475569;
}
.content-area[data-v-4731a1a9] {
  min-height: 400px;
  padding: 32px;
}
@media (max-width:768px) {
  .onboarding-overlay[data-v-4731a1a9] {
    padding: 10px;
  }
  .onboarding-container[data-v-4731a1a9] {
    max-height: 95vh;
  }
  .content-area[data-v-4731a1a9],
  .onboarding-header[data-v-4731a1a9] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-content h1[data-v-4731a1a9] {
    font-size: 1.5rem;
  }
}
