/* CUSTOMER_PROJECT_LLM_PREVIEW_PANEL_V63 */
.customer-project-llm-preview-v63 {
  display: none;
  margin: 16px 0;
  padding: 16px;
  border: 1px dashed rgba(14, 116, 144, 0.45);
  border-radius: 20px;
  background: #ecfeff;
  color: #164e63;
}

body.customer-project-llm-preview-v63-enabled .customer-project-llm-preview-v63 {
  display: block;
}

.customer-project-llm-preview-v63 h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.customer-project-llm-preview-v63 p {
  margin: 7px 0;
  color: #155e75;
  line-height: 1.45;
}

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

.customer-project-llm-preview-v63 button {
  border: 0;
  border-radius: 999px;
  padding: 9px 12px;
  background: #0891b2;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.customer-project-llm-preview-v63 button.secondary {
  background: #cffafe;
  color: #164e63;
}

.customer-project-llm-preview-v63 .pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  background: white;
  color: #164e63;
  font-size: 12px;
  font-weight: 800;
}

.customer-project-llm-preview-v63 pre {
  max-height: 420px;
  overflow: auto;
  margin: 12px 0 0;
  padding: 12px;
  border-radius: 14px;
  background: #0f172a;
  color: #e2e8f0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 12px;
}
