@font-face{font-family:"IBM Plex Sans";font-weight:400;font-style:normal;font-display:swap;src:url("/fonts/IBMPlexSans-Regular.ttf") format("truetype")}@font-face{font-family:"IBM Plex Sans";font-weight:700;font-style:normal;font-display:swap;src:url("/fonts/IBMPlexSans-Bold.ttf") format("truetype")}:root{--measure: 42rem;--container: 64rem;--gutter: 1.25rem;--bg: #ffffff;--fg: #111111;--muted: #6b7280;--border: #e5e7eb;--link: #111111;--footer-bg: #fafafa}@media (prefers-color-scheme: dark){:root{--bg: #0a0a0a;--fg: #ededed;--muted: #9ca3af;--border: #1f2937;--link: #ededed;--footer-bg: #111111}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:"IBM Plex Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.125rem;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}h1,h2,h3,h4{font-weight:700;letter-spacing:-.04em;line-height:1.1}h1{font-size:clamp(2.5rem,8vw,4rem);margin:4rem 0 1rem}h2{font-size:clamp(2rem,6vw,3rem);margin:3rem 0 1rem}h3{font-size:1.5rem;margin:2rem 0 .75rem}a{color:var(--link);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}.intro{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:4rem 0 3rem;text-align:center}.intro h1{margin:0}.intro .tagline{font-size:1.25rem;line-height:1.4;color:var(--muted);margin:0}@media (min-width: 48rem){.intro{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem}}.intro-text{max-width:var(--measure);margin:2rem 0 3rem;font-size:1.125rem;line-height:1.6}.intro-text p{margin:0}.intro-link{margin-top:1.25rem !important;font-size:1rem}.intro-link a{text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:1px}.intro-link a:hover{border-bottom-color:var(--fg)}.post-list{list-style:none;margin:3rem 0;padding:0}.post-list li{margin-bottom:2.5rem}.post-list h3{margin:0 0 .5rem;font-size:1.75rem}.post-list h3 a{text-decoration:none}.post-list h3 a:hover{text-decoration:underline}.post-list time{display:block;font-size:.875rem;color:var(--muted);margin-bottom:.5rem}.post-list .excerpt{margin:.5rem 0 0;font-size:1.125rem;line-height:1.6}.post-cover{display:block;margin:0 0 1rem;border-radius:.375rem;overflow:hidden;background:var(--border)}.post-cover img{display:block;width:100%;height:auto}.post-featured .post-cover{margin-bottom:1.5rem}.post-grid .post-cover{aspect-ratio:16/9;margin-bottom:.75rem}.post-grid .post-cover img{width:100%;height:100%;object-fit:cover}.post-list .post-cover{aspect-ratio:16/9;margin-bottom:.75rem}.post-list .post-cover img{width:100%;height:100%;object-fit:cover}.post-cover-hero{margin:0 0 2.5rem}.post-featured{margin:2rem 0 3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.post-featured h3{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15}.post-featured h3 a{text-decoration:none}.post-featured h3 a:hover{text-decoration:underline}.post-featured time{display:block;font-size:.875rem;color:var(--muted);margin-bottom:.75rem}.post-featured .excerpt{margin:.5rem 0 0;font-size:1.125rem;line-height:1.6;max-width:var(--measure)}.post-grid{list-style:none;margin:0 0 3rem;padding:0;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 40rem){.post-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 64rem){.post-grid{grid-template-columns:repeat(3, 1fr)}}.post-grid li{margin:0}.post-grid h3{margin:0 0 .5rem;font-size:1.25rem;line-height:1.2}.post-grid h3 a{text-decoration:none}.post-grid h3 a:hover{text-decoration:underline}.post-grid time{display:block;font-size:.875rem;color:var(--muted);margin-bottom:.5rem}.post-grid .excerpt{margin:.5rem 0 0;font-size:1rem;line-height:1.5;color:var(--muted)}.post-more{margin:0 0 3rem;font-size:1rem}.empty-state{margin:3rem 0;color:var(--muted)}.post-header{margin:4rem 0 2rem}.post-header h1{font-size:clamp(2.5rem,7vw,3.5rem);margin:0 0 1rem}.post-meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;font-size:.875rem;color:var(--muted)}.post-meta time{color:var(--muted)}.post-author{color:var(--fg)}.prose{max-width:100%}.post-summary{font-size:.875rem;line-height:1.7;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);color:var(--muted)}.prose p,.prose ul,.prose ol,.prose blockquote{margin:1.25rem 0}.prose h2{font-size:1.875rem;margin:2.5rem 0 1rem}.prose h3{font-size:1.5rem;margin:2rem 0 .75rem}.prose img{max-width:100%;height:auto;border-radius:.25rem}.prose code{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:.875em;background:var(--border);padding:.1em .3em;border-radius:.2em}.prose pre{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:.875rem;overflow-x:auto;padding:1rem;background:var(--border);border-radius:.375rem;line-height:1.5}.prose pre code{background:none;padding:0}.prose blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--muted);font-style:italic}.site-footer{background:var(--footer-bg);border-top:1px solid var(--border);margin-top:auto}.site-footer .container{display:flex;flex-direction:column;gap:1rem;padding-top:3rem;padding-bottom:3rem}@media (min-width: 48rem){.site-footer .container{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer .footer-info{display:flex;flex-direction:column;gap:.25rem}@media (min-width: 48rem){.site-footer .footer-info{flex-direction:row;align-items:baseline;gap:1.25rem}}.site-footer .copyright{margin:0;font-size:.875rem;color:var(--muted)}.site-footer .colophon-link{margin:0;font-size:.875rem}.site-footer .colophon-link a{color:var(--muted);text-decoration:none}.site-footer .colophon-link a:hover{color:var(--fg);text-decoration:underline}.site-footer .social{display:flex;gap:.75rem;margin:0;padding:0;list-style:none}.site-footer .social a{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:var(--muted);text-decoration:none}.site-footer .social a:hover{color:var(--fg)}.site-footer .social svg{width:1.25rem;height:1.25rem}.back-link{display:inline-block;margin:3rem 0;font-size:.875rem;color:var(--muted);text-decoration:none}.back-link:hover{color:var(--fg);text-decoration:underline}.site-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:2rem 0 3rem;text-align:center}.site-header h2{font-size:1.5rem;margin:0;line-height:1.1}.site-header a{text-decoration:none}.site-header a:hover{text-decoration:underline}.site-nav{display:flex;gap:1.25rem;font-size:.9375rem}@media (min-width: 48rem){.site-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--fg)}#bibliography{display:grid;grid-template-columns:max-content minmax(0, 1fr);row-gap:.8rem;margin-top:1.5rem}#bibliography dt{grid-column-start:1;padding-right:.8rem}#bibliography dd{grid-column-start:2;margin:0}.ref-link{text-decoration:none}