/* Tailwind via CDN handles most styling. Tiny overrides only. */
.prose pre { background: #0f172a; color: #e2e8f0; padding: 1em; border-radius: 6px; overflow-x: auto; }
.prose code { background: rgba(15,23,42,0.07); padding: 0.1em 0.3em; border-radius: 3px; }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
