/* Product guide rendered markdown */
.guide-page .guide-eyebrow {
  opacity: 0.85;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.guide-page .guide-eyebrow-link {
  color: inherit;
  text-decoration: none;
}
.guide-page .guide-eyebrow-link:hover {
  text-decoration: underline;
}
.guide-page .guide-breadcrumb-sep {
  color: #fff;
  opacity: 0.6;
  margin: 0 0.45em;
}
.guide-page .guide-breadcrumb-current {
  color: #fff;
  opacity: 0.95;
}
.guide-back-link a {
  color: #3778ff;
  text-decoration: none;
  font-size: 0.95rem;
}
.guide-back-link a:hover {
  text-decoration: underline;
}
.guide-page .guide-hero-summary {
  opacity: 0.9;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.guide-page .guide-status-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.guide-content {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #333;
}
.guide-content h1,
.guide-content h2,
.guide-content h3,
.guide-content h4 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 1.75em;
  margin-bottom: 0.6em;
}
.guide-content h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #eee;
}
.guide-content p {
  margin-bottom: 1em;
}
.guide-content ul,
.guide-content ol {
  margin-bottom: 1em;
  padding-left: 1.4em;
}
.guide-content li {
  margin-bottom: 0.35em;
}
.guide-content a {
  color: #3778ff;
  text-decoration: none;
}
.guide-content a:hover {
  text-decoration: underline;
}
.guide-content code {
  background: #f5f5f5;
  padding: 0.15em 0.35em;
  border-radius: 3px;
  font-size: 0.92em;
}
.guide-content pre {
  background: #f5f5f5;
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 1em;
}
.guide-content pre code {
  background: transparent;
  padding: 0;
}
.guide-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 1.5em;
  font-size: 0.95rem;
}
.guide-content th,
.guide-content td {
  border: 1px solid #ddd;
  padding: 0.5em 0.75em;
  text-align: left;
}
.guide-content th {
  background: #fafafa;
}
.guide-content blockquote {
  border-left: 3px solid #ddd;
  padding-left: 1em;
  color: #555;
  margin: 1em 0;
}
.guide-content hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 2em 0;
}

/* Guide home — AI assistant callout */
.guide-ai-callout {
  background: linear-gradient(135deg, #f8faff 0%, #f3f6ff 100%);
  border: 1px solid #c8d8ff;
  border-radius: 8px;
  padding: 1.25rem 1.5rem 1.5rem;
}
.guide-ai-callout-title {
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
  border: none;
  padding: 0;
}
.guide-ai-callout-lead {
  color: #444;
  font-size: 0.98rem;
  line-height: 1.5;
}
.guide-ai-prompt-field {
  display: block;
  width: 100%;
  min-height: 11rem;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #222;
  background: #fff;
  border: 1px solid #ccd6f0;
  border-radius: 6px;
  resize: vertical;
}
.guide-ai-callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.guide-ai-copy-btn {
  min-width: 8rem;
}
.guide-ai-llms-link {
  text-decoration: none;
}
.guide-ai-callout-hint {
  line-height: 1.4;
}
