:root{--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--content-width: 65ch;--wide-width: 72ch;--radius: 4px}:root{color-scheme:dark;--bg: #0f0f10;--bg-muted: #17181a;--fg: #e6e6e8;--fg-muted: #9a9ba0;--border: #26272b;--accent: #7aa2f7;--accent-hover: #9fb8f8}:root[data-theme=light]{color-scheme:light;--bg: #ffffff;--bg-muted: #f6f6f7;--fg: #1a1a1d;--fg-muted: #6b6c73;--border: #e4e4e7;--accent: #1f4fcc;--accent-hover: #1a3fa0}*{box-sizing:border-box}html{font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--fg)}body{margin:0;line-height:1.7}.site{max-width:var(--wide-width);margin:0 auto;padding:2rem 1.25rem 4rem}.site-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:3rem}.site-header .brand{font-weight:600;text-decoration:none;color:var(--fg);font-size:1rem}.site-header nav{display:flex;gap:1.25rem;align-items:center}.site-header nav a{color:var(--fg-muted);text-decoration:none;font-size:.95rem}.site-header nav a:hover,.site-header nav a.active{color:var(--fg)}.site-footer{margin-top:6rem;padding-top:1.25rem;border-top:1px solid var(--border);color:var(--fg-muted);font-size:.85rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer a{color:var(--fg-muted)}.site-footer a:hover{color:var(--fg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}h1,h2,h3,h4{line-height:1.25;margin:2em 0 .6em;font-weight:600;letter-spacing:-.01em}h1{font-size:2rem;margin-top:.5em}h2{font-size:1.4rem}h3{font-size:1.15rem}p,ul,ol,blockquote{margin:1em 0}hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}img{max-width:100%;height:auto}.prose{max-width:var(--content-width);margin:0 auto}.prose p{margin:1.1em 0}.prose blockquote{border-left:2px solid var(--border);padding-left:1rem;margin-left:0;color:var(--fg-muted);font-style:italic}code:not(pre code){font-family:var(--font-mono);font-size:.9em;background:var(--bg-muted);border:1px solid var(--border);border-radius:3px;padding:.1em .35em}pre{padding:1rem 1.1rem;border-radius:var(--radius);border:1px solid var(--border);overflow-x:auto;font-size:.9rem;line-height:1.55}pre code{font-family:var(--font-mono)}pre.astro-code,pre.astro-code span{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}:root[data-theme=light] pre.astro-code,:root[data-theme=light] pre.astro-code span{background-color:var(--shiki-light-bg)!important;color:var(--shiki-light)!important;font-style:var(--shiki-light-font-style)!important;font-weight:var(--shiki-light-font-weight)!important;text-decoration:var(--shiki-light-text-decoration)!important}.post-list{list-style:none;padding:0;margin:0}.post-list li{padding:1rem 0;border-bottom:1px solid var(--border)}.post-list li:last-child{border-bottom:0}.post-list h3{margin:0 0 .25rem;font-size:1.1rem}.post-list h3 a{color:var(--fg);text-decoration:none}.post-list h3 a:hover{color:var(--accent)}.post-list time{color:var(--fg-muted);font-size:.85rem}.post-list p{margin:.35rem 0 0;color:var(--fg-muted)}.tag{display:inline-block;font-size:.78rem;color:var(--fg-muted);border:1px solid var(--border);border-radius:999px;padding:.1rem .55rem;margin-right:.25rem;background:var(--bg-muted);text-decoration:none;cursor:pointer;font-family:inherit}button.tag{line-height:1.3}.tag:hover{color:var(--fg);border-color:var(--fg-muted)}.tag.active{background:var(--fg);color:var(--bg);border-color:var(--fg)}.tag-filter{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:2rem}.buttondown{margin:3rem 0 1rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted)}.buttondown h3{margin:0 0 .4rem;font-size:1rem}.buttondown p{margin:0 0 .9rem;color:var(--fg-muted);font-size:.95rem}.buttondown form{display:flex;gap:.5rem;flex-wrap:wrap}.buttondown input[type=email]{flex:1;min-width:200px;font:inherit;padding:.5rem .7rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--fg)}.buttondown input[type=submit]{font:inherit;padding:.5rem 1rem;background:var(--fg);color:var(--bg);border:0;border-radius:var(--radius);cursor:pointer}.buttondown input[type=submit]:hover{opacity:.85}.theme-toggle{background:transparent;border:1px solid var(--border);border-radius:var(--radius);padding:.3rem .6rem;cursor:pointer;color:var(--fg-muted);font:inherit;font-size:.85rem}.theme-toggle:hover{color:var(--fg);border-color:var(--fg-muted)}.intro{max-width:var(--content-width);margin:0 0 2.5rem;font-size:1.05rem}.section-heading{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-weight:600;margin:2.5rem 0 1rem}.about h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-weight:600;margin-top:2.75rem;margin-bottom:.5rem}.headshot{width:160px;height:160px;border-radius:50%;object-fit:cover;border:1px solid var(--border);float:right;margin:.25rem 0 1rem 1.5rem;shape-outside:circle()}@media(max-width:600px){.headshot{float:none;display:block;margin:0 auto 1.5rem;width:140px;height:140px}}.post-meta{color:var(--fg-muted);font-size:.9rem;margin-bottom:2rem;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
