.shiki-hl-wrapper{margin:1.5em 0;position:relative}.shiki-hl-wrapper .shiki-hl-header{align-items:center;background-color:#3a3a3a;border-top-left-radius:4px;border-top-right-radius:4px;color:#d4d4d4;display:flex;font-size:.85em;justify-content:space-between;padding:.5em 1em}.shiki-hl-wrapper .shiki-hl-header .shiki-hl-file-name{font-weight:700}.shiki-hl-wrapper .shiki-hl-header .shiki-hl-language-name{text-transform:none}.shiki-hl-wrapper .shiki-hl-header [class*=shiki-hl-] i{color:#d4d4d4;margin-right:.25em}.shiki-hl-wrapper .shiki-hl-header-left{align-items:center;display:flex;gap:1em;justify-content:space-between}.shiki-hl-wrapper .shiki-hl-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shiki-hl-wrapper pre.shiki{border-top-left-radius:0;border-top-right-radius:0;margin-top:0;overflow-x:auto;white-space:pre}.shiki-hl-wrapper pre.shiki .line.highlighted{background-color:#363b46;display:block;margin:0 -24px;padding:0 24px}.shiki-hl-wrapper code{counter-increment:step 0;counter-reset:step;display:block}.shiki-hl-wrapper:not(.show-line-number) code{padding:.5em .5em .5em 1em}.shiki-hl-wrapper.show-line-number code .line:before{border-right:1px solid #ccc;color:#ccc;content:counter(step);counter-increment:step;display:inline-flex;justify-content:flex-end;margin-right:.5em;padding-left:2em;padding-right:.5em;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1.5rem}.shiki-hl-copy-button{background:transparent;border:none;color:#d4d4d4;cursor:pointer;opacity:.7;padding:.25em;transition:opacity .2s ease}.shiki-hl-copy-button:hover{opacity:1}.shiki-hl-copy-button i{font-size:1em}.shiki-hl-toast{background-color:#2d3748;border-radius:6px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;opacity:0;padding:12px 20px;pointer-events:none;position:fixed;transition:opacity .3s ease-in-out,transform .3s ease-in-out;z-index:9999}.shiki-hl-toast.show{opacity:1}.shiki-hl-toast.top-right{right:20px;top:20px;transform:translateX(100%)}.shiki-hl-toast.top-right.show{transform:translateX(0)}.shiki-hl-toast.top-left{left:20px;top:20px;transform:translateX(-100%)}.shiki-hl-toast.top-left.show{transform:translateX(0)}.shiki-hl-toast.bottom-right{bottom:20px;right:20px;transform:translateX(100%)}.shiki-hl-toast.bottom-right.show{transform:translateX(0)}.shiki-hl-toast.bottom-left{bottom:20px;left:20px;transform:translateX(-100%)}.shiki-hl-toast.bottom-left.show{transform:translateX(0)}