@tailwind base;
@tailwind components;
@tailwind utilities;

/* Prose styles for markdown preview */
.prose h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.prose h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.prose h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.prose p { margin-bottom: 0.75rem; }
.prose ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 0.75rem; }
.prose ol { list-style: decimal; padding-left: 1.5rem; margin-bottom: 0.75rem; }
.prose code { background: #f3f4f6; padding: 0.1em 0.3em; border-radius: 3px; font-size: 0.9em; }
.prose pre { background: #1e293b; color: #e2e8f0; padding: 1rem; border-radius: 6px; overflow-x: auto; margin-bottom: 0.75rem; }
.prose pre code { background: none; padding: 0; }
.prose blockquote { border-left: 4px solid #e5e7eb; padding-left: 1rem; color: #6b7280; margin-bottom: 0.75rem; }
.prose a { color: #2563eb; text-decoration: underline; }
.prose strong { font-weight: 600; }
.prose em { font-style: italic; }
.prose table { border-collapse: collapse; width: 100%; margin-bottom: 0.75rem; }
.prose th, .prose td { border: 1px solid #e5e7eb; padding: 0.5rem; text-align: left; }
.prose th { background: #f9fafb; font-weight: 600; }
