.markdown{background-color:hsl(var(--background));color:hsl(var(--foreground))}.markdown li{list-style-type:square;word-break:break-word}.markdown pre{background-color:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:6px;padding:1rem;overflow-x:auto;margin:1rem 0}.markdown pre code{background:transparent;border:none;padding:0;color:inherit;font-size:.875em}.inline-code{background-color:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:4px;padding:.2rem .4rem;font-size:.875em}.block-code,.inline-code{color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.custom-blockquote,.markdown blockquote{background-color:hsl(var(--muted)/.3);color:hsl(var(--foreground));border-left:4px solid hsl(var(--primary));margin:1rem 0;padding:.5rem 1rem;font-style:italic;border-radius:0 6px 6px 0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.5rem}.markdown a{color:hsl(var(--primary));text-decoration:underline}.markdown a:hover{text-decoration:none}.table-wrapper{margin:1.5rem 0;overflow-x:auto;border-radius:8px;border:1px solid hsl(var(--border))}.custom-table{width:100%;border-collapse:collapse}.custom-table,.custom-table-cell{background-color:hsl(var(--background));color:hsl(var(--foreground))}.custom-table-cell{padding:12px 16px;text-align:left;border-bottom:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border))}.custom-table th.custom-table-cell{background-color:hsl(var(--muted));font-weight:600;color:hsl(var(--foreground))}.custom-table-cell:last-child{border-right:none}.custom-table tr:last-child .custom-table-cell{border-bottom:none}.custom-table tr:hover .custom-table-cell{background-color:hsl(var(--muted)/.5)}.custom-table th.custom-table-cell:hover{background-color:hsl(var(--muted)/.8)}.custom-table tbody tr:nth-child(2n) .custom-table-cell{background-color:hsl(var(--muted)/.1)}.custom-table tbody tr:nth-child(2n):hover .custom-table-cell{background-color:hsl(var(--muted)/.3)}.markdown table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;background-color:hsl(var(--background))}.markdown table td,.markdown table th{padding:12px 16px;text-align:left;border-bottom:1px solid hsl(var(--border));border-right:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground))}.markdown table th{background-color:hsl(var(--muted));font-weight:600;color:hsl(var(--foreground))}@media (max-width:768px){.markdown table{font-size:14px}.markdown table td,.markdown table th{padding:8px 12px}}