/* EMPYREAN syntax palettes — theme-aware code blocks.
   Regenerate: see comment in style.css near .post-body pre.
   Dark = monokai (Nocturne), Light = tango (Day). <pre> owns the surface. */

/* ── Nocturne (dark) — monokai ── */
[data-theme="dark"] .post-body .bg { color:#f8f8f2; }
[data-theme="dark"] .post-body .chroma { color:#f8f8f2; }
[data-theme="dark"] .post-body .chroma .err { color:#960050;}
[data-theme="dark"] .post-body .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
[data-theme="dark"] .post-body .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
[data-theme="dark"] .post-body .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
[data-theme="dark"] .post-body .chroma .hl { }
[data-theme="dark"] .post-body .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 }
[data-theme="dark"] .post-body .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 }
[data-theme="dark"] .post-body .chroma .line { display:flex; }
[data-theme="dark"] .post-body .chroma .k { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .kc { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .kd { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .kn { color:#f92672 }
[data-theme="dark"] .post-body .chroma .kp { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .kr { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .kt { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .na { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .nc { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .no { color:#66d9ef }
[data-theme="dark"] .post-body .chroma .nd { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .ne { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .nx { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .nt { color:#f92672 }
[data-theme="dark"] .post-body .chroma .nf { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .fm { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .l { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .ld { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .s { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sa { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sb { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sc { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .dl { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sd { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .s2 { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .se { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .sh { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .si { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sx { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .sr { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .s1 { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .ss { color:#e6db74 }
[data-theme="dark"] .post-body .chroma .m { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .mb { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .mf { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .mh { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .mi { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .il { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .mo { color:#ae81ff }
[data-theme="dark"] .post-body .chroma .o { color:#f92672 }
[data-theme="dark"] .post-body .chroma .ow { color:#f92672 }
[data-theme="dark"] .post-body .chroma .c { color:#75715e }
[data-theme="dark"] .post-body .chroma .ch { color:#75715e }
[data-theme="dark"] .post-body .chroma .cm { color:#75715e }
[data-theme="dark"] .post-body .chroma .c1 { color:#75715e }
[data-theme="dark"] .post-body .chroma .cs { color:#75715e }
[data-theme="dark"] .post-body .chroma .cp { color:#75715e }
[data-theme="dark"] .post-body .chroma .cpf { color:#75715e }
[data-theme="dark"] .post-body .chroma .gd { color:#f92672 }
[data-theme="dark"] .post-body .chroma .ge { font-style:italic }
[data-theme="dark"] .post-body .chroma .gi { color:#a6e22e }
[data-theme="dark"] .post-body .chroma .gs { font-weight:bold }
[data-theme="dark"] .post-body .chroma .gu { color:#75715e }

/* ── Day (light) — tango ── */
[data-theme="light"] .post-body .bg {  }
[data-theme="light"] .post-body .chroma {  }
[data-theme="light"] .post-body .chroma .x { color:#000 }
[data-theme="light"] .post-body .chroma .err { color:#a40000 }
[data-theme="light"] .post-body .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
[data-theme="light"] .post-body .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
[data-theme="light"] .post-body .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
[data-theme="light"] .post-body .chroma .hl { }
[data-theme="light"] .post-body .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 }
[data-theme="light"] .post-body .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 }
[data-theme="light"] .post-body .chroma .line { display:flex; }
[data-theme="light"] .post-body .chroma .k { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kc { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kd { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kn { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kp { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kr { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .kt { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .n { color:#000 }
[data-theme="light"] .post-body .chroma .na { color:#c4a000 }
[data-theme="light"] .post-body .chroma .nc { color:#000 }
[data-theme="light"] .post-body .chroma .no { color:#000 }
[data-theme="light"] .post-body .chroma .nd { color:#5c35cc;font-weight:bold }
[data-theme="light"] .post-body .chroma .ni { color:#ce5c00 }
[data-theme="light"] .post-body .chroma .ne { color:#c00;font-weight:bold }
[data-theme="light"] .post-body .chroma .nl { color:#f57900 }
[data-theme="light"] .post-body .chroma .nn { color:#000 }
[data-theme="light"] .post-body .chroma .nx { color:#000 }
[data-theme="light"] .post-body .chroma .py { color:#000 }
[data-theme="light"] .post-body .chroma .nt { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .nb { color:#204a87 }
[data-theme="light"] .post-body .chroma .bp { color:#3465a4 }
[data-theme="light"] .post-body .chroma .nv { color:#000 }
[data-theme="light"] .post-body .chroma .vc { color:#000 }
[data-theme="light"] .post-body .chroma .vg { color:#000 }
[data-theme="light"] .post-body .chroma .vi { color:#000 }
[data-theme="light"] .post-body .chroma .vm { color:#000 }
[data-theme="light"] .post-body .chroma .nf { color:#000 }
[data-theme="light"] .post-body .chroma .fm { color:#000 }
[data-theme="light"] .post-body .chroma .l { color:#000 }
[data-theme="light"] .post-body .chroma .ld { color:#000 }
[data-theme="light"] .post-body .chroma .s { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sa { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sb { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sc { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .dl { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sd { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .s2 { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .se { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sh { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .si { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sx { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .sr { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .s1 { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .ss { color:#4e9a06 }
[data-theme="light"] .post-body .chroma .m { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .mb { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .mf { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .mh { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .mi { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .il { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .mo { color:#0000cf;font-weight:bold }
[data-theme="light"] .post-body .chroma .o { color:#ce5c00;font-weight:bold }
[data-theme="light"] .post-body .chroma .ow { color:#204a87;font-weight:bold }
[data-theme="light"] .post-body .chroma .p { color:#000;font-weight:bold }
[data-theme="light"] .post-body .chroma .c { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .ch { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .cm { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .c1 { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .cs { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .cp { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .cpf { color:#8f5902;font-style:italic }
[data-theme="light"] .post-body .chroma .g { color:#000 }
[data-theme="light"] .post-body .chroma .gd { color:#a40000 }
[data-theme="light"] .post-body .chroma .ge { color:#000;font-style:italic }
[data-theme="light"] .post-body .chroma .gr { color:#ef2929 }
[data-theme="light"] .post-body .chroma .gh { color:#000080;font-weight:bold }
[data-theme="light"] .post-body .chroma .gi { color:#00a000 }
[data-theme="light"] .post-body .chroma .go { color:#000;font-style:italic }
[data-theme="light"] .post-body .chroma .gp { color:#8f5902 }
[data-theme="light"] .post-body .chroma .gs { color:#000;font-weight:bold }
[data-theme="light"] .post-body .chroma .gu { color:#800080;font-weight:bold }
[data-theme="light"] .post-body .chroma .gt { color:#a40000;font-weight:bold }
[data-theme="light"] .post-body .chroma .gl { color:#000;text-decoration:underline }
[data-theme="light"] .post-body .chroma .w { color:#f8f8f8;text-decoration:underline }
