/* ============================================================
   GUIDE PAGE STYLES — Cairns
   ============================================================ */

.guide-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.8rem 1.5rem 3rem;
}

.guide-header {
  margin-bottom: 2rem;
}
.guide-header__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-bright);
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.guide-header__subtitle {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.guide-body {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text);
}
.guide-body h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.guide-body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.guide-body p {
  margin-bottom: 1rem;
}
.guide-body ul, .guide-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.guide-body li {
  margin-bottom: 0.4rem;
}
.guide-body code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 0.15em 0.35em;
}
.guide-body strong {
  color: var(--text-bright);
  font-weight: 600;
}
.guide-body a {
  color: var(--accent);
}
.guide-body a:hover {
  text-decoration: underline;
}

/* Callout spacing — type styles from article.css */
.guide-body .callout {
  margin: 1.5rem 0;
}

/* Table styles — mirror article-body scoping */
.guide-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.92rem; line-height: 1.5; }
.guide-body thead { border-bottom: 2px solid var(--accent, #7c5cfc); }
.guide-body th { text-align: left; padding: 0.6rem 0.8rem; font-weight: 600; color: var(--text-bright); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.03em; }
.guide-body td { padding: 0.5rem 0.8rem; border-bottom: 1px solid var(--border); color: var(--text); }
.guide-body tbody tr:hover { background: var(--bg-card-alt, rgba(124, 92, 252, 0.04)); }
.guide-body table code { font-size: 0.85em; padding: 0.1em 0.35em; background: var(--bg-card); border: 1px solid var(--border); border-radius: 3px; }

.guide-content .colophon {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.78rem;
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .guide-content {
    padding: 1.5rem 1rem 2rem;
  }
  .guide-header__title {
    font-size: 1.4rem;
  }
}
