* { font-family: 'DM Sans', system-ui, sans-serif; }
body { background: #020817; color: #94a3b8; }
.accent { color: #38bdf8; }
.divider { border-color: rgba(255,255,255,0.05); }
.sky-tag { border: 1px solid rgba(56,189,248,0.25); color: #7dd3fc; }
.num { color: rgba(56,189,248,0.15); font-size: 5rem; font-weight: 700; line-height: 1; }
.bg-text {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 700;
  color: rgba(56,189,248,0.03);
  letter-spacing: 0.1em;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ── Insights / Prose container ─────────────────────────────── */
.prose {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 72ch;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4 {
  color: #f1f5f9;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.prose h1 { font-size: 2rem; }
.prose h2 { font-size: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.06); padding-bottom: 0.4em; }
.prose h3 { font-size: 1.25rem; }
.prose h4 { font-size: 1.1rem; }
.prose p { margin-bottom: 1.25em; }
.prose a { color: #38bdf8; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: #7dd3fc; }
.prose strong { color: #f1f5f9; font-weight: 600; }
.prose em { color: #cbd5e1; font-style: italic; }
.prose ul,
.prose ol { padding-left: 1.5em; margin-bottom: 1.25em; }
.prose ul { list-style-type: disc; }
.prose ol { list-style-type: decimal; }
.prose li { margin-bottom: 0.4em; }
.prose blockquote {
  border-left: 3px solid rgba(56,189,248,0.4);
  padding-left: 1.25em;
  margin: 1.5em 0;
  color: #cbd5e1;
  font-style: italic;
}
.prose code {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 0.15em 0.4em;
  font-size: 0.875em;
  color: #7dd3fc;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
}
.prose pre {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 1.25em 1.5em;
  overflow-x: auto;
  margin-bottom: 1.5em;
}
.prose pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.875em;
  color: #e2e8f0;
}
.prose hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin: 2em 0;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 0.9em;
}
.prose th {
  color: #f1f5f9;
  font-weight: 600;
  text-align: left;
  padding: 0.6em 1em;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.prose td {
  padding: 0.6em 1em;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.prose img {
  max-width: 100%;
  border-radius: 6px;
  margin: 1.5em 0;
}
