:root,[data-theme=light]{--bg:#fffff8;--text:#222;--text-muted:#666;--accent:#005577;--link-visited:#553377;--border:#ccc;--code-bg:#f4f4ec}[data-theme=dark]{--bg:#0a0a08;--text:#33ff66;--text-muted:#22bb44;--accent:#33ff66;--link-visited:#66ff99;--border:#224422;--code-bg:#111810}*{box-sizing:border-box}body{font-family:ui-monospace,cascadia code,source code pro,Menlo,Consolas,dejavu sans mono,monospace;font-size:15px;line-height:1.6;margin:0 auto;padding:1.5rem;max-width:70ch;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}a:visited{color:var(--link-visited)}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.title{text-decoration:none}.title h1{font-size:1em;font-weight:700;margin:0}#theme-toggle{font-family:inherit;font-size:1em;background:0 0;border:1px solid var(--border);color:var(--text-muted);padding:2px 8px;cursor:pointer}#theme-toggle:hover{border-color:var(--accent);color:var(--accent)}#theme-toggle .sun{display:none}#theme-toggle .moon{display:inline}[data-theme=dark] #theme-toggle .sun{display:inline}[data-theme=dark] #theme-toggle .moon{display:none}nav{padding:.5rem 0;margin-bottom:1rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}nav a{margin-right:1.5em;color:var(--text-muted)}nav a:hover{color:var(--accent)}.gopher-type{color:var(--text-muted);display:inline}.top-links,.bottom-links{margin:1rem 0;white-space:nowrap}.top-links a,.bottom-links a{margin-right:1.5em;display:inline}.top-links .gopher-type,.bottom-links .gopher-type{display:inline}.posts{margin-top:1.5rem}.post{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dotted var(--border)}.post:last-child{border-bottom:none}.post-title{font-size:1em;font-weight:400;margin:0 0 .25rem}.post-header{color:var(--text-muted);font-size:.9em;margin-bottom:.25rem}.post-num{margin-right:1em}.post-title a{color:var(--text);text-decoration:none}.post-title a:hover{color:var(--accent)}.post-title a:visited{color:var(--text)}.post-summary{color:var(--text-muted);font-size:.95em;line-height:1.5;margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;margin:1.5rem 0 .5rem;line-height:1.3}h1{font-size:1.1em}h2{font-size:1em}h3{font-size:1em}p{margin:.5rem 0}ul,ol{padding-left:1.5em;margin:.5rem 0}li{margin:.25rem 0}ul.blog-posts{list-style:none;padding:0}ul.blog-posts li{padding:.5rem 0;border-bottom:1px dotted var(--border)}ul.blog-posts li::before{content:"[TXT] ";color:var(--text-muted)}ul.blog-posts li span{color:var(--text-muted)}code{font-family:inherit;background:var(--code-bg);padding:1px 4px}pre{background:var(--code-bg);border:1px solid var(--border);padding:.75rem;overflow-x:auto}pre code{background:0 0;padding:0}blockquote{border-left:2px solid var(--text-muted);margin:.5rem 0;padding-left:1rem;color:var(--text-muted)}table{width:100%;border-collapse:collapse;margin:.5rem 0}th,td{border:1px solid var(--border);padding:.25rem .5rem;text-align:left}img{max-width:100%;height:auto}footer{margin-top:2rem;color:var(--text-muted);font-size:.9em}footer a{color:var(--text-muted)}footer a:hover{color:var(--accent)}.skip-link{position:absolute;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}p.byline{color:var(--text-muted)}figure{margin:.5rem 0}figcaption{color:var(--text-muted);font-size:.9em}::selection{background:var(--text);color:var(--bg)}@media(max-width:600px){body{font-size:14px;padding:1rem}.top-links,.bottom-links{white-space:normal}.top-links a,.bottom-links a,.top-links .gopher-type,.bottom-links .gopher-type{display:inline}}