.shiki{overflow-x:auto;margin:0;border-radius:0;scrollbar-width:thin;background:rgb(var(--rgb-surface))!important;scrollbar-color:rgb(var(--rgb-border)) transparent}.dark .shiki{background:#0d0d11!important}.shiki::-webkit-scrollbar{height:8px;width:8px}.shiki::-webkit-scrollbar-track{background:transparent}.shiki::-webkit-scrollbar-thumb{background:rgb(var(--rgb-border));border-radius:999px;transition:background .2s ease}.shiki::-webkit-scrollbar-thumb:hover{background:rgb(var(--rgb-muted))}.shiki-wrapper{position:relative}.shiki-wrapper:not(:hover) .shiki::-webkit-scrollbar-thumb{background:transparent}.shiki code{counter-reset:line;display:grid;background:transparent!important;padding:1rem 0;font-family:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.86rem;line-height:1.55}.shiki code .line{padding:0 1.25rem;min-height:1.55em;border-left:2px solid transparent;display:inline-block;width:100%}.shiki code .line:before{counter-increment:line;content:counter(line);display:inline-block;width:1.5rem;margin-right:1.25rem;text-align:right;color:rgb(var(--rgb-subtle));opacity:.55;float:left;font-variant-numeric:tabular-nums}.highlighted{background:rgb(var(--rgb-accent)/.1);border-left-color:rgb(var(--rgb-accent))!important}.copy-code-button{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.7rem;font-weight:500;border-radius:.4rem;background:rgb(var(--rgb-bg)/.6);color:rgb(var(--rgb-muted));border:1px solid rgb(var(--rgb-border));transition:all .2s ease}.copy-code-button:hover{background:rgb(var(--rgb-surface));color:rgb(var(--rgb-fg));border-color:rgb(var(--rgb-border-strong))}