:root { --fg: #1a1a1a; --bg: #ffffff; --dim: #6a737d; --line: #e1e4e8;
        --accent: #0550ae; --code-bg: #f6f8fa; }
@media (prefers-color-scheme: dark) {
  :root { --fg: #d0d4da; --bg: #16181c; --dim: #8b949e; --line: #30363d;
          --accent: #6cb2ff; --code-bg: #1f2329; }
}
body { color: var(--fg); background: var(--bg); margin: 0 auto; padding: 0 1rem 2rem;
       max-width: 60rem; font: 16px/1.5 system-ui, sans-serif; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
nav { padding: 0.8rem 0; border-bottom: 1px solid var(--line); color: var(--dim); }
nav .rev { font-family: ui-monospace, monospace; font-size: 0.85em; }
footer { margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 0.5rem;
         color: var(--dim); font-size: 0.8rem; }
table { border-collapse: collapse; width: 100%; }
td, th { padding: 0.3rem 1rem 0.3rem 0; text-align: left; vertical-align: baseline; }
.dim { color: var(--dim); font-size: 0.9rem; }
pre, code, .filelist { font: 13px/1.45 ui-monospace, monospace; }
pre { background: var(--code-bg); padding: 0.8rem; overflow-x: auto;
      border-radius: 6px; }
.clone { user-select: all; }
.readme { border: 1px solid var(--line); border-radius: 6px; padding: 0 1.5rem;
          margin: 1.5rem 0; }
.readme img { max-width: 100%; }
.source pre { background: none; padding: 0; margin: 0; overflow: visible; }
.source { background: var(--code-bg); padding: 0.8rem; border-radius: 6px;
          overflow-x: auto; }
.source td { padding: 0; }
.source td.linenos { padding-right: 1rem; user-select: none; text-align: right; }
.source td.linenos a { color: var(--dim); display: block; }
.source tr:target td, .source tr:has(td.linenos:hover) td {
          background: color-mix(in srgb, var(--accent) 15%, transparent); }
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.source .hll { background-color: #ffffcc }
.source { background: #f8f8f8; }
.source .c { color: #3D7B7B; font-style: italic } /* Comment */
.source .err { border: 1px solid #FF0000 } /* Error */
.source .k { color: #008000; font-weight: bold } /* Keyword */
.source .o { color: #666666 } /* Operator */
.source .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
.source .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
.source .cp { color: #9C6500 } /* Comment.Preproc */
.source .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
.source .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
.source .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.source .gd { color: #A00000 } /* Generic.Deleted */
.source .ge { font-style: italic } /* Generic.Emph */
.source .gr { color: #E40000 } /* Generic.Error */
.source .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.source .gi { color: #008400 } /* Generic.Inserted */
.source .go { color: #717171 } /* Generic.Output */
.source .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.source .gs { font-weight: bold } /* Generic.Strong */
.source .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.source .gt { color: #0044DD } /* Generic.Traceback */
.source .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.source .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.source .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.source .kp { color: #008000 } /* Keyword.Pseudo */
.source .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.source .kt { color: #B00040 } /* Keyword.Type */
.source .m { color: #666666 } /* Literal.Number */
.source .s { color: #BA2121 } /* Literal.String */
.source .na { color: #687822 } /* Name.Attribute */
.source .nb { color: #008000 } /* Name.Builtin */
.source .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.source .no { color: #880000 } /* Name.Constant */
.source .nd { color: #AA22FF } /* Name.Decorator */
.source .ni { color: #717171; font-weight: bold } /* Name.Entity */
.source .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
.source .nf { color: #0000FF } /* Name.Function */
.source .nl { color: #767600 } /* Name.Label */
.source .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.source .nt { color: #008000; font-weight: bold } /* Name.Tag */
.source .nv { color: #19177C } /* Name.Variable */
.source .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.source .w { color: #bbbbbb } /* Text.Whitespace */
.source .mb { color: #666666 } /* Literal.Number.Bin */
.source .mf { color: #666666 } /* Literal.Number.Float */
.source .mh { color: #666666 } /* Literal.Number.Hex */
.source .mi { color: #666666 } /* Literal.Number.Integer */
.source .mo { color: #666666 } /* Literal.Number.Oct */
.source .sa { color: #BA2121 } /* Literal.String.Affix */
.source .sb { color: #BA2121 } /* Literal.String.Backtick */
.source .sc { color: #BA2121 } /* Literal.String.Char */
.source .dl { color: #BA2121 } /* Literal.String.Delimiter */
.source .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.source .s2 { color: #BA2121 } /* Literal.String.Double */
.source .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
.source .sh { color: #BA2121 } /* Literal.String.Heredoc */
.source .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
.source .sx { color: #008000 } /* Literal.String.Other */
.source .sr { color: #A45A77 } /* Literal.String.Regex */
.source .s1 { color: #BA2121 } /* Literal.String.Single */
.source .ss { color: #19177C } /* Literal.String.Symbol */
.source .bp { color: #008000 } /* Name.Builtin.Pseudo */
.source .fm { color: #0000FF } /* Name.Function.Magic */
.source .vc { color: #19177C } /* Name.Variable.Class */
.source .vg { color: #19177C } /* Name.Variable.Global */
.source .vi { color: #19177C } /* Name.Variable.Instance */
.source .vm { color: #19177C } /* Name.Variable.Magic */
.source .il { color: #666666 } /* Literal.Number.Integer.Long */
@media (prefers-color-scheme: dark) {
pre { line-height: 125%; }
td.linenos .normal { color: #6e7681; background-color: #0d1117; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #6e7681; background-color: #0d1117; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #c9d1d9; background-color: #6e7681; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #c9d1d9; background-color: #6e7681; padding-left: 5px; padding-right: 5px; }
.source .hll { background-color: #6e7681 }
.source { background: #0d1117; color: #c9d1d9 }
.source .c { color: #8b949e; font-style: italic } /* Comment */
.source .err { color: #f85149 } /* Error */
.source .esc { color: #c9d1d9 } /* Escape */
.source .g { color: #c9d1d9 } /* Generic */
.source .k { color: #ff7b72 } /* Keyword */
.source .l { color: #a5d6ff } /* Literal */
.source .n { color: #c9d1d9 } /* Name */
.source .o { color: #ff7b72; font-weight: bold } /* Operator */
.source .x { color: #c9d1d9 } /* Other */
.source .p { color: #c9d1d9 } /* Punctuation */
.source .ch { color: #8b949e; font-style: italic } /* Comment.Hashbang */
.source .cm { color: #8b949e; font-style: italic } /* Comment.Multiline */
.source .cp { color: #8b949e; font-weight: bold; font-style: italic } /* Comment.Preproc */
.source .cpf { color: #8b949e; font-style: italic } /* Comment.PreprocFile */
.source .c1 { color: #8b949e; font-style: italic } /* Comment.Single */
.source .cs { color: #8b949e; font-weight: bold; font-style: italic } /* Comment.Special */
.source .gd { color: #ffa198; background-color: #490202 } /* Generic.Deleted */
.source .ge { color: #c9d1d9; font-style: italic } /* Generic.Emph */
.source .gr { color: #ffa198 } /* Generic.Error */
.source .gh { color: #79c0ff; font-weight: bold } /* Generic.Heading */
.source .gi { color: #56d364; background-color: #0f5323 } /* Generic.Inserted */
.source .go { color: #8b949e } /* Generic.Output */
.source .gp { color: #8b949e } /* Generic.Prompt */
.source .gs { color: #c9d1d9; font-weight: bold } /* Generic.Strong */
.source .gu { color: #79c0ff } /* Generic.Subheading */
.source .gt { color: #ff7b72 } /* Generic.Traceback */
.source .g-Underline { color: #c9d1d9; text-decoration: underline } /* Generic.Underline */
.source .kc { color: #79c0ff } /* Keyword.Constant */
.source .kd { color: #ff7b72 } /* Keyword.Declaration */
.source .kn { color: #ff7b72 } /* Keyword.Namespace */
.source .kp { color: #79c0ff } /* Keyword.Pseudo */
.source .kr { color: #ff7b72 } /* Keyword.Reserved */
.source .kt { color: #ff7b72 } /* Keyword.Type */
.source .ld { color: #79c0ff } /* Literal.Date */
.source .m { color: #a5d6ff } /* Literal.Number */
.source .s { color: #a5d6ff } /* Literal.String */
.source .na { color: #c9d1d9 } /* Name.Attribute */
.source .nb { color: #c9d1d9 } /* Name.Builtin */
.source .nc { color: #f0883e; font-weight: bold } /* Name.Class */
.source .no { color: #79c0ff; font-weight: bold } /* Name.Constant */
.source .nd { color: #d2a8ff; font-weight: bold } /* Name.Decorator */
.source .ni { color: #ffa657 } /* Name.Entity */
.source .ne { color: #f0883e; font-weight: bold } /* Name.Exception */
.source .nf { color: #d2a8ff; font-weight: bold } /* Name.Function */
.source .nl { color: #79c0ff; font-weight: bold } /* Name.Label */
.source .nn { color: #ff7b72 } /* Name.Namespace */
.source .nx { color: #c9d1d9 } /* Name.Other */
.source .py { color: #79c0ff } /* Name.Property */
.source .nt { color: #7ee787 } /* Name.Tag */
.source .nv { color: #79c0ff } /* Name.Variable */
.source .ow { color: #ff7b72; font-weight: bold } /* Operator.Word */
.source .pm { color: #c9d1d9 } /* Punctuation.Marker */
.source .w { color: #6e7681 } /* Text.Whitespace */
.source .mb { color: #a5d6ff } /* Literal.Number.Bin */
.source .mf { color: #a5d6ff } /* Literal.Number.Float */
.source .mh { color: #a5d6ff } /* Literal.Number.Hex */
.source .mi { color: #a5d6ff } /* Literal.Number.Integer */
.source .mo { color: #a5d6ff } /* Literal.Number.Oct */
.source .sa { color: #79c0ff } /* Literal.String.Affix */
.source .sb { color: #a5d6ff } /* Literal.String.Backtick */
.source .sc { color: #a5d6ff } /* Literal.String.Char */
.source .dl { color: #79c0ff } /* Literal.String.Delimiter */
.source .sd { color: #a5d6ff } /* Literal.String.Doc */
.source .s2 { color: #a5d6ff } /* Literal.String.Double */
.source .se { color: #79c0ff } /* Literal.String.Escape */
.source .sh { color: #79c0ff } /* Literal.String.Heredoc */
.source .si { color: #a5d6ff } /* Literal.String.Interpol */
.source .sx { color: #a5d6ff } /* Literal.String.Other */
.source .sr { color: #79c0ff } /* Literal.String.Regex */
.source .s1 { color: #a5d6ff } /* Literal.String.Single */
.source .ss { color: #a5d6ff } /* Literal.String.Symbol */
.source .bp { color: #c9d1d9 } /* Name.Builtin.Pseudo */
.source .fm { color: #d2a8ff; font-weight: bold } /* Name.Function.Magic */
.source .vc { color: #79c0ff } /* Name.Variable.Class */
.source .vg { color: #79c0ff } /* Name.Variable.Global */
.source .vi { color: #79c0ff } /* Name.Variable.Instance */
.source .vm { color: #79c0ff } /* Name.Variable.Magic */
.source .il { color: #a5d6ff } /* Literal.Number.Integer.Long */
}
