:root{color-scheme:light dark;--background: oklch(100% 0 0);--foreground: oklch(15% 0 0);--muted-foreground: oklch(70% 0 0);--border: oklch(92.2% 0 0);--accent: oklch(97% 0 0);--accent-strong: color-mix(in oklab, var(--foreground) 9%, transparent);--page-margin: 16px;--container: 672px;--icon-size: 18px;--font-sans: "Sohne VF", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}@font-face{font-family:Sohne VF;src:url(/assets/sans-DEtl8e2-.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}*{box-sizing:border-box}html{min-height:100%;background:var(--background)}body{min-height:100%;margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:14.5px;font-weight:300;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.page{display:flex;min-height:100vh;justify-content:center}.page__inner{width:100%}.container{width:min(100%,var(--container));margin:0 auto;padding:96px var(--page-margin) 0}.intro{animation:reveal .42s ease-out both}.intro__avatar{width:48px;height:48px;margin-bottom:18px;border-radius:50%;object-fit:cover;box-shadow:inset 0 0 0 .5px var(--border)}.intro__title{margin:0;font-size:30px;font-weight:400;letter-spacing:0;line-height:1.2}.intro__subtitle{margin-top:6px;color:var(--muted-foreground);font-size:14.5px;font-weight:300;line-height:1.5}.sections{display:flex;flex-direction:column;gap:48px;padding-top:48px}.section{display:flex;flex-direction:column;gap:16px;animation:reveal-up .52s ease-out both}.section:nth-child(2){animation-delay:70ms}.section:nth-child(3){animation-delay:.11s}.section:nth-child(4){animation-delay:.15s}.section__title{margin:0;color:var(--muted-foreground);font-size:14px;font-weight:300;line-height:calc(1.25 / .875)}.work-list,.mention-list,.license-list{display:grid}.work-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:16px 0 24px;box-shadow:inset 0 .5px 0 var(--border);line-height:1.25}.work-item--link{cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease,margin .14s ease,padding .14s ease,border-radius .14s ease}.work-item--link:hover{margin-inline:-16px;padding-inline:16px;border-radius:8px;background:color-mix(in oklab,var(--foreground) 5%,transparent);box-shadow:inset 0 .5px 1.5px #ffffff0a}.work-item--muted{color:color-mix(in oklab,var(--foreground) 65%,transparent)}.work-item__brand{display:flex;align-items:center;gap:12px;font-weight:400}.work-item__logo{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);border-radius:4px;object-fit:contain}.work-item__logo--wide{width:var(--icon-size);height:var(--icon-size);object-fit:contain}.work-item__roles{display:flex;min-width:0;flex:1;flex-direction:column;align-self:stretch}.role-row{display:flex;justify-content:space-between;gap:12px;padding:4px 0}.role-row:first-child{padding-top:0}.role-row:last-child{padding-bottom:0}.role-row__title{display:flex;min-width:0;gap:8px}.role-row__main{font-weight:400;text-wrap:balance}.work-item--link .role-row__main{text-decoration:underline;text-decoration-color:color-mix(in oklab,var(--muted-foreground) 50%,transparent);text-underline-offset:3px}.role-row__note{color:var(--muted-foreground);font-weight:300;opacity:.65;white-space:nowrap}.role-row__years{display:flex;min-width:96px;justify-content:flex-start;gap:2px;color:var(--muted-foreground);font-weight:300;font-variant-numeric:tabular-nums}.work-item__arrow,.footer-link__icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);align-items:center;justify-content:center;color:var(--muted-foreground)}.work-item__arrow{display:none}.footer-link__icon{display:inline-flex}.work-item__arrow svg,.footer-link__icon svg{width:18px;height:18px;stroke-width:1.85}.work-item--link:hover .work-item__arrow{color:var(--foreground)}.license{display:flex;flex-direction:column;width:100%;gap:0;padding:6px 0;color:color-mix(in oklab,var(--foreground) 65%,transparent);font-size:14px;font-weight:300;line-height:1.625}.license-list{--education-brand-width: 120px;--education-date-width: 96px}.license__name{min-width:0}.license__meta{display:flex;min-width:0;flex:1;gap:4px;color:var(--muted-foreground);font-variant-numeric:tabular-nums}.license__issuer{min-width:0;flex:1;overflow:hidden;opacity:.65}.license__id{display:flex;min-width:max-content;flex:1;justify-content:flex-end;gap:4px;text-align:right}.license__label{opacity:.65}.mention{display:flex;align-items:flex-start;gap:12px;padding:6px 12px 6px 0;color:color-mix(in oklab,var(--foreground) 65%,transparent);font-size:14px;font-weight:300;line-height:calc(1.25 / .875)}.mention:hover{color:var(--foreground)}.mention__year{flex:0 0 auto;color:var(--muted-foreground);font-variant-numeric:tabular-nums}.mention__text{line-height:1.625}.mention__title{text-decoration:underline;text-decoration-color:color-mix(in oklab,var(--muted-foreground) 50%,transparent);text-underline-offset:3px}.mention__note{margin-left:12px;color:var(--muted-foreground);opacity:.65}.footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-around;gap:24px;margin-inline:-6px;padding:calc(var(--page-margin) * 1.5) 0 calc(var(--page-margin) / 1.5);background:linear-gradient(to bottom,color-mix(in oklab,var(--background) 0%,transparent),color-mix(in oklab,var(--background) 90%,transparent) 42%,var(--background));animation:reveal-up .56s .18s ease-out both}.footer__group{display:flex;align-items:center;justify-content:space-between;gap:12px}.footer-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;padding:6px;transition:opacity .14s ease,background-color .14s ease}.footer-link--muted{opacity:.5}.footer-link:hover{background:var(--accent);opacity:1}.footer-link__label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.footer-link__pdf{display:inline-block;font-size:12px;font-weight:400;letter-spacing:0}@keyframes reveal{0%{opacity:0;filter:blur(4px);transform:scale(.995)}}@keyframes reveal-up{0%{opacity:0;filter:blur(8px);transform:translateY(10px) scale(.995)}}@media(prefers-color-scheme:dark){:root{--background: oklch(14.5% 0 0);--foreground: oklch(95% 0 0);--muted-foreground: oklch(60% 0 0);--border: oklch(100% 0 0 / .1);--accent: oklch(26.9% 0 0);--accent-strong: color-mix(in oklab, var(--foreground) 9%, transparent)}.work-item__logo--invert-dark{filter:invert(1)}}@media(min-width:640px){:root{--page-margin: 24px}.license{display:grid;grid-template-columns:var(--education-brand-width) minmax(0,1fr) var(--education-date-width) var(--icon-size);flex-direction:row;gap:12px}.license__name{grid-column:1;flex:initial}.license__meta{display:grid;grid-column:2 / 4;grid-template-columns:minmax(0,1fr) var(--education-date-width);gap:12px}.license__id{flex:initial;justify-content:flex-start}}@media(min-width:768px){.work-item__brand{width:120px;flex:0 0 120px}.license-list{--education-brand-width: 120px}}@media(min-width:768px){.work-item{flex-direction:row;padding-bottom:16px}.work-item__arrow{display:inline-flex}.footer{justify-content:space-between;gap:48px}}@media(max-width:520px){.role-row__note,.footer-link__pdf{display:none}}
