/* ReadBot local typography fallback (minimal prose styles). */
.prose{max-width:none;color:#334155;line-height:1.75;font-size:.95rem}
#readingArea.prose{max-width:none!important;width:100%;margin-left:0;margin-right:0}
.prose p{margin:.75em 0}
.prose strong{font-weight:700;color:#0f172a}
.prose em{font-style:italic}
.prose a{color:#4f46e5;text-decoration:underline}
.prose code{background:#eef2ff;color:#3730a3;border-radius:.375rem;padding:.1rem .35rem}
.prose pre{background:#0f172a;color:#e2e8f0;padding:.75rem;border-radius:.75rem;overflow:auto}
.prose ul,.prose ol{margin:.75em 0;padding-left:1.25rem}
.prose li{margin:.25em 0}
.prose h1,.prose h2,.prose h3{color:#0f172a;font-weight:700;line-height:1.25;margin:1em 0 .45em}
.prose h1{font-size:1.5rem}
.prose h2{font-size:1.25rem}
.prose h3{font-size:1.1rem}
