*{box-sizing:border-box}:root{--gray-0: #090b11;--gray-50: #141925;--gray-100: #283044;--gray-200: #3d4663;--gray-300: #505d84;--gray-400: #6474a2;--gray-500: #8490b5;--gray-600: #a3acc8;--gray-700: #c3cadb;--gray-800: #e3e6ee;--gray-900: #f3f4f7;--gray-999-basis: 0, 0%, 100%;--gray-999_40: hsla(var(--gray-999-basis), .4);--gray-999: #ffffff;--accent: #B20600;--accent-light: #B20600;--accent-regular: #B20600;--accent-dark: #B20600;--accent-overlay: hsla(280, 89%, 67%, .33);--accent-subtle-overlay: var(--accent-overlay);--accent-text-over: var(--gray-999);--link-color: var(--accent-regular);--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Atkinson,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(to right,#fbf2f2,#fff);background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;overflow-x:hidden;color:rgb(var(--gray-dark));font-size:17px;line-height:1.6}main{width:100%;max-width:800px;margin:auto;padding:3em 2em;box-sizing:border-box}.profile-section{display:flex;gap:3em;align-items:flex-start;margin-bottom:2em}.profile-info{flex:2}.profile-info h1{margin-bottom:.5em;color:rgb(var(--accent))}.profile-info h2{font-size:1.6em;color:var(--accent)}.profile-info h3{font-size:1.2em;color:rgb(var(--accent))}.brief-intro{font-size:1.1em;line-height:1.6;color:rgb(var(--gray-dark))}.profile-photo{flex:1;display:flex;justify-content:center;align-items:flex-start}.profile-image{width:100%;max-width:250px;height:auto;border-radius:50%;object-fit:cover;border:3px solid var(--accent)}.section-divider{border:none;border-top:2px solid rgb(var(--gray-light));margin:2em 0}.content-section{margin-bottom:2em}.content-section h2{font-size:1.6em;margin-bottom:.8em;color:rgb(var(--black))}.content-section h3{font-size:1.2em;margin-bottom:.5em;color:rgb(var(--black))}.content-section p{margin-bottom:1em;line-height:1.6;color:rgb(var(--gray-dark))}.content-section ul{margin-left:1.5em;margin-bottom:1em}.content-section li{margin-bottom:.5em;color:rgb(var(--gray-dark))}.research-area{margin-bottom:1.5em;padding-bottom:.5em}.research-area:last-child{margin-bottom:0}.research-area h3{margin-top:0;margin-bottom:.5em}.research-area h3:first-of-type,.research-area h3:last-of-type{color:var(--accent)}.research-area ul{margin-top:.5em;margin-bottom:.5em}.research-area li{margin-bottom:.5em;line-height:1.5}.research-area strong{color:rgb(var(--black));font-weight:700}.experience-item{margin-bottom:.8em}.experience-item p{margin-bottom:.3em;font-size:.95em;color:rgb(var(--gray-dark));line-height:1.4}.company-name{color:var(--accent)}.publications-section{background:rgb(var(--gray-light));padding:2em;border-radius:8px;border:1px solid rgb(var(--gray))}.publications-content{background:#fff;padding:1.5em;border-radius:6px}.publication-list{list-style:none;padding:0;margin:0}.publication-list li{margin-bottom:1.5em;padding-bottom:1em;border-bottom:1px solid rgb(var(--gray-light));line-height:1.5}.publication-list li:last-child{border-bottom:none;margin-bottom:0}.publication-list strong{color:rgb(var(--black));font-weight:700}.publication-list em{font-style:italic;color:rgb(var(--black))}@media (max-width: 768px){.profile-section{flex-direction:column;gap:1.5em;text-align:center;align-items:center}.profile-photo{order:-1;display:flex;justify-content:center;width:100%}.profile-info{width:100%;text-align:center}.profile-image{max-width:200px}.publications-section{padding:1.5em}.content-section{margin-bottom:1.5em}.research-area{margin-bottom:1em;padding-bottom:.3em}}@media (max-width: 600px){main{padding:2em 1.5em}.profile-info h1{font-size:1.6em}.profile-info h2{font-size:1.4em}.profile-info h3{font-size:1.3em}.content-section h2{font-size:1.4em}.research-area h3{font-size:1.1em}.experience-item{margin-bottom:.6em}.experience-item p{font-size:.95em;line-height:1.3}}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}.circle-img{border-radius:50%;max-width:100%;height:auto;object-fit:cover;display:inline-block}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (max-width: 480px){body{font-size:16px;line-height:1.5}main{padding:1.5em 1em;max-width:100%;width:100%}.profile-section{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1em}.profile-info,.profile-photo{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.profile-photo{order:-1}.profile-info h1{font-size:1.4em;margin-bottom:.3em}.profile-info h2{font-size:1.2em;margin-bottom:.3em}.profile-info h3{font-size:1.1em;margin-bottom:.8em}.brief-intro{font-size:1em;line-height:1.5}.content-section h2{font-size:1.3em;margin-bottom:.6em}.research-area h3{font-size:1em;margin-bottom:.4em}.research-area ul{margin:.5em 0;padding-left:1.2em}.research-area li{margin-bottom:.8em;font-size:.95em;line-height:1.4}.experience-item{margin-bottom:.5em}.experience-item p{font-size:.9em;line-height:1.3}.section-divider{margin:1.5em 0}}@media (max-width: 360px){body{font-size:15px}main{padding:1em .8em}.profile-info h1{font-size:1.3em}.profile-info h2{font-size:1.1em}.profile-info h3{font-size:1em}.content-section h2{font-size:1.2em}.research-area h3{font-size:.95em}.profile-image{max-width:180px}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;background:#f7e6e5;box-shadow:0 2px 8px rgba(var(--black),5%);overflow-x:hidden}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%}.nav-left[data-astro-cid-3ef6ksr2],.nav-center[data-astro-cid-3ef6ksr2],.nav-right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.nav-left[data-astro-cid-3ef6ksr2]{flex:1}.nav-center[data-astro-cid-3ef6ksr2]{flex:2;justify-content:center}.nav-right[data-astro-cid-3ef6ksr2]{flex:1;justify-content:flex-end}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1em .5em;color:var(--black);border-bottom:4px solid transparent;text-decoration:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;border-bottom-color:var(--accent)}.social-links[data-astro-cid-3ef6ksr2],.social-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex}@media (max-width: 720px){.social-links[data-astro-cid-3ef6ksr2]{display:none}}@media (max-width: 600px){nav[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:.5em;padding:.5em 0}.nav-left[data-astro-cid-3ef6ksr2],.nav-center[data-astro-cid-3ef6ksr2],.nav-right[data-astro-cid-3ef6ksr2]{width:100%;justify-content:center}.nav-left[data-astro-cid-3ef6ksr2]{order:1}.nav-center[data-astro-cid-3ef6ksr2]{order:2}.nav-right[data-astro-cid-3ef6ksr2]{order:3}nav[data-astro-cid-3ef6ksr2] h2[data-astro-cid-3ef6ksr2]{font-size:.9em}.internal-links[data-astro-cid-3ef6ksr2]{justify-content:center}.internal-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.8em .3em;font-size:.9em}}@media (max-width: 480px){header[data-astro-cid-3ef6ksr2]{padding:0 .8em}nav[data-astro-cid-3ef6ksr2] h2[data-astro-cid-3ef6ksr2]{font-size:.85em}.internal-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.7em .2em;font-size:.85em}}footer[data-astro-cid-sz7xmlte]{padding:2em 1em 6em;color:rgb(var(--gray));text-align:center}.social-links[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:1em;margin-top:1em}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none;color:rgb(var(--gray))}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--gray-dark))}
