html.dark .shiki,html.dark .shiki span{color:var(--shiki-dark)!important;background-color:var(--neutral-800)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important;--added-color:#2ea04326;--added-accent-color:#46954a;--deleted-color:#f851491a;--deleted-accent-color:#cf222e}html .shiki{font-size:13px;padding-top:.75rem;padding-bottom:.75rem;--added-color:#dafbe1;--added-accent-color:#1f883d;--deleted-color:#ffebe9;--deleted-accent-color:#cf222e}html .shiki pre{display:flex}html .shiki code{display:flex;flex-direction:column;width:100%;min-width:max-content}html .shiki .line:last-child{height:auto}html .shiki .line{padding-left:1.25rem;padding-right:1.25rem;height:20px;position:relative}html .shiki .line[line-highlighted]{background-color:hsl(var(--accent)/.05)!important}html .shiki .line[line-highlighted]:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background-color:hsl(var(--accent))}html .shiki .line[line-deleted]{background:var(--deleted-color)!important}html .shiki .line[line-deleted]:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--deleted-accent-color)}html .shiki .line[line-added]{background:var(--added-color)!important}html .shiki .line[line-added]:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--added-accent-color)}