@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.prose{max-width:65ch;color:#374151}.prose h1{font-size:2.25rem;margin-top:2rem;margin-bottom:1rem}.prose h1,.prose h2{font-weight:700;color:#111827}.prose h2{font-size:1.875rem;margin-top:1.5rem;margin-bottom:.75rem}.prose h3{font-size:1.5rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:#1f2937}.prose p{margin-top:1rem;margin-bottom:1rem;line-height:1.75}.prose ul{list-style-type:disc}.prose ol,.prose ul{margin-top:1rem;margin-bottom:1rem;padding-left:1.5rem}.prose ol{list-style-type:decimal}.prose li{margin-top:.25rem;margin-bottom:.25rem}.prose a{color:#6d28d9;text-decoration:underline;font-weight:500}.prose a:hover{color:#4c1d95}.prose code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-family:Fira Code,monospace;font-size:.875rem}.prose pre{background-color:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-top:1rem;margin-bottom:1rem}.prose pre code{background-color:transparent;padding:0;color:inherit}.prose blockquote{border-left:4px solid #6d28d9;padding-left:1rem;color:#4b5563;font-style:italic}.prose blockquote,.prose img{margin-top:1rem;margin-bottom:1rem}.prose img{max-width:100%;height:auto;border-radius:.5rem}