:root{--bg:#f5f5f5;--text:#333;--accent:#1976d2}body{background:var(--bg);color:var(--text);margin:0;font-family:Optima,Times New Roman,serif}.appbar{z-index:100;background:#fff;border-bottom:1px solid #ddd;align-items:center;height:64px;padding:0 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #00000014}.appbar .title{margin-left:12px;font-family:Optima,Times New Roman,serif;font-size:20px;font-weight:400}.container{max-width:1000px;margin:0 auto;padding:48px 24px}.hero{align-items:center;gap:32px;margin-bottom:32px;padding-left:12px;padding-right:12px;display:flex}.hero img{border-radius:50%;width:120px;height:120px}h1{margin:0 0 24px;font-size:48px;font-weight:400}p{margin-bottom:20px;font-size:18px;line-height:1.7}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.heading{flex-direction:row;align-items:center;margin-bottom:24px;display:flex}.fullWidthImage{width:90%;height:auto;margin-left:auto;margin-right:auto;display:block}footer{background:#fff;border-top:1px solid #ddd;justify-content:space-between;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex}.rowCentered{flex-direction:row;align-items:center;display:flex}.iconButton{appearance:none;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px;font-size:24px;line-height:1}.iconButton:hover{background:#0000000f}.iconButton:focus,.iconButton:focus-visible,.iconButton:active{box-shadow:none;outline:none}.page{min-height:calc(100vh - 120px)}.overlay{opacity:0;pointer-events:none;z-index:40;background:#0000008c;transition:opacity .16s;position:fixed;inset:0}.overlayOpen{opacity:1;pointer-events:auto}.drawer{z-index:50;background:#fff;flex-direction:column;width:320px;height:100vh;transition:transform .18s;display:flex;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:0 20px 40px #00000040}.drawerOpen{transform:translate(0)}.drawerHeader{border-bottom:1px solid #ddd;align-items:center;gap:10px;height:64px;padding:0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.drawerTitle{font-family:Optima,Times New Roman,serif;font-size:18px;font-weight:400}.drawerNav{flex-direction:column;padding:8px 0;display:flex}.drawerLink{color:#111;align-items:center;gap:14px;padding:14px 18px;font-family:Optima,Times New Roman,serif;font-size:20px;text-decoration:none;display:flex}.drawerLink:hover{background:#0000000f;text-decoration:none}.drawerLinkActive{background:#00000014;text-decoration:none}.drawerIcon{opacity:.7;justify-content:center;width:28px;display:inline-flex}@media (min-width:900px){.drawer{width:360px}}
