*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Prose styles for blog post content */
.prose h1, .prose h2, .prose h3, .prose h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #111827;
}

.prose h2 { font-size: 1.5rem; }
.prose h3 { font-size: 1.25rem; }

.prose p {
  line-height: 1.75;
  margin-bottom: 1em;
  color: #374151;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose a:hover {
  color: #4b5563;
}

.prose code {
  font-family: "SF Mono", "Fira Code", monospace;
  font-size: 0.875em;
  background: #f3f4f6;
  padding: 0.1em 0.3em;
  border-radius: 3px;
}

.prose pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.25em 0;
}

.prose pre code {
  background: none;
  padding: 0;
  font-size: 0.875rem;
}

.prose ul, .prose ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
  color: #374151;
}

.prose li {
  line-height: 1.75;
  margin-bottom: 0.25em;
}

.prose blockquote {
  border-left: 3px solid #d1d5db;
  padding-left: 1em;
  margin: 1.25em 0;
  color: #6b7280;
  font-style: italic;
}

.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5em 0;
  display: block;
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25em 0;
  font-size: 0.9rem;
}

.prose th {
  text-align: left;
  padding: 0.5em 0.75em;
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
  font-weight: 600;
  color: #111827;
}

.prose td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
}
