/* Syntax highlighting — dark (Catppuccin Mocha) */
/* Background */ .bg { color: #cdd6f4; background-color: #1e1e2e; }
/* PreWrapper */ [data-theme="dark"] .chroma { color: #cdd6f4; background-color: #1e1e2e; -webkit-text-size-adjust: none; }
/* Error */ [data-theme="dark"] .chroma .err { color: #f38ba8 }
/* LineLink */ [data-theme="dark"] .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ [data-theme="dark"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ [data-theme="dark"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ [data-theme="dark"] .chroma .hl { background-color: #45475a }
/* LineNumbersTable */ [data-theme="dark"] .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f849c }
/* LineNumbers */ [data-theme="dark"] .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f849c }
/* Line */ [data-theme="dark"] .chroma .line { display: flex; }
/* Keyword */ [data-theme="dark"] .chroma .k { color: #cba6f7 }
/* KeywordConstant */ [data-theme="dark"] .chroma .kc { color: #fab387 }
/* KeywordDeclaration */ [data-theme="dark"] .chroma .kd { color: #f38ba8 }
/* KeywordNamespace */ [data-theme="dark"] .chroma .kn { color: #94e2d5 }
/* KeywordPseudo */ [data-theme="dark"] .chroma .kp { color: #cba6f7 }
/* KeywordReserved */ [data-theme="dark"] .chroma .kr { color: #cba6f7 }
/* KeywordType */ [data-theme="dark"] .chroma .kt { color: #f38ba8 }
/* NameAttribute */ [data-theme="dark"] .chroma .na { color: #89b4fa }
/* NameClass */ [data-theme="dark"] .chroma .nc { color: #f9e2af }
/* NameConstant */ [data-theme="dark"] .chroma .no { color: #f9e2af }
/* NameDecorator */ [data-theme="dark"] .chroma .nd { color: #89b4fa; font-weight: bold }
/* NameEntity */ [data-theme="dark"] .chroma .ni { color: #94e2d5 }
/* NameException */ [data-theme="dark"] .chroma .ne { color: #fab387 }
/* NameLabel */ [data-theme="dark"] .chroma .nl { color: #89dceb }
/* NameNamespace */ [data-theme="dark"] .chroma .nn { color: #fab387 }
/* NameProperty */ [data-theme="dark"] .chroma .py { color: #fab387 }
/* NameTag */ [data-theme="dark"] .chroma .nt { color: #cba6f7 }
/* NameBuiltin */ [data-theme="dark"] .chroma .nb { color: #89dceb }
/* NameBuiltinPseudo */ [data-theme="dark"] .chroma .bp { color: #89dceb }
/* NameVariable */ [data-theme="dark"] .chroma .nv { color: #f5e0dc }
/* NameVariableClass */ [data-theme="dark"] .chroma .vc { color: #f5e0dc }
/* NameVariableGlobal */ [data-theme="dark"] .chroma .vg { color: #f5e0dc }
/* NameVariableInstance */ [data-theme="dark"] .chroma .vi { color: #f5e0dc }
/* NameVariableMagic */ [data-theme="dark"] .chroma .vm { color: #f5e0dc }
/* NameFunction */ [data-theme="dark"] .chroma .nf { color: #89b4fa }
/* NameFunctionMagic */ [data-theme="dark"] .chroma .fm { color: #89b4fa }
/* LiteralString */ [data-theme="dark"] .chroma .s { color: #a6e3a1 }
/* LiteralStringAffix */ [data-theme="dark"] .chroma .sa { color: #f38ba8 }
/* LiteralStringBacktick */ [data-theme="dark"] .chroma .sb { color: #a6e3a1 }
/* LiteralStringChar */ [data-theme="dark"] .chroma .sc { color: #a6e3a1 }
/* LiteralStringDelimiter */ [data-theme="dark"] .chroma .dl { color: #89b4fa }
/* LiteralStringDoc */ [data-theme="dark"] .chroma .sd { color: #6c7086 }
/* LiteralStringDouble */ [data-theme="dark"] .chroma .s2 { color: #a6e3a1 }
/* LiteralStringEscape */ [data-theme="dark"] .chroma .se { color: #89b4fa }
/* LiteralStringHeredoc */ [data-theme="dark"] .chroma .sh { color: #6c7086 }
/* LiteralStringInterpol */ [data-theme="dark"] .chroma .si { color: #a6e3a1 }
/* LiteralStringOther */ [data-theme="dark"] .chroma .sx { color: #a6e3a1 }
/* LiteralStringRegex */ [data-theme="dark"] .chroma .sr { color: #94e2d5 }
/* LiteralStringSingle */ [data-theme="dark"] .chroma .s1 { color: #a6e3a1 }
/* LiteralStringSymbol */ [data-theme="dark"] .chroma .ss { color: #a6e3a1 }
/* LiteralNumber */ [data-theme="dark"] .chroma .m { color: #fab387 }
/* LiteralNumberBin */ [data-theme="dark"] .chroma .mb { color: #fab387 }
/* LiteralNumberFloat */ [data-theme="dark"] .chroma .mf { color: #fab387 }
/* LiteralNumberHex */ [data-theme="dark"] .chroma .mh { color: #fab387 }
/* LiteralNumberInteger */ [data-theme="dark"] .chroma .mi { color: #fab387 }
/* LiteralNumberIntegerLong */ [data-theme="dark"] .chroma .il { color: #fab387 }
/* LiteralNumberOct */ [data-theme="dark"] .chroma .mo { color: #fab387 }
/* Operator */ [data-theme="dark"] .chroma .o { color: #89dceb; font-weight: bold }
/* OperatorWord */ [data-theme="dark"] .chroma .ow { color: #89dceb; font-weight: bold }
/* Comment */ [data-theme="dark"] .chroma .c { color: #6c7086; font-style: italic }
/* CommentHashbang */ [data-theme="dark"] .chroma .ch { color: #585b70; font-style: italic }
/* CommentMultiline */ [data-theme="dark"] .chroma .cm { color: #6c7086; font-style: italic }
/* CommentSingle */ [data-theme="dark"] .chroma .c1 { color: #6c7086; font-style: italic }
/* CommentSpecial */ [data-theme="dark"] .chroma .cs { color: #6c7086; font-style: italic }
/* CommentPreproc */ [data-theme="dark"] .chroma .cp { color: #6c7086; font-style: italic }
/* CommentPreprocFile */ [data-theme="dark"] .chroma .cpf { color: #6c7086; font-weight: bold; font-style: italic }
/* GenericDeleted */ [data-theme="dark"] .chroma .gd { color: #f38ba8; background-color: #313244 }
/* GenericEmph */ [data-theme="dark"] .chroma .ge { font-style: italic }
/* GenericError */ [data-theme="dark"] .chroma .gr { color: #f38ba8 }
/* GenericHeading */ [data-theme="dark"] .chroma .gh { color: #fab387; font-weight: bold }
/* GenericInserted */ [data-theme="dark"] .chroma .gi { color: #a6e3a1; background-color: #313244 }
/* GenericStrong */ [data-theme="dark"] .chroma .gs { font-weight: bold }
/* GenericSubheading */ [data-theme="dark"] .chroma .gu { color: #fab387; font-weight: bold }
/* GenericTraceback */ [data-theme="dark"] .chroma .gt { color: #f38ba8 }
/* GenericUnderline */ [data-theme="dark"] .chroma .gl { text-decoration: underline }

/* Syntax highlighting — light (Catppuccin Latte) */
/* Background */ .bg { color: #4c4f69; background-color: #eff1f5; }
/* PreWrapper */ [data-theme="light"] .chroma { color: #4c4f69; background-color: #eff1f5; -webkit-text-size-adjust: none; }
/* Error */ [data-theme="light"] .chroma .err { color: #d20f39 }
/* LineLink */ [data-theme="light"] .chroma .lnlinks { outline: none; text-decoration: none; color: inherit }
/* LineTableTD */ [data-theme="light"] .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ [data-theme="light"] .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; }
/* LineHighlight */ [data-theme="light"] .chroma .hl { background-color: #bcc0cc }
/* LineNumbersTable */ [data-theme="light"] .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8c8fa1 }
/* LineNumbers */ [data-theme="light"] .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8c8fa1 }
/* Line */ [data-theme="light"] .chroma .line { display: flex; }
/* Keyword */ [data-theme="light"] .chroma .k { color: #8839ef }
/* KeywordConstant */ [data-theme="light"] .chroma .kc { color: #fe640b }
/* KeywordDeclaration */ [data-theme="light"] .chroma .kd { color: #d20f39 }
/* KeywordNamespace */ [data-theme="light"] .chroma .kn { color: #179299 }
/* KeywordPseudo */ [data-theme="light"] .chroma .kp { color: #8839ef }
/* KeywordReserved */ [data-theme="light"] .chroma .kr { color: #8839ef }
/* KeywordType */ [data-theme="light"] .chroma .kt { color: #d20f39 }
/* NameAttribute */ [data-theme="light"] .chroma .na { color: #1e66f5 }
/* NameClass */ [data-theme="light"] .chroma .nc { color: #df8e1d }
/* NameConstant */ [data-theme="light"] .chroma .no { color: #df8e1d }
/* NameDecorator */ [data-theme="light"] .chroma .nd { color: #1e66f5; font-weight: bold }
/* NameEntity */ [data-theme="light"] .chroma .ni { color: #179299 }
/* NameException */ [data-theme="light"] .chroma .ne { color: #fe640b }
/* NameLabel */ [data-theme="light"] .chroma .nl { color: #04a5e5 }
/* NameNamespace */ [data-theme="light"] .chroma .nn { color: #fe640b }
/* NameProperty */ [data-theme="light"] .chroma .py { color: #fe640b }
/* NameTag */ [data-theme="light"] .chroma .nt { color: #8839ef }
/* NameBuiltin */ [data-theme="light"] .chroma .nb { color: #04a5e5 }
/* NameBuiltinPseudo */ [data-theme="light"] .chroma .bp { color: #04a5e5 }
/* NameVariable */ [data-theme="light"] .chroma .nv { color: #dc8a78 }
/* NameVariableClass */ [data-theme="light"] .chroma .vc { color: #dc8a78 }
/* NameVariableGlobal */ [data-theme="light"] .chroma .vg { color: #dc8a78 }
/* NameVariableInstance */ [data-theme="light"] .chroma .vi { color: #dc8a78 }
/* NameVariableMagic */ [data-theme="light"] .chroma .vm { color: #dc8a78 }
/* NameFunction */ [data-theme="light"] .chroma .nf { color: #1e66f5 }
/* NameFunctionMagic */ [data-theme="light"] .chroma .fm { color: #1e66f5 }
/* LiteralString */ [data-theme="light"] .chroma .s { color: #40a02b }
/* LiteralStringAffix */ [data-theme="light"] .chroma .sa { color: #d20f39 }
/* LiteralStringBacktick */ [data-theme="light"] .chroma .sb { color: #40a02b }
/* LiteralStringChar */ [data-theme="light"] .chroma .sc { color: #40a02b }
/* LiteralStringDelimiter */ [data-theme="light"] .chroma .dl { color: #1e66f5 }
/* LiteralStringDoc */ [data-theme="light"] .chroma .sd { color: #9ca0b0 }
/* LiteralStringDouble */ [data-theme="light"] .chroma .s2 { color: #40a02b }
/* LiteralStringEscape */ [data-theme="light"] .chroma .se { color: #1e66f5 }
/* LiteralStringHeredoc */ [data-theme="light"] .chroma .sh { color: #9ca0b0 }
/* LiteralStringInterpol */ [data-theme="light"] .chroma .si { color: #40a02b }
/* LiteralStringOther */ [data-theme="light"] .chroma .sx { color: #40a02b }
/* LiteralStringRegex */ [data-theme="light"] .chroma .sr { color: #179299 }
/* LiteralStringSingle */ [data-theme="light"] .chroma .s1 { color: #40a02b }
/* LiteralStringSymbol */ [data-theme="light"] .chroma .ss { color: #40a02b }
/* LiteralNumber */ [data-theme="light"] .chroma .m { color: #fe640b }
/* LiteralNumberBin */ [data-theme="light"] .chroma .mb { color: #fe640b }
/* LiteralNumberFloat */ [data-theme="light"] .chroma .mf { color: #fe640b }
/* LiteralNumberHex */ [data-theme="light"] .chroma .mh { color: #fe640b }
/* LiteralNumberInteger */ [data-theme="light"] .chroma .mi { color: #fe640b }
/* LiteralNumberIntegerLong */ [data-theme="light"] .chroma .il { color: #fe640b }
/* LiteralNumberOct */ [data-theme="light"] .chroma .mo { color: #fe640b }
/* Operator */ [data-theme="light"] .chroma .o { color: #04a5e5; font-weight: bold }
/* OperatorWord */ [data-theme="light"] .chroma .ow { color: #04a5e5; font-weight: bold }
/* Comment */ [data-theme="light"] .chroma .c { color: #9ca0b0; font-style: italic }
/* CommentHashbang */ [data-theme="light"] .chroma .ch { color: #acb0be; font-style: italic }
/* CommentMultiline */ [data-theme="light"] .chroma .cm { color: #9ca0b0; font-style: italic }
/* CommentSingle */ [data-theme="light"] .chroma .c1 { color: #9ca0b0; font-style: italic }
/* CommentSpecial */ [data-theme="light"] .chroma .cs { color: #9ca0b0; font-style: italic }
/* CommentPreproc */ [data-theme="light"] .chroma .cp { color: #9ca0b0; font-style: italic }
/* CommentPreprocFile */ [data-theme="light"] .chroma .cpf { color: #9ca0b0; font-weight: bold; font-style: italic }
/* GenericDeleted */ [data-theme="light"] .chroma .gd { color: #d20f39; background-color: #ccd0da }
/* GenericEmph */ [data-theme="light"] .chroma .ge { font-style: italic }
/* GenericError */ [data-theme="light"] .chroma .gr { color: #d20f39 }
/* GenericHeading */ [data-theme="light"] .chroma .gh { color: #fe640b; font-weight: bold }
/* GenericInserted */ [data-theme="light"] .chroma .gi { color: #40a02b; background-color: #ccd0da }
/* GenericStrong */ [data-theme="light"] .chroma .gs { font-weight: bold }
/* GenericSubheading */ [data-theme="light"] .chroma .gu { color: #fe640b; font-weight: bold }
/* GenericTraceback */ [data-theme="light"] .chroma .gt { color: #d20f39 }
/* GenericUnderline */ [data-theme="light"] .chroma .gl { text-decoration: underline }
