.markdown{background-color:var(--background-secondary);color:var(--foreground);font-size:1.125rem;line-height:1.8}.markdown p{margin-bottom:1.5rem;line-height:1.8}.markdown h1{font-size:2.25rem;font-weight:700;margin-top:2.5rem;margin-bottom:1.5rem;line-height:1.3}.markdown h2{font-size:1.875rem;font-weight:700;margin-top:2.25rem;margin-bottom:1.25rem;line-height:1.35;border-bottom:none!important}.markdown h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;line-height:1.4}.markdown h4{font-size:1.25rem;font-weight:600;margin-top:1.75rem;margin-bottom:.875rem;line-height:1.45}.markdown ol,.markdown ul{margin-bottom:1.5rem;padding-left:1.75rem}.markdown li{list-style-type:square;word-break:break-word;margin-bottom:.75rem;line-height:1.75}.markdown ol li{list-style-type:decimal}.markdown a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:3px;transition:color .2s}.markdown a:hover{color:hsl(var(--primary)/.8)}.markdown pre{padding:1.25rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.markdown code,.markdown pre{background-color:var(--background-secondary);color:var(--foreground)}.markdown code{padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,Courier,monospace}.markdown pre code{padding:0;background-color:transparent}.markdown blockquote{background-color:var(--background-secondary);color:var(--foreground);border-left:4px solid hsl(var(--primary));padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;border-radius:.25rem}.markdown img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.markdown hr{display:none}.markdown table{width:100%;border-collapse:collapse;margin:1.5rem 0}.markdown td,.markdown th{border:1px solid hsl(var(--border));padding:.75rem 1rem;text-align:left}.markdown th{background-color:hsl(var(--muted))}.markdown strong,.markdown th{font-weight:600}.markdown em{font-style:italic}