:root,:root[data-theme=light]{--bg: #fbf6dd;--text: #1a1a1a;--text-muted: #6a644e;--accent: #b8860b;--border: #ebe2bc;--code-bg: #f2eacc}:root[data-theme=grey]{--bg: #8a8985;--text: #f5f3ee;--text-muted: #d4d2cc;--accent: #1a1a1a;--border: #6e6d6a;--code-bg: #76756f}*{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--text);color:var(--bg)}html{scroll-behavior:smooth}body{font-family:"Source Serif 4",Georgia,serif;background:var(--bg);color:var(--text);line-height:1.75;font-size:18px;transition:background-color .25s ease,color .25s ease}.mono{font-family:JetBrains Mono,monospace}nav{position:fixed;top:0;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background:var(--bg);z-index:100}.nav-left{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:500;color:var(--text);text-decoration:none}.nav-right{display:flex;align-items:center;gap:1.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.nav-right a{color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-right a:hover{color:var(--text)}.theme-toggle{position:relative;width:38px;height:22px;padding:0;margin-left:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--code-bg);cursor:pointer;transition:background-color .25s ease,border-color .25s ease;flex-shrink:0}.theme-toggle:focus-visible{outline:2px solid var(--text);outline-offset:2px}.theme-toggle-thumb{display:block;position:absolute;top:50%;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0000002e;transform:translateY(-50%);transition:left .25s ease}:root[data-theme=grey] .theme-toggle{background:#6e6d6a;border-color:#5a5957}:root[data-theme=grey] .theme-toggle-thumb{left:calc(100% - 18px)}main{max-width:680px;margin:0 auto;padding:8rem 2rem 6rem}.hero{margin-bottom:5rem}.hero h1{font-size:clamp(2.5rem,7vw,3.75rem);font-weight:400;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.hero .lead{font-size:1.2rem;color:var(--text-muted);max-width:560px}.hero-aside{margin-top:1.5rem;font-size:1rem;font-style:italic;color:var(--text-muted);line-height:1.5}section{margin-bottom:4rem}.section-label{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.post-list{list-style:none}.post-list li{border-bottom:1px solid var(--border)}.post-list li:last-child{border-bottom:none}.post-list a{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 0;color:var(--text);text-decoration:none}.post-list a:hover .post-title{color:var(--accent)}.post-title{font-size:1.1rem;transition:color .2s}.post-date{font-size:.95rem;font-style:italic;color:var(--text-muted);white-space:nowrap}.post-header{margin-bottom:3rem}.post-header h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:400;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.post-meta{font-size:.95rem;font-style:italic;color:var(--text-muted)}.post-body{font-size:1.1rem}.post-body p,.post-body ul,.post-body ol,.post-body blockquote,.post-body pre{margin-bottom:1.5rem}.post-body h2{font-size:1.5rem;font-weight:500;margin:2.5rem 0 1rem;letter-spacing:-.005em}.post-body h3{font-size:1.2rem;font-weight:500;margin:2rem 0 .75rem}.post-body a{color:var(--text);text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px;transition:text-decoration-color .2s}.post-body a:hover{text-decoration-color:var(--accent)}.post-body ul,.post-body ol{padding-left:1.5rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:3px solid var(--border);padding-left:1.25rem;color:var(--text-muted);font-style:italic}.post-body code{font-family:JetBrains Mono,monospace;font-size:.9em;background:var(--code-bg);padding:.1em .35em;border-radius:3px}.post-body pre{background:var(--code-bg);padding:1.25rem;border-radius:6px;overflow-x:auto;font-size:.9rem;line-height:1.6}.post-body pre code{background:none;padding:0}.post-body img{max-width:100%;height:auto;border-radius:6px;margin:1.5rem 0}.post-body hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.back-link{display:inline-block;margin-top:4rem;font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-muted);text-decoration:none}.back-link:hover{color:var(--text)}.admin-link{position:fixed;bottom:.5rem;left:.5rem;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;font-size:14px;line-height:1;opacity:0;transition:opacity .2s ease;z-index:50}.admin-link:hover,.admin-link:focus-visible{opacity:.5}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 0;list-style:none;padding:0}.tag{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.02em;color:var(--text-muted);background:var(--code-bg);border:1px solid var(--border);border-radius:999px;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s,transform .1s}.tag:hover,.tag:focus-visible{color:var(--text);border-color:var(--text-muted)}.tag:active{transform:translateY(1px)}.tag-count{display:inline-block;min-width:1rem;padding:0 .35rem;font-size:.65rem;text-align:center;color:var(--bg);background:var(--text-muted);border-radius:999px;line-height:1.35}.tags-sm .tag{padding:.15rem .55rem;font-size:.65rem}.muted-link{color:var(--text-muted);text-decoration:none;margin-left:.75rem;font-size:.95rem}.muted-link:hover{color:var(--text)}.empty{color:var(--text-muted);font-style:italic}.callout{margin:1.75rem 0;padding:1rem 1.25rem;border-left:3px solid var(--callout-accent, var(--accent));background:var(--callout-bg, var(--code-bg));border-radius:0 6px 6px 0}.callout-title{font-family:JetBrains Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--callout-accent, var(--accent));margin-bottom:.5rem!important}.callout-body>:last-child{margin-bottom:0!important}.callout-info{--callout-accent: #3a7bd5;--callout-bg: rgba(58, 123, 213, .08)}.callout-note{--callout-accent: #6b7280;--callout-bg: rgba(107, 114, 128, .08)}.callout-warn{--callout-accent: #d97706;--callout-bg: rgba(217, 119, 6, .08)}.callout-tip{--callout-accent: #059669;--callout-bg: rgba(5, 150, 105, .08)}:root[data-theme=grey] .callout-info{--callout-bg: rgba(255, 255, 255, .06);--callout-accent: #aac8ff}:root[data-theme=grey] .callout-note{--callout-bg: rgba(255, 255, 255, .06);--callout-accent: #d8d6cf}:root[data-theme=grey] .callout-warn{--callout-bg: rgba(255, 255, 255, .06);--callout-accent: #f5c187}:root[data-theme=grey] .callout-tip{--callout-bg: rgba(255, 255, 255, .06);--callout-accent: #98e0c4}.post-body lite-youtube,.post-body iframe,.post-body .twitter-tweet,.post-body .astro-embed-tweet{margin:1.75rem auto;display:block}.post-body .katex-display{margin:1.5rem 0;overflow-x:auto;overflow-y:hidden}@media(max-width:600px){nav{padding:1rem 1.25rem}main{padding:6rem 1.25rem 4rem}.post-list a{flex-direction:column;align-items:flex-start;gap:.25rem}}
