:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:root{--muted:#9aa0a6;--link:#8ab4f8;--accent:#f5f5f5}.container{max-width:720px;margin:0 auto;padding:2rem 1rem 6rem}.header{margin-bottom:2rem}.title{font-size:2.25rem;line-height:1.2;margin:0 0 .25rem}.tagline{margin:.25rem 0 .75rem;color:var(--muted)}.socials{display:flex;gap:1rem}.socials a{color:var(--link);text-decoration:none}.socials a:hover{text-decoration:underline}.posts h2{margin:1.5rem 0 .75rem}.posts ul{list-style:none;padding:0;margin:0}.posts li{margin:1rem 0}.posts a{color:var(--accent);text-decoration:none}.posts a:hover{text-decoration:underline}.summary{margin:.25rem 0 0}.muted{color:var(--muted);margin-left:.5rem;font-size:.9rem}.post h1{margin-bottom:.25rem}.post p{line-height:1.7}.post a{color:var(--link)}