pre { background-color: #f5f5f5; padding: 0.5rem 0.25rem; border-radius: 0.25rem; } table { border-collapse: collapse; } table th, table td { border: 1px solid #d6d6d6; padding: 0.25rem 0.5rem; } /* Dark theme (applied via .dark-theme class on shadow root) */ .dark-theme { color: #f3f4f6; } .dark-theme pre { background-color: #1e293b; color: #e2e8f0; } .dark-theme table th, .dark-theme table td { border-color: #4b5563; } .dark-theme a { color: #60a5fa; } .dark-theme code { background-color: #1e293b; color: #e2e8f0; }