:root{--bg: #05070d;--fg: #e6e8ef;--muted: #9aa0ad;--accent: #8ab4ff}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}body.home.js-enabled{overflow:hidden;height:100vh}#graph-canvas,#graph-labels,.fallback-nav{display:none}body.home.js-enabled #graph-canvas{display:block;width:100vw;height:100vh;outline:none}body.home.js-enabled #graph-canvas:focus,body.home.js-enabled #graph-canvas:focus-visible{outline:none}body.home.js-enabled #graph-labels{display:block;position:fixed;inset:0;pointer-events:none}body.home.wasm-failed .fallback-nav{display:block}#graph-page{position:fixed;inset:0;z-index:10;overflow-y:auto;overflow-x:hidden;background:rgba(5,7,13,.75);backdrop-filter:blur(6px);display:none}#graph-page.open{display:block;animation:page-fade-in 180ms ease-out both}#graph-page.leaving{display:block;animation:page-fade-out 160ms ease-in forwards}@keyframes page-fade-in{from{opacity:0}to{opacity:1}}@keyframes page-fade-out{from{opacity:1}to{opacity:0}}body:not(.home) main{animation:page-fade-in 180ms ease-out both}body:not(.home).leaving main{animation:page-fade-out 160ms ease-in forwards}@media (prefers-reduced-motion: reduce){#graph-page.open,#graph-page.leaving,body:not(.home) main,body:not(.home).leaving main{animation:none !important}}.graph-open{position:absolute;transform:translate(-50%, -50%);padding:.3rem .75rem;color:#fff;font:600 .8rem/1 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;letter-spacing:.04em;text-transform:uppercase;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.6);border-radius:999px;white-space:nowrap;cursor:pointer;pointer-events:auto;user-select:none;backdrop-filter:blur(2px);transition:background 150ms ease,border-color 150ms ease;will-change:transform,left,top}.graph-open:hover{background:rgba(255,255,255,.15);border-color:var(--accent)}.graph-label{position:absolute;transform:translate(-50%, calc(-100% - .6rem));color:#eaeef6;font:500 .85rem/1 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;white-space:nowrap;text-shadow:0 0 4px rgba(0,0,0,.9),0 0 2px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.9);pointer-events:none;user-select:none;will-change:transform,left,top}#cmd-console{position:fixed;left:0;right:0;bottom:0;z-index:2000;display:none;flex-direction:column;font:500 .95rem/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;pointer-events:none}#cmd-console.open{display:flex}#cmd-suggest{pointer-events:auto;max-height:40vh;overflow-y:auto}.cmd-suggest-row{padding:.35rem .75rem;color:var(--muted);cursor:pointer;white-space:pre;text-shadow:0 0 4px rgba(0,0,0,.9),0 0 2px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.9)}.cmd-suggest-row.active,.cmd-suggest-row:hover{color:var(--fg)}#cmd-row{pointer-events:auto;display:flex;align-items:center;padding:.5rem .75rem}#cmd-row,.cmd-suggest-row{text-shadow:0 0 4px rgba(0,0,0,.9),0 0 2px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.9)}.cmd-prompt{color:var(--accent);margin-right:.4rem}#cmd-input{flex:1;background:rgba(0,0,0,0);border:0;outline:none;color:var(--fg);font:inherit;caret-color:var(--accent)}main{max-width:70ch;margin:0 auto;padding:2rem 1.25rem 4rem;line-height:1.6}main a,main a:visited{color:var(--accent)}main a:hover{color:#b8d0ff}main img,main video{max-width:100%;height:auto;display:block;margin:1rem auto}main img{cursor:zoom-in}#lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.85);cursor:zoom-out;padding:2rem;opacity:0;transition:opacity 160ms ease}#lightbox.open{display:flex;opacity:1}#lightbox img{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 10px 40px rgba(0,0,0,.6)}header{padding:1rem 1.25rem}#graph-page>header{position:sticky;top:0;z-index:5;background:rgba(0,0,0,0);pointer-events:none}#graph-page>header .back{pointer-events:auto}header .back{color:var(--muted);text-decoration:none}header .back:hover{color:var(--accent)}.fallback-nav{padding:2rem}.fallback-nav ul{list-style:none;padding-left:1.25rem}.fallback-nav a{color:var(--accent)}body.research-page main{max-width:90ch}.research h1{line-height:1.25}.pdf-embed{display:block;width:100%;height:85vh;margin:2rem 0 1rem;border:1px solid rgba(255,255,255,.08);background:#1a1d24}body.resume-page main{max-width:7.7in;padding:1rem 0 4rem}.resume{position:relative;color:var(--fg);font:400 11pt/1.25 "Times New Roman",serif}.resume a{color:inherit;text-decoration:none}.resume a:hover{color:var(--accent)}.resume a.resume-hidden,.resume a.resume-hidden:hover{color:inherit}.resume .resume-actions{position:absolute;top:0;left:100%;margin-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.resume .resume-btn{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:var(--muted);border:1px solid var(--muted);border-radius:4px;padding:0;cursor:pointer;transition:color 120ms ease,border-color 120ms ease}.resume .resume-btn:hover{color:var(--accent);border-color:var(--accent)}.resume .resume-btn svg{display:block}.resume .resume-header{text-align:center}.resume .resume-name{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:.01em;line-height:1.1}.resume .resume-contact{margin-top:.2rem;color:var(--muted);font-size:.95rem}.resume .resume-contact .sep{margin:0 .15rem;opacity:.6}.resume .resume-section{margin-top:.6rem}.resume .resume-section:first-of-type{margin-top:0}.resume .resume-section-title{font-size:.95rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;margin:0 0 .4rem}.resume .resume-entry{margin-bottom:.5rem;break-inside:avoid}.resume .resume-skill-entry{margin-bottom:.2rem}.resume .resume-entry-row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.resume .resume-entry-compact{overflow:hidden}.resume .resume-entry-right{float:right;margin-left:.75rem;text-align:right;color:var(--muted);white-space:nowrap}.resume .resume-entry-right .resume-entry-date{font-weight:600}.resume .resume-entry-right>*+*{margin-left:.5rem}.resume .resume-entry-subtitle,.resume .resume-entry-inline-content{color:var(--muted)}.resume .resume-entry-subtitle{font-style:italic}.resume .resume-entry-body{overflow:hidden}.resume .resume-entry-dates{float:right;margin-left:1rem;text-align:right;color:var(--muted)}.resume .resume-entry-dates>*{display:block;white-space:nowrap}.resume .resume-entry-dates .resume-entry-date{font-weight:600}.resume .resume-entry-sub{color:var(--muted);font-style:italic}.resume .resume-entry-title{font-weight:600}.resume .resume-entry-meta{color:var(--muted);white-space:nowrap}.resume .resume-bullets{margin:.05rem 0 0;padding-left:1rem}.resume .resume-bullets li{margin:0}.resume .resume-entry-items{margin-top:.2rem}.resume .resume-entry-items .resume-entry-item+.resume-entry-item{margin-top:.35rem}.resume .resume-entry-content{margin-top:.15rem}.resume .resume-entry-content p{margin:.1rem 0}.resume .resume-style-toggle{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.resume .resume-pdf-divider{display:none}.resume:has(.resume-style-toggle:checked) .resume-pdf-centered{display:none}.resume:has(.resume-style-toggle:checked) .resume-pdf-divider{display:inline-flex}.resume .resume-section-title{text-align:center}.resume:has(.resume-style-toggle:checked) .resume-section-title{text-align:left;border-bottom:1px solid currentColor;padding-bottom:.15rem}.gallery{margin-block:1.75rem}@media (min-width: 900px){.gallery{position:relative;left:50%;transform:translateX(-50%);width:min(92vw,1100px)}}.gallery img,.gallery video{margin:0;display:block;max-width:100%}.gallery .gallery-item{margin:0;position:relative;overflow:hidden;border-radius:6px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);transition:transform 180ms ease,border-color 180ms ease}.gallery .gallery-item:hover{border-color:rgba(255,255,255,.18)}.gallery figcaption{position:absolute;inset:auto 0 0 0;padding:.5rem .75rem;font-size:.8rem;color:#eaeef6;background:linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));opacity:0;transition:opacity 180ms ease;pointer-events:none}.gallery .gallery-item:hover figcaption{opacity:1}.gallery-justified{display:flex;flex-wrap:wrap;gap:.4rem}.gallery-justified .gallery-item{flex:1 1 auto;height:var(--row-h);min-width:160px}.gallery-justified .gallery-item img,.gallery-justified .gallery-item video{height:100%;width:100%;object-fit:cover}.gallery-masonry{column-count:var(--cols);column-gap:.6rem}@media (max-width: 800px){.gallery-masonry{column-count:2}}@media (max-width: 480px){.gallery-masonry{column-count:1}}.gallery-masonry .gallery-item{break-inside:avoid;margin-bottom:.6rem;display:inline-block;width:100%}.gallery-masonry .gallery-item img,.gallery-masonry .gallery-item video{width:100%;height:auto}.gallery-carousel .gallery-carousel-track{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:1rem;padding-bottom:.5rem;scrollbar-width:thin}.gallery-carousel .gallery-item{flex:0 0 auto;height:var(--item-h);scroll-snap-align:center}.gallery-carousel .gallery-item img,.gallery-carousel .gallery-item video{height:100%;width:auto;object-fit:cover}.gallery-feature{display:grid;gap:.6rem;grid-template-columns:1fr}@media (min-width: 760px){.gallery-feature{grid-template-columns:2fr 1fr;grid-auto-rows:minmax(160px, auto)}.gallery-feature .gallery-hero{grid-row:span 2}}.gallery-feature .gallery-item img,.gallery-feature .gallery-item video{width:100%;height:100%;object-fit:cover}.gallery-feature .gallery-hero{aspect-ratio:3/2}.gallery-lightbox{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 900px){.gallery-lightbox{position:static;left:auto;transform:none;width:auto}}.gallery-lightbox-main{margin:0;position:relative;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03)}.gallery-lightbox-main img{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;margin:0;cursor:zoom-in}.gallery-lightbox-main figcaption{position:absolute;inset:auto 0 0 0;padding:.5rem .75rem;font-size:.85rem;color:#eaeef6;background:linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));pointer-events:none}.gallery-lightbox-main figcaption[hidden]{display:none}.gallery-lightbox-thumbs{display:flex;gap:.4rem;overflow-x:auto;scroll-snap-type:x proximity;scroll-padding:.5rem;padding-bottom:.35rem;scrollbar-width:thin}.gallery-lightbox-thumb{flex:0 0 auto;width:88px;height:66px;padding:0;margin:0;border:2px solid rgba(0,0,0,0);border-radius:4px;background:rgba(0,0,0,0);cursor:pointer;overflow:hidden;scroll-snap-align:start;opacity:.65;transition:border-color 150ms ease,opacity 150ms ease}.gallery-lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block;margin:0;cursor:pointer}.gallery-lightbox-thumb:hover{opacity:1}.gallery-lightbox-thumb.active{border-color:var(--accent);opacity:1}.gallery-lightbox-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media print{@page{size:letter;margin:.3in .4in}html,body{background:#fff !important;color:#000 !important}body>header,#graph-canvas,#graph-labels,#cmd-console,.fallback-nav,.resume-actions,.resume-style-toggle{display:none !important}body.resume-page main,#graph-page main{max-width:none !important;padding:0 !important;margin:0 !important}#graph-page{position:static !important;background:none !important;backdrop-filter:none !important;animation:none !important;overflow:visible !important;display:block !important}#graph-page>header{display:none !important}.resume{position:static}.resume,.resume *{color:#000 !important}.resume a:not(.resume-hidden){color:#1a4fa3 !important;text-decoration:none}.resume .resume-contact,.resume .resume-contact a{color:#666 !important}.resume a{text-decoration:none}}