.shiki{isolation:isolate;padding-left:3.5rem!important;padding-right:1rem!important;counter-reset:step}.shiki .line{position:relative}.shiki .line::before{counter-increment:step;content:counter(step);position:absolute;left:-3.2rem;width:2.2rem;text-align:right;color:rgba(115,138,148,.6);user-select:none;font-variant-numeric:tabular-nums}html[data-user-color-scheme=dark] .shiki{background-color:var(--shiki-dark-bg)!important}html[data-user-color-scheme=dark] .shiki span{color:var(--shiki-dark)!important}.shiki.has-focused .line:not(.focused){opacity:.7;transition:filter .35s,opacity .35s;filter:blur(.1rem)}.shiki.has-focused:hover .line:not(.focused){opacity:1;filter:blur(0)}.shiki.has-highlighted .highlighted{width:100%;display:inline-block;position:relative}.shiki.has-highlighted .highlighted::after{content:"";z-index:-1;position:absolute;inset:0 -1rem 0 -3.5rem;background:rgba(59,130,246,.16);border-left:2px solid rgba(59,130,246,.8)}.shiki.has-highlighted .highlighted.warning::after{background:rgba(234,179,8,.16)!important;border-left:2px solid rgba(234,179,8,.8)!important}.shiki.has-highlighted .highlighted.error::after{background:rgba(239,68,68,.16)!important;border-left:2px solid rgba(239,68,68,.8)!important}.shiki.has-diff .diff{width:100%;display:inline-block;position:relative}.shiki.has-diff .diff::after{content:"";z-index:-1;position:absolute;inset:0 -1rem 0 -3.5rem}.shiki.has-diff .diff::before{position:absolute;left:-3.2rem;width:2.2rem;text-align:right;opacity:.7}.shiki.has-diff .diff.add::after{background:rgba(34,197,94,.16);border-left:2px solid rgba(34,197,94,.8)}.shiki.has-diff .diff.add::before{content:"+";color:rgba(34,197,94,.8)}.shiki.has-diff .diff.remove::after{background:rgba(239,68,68,.16);border-left:2px solid rgba(239,68,68,.8)}.shiki.has-diff .diff.remove::before{content:"-";color:rgba(239,68,68,.8)}