:root{--page-bg:#050608;--page-text:#f5f3ec;--page-muted:#9b9b9b;--page-border:#262626;--page-link:#79a6ff;--page-link-visited:#c59cff;--page-font-body:"Georgia","Iowan Old Style","Palatino","Times New Roman",serif;--page-font-mono:"SF Mono","Menlo","Monaco","Consolas","Liberation Mono",monospace}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--page-bg);color:var(--page-text);font-family:var(--page-font-body);font-size:16px;line-height:1.6}.site{flex-direction:column;min-height:100vh;padding:2.5rem 1.25rem 3rem;display:flex}.site-header,.site-main,.site-footer{width:100%;max-width:800px;margin:0 auto}.site-header{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.nav-toggle{color:var(--page-text);font-family:var(--page-font-mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #333;border-radius:4px;padding:4px 10px;font-size:.75rem;display:inline-block}.site-nav{display:none}.site-nav.is-open{flex-direction:column;gap:1rem;display:flex}@media (min-width:720px){.site-header{flex-direction:row;justify-content:space-between;align-items:center}.nav-toggle{display:none}.site-nav{flex-direction:row;align-items:center;gap:1.5rem;display:flex}}.site-title a{font-family:var(--page-font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--page-text);font-size:.9rem;text-decoration:none}.site-nav ul{font-family:var(--page-font-mono);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;gap:.75rem 1.25rem;margin:0;padding:0;font-size:.8rem;list-style:none;display:flex}.site-nav a{color:var(--page-text);border-bottom:1px solid #0000;padding-bottom:.1rem;text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{border-bottom-color:var(--page-text)}.site-main{flex:1 0 auto}.site-footer{flex-shrink:0;margin-top:3rem}.site-footer hr{border:0;border-top:1px solid var(--page-border);margin-bottom:.75rem}.meta{font-family:var(--page-font-mono);color:var(--page-muted);font-size:.75rem}a{color:var(--page-link);text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:1px}a:visited{color:var(--page-link-visited)}a:hover,a:focus-visible{text-decoration-thickness:2px}h1,h2,h3{margin-top:0;margin-bottom:.3rem;font-weight:500}h1{font-size:1.8rem}h2{margin-top:2rem;font-size:1.25rem}h3{margin-top:1.2rem;font-size:1.05rem}p{margin-top:.3rem;margin-bottom:.8rem}ul{margin-top:.3rem;margin-bottom:1rem;padding-left:1.1rem}hr{border:0;border-top:1px solid var(--page-border);margin:2rem 0 1.5rem}.muted{color:var(--page-muted);font-size:.9em}.page{padding-bottom:1.5rem}.page-title{margin-bottom:.5rem}.page-descriptor{font-family:var(--page-font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--page-muted);font-size:.85rem}.page-tagline{white-space:nowrap;text-overflow:clip;word-break:keep-all;letter-spacing:.03em;max-width:none;font-size:clamp(.65rem,1.05vw,.85rem);display:block;overflow:visible}@media (max-width:520px){.page-tagline{letter-spacing:.02em;font-size:.7rem}}.contact-links{font-family:var(--page-font-mono);font-size:.85rem}.stacked-list{padding-left:0;list-style:none}.stacked-list li+li{margin-top:1.1rem}.cv-section{margin-top:1.8rem}.cv-section h2{margin-top:0}.cv-meta{font-family:var(--page-font-mono);color:var(--page-muted);font-size:.8rem}.page-hero{flex-direction:column-reverse;gap:1.5rem;margin-bottom:2.25rem;display:flex}.page-hero-text p{max-width:34rem}.page-hero-photo{max-width:200px}.page-hero-photo img{border:1px solid var(--page-border);border-radius:999px;width:100%;height:auto;display:block}.hero-photo-placeholder{border:1px solid var(--page-border);background:radial-gradient(circle at 0 0,#191b24,#050608);border-radius:999px;width:180px;height:180px}.hero-headshot{border:1px solid var(--page-border);object-fit:cover;border-radius:999px;width:180px;height:180px;display:block}@media (min-width:720px){.page-hero{flex-direction:row;justify-content:space-between;align-items:center}.page-hero-photo{max-width:220px}.hero-headshot{width:200px;height:200px}}.featured-gallery{margin-top:2.5rem}.home-stats{background:radial-gradient(circle at 0 0,#171823,#050608);border-radius:.7rem;margin:1.7rem 0 2.1rem;padding:.7rem .9rem}.home-stats-row{flex-wrap:wrap;justify-content:space-around;gap:1.1rem 1.8rem;display:flex}.home-stat{text-align:left;min-width:120px}.home-stat-value{font-family:var(--page-font-mono);font-size:1.1rem}.home-stat-label{color:var(--page-muted);font-size:.85rem}.card-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.25rem;display:grid}@media (min-width:720px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{border:1px solid var(--page-border);background:radial-gradient(circle at 0 0,#14151c,#050608);border-radius:.6rem;flex-direction:column;min-height:0;text-decoration:none;display:flex;overflow:hidden}.card-image-wrapper{aspect-ratio:3/2;background:#111113;width:100%;overflow:hidden}.card-image-wrapper img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.card-image-wrapper--contain img{object-fit:contain;padding:1rem}.card-image-link{width:100%;height:100%;display:block}.card-body{padding:.75rem .9rem .9rem}.card-body h3{margin-bottom:.25rem}.card-body p{margin-bottom:0;font-size:.9rem}.card:hover,.card:focus-visible{border-color:#3a4a7a}.work-section{margin-top:2.25rem}.work-grid{margin-top:1.25rem}.work-card-meta{font-family:var(--page-font-mono);color:var(--page-muted);justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:.4rem;font-size:.75rem;display:flex}.work-card-institution{flex:1;line-height:1.3}.work-card-period{text-align:right;white-space:nowrap;flex-shrink:0}.work-card-subtitle{font-size:.9rem}.work-card-tags{font-family:var(--page-font-mono);flex-wrap:wrap;gap:.35rem .45rem;margin:.5rem 0 0;padding-left:0;font-size:.72rem;list-style:none;display:flex}.work-card-tags li{border:1px solid #f5f3ec26;border-radius:999px;padding:.2rem .55rem;line-height:1.4}.work-card-tags-overflow{color:#f5f3ec66;border-color:#0000!important;padding-left:.1rem!important}.work-card{min-height:280px}.work-card .card-body{flex-direction:column;flex:1;display:flex}.work-card-tags{margin-top:auto}.project-detail{margin-top:.5rem}.project-detail-hero{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.project-detail-hero-image img{border:1px solid var(--page-border);border-radius:.8rem;width:100%;height:auto;display:block}.project-detail-subtitle{font-size:1rem}.project-detail-meta{font-family:var(--page-font-mono);color:var(--page-muted);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-top:.4rem;font-size:.8rem;display:flex}.project-detail-tags{font-family:var(--page-font-mono);flex-wrap:wrap;gap:.35rem .5rem;margin:.8rem 0 0;padding-left:0;font-size:.78rem;list-style:none;display:flex}.project-detail-tags li{border:1px solid #f5f3ec29;border-radius:999px;padding:.12rem .45rem}.project-detail-publication{font-family:var(--page-font-mono);color:var(--page-muted);flex-wrap:wrap;gap:.5rem;margin-top:.6rem;font-size:.8rem;display:flex}.project-detail-body{border-top:1px solid var(--page-border);padding-top:1.5rem}.project-detail-gallery{margin:1.25rem 0 2rem}.project-detail-gallery h2{margin-bottom:.9rem}.project-detail-gallery-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:720px){.project-detail-gallery-grid{grid-template-columns:1fr}}.project-detail-gallery-item{border:1px solid var(--page-border);background:#050608;border-radius:.75rem;overflow:hidden}.project-detail-gallery-item img{object-fit:contain;aspect-ratio:auto;width:100%;height:100%;display:block}.project-detail-section-image{border:1px solid var(--page-border);background:#050608;border-radius:.75rem;width:100%;margin:.85rem 0 1rem;overflow:hidden}.project-detail-section-image--light{background:#f1f1ef;border-color:#f1f1ef;padding:1.25rem}.project-detail-section-image--light img{background-color:#f1f1ef;border-radius:4px}.project-detail-section-image img{object-fit:contain;width:100%;height:auto;display:block}.project-detail-section-image.project-detail-section-image-no-frame{background:0 0;border:0;border-radius:0;overflow:visible}.project-detail-section-image-grid{grid-template-columns:1fr;gap:1rem;margin:.85rem 0 1rem;display:grid}.project-detail-section-image-grid-stacked{grid-template-columns:1fr!important}.project-detail-section-image-grid--row{flex-direction:row;gap:1rem;display:flex!important}.project-detail-section-image-grid--row .project-detail-section-image-block{flex:1;min-width:0}@media (min-width:720px){.project-detail-section-image-grid:not(.project-detail-section-image-grid-stacked){grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.project-detail-section-image-grid .project-detail-section-image{margin:0}.project-detail-section-image-block{flex-direction:column;display:flex}.project-detail-section-image-credit{font-family:var(--page-font-mono);color:var(--page-muted);margin-top:.5rem;font-size:.72rem;line-height:1.4}.project-detail-section+.project-detail-section{margin-top:1.4rem}.project-detail-publications{border-top:1px solid var(--page-border);margin-top:3rem;padding-top:2rem}.project-detail-publications h2{color:var(--page-muted);text-transform:uppercase;letter-spacing:.06em;font-size:1.1rem;font-weight:600;font-family:var(--page-font-mono);margin-bottom:1.25rem}.project-detail-pub-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.project-detail-pub-item{border:1px solid var(--page-border);background:#050608;border-radius:12px;padding:1rem 1.25rem}.project-detail-pub-title{color:var(--page-text);margin-bottom:.35rem;font-size:.98rem;font-weight:600;line-height:1.5}.project-detail-pub-authors{color:var(--page-muted);margin-bottom:.25rem;font-size:.88rem}.project-detail-pub-venue{color:#888;margin-bottom:.6rem;font-size:.88rem;font-style:italic}.project-detail-pub-links{gap:1rem;display:flex}.project-detail-pub-links a{color:var(--page-accent,#4a7cdc);font-size:.85rem;font-family:var(--page-font-mono);text-decoration:none}.project-detail-pub-links a:hover{text-decoration:underline}@media (min-width:720px){.project-detail-hero{flex-direction:row}.project-detail-hero-image{flex:1}.project-detail-hero-text{flex:1.1}}.media-section{margin-top:2.25rem}.media-grid-wide{grid-template-columns:1fr}@media (min-width:720px){.media-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}}.media-grid{grid-template-columns:1fr}@media (min-width:720px){.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.media-grid-links{grid-template-columns:1fr}@media (min-width:720px){.media-grid-links{grid-template-columns:repeat(2,minmax(0,1fr))}}.media-card-meta{justify-content:space-between;align-items:baseline;margin-bottom:.2rem;display:flex}.media-card-type{font-family:var(--page-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--page-muted);font-size:.75rem}.media-card-date{font-family:var(--page-font-mono);color:var(--page-muted);white-space:nowrap;border:1px solid #f5f3ec26;border-radius:999px;padding:.15rem .5rem;font-size:.7rem}.timeline-layout{flex-direction:column;gap:1.75rem;margin-top:1.5rem;display:flex}@media (min-width:820px){.timeline-layout{flex-direction:row}}.timeline-list{flex:1.1;position:relative}.timeline-list ul{margin:0;padding-left:0;list-style:none}.timeline-line{background:linear-gradient(#f5f3ec14,#f5f3ec05);width:2px;position:absolute;top:0;bottom:0;left:.6rem}.timeline-item+.timeline-item{margin-top:.6rem}.timeline-node{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:.75rem;padding:.4rem .4rem .35rem 0;display:flex}.timeline-dot{border:2px solid var(--page-muted);background:var(--page-bg);border-radius:999px;flex-shrink:0;width:.8rem;height:.8rem;margin-left:.2rem}.timeline-node-active .timeline-dot{background:#79a6ff;border-color:#79a6ff}.timeline-meta{flex-direction:column;gap:.1rem;display:flex}.timeline-date{font-family:var(--page-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--page-muted);font-size:.78rem}.timeline-title{font-size:.98rem}.timeline-location{color:var(--page-muted);font-size:.8rem}.timeline-description{color:var(--page-muted);margin-top:.15rem;margin-left:1.8rem;font-size:.9rem}.timeline-preview{flex:1}.timeline-preview-frame{border:1px solid var(--page-border);background:radial-gradient(circle at 0 0,#151722,#050608);border-radius:.9rem;padding:.75rem}.timeline-preview-image-wrapper{aspect-ratio:4/3;background:#111;border-radius:.6rem;width:100%;overflow:hidden}.timeline-preview-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.timeline-preview-text{padding:.7rem .35rem .25rem}.timeline-preview-date{font-family:var(--page-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--page-muted);font-size:.78rem}.timeline-preview-title{margin-top:.15rem;font-size:1rem}.timeline-preview-location{color:var(--page-muted);font-size:.82rem}.timeline-preview-text p{margin-top:.45rem;font-size:.9rem}.pub-section{margin-top:2.25rem}.pub-external{flex-flow:wrap;gap:.75rem;padding-top:.5rem;display:flex}.pub-featured-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.1rem;display:grid}@media (min-width:720px){.pub-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pub-featured-card{border:1px solid var(--page-border);background:radial-gradient(circle at 0 0,#151722,#050608);border-radius:.75rem;padding:.9rem 1rem}.pub-featured-image-wrapper{aspect-ratio:4/3;background:#151515;border-radius:.55rem;width:100%;margin-bottom:.75rem;overflow:hidden}.pub-featured-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.pub-featured-header h3{margin-bottom:.25rem}.pub-featured-meta{font-family:var(--page-font-mono);color:var(--page-muted);justify-content:space-between;font-size:.8rem;display:flex}.pub-description{margin-top:.5rem;font-size:.9rem}.pub-links{font-family:var(--page-font-mono);flex-wrap:wrap;gap:.75rem;margin-top:.6rem;font-size:.8rem;display:flex}.pub-badge{font-size:.68rem;font-family:var(--page-font-mono);letter-spacing:.05em;text-transform:uppercase;color:#4a7cdc;border:1px solid #4a7cdc;border-radius:10px;margin-bottom:4px;padding:1px 8px;display:inline-block}.pub-badge--patent{color:#a07cdc;border-color:#a07cdc}.pub-badge--preprint{color:#888;border-color:#444}.pub-badge--thesis{color:#7cba8a;border-color:#7cba8a}.project-detail-pub-badges{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.pub-patent-card{background:#080808;border:1px solid #1e1e1e;border-radius:8px;margin-top:2rem;padding:1.25rem}.pub-patent-card h3{margin:6px 0 4px;font-size:1rem}.funding-highlight{background:#080808;border:1px solid #1e1e1e;border-radius:8px;align-items:baseline;gap:1.5rem;margin:1rem 0 1.5rem;padding:1rem 1.25rem;display:flex}.funding-amount{color:#fff;white-space:nowrap;font-size:1.8rem;font-weight:700}.funding-meta{color:#888;font-size:.85rem;line-height:1.5}.awards-list{margin:0;padding:0;list-style:none}.awards-item{border-bottom:1px solid #111;gap:1.5rem;padding:.85rem 0;display:flex}.awards-year{font-family:var(--page-font-mono);color:#555;flex-shrink:0;width:36px;padding-top:2px;font-size:.78rem}.awards-main{flex:1}.awards-title{color:#e0e0e0;margin-bottom:2px;font-size:.92rem}.awards-org{color:#666;font-size:.78rem;font-family:var(--page-font-mono);margin-bottom:4px;display:block}.awards-desc{color:#666;margin:0;font-size:.82rem;line-height:1.5}.pub-list{margin-top:1rem;padding-left:0;list-style:none}.pub-list-item{border-bottom:1px solid #262626b3;justify-content:space-between;gap:1rem;padding:.55rem 0;display:flex}.pub-list-main{flex-direction:column;gap:.1rem;display:flex}.pub-authors{font-family:var(--page-font-mono);color:var(--page-muted);font-size:.78rem}.pub-title{font-size:.95rem}.pub-venue{color:var(--page-muted);font-size:.85rem}.pub-list-link{font-family:var(--page-font-mono);flex-shrink:0;align-self:center;font-size:.8rem}@media (max-width:600px){.pub-list-item{flex-direction:column;align-items:flex-start}.pub-list-link{margin-top:.25rem}}.home-timeline-strip{border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e;padding:2rem 0}.home-timeline-scroll{scrollbar-width:none;flex-direction:row;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.home-timeline-scroll::-webkit-scrollbar{display:none}.home-timeline-chip{white-space:nowrap;color:#ccc;border:1px solid #2a2a2a;border-radius:20px;flex-direction:row;flex-shrink:0;align-items:center;gap:8px;padding:6px 14px;font-size:.8rem;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.home-timeline-chip:hover{color:#fff;border-color:#4a7cdc}.home-timeline-logo{background:#4a7cdc;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.home-timeline-text{flex-direction:row;align-items:center;gap:6px;display:flex}.home-timeline-inst{color:#fff;font-weight:500}.home-timeline-period{color:#666}.timeline-vertical{margin-top:1.5rem;padding-left:28px;position:relative}.timeline-vertical:before{content:"";background:#1e1e1e;width:2px;position:absolute;top:6px;bottom:0;left:6px}.timeline-vertical-item{flex-direction:row;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.timeline-vertical-item:before{content:"";background:#4a7cdc;border:2px solid #0a0a0a;border-radius:50%;flex-shrink:0;width:10px;height:10px;position:absolute;top:6px;left:-24px}.timeline-vertical-left{flex-shrink:0;width:110px}.timeline-vertical-period{font-family:var(--font-mono,monospace);color:#a2a2a2;margin-bottom:6px;font-size:1rem;line-height:1.4}.timeline-vertical-logo{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:50%;width:24px;height:24px}.timeline-vertical-right{flex:1}.timeline-vertical-title{color:#fff;margin-bottom:2px;font-size:.95rem;font-weight:600}.timeline-vertical-role{color:silver;margin-bottom:6px;font-size:1.05rem}.timeline-vertical-highlight{color:#4a7cdc;border:1px solid #4a7cdc;border-radius:12px;margin-bottom:6px;padding:2px 10px;font-size:.72rem;display:inline-block}.timeline-vertical-grade{color:#a2a2a2;margin-bottom:4px;font-size:1rem}.timeline-vertical-right p{color:#8a8a8a;margin-top:4px;font-size:.92rem;line-height:1.6}.section-header-row{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.section-link{font-family:var(--page-font-mono);color:#4a7cdc;letter-spacing:.04em;font-size:.78rem;text-decoration:none}.section-link:hover{text-decoration:underline}.home-bio-teaser{border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;margin:2.5rem 0;padding:1.5rem 0}.home-bio-teaser p{color:#bbb;max-width:640px;margin-bottom:.75rem;font-size:1rem;line-height:1.75}.home-contact-cta{text-align:center;background:#050607;border:1px solid #1a1a1a;border-radius:8px;margin:2.5rem 0 1rem;padding:1.75rem}.home-contact-cta p{color:#aaa;max-width:480px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:1rem}.hero-cta-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem;display:flex}.page-hero .hero-cta-row{justify-content:flex-start}.button{font-family:var(--page-font-mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:4px;padding:8px 18px;font-size:.78rem;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-block}.button-primary{color:#fff;background:#4a7cdc;border-color:#4a7cdc}.button-primary:hover{background:#5a8ce8;border-color:#5a8ce8}.button-secondary{color:#ccc;background:0 0;border-color:#333}.button-secondary:hover{color:#fff;border-color:#aaa}.page-anchor-menu{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;margin-bottom:1.25rem;display:flex}.about-header{justify-content:space-between;align-items:baseline;margin-bottom:2rem;display:flex}.about-bio{margin-bottom:3rem}.about-bio-block{margin-bottom:2.5rem}.about-bio-label{font-family:var(--page-font-mono);letter-spacing:.08em;color:#9a9a9a;text-transform:uppercase;margin-bottom:.5rem;font-size:.92rem;font-weight:600}.about-bio-block p{color:#ccc;white-space:pre-line;max-width:660px;font-size:.97rem;line-height:1.8}.about-timeline{margin-bottom:3rem}.about-timeline h2,.about-skills h2{color:#fff;border-bottom:1px solid #1a1a1a;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.45rem;font-weight:600}.nested-timeline-wrapper{padding-right:340px;position:relative}.nested-timeline-spine{padding-left:22px;position:relative}.nested-timeline-spine:before{content:"";background:#222;width:1px;position:absolute;top:4px;bottom:4px;left:9px}.nested-timeline-parent{margin-bottom:14px;position:relative}.nested-timeline-parent:before{display:none}.nested-timeline-parent-card{cursor:default;background:0 0;border:none;padding:5px 8px}.nested-timeline-parent-card.nested-timeline-muted .nested-timeline-institution{color:#888;font-weight:400}.nested-timeline-period{font-family:var(--page-font-mono);color:#606060;letter-spacing:.03em;margin-bottom:2px;font-size:.76rem}.nested-timeline-institution{font-family:var(--page-font-body);color:#eee;letter-spacing:0;font-size:1rem;font-weight:600}.nested-timeline-role{font-family:var(--page-font-body);color:#909090;margin-top:2px;font-size:.88rem;font-weight:400}.nested-timeline-highlight{display:none}.nested-timeline-children{border-left:2px solid #253050;margin-top:10px;margin-bottom:2px;padding-left:16px}.nested-timeline-children.is-collapsed{border-left:0;max-height:0;margin-top:0;padding:0;transition:max-height .18s;overflow:hidden}.nested-timeline-child-card{cursor:default;background:0 0;border:none;margin:2px 0;padding:5px 6px 5px 14px;position:relative}.nested-timeline-child-card:before{display:none}.nested-timeline-child-period{font-family:var(--page-font-mono);color:#505060;letter-spacing:.03em;margin-bottom:1px;font-size:.76rem}.nested-timeline-child-institution{font-family:var(--page-font-body);color:#c0c4d8;font-size:1rem;font-weight:500}.nested-timeline-child-role{font-family:var(--page-font-body);color:#686878;margin-top:1px;font-size:.88rem}.nested-timeline-child-highlight{display:none}.nested-timeline-child-card.nested-timeline-muted .nested-timeline-child-institution{color:#777;font-weight:400}.nested-timeline-hover-card{pointer-events:none;z-index:5;background:#07080a;border:1px solid #232323;border-radius:10px;width:300px;padding:13px 14px 12px;position:absolute;right:0;transform:translate(4px);box-shadow:0 4px 20px #00000073}.nested-timeline-hover-meta{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.nested-timeline-hover-period{font-family:var(--page-font-mono);color:#606060;letter-spacing:.03em;font-size:.7rem}.nested-timeline-hover-location{font-family:var(--page-font-mono);color:#585858;text-align:right;font-size:.68rem}.nested-timeline-hover-title{font-family:var(--page-font-body);color:#f0f0f0;margin:0;font-size:.96rem;font-weight:600;line-height:1.3}.nested-timeline-hover-role{font-family:var(--page-font-body);color:#818181;margin-top:2px;margin-bottom:0;font-size:.8rem}.nested-timeline-hover-highlight{font-family:var(--page-font-body);color:#686868;margin-top:6px;font-size:.78rem;font-style:italic}.nested-timeline-hover-image{aspect-ratio:16/9;object-fit:cover;opacity:.88;border:1px solid #1c1c1c;border-radius:7px;width:100%;margin-top:10px;display:block}.nested-timeline-hover-description{font-family:var(--page-font-body);color:#a0a0a0;margin-top:8px;font-size:.82rem;line-height:1.55}.nested-timeline-modal-backdrop{z-index:50;background:#000000a6;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.nested-timeline-modal{background:#050608;border:1px solid #222;border-radius:16px;width:100%;max-width:640px;padding:14px;box-shadow:0 16px 60px #0009}.nested-timeline-modal-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.nested-timeline-modal-period{font-family:var(--page-font-mono);color:#7f7f7f;font-size:.95rem}.nested-timeline-modal-close{color:#cfcfcf;cursor:pointer;background:0 0;border:1px solid #333;border-radius:10px;padding:8px 12px}.nested-timeline-modal-title{color:#fff;margin:0;font-size:1.18rem;font-weight:750}.nested-timeline-modal-role{color:silver;margin-top:8px;font-size:1rem}.nested-timeline-modal-location,.nested-timeline-modal-highlight{color:#a7a7a7;margin-top:8px;font-size:.95rem}.nested-timeline-modal-highlight{display:none}.nested-timeline-modal-highlight-plain{color:#8a8a8a;margin-top:8px;font-size:.9rem;font-style:italic}.nested-timeline-modal-image{aspect-ratio:16/10;object-fit:cover;border:1px solid #202020;border-radius:12px;width:100%;margin-top:12px;display:block}.nested-timeline-modal-description{color:#b0b0b0;margin-top:12px;font-size:.96rem;line-height:1.7}.nested-timeline-modal-gallery{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px;display:grid}.nested-timeline-modal-gallery-image{aspect-ratio:16/10;object-fit:cover;border:1px solid #202020;border-radius:12px;width:100%;display:block}@media (max-width:720px){.nested-timeline-wrapper{padding-right:0}.nested-timeline-hover-card{display:none}.nested-timeline-parent-card,.nested-timeline-child-card{cursor:pointer}.nested-timeline-child-period{font-size:.88rem}}.about-skills{margin-bottom:2rem}.about-skill-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (min-width:720px){.about-skill-grid{grid-template-columns:repeat(2,1fr)}}.about-skill-category h3{font-size:1.12rem;font-family:var(--page-font-mono);letter-spacing:.06em;text-transform:uppercase;color:silver;margin-bottom:.75rem;font-weight:600}.about-skill-category ul{margin:0;padding:0;list-style:none}.about-skill-category li{border-bottom:1px solid #111;flex-wrap:wrap;align-items:baseline;gap:0;padding:5px 0;font-size:.88rem;line-height:1.5;display:flex}.skill-name{color:#e0e0e0;margin-right:2px;font-weight:500}.skill-level-dot{background:#4a7cdc;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin:0 6px;display:inline-block;position:relative;top:-1px}.skill-level-expert .skill-level-dot{background:#4a7cdc}.skill-level-advanced .skill-level-dot{background:#5a8a6a}.skill-level-intermediate .skill-level-dot{background:#888}.skill-context{color:#7a7a7a;font-size:.9rem;line-height:1.4}.about-tools{margin-bottom:1.5rem}.about-tools h3,.about-languages h3{font-size:1.12rem;font-family:var(--page-font-mono);letter-spacing:.06em;text-transform:uppercase;color:silver;margin-bottom:.75rem;font-weight:600}.tag-cloud{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tag-cloud li{font-size:.78rem;font-family:var(--page-font-mono);color:#aaa;border:1px solid #222;border-radius:4px;padding:3px 10px}.about-languages ul{margin:0;padding:0;list-style:none}.about-languages li{color:#bbb;padding:4px 0;font-size:.88rem}.work-section-header{margin-bottom:1.5rem}.work-section-header h2{margin-bottom:.25rem}.work-section-header p{color:#777;font-size:.88rem}.project-detail-hero{border-bottom:1px solid #1a1a1a;margin-bottom:2.5rem;padding-bottom:1.5rem}.project-detail-subtitle{color:#aaa;margin:.25rem 0 .75rem;font-size:1.05rem}.project-detail-meta{font-family:var(--page-font-mono);color:#666;gap:1.5rem;margin-bottom:.75rem;font-size:.78rem;display:flex}.project-detail-tags{flex-wrap:wrap;gap:6px;margin:.5rem 0;padding:0;list-style:none;display:flex}.project-detail-tags li{font-size:.75rem;font-family:var(--page-font-mono);color:#aaa;border:1px solid #222;border-radius:4px;padding:2px 9px}.project-detail-publication{font-size:.8rem;font-family:var(--page-font-mono);color:#666;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.pub-journal{color:#aaa}.pub-year{color:#666}.pub-type{color:#4a7cdc;border:1px solid #4a7cdc;border-radius:10px;padding:1px 7px;font-size:.7rem}.project-detail-section{margin-bottom:2rem}.project-detail-section h2{color:#fff;border-bottom:1px solid #111;margin-bottom:.6rem;padding-bottom:.3rem;font-size:1rem}.project-detail-section p{color:#bbb;font-size:.93rem;line-height:1.8}.contact-section{max-width:560px}.contact-intro{color:#bbb;margin-bottom:2rem;font-size:1rem;line-height:1.8}.contact-links{flex-direction:column;gap:.5rem;display:flex}.contact-location{font-family:var(--page-font-mono);color:#555;margin-top:2rem;font-size:.78rem}.muted{color:var(--page-muted)}.media-embed-frame{background:#050608;border:1px solid #333;border-radius:10px;margin-top:.75rem;overflow:hidden}.media-embed-frame-inner{aspect-ratio:16/9;width:100%}.media-embed-frame iframe{border:0;width:100%;height:100%;display:block}.media-thumb-popup{width:100%;height:100%;display:block;position:relative}.media-thumb-button{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.media-thumb-button:focus-visible{outline-offset:-2px;outline:2px solid #79a6ff}.media-thumb-hover-preview{z-index:1100;border:1px solid var(--page-border);pointer-events:none;opacity:0;background:#050608;border-radius:.8rem;width:min(520px,52vw);max-height:88vh;padding:.6rem;transition:opacity .14s,transform .14s;display:none;position:fixed;top:50%;left:50%;right:auto;overflow:visible;transform:translate(-50%,-50%)translateY(8px);box-shadow:0 18px 60px #0000008c}@media (min-width:720px){.media-thumb-popup:hover .media-thumb-hover-preview{opacity:1;display:block;transform:translate(-50%,-50%)translateY(0)}}.media-thumb-hover-frame{background:#06070b;border-radius:.6rem;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative;overflow:visible}.media-thumb-hover-frame img{object-fit:contain;width:100%;height:auto;max-height:calc(88vh - 3rem);display:block}.media-thumb-hover-placeholder{color:#999;width:100%;height:100%;font-family:var(--page-font-mono);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.8rem;display:flex}.media-thumb-hover-badge{font-family:var(--page-font-mono);color:#ffffffeb;background:#0000008c;border:1px solid #f5f3ec26;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;position:absolute;top:10px;left:10px}.media-lightbox-backdrop{z-index:1200;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.media-lightbox{border:1px solid var(--page-border);background:radial-gradient(circle at 0 0,#14151c,#050608);border-radius:.9rem;width:min(960px,96vw);max-height:86vh;overflow:auto}.media-lightbox-top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1.1rem;display:flex}.media-lightbox-title{min-width:0}.media-lightbox-heading{color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:650;line-height:1.35}.media-lightbox-date{font-family:var(--page-font-mono);color:var(--page-muted);font-size:.78rem}.media-lightbox-close{color:#fff;cursor:pointer;background:#0003;border:1px solid #f5f3ec33;border-radius:.6rem;padding:.55rem .8rem}.media-lightbox-close:hover{border-color:#79a6ffcc}.media-lightbox-media{padding:.8rem 1.1rem .2rem}.media-lightbox iframe{aspect-ratio:16/9;background:#000;border:0;border-radius:.6rem;width:100%;display:block;overflow:hidden}.media-lightbox img{object-fit:contain;background:#000;border:1px solid #ffffff1a;border-radius:.6rem;width:100%;height:auto;display:block}.media-lightbox-description{color:#bbb;padding:.1rem 1.1rem 1rem;font-size:.95rem;line-height:1.8}.media-lightbox-actions{padding:0 1.1rem 1.1rem}
