/* ===========================================
   Syntax Highlighting — Theme-Aware
   Light: github  |  Dark: dracula
   Auto-generated via: hugo gen chromastyles
   =========================================== */

/* --- Light theme (github) --- */
/* Background */ [data-theme='light'] .bg { background-color:#fff; }
/* PreWrapper */ [data-theme='light'] .chroma { background-color:#fff; }
/* Other */ [data-theme='light'] .chroma .x {  }
/* Error */ [data-theme='light'] .chroma .err { color:#f6f8fa;background-color:#82071e }
/* CodeLine */ [data-theme='light'] .chroma .cl {  }
/* 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:#e5e5e5 }
/* 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:#7f7f7f }
/* 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:#7f7f7f }
/* Line */ [data-theme='light'] .chroma .line { display:flex; }
/* Keyword */ [data-theme='light'] .chroma .k { color:#cf222e }
/* KeywordConstant */ [data-theme='light'] .chroma .kc { color:#cf222e }
/* KeywordDeclaration */ [data-theme='light'] .chroma .kd { color:#cf222e }
/* KeywordNamespace */ [data-theme='light'] .chroma .kn { color:#cf222e }
/* KeywordPseudo */ [data-theme='light'] .chroma .kp { color:#cf222e }
/* KeywordReserved */ [data-theme='light'] .chroma .kr { color:#cf222e }
/* KeywordType */ [data-theme='light'] .chroma .kt { color:#cf222e }
/* Name */ [data-theme='light'] .chroma .n {  }
/* NameAttribute */ [data-theme='light'] .chroma .na { color:#1f2328 }
/* NameBuiltin */ [data-theme='light'] .chroma .nb { color:#6639ba }
/* NameBuiltinPseudo */ [data-theme='light'] .chroma .bp { color:#6a737d }
/* NameClass */ [data-theme='light'] .chroma .nc { color:#1f2328 }
/* NameConstant */ [data-theme='light'] .chroma .no { color:#0550ae }
/* NameDecorator */ [data-theme='light'] .chroma .nd { color:#0550ae }
/* NameEntity */ [data-theme='light'] .chroma .ni { color:#6639ba }
/* NameException */ [data-theme='light'] .chroma .ne {  }
/* NameFunction */ [data-theme='light'] .chroma .nf { color:#6639ba }
/* NameFunctionMagic */ [data-theme='light'] .chroma .fm {  }
/* NameLabel */ [data-theme='light'] .chroma .nl { color:#900;font-weight:bold }
/* NameNamespace */ [data-theme='light'] .chroma .nn { color:#24292e }
/* NameOther */ [data-theme='light'] .chroma .nx { color:#1f2328 }
/* NameProperty */ [data-theme='light'] .chroma .py {  }
/* NameTag */ [data-theme='light'] .chroma .nt { color:#0550ae }
/* NameVariable */ [data-theme='light'] .chroma .nv { color:#953800 }
/* NameVariableClass */ [data-theme='light'] .chroma .vc { color:#953800 }
/* NameVariableGlobal */ [data-theme='light'] .chroma .vg { color:#953800 }
/* NameVariableInstance */ [data-theme='light'] .chroma .vi { color:#953800 }
/* NameVariableMagic */ [data-theme='light'] .chroma .vm {  }
/* Literal */ [data-theme='light'] .chroma .l {  }
/* LiteralDate */ [data-theme='light'] .chroma .ld {  }
/* LiteralString */ [data-theme='light'] .chroma .s { color:#0a3069 }
/* LiteralStringAffix */ [data-theme='light'] .chroma .sa { color:#0a3069 }
/* LiteralStringBacktick */ [data-theme='light'] .chroma .sb { color:#0a3069 }
/* LiteralStringChar */ [data-theme='light'] .chroma .sc { color:#0a3069 }
/* LiteralStringDelimiter */ [data-theme='light'] .chroma .dl { color:#0a3069 }
/* LiteralStringDoc */ [data-theme='light'] .chroma .sd { color:#0a3069 }
/* LiteralStringDouble */ [data-theme='light'] .chroma .s2 { color:#0a3069 }
/* LiteralStringEscape */ [data-theme='light'] .chroma .se { color:#0a3069 }
/* LiteralStringHeredoc */ [data-theme='light'] .chroma .sh { color:#0a3069 }
/* LiteralStringInterpol */ [data-theme='light'] .chroma .si { color:#0a3069 }
/* LiteralStringOther */ [data-theme='light'] .chroma .sx { color:#0a3069 }
/* LiteralStringRegex */ [data-theme='light'] .chroma .sr { color:#0a3069 }
/* LiteralStringSingle */ [data-theme='light'] .chroma .s1 { color:#0a3069 }
/* LiteralStringSymbol */ [data-theme='light'] .chroma .ss { color:#032f62 }
/* LiteralNumber */ [data-theme='light'] .chroma .m { color:#0550ae }
/* LiteralNumberBin */ [data-theme='light'] .chroma .mb { color:#0550ae }
/* LiteralNumberFloat */ [data-theme='light'] .chroma .mf { color:#0550ae }
/* LiteralNumberHex */ [data-theme='light'] .chroma .mh { color:#0550ae }
/* LiteralNumberInteger */ [data-theme='light'] .chroma .mi { color:#0550ae }
/* LiteralNumberIntegerLong */ [data-theme='light'] .chroma .il { color:#0550ae }
/* LiteralNumberOct */ [data-theme='light'] .chroma .mo { color:#0550ae }
/* Operator */ [data-theme='light'] .chroma .o { color:#0550ae }
/* OperatorWord */ [data-theme='light'] .chroma .ow { color:#0550ae }
/* Punctuation */ [data-theme='light'] .chroma .p { color:#1f2328 }
/* Comment */ [data-theme='light'] .chroma .c { color:#57606a }
/* CommentHashbang */ [data-theme='light'] .chroma .ch { color:#57606a }
/* CommentMultiline */ [data-theme='light'] .chroma .cm { color:#57606a }
/* CommentSingle */ [data-theme='light'] .chroma .c1 { color:#57606a }
/* CommentSpecial */ [data-theme='light'] .chroma .cs { color:#57606a }
/* CommentPreproc */ [data-theme='light'] .chroma .cp { color:#57606a }
/* CommentPreprocFile */ [data-theme='light'] .chroma .cpf { color:#57606a }
/* Generic */ [data-theme='light'] .chroma .g {  }
/* GenericDeleted */ [data-theme='light'] .chroma .gd { color:#82071e;background-color:#ffebe9 }
/* GenericEmph */ [data-theme='light'] .chroma .ge { color:#1f2328 }
/* GenericError */ [data-theme='light'] .chroma .gr {  }
/* GenericHeading */ [data-theme='light'] .chroma .gh {  }
/* GenericInserted */ [data-theme='light'] .chroma .gi { color:#116329;background-color:#dafbe1 }
/* GenericOutput */ [data-theme='light'] .chroma .go { color:#1f2328 }
/* GenericPrompt */ [data-theme='light'] .chroma .gp {  }
/* GenericStrong */ [data-theme='light'] .chroma .gs {  }
/* GenericSubheading */ [data-theme='light'] .chroma .gu {  }
/* GenericTraceback */ [data-theme='light'] .chroma .gt {  }
/* GenericUnderline */ [data-theme='light'] .chroma .gl { text-decoration:underline }
/* TextWhitespace */ [data-theme='light'] .chroma .w { color:#fff }

/* --- Dark theme (dracula) --- */
/* Background */ [data-theme='dark'] .bg { color:#f8f8f2;background-color:#282a36; }
/* PreWrapper */ [data-theme='dark'] .chroma { color:#f8f8f2;background-color:#282a36; }
/* Other */ [data-theme='dark'] .chroma .x {  }
/* Error */ [data-theme='dark'] .chroma .err {  }
/* CodeLine */ [data-theme='dark'] .chroma .cl {  }
/* 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:#3d3f4a }
/* 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:#7f7f7f }
/* 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:#7f7f7f }
/* Line */ [data-theme='dark'] .chroma .line { display:flex; }
/* Keyword */ [data-theme='dark'] .chroma .k { color:#ff79c6 }
/* KeywordConstant */ [data-theme='dark'] .chroma .kc { color:#ff79c6 }
/* KeywordDeclaration */ [data-theme='dark'] .chroma .kd { color:#8be9fd;font-style:italic }
/* KeywordNamespace */ [data-theme='dark'] .chroma .kn { color:#ff79c6 }
/* KeywordPseudo */ [data-theme='dark'] .chroma .kp { color:#ff79c6 }
/* KeywordReserved */ [data-theme='dark'] .chroma .kr { color:#ff79c6 }
/* KeywordType */ [data-theme='dark'] .chroma .kt { color:#8be9fd }
/* Name */ [data-theme='dark'] .chroma .n {  }
/* NameAttribute */ [data-theme='dark'] .chroma .na { color:#50fa7b }
/* NameBuiltin */ [data-theme='dark'] .chroma .nb { color:#8be9fd;font-style:italic }
/* NameBuiltinPseudo */ [data-theme='dark'] .chroma .bp {  }
/* NameClass */ [data-theme='dark'] .chroma .nc { color:#50fa7b }
/* NameConstant */ [data-theme='dark'] .chroma .no {  }
/* NameDecorator */ [data-theme='dark'] .chroma .nd {  }
/* NameEntity */ [data-theme='dark'] .chroma .ni {  }
/* NameException */ [data-theme='dark'] .chroma .ne {  }
/* NameFunction */ [data-theme='dark'] .chroma .nf { color:#50fa7b }
/* NameFunctionMagic */ [data-theme='dark'] .chroma .fm {  }
/* NameLabel */ [data-theme='dark'] .chroma .nl { color:#8be9fd;font-style:italic }
/* NameNamespace */ [data-theme='dark'] .chroma .nn {  }
/* NameOther */ [data-theme='dark'] .chroma .nx {  }
/* NameProperty */ [data-theme='dark'] .chroma .py {  }
/* NameTag */ [data-theme='dark'] .chroma .nt { color:#ff79c6 }
/* NameVariable */ [data-theme='dark'] .chroma .nv { color:#8be9fd;font-style:italic }
/* NameVariableClass */ [data-theme='dark'] .chroma .vc { color:#8be9fd;font-style:italic }
/* NameVariableGlobal */ [data-theme='dark'] .chroma .vg { color:#8be9fd;font-style:italic }
/* NameVariableInstance */ [data-theme='dark'] .chroma .vi { color:#8be9fd;font-style:italic }
/* NameVariableMagic */ [data-theme='dark'] .chroma .vm {  }
/* Literal */ [data-theme='dark'] .chroma .l {  }
/* LiteralDate */ [data-theme='dark'] .chroma .ld {  }
/* LiteralString */ [data-theme='dark'] .chroma .s { color:#f1fa8c }
/* LiteralStringAffix */ [data-theme='dark'] .chroma .sa { color:#f1fa8c }
/* LiteralStringBacktick */ [data-theme='dark'] .chroma .sb { color:#f1fa8c }
/* LiteralStringChar */ [data-theme='dark'] .chroma .sc { color:#f1fa8c }
/* LiteralStringDelimiter */ [data-theme='dark'] .chroma .dl { color:#f1fa8c }
/* LiteralStringDoc */ [data-theme='dark'] .chroma .sd { color:#f1fa8c }
/* LiteralStringDouble */ [data-theme='dark'] .chroma .s2 { color:#f1fa8c }
/* LiteralStringEscape */ [data-theme='dark'] .chroma .se { color:#f1fa8c }
/* LiteralStringHeredoc */ [data-theme='dark'] .chroma .sh { color:#f1fa8c }
/* LiteralStringInterpol */ [data-theme='dark'] .chroma .si { color:#f1fa8c }
/* LiteralStringOther */ [data-theme='dark'] .chroma .sx { color:#f1fa8c }
/* LiteralStringRegex */ [data-theme='dark'] .chroma .sr { color:#f1fa8c }
/* LiteralStringSingle */ [data-theme='dark'] .chroma .s1 { color:#f1fa8c }
/* LiteralStringSymbol */ [data-theme='dark'] .chroma .ss { color:#f1fa8c }
/* LiteralNumber */ [data-theme='dark'] .chroma .m { color:#bd93f9 }
/* LiteralNumberBin */ [data-theme='dark'] .chroma .mb { color:#bd93f9 }
/* LiteralNumberFloat */ [data-theme='dark'] .chroma .mf { color:#bd93f9 }
/* LiteralNumberHex */ [data-theme='dark'] .chroma .mh { color:#bd93f9 }
/* LiteralNumberInteger */ [data-theme='dark'] .chroma .mi { color:#bd93f9 }
/* LiteralNumberIntegerLong */ [data-theme='dark'] .chroma .il { color:#bd93f9 }
/* LiteralNumberOct */ [data-theme='dark'] .chroma .mo { color:#bd93f9 }
/* Operator */ [data-theme='dark'] .chroma .o { color:#ff79c6 }
/* OperatorWord */ [data-theme='dark'] .chroma .ow { color:#ff79c6 }
/* Punctuation */ [data-theme='dark'] .chroma .p {  }
/* Comment */ [data-theme='dark'] .chroma .c { color:#6272a4 }
/* CommentHashbang */ [data-theme='dark'] .chroma .ch { color:#6272a4 }
/* CommentMultiline */ [data-theme='dark'] .chroma .cm { color:#6272a4 }
/* CommentSingle */ [data-theme='dark'] .chroma .c1 { color:#6272a4 }
/* CommentSpecial */ [data-theme='dark'] .chroma .cs { color:#6272a4 }
/* CommentPreproc */ [data-theme='dark'] .chroma .cp { color:#ff79c6 }
/* CommentPreprocFile */ [data-theme='dark'] .chroma .cpf { color:#ff79c6 }
/* Generic */ [data-theme='dark'] .chroma .g {  }
/* GenericDeleted */ [data-theme='dark'] .chroma .gd { color:#f55 }
/* GenericEmph */ [data-theme='dark'] .chroma .ge { text-decoration:underline }
/* GenericError */ [data-theme='dark'] .chroma .gr {  }
/* GenericHeading */ [data-theme='dark'] .chroma .gh { font-weight:bold }
/* GenericInserted */ [data-theme='dark'] .chroma .gi { color:#50fa7b;font-weight:bold }
/* GenericOutput */ [data-theme='dark'] .chroma .go { color:#44475a }
/* GenericPrompt */ [data-theme='dark'] .chroma .gp {  }
/* GenericStrong */ [data-theme='dark'] .chroma .gs {  }
/* GenericSubheading */ [data-theme='dark'] .chroma .gu { font-weight:bold }
/* GenericTraceback */ [data-theme='dark'] .chroma .gt {  }
/* GenericUnderline */ [data-theme='dark'] .chroma .gl { text-decoration:underline }
/* TextWhitespace */ [data-theme='dark'] .chroma .w {  }

/* --- System preference fallback (no data-theme set) --- */
@media (prefers-color-scheme: light) {
  /* Background */ :root:not([data-theme]) .bg { background-color:#fff; }
  /* PreWrapper */ :root:not([data-theme]) .chroma { background-color:#fff; }
  /* Other */ :root:not([data-theme]) .chroma .x {  }
  /* Error */ :root:not([data-theme]) .chroma .err { color:#f6f8fa;background-color:#82071e }
  /* CodeLine */ :root:not([data-theme]) .chroma .cl {  }
  /* LineLink */ :root:not([data-theme]) .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
  /* LineTableTD */ :root:not([data-theme]) .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
  /* LineTable */ :root:not([data-theme]) .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
  /* LineHighlight */ :root:not([data-theme]) .chroma .hl { background-color:#e5e5e5 }
  /* LineNumbersTable */ :root:not([data-theme]) .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
  /* LineNumbers */ :root:not([data-theme]) .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
  /* Line */ :root:not([data-theme]) .chroma .line { display:flex; }
  /* Keyword */ :root:not([data-theme]) .chroma .k { color:#cf222e }
  /* KeywordConstant */ :root:not([data-theme]) .chroma .kc { color:#cf222e }
  /* KeywordDeclaration */ :root:not([data-theme]) .chroma .kd { color:#cf222e }
  /* KeywordNamespace */ :root:not([data-theme]) .chroma .kn { color:#cf222e }
  /* KeywordPseudo */ :root:not([data-theme]) .chroma .kp { color:#cf222e }
  /* KeywordReserved */ :root:not([data-theme]) .chroma .kr { color:#cf222e }
  /* KeywordType */ :root:not([data-theme]) .chroma .kt { color:#cf222e }
  /* Name */ :root:not([data-theme]) .chroma .n {  }
  /* NameAttribute */ :root:not([data-theme]) .chroma .na { color:#1f2328 }
  /* NameBuiltin */ :root:not([data-theme]) .chroma .nb { color:#6639ba }
  /* NameBuiltinPseudo */ :root:not([data-theme]) .chroma .bp { color:#6a737d }
  /* NameClass */ :root:not([data-theme]) .chroma .nc { color:#1f2328 }
  /* NameConstant */ :root:not([data-theme]) .chroma .no { color:#0550ae }
  /* NameDecorator */ :root:not([data-theme]) .chroma .nd { color:#0550ae }
  /* NameEntity */ :root:not([data-theme]) .chroma .ni { color:#6639ba }
  /* NameException */ :root:not([data-theme]) .chroma .ne {  }
  /* NameFunction */ :root:not([data-theme]) .chroma .nf { color:#6639ba }
  /* NameFunctionMagic */ :root:not([data-theme]) .chroma .fm {  }
  /* NameLabel */ :root:not([data-theme]) .chroma .nl { color:#900;font-weight:bold }
  /* NameNamespace */ :root:not([data-theme]) .chroma .nn { color:#24292e }
  /* NameOther */ :root:not([data-theme]) .chroma .nx { color:#1f2328 }
  /* NameProperty */ :root:not([data-theme]) .chroma .py {  }
  /* NameTag */ :root:not([data-theme]) .chroma .nt { color:#0550ae }
  /* NameVariable */ :root:not([data-theme]) .chroma .nv { color:#953800 }
  /* NameVariableClass */ :root:not([data-theme]) .chroma .vc { color:#953800 }
  /* NameVariableGlobal */ :root:not([data-theme]) .chroma .vg { color:#953800 }
  /* NameVariableInstance */ :root:not([data-theme]) .chroma .vi { color:#953800 }
  /* NameVariableMagic */ :root:not([data-theme]) .chroma .vm {  }
  /* Literal */ :root:not([data-theme]) .chroma .l {  }
  /* LiteralDate */ :root:not([data-theme]) .chroma .ld {  }
  /* LiteralString */ :root:not([data-theme]) .chroma .s { color:#0a3069 }
  /* LiteralStringAffix */ :root:not([data-theme]) .chroma .sa { color:#0a3069 }
  /* LiteralStringBacktick */ :root:not([data-theme]) .chroma .sb { color:#0a3069 }
  /* LiteralStringChar */ :root:not([data-theme]) .chroma .sc { color:#0a3069 }
  /* LiteralStringDelimiter */ :root:not([data-theme]) .chroma .dl { color:#0a3069 }
  /* LiteralStringDoc */ :root:not([data-theme]) .chroma .sd { color:#0a3069 }
  /* LiteralStringDouble */ :root:not([data-theme]) .chroma .s2 { color:#0a3069 }
  /* LiteralStringEscape */ :root:not([data-theme]) .chroma .se { color:#0a3069 }
  /* LiteralStringHeredoc */ :root:not([data-theme]) .chroma .sh { color:#0a3069 }
  /* LiteralStringInterpol */ :root:not([data-theme]) .chroma .si { color:#0a3069 }
  /* LiteralStringOther */ :root:not([data-theme]) .chroma .sx { color:#0a3069 }
  /* LiteralStringRegex */ :root:not([data-theme]) .chroma .sr { color:#0a3069 }
  /* LiteralStringSingle */ :root:not([data-theme]) .chroma .s1 { color:#0a3069 }
  /* LiteralStringSymbol */ :root:not([data-theme]) .chroma .ss { color:#032f62 }
  /* LiteralNumber */ :root:not([data-theme]) .chroma .m { color:#0550ae }
  /* LiteralNumberBin */ :root:not([data-theme]) .chroma .mb { color:#0550ae }
  /* LiteralNumberFloat */ :root:not([data-theme]) .chroma .mf { color:#0550ae }
  /* LiteralNumberHex */ :root:not([data-theme]) .chroma .mh { color:#0550ae }
  /* LiteralNumberInteger */ :root:not([data-theme]) .chroma .mi { color:#0550ae }
  /* LiteralNumberIntegerLong */ :root:not([data-theme]) .chroma .il { color:#0550ae }
  /* LiteralNumberOct */ :root:not([data-theme]) .chroma .mo { color:#0550ae }
  /* Operator */ :root:not([data-theme]) .chroma .o { color:#0550ae }
  /* OperatorWord */ :root:not([data-theme]) .chroma .ow { color:#0550ae }
  /* Punctuation */ :root:not([data-theme]) .chroma .p { color:#1f2328 }
  /* Comment */ :root:not([data-theme]) .chroma .c { color:#57606a }
  /* CommentHashbang */ :root:not([data-theme]) .chroma .ch { color:#57606a }
  /* CommentMultiline */ :root:not([data-theme]) .chroma .cm { color:#57606a }
  /* CommentSingle */ :root:not([data-theme]) .chroma .c1 { color:#57606a }
  /* CommentSpecial */ :root:not([data-theme]) .chroma .cs { color:#57606a }
  /* CommentPreproc */ :root:not([data-theme]) .chroma .cp { color:#57606a }
  /* CommentPreprocFile */ :root:not([data-theme]) .chroma .cpf { color:#57606a }
  /* Generic */ :root:not([data-theme]) .chroma .g {  }
  /* GenericDeleted */ :root:not([data-theme]) .chroma .gd { color:#82071e;background-color:#ffebe9 }
  /* GenericEmph */ :root:not([data-theme]) .chroma .ge { color:#1f2328 }
  /* GenericError */ :root:not([data-theme]) .chroma .gr {  }
  /* GenericHeading */ :root:not([data-theme]) .chroma .gh {  }
  /* GenericInserted */ :root:not([data-theme]) .chroma .gi { color:#116329;background-color:#dafbe1 }
  /* GenericOutput */ :root:not([data-theme]) .chroma .go { color:#1f2328 }
  /* GenericPrompt */ :root:not([data-theme]) .chroma .gp {  }
  /* GenericStrong */ :root:not([data-theme]) .chroma .gs {  }
  /* GenericSubheading */ :root:not([data-theme]) .chroma .gu {  }
  /* GenericTraceback */ :root:not([data-theme]) .chroma .gt {  }
  /* GenericUnderline */ :root:not([data-theme]) .chroma .gl { text-decoration:underline }
  /* TextWhitespace */ :root:not([data-theme]) .chroma .w { color:#fff }
}

@media (prefers-color-scheme: dark) {
  /* Background */ :root:not([data-theme]) .bg { color:#f8f8f2;background-color:#282a36; }
  /* PreWrapper */ :root:not([data-theme]) .chroma { color:#f8f8f2;background-color:#282a36; }
  /* Other */ :root:not([data-theme]) .chroma .x {  }
  /* Error */ :root:not([data-theme]) .chroma .err {  }
  /* CodeLine */ :root:not([data-theme]) .chroma .cl {  }
  /* LineLink */ :root:not([data-theme]) .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
  /* LineTableTD */ :root:not([data-theme]) .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
  /* LineTable */ :root:not([data-theme]) .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
  /* LineHighlight */ :root:not([data-theme]) .chroma .hl { background-color:#3d3f4a }
  /* LineNumbersTable */ :root:not([data-theme]) .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
  /* LineNumbers */ :root:not([data-theme]) .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f }
  /* Line */ :root:not([data-theme]) .chroma .line { display:flex; }
  /* Keyword */ :root:not([data-theme]) .chroma .k { color:#ff79c6 }
  /* KeywordConstant */ :root:not([data-theme]) .chroma .kc { color:#ff79c6 }
  /* KeywordDeclaration */ :root:not([data-theme]) .chroma .kd { color:#8be9fd;font-style:italic }
  /* KeywordNamespace */ :root:not([data-theme]) .chroma .kn { color:#ff79c6 }
  /* KeywordPseudo */ :root:not([data-theme]) .chroma .kp { color:#ff79c6 }
  /* KeywordReserved */ :root:not([data-theme]) .chroma .kr { color:#ff79c6 }
  /* KeywordType */ :root:not([data-theme]) .chroma .kt { color:#8be9fd }
  /* Name */ :root:not([data-theme]) .chroma .n {  }
  /* NameAttribute */ :root:not([data-theme]) .chroma .na { color:#50fa7b }
  /* NameBuiltin */ :root:not([data-theme]) .chroma .nb { color:#8be9fd;font-style:italic }
  /* NameBuiltinPseudo */ :root:not([data-theme]) .chroma .bp {  }
  /* NameClass */ :root:not([data-theme]) .chroma .nc { color:#50fa7b }
  /* NameConstant */ :root:not([data-theme]) .chroma .no {  }
  /* NameDecorator */ :root:not([data-theme]) .chroma .nd {  }
  /* NameEntity */ :root:not([data-theme]) .chroma .ni {  }
  /* NameException */ :root:not([data-theme]) .chroma .ne {  }
  /* NameFunction */ :root:not([data-theme]) .chroma .nf { color:#50fa7b }
  /* NameFunctionMagic */ :root:not([data-theme]) .chroma .fm {  }
  /* NameLabel */ :root:not([data-theme]) .chroma .nl { color:#8be9fd;font-style:italic }
  /* NameNamespace */ :root:not([data-theme]) .chroma .nn {  }
  /* NameOther */ :root:not([data-theme]) .chroma .nx {  }
  /* NameProperty */ :root:not([data-theme]) .chroma .py {  }
  /* NameTag */ :root:not([data-theme]) .chroma .nt { color:#ff79c6 }
  /* NameVariable */ :root:not([data-theme]) .chroma .nv { color:#8be9fd;font-style:italic }
  /* NameVariableClass */ :root:not([data-theme]) .chroma .vc { color:#8be9fd;font-style:italic }
  /* NameVariableGlobal */ :root:not([data-theme]) .chroma .vg { color:#8be9fd;font-style:italic }
  /* NameVariableInstance */ :root:not([data-theme]) .chroma .vi { color:#8be9fd;font-style:italic }
  /* NameVariableMagic */ :root:not([data-theme]) .chroma .vm {  }
  /* Literal */ :root:not([data-theme]) .chroma .l {  }
  /* LiteralDate */ :root:not([data-theme]) .chroma .ld {  }
  /* LiteralString */ :root:not([data-theme]) .chroma .s { color:#f1fa8c }
  /* LiteralStringAffix */ :root:not([data-theme]) .chroma .sa { color:#f1fa8c }
  /* LiteralStringBacktick */ :root:not([data-theme]) .chroma .sb { color:#f1fa8c }
  /* LiteralStringChar */ :root:not([data-theme]) .chroma .sc { color:#f1fa8c }
  /* LiteralStringDelimiter */ :root:not([data-theme]) .chroma .dl { color:#f1fa8c }
  /* LiteralStringDoc */ :root:not([data-theme]) .chroma .sd { color:#f1fa8c }
  /* LiteralStringDouble */ :root:not([data-theme]) .chroma .s2 { color:#f1fa8c }
  /* LiteralStringEscape */ :root:not([data-theme]) .chroma .se { color:#f1fa8c }
  /* LiteralStringHeredoc */ :root:not([data-theme]) .chroma .sh { color:#f1fa8c }
  /* LiteralStringInterpol */ :root:not([data-theme]) .chroma .si { color:#f1fa8c }
  /* LiteralStringOther */ :root:not([data-theme]) .chroma .sx { color:#f1fa8c }
  /* LiteralStringRegex */ :root:not([data-theme]) .chroma .sr { color:#f1fa8c }
  /* LiteralStringSingle */ :root:not([data-theme]) .chroma .s1 { color:#f1fa8c }
  /* LiteralStringSymbol */ :root:not([data-theme]) .chroma .ss { color:#f1fa8c }
  /* LiteralNumber */ :root:not([data-theme]) .chroma .m { color:#bd93f9 }
  /* LiteralNumberBin */ :root:not([data-theme]) .chroma .mb { color:#bd93f9 }
  /* LiteralNumberFloat */ :root:not([data-theme]) .chroma .mf { color:#bd93f9 }
  /* LiteralNumberHex */ :root:not([data-theme]) .chroma .mh { color:#bd93f9 }
  /* LiteralNumberInteger */ :root:not([data-theme]) .chroma .mi { color:#bd93f9 }
  /* LiteralNumberIntegerLong */ :root:not([data-theme]) .chroma .il { color:#bd93f9 }
  /* LiteralNumberOct */ :root:not([data-theme]) .chroma .mo { color:#bd93f9 }
  /* Operator */ :root:not([data-theme]) .chroma .o { color:#ff79c6 }
  /* OperatorWord */ :root:not([data-theme]) .chroma .ow { color:#ff79c6 }
  /* Punctuation */ :root:not([data-theme]) .chroma .p {  }
  /* Comment */ :root:not([data-theme]) .chroma .c { color:#6272a4 }
  /* CommentHashbang */ :root:not([data-theme]) .chroma .ch { color:#6272a4 }
  /* CommentMultiline */ :root:not([data-theme]) .chroma .cm { color:#6272a4 }
  /* CommentSingle */ :root:not([data-theme]) .chroma .c1 { color:#6272a4 }
  /* CommentSpecial */ :root:not([data-theme]) .chroma .cs { color:#6272a4 }
  /* CommentPreproc */ :root:not([data-theme]) .chroma .cp { color:#ff79c6 }
  /* CommentPreprocFile */ :root:not([data-theme]) .chroma .cpf { color:#ff79c6 }
  /* Generic */ :root:not([data-theme]) .chroma .g {  }
  /* GenericDeleted */ :root:not([data-theme]) .chroma .gd { color:#f55 }
  /* GenericEmph */ :root:not([data-theme]) .chroma .ge { text-decoration:underline }
  /* GenericError */ :root:not([data-theme]) .chroma .gr {  }
  /* GenericHeading */ :root:not([data-theme]) .chroma .gh { font-weight:bold }
  /* GenericInserted */ :root:not([data-theme]) .chroma .gi { color:#50fa7b;font-weight:bold }
  /* GenericOutput */ :root:not([data-theme]) .chroma .go { color:#44475a }
  /* GenericPrompt */ :root:not([data-theme]) .chroma .gp {  }
  /* GenericStrong */ :root:not([data-theme]) .chroma .gs {  }
  /* GenericSubheading */ :root:not([data-theme]) .chroma .gu { font-weight:bold }
  /* GenericTraceback */ :root:not([data-theme]) .chroma .gt {  }
  /* GenericUnderline */ :root:not([data-theme]) .chroma .gl { text-decoration:underline }
  /* TextWhitespace */ :root:not([data-theme]) .chroma .w {  }
}
