.hljs{display:block;overflow-x:auto;padding:0;background:transparent}.hljs-comment,.hljs-quote{color:#6b7280;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#c678dd;font-weight:500}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:#d19a66}.hljs-doctag,.hljs-string{color:#98c379}.hljs-section,.hljs-selector-id,.hljs-title{color:#61afef;font-weight:600}.hljs-class .hljs-title,.hljs-type{color:#e5c07b}.hljs-attribute,.hljs-name,.hljs-tag{color:#e06c75;font-weight:400}.hljs-link,.hljs-regexp{color:#56b6c2}.hljs-bullet,.hljs-symbol{color:#61afef}.hljs-built_in,.hljs-builtin-name{color:#e6c07b}.hljs-meta{color:#61afef}.hljs-deletion{color:#e06c75}.hljs-addition{color:#98c379}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}pre::-webkit-scrollbar{height:8px}pre::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:4px}pre::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}pre::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.4)}.toc{background:hsl(var(--muted)/.5);border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem}.toc-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.toc ul{list-style:none;padding-left:0;margin:0}.toc li{margin:.5rem 0}.toc a{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s;display:block;padding:.25rem 0}.toc a:hover{color:hsl(var(--primary))}html{scroll-behavior:smooth}.heading-anchor{opacity:0;transition:opacity .2s;margin-left:.5rem;color:hsl(var(--primary));text-decoration:none}h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor{opacity:1}.image-caption{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.5rem;font-style:italic}.footnotes{margin-top:3rem;padding-top:2rem;border-top:1px solid hsl(var(--border));font-size:.875rem}.footnotes ol{padding-left:1.5rem}.footnotes li{margin:.5rem 0}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:hsl(var(--primary));transform-origin:left;z-index:100}.code-block-wrapper{position:relative}.copy-code-button{position:absolute;top:.75rem;right:.75rem;padding:.5rem .75rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:.375rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .2s;opacity:0}.code-block-wrapper:hover .copy-code-button{opacity:1}.copy-code-button:hover{background:hsla(0,0%,100%,.2)}kbd{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,monospace;font-size:.875em;box-shadow:0 1px 0 hsl(var(--border))}dt{font-weight:600;margin-top:1rem;color:hsl(var(--foreground))}dd{margin-left:1.5rem;margin-bottom:.5rem;color:hsl(var(--muted-foreground))}abbr{text-decoration:underline dotted;cursor:help}mark{background:hsl(var(--primary)/.2);padding:.125rem .25rem;border-radius:.25rem}.prose{color:hsl(var(--foreground));max-width:65ch}.prose>*+*{margin-top:1.5em}.prose h1,.prose h2,.prose h3,.prose h4{color:hsl(var(--foreground));font-weight:700;line-height:1.25}.prose h2{margin-top:2em;margin-bottom:1em}.prose h3{margin-top:1.6em;margin-bottom:.6em}.prose p{margin-top:1.25em;margin-bottom:1.25em;line-height:1.75}.prose strong{color:hsl(var(--foreground));font-weight:600}.prose ol,.prose ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose li::marker{color:hsl(var(--primary))}.prose blockquote{font-weight:500;font-style:normal;color:hsl(var(--foreground));border-left-width:.25rem;border-left-color:hsl(var(--primary));quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding:1em;background-color:hsl(var(--primary)/.05);border-radius:.5rem}.prose blockquote p:first-of-type:before,.prose blockquote p:last-of-type:after{content:none}.prose code{color:hsl(var(--primary));font-weight:600;font-size:.875em}.prose code:after,.prose code:before{content:none}.prose pre{color:#e5e7eb;background-color:#1f2937;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.75rem;padding:1.5em}.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857;border-collapse:collapse}.prose thead{border-bottom-width:1px;border-bottom-color:hsl(var(--border))}.prose thead th{color:hsl(var(--foreground));font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em;background-color:hsl(var(--muted));border:1px solid hsl(var(--border))}.prose tbody tr{border-bottom-width:1px;border-bottom-color:hsl(var(--border))}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{vertical-align:baseline;padding:.5714286em;border:1px solid hsl(var(--border))}.prose hr{border-color:hsl(var(--border));border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose a{color:hsl(var(--primary));text-decoration:none;font-weight:500;border-bottom:2px solid hsl(var(--primary)/.3);transition:border-color .2s}.prose a:hover{border-bottom-color:hsl(var(--primary))}.prose img{margin-top:2em;margin-bottom:2em;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.prose blockquote strong:first-child{font-size:1.1em}@media (max-width:768px){.prose table{display:block;overflow-x:auto;white-space:nowrap}}