﻿:root{--white: #eee;--black: #151719;--red: #d66;--green: #bac55d;--yellow: #ebcd61;--blue: #8eb7df;--magenta: #ceacde;--cyan: #7bbdb3;--yellow: #ebcd61;--bright-white: #fff;--bright-black: #555753;--bright-red: #fd7779;--bright-yellow: #f9d970;--bright-blue: #96c1e8;--bright-magenta: #dbb8ec;--bright-cyan: #8ed8cc;--bright-yellow: #f9d970;--body-content-width: 80ch;--body-padding: 1ch;--body-bg: var(--black);--body-fg: var(--white);--body-font-family: JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;--body-font-size: 16px;--body-line-height: 1.5;--body-font-weight: 400;--text-glow: 0 0 1px color-mix(in oklch, currentcolor, #fff),0 0 6px currentcolor,0 0 10px color-mix(in oklch, currentcolor, #000)}::selection{background:var(--body-fg);color:var(--body-bg);text-shadow:none}html{box-sizing:border-box;font-size:var(--body-font-size)}*,*:before,*:after{box-sizing:inherit}*:not(small),*:not(small):before,*:not(small):after{font-size:1rem}body{display:block;background:var(--body-bg);color:var(--body-fg);font-weight:normal;padding:var(--body-padding);font-family:var(--body-font-family);line-height:var(--body-line-height);-webkit-font-smoothing:antialiased}h1:before,h2:before,h3:before,h4:before,h5:before,h6:before{content:"> ";font-size:inherit}h1,h2,h3,h4,h5,h6{color:var(--red);font-weight:500;margin:1ch 0;text-shadow:var(--text-glow);font-size:1.25rem;text-transform:uppercase;line-height:1.2}h1{color:var(--green)}p{margin:1ch 2.5ch 1ch}em{color:color-mix(in oklch, currentColor, currentColor);text-shadow:var(--text-glow)}a{color:var(--blue);text-decoration:underline;transition:color .2s linear}a:hover{color:var(--bright-green);text-shadow:var(--text-glow)}a:focus:before{font-weight:bold}footer{text-shadow:var(--text-glow)}footer p{margin:1ch 0}ul{padding-left:0;margin-left:2ch;list-style:none}li{margin-left:2ch}li:before{content:"* ";color:var(--yellow);text-shadow:var(--text-glow)}abbr[title]{text-decoration:none;border-bottom:1px dotted;position:relative}.container{margin:0 auto;display:block;max-width:var(--body-content-width)}@keyframes blinkymcgee{50%{opacity:0}}.blinky:before{content:"_";animation:blinkymcgee 1s step-start infinite;-webkit-animation:blinkymcgee 1s step-start infinite;-moz-animation:blinkymcgee 1s step-start infinite;cursor:pointer}.blinky.blinky-block:before{content:"█"}