/* CUSTOMER_PROJECT_GENERATION_FLOW_V61 */
.customer-project-generation-v61 {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(79, 70, 229, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.customer-project-generation-v61 h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.customer-project-generation-v61 p {
  color: #475569;
  line-height: 1.5;
}

.customer-project-generation-v61 .actions,
.customer-project-generation-v61 .status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.customer-project-generation-v61 button {
  border: 0;
  border-radius: 999px;
  padding: 10px 13px;
  background: #4f46e5;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.customer-project-generation-v61 button.secondary {
  background: #e0e7ff;
  color: #1e1b4b;
}

.customer-project-generation-v61 button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.customer-project-generation-v61 .pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eef2ff;
  color: #1e1b4b;
  font-size: 12px;
  font-weight: 800;
}

.customer-project-generation-v61 .ideas {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.customer-project-generation-v61 .idea-card {
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #f8fafc;
}

.customer-project-generation-v61 .idea-card.selected {
  border-color: #4f46e5;
  background: #eef2ff;
}

.customer-project-generation-v61 .idea-card h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.customer-project-generation-v61 .idea-card p {
  margin: 6px 0;
}

.customer-project-generation-v61 .output {
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  white-space: pre-wrap;
}

.customer-project-generation-v61 .note {
  margin-top: 10px;
  color: #155e75;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .customer-project-generation-v61 {
    padding: 14px;
  }
}
