/* OpenClaw Integration page */

/* Blue badge for OpenClaw-specific labels */
.recipe-badge-openclaw {
  background: rgba(74, 158, 255, 0.12);
  color: var(--led-blue);
  border: 1px solid rgba(74, 158, 255, 0.25);
}

/* Insight quote (standalone — not loading architecture.css) */
.insight {
  text-align: center;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-secondary);
  max-width: 600px;
  margin: var(--space-2xl) auto 0;
  padding: var(--space-lg) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.insight .accent {
  font-style: normal;
  font-weight: 600;
}

/* First Contact gallery — full-width inside recipe card */
#first-contact .recipe-body {
  padding-left: 0;
  padding-right: 0;
}

#first-contact .gallery-viewport {
  aspect-ratio: 9 / 10;
}

#first-contact .gallery-frame {
  max-width: none;
  margin: 0 auto;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
