:root{--text:#111;--border:#ddd;--bg:#fff}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;margin:0;padding:0;font-family:Georgia,Times New Roman,Times,serif;font-size:17px;line-height:1.55}a{color:var(--text);text-underline-offset:2px;text-decoration:underline}.page{padding:30px 18px}.container{max-width:760px;margin:0 auto}.header{align-items:flex-start;gap:40px;display:flex}.headerText{flex:1}.heroImage{border-radius:50%;flex-shrink:0;width:180px;height:180px;overflow:hidden}.heroImage img{object-fit:cover;width:100%;height:100%}.links{margin:8px 0 12px}h1{margin:0 0 6px;font-size:28px;font-weight:700}h2{margin:0 0 14px;font-size:17px;font-weight:400}h3{margin:22px 0 8px;font-size:17px;font-weight:700}p{margin:0 0 14px}ul{margin:0 0 14px 20px;padding:0}li{margin:0 0 6px}hr{border:0;border-top:1px solid var(--border);margin:18px 0}.footer{margin-top:26px;font-size:14px}
