/* Custom styles complementares ao Tailwind */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

.markdown-content p { margin-bottom: 0.5rem; }
.markdown-content a { color: #22d3ee; text-decoration: underline; }
.markdown-content strong { color: #e2e8f0; font-weight: 600; }
