html.dark .shiki,html.dark .shiki span{position:relative;color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}html.dark pre.shiki>code,html:not(.dark) .codeblock-dark pre.shiki>code{position:relative;z-index:1;display:block;width:max-content;min-width:100%}html.dark .line-highlight,html:not(.dark) .codeblock-dark .line-highlight{background:rgb(var(--primary-light)/.2)!important;width:100%;display:inline-block;position:relative;z-index:0}html.dark .line-highlight:after,html.dark .line-highlight:before,html:not(.dark) .codeblock-dark .line-highlight:after,html:not(.dark) .codeblock-dark .line-highlight:before{content:"";position:absolute;top:0;bottom:0;width:1.25rem;background:rgb(var(--primary-light)/.2)!important}html.dark .line-highlight:before,html:not(.dark) .codeblock-dark .line-highlight:before{left:-1.25rem;border-left:4px solid rgb(var(--primary-light)/1)}html.dark .line-highlight:after,html:not(.dark) .codeblock-dark .line-highlight:after{right:-1.25rem}html.dark pre[class^=language-diff-],html:not(.dark) .codeblock-dark pre[class^=language-diff-]{display:flex;padding-left:2.25rem;padding-right:2.25rem}html.dark pre[class^=language-diff-]>code,html:not(.dark) .codeblock-dark pre[class^=language-diff-]>code{min-width:100%;flex:none}html:not(.dark) .codeblock-light pre.shiki>code{position:relative;z-index:1;display:block;width:max-content;min-width:100%}html:not(.dark) .codeblock-light .line-highlight{background:rgb(var(--primary-light)/.2)!important;width:100%;display:inline-block;position:relative;z-index:0}html:not(.dark) .codeblock-light .line-highlight:after,html:not(.dark) .codeblock-light .line-highlight:before{content:"";position:absolute;top:0;bottom:0;width:1.25rem;background:rgb(var(--primary-light)/.2)!important}html:not(.dark) .codeblock-light .line-highlight:before{left:-1.25rem;border-left:4px solid rgb(var(--primary-light)/1)}html:not(.dark) .codeblock-light .line-highlight:after{right:-1.25rem}html:not(.dark) .codeblock-light pre[class^=language-diff-]{display:flex;padding-left:2.25rem;padding-right:2.25rem}html:not(.dark) .codeblock-light pre[class^=language-diff-]>code{min-width:100%;flex:none}:not(pre)>code{overflow-wrap:break-word;border-radius:var(--rounded-md,.375rem);background-color:rgb(var(--gray-100)/.5);padding:.125rem .5rem;color:rgb(var(--gray-600))}:not(pre)>code:is(.dark *){border-color:rgb(var(--gray-800));background-color:hsla(0,0%,100%,.05);color:rgb(var(--gray-200))}:not(pre)>code:after,:not(pre)>code:before{content:none!important}