.roller-shutter{background:var(--card);z-index:500;width:25vw;height:0;transition:height .55s cubic-bezier(.4,0,.2,1) .3s;position:fixed;top:0;right:0;overflow:hidden}.roller-shutter--open{height:100vh;transition:height .6s cubic-bezier(.4,0,.2,1)}.roller-shutter__inner{color:#282a36;box-sizing:border-box;clip-path:inset(0 0 100%);height:100%;padding:1.5rem 1.75rem 2rem;transition:clip-path .3s;overflow-y:auto}.roller-shutter--open .roller-shutter__inner{clip-path:inset(0);transition:clip-path .4s .5s}.roller-shutter__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.roller-shutter__title{font-family:var(--heading);color:#282a36;margin:0;font-size:1.4rem;font-weight:400}.roller-shutter__body{color:#282a36;font-size:.85rem;line-height:1.7}.seg-right{position:relative}.seg-right:after{content:"";background:linear-gradient(to bottom, transparent, var(--accent) 10%, var(--accent) 90%, transparent);width:2px;position:absolute;top:0;bottom:0;right:-.75rem;transform:translate(50%)}.seg-bottom{position:relative}.seg-bottom:after{content:"";background:linear-gradient(to right, transparent, var(--accent) 10%, var(--accent) 90%, transparent);height:2px;position:absolute;bottom:-.375rem;left:0;right:0;transform:translateY(50%)}.seg-top{position:relative}.seg-top:before{content:"";background:linear-gradient(to right, transparent, var(--accent) 10%, var(--accent) 90%, transparent);height:2px;position:absolute;top:-.75rem;left:0;right:0;transform:translateY(-50%)}.subtitle-typing{font-family:var(--mono);min-height:1.5em;color:var(--accent);margin:.1rem 0 0;font-size:1.2rem;font-weight:500;line-height:1.3;display:block}.sub-wrapper{background:var(--accent);color:#fff;padding:0 .3em}.sub-content:after{content:"";vertical-align:middle;background:#fff;width:.13em;height:1em;margin-left:.08em;animation:.8s step-end infinite sub-blink;display:inline-block}@keyframes sub-blink{0%,to{opacity:0}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.sub-content:after{opacity:1;animation:none!important}}.comp-history-strip{writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--heading);letter-spacing:.08em;color:var(--font-col);opacity:1;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0;align-self:stretch;align-items:center;font-size:1rem;display:flex}.ach-grid{flex-direction:column;gap:0;display:flex}.ach-item{border-bottom:2px solid #282a3640;padding:.65rem 0;display:block;position:relative}.ach-item:last-child{border-bottom:none}.ach-num{font-family:var(--mono);color:var(--accent);letter-spacing:.04em;padding-top:.2rem;font-size:.7rem;font-weight:700;line-height:1}.ach-body{flex-direction:column;gap:.15rem;display:flex}.ach-title{font-family:var(--heading);color:var(--accent);font-size:1.15rem;font-weight:700;line-height:1.25}.ach-item:nth-child(2n) .ach-title{color:var(--font-col)}.ach-note{font-family:var(--normal-text);color:#282a36;opacity:.55;font-size:.92rem;font-weight:700;line-height:1.3}.exp-timeline{margin:0;padding:0;list-style:none;position:relative}.exp-timeline:before{content:"";opacity:.3;background:linear-gradient(#0000,#282a36 8% 92%,#0000);width:2px;position:absolute;top:.5rem;bottom:.5rem;left:calc(.45rem - 1px)}.exp-timeline__item{align-items:flex-start;gap:1rem;padding:.6rem 0;display:flex;position:relative}.exp-timeline__dot{background:#282a36;border-radius:50%;flex-shrink:0;width:.9rem;height:.9rem;margin-top:.2rem;transition:background .2s}.exp-timeline__item--current .exp-timeline__dot{background:var(--accent);box-shadow:0 0 0 3px #d4821f40}.exp-timeline__body{flex-direction:column;gap:.1rem;display:flex}.exp-timeline__role{font-family:var(--heading);color:#282a36;text-underline-offset:3px;font-size:1.05rem;font-weight:500;line-height:1.2;text-decoration:underline}.exp-timeline__org{color:#282a36;opacity:.65;font-size:.92rem;line-height:1.3}.exp-timeline__date{font-family:var(--normal-text);color:var(--accent);margin-top:.15rem;font-size:.88rem;font-weight:500}.exp-timeline__item--current .exp-timeline__date{font-weight:700}.bio-zoom-img,.bio-zoom-text{opacity:0;pointer-events:none;z-index:10;width:100%;height:50%;transition:opacity .5s ease-in-out;position:absolute}.bio-zoom-img.pos-top,.bio-zoom-text.pos-top{border-radius:var(--radius) var(--radius) 0 0;top:0}.bio-zoom-img.pos-bottom,.bio-zoom-text.pos-bottom{border-radius:0 0 var(--radius) var(--radius);bottom:0}.bio-zoom-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.bio-zoom-text{background:var(--card);font-family:var(--mono);color:var(--font-col);box-sizing:border-box;align-items:flex-start;padding:1rem;font-size:.85rem;line-height:1.6;display:flex}.bio-zoom-img.visible,.bio-zoom-text.visible{opacity:1}.bio-images{grid-template-columns:repeat(3,98px);align-content:start;gap:2px;display:grid;position:relative}.bio-img-card{perspective:1000px;cursor:pointer;width:98px;height:98px}.bio-img-flipper{width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s ease-in-out;position:relative}.bio-img-flipper.flipped{transform:rotateY(180deg)}.bio-img-front,.bio-img-back{backface-visibility:hidden;border-radius:var(--radius);width:100%;height:100%;position:absolute;overflow:hidden}.bio-img-front img{object-fit:fill;width:100%;height:100%;display:block}.bio-img-back{background:var(--card);color:var(--font-col);font-size:.75rem;line-height:1.35;font-family:var(--mono);box-sizing:border-box;align-items:flex-start;padding:.75rem;display:flex;transform:rotateY(180deg)}.bio-img-placeholder{border-radius:var(--radius);opacity:.5;background:repeating-linear-gradient(45deg,#1e2630,#1e2630 4px,#262e3a 4px 8px)}.mobile-inline-section{display:none}@media (max-width:768px){.roller-shutter{width:88vw}.mobile-hide-btn{display:none}.mobile-inline-section{order:4;width:100%;margin-top:.5rem;display:block}.mobile-inline-section+.mobile-inline-section{margin-top:.5rem}.about-nav-section{padding-top:2rem}.mobile-inline-section h3{text-underline-offset:4px;text-decoration:underline}.seg-right:after{display:none}.seg-right{order:1;width:100%;min-width:0!important}.about-nav-section{order:2;width:100%}.about-img-section{order:5;justify-content:center;width:100%}.seg-top:before{top:-.5rem}.seg-bottom+div{margin-top:.5rem}.comp-history-strip{display:none}.bio-images{grid-template-columns:repeat(3,80px);margin:0 auto}.bio-img-card{width:80px;height:80px}}@media (max-width:480px){.roller-shutter{width:96vw}.bio-images{grid-template-columns:repeat(2,1fr)}.bio-img-card{aspect-ratio:1;width:100%;height:auto}.subtitle-typing{font-size:1rem}}
.Button-module__3dJGfa__button{cursor:pointer;background-color:var(--font-col);color:var(--bg);border-radius:var(--radius);font-weight:600;line-height:1;font-family:var(--normal-text);white-space:nowrap;text-overflow:ellipsis;border:none;align-items:center;gap:.75rem;padding:.5rem 1.5rem .5rem .75rem;font-size:.95rem;text-decoration:none;transition:background-color .3s;display:inline-flex;overflow:hidden}.Button-module__3dJGfa__button:hover{background-color:var(--accent);opacity:1}.Button-module__3dJGfa__buttonCard{background-color:var(--card-inverse);color:var(--bg)}.Button-module__3dJGfa__buttonCard:hover{background-color:var(--accent);color:#fff}.Button-module__3dJGfa__buttonCard .Button-module__3dJGfa__iconWrapper{background-color:var(--bg);color:var(--font-col)}.Button-module__3dJGfa__buttonCard .Button-module__3dJGfa__iconSvg{transform:rotate(135deg)}.Button-module__3dJGfa__button:hover .Button-module__3dJGfa__iconWrapper{color:var(--accent)}.Button-module__3dJGfa__iconWrapper{width:25px;height:25px;color:var(--font-col);background-color:var(--bg);border-radius:50%;flex-shrink:0;place-items:center;display:grid;position:relative;overflow:hidden}.Button-module__3dJGfa__iconSvgCopy{position:absolute;transform:translate(-150%,150%)}.Button-module__3dJGfa__button:hover .Button-module__3dJGfa__iconSvg:first-child{transition:transform .3s ease-in-out;transform:translate(150%,-150%)}.Button-module__3dJGfa__button:hover .Button-module__3dJGfa__iconSvgCopy{transition:transform .3s ease-in-out .1s;transform:translate(0)}.Button-module__3dJGfa__buttonCard .Button-module__3dJGfa__iconSvgCopy{transform:rotate(135deg)translateY(400%)}.Button-module__3dJGfa__buttonCard:hover .Button-module__3dJGfa__iconSvg:first-child{transition:transform .3s ease-in-out;transform:rotate(135deg)translateY(-150%)}.Button-module__3dJGfa__buttonCard:hover .Button-module__3dJGfa__iconSvgCopy{transition:transform .3s ease-in-out .1s;transform:rotate(135deg)}.Button-module__3dJGfa__buttonCardActive .Button-module__3dJGfa__iconSvg{transition:transform .3s ease-in-out;transform:rotate(-45deg)}.Button-module__3dJGfa__buttonCardActive .Button-module__3dJGfa__iconSvgCopy{transform:rotate(-45deg)translate(150%,150%)}.Button-module__3dJGfa__buttonCardActive:hover .Button-module__3dJGfa__iconSvg:first-child{transition:transform .3s ease-in-out;transform:rotate(-45deg)translate(-150%,-150%)}.Button-module__3dJGfa__buttonCardActive:hover .Button-module__3dJGfa__iconSvgCopy{transition:transform .3s ease-in-out .1s;transform:rotate(-45deg)}
