/* Unified Syntax Highlighting (GitHub Light / Dark) */

/* --- Light Mode (Default) --- */
/* Generated using: hugo gen chromastyles --style=github */

/* Background */ .bg { background-color:#f7f7f7; }
/* PreWrapper */ .chroma { background-color:#f7f7f7; }
/* Error */ .chroma .err { color:#f6f8fa;background-color:#82071e }
/* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ .chroma .hl { background-color:#dedede }
/* LineNumbersTable */ .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 */ .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 */ .chroma .line { display:flex; }
/* Keyword */ .chroma .k { color:#cf222e }
/* KeywordConstant */ .chroma .kc { color:#cf222e }
/* KeywordDeclaration */ .chroma .kd { color:#cf222e }
/* KeywordNamespace */ .chroma .kn { color:#cf222e }
/* KeywordPseudo */ .chroma .kp { color:#cf222e }
/* KeywordReserved */ .chroma .kr { color:#cf222e }
/* KeywordType */ .chroma .kt { color:#cf222e }
/* NameAttribute */ .chroma .na { color:#1f2328 }
/* NameClass */ .chroma .nc { color:#1f2328 }
/* NameConstant */ .chroma .no { color:#0550ae }
/* NameDecorator */ .chroma .nd { color:#0550ae }
/* NameEntity */ .chroma .ni { color:#6639ba }
/* NameLabel */ .chroma .nl { color:#900;font-weight:bold }
/* NameNamespace */ .chroma .nn { color:#24292e }
/* NameOther */ .chroma .nx { color:#1f2328 }
/* NameTag */ .chroma .nt { color:#0550ae }
/* NameBuiltin */ .chroma .nb { color:#6639ba }
/* NameBuiltinPseudo */ .chroma .bp { color:#6a737d }
/* NameVariable */ .chroma .nv { color:#953800 }
/* NameVariableClass */ .chroma .vc { color:#953800 }
/* NameVariableGlobal */ .chroma .vg { color:#953800 }
/* NameVariableInstance */ .chroma .vi { color:#953800 }
/* NameVariableMagic */ .chroma .vm { color:#953800 }
/* NameFunction */ .chroma .nf { color:#6639ba }
/* NameFunctionMagic */ .chroma .fm { color:#6639ba }
/* LiteralString */ .chroma .s { color:#0a3069 }
/* LiteralStringAffix */ .chroma .sa { color:#0a3069 }
/* LiteralStringBacktick */ .chroma .sb { color:#0a3069 }
/* LiteralStringChar */ .chroma .sc { color:#0a3069 }
/* LiteralStringDelimiter */ .chroma .dl { color:#0a3069 }
/* LiteralStringDoc */ .chroma .sd { color:#0a3069 }
/* LiteralStringDouble */ .chroma .s2 { color:#0a3069 }
/* LiteralStringEscape */ .chroma .se { color:#0a3069 }
/* LiteralStringHeredoc */ .chroma .sh { color:#0a3069 }
/* LiteralStringInterpol */ .chroma .si { color:#0a3069 }
/* LiteralStringOther */ .chroma .sx { color:#0a3069 }
/* LiteralStringRegex */ .chroma .sr { color:#0a3069 }
/* LiteralStringSingle */ .chroma .s1 { color:#0a3069 }
/* LiteralStringSymbol */ .chroma .ss { color:#032f62 }
/* LiteralNumber */ .chroma .m { color:#0550ae }
/* LiteralNumberBin */ .chroma .mb { color:#0550ae }
/* LiteralNumberFloat */ .chroma .mf { color:#0550ae }
/* LiteralNumberHex */ .chroma .mh { color:#0550ae }
/* LiteralNumberInteger */ .chroma .mi { color:#0550ae }
/* LiteralNumberIntegerLong */ .chroma .il { color:#0550ae }
/* LiteralNumberOct */ .chroma .mo { color:#0550ae }
/* Operator */ .chroma .o { color:#0550ae }
/* OperatorWord */ .chroma .ow { color:#0550ae }
/* Punctuation */ .chroma .p { color:#1f2328 }
/* Comment */ .chroma .c { color:#57606a }
/* CommentHashbang */ .chroma .ch { color:#57606a }
/* CommentMultiline */ .chroma .cm { color:#57606a }
/* CommentSingle */ .chroma .c1 { color:#57606a }
/* CommentSpecial */ .chroma .cs { color:#57606a }
/* CommentPreproc */ .chroma .cp { color:#57606a }
/* CommentPreprocFile */ .chroma .cpf { color:#57606a }
/* GenericDeleted */ .chroma .gd { color:#82071e;background-color:#ffebe9 }
/* GenericEmph */ .chroma .ge { color:#1f2328 }
/* GenericInserted */ .chroma .gi { color:#116329;background-color:#dafbe1 }
/* GenericOutput */ .chroma .go { color:#1f2328 }
/* GenericUnderline */ .chroma .gl { text-decoration:underline }
/* TextWhitespace */ .chroma .w { color:#fff }


/* --- Dark Mode --- */
/* Generated using: hugo gen chromastyles --style=github-dark */
/* Background */ html[data-theme="dark"] .bg { color:#e6edf3;background-color:#0d1117; }
/* PreWrapper */ html[data-theme="dark"] .chroma { color:#e6edf3;background-color:#0d1117; }
/* Error */ html[data-theme="dark"] .chroma .err { color:#f85149 }
/* LineLink */ html[data-theme="dark"] .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
/* LineTableTD */ html[data-theme="dark"] .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
/* LineTable */ html[data-theme="dark"] .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
/* LineHighlight */ html[data-theme="dark"] .chroma .hl { background-color:#6e7681 }
/* LineNumbersTable */ html[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:#737679 }
/* LineNumbers */ html[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:#6e7681 }
/* Line */ html[data-theme="dark"] .chroma .line { display:flex; }
/* Keyword */ html[data-theme="dark"] .chroma .k { color:#ff7b72 }
/* KeywordConstant */ html[data-theme="dark"] .chroma .kc { color:#79c0ff }
/* KeywordDeclaration */ html[data-theme="dark"] .chroma .kd { color:#ff7b72 }
/* KeywordNamespace */ html[data-theme="dark"] .chroma .kn { color:#ff7b72 }
/* KeywordPseudo */ html[data-theme="dark"] .chroma .kp { color:#79c0ff }
/* KeywordReserved */ html[data-theme="dark"] .chroma .kr { color:#ff7b72 }
/* KeywordType */ html[data-theme="dark"] .chroma .kt { color:#ff7b72 }
/* NameClass */ html[data-theme="dark"] .chroma .nc { color:#f0883e;font-weight:bold }
/* NameConstant */ html[data-theme="dark"] .chroma .no { color:#79c0ff;font-weight:bold }
/* NameDecorator */ html[data-theme="dark"] .chroma .nd { color:#d2a8ff;font-weight:bold }
/* NameEntity */ html[data-theme="dark"] .chroma .ni { color:#ffa657 }
/* NameException */ html[data-theme="dark"] .chroma .ne { color:#f0883e;font-weight:bold }
/* NameLabel */ html[data-theme="dark"] .chroma .nl { color:#79c0ff;font-weight:bold }
/* NameNamespace */ html[data-theme="dark"] .chroma .nn { color:#ff7b72 }
/* NameProperty */ html[data-theme="dark"] .chroma .py { color:#79c0ff }
/* NameTag */ html[data-theme="dark"] .chroma .nt { color:#7ee787 }
/* NameVariable */ html[data-theme="dark"] .chroma .nv { color:#79c0ff }
/* NameVariableClass */ html[data-theme="dark"] .chroma .vc { color:#79c0ff }
/* NameVariableGlobal */ html[data-theme="dark"] .chroma .vg { color:#79c0ff }
/* NameVariableInstance */ html[data-theme="dark"] .chroma .vi { color:#79c0ff }
/* NameVariableMagic */ html[data-theme="dark"] .chroma .vm { color:#79c0ff }
/* NameFunction */ html[data-theme="dark"] .chroma .nf { color:#d2a8ff;font-weight:bold }
/* NameFunctionMagic */ html[data-theme="dark"] .chroma .fm { color:#d2a8ff;font-weight:bold }
/* Literal */ html[data-theme="dark"] .chroma .l { color:#a5d6ff }
/* LiteralDate */ html[data-theme="dark"] .chroma .ld { color:#79c0ff }
/* LiteralString */ html[data-theme="dark"] .chroma .s { color:#a5d6ff }
/* LiteralStringAffix */ html[data-theme="dark"] .chroma .sa { color:#79c0ff }
/* LiteralStringBacktick */ html[data-theme="dark"] .chroma .sb { color:#a5d6ff }
/* LiteralStringChar */ html[data-theme="dark"] .chroma .sc { color:#a5d6ff }
/* LiteralStringDelimiter */ html[data-theme="dark"] .chroma .dl { color:#79c0ff }
/* LiteralStringDoc */ html[data-theme="dark"] .chroma .sd { color:#a5d6ff }
/* LiteralStringDouble */ html[data-theme="dark"] .chroma .s2 { color:#a5d6ff }
/* LiteralStringEscape */ html[data-theme="dark"] .chroma .se { color:#79c0ff }
/* LiteralStringHeredoc */ html[data-theme="dark"] .chroma .sh { color:#79c0ff }
/* LiteralStringInterpol */ html[data-theme="dark"] .chroma .si { color:#a5d6ff }
/* LiteralStringOther */ html[data-theme="dark"] .chroma .sx { color:#a5d6ff }
/* LiteralStringRegex */ html[data-theme="dark"] .chroma .sr { color:#79c0ff }
/* LiteralStringSingle */ html[data-theme="dark"] .chroma .s1 { color:#a5d6ff }
/* LiteralStringSymbol */ html[data-theme="dark"] .chroma .ss { color:#a5d6ff }
/* LiteralNumber */ html[data-theme="dark"] .chroma .m { color:#a5d6ff }
/* LiteralNumberBin */ html[data-theme="dark"] .chroma .mb { color:#a5d6ff }
/* LiteralNumberFloat */ html[data-theme="dark"] .chroma .mf { color:#a5d6ff }
/* LiteralNumberHex */ html[data-theme="dark"] .chroma .mh { color:#a5d6ff }
/* LiteralNumberInteger */ html[data-theme="dark"] .chroma .mi { color:#a5d6ff }
/* LiteralNumberIntegerLong */ html[data-theme="dark"] .chroma .il { color:#a5d6ff }
/* LiteralNumberOct */ html[data-theme="dark"] .chroma .mo { color:#a5d6ff }
/* Operator */ html[data-theme="dark"] .chroma .o { color:#ff7b72;font-weight:bold }
/* OperatorWord */ html[data-theme="dark"] .chroma .ow { color:#ff7b72;font-weight:bold }
/* Comment */ html[data-theme="dark"] .chroma .c { color:#8b949e;font-style:italic }
/* CommentHashbang */ html[data-theme="dark"] .chroma .ch { color:#8b949e;font-style:italic }
/* CommentMultiline */ html[data-theme="dark"] .chroma .cm { color:#8b949e;font-style:italic }
/* CommentSingle */ html[data-theme="dark"] .chroma .c1 { color:#8b949e;font-style:italic }
/* CommentSpecial */ html[data-theme="dark"] .chroma .cs { color:#8b949e;font-weight:bold;font-style:italic }
/* CommentPreproc */ html[data-theme="dark"] .chroma .cp { color:#8b949e;font-weight:bold;font-style:italic }
/* CommentPreprocFile */ html[data-theme="dark"] .chroma .cpf { color:#8b949e;font-weight:bold;font-style:italic }
/* GenericDeleted */ html[data-theme="dark"] .chroma .gd { color:#ffa198;background-color:#490202 }
/* GenericEmph */ html[data-theme="dark"] .chroma .ge { font-style:italic }
/* GenericError */ html[data-theme="dark"] .chroma .gr { color:#ffa198 }
/* GenericHeading */ html[data-theme="dark"] .chroma .gh { color:#79c0ff;font-weight:bold }
/* GenericInserted */ html[data-theme="dark"] .chroma .gi { color:#56d364;background-color:#0f5323 }
/* GenericOutput */ html[data-theme="dark"] .chroma .go { color:#8b949e }
/* GenericPrompt */ html[data-theme="dark"] .chroma .gp { color:#8b949e }
/* GenericStrong */ html[data-theme="dark"] .chroma .gs { font-weight:bold }
/* GenericSubheading */ html[data-theme="dark"] .chroma .gu { color:#79c0ff }
/* GenericTraceback */ html[data-theme="dark"] .chroma .gt { color:#ff7b72 }
/* GenericUnderline */ html[data-theme="dark"] .chroma .gl { text-decoration:underline }
/* TextWhitespace */ html[data-theme="dark"] .chroma .w { color:#6e7681 }


/* --- Clean Line-Number Layout (Cursor Style) --- */
.chroma {
  background-color: transparent !important;
}

.chroma .lntable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: auto;
}

/* Line number column */
.chroma .lntd:first-child {
  width: 1%;
  min-width: 40px;
  padding: 0 !important;
  text-align: right;
  user-select: none;
  vertical-align: top;
  border-right: none !important;
}

.chroma .lntd:first-child pre {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Code column */
.chroma .lntd:last-child {
  width: auto;
  padding: 0 !important;
  vertical-align: top;
}

.chroma .lntd:last-child pre {
  padding-left: 8px !important;
  padding-right: 16px !important;
}

/* Line number text */
.chroma .lnt, .chroma .ln {
  color: #b9b9c3 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.9em;
}

html[data-theme="dark"] .chroma .lnt,
html[data-theme="dark"] .chroma .ln {
  color: #6e7681 !important;
}
