
*, *::before, *::after { box-sizing: border-box; }
html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
body { margin: 0; line-height: 1.6; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.bg-zinc-100 { background-color: #f4f4f5; }
.bg-white { background-color: #ffffff; }
.bg-zinc-50 { background-color: #fafafa; }
.bg-zinc-900 { background-color: #18181b; }
.text-zinc-900 { color: #18181b; }
.text-zinc-700 { color: #3f3f46; }
.text-zinc-600 { color: #52525b; }
.text-zinc-500 { color: #71717a; }
.min-h-screen { min-height: 100vh; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-6 { gap: 1.5rem; }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.min-w-0 { min-width: 0; }
.sticky { position: sticky; }
.top-4 { top: 1rem; }
.block { display: block; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }
.border { border-width: 1px; }
.border-zinc-200 { border-color: #e4e4e7; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }
.hover\:bg-zinc-100:hover { background-color: #f4f4f5; }
.overflow-x-auto { overflow-x: auto; }
.prose { max-width: none; }
.prose h1 { font-size: 1.875rem; font-weight: 600; color: #18181b; margin-top: 0; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e4e4e7; }
.prose h2 { font-size: 1.25rem; font-weight: 600; color: #18181b; margin-top: 1.75rem; margin-bottom: 0.75rem; }
.prose h3 { font-size: 1.125rem; font-weight: 600; color: #27272a; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.prose p { margin: 0.75rem 0; color: #3f3f46; }
.prose ul, .prose ol { margin: 0.75rem 0; padding-left: 1.25rem; color: #3f3f46; }
.prose li { margin: 0.25rem 0; }
.prose a { color: #2563eb; text-decoration: underline; }
.prose a:hover { color: #1d4ed8; }
.prose code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.85em; background: #f4f4f5; padding: 0.125rem 0.375rem; border-radius: 0.25rem; }
.prose pre { background: #18181b; color: #f4f4f5; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; }
.prose pre code { background: transparent; padding: 0; color: inherit; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.875rem; margin: 1rem 0; }
.prose th, .prose td { border: 1px solid #e4e4e7; padding: 0.5rem 0.75rem; text-align: left; }
.prose th { background: #fafafa; font-weight: 600; }
.prose tr:nth-child(even) { background: #fafafa; }
.prose hr { border: 0; border-top: 1px solid #e4e4e7; margin: 1.5rem 0; }
.prose blockquote { border-left: 4px solid #d4d4d8; padding-left: 1rem; color: #52525b; margin: 1rem 0; }
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:w-64 { width: 16rem; }
  .md\:p-8 { padding: 2rem; }
}
