:root{font-family:system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#1a1a1a;background-color:#f2f0ef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none;cursor:pointer}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400}p{margin:0}.portfolio{min-height:100vh;padding:2rem 3rem}.nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;font-size:.9rem}.nav-left{font-size:.85rem;cursor:pointer;transition:opacity .3s ease}.nav-left:hover{opacity:.7}.nav-right{display:flex;gap:2rem;align-items:center}.nav-item{padding:.5rem 1rem;border:1px solid transparent;border-radius:4px;transition:border-color .3s ease,background-color .3s ease;cursor:pointer}.nav-item:hover{border-color:#1a1a1a;background-color:#1a1a1a08}.binary{font-family:Courier New,monospace;margin-right:.5rem;opacity:.6}.hero{text-align:center;margin:6rem 0 4rem;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:300;margin:0;letter-spacing:-.02em;line-height:1.1}.name{font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;letter-spacing:.02em}.tagline{font-size:1rem;margin-top:2rem;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto;font-family:Courier New,Courier,monospace;min-height:3rem}.cursor{animation:blink .75s step-end infinite;margin-left:2px}@keyframes blink{50%{opacity:0}}.illustration-container{display:flex;justify-content:center;align-items:center;margin:4rem 0}.illustration-wrapper{position:relative;width:100%;max-width:360px;margin:0 auto}.desk-illustration{width:100%;height:auto;display:block}.email-animation-container{display:flex;justify-content:center;align-items:center;margin:4rem 0}.email-animation-wrapper{position:relative;width:100%;max-width:400px;margin:0 auto}.email-illustration{width:100%;height:auto;display:block;transition:opacity .3s ease}.send-button-overlay{position:absolute;width:40px;height:20px;background-color:transparent;border-radius:4px;pointer-events:none;z-index:5;transform:translate(-50%,-50%);transition:background-color .3s ease}.send-button-overlay.active{background-color:#1a1a1a}.animated-cursor{position:absolute;width:24px;height:24px;pointer-events:none;z-index:10;transition:all 1.5s cubic-bezier(.4,0,.2,1);transform-origin:center}.animated-cursor.clicking{animation:cursorClick .2s ease}@keyframes cursorClick{0%,to{transform:scale(1)}50%{transform:scale(.9)}}.steam-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.steam{animation:steamRise 3s ease-in-out infinite;opacity:0}.steam-1,.steam-2,.steam-3{animation-delay:0s}@keyframes steamRise{0%{opacity:0;transform:translateY(0)}20%{opacity:.5}70%{opacity:.3}to{opacity:0;transform:translateY(-20px)}}.code-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.code-line{stroke-dasharray:300;stroke-dashoffset:300}.code-line-1,.code-line-2,.code-line-3,.code-line-4,.code-line-5{animation:typeLineTop 12s ease-in-out infinite}.code-line-6,.code-line-7,.code-line-8,.code-line-9,.code-line-10{animation:typeLineBottom 12s ease-in-out infinite}.code-line-1{animation-delay:0s}.code-line-2{animation-delay:.3s}.code-line-3{animation-delay:.6s}.code-line-4{animation-delay:.9s}.code-line-5{animation-delay:1.2s}.code-line-6{animation-delay:1.4s}.code-line-7{animation-delay:1.7s}.code-line-8{animation-delay:2s}.code-line-9{animation-delay:2.3s}.code-line-10{animation-delay:2.6s}@keyframes typeLineTop{0%{stroke-dashoffset:300}8%{stroke-dashoffset:0}55%{stroke-dashoffset:0}62%{stroke-dashoffset:300}to{stroke-dashoffset:300}}@keyframes typeLineBottom{0%{stroke-dashoffset:300}8%{stroke-dashoffset:0}65%{stroke-dashoffset:0}72%{stroke-dashoffset:300}to{stroke-dashoffset:300}}.section-view{padding:4rem 3rem;max-width:1200px;margin:0 auto}.section-view-header{display:flex;align-items:baseline;gap:2rem;margin-bottom:4rem}.section-view-header .binary{font-size:.9rem;opacity:.5;font-family:Courier New,monospace}.section-view-header h1{font-size:clamp(3rem,8vw,5rem);font-weight:300;margin:0;letter-spacing:-.01em}.section-view-content{font-size:1.1rem;line-height:1.8;max-width:900px}.section-view-content p{margin:0 0 1.5rem}.experience-section{margin-bottom:3rem}.subsection-title{font-size:1.1rem;font-weight:400;color:#999;margin:0 0 1.5rem;letter-spacing:.02em}.experience-list{display:flex;flex-direction:column;gap:1.5rem}.experience-item{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.experience-left{display:flex;flex-direction:column;gap:.1rem;flex:1}.experience-company{font-size:1.25rem;font-weight:500;color:#1a1a1a;letter-spacing:-.01em}.experience-role{font-size:1.1rem;font-weight:400;color:#999}.experience-concentration,.experience-description{font-size:1rem;font-weight:400;color:#bbb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;width:100%}.project-card{border:1px solid #ccc;border-radius:8px;padding:1.5rem;background-color:#ffffff80;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:1rem}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.project-header{display:flex;justify-content:space-between;align-items:center}.project-year{font-size:.95rem;color:#666;font-weight:400}.project-icons{display:flex;gap:.75rem;align-items:center}.project-icon-link{color:#666;font-size:1.25rem;transition:color .2s ease;text-decoration:none;display:flex;align-items:center}.project-icon-link:hover{color:#1a1a1a}.project-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.01em}.project-description{font-size:1rem;color:#666;line-height:1.6;margin:0;flex:1}.project-skills{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.skill-tag{padding:.25rem .65rem;border:1px solid #ccc;border-radius:4px;background-color:transparent;color:#666;font-size:.75rem;font-weight:400}.contact-layout{display:flex;gap:4rem;align-items:center;justify-content:space-between}.contact-left{flex:1;min-width:0}.contact-right{flex:1;min-width:0;display:flex;justify-content:center;align-items:center}.contact-links{display:flex;flex-direction:column;gap:1.5rem;padding-left:2rem}.contact-intro{font-size:1.1rem;font-weight:400;color:#999;margin:0 0 .5rem}.contact-link{display:flex;align-items:center;gap:1rem;padding:.75rem 0;text-decoration:none;color:#1a1a1a;transition:opacity .2s ease;cursor:pointer}.contact-link:hover{opacity:.5}.contact-icon{font-size:1.5rem;font-weight:600;width:2rem;display:flex;align-items:center;justify-content:center}.contact-name{font-size:1.25rem;font-weight:500;letter-spacing:-.01em}.experience-right{display:flex;align-items:flex-start}.experience-date{font-size:1rem;font-weight:400;color:#999;white-space:nowrap}.content-section{padding:6rem 2rem;max-width:900px;margin:0 auto}.section-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.section-header h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:300}.section-content{font-size:1.1rem;line-height:1.8;max-width:700px}.footer{text-align:center;margin-top:8rem;padding:2rem 0;font-size:.9rem;opacity:.7}.footer p{margin:.5rem 0}.year{font-size:.85rem}@media(max-width:768px){.portfolio{padding:1.5rem 2rem}.nav{flex-direction:column;gap:1rem;margin-bottom:3rem}.nav-right{gap:1.5rem;font-size:.9rem}.hero{margin:4rem 0 3rem}.hero-title{font-size:clamp(2.5rem,10vw,4rem)}.tagline{font-size:.9rem;padding:0 1rem}.illustration-wrapper{max-width:315px}.content-section{padding:4rem 1.5rem}.section-header h2{font-size:clamp(1.8rem,6vw,2.5rem)}.section-content{font-size:1rem}.footer{margin-top:4rem}.section-view{padding:3rem 2rem}.section-view-header{gap:1.5rem;margin-bottom:3rem}.section-view-header h1{font-size:clamp(2.5rem,10vw,4rem)}.section-view-content{font-size:1rem}.experience-item{flex-direction:column;gap:.5rem}.experience-company{font-size:1.1rem}.experience-role{font-size:1rem}.experience-concentration,.experience-description{font-size:.95rem}.experience-date{font-size:.9rem}.contact-link{padding:.5rem 0}.contact-icon{font-size:1.25rem}.contact-name{font-size:1.1rem}.contact-links{padding-left:1.5rem}.contact-layout{flex-direction:column;gap:3rem}.email-animation-wrapper{max-width:300px}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.25rem}.project-title{font-size:1.3rem}}@media(max-width:480px){.portfolio{padding:1rem 1.5rem}.nav{margin-bottom:2rem}.nav-left{font-size:.75rem}.nav-right{gap:1rem;font-size:.75rem}.hero{margin:3rem 0 2rem}.hero-title{font-size:clamp(2rem,12vw,3rem)}.tagline{font-size:.85rem}.illustration-container{margin:3rem 0}.illustration-wrapper{max-width:252px}.content-section{padding:3rem 1rem}.section-header h2{font-size:clamp(1.5rem,8vw,2rem)}.section-content{font-size:.95rem}.footer{margin-top:3rem;font-size:.85rem}.section-view{padding:2rem 1.5rem}.section-view-header{gap:1rem;margin-bottom:2rem}.section-view-header h1{font-size:clamp(2rem,12vw,3rem)}.section-view-content{font-size:.95rem}.experience-section{margin-bottom:3rem}.experience-item{flex-direction:column;gap:.5rem}.experience-company{font-size:1rem}.experience-role{font-size:.95rem}.experience-concentration,.experience-description{font-size:.9rem}.experience-date{font-size:.85rem}.contact-link{padding:.5rem 0}.contact-icon{font-size:1.1rem}.contact-name{font-size:1rem}.contact-links{padding-left:1rem}.contact-layout{flex-direction:column;gap:2rem}.email-animation-wrapper{max-width:250px}.projects-grid{grid-template-columns:1fr;gap:1.25rem}.project-card{padding:1rem}.project-title{font-size:1.2rem}.project-description{font-size:.95rem}.skill-tag{font-size:.8rem;padding:.3rem .75rem}.project-icon-link{font-size:1.1rem}}
