:root{--bg: #f7f4ee;--fg: #20201d;--muted: #6b6b70;--accent: #ba7c57;--card: #ffffff;--border: #e6e4df;--serif: "Fraunces", Georgia, "Times New Roman", serif;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:17.5px;line-height:1.7;color:var(--fg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1100px 520px at 50% -8%,#fdf3e7,#fdf3e700 62%),var(--bg);background-attachment:fixed}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.page{max-width:880px;margin:0 auto;padding:2.5rem 2.5rem 4rem}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:#f7f4eed1;-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px)}.site-header-inner{max-width:880px;margin:0 auto;padding:1rem 2.5rem;display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem}.site-name{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:#3a2417}.site-name:hover{text-decoration:none}.site-nav{display:flex;gap:1.5rem;font-weight:500}.site-nav a{color:var(--fg)}.site-nav a:hover,.site-nav a.active{color:var(--accent);text-decoration:none}.avatar{float:left;width:360px;height:auto;border-radius:18px;margin:.35rem 2rem 1.25rem 0;shape-outside:inset(0 round 18px);box-shadow:0 10px 34px #3c281429}.hero p{margin:0 0 1.1rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto}.contact a{font-weight:600}.email{font-family:SF Mono,JetBrains Mono,Fira Code,ui-monospace,Cascadia Code,Consolas,monospace;font-size:.92em;letter-spacing:-.01em}.links{clear:both;display:flex;gap:1.25rem;align-items:center;margin-top:1.5rem;padding-top:.5rem;font-weight:600}.links button{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--accent);cursor:pointer}.links button:hover{text-decoration:underline}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{position:relative;background:var(--card);border-radius:12px;padding:2rem 2.5rem;min-width:280px;box-shadow:0 10px 40px #0003}.modal h2{margin:0 0 1rem;font-size:1.25rem}.modal-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--muted)}.socials-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-weight:600}.back{display:inline-block;margin-bottom:1.5rem;font-weight:600}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.post-list a{font-size:1.15rem;font-weight:600}.post-date{display:block;color:var(--muted);font-size:.85rem;margin-top:.15rem}.post-summary{margin:.35rem 0 0;color:var(--muted)}.markdown{margin-top:1.5rem}.markdown img{max-width:100%}@media (max-width: 600px){.avatar{float:none;display:block;margin:0 auto 1.5rem;width:min(240px,70%);height:auto}.hero-head{text-align:center}.hero p{text-align:left}.links{justify-content:center}}
