.AboutSection-module__UGBiha__aboutContainer{text-align:center;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:800px;display:flex}.AboutSection-module__UGBiha__profile{flex-direction:column;align-items:center;display:flex}.AboutSection-module__UGBiha__photo{object-fit:cover;border:3px solid var(--color-border);border-radius:50%;margin-bottom:1.5rem}.AboutSection-module__UGBiha__name{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.AboutSection-module__UGBiha__title{font-family:var(--font-mono);color:var(--color-text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.9rem}.AboutSection-module__UGBiha__location{color:var(--color-text-light);margin-bottom:1.5rem;font-size:.8rem}.AboutSection-module__UGBiha__summary{color:var(--color-text-light);max-width:500px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.AboutSection-module__UGBiha__socialLinks{gap:1rem;display:flex}.AboutSection-module__UGBiha__socialIcon{border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text);justify-content:center;align-items:center;transition:all .2s;display:flex}.AboutSection-module__UGBiha__socialIcon svg{width:20px;height:20px}.AboutSection-module__UGBiha__socialIcon:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.AboutSection-module__UGBiha__blocks{flex-direction:column;gap:2rem;width:100%;display:flex}.AboutSection-module__UGBiha__block{background:var(--color-bg-alt);border:1px solid var(--color-border);text-align:left;padding:1.5rem}.AboutSection-module__UGBiha__block h3{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.8rem}.AboutSection-module__UGBiha__item{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.AboutSection-module__UGBiha__item:last-child{border-bottom:none}.AboutSection-module__UGBiha__item strong{font-size:.9rem;font-weight:500}.AboutSection-module__UGBiha__item span{font-family:var(--font-mono);color:var(--color-text-light);text-transform:uppercase;font-size:.75rem}.AboutSection-module__UGBiha__tags{flex-wrap:wrap;gap:.5rem;display:flex}.AboutSection-module__UGBiha__tags span{font-family:var(--font-mono);background:var(--color-bg);border:1px solid var(--color-border);text-transform:uppercase;padding:.3rem .6rem;font-size:.7rem;transition:all .2s}.AboutSection-module__UGBiha__tags span:hover{border-color:var(--color-text)}@media (max-width:768px){.AboutSection-module__UGBiha__aboutContainer{gap:2rem;padding:0 1rem}.AboutSection-module__UGBiha__name{font-size:1.25rem}.AboutSection-module__UGBiha__title{font-size:.75rem;line-height:1.4}.AboutSection-module__UGBiha__summary{padding:0 .5rem;font-size:.9rem}.AboutSection-module__UGBiha__socialLinks{gap:.75rem}.AboutSection-module__UGBiha__socialIcon{width:36px;height:36px}.AboutSection-module__UGBiha__socialIcon svg{width:18px;height:18px}.AboutSection-module__UGBiha__blocks{gap:1.5rem}.AboutSection-module__UGBiha__block{padding:1.25rem}.AboutSection-module__UGBiha__item{flex-direction:column;align-items:flex-start;gap:.25rem}.AboutSection-module__UGBiha__item strong{font-size:.85rem}.AboutSection-module__UGBiha__item span{font-size:.7rem}.AboutSection-module__UGBiha__tags span{padding:.25rem .5rem;font-size:.65rem}}@media (max-width:480px){.AboutSection-module__UGBiha__aboutContainer{gap:1.5rem}.AboutSection-module__UGBiha__photo{width:100px;height:100px;margin-bottom:1rem}.AboutSection-module__UGBiha__name{font-size:1.1rem}.AboutSection-module__UGBiha__title{font-size:.65rem}.AboutSection-module__UGBiha__location{margin-bottom:1rem;font-size:.7rem}.AboutSection-module__UGBiha__summary{margin-bottom:1rem;font-size:.85rem;line-height:1.5}.AboutSection-module__UGBiha__socialIcon{width:32px;height:32px}.AboutSection-module__UGBiha__socialIcon svg{width:16px;height:16px}.AboutSection-module__UGBiha__block{padding:1rem}.AboutSection-module__UGBiha__block h3{font-size:.75rem}.AboutSection-module__UGBiha__tags{gap:.4rem}.AboutSection-module__UGBiha__tags span{padding:.2rem .4rem;font-size:.6rem}}
.ProjectCard-module__U_VZua__card{background:var(--color-bg-alt);color:inherit;border:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;height:100%;padding:1.5rem;text-decoration:none;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.ProjectCard-module__U_VZua__card:hover{border-color:var(--color-text);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}[data-theme=dark] .ProjectCard-module__U_VZua__card:hover{box-shadow:0 4px 12px #ffffff0a}@media (prefers-reduced-motion:reduce){.ProjectCard-module__U_VZua__card{transition:none}.ProjectCard-module__U_VZua__card:hover{transform:none}}.ProjectCard-module__U_VZua__card h3{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text);text-align:center;margin-bottom:.75rem;font-size:1rem;font-weight:500}.ProjectCard-module__U_VZua__card p{color:var(--color-text-light);text-align:center;flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.ProjectCard-module__U_VZua__techStack{font-family:var(--font-mono);color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-top:auto;font-size:.7rem}@media (max-width:768px){.ProjectCard-module__U_VZua__card{padding:1.25rem}.ProjectCard-module__U_VZua__card h3{margin-bottom:.5rem;font-size:.9rem}.ProjectCard-module__U_VZua__card p{margin-bottom:1rem;font-size:.8rem}.ProjectCard-module__U_VZua__techStack{font-size:.65rem}}@media (max-width:480px){.ProjectCard-module__U_VZua__card{padding:1rem}.ProjectCard-module__U_VZua__card h3{font-size:.85rem}.ProjectCard-module__U_VZua__card p{font-size:.75rem;line-height:1.4}.ProjectCard-module__U_VZua__techStack{font-size:.6rem}}
.PortfolioSection-module___bwsfq__portfolioContainer{width:100%;max-width:1200px;padding:0 2rem}.PortfolioSection-module___bwsfq__sectionTitle{font-family:var(--font-mono);text-align:center;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:2rem}.PortfolioSection-module___bwsfq__subtitle{text-align:center;color:var(--color-text-light);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1rem}.PortfolioSection-module___bwsfq__category{margin-bottom:3rem}.PortfolioSection-module___bwsfq__categoryTitle{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--color-border);text-align:center;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1rem}.PortfolioSection-module___bwsfq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.PortfolioSection-module___bwsfq__venturesGrid,.PortfolioSection-module___bwsfq__experimentsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.PortfolioSection-module___bwsfq__portfolioContainer{padding:0 1rem}.PortfolioSection-module___bwsfq__sectionTitle{font-size:1.5rem}.PortfolioSection-module___bwsfq__subtitle{margin-bottom:2rem;padding:0 .5rem;font-size:.9rem}.PortfolioSection-module___bwsfq__category{margin-bottom:2rem}.PortfolioSection-module___bwsfq__categoryTitle{margin-bottom:1rem;font-size:.9rem}.PortfolioSection-module___bwsfq__grid,.PortfolioSection-module___bwsfq__venturesGrid,.PortfolioSection-module___bwsfq__experimentsGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.PortfolioSection-module___bwsfq__portfolioContainer{padding:0 .75rem}.PortfolioSection-module___bwsfq__sectionTitle{margin-bottom:.5rem;font-size:1.25rem}.PortfolioSection-module___bwsfq__subtitle{margin-bottom:1.5rem;font-size:.8rem;line-height:1.5}.PortfolioSection-module___bwsfq__category{margin-bottom:1.5rem}.PortfolioSection-module___bwsfq__categoryTitle{margin-bottom:.75rem;padding-bottom:.4rem;font-size:.8rem}.PortfolioSection-module___bwsfq__grid{gap:.75rem}}
.page-module___8aEwW__main{min-height:100vh}.page-module___8aEwW__hero{flex-direction:column;justify-content:center;align-items:center;height:100vh;padding-bottom:8vh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__contentWrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__sphereContainer{justify-content:center;align-items:center;width:600px;height:600px;display:flex}.page-module___8aEwW__titleContainer{z-index:2;text-align:center;position:relative}.page-module___8aEwW__hero h1{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);z-index:1;text-align:center;margin-bottom:1rem;padding:0 1rem;font-size:5rem;font-weight:500}.page-module___8aEwW__hero h2{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-light);z-index:1;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:0 1rem;font-size:2.5rem;font-weight:400;display:flex}.page-module___8aEwW__separator{color:var(--color-text-light)}.page-module___8aEwW__scrollIndicator{color:var(--color-text-light);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem}.page-module___8aEwW__scrollLine{background:var(--color-text-light);width:1px;height:40px;animation:2s ease-in-out infinite page-module___8aEwW__scrollPulse}@keyframes page-module___8aEwW__scrollPulse{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}.page-module___8aEwW__section{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}@media (max-width:768px){.page-module___8aEwW__sphereContainer{width:350px;height:350px}.page-module___8aEwW__hero h1{font-size:2.5rem}.page-module___8aEwW__hero h2{gap:.5rem;font-size:1.25rem}.page-module___8aEwW__section{min-height:auto;padding:calc(70px + 2rem) 1rem 2rem}.page-module___8aEwW__scrollIndicator{font-size:.7rem;bottom:1.5rem}.page-module___8aEwW__scrollLine{height:30px}}@media (max-width:480px){.page-module___8aEwW__hero{padding-bottom:5vh}.page-module___8aEwW__sphereContainer{width:280px;height:280px}.page-module___8aEwW__hero h1{letter-spacing:.05em;margin-bottom:.5rem;font-size:1.75rem}.page-module___8aEwW__hero h2{letter-spacing:.05em;gap:.4rem;font-size:.85rem}.page-module___8aEwW__section{padding:calc(70px + 1.5rem) .75rem 1.5rem}.page-module___8aEwW__scrollIndicator{gap:.3rem;font-size:.6rem;bottom:1rem}.page-module___8aEwW__scrollLine{height:25px}}
