:root{
  --fg:#111; --muted:#555; --link:#0a66c2; --border:#ddd; --bg:#fff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
.container{max-width:760px;margin:0 auto;padding:24px}
header{margin-bottom:16px}
h1{font-size:1.75rem;margin:.25rem 0}
h2{font-size:1.25rem;margin:1.5rem 0 .5rem}
p,li{margin:.4rem 0}
.muted{color:var(--muted)}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
nav{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:16px 0;padding:8px 0}
nav a{margin-right:12px;white-space:nowrap}
footer{margin-top:32px;padding-top:12px;border-top:1px solid var(--border);font-size:.9rem;color:var(--muted)}
.btn{display:inline-block;border:1px solid var(--border);padding:.4rem .7rem;border-radius:6px}
img.headshot{width:150px;border-radius:8px;margin-bottom:12px}
ul{padding-left:1.1rem}
