:root{--bg: #FCFCFC;--text: #1A1A1A;--text-muted: #6B6B6B;--heading: #2D2D2D;--border: #E0E0E0;--link: #2D2D2D;--link-hover: #000000;--nav-text: #5C7A5C}@media (prefers-color-scheme: dark){:root{--bg: #1F1F1F;--text: #E5E5E5;--text-muted: #9A9A9A;--heading: #D4D4D4;--border: #3D3D3D;--link: #D4D4D4;--link-hover: #FFFFFF;--nav-text: #7A8F7A}}body{max-width:800px;margin:40px auto;padding:0 20px;line-height:1.6;font-family:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;background-color:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--link-hover)}img{max-width:100%}h1,h2,h3,h4,h5,h6{color:var(--heading)}header{margin-bottom:24px}header nav{display:flex;justify-content:space-between;align-items:center;font-style:italic;font-size:0.85em}header nav a{color:var(--nav-text);text-decoration:none}header nav a:hover{text-decoration:underline}header .site-title{color:var(--text);display:flex;align-items:center}header .site-title a{color:var(--nav-text)}header .site-logo{height:1.2em;width:auto;margin-right:6px}header .site-name{font-size:1.1em}header .section-sep{margin-left:0.15em}header .nav-links a{margin-left:16px}.list-header{display:flex;justify-content:space-between;align-items:center}.list-header h1{margin:0}.list-header .rss-link{color:var(--text-muted);text-decoration:none;font-size:0.85em;display:inline-flex;align-items:center;gap:4px}.list-header .rss-link:hover{color:var(--link-hover)}.post-list{padding-left:0;list-style:none;margin:0}.post-list li{padding:4px 0}.post-list .post-title{text-decoration:none}.post-list .post-title:hover{text-decoration:underline}.post-list .post-meta{font-size:0.8em;color:var(--text-muted);margin-right:8px}.home{text-align:center}.home img{border-radius:100%}.home blockquote,.home blockquote+p{font-size:0.75em}.about img{display:inline;vertical-align:middle;height:2em;width:2em;object-fit:contain;margin-right:0.3em;border-radius:6px}.about img.profile{display:block;margin:0 auto;width:50%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:100%}.about .social-links{display:flex;justify-content:center;gap:20px;margin:16px 0}.about .social-links a{color:var(--text-muted);text-decoration:none}.about .social-links a:hover{color:var(--link-hover)}.about .entry{border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-bottom:12px}.about .entry-header{display:flex;justify-content:space-between;align-items:center}.about .date{color:var(--text-muted);position:relative;top:-0.15em}
