.prose { color: #d1d5db; }
.prose h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.prose h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.prose h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.prose p {
    color: #d1d5db;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.prose a {
    color: #2dd4bf;
    text-decoration: underline;
}
.prose a:hover { color: #5eead4; }
.prose ul,
.prose ol {
    color: #d1d5db;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}
.prose ul { list-style-type: disc; }
.prose ol { list-style-type: decimal; }
.prose li { margin-bottom: 0.5rem; }
.prose code {
    background-color: #1f2937;
    color: #5eead4;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-family: 'JetBrains Mono', monospace;
}
.prose pre {
    background-color: #0f172a;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}
.prose pre code {
    background-color: transparent;
    padding: 0;
}
.prose img {
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    width: 100%;
}
.prose blockquote {
    border-left: 4px solid #14b8a6;
    padding-left: 1rem;
    font-style: italic;
    color: #9ca3af;
    margin: 1rem 0;
}
.prose table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.prose th,
.prose td {
    border: 1px solid #374151;
    padding: 0.5rem 1rem;
}
.prose th {
    background-color: #111827;
    font-weight: 600;
    color: #fff;
}

