:root{--bg:#fdfdfc;--bg-alt:#f4f4f2;--text:#1c1c1a;--text-muted:#5f5f5a;--border:#e4e4e0;--accent:#0f766e;--accent-soft:#0f766e1a;--max-width:44rem;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--bg:#131312;--bg-alt:#1c1c1a;--text:#ececea;--text-muted:#a3a39c;--border:#2c2c29;--accent:#2dd4bf;--accent-soft:#2dd4bf1f}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.0625rem;line-height:1.65}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{letter-spacing:-.015em;line-height:1.25}h1{font-size:2.1rem}h2{font-size:1.45rem}h3{font-size:1.1rem}.site-header{padding:1.4rem 0}.site-header .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-header .logo{color:var(--text);font-weight:700}.site-header nav{gap:1.25rem;display:flex}.site-header nav a{color:var(--text-muted);font-size:.95rem}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4.5rem;padding:2rem 0 2.5rem;font-size:.9rem}.site-footer .container{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}.site-footer nav{gap:1rem;display:flex}main section{margin-top:3.5rem}section>h2{margin-bottom:1.25rem}.section-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.35rem;font-size:.8rem;font-weight:600}.hero{margin-top:3rem}.hero h1{margin-bottom:.6rem}.hero .tagline{color:var(--text-muted);max-width:38rem;font-size:1.15rem}.hero .links{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.hero .links a{border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.4rem 1rem;font-size:.92rem}.hero .links a.primary{background:var(--accent);border-color:var(--accent);color:var(--bg)}.hero .links a:hover{border-color:var(--accent);text-decoration:none}.prose p+p{margin-top:1rem}.prose h2{margin:2.25rem 0 .75rem}.prose h3{margin:1.75rem 0 .5rem}.prose ul,.prose ol{margin:1rem 0;padding-left:1.4rem}.prose li+li{margin-top:.35rem}.prose blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin:1.25rem 0;padding-left:1rem}.prose img{border-radius:8px;max-width:100%}.prose code{background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.88em}.prose pre{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem;overflow-x:auto}.prose pre code{background:0 0;border:none;padding:0}.timeline{gap:1.75rem;display:grid}.timeline article{border-left:2px solid var(--border);padding-left:1.25rem}.timeline .period{color:var(--text-muted);font-size:.85rem}.timeline h3{margin:.15rem 0 .4rem}.timeline h3 span{color:var(--text-muted);font-weight:400}.timeline ul{color:var(--text-muted);padding-left:1.2rem;font-size:.97rem}.timeline li+li{margin-top:.3rem}.timeline li strong,.timeline p strong{color:var(--text);font-weight:600}.cards{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border);background:var(--bg-alt);border-radius:10px;padding:1.25rem 1.4rem}.card h3{margin-bottom:.5rem}.card p{color:var(--text-muted);font-size:.95rem}.card .badges{flex-wrap:wrap;gap:.4rem;margin-top:.9rem;display:flex}.badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.15rem .65rem;font-size:.78rem}.post-list{gap:1.5rem;display:grid}.post-list article h3{margin-bottom:.2rem}.post-list article h3 a{color:var(--text)}.post-list article h3 a:hover{color:var(--accent)}.post-list .meta,.post-header .meta{color:var(--text-muted);font-size:.85rem}.post-list p.desc{color:var(--text-muted);margin-top:.3rem;font-size:.97rem}.post-header{margin-top:2.5rem;margin-bottom:2rem}.post-header h1{margin-bottom:.5rem}.all-posts-link{margin-top:2.5rem;font-size:.95rem;display:inline-block}@media (width<=640px){h1{font-size:1.75rem}.hero{margin-top:1.75rem}}
