*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none;padding:0;margin:0}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-inline-size:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-block-size:10em}:target{scroll-margin-block:5ex}:root{--text-muted: #333;--accent: #08468a;--border: #e8e8e8;--background: #f4f5f6;--main-background: #fff;--sidebar-width: 325px}body{line-height:1.6;background:var(--background)}.layout{display:flex;min-height:100svh;max-width:1140px;margin:0 auto;background:var(--main-background);box-shadow:0 0 40px rgba(0,0,0,.06)}header{flex:0 var(--sidebar-width);position:sticky;top:0;height:100svh;overflow-y:auto;padding:2.5rem 1.5rem;border-right:1px solid var(--border)}header .profile{text-align:center}header .icon{display:inline-block;width:170px;aspect-ratio:1/1;object-fit:cover;border-radius:7%}header .name{padding-block:.5rem 1.25rem;color:var(--accent);font-weight:700;line-height:1.3}header .name h1{font-size:2rem}header .name p{font-size:.9rem}header .info{width:max-content;margin-inline:auto}header .info-item{font-size:.85rem;color:var(--text-muted);padding:.75rem 0}header .affiliation{border-block:1px solid var(--border)}header .affiliation dt{font-weight:bold}main{flex:1;min-width:0;padding:2.5rem min(5vw,3rem)}@media screen and (max-width: 720px){.layout{display:block}header{position:static;height:auto;padding:2.5rem min(5vw,3rem) 1rem;border-right:none;border-bottom:1px solid var(--border)}header .info-item{padding-inline:max(4vw - 10px,0px)}main{padding-block:1.5rem}}h2{font-size:1.2rem;color:var(--accent);padding-bottom:.2em}