.prose{color:var(--foreground);margin-left:auto;margin-right:auto;line-height:1.7}.prose details{border:1px solid var(--border);border-radius:.5rem;padding:0;margin:1rem 0;overflow:hidden}.prose details summary{cursor:pointer;padding:1rem;background-color:var(--muted);border-radius:.375rem;font-weight:600;user-select:none;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease}.prose details summary:hover{background:color-mix(in oklch,var(--muted) 60%,transparent 40%)}.prose details summary::marker{display:none}.prose details summary:before{content:"▶";font-size:.875rem;transition:transform .3s ease;color:var(--primary)}.prose details[open] summary:before{transform:rotate(90deg)}.prose details .details-content{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.prose details[open] .details-content{max-height:1000rem;opacity:1;transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.prose details .details-inner{padding:1rem;&>li:first-child,&>ol:first-child,&>p:first-child,&>ul:first-child{margin-top:0!important;padding-top:0!important}&>li:last-child,&>ol:last-child,&>p:last-child,&>ul:last-child{margin-bottom:0!important;padding-bottom:0!important}}::details-content{transition:height .5s ease,content-visibility allow-discrete .5s ease;height:0;overflow:clip}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}[open]::details-content{height:auto}}@supports not (interpolate-size:allow-keywords){[open]::details-content{height:100%}}.prose .details-inner{&>h1,&>h2,&>h3,&>h4,&>h5,&>h6{margin-top:0}}.prose a{color:var(--primary);text-decoration:none;transition:all .2s ease;border-bottom:1px solid transparent}.prose a:hover{opacity:.8;border-bottom-color:var(--primary)}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--foreground);font-weight:600}.prose h1{font-size:2.25rem;line-height:2.5rem;margin-top:0;margin-bottom:2rem;font-weight:700}.prose h2{font-size:1.875rem;line-height:2.25rem;margin-top:3rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.prose h3{font-size:1.5rem;line-height:2rem;margin-top:1.5rem;margin-bottom:1rem}.prose h4{font-size:1.25rem;line-height:1.75rem;margin-top:2rem;margin-bottom:.75rem}.prose h5{font-size:1.125rem;line-height:1.5rem;margin-top:1.5rem;margin-bottom:.5rem}.prose h6{font-size:1rem;line-height:1rem;margin-top:.5rem;margin-bottom:.5rem;color:var(--muted-foreground);font-weight:600}.prose p{line-height:1.75}.prose ol,.prose p,.prose ul{margin-top:1.25rem;margin-bottom:1.25rem}.prose ol,.prose ul{padding-left:1.75rem}.prose ul{list-style-type:disc}.prose ul>li{position:relative;margin-top:.5rem;margin-bottom:.5rem;padding-left:.5rem}.prose ol{list-style-type:decimal}.prose ol>li{margin-top:.5rem;margin-bottom:.5rem;padding-left:.25rem}.prose li{line-height:1.75}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-top:.75rem;margin-bottom:.75rem}.prose table{width:100%;margin-top:1.5rem;margin-bottom:1.5rem;border-collapse:collapse;border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.prose thead{background-color:var(--muted)}.prose thead th{padding:.75rem .875rem;text-align:left;font-weight:600;color:var(--foreground);border-bottom:2px solid var(--border);border-right:1px solid var(--border)}.prose thead th:last-child{border-right:none}.prose tbody tr{border-bottom:1px solid var(--border);transition:background-color .2s ease}.prose tbody tr:hover{background-color:var(--muted)}.prose tbody tr:last-child{border-bottom:none}.prose tbody td{padding:.75rem .875rem;border-right:1px solid var(--border);vertical-align:top}.prose tbody td:last-child{border-right:none}.prose tbody tr:nth-child(2n){background-color:var(--muted/.3)}.prose tbody tr:nth-child(2n):hover{background-color:var(--muted)}.prose blockquote{margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem;border-left:4px solid var(--primary);background-color:var(--muted/.3);border-radius:0 .375rem .375rem 0;font-style:italic;color:var(--muted-foreground)}.prose blockquote p{margin-top:0;margin-bottom:0}.prose code{color:var(--foreground);padding:.25rem .5rem;border-radius:.375rem;font-weight:500}.prose code,.prose pre{background-color:var(--muted);font-size:.875em;border:1px solid var(--border)}.prose pre{margin-top:1.5rem;margin-bottom:1.5rem;padding:1.5rem;border-radius:.5rem;overflow-x:auto;line-height:1.5}.prose pre code{background-color:transparent;padding:0;border-radius:0;color:inherit;border:none;font-weight:400}.prose img{border-radius:.5rem;margin-top:2rem;margin-bottom:2rem;border:1px solid var(--border);max-width:100%;height:auto}.prose hr{margin-top:3rem;margin-bottom:3rem;border:none;border-top:1px solid var(--border)}.prose strong{font-weight:600;color:var(--foreground)}.prose em{font-style:italic;color:var(--muted-foreground)}.prose ul[data-type=taskList]{list-style:none;padding-left:0}.prose ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem}.prose ul[data-type=taskList] li:before{display:none}.prose input[type=checkbox]{margin-top:.375rem;flex-shrink:0}@media (max-width:640px){.prose table{font-size:.875rem}.prose tbody td,.prose thead th{padding:.625rem .5rem}.prose h1{font-size:1.875rem;line-height:2.25rem}.prose h2{font-size:1.5rem;line-height:2rem}.prose h3{font-size:1.25rem;line-height:1.75rem}}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{scroll-margin-top:80px}