/** * GitHub Theme CSS */ export declare const githubTheme = "\n\n:root {\n /* Focus */\n --focus-outlineColor: #0969da;\n \n /* Foreground Colors */\n --fgColor-default: #1f2328;\n --fgColor-muted: #59636e;\n --fgColor-accent: #0969da;\n --fgColor-success: #1a7f37;\n --fgColor-attention: #9a6700;\n --fgColor-danger: #d1242f;\n --fgColor-done: #8250df;\n \n /* Background Colors */\n --bgColor-default: #ffffff;\n --bgColor-muted: #f6f8fa;\n --bgColor-neutral-muted: #818b981f;\n --bgColor-attention-muted: #fff8c5;\n \n /* Border Colors */\n --borderColor-default: #d1d9e0;\n --borderColor-muted: #d1d9e0b3;\n --borderColor-neutral-muted: #d1d9e0b3;\n --borderColor-accent-emphasis: #0969da;\n --borderColor-success-emphasis: #1a7f37;\n --borderColor-attention-emphasis: #9a6700;\n --borderColor-danger-emphasis: #cf222e;\n --borderColor-done-emphasis: #8250df;\n \n /* Syntax Highlighting - Prettylights */\n --color-prettylights-syntax-comment: #59636e;\n --color-prettylights-syntax-constant: #0550ae;\n --color-prettylights-syntax-constant-other-reference-link: #0a3069;\n --color-prettylights-syntax-entity: #6639ba;\n --color-prettylights-syntax-storage-modifier-import: #1f2328;\n --color-prettylights-syntax-entity-tag: #0550ae;\n --color-prettylights-syntax-keyword: #cf222e;\n --color-prettylights-syntax-string: #0a3069;\n --color-prettylights-syntax-variable: #953800;\n --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;\n --color-prettylights-syntax-brackethighlighter-angle: #59636e;\n --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;\n --color-prettylights-syntax-invalid-illegal-bg: #82071e;\n --color-prettylights-syntax-carriage-return-text: #f6f8fa;\n --color-prettylights-syntax-carriage-return-bg: #cf222e;\n --color-prettylights-syntax-string-regexp: #116329;\n --color-prettylights-syntax-markup-list: #3b2300;\n --color-prettylights-syntax-markup-heading: #0550ae;\n --color-prettylights-syntax-markup-italic: #1f2328;\n --color-prettylights-syntax-markup-bold: #1f2328;\n --color-prettylights-syntax-markup-deleted-text: #82071e;\n --color-prettylights-syntax-markup-deleted-bg: #ffebe9;\n --color-prettylights-syntax-markup-inserted-text: #116329;\n --color-prettylights-syntax-markup-inserted-bg: #dafbe1;\n --color-prettylights-syntax-markup-changed-text: #953800;\n --color-prettylights-syntax-markup-changed-bg: #ffd8b5;\n --color-prettylights-syntax-markup-ignored-text: #d1d9e0;\n --color-prettylights-syntax-markup-ignored-bg: #0550ae;\n --color-prettylights-syntax-meta-diff-range: #8250df;\n --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;\n \n /* Legacy Mapping for backward compatibility */\n --color-text-primary: var(--fgColor-default);\n --color-text-secondary: var(--fgColor-muted);\n --color-text-code: var(--fgColor-default);\n --color-text-muted: var(--fgColor-muted);\n --color-bg-primary: var(--bgColor-default);\n --color-bg-secondary: var(--bgColor-muted);\n --color-bg-code: var(--bgColor-neutral-muted);\n --color-border-primary: var(--borderColor-default);\n --color-border-secondary: var(--borderColor-muted);\n --color-border-subtle: var(--borderColor-muted);\n --color-link: var(--fgColor-accent);\n --color-link-hover: var(--fgColor-accent);\n \n /* Markdown Alert Colors */\n --color-alert-note-border: var(--borderColor-accent-emphasis);\n --color-alert-note-text: var(--fgColor-accent);\n --color-alert-important-border: var(--borderColor-done-emphasis);\n --color-alert-important-text: var(--fgColor-done);\n --color-alert-warning-border: var(--borderColor-attention-emphasis);\n --color-alert-warning-text: var(--fgColor-attention);\n --color-alert-tip-border: var(--borderColor-success-emphasis);\n --color-alert-tip-text: var(--fgColor-success);\n --color-alert-caution-border: var(--borderColor-danger-emphasis);\n --color-alert-caution-text: var(--fgColor-danger);\n \n /* Container Colors */\n --container-tip-bg: #dafbe1;\n --container-tip-border: var(--borderColor-success-emphasis);\n --container-warning-bg: #fff8c5;\n --container-warning-border: var(--borderColor-attention-emphasis);\n --container-danger-bg: #ffebe9;\n --container-danger-border: var(--borderColor-danger-emphasis);\n --container-info-bg: #ddf4ff;\n --container-info-border: var(--borderColor-accent-emphasis);\n --container-note-bg: #ddf4ff;\n --container-note-border: var(--borderColor-accent-emphasis);\n --container-title-text: var(--fgColor-default);\n \n /* Warning/Error Colors */\n --color-warning-bg: var(--bgColor-attention-muted);\n --color-warning-border: var(--borderColor-attention-emphasis);\n --color-warning-text: var(--fgColor-attention);\n}\n\n\nhtml,\nbody {\n background-color: var(--color-bg-primary);\n}\n\n.markdown-body {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n margin: 0;\n color: var(--color-text-primary);\n background-color: var(--color-bg-primary);\n font-family: -apple-system,BlinkMacSystemFont,\"Segoe UI\",\"Noto Sans\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\";\n font-size: 16px;\n line-height: 1.5;\n word-wrap: break-word;\n}\n\n.markdown-body .octicon {\n display: inline-block;\n fill: currentColor;\n vertical-align: text-bottom;\n}\n\n\n\n.markdown-body details,\n.markdown-body figcaption,\n.markdown-body figure {\n display: block;\n}\n\n.markdown-body summary {\n display: list-item;\n}\n\n.markdown-body [hidden] {\n display: none !important;\n}\n\n.markdown-body a {\n background-color: transparent;\n color: var(--color-link);\n text-decoration: none;\n}\n\n.markdown-body abbr[title] {\n border-bottom: none;\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n.markdown-body b,\n.markdown-body strong {\n font-weight: 600;\n}\n\n.markdown-body dfn {\n font-style: italic;\n}\n\n.markdown-body h1 {\n margin: .67em 0;\n font-weight: 600;\n padding-bottom: .3em;\n font-size: 2em;\n border-bottom: 1px solid var(--color-border-primary);\n}\n\n.markdown-body mark {\n background-color: #fff8c5;\n color: var(--color-text-primary);\n}\n\n.markdown-body small {\n font-size: 90%;\n}\n\n.markdown-body sub,\n.markdown-body sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\n.markdown-body sub {\n bottom: -0.25em;\n}\n\n.markdown-body sup {\n top: -0.5em;\n}\n\n.markdown-body img {\n border-style: none;\n max-width: 100%;\n box-sizing: content-box;\n}\n\n.markdown-body code,\n.markdown-body kbd,\n.markdown-body pre,\n.markdown-body samp {\n font-family: monospace;\n font-size: 1em;\n}\n\n.markdown-body figure {\n margin: 1em 2.5rem;\n}\n\n.markdown-body hr {\n box-sizing: content-box;\n overflow: hidden;\n background: transparent;\n border-bottom: 1px solid var(--color-border-primary);\n height: .25em;\n padding: 0;\n margin: 1.5rem 0;\n background-color: var(--color-border-primary);\n border: 0;\n}\n\n.markdown-body input {\n font: inherit;\n margin: 0;\n overflow: visible;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n.markdown-body [type=button],\n.markdown-body [type=reset],\n.markdown-body [type=submit] {\n -webkit-appearance: button;\n appearance: button;\n}\n\n.markdown-body [type=checkbox],\n.markdown-body [type=radio] {\n box-sizing: border-box;\n padding: 0;\n}\n\n.markdown-body [type=number]::-webkit-inner-spin-button,\n.markdown-body [type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n\n.markdown-body [type=search]::-webkit-search-cancel-button,\n.markdown-body [type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n appearance: none;\n}\n\n.markdown-body ::-webkit-input-placeholder {\n color: inherit;\n opacity: .54;\n}\n\n.markdown-body ::-webkit-file-upload-button {\n -webkit-appearance: button;\n appearance: button;\n font: inherit;\n}\n\n.markdown-body a:hover {\n text-decoration: underline;\n}\n\n.markdown-body ::placeholder {\n color: var(--color-text-secondary);\n opacity: 1;\n}\n\n.markdown-body hr::before {\n display: table;\n content: \"\";\n}\n\n.markdown-body hr::after {\n display: table;\n clear: both;\n content: \"\";\n}\n\n.markdown-body table {\n border-spacing: 0;\n border-collapse: collapse;\n display: block;\n width: max-content;\n max-width: 100%;\n overflow: auto;\n font-variant: tabular-nums;\n}\n\n.markdown-body td,\n.markdown-body th {\n padding: 0;\n}\n\n.markdown-body details summary {\n cursor: pointer;\n}\n\n.markdown-body a:focus,\n.markdown-body [role=button]:focus,\n.markdown-body input[type=radio]:focus,\n.markdown-body input[type=checkbox]:focus {\n outline: 2px solid var(--color-link);\n outline-offset: -2px;\n box-shadow: none;\n}\n\n.markdown-body a:focus:not(:focus-visible),\n.markdown-body [role=button]:focus:not(:focus-visible),\n.markdown-body input[type=radio]:focus:not(:focus-visible),\n.markdown-body input[type=checkbox]:focus:not(:focus-visible) {\n outline: solid 1px transparent;\n}\n\n.markdown-body a:focus-visible,\n.markdown-body [role=button]:focus-visible,\n.markdown-body input[type=radio]:focus-visible,\n.markdown-body input[type=checkbox]:focus-visible {\n outline: 2px solid var(--color-link);\n outline-offset: -2px;\n box-shadow: none;\n}\n\n.markdown-body a:not([class]):focus,\n.markdown-body a:not([class]):focus-visible,\n.markdown-body input[type=radio]:focus,\n.markdown-body input[type=radio]:focus-visible,\n.markdown-body input[type=checkbox]:focus,\n.markdown-body input[type=checkbox]:focus-visible {\n outline-offset: 0;\n}\n\n.markdown-body kbd {\n display: inline-block;\n padding: 0.25rem;\n font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;\n line-height: 10px;\n color: var(--color-text-code);\n vertical-align: middle;\n background-color: var(--color-bg-secondary);\n border: solid 1px var(--color-border-primary);\n border-bottom-color: var(--color-border-primary);\n border-radius: 6px;\n box-shadow: inset 0 -1px 0 var(--color-border-primary);\n}\n\n.markdown-body h1,\n.markdown-body h2,\n.markdown-body h3,\n.markdown-body h4,\n.markdown-body h5,\n.markdown-body h6 {\n margin-top: 1.5rem;\n margin-bottom: 1rem;\n font-weight: 600;\n line-height: 1.25;\n}\n\n.markdown-body h2 {\n font-weight: 600;\n padding-bottom: .3em;\n font-size: 1.5em;\n border-bottom: 1px solid var(--color-border-primary);\n}\n\n.markdown-body h3 {\n font-weight: 600;\n font-size: 1.25em;\n}\n\n.markdown-body h4 {\n font-weight: 600;\n font-size: 1em;\n}\n\n.markdown-body h5 {\n font-weight: 600;\n font-size: .875em;\n}\n\n.markdown-body h6 {\n font-weight: 600;\n font-size: .85em;\n color: var(--color-text-secondary);\n}\n\n.markdown-body p {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\n.markdown-body blockquote {\n margin: 0;\n padding: 0 1em;\n color: var(--color-text-secondary);\n border-left: .25em solid var(--color-border-primary);\n}\n\n.markdown-body ul,\n.markdown-body ol {\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 2em;\n}\n\n.markdown-body ol ol,\n.markdown-body ul ol {\n list-style-type: lower-roman;\n}\n\n.markdown-body ul ul ol,\n.markdown-body ul ol ol,\n.markdown-body ol ul ol,\n.markdown-body ol ol ol {\n list-style-type: lower-alpha;\n}\n\n.markdown-body dd {\n margin-left: 0;\n}\n\n.markdown-body tt,\n.markdown-body code,\n.markdown-body samp {\n font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;\n font-size: 12px;\n}\n\n.markdown-body pre {\n margin-top: 0;\n margin-bottom: 0;\n font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;\n font-size: 12px;\n word-wrap: normal;\n}\n\n.markdown-body .octicon {\n display: inline-block;\n overflow: visible !important;\n vertical-align: text-bottom;\n fill: currentColor;\n}\n\n.markdown-body input::-webkit-outer-spin-button,\n.markdown-body input::-webkit-inner-spin-button {\n margin: 0;\n appearance: none;\n}\n\n.markdown-body .mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.markdown-body::before {\n display: table;\n content: \"\";\n}\n\n.markdown-body::after {\n display: table;\n clear: both;\n content: \"\";\n}\n\n.markdown-body>*:first-child {\n margin-top: 0 !important;\n}\n\n.markdown-body>*:last-child {\n margin-bottom: 0 !important;\n}\n\n.markdown-body a:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\n.markdown-body .absent {\n color: #dc3545;\n}\n\n\n\n.markdown-body p,\n.markdown-body blockquote,\n.markdown-body ul,\n.markdown-body ol,\n.markdown-body dl,\n.markdown-body table,\n.markdown-body pre,\n.markdown-body details {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\n.markdown-body blockquote>:first-child {\n margin-top: 0;\n}\n\n.markdown-body blockquote>:last-child {\n margin-bottom: 0;\n}\n\n\n\n.markdown-body h1 tt,\n.markdown-body h1 code,\n.markdown-body h2 tt,\n.markdown-body h2 code,\n.markdown-body h3 tt,\n.markdown-body h3 code,\n.markdown-body h4 tt,\n.markdown-body h4 code,\n.markdown-body h5 tt,\n.markdown-body h5 code,\n.markdown-body h6 tt,\n.markdown-body h6 code {\n padding: 0 .2em;\n font-size: inherit;\n}\n\n.markdown-body summary h1,\n.markdown-body summary h2,\n.markdown-body summary h3,\n.markdown-body summary h4,\n.markdown-body summary h5,\n.markdown-body summary h6 {\n display: inline-block;\n}\n\n\n\n.markdown-body summary h1,\n.markdown-body summary h2 {\n padding-bottom: 0;\n border-bottom: 0;\n}\n\n.markdown-body ul.no-list,\n.markdown-body ol.no-list {\n padding: 0;\n list-style-type: none;\n}\n\n.markdown-body ol[type=\"a s\"] {\n list-style-type: lower-alpha;\n}\n\n.markdown-body ol[type=\"A s\"] {\n list-style-type: upper-alpha;\n}\n\n.markdown-body ol[type=\"i s\"] {\n list-style-type: lower-roman;\n}\n\n.markdown-body ol[type=\"I s\"] {\n list-style-type: upper-roman;\n}\n\n.markdown-body ol[type=\"1\"] {\n list-style-type: decimal;\n}\n\n.markdown-body div>ol:not([type]) {\n list-style-type: decimal;\n}\n\n.markdown-body ul ul,\n.markdown-body ul ol,\n.markdown-body ol ol,\n.markdown-body ol ul {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.markdown-body li>p {\n margin-top: 1rem;\n}\n\n.markdown-body li+li {\n margin-top: .25em;\n}\n\n.markdown-body dl {\n padding: 0;\n}\n\n.markdown-body dl dt {\n padding: 0;\n margin-top: 1rem;\n font-size: 1em;\n font-style: italic;\n font-weight: 600;\n}\n\n.markdown-body dl dd {\n padding: 0 1rem;\n margin-bottom: 1rem;\n}\n\n.markdown-body table th {\n font-weight: 600;\n}\n\n.markdown-body table th,\n.markdown-body table td {\n padding: 6px 13px;\n border: 1px solid var(--color-border-primary);\n}\n\n.markdown-body table td>:last-child {\n margin-bottom: 0;\n}\n\n.markdown-body table tr {\n background-color: var(--color-bg-primary);\n border-top: 1px solid var(--color-border-secondary);\n}\n\n.markdown-body table tr:nth-child(2n) {\n background-color: var(--color-bg-secondary);\n}\n\n.markdown-body table img {\n background-color: transparent;\n}\n\n.markdown-body img[align=right] {\n padding-left: 20px;\n}\n\n.markdown-body img[align=left] {\n padding-right: 20px;\n}\n\n.markdown-body .emoji {\n max-width: none;\n vertical-align: text-top;\n background-color: transparent;\n}\n\n.markdown-body span.frame {\n display: block;\n overflow: hidden;\n}\n\n.markdown-body span.frame>span {\n display: block;\n float: left;\n width: auto;\n padding: 7px;\n margin: 13px 0 0;\n overflow: hidden;\n border: 1px solid var(--color-border-primary);\n}\n\n.markdown-body span.frame span img {\n display: block;\n float: left;\n}\n\n.markdown-body span.frame span span {\n display: block;\n padding: 5px 0 0;\n clear: both;\n color: var(--color-text-primary);\n}\n\n.markdown-body span.align-center {\n display: block;\n overflow: hidden;\n clear: both;\n}\n\n.markdown-body span.align-center>span {\n display: block;\n margin: 13px auto 0;\n overflow: hidden;\n text-align: center;\n}\n\n.markdown-body span.align-center span img {\n margin: 0 auto;\n text-align: center;\n}\n\n.markdown-body span.align-right {\n display: block;\n overflow: hidden;\n clear: both;\n}\n\n.markdown-body span.align-right>span {\n display: block;\n margin: 13px 0 0;\n overflow: hidden;\n text-align: right;\n}\n\n.markdown-body span.align-right span img {\n margin: 0;\n text-align: right;\n}\n\n.markdown-body span.float-left {\n display: block;\n float: left;\n margin-right: 13px;\n overflow: hidden;\n}\n\n.markdown-body span.float-left span {\n margin: 13px 0 0;\n}\n\n.markdown-body span.float-right {\n display: block;\n float: right;\n margin-left: 13px;\n overflow: hidden;\n}\n\n.markdown-body span.float-right>span {\n display: block;\n margin: 13px auto 0;\n overflow: hidden;\n text-align: right;\n}\n\n.markdown-body code,\n.markdown-body tt {\n padding: .2em .4em;\n margin: 0;\n font-size: 85%;\n white-space: break-spaces;\n background-color: var(--color-bg-code);\n border-radius: 6px;\n}\n\n.markdown-body code br,\n.markdown-body tt br {\n display: none;\n}\n\n.markdown-body del code {\n text-decoration: inherit;\n}\n\n.markdown-body samp {\n font-size: 85%;\n}\n\n.markdown-body pre code {\n font-size: 100%;\n}\n\n.markdown-body pre>code {\n padding: 0;\n margin: 0;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n}\n\n.markdown-body .highlight {\n margin-bottom: 1rem;\n}\n\n.markdown-body .highlight pre {\n margin-bottom: 0;\n word-break: normal;\n}\n\n.markdown-body .highlight pre,\n.markdown-body pre {\n padding: 1rem;\n overflow: auto;\n font-size: 85%;\n line-height: 1.45;\n color: var(--color-text-primary);\n background-color: var(--color-bg-secondary);\n border-radius: 6px;\n}\n\n.markdown-body pre code,\n.markdown-body pre tt {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: transparent;\n border: 0;\n}\n\n.markdown-body .csv-data td,\n.markdown-body .csv-data th {\n padding: 5px;\n overflow: hidden;\n font-size: 12px;\n line-height: 1;\n text-align: left;\n white-space: nowrap;\n}\n\n.markdown-body .csv-data .blob-num {\n padding: 10px 0.5rem 9px;\n text-align: right;\n background: var(--color-bg-primary);\n border: 0;\n}\n\n.markdown-body .csv-data tr {\n border-top: 0;\n}\n\n.markdown-body .csv-data th {\n font-weight: 600;\n background: var(--color-bg-secondary);\n border-top: 0;\n}\n\n.markdown-body [data-footnote-ref]::before {\n content: \"[\";\n}\n\n.markdown-body [data-footnote-ref]::after {\n content: \"]\";\n}\n\n.markdown-body .footnotes {\n font-size: 12px;\n color: var(--color-text-secondary);\n border-top: 1px solid var(--color-border-primary);\n}\n\n.markdown-body .footnotes ol {\n padding-left: 1rem;\n}\n\n.markdown-body .footnotes ol ul {\n display: inline-block;\n padding-left: 1rem;\n margin-top: 1rem;\n}\n\n.markdown-body .footnotes li {\n position: relative;\n}\n\n.markdown-body .footnotes li:target::before {\n position: absolute;\n top: calc(0.5rem*-1);\n right: calc(0.5rem*-1);\n bottom: calc(0.5rem*-1);\n left: calc(1.5rem*-1);\n pointer-events: none;\n content: \"\";\n border: 2px solid var(--color-link);\n border-radius: 6px;\n}\n\n.markdown-body .footnotes li:target {\n color: var(--color-text-primary);\n}\n\n.markdown-body .footnotes .data-footnote-backref g-emoji {\n font-family: monospace;\n}\n\n.markdown-body body:has(:modal) {\n padding-right: var(--dialog-scrollgutter) !important;\n}\n\n/* Syntax highlighting - Light theme */\n.markdown-body .pl-c {\n color: #6a737d;\n}\n\n.markdown-body .pl-c1,\n.markdown-body .pl-s .pl-v {\n color: #005cc5;\n}\n\n.markdown-body .pl-e,\n.markdown-body .pl-en {\n color: #6f42c1;\n}\n\n.markdown-body .pl-smi,\n.markdown-body .pl-s .pl-s1 {\n color: var(--color-text-primary);\n}\n\n.markdown-body .pl-ent {\n color: #22863a;\n}\n\n.markdown-body .pl-k {\n color: #d73a49;\n}\n\n.markdown-body .pl-s,\n.markdown-body .pl-pds,\n.markdown-body .pl-s .pl-pse .pl-s1,\n.markdown-body .pl-sr,\n.markdown-body .pl-sr .pl-cce,\n.markdown-body .pl-sr .pl-sre,\n.markdown-body .pl-sr .pl-sra {\n color: #032f62;\n}\n\n.markdown-body .pl-v,\n.markdown-body .pl-smw {\n color: #e36209;\n}\n\n.markdown-body .pl-bu {\n color: #b31d28;\n}\n\n.markdown-body .pl-ii {\n color: #fafbfc;\n background-color: #b31d28;\n}\n\n.markdown-body .pl-c2 {\n color: #fafbfc;\n background-color: #d73a49;\n}\n\n.markdown-body .pl-sr .pl-cce {\n font-weight: bold;\n color: #22863a;\n}\n\n.markdown-body .pl-ml {\n color: #735c0f;\n}\n\n.markdown-body .pl-mh,\n.markdown-body .pl-mh .pl-en,\n.markdown-body .pl-ms {\n font-weight: bold;\n color: #005cc5;\n}\n\n.markdown-body .pl-mi {\n font-style: italic;\n color: var(--color-text-primary);\n}\n\n.markdown-body .pl-mb {\n font-weight: bold;\n color: var(--color-text-primary);\n}\n\n.markdown-body .pl-md {\n color: #b31d28;\n background-color: #ffeef0;\n}\n\n.markdown-body .pl-mi1 {\n color: #22863a;\n background-color: #f0f6fc;\n}\n\n.markdown-body .pl-mc {\n color: #e36209;\n background-color: #fff8c5;\n}\n\n.markdown-body .pl-mi2 {\n color: #fafbfc;\n background-color: #005cc5;\n}\n\n.markdown-body .pl-mdr {\n font-weight: bold;\n color: #6f42c1;\n}\n\n.markdown-body .pl-ba {\n color: #6a737d;\n}\n\n.markdown-body .pl-sg {\n color: #959da5;\n}\n\n.markdown-body .pl-corl {\n text-decoration: underline;\n color: #032f62;\n}\n\n.markdown-body [role=button]:focus:not(:focus-visible),\n.markdown-body [role=tabpanel][tabindex=\"0\"]:focus:not(:focus-visible),\n.markdown-body button:focus:not(:focus-visible),\n.markdown-body summary:focus:not(:focus-visible),\n.markdown-body a:focus:not(:focus-visible) {\n outline: none;\n box-shadow: none;\n}\n\n.markdown-body [tabindex=\"0\"]:focus:not(:focus-visible),\n.markdown-body details-dialog:focus:not(:focus-visible) {\n outline: none;\n}\n\n.markdown-body g-emoji {\n display: inline-block;\n min-width: 1ch;\n font-family: \"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\";\n font-size: 1em;\n font-style: normal !important;\n font-weight: 400;\n line-height: 1;\n vertical-align: -0.075em;\n}\n\n.markdown-body g-emoji img {\n width: 1em;\n height: 1em;\n}\n\n.markdown-body .task-list-item {\n list-style-type: none;\n}\n\n.markdown-body .task-list-item label {\n font-weight: 400;\n}\n\n.markdown-body .task-list-item.enabled label {\n cursor: pointer;\n}\n\n.markdown-body .task-list-item+.task-list-item {\n margin-top: 0.25rem;\n}\n\n.markdown-body .task-list-item .handle {\n display: none;\n}\n\n.markdown-body .task-list-item-checkbox {\n margin: 0 .2em .25em -1.4em;\n vertical-align: middle;\n}\n\n.markdown-body ul:dir(rtl) .task-list-item-checkbox {\n margin: 0 -1.6em .25em .2em;\n}\n\n.markdown-body ol:dir(rtl) .task-list-item-checkbox {\n margin: 0 -1.6em .25em .2em;\n}\n\n.markdown-body .contains-task-list:hover .task-list-item-convert-container,\n.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {\n display: block;\n width: auto;\n height: 24px;\n overflow: visible;\n clip: auto;\n}\n\n.markdown-body ::-webkit-calendar-picker-indicator {\n filter: invert(50%);\n}\n\n.markdown-body .markdown-alert {\n padding: 0.5rem 1rem;\n margin-bottom: 1rem;\n color: inherit;\n border-left: .25em solid var(--color-border-primary);\n}\n\n.markdown-body .markdown-alert>:first-child {\n margin-top: 0;\n}\n\n.markdown-body .markdown-alert>:last-child {\n margin-bottom: 0;\n}\n\n.markdown-body .markdown-alert .markdown-alert-title {\n display: flex;\n font-weight: 500;\n align-items: center;\n line-height: 1;\n}\n\n.markdown-body .markdown-alert.markdown-alert-note {\n border-left-color: #0969da;\n}\n\n.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {\n color: #0969da;\n}\n\n.markdown-body .markdown-alert.markdown-alert-important {\n border-left-color: #8250df;\n}\n\n.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {\n color: #8250df;\n}\n\n.markdown-body .markdown-alert.markdown-alert-warning {\n border-left-color: #d29922;\n}\n\n.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {\n color: #d29922;\n}\n\n.markdown-body .markdown-alert.markdown-alert-tip {\n border-left-color: #1a7f0e;\n}\n\n.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {\n color: #1a7f0e;\n}\n\n.markdown-body .markdown-alert.markdown-alert-caution {\n border-left-color: #d1242f;\n}\n\n.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {\n color: #d1242f;\n}\n\n.markdown-body>*:first-child>.heading-element:first-child {\n margin-top: 0 !important;\n}\n\n.markdown-body .highlight pre:has(+.zeroclipboard-container) {\n min-height: 52px;\n}\n\n/* Custom containers - Light theme */\n.custom-container.tip {\n background: var(--container-tip-bg);\n border-color: var(--container-tip-border);\n}\n\n.custom-container.warning {\n background: var(--container-warning-bg);\n border-color: var(--container-warning-border);\n}\n\n.custom-container.danger {\n background: var(--container-danger-bg);\n border-color: var(--container-danger-border);\n}\n\n.custom-container.info {\n background: var(--container-info-bg);\n border-color: var(--container-info-border);\n}\n\n.custom-container.note {\n background: var(--container-note-bg);\n border-color: var(--container-note-border);\n}\n\n.custom-container-title {\n color: var(--container-title-text);\n}\n\n/* Table of contents styling */\n.table-of-contents {\n background: var(--color-bg-secondary);\n color: var(--color-text-primary);\n}\n\n.table-of-contents a {\n color: var(--color-link);\n}\n"; export default githubTheme; //# sourceMappingURL=github.d.ts.map