@charset "UTF-8";.shikitor{--gutter-width:3em;--line-height:22px;--cursor-width:2px;display:flex;line-height:var(--line-height);overflow:hidden;transition:.1s}.shikitor,.shikitor-bg-lighting{position:relative}.shikitor-bg-lighting:before{background-color:var(--shikitor-fg-color,#fff);content:"";height:100%;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%}.shikitor-input,.shikitor-output{border:0;font-family:var(--font-family,monospace),serif;font-size:inherit;height:100%;inset:0;margin:0;padding:0;position:absolute;width:100%}.shikitor.line-numbers .shikitor-gutter-line-number{margin:0 10px;width:var(--shikitor-line-digit-count,0)}.shikitor-gutter-line{display:flex}.shikitor-gutter-line-number{font-family:var(--font-family,monospace),serif;overflow:hidden;text-align:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:0}.shikitor-gutter-line-highlighted:before{background-color:var(--shikitor-fg-color);content:"";height:var(--line-height);left:0;opacity:.3;pointer-events:none;position:absolute;width:100%;z-index:10}.shikitor-container{flex-grow:1;position:relative;width:0}.shikitor-input{background-color:transparent;caret-color:transparent;color:transparent;line-height:var(--line-height);outline:none;overflow:auto;resize:none;white-space:pre}.shikitor-output{height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.shikitor-output>pre{margin:0}.shikitor-output-lines{display:block;line-height:var(--line-height)}.shikitor-output-line{min-width:calc(100% - var(--gutter-width));position:relative}.shikitor-output .space,.shikitor-output .tab{position:relative}.shikitor-output .tab:before{content:"⇥";opacity:.3;position:absolute}.shikitor-output .space:before{content:"·";opacity:.3;position:absolute}.shikitor-placeholder{color:color-mix(in srgb,var(--fg),var(--bg) 50%);position:absolute;top:0}.shikitor-cursors{height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.shikitor-cursor,.shikitor-cursors{pointer-events:none;position:absolute}.shikitor-cursor{height:calc(var(--line-height) - 2px);margin-left:calc(var(--shikitor-cursor-l, 0px) + var(--shikitor-scroll-l, 0px)*-1);margin-top:calc(var(--shikitor-cursor-t, 0px) + var(--shikitor-scroll-t, 0px)*-1 + 1px);width:var(--cursor-width);z-index:10}.shikitor-cursor--ch{--cursor-width:1ch}.shikitor-cursor.shikitor-cursor--visible:after{visibility:visible}.shikitor-cursor:after{background-color:var(--shikitor-caret-color,#fff);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100%}.shikitor-cursor__username{--h:14px;bottom:0;height:0;left:0;margin-left:calc(var(--shikitor-cursor-l, 0px) + var(--shikitor-scroll-l, 0px)*-1);margin-top:calc(var(--shikitor-cursor-t, 0px) + var(--shikitor-scroll-t, 0px)*-1 - 14px);pointer-events:none;position:sticky;right:0;top:0;width:0;z-index:10}.shikitor-cursor__username:before{border:5px solid transparent;border-top:5px solid var(--shikitor-caret-color,#fff);content:"";height:0;left:var(--cursor-width);position:absolute;top:var(--h);transform:translateX(-50%) rotate(-90deg);transform-origin:50% 0;width:0}.shikitor-cursor__username:after{background-color:var(--shikitor-caret-color,#fff);border-radius:3px 3px 3px 0;color:var(--shikitor-bg-color,#fff);content:attr(data-username);display:inline-block;font-size:12px;font-weight:700;left:var(--cursor-width);line-height:12px;padding:1px 2px;position:absolute;top:0}
/*# sourceMappingURL=index.css.map */