﻿:root{color-scheme:dark;--cga-black: #000000;--cga-blue: #0000aa;--cga-green: #00aa00;--cga-cyan: #00aaaa;--cga-red: #aa0000;--cga-magenta: #aa00aa;--cga-brown: #aa5500;--cga-white: #aaaaaa;--cga-bblack: #555555;--cga-bblue: #5555ff;--cga-bgreen: #55ff55;--cga-bcyan: #55ffff;--cga-bred: #ff5555;--cga-bmag: #ff55ff;--cga-yellow: #ffff55;--cga-bwhite: #ffffff;--bg: var(--cga-black);--bg-pane: #120000;--text: var(--cga-bwhite);--text-dim: var(--cga-white);--accent: var(--cga-bcyan);--link-visited: var(--cga-magenta);--heading: var(--cga-yellow);--pipe: var(--cga-bred);--pipe-soft: #7a2a2a;--label-bg: var(--cga-bred);--pipe-w: 0.25ch;--check-shade: #333;--font-mono: "IBM VGA 8x16", monospace;--cell-w: 1ch;--cell-h: 1rlh}@font-face{font-family:"IBM VGA 8x16";src:url("fonts/IBM_VGA_8x16.woff") format("woff");font-weight:normal;font-style:normal;font-display:block}*,*::before,*::after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;line-height:1}pre{font-family:var(--font-mono);line-height:1}html{-webkit-text-size-adjust:100%;font-family:var(--font-mono);font-size:16px;line-height:1}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:none;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,table,pre,hr,figure{margin:0 0 var(--cell-h)}ul,ol{padding-left:calc(2*var(--cell-w))}li{margin:0}.prose :is(p,ul,ol,blockquote,table,hr){max-width:80ch}.prose{overflow-wrap:break-word}.prose>:first-child{margin-top:0}a{color:var(--accent);text-decoration:underline;text-underline-offset:.1875em}a:visited{color:var(--link-visited)}a:hover{color:var(--cga-bwhite)}img{max-width:100%;height:auto}.prose p:has(>img:only-child){max-width:120ch}.prose p>img:only-child{display:block;margin-inline:auto}code{font-family:var(--font-mono)}abbr[title]{text-decoration:underline dotted;cursor:help}.site-header,main,.site-footer{width:min(124ch,98vw);margin-inline:auto}.site-header{padding:calc(2*var(--cell-h)) calc(2*var(--cell-w)) var(--cell-h)}main{padding:var(--cell-h) calc(2*var(--cell-w))}.site-footer{padding:var(--cell-h) calc(2*var(--cell-w)) calc(3*var(--cell-h));color:var(--text-dim)}.footer-bar{height:var(--cell-h);margin:0 0 var(--cell-h);background:var(--label-bg)}.footer-art{overflow:hidden;margin:0;color:var(--accent)}.skip-link{position:absolute;left:1rem;top:calc(-3*var(--cell-h));z-index:50;background:var(--cga-yellow);color:var(--bg);padding:0 var(--cell-w);font-weight:700;transition:top .15s ease}.skip-link:focus{top:var(--cell-h)}.site-title{color:var(--heading);margin-bottom:0}.tagline{color:var(--text-dim)}.badge{display:inline-block;background:var(--label-bg);color:var(--bg);padding:0 calc(.5*var(--cell-w));line-height:1}.site-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0 calc(2*var(--cell-w))}.site-nav a{color:var(--accent);text-decoration:underline;text-underline-offset:.1875em;border-bottom:1px solid rgba(0,0,0,0)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent);border-bottom-color:var(--accent)}.banner{display:none;font-family:var(--font-mono);line-height:1;color:var(--accent);margin:0 0 var(--cell-h);white-space:pre;overflow:hidden}@media (min-width: 640px){.banner{display:block}}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--bg);background:var(--label-bg);padding:0 var(--cell-w);margin-top:calc(2*var(--cell-h));position:relative}.prose h1::before,.prose h2::before,.prose h3::before,.prose h4::before,.prose h5::before,.prose h6::before{position:absolute;right:calc(100% - 1px);top:0;line-height:1;color:var(--pipe);white-space:pre}.prose h1::before{content:"▓█"}.prose h2::before{content:"▒▓█"}.prose h3::before{content:"░▒▓█"}.prose h4::before{content:"░░▒▓█"}.prose h5::before{content:"░░░▒▓█"}.prose h6::before{content:"░░░░▒▓█"}.prose h1{margin-left:2ch}.prose h2{margin-left:3ch}.prose h3{margin-left:4ch}.prose h4{margin-left:5ch}.prose h5{margin-left:6ch}.prose h6{margin-left:7ch}.prose p{color:var(--text)}.prose strong{color:var(--cga-bwhite);font-weight:normal;text-shadow:1px 0}.prose em{color:var(--cga-bmag);font-style:italic}.prose del{color:var(--cga-bblack);text-decoration:line-through}.prose blockquote{padding:0 0 0 calc(2*var(--cell-w));box-shadow:inset var(--pipe-w) 0 0 var(--pipe);color:var(--cga-bred)}.prose blockquote p{margin:0;color:inherit}.prose blockquote strong{color:var(--cga-bred)}.prose [class*=markdown-alert]{--sev: var(--cga-bred);padding:0 0 0 calc(2*var(--cell-w));box-shadow:inset var(--pipe-w) 0 0 var(--sev);color:var(--text)}.prose .markdown-alert-note{--sev: var(--cga-bcyan)}.prose .markdown-alert-tip{--sev: var(--cga-bgreen)}.prose .markdown-alert-important{--sev: var(--cga-bmag)}.prose .markdown-alert-warning{--sev: var(--cga-yellow)}.prose .markdown-alert-caution{--sev: var(--cga-bred)}.prose [class*=markdown-alert]>p:first-child::before{display:block;width:fit-content;margin-left:calc(-2*var(--cell-w));background:var(--sev);color:var(--bg);padding:0 var(--cell-w) 0 calc(2*var(--cell-w))}.prose .markdown-alert-note>p:first-child::before{content:"NOTE"}.prose .markdown-alert-tip>p:first-child::before{content:"TIP"}.prose .markdown-alert-important>p:first-child::before{content:"IMPORTANT"}.prose .markdown-alert-warning>p:first-child::before{content:"WARNING"}.prose .markdown-alert-caution>p:first-child::before{content:"CAUTION"}.prose code{background:color-mix(in srgb, var(--text) 12%, var(--bg));color:var(--cga-bgreen);padding:0 .5ch}.prose pre{--frame-off: calc(var(--cell-h) / 2);background:linear-gradient(var(--pipe), var(--pipe)) left 0 top 0/100% 1px no-repeat,linear-gradient(var(--pipe), var(--pipe)) left 0 top 0/1px calc(100% - var(--frame-off)) no-repeat,linear-gradient(var(--pipe), var(--pipe)) right 0 top 0/1px calc(100% - var(--frame-off)) no-repeat,linear-gradient(var(--pipe), var(--pipe)) left 0 bottom var(--frame-off)/100% 1px no-repeat,linear-gradient(var(--bg-pane), var(--bg-pane)) left 0 top 0/100% calc(100% - var(--cell-h)) no-repeat;padding:var(--cell-h) calc(2*var(--cell-w)) var(--cell-h);color:var(--cga-bgreen);line-height:1;width:100%;max-width:120ch;position:relative;}.prose pre>code[data-lang]::after{content:"┤" attr(data-lang) "├";position:absolute;bottom:0;right:2ch;background:linear-gradient(var(--pipe), var(--pipe)) left 0 bottom var(--frame-off)/5px 1px no-repeat,linear-gradient(var(--pipe), var(--pipe)) right 0 bottom var(--frame-off)/5px 1px no-repeat,var(--bg);color:var(--pipe);line-height:1;white-space:pre}.prose pre>code{display:block;overflow-x:auto;background:none;border:0;padding:0;color:inherit;line-height:1;scrollbar-width:auto;scrollbar-color:var(--pipe) var(--bg)}.prose pre>code::-webkit-scrollbar{height:var(--cell-h)}.prose pre>code::-webkit-scrollbar-track{background:var(--bg)}.prose pre>code::-webkit-scrollbar-thumb{background:var(--pipe)}.prose pre code .z-i{font-style:normal}.prose pre code .giallo-l{display:inline-block;min-height:1lh;width:100%}.prose pre code .giallo-ln{display:inline-block;user-select:none;margin-right:1ch;padding:0;min-width:3ch;text-align:right;opacity:1;color:var(--cga-green)}.prose hr{border:0;height:var(--cell-h);color:var(--pipe);overflow:hidden;white-space:pre}.prose hr::after{content:"════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════"}.prose table{border-collapse:collapse;width:100%}.prose caption{caption-side:top;text-align:left;color:var(--text-dim);margin-bottom:0}.prose th,.prose td{padding:0 var(--cell-w);text-align:left;box-shadow:inset -1px 0 0 var(--pipe-soft),inset 0 -1px 0 var(--pipe-soft)}.prose tbody td:first-child{box-shadow:inset -1px 0 0 var(--pipe-soft),inset 0 -1px 0 var(--pipe-soft),inset 1px 0 0 var(--pipe-soft)}.prose thead th{color:var(--bg);background:var(--label-bg);padding:0 var(--cell-w);box-shadow:inset -1px 0 0 var(--label-bg),inset 0 1px 0 var(--label-bg),inset 1px 0 0 var(--label-bg),inset 0 -1px 0 var(--pipe-soft)}.prose tbody tr:nth-child(even){background:var(--bg-pane)}.prose td code,.prose th code{background:none;padding:0}.prose ul{list-style-type:"• "}.prose ul ul{list-style-type:"○ "}.prose ul li::marker,.prose ol li::marker{color:var(--pipe)}.prose ol{padding-left:calc(3*var(--cell-w))}.prose input[type=checkbox]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.prose li:has(>input[type=checkbox]){list-style-type:none}.prose li:has(>input[type=checkbox])::before{content:"";display:inline-block;width:.75em;height:.75em;margin-left:calc(-2*var(--cell-w));margin-right:calc(-.5*var(--cell-w));vertical-align:middle;background:var(--check-shade);box-shadow:inset 0 0 0 1px var(--cga-bblack)}.prose li:has(>input[type=checkbox]:checked)::before{background-color:var(--label-bg);box-shadow:inset 0 0 0 1px var(--label-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 4.2 L3.4 6.2 L7 1.3' fill='none' stroke='%23555555' stroke-width='1.6'/%3E%3C/svg%3E");background-position:center;background-size:75% 75%;background-repeat:no-repeat}.prose li:has(>input[type=checkbox]:focus-visible)::before{outline:2px solid var(--cga-yellow);outline-offset:2px}.prose sup{font-size:inherit;vertical-align:baseline;line-height:0}.prose sup a{color:inherit;text-decoration:none}.prose sup.footnote-reference{color:var(--pipe)}.prose sup.footnote-reference::before{content:"["}.prose sup.footnote-reference::after{content:"]"}.prose .footnote-definition{position:relative;padding-left:calc(3*var(--cell-w));color:var(--text-dim)}.prose .footnote-definition-label{position:absolute;left:0;color:var(--pipe);line-height:1}.prose figcaption{color:var(--text-dim);align-self:stretch;text-align:center}.prose figure{display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:100%;margin-inline:auto}.prose figure>img{display:block;max-width:100%}a:focus-visible,.skip-link:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--cga-yellow);outline-offset:2px;background:color-mix(in srgb, var(--cga-yellow) 12%, rgba(0,0,0,0))}@media (prefers-reduced-motion: reduce){*,*::before,*::after{transition-duration:.001ms !important;scroll-behavior:auto !important}}.swatch{display:inline-block;width:1ch;height:1em;background:var(--c, var(--bg));box-shadow:inset 0 0 0 1px var(--pipe-soft);vertical-align:calc(var(--cell-h)/-4);margin-right:1ch}.prose ul.post-list{padding-left:0;max-width:none}.post-list li{display:flex;margin-bottom:var(--cell-h)}.post-list .leader{flex:1;overflow:hidden;white-space:nowrap;color:var(--text-dim)}.post-list .leader::after{content:"............................................................................................................................................................"}.post-list time{flex-shrink:0;white-space:nowrap}.ascii-art{display:block;font-family:"Unifont",monospace;white-space:pre;overflow-x:auto;text-decoration:none;margin:0 0 var(--cell-h);color:var(--text)}.ascii-art:hover{color:var(--accent)}