body,html{height:100%;overflow:hidden}.shiki,.shiki span{color:var(--shiki-light);background-color:var(--shiki-light-bg);padding-left:0}.dark .shiki,.dark .shiki span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg);padding-left:0}.shiki code{counter-reset:step;counter-increment:step 0;display:block}.shiki .line:before{content:counter(step);counter-increment:step;display:inline-block;width:1.25rem;text-align:right;color:color-mix(in oklch,currentColor 40%,transparent);position:sticky;left:0;background-color:var(--shiki-light-bg);padding-left:1.25rem;padding-right:2rem}.dark .shiki .line:before{background-color:var(--shiki-dark-bg)}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--border)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:color-mix(in oklch,var(--muted-foreground) 50%,transparent);border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:var(--border)}::-webkit-scrollbar-corner{background:transparent}@keyframes record-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}