.contact-module__krtVhq__section{border-top:1px solid var(--border);background:var(--background);position:relative;overflow:hidden}.contact-module__krtVhq__wrapper{background:linear-gradient(145deg, color-mix(in srgb, var(--surface-elevated) 92%, transparent), color-mix(in srgb, var(--surface-muted) 65%, transparent));border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);align-items:center;gap:clamp(3rem,8vw,6rem);padding:clamp(2rem,5vw,4rem);display:grid;position:relative;overflow:hidden}.contact-module__krtVhq__glow{background:radial-gradient(circle, color-mix(in srgb, var(--primary) 24%, transparent), transparent 68%);filter:blur(20px);pointer-events:none;width:25rem;height:25rem;position:absolute;top:-8rem;left:-8rem}.contact-module__krtVhq__content{z-index:2;max-width:600px;position:relative}.contact-module__krtVhq__content h2{color:var(--foreground);letter-spacing:-.055em;margin:0;font-size:clamp(2.35rem,5vw,4.4rem);font-weight:700;line-height:1.04}.contact-module__krtVhq__description{max-width:560px;color:var(--muted);margin:1.25rem 0 0;font-size:.97rem;line-height:1.75}.contact-module__krtVhq__emailButton{color:#fff;background:var(--gradient-primary);min-height:3.1rem;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;margin-top:1.8rem;padding:0 1.2rem;font-size:.88rem;font-weight:620;display:inline-flex}.contact-module__krtVhq__emailButton:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-module__krtVhq__emailButton:focus-visible{outline:2px solid var(--primary);outline-offset:4px}.contact-module__krtVhq__socialArea{z-index:2;position:relative}.contact-module__krtVhq__socialLabel{color:var(--muted);font-family:var(--font-geist-mono);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.8rem;font-size:.69rem;font-weight:620;display:block}.contact-module__krtVhq__socialGrid{gap:.65rem;display:grid}.contact-module__krtVhq__socialCard{background:color-mix(in srgb, var(--surface) 72%, transparent);border:1px solid var(--border);border-radius:var(--radius-md);min-height:4rem;transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, background-color var(--transition-fast) ease;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.7rem .85rem;display:grid}.contact-module__krtVhq__socialCard:hover{border-color:color-mix(in srgb, var(--primary) 32%, var(--border));transform:translate(3px)}.contact-module__krtVhq__socialCard:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.contact-module__krtVhq__socialIcon{width:2.5rem;height:2.5rem;color:var(--primary);background:color-mix(in srgb, var(--primary) 9%, transparent);border:1px solid color-mix(in srgb, var(--primary) 16%, transparent);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.contact-module__krtVhq__socialContent{flex-direction:column;gap:.15rem;min-width:0;display:flex}.contact-module__krtVhq__socialContent strong{color:var(--foreground);font-size:.84rem;font-weight:620}.contact-module__krtVhq__socialContent span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.contact-module__krtVhq__socialArrow{color:var(--muted);transition:color var(--transition-fast) ease, transform var(--transition-fast) ease}.contact-module__krtVhq__socialCard:hover .contact-module__krtVhq__socialArrow{color:var(--primary);transform:translate(2px,-2px)}@media (max-width:850px){.contact-module__krtVhq__wrapper{grid-template-columns:1fr;gap:3rem}.contact-module__krtVhq__socialGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.contact-module__krtVhq__wrapper{border-radius:var(--radius-lg);padding:1.5rem}.contact-module__krtVhq__socialGrid{grid-template-columns:1fr}}@media (max-width:480px){.contact-module__krtVhq__emailButton{width:100%}}
.footer-module__kEhaHa__footer{border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-muted) 24%, var(--background))}.footer-module__kEhaHa__container{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:2rem;min-height:8.5rem;display:grid}.footer-module__kEhaHa__identity{justify-self:start}.footer-module__kEhaHa__name{color:var(--foreground);letter-spacing:-.025em;font-size:.94rem;font-weight:650}.footer-module__kEhaHa__name span{color:var(--primary)}.footer-module__kEhaHa__identity p{color:var(--muted);margin:.35rem 0 0;font-size:.72rem}.footer-module__kEhaHa__socials{justify-self:center;align-items:center;gap:.5rem;display:flex}.footer-module__kEhaHa__socials a{width:2.3rem;height:2.3rem;color:var(--muted);background:var(--surface-elevated);border:1px solid var(--border);transition:color var(--transition-fast) ease, transform var(--transition-fast) ease, border-color var(--transition-fast) ease;border-radius:999px;justify-content:center;align-items:center;display:flex}.footer-module__kEhaHa__socials a:hover{color:var(--primary);border-color:color-mix(in srgb, var(--primary) 28%, var(--border));transform:translateY(-2px)}.footer-module__kEhaHa__socials a:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.footer-module__kEhaHa__copyright{color:var(--muted);font-family:var(--font-geist-mono);justify-self:end;margin:0;font-size:.68rem}@media (max-width:720px){.footer-module__kEhaHa__container{text-align:center;grid-template-columns:1fr;gap:1.4rem;padding-block:2rem}.footer-module__kEhaHa__identity,.footer-module__kEhaHa__socials,.footer-module__kEhaHa__copyright{justify-self:center}}
.about-module__oZPGYG__section{border-top:1px solid var(--border);background:linear-gradient(180deg, var(--background) 0%, color-mix(in srgb, var(--surface-muted) 32%, var(--background)) 100%);position:relative;overflow:hidden}.about-module__oZPGYG__container{position:relative}.about-module__oZPGYG__heading{max-width:680px;margin-bottom:clamp(2.8rem,5vw,4rem)}.about-module__oZPGYG__title{color:var(--foreground);letter-spacing:-.05em;margin:0;font-size:clamp(2.1rem,4vw,3.5rem);font-weight:690;line-height:1.08}.about-module__oZPGYG__subtitle{max-width:580px;color:var(--muted);margin:.9rem 0 0;font-size:1rem;line-height:1.7}.about-module__oZPGYG__content{grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);align-items:start;gap:clamp(3rem,8vw,6.5rem);display:grid}.about-module__oZPGYG__story{max-width:610px}.about-module__oZPGYG__story>p{color:var(--muted);margin:0;font-size:clamp(.98rem,1.5vw,1.06rem);line-height:1.8}.about-module__oZPGYG__story>p+p{margin-top:1.2rem}.about-module__oZPGYG__education{background:color-mix(in srgb, var(--surface-elevated) 88%, transparent);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:1rem;margin-top:2rem;padding:1rem 1.1rem;display:flex}.about-module__oZPGYG__educationIcon{width:2.75rem;height:2.75rem;color:var(--primary);background:color-mix(in srgb, var(--primary) 10%, transparent);border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-module__oZPGYG__educationContent{flex-direction:column;gap:.12rem;display:flex}.about-module__oZPGYG__educationLabel{color:var(--primary);letter-spacing:.09em;text-transform:uppercase;margin-bottom:.1rem;font-size:.68rem;font-weight:660}.about-module__oZPGYG__educationContent strong{color:var(--foreground);font-size:.93rem;font-weight:630}.about-module__oZPGYG__educationContent>span:last-child{color:var(--muted);font-size:.82rem}.about-module__oZPGYG__areas{gap:.9rem;display:grid}.about-module__oZPGYG__areaCard{background:color-mix(in srgb, var(--surface-elevated) 86%, transparent);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease;grid-template-columns:auto 1fr;gap:1rem;padding:1.25rem;display:grid}.about-module__oZPGYG__areaCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-module__oZPGYG__areaIcon{width:2.7rem;height:2.7rem;color:var(--primary);background:linear-gradient(145deg, color-mix(in srgb, var(--primary) 12%, transparent), color-mix(in srgb, var(--accent) 8%, transparent));border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:.9rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-module__oZPGYG__areaCard h3{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:.98rem;font-weight:630}.about-module__oZPGYG__areaCard p{color:var(--muted);margin:.42rem 0 0;font-size:.87rem;line-height:1.65}@media (max-width:900px){.about-module__oZPGYG__content{grid-template-columns:1fr;gap:3rem}.about-module__oZPGYG__story{max-width:700px}.about-module__oZPGYG__areas{grid-template-columns:repeat(3,1fr)}.about-module__oZPGYG__areaCard{grid-template-columns:1fr}}@media (max-width:700px){.about-module__oZPGYG__heading{margin-bottom:2.5rem}.about-module__oZPGYG__areas{grid-template-columns:1fr}.about-module__oZPGYG__areaCard{grid-template-columns:auto 1fr}}@media (max-width:480px){.about-module__oZPGYG__title{font-size:clamp(2rem,11vw,3rem)}.about-module__oZPGYG__education{align-items:flex-start}.about-module__oZPGYG__areaCard{grid-template-columns:1fr}}
.experience-module__yw4hEa__section{border-top:1px solid var(--border);background:var(--background);position:relative;overflow:hidden}.experience-module__yw4hEa__heading{margin-bottom:clamp(3rem,6vw,4.5rem)}.experience-module__yw4hEa__headingRow{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:3rem;display:grid}.experience-module__yw4hEa__headingRow h2{color:var(--foreground);letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,4.5vw,3.7rem);font-weight:690;line-height:1.06}.experience-module__yw4hEa__headingRow>p{max-width:430px;color:var(--muted);justify-self:end;margin:0;font-size:.95rem;line-height:1.7}.experience-module__yw4hEa__timeline{max-width:920px;margin-inline:auto;position:relative}.experience-module__yw4hEa__timeline:before{content:"";background:linear-gradient(180deg, transparent, var(--border-strong) 8%, var(--border-strong) 92%, transparent);width:1px;position:absolute;top:1.4rem;bottom:1.4rem;left:1.35rem}.experience-module__yw4hEa__item{grid-template-columns:2.7rem 1fr;gap:1.2rem;padding-bottom:1.15rem;display:grid;position:relative}.experience-module__yw4hEa__item:last-child{padding-bottom:0}.experience-module__yw4hEa__marker{z-index:2;width:2.7rem;height:2.7rem;color:var(--primary);background:var(--background);border:1px solid color-mix(in srgb, var(--primary) 24%, var(--border));box-shadow:var(--shadow-sm);border-radius:.9rem;justify-content:center;align-items:center;display:flex;position:relative}.experience-module__yw4hEa__card{background:color-mix(in srgb, var(--surface-elevated) 88%, transparent);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease;padding:1.35rem 1.45rem}.experience-module__yw4hEa__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.experience-module__yw4hEa__cardTop{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.experience-module__yw4hEa__type{color:var(--primary);font-family:var(--font-geist-mono);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.5rem;font-size:.68rem;font-weight:650;display:inline-block}.experience-module__yw4hEa__card h3{color:var(--foreground);letter-spacing:-.025em;margin:0;font-size:1.12rem;font-weight:650}.experience-module__yw4hEa__organization{color:var(--muted-strong);margin:.3rem 0 0;font-size:.88rem;font-weight:550}.experience-module__yw4hEa__period{color:var(--muted);font-family:var(--font-geist-mono);flex-shrink:0;font-size:.72rem}.experience-module__yw4hEa__description{max-width:720px;color:var(--muted);margin:1rem 0 0;font-size:.9rem;line-height:1.7}.experience-module__yw4hEa__highlights{flex-wrap:wrap;gap:.48rem;margin:1.15rem 0 0;padding:0;list-style:none;display:flex}.experience-module__yw4hEa__highlights li{color:var(--muted-strong);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;padding:.4rem .62rem;font-size:.7rem;font-weight:550}@media (max-width:700px){.experience-module__yw4hEa__headingRow{grid-template-columns:1fr;gap:1.2rem}.experience-module__yw4hEa__headingRow>p{justify-self:start}.experience-module__yw4hEa__timeline{margin-inline:0}.experience-module__yw4hEa__cardTop{flex-direction:column;gap:.7rem}}@media (max-width:520px){.experience-module__yw4hEa__timeline:before{left:1.1rem}.experience-module__yw4hEa__item{grid-template-columns:2.2rem 1fr;gap:.85rem}.experience-module__yw4hEa__marker{border-radius:.72rem;width:2.2rem;height:2.2rem}.experience-module__yw4hEa__marker svg{width:1rem;height:1rem}.experience-module__yw4hEa__card{padding:1.15rem}}
.hero-refresh-module__06tQma__heroSection{position:relative}.hero-refresh-module__06tQma__heroContainer{grid-template-columns:minmax(0,1.05fr) minmax(340px,.78fr);gap:clamp(3.5rem,7vw,7rem)}.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroTitle{letter-spacing:-.052em;max-width:680px;font-size:clamp(3rem,4.4vw,4.25rem);line-height:1.03}.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroHeadline{max-width:650px;font-size:clamp(1.4rem,2.3vw,2.05rem);line-height:1.25}.hero-refresh-module__06tQma__profileVisual{justify-self:end;width:100%;max-width:430px;position:relative}.hero-refresh-module__06tQma__profileGlow{background:radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--primary) 30%, transparent), transparent 58%);opacity:.65;filter:blur(45px);pointer-events:none;position:absolute;inset:8% 5%}.hero-refresh-module__06tQma__profileCard{background:linear-gradient(145deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--surface-muted) 84%, transparent));border:1px solid var(--border);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(22px);border-radius:1.75rem;position:relative;overflow:hidden}.hero-refresh-module__06tQma__profileAccent{background:var(--gradient-primary);opacity:.85;border-radius:999px;width:58%;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-refresh-module__06tQma__profileContent{flex-direction:column;align-items:center;padding:2.35rem 2rem 1.7rem;display:flex}.hero-refresh-module__06tQma__photoOuter{justify-content:center;align-items:center;margin-bottom:1.15rem;display:flex;position:relative}.hero-refresh-module__06tQma__photoOuter:before{content:"";background:radial-gradient(circle, color-mix(in srgb, var(--primary) 20%, transparent), transparent 70%);filter:blur(16px);border-radius:999px;width:205px;height:205px;position:absolute}.hero-refresh-module__06tQma__photoRing{background:var(--gradient-primary);width:180px;height:180px;box-shadow:0 12px 35px color-mix(in srgb, var(--primary) 18%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.hero-refresh-module__06tQma__photoFrame{background:var(--surface);border:4px solid var(--surface);border-radius:999px;width:100%;height:100%;overflow:hidden}.hero-refresh-module__06tQma__profileImage{object-fit:cover;object-position:center 25%;border-radius:inherit;width:100%;height:100%}.hero-refresh-module__06tQma__profileIdentity{text-align:center}.hero-refresh-module__06tQma__profileLabel{color:var(--primary);font-family:var(--font-geist-mono);letter-spacing:.14em;margin:0 0 .45rem;font-size:.68rem;font-weight:700}.hero-refresh-module__06tQma__profileName{color:var(--foreground);letter-spacing:-.035em;margin:0;font-size:1.36rem;font-weight:700}.hero-refresh-module__06tQma__profileRole{color:var(--muted);margin:.4rem 0 0;font-size:.86rem;font-weight:520}.hero-refresh-module__06tQma__divider{background:var(--border);width:100%;height:1px;margin-block:1.45rem}.hero-refresh-module__06tQma__focusBlock,.hero-refresh-module__06tQma__statusBlock{width:100%}.hero-refresh-module__06tQma__statusBlock{margin-top:1.3rem}.hero-refresh-module__06tQma__monoLabel{color:var(--muted);font-family:var(--font-geist-mono);align-items:center;gap:.45rem;margin:0 0 .72rem;font-size:.72rem;display:flex}.hero-refresh-module__06tQma__monoLabel span{color:var(--primary);font-weight:700}.hero-refresh-module__06tQma__focusTags{flex-wrap:wrap;gap:.5rem;display:flex}.hero-refresh-module__06tQma__focusTags span{color:var(--muted-strong);background:color-mix(in srgb, var(--surface-muted) 86%, transparent);border:1px solid var(--border);border-radius:.7rem;padding:.48rem .68rem;font-size:.74rem;font-weight:560}.hero-refresh-module__06tQma__status{color:var(--muted-strong);align-items:center;gap:.58rem;font-size:.82rem;display:flex}.hero-refresh-module__06tQma__statusDot{background:#22c55e;border-radius:999px;flex-shrink:0;width:.48rem;height:.48rem;box-shadow:0 0 0 4px #22c55e1a}.hero-refresh-module__06tQma__cardFooter{min-height:3.1rem;color:var(--muted);border-top:1px solid var(--border);font-family:var(--font-geist-mono);justify-content:space-between;align-items:center;gap:1rem;padding-inline:1.3rem;font-size:.66rem;display:flex}.hero-refresh-module__06tQma__footerStatus{color:var(--primary);letter-spacing:.08em;font-size:.61rem;font-weight:700}.light .hero-refresh-module__06tQma__profileCard{background:linear-gradient(145deg,#fffffff5,#f3f6fce6);border-color:#4f46e51a;box-shadow:0 24px 70px #2b375417,0 8px 30px #4f46e50d}@media (max-width:1000px){.hero-refresh-module__06tQma__heroContainer{gap:3rem}.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroTitle{font-size:clamp(2.8rem,5vw,3.7rem)}}@media (max-width:900px){.hero-refresh-module__06tQma__heroContainer{grid-template-columns:1fr;gap:2.8rem}.hero-refresh-module__06tQma__profileVisual{justify-self:start;width:100%;max-width:560px}}@media (max-width:768px){.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroTitle{max-width:520px;font-size:clamp(2.45rem,11vw,3.2rem);line-height:1.03}.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroHeadline{font-size:clamp(1.2rem,5.4vw,1.55rem);line-height:1.27}.hero-refresh-module__06tQma__profileCard{border-radius:1.4rem}.hero-refresh-module__06tQma__profileContent{padding:1.8rem 1.4rem 1.45rem}.hero-refresh-module__06tQma__photoOuter{margin-bottom:.9rem}.hero-refresh-module__06tQma__photoOuter:before{width:150px;height:150px}.hero-refresh-module__06tQma__photoRing{width:125px;height:125px;padding:3px}.hero-refresh-module__06tQma__photoFrame{border-width:3px}.hero-refresh-module__06tQma__profileName{font-size:1.15rem}.hero-refresh-module__06tQma__profileRole{font-size:.8rem}.hero-refresh-module__06tQma__divider{margin-block:1.2rem}.hero-refresh-module__06tQma__statusBlock{margin-top:1.1rem}.hero-refresh-module__06tQma__cardFooter{min-height:2.9rem;padding-inline:1rem}}@media (max-width:480px){.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroTitle{font-size:clamp(2.35rem,11vw,2.85rem)}.hero-refresh-module__06tQma__heroContent .hero-refresh-module__06tQma__heroHeadline{font-size:clamp(1.17rem,5.3vw,1.45rem)}.hero-refresh-module__06tQma__profileContent{padding-inline:1.1rem}.hero-refresh-module__06tQma__focusTags,.hero-refresh-module__06tQma__monoLabel,.hero-refresh-module__06tQma__status,.hero-refresh-module__06tQma__cardFooter{justify-content:center}.hero-refresh-module__06tQma__footerStatus{display:none}}
.other-projects-module__INGyXa__section{border-top:1px solid var(--border);background:linear-gradient(180deg, var(--background) 0%, color-mix(in srgb, var(--surface-muted) 24%, var(--background)) 100%);position:relative;overflow:hidden}.other-projects-module__INGyXa__heading{margin-bottom:clamp(3rem,6vw,4.5rem)}.other-projects-module__INGyXa__headingRow{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:3rem;display:grid}.other-projects-module__INGyXa__headingRow h2{color:var(--foreground);letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,4.5vw,3.7rem);font-weight:690;line-height:1.06}.other-projects-module__INGyXa__headingRow>p{max-width:430px;color:var(--muted);justify-self:end;margin:0;font-size:.95rem;line-height:1.7}.other-projects-module__INGyXa__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.other-projects-module__INGyXa__card{background:color-mix(in srgb, var(--surface-elevated) 88%, transparent);border:1px solid var(--border);border-radius:var(--radius-lg);min-height:330px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease;flex-direction:column;padding:1.5rem;display:flex}.other-projects-module__INGyXa__card:hover{border-color:color-mix(in srgb, var(--primary) 30%, var(--border));box-shadow:var(--shadow-md);transform:translateY(-3px)}.other-projects-module__INGyXa__cardTop{justify-content:space-between;align-items:center;gap:1rem;display:flex}.other-projects-module__INGyXa__icon{width:2.7rem;height:2.7rem;color:var(--primary);background:linear-gradient(145deg, color-mix(in srgb, var(--primary) 12%, transparent), color-mix(in srgb, var(--accent) 7%, transparent));border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:.85rem;justify-content:center;align-items:center;display:flex}.other-projects-module__INGyXa__externalLinks{align-items:center;gap:.75rem;display:flex}.other-projects-module__INGyXa__externalLinks a{color:var(--muted);transition:color var(--transition-fast) ease, transform var(--transition-fast) ease;display:inline-flex}.other-projects-module__INGyXa__externalLinks a:hover{color:var(--foreground);transform:translateY(-1px)}.other-projects-module__INGyXa__externalLinks a:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:.2rem}.other-projects-module__INGyXa__meta{color:var(--primary);font-family:var(--font-geist-mono);letter-spacing:.055em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:1.4rem;font-size:.67rem;font-weight:620;display:flex}.other-projects-module__INGyXa__status{color:var(--muted);border-left:1px solid var(--border-strong);padding-left:.55rem}.other-projects-module__INGyXa__card h3{color:var(--foreground);letter-spacing:-.035em;margin:.65rem 0 0;font-size:1.3rem;font-weight:650;line-height:1.15}.other-projects-module__INGyXa__description{color:var(--muted);margin:.8rem 0 0;font-size:.88rem;line-height:1.7}.other-projects-module__INGyXa__collaborative{color:var(--muted-strong);background:color-mix(in srgb, var(--primary) 7%, var(--surface-muted));border:1px solid var(--border);border-radius:999px;align-self:flex-start;margin-top:.9rem;padding:.38rem .58rem;font-size:.68rem;font-weight:560}.other-projects-module__INGyXa__technologies{flex-wrap:wrap;gap:.45rem;margin:1.2rem 0 0;padding:0;list-style:none;display:flex}.other-projects-module__INGyXa__technologies li{color:var(--muted);font-family:var(--font-geist-mono);font-size:.7rem;font-weight:500}.other-projects-module__INGyXa__technologies li:not(:last-child):after{content:"·";color:var(--border-strong);margin-left:.45rem}.other-projects-module__INGyXa__footer{align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.other-projects-module__INGyXa__projectLink{color:var(--foreground);transition:color var(--transition-fast) ease, gap var(--transition-fast) ease;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.other-projects-module__INGyXa__projectLink:hover{color:var(--primary);gap:.55rem}.other-projects-module__INGyXa__private{color:var(--muted);align-items:center;gap:.4rem;font-size:.77rem;font-weight:520;display:inline-flex}@media (max-width:750px){.other-projects-module__INGyXa__headingRow{grid-template-columns:1fr;gap:1.2rem}.other-projects-module__INGyXa__headingRow>p{justify-self:start}.other-projects-module__INGyXa__grid{grid-template-columns:1fr}.other-projects-module__INGyXa__card{min-height:auto}}
.selected-work-module__FCMNLW__section{border-top:1px solid var(--border);background:var(--background);position:relative;overflow:hidden}.selected-work-module__FCMNLW__heading{margin-bottom:clamp(3rem,6vw,5rem)}.selected-work-module__FCMNLW__headingRow{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:3rem;display:grid}.selected-work-module__FCMNLW__headingRow h2{color:var(--foreground);letter-spacing:-.05em;margin:0;font-size:clamp(2.25rem,4.5vw,3.8rem);font-weight:690;line-height:1.05}.selected-work-module__FCMNLW__headingRow p{max-width:430px;color:var(--muted);justify-self:end;margin:0;font-size:.95rem;line-height:1.7}.selected-work-module__FCMNLW__projects{gap:clamp(5rem,9vw,8rem);display:grid}.selected-work-module__FCMNLW__project{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.selected-work-module__FCMNLW__project:nth-child(2n) .selected-work-module__FCMNLW__visual{order:2}.selected-work-module__FCMNLW__project:nth-child(2n) .selected-work-module__FCMNLW__content{order:1}.selected-work-module__FCMNLW__visual{border:1px solid var(--border);border-radius:var(--radius-xl);min-height:390px;box-shadow:var(--shadow-md);isolation:isolate;background:var(--surface-muted);transition:transform var(--transition-normal) ease, box-shadow var(--transition-normal) ease;padding:clamp(1.4rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.selected-work-module__FCMNLW__project:hover .selected-work-module__FCMNLW__visual{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.selected-work-module__FCMNLW__visual:before{content:"";z-index:-2;opacity:.96;position:absolute;inset:0}.selected-work-module__FCMNLW__blueViolet:before{background:linear-gradient(140deg,#2563eb 0%,#6366f1 48%,#8b5cf6 100%)}.selected-work-module__FCMNLW__redOrange:before{background:linear-gradient(140deg,#dc2626 0%,#f43f5e 48%,#f97316 100%)}.selected-work-module__FCMNLW__cyanEmerald:before{background:linear-gradient(140deg,#0891b2 0%,#06b6d4 45%,#10b981 100%)}.selected-work-module__FCMNLW__violetBlue:before{background:linear-gradient(140deg,#7c3aed 0%,#6366f1 48%,#2563eb 100%)}.selected-work-module__FCMNLW__orangePink:before{background:linear-gradient(140deg,#f97316 0%,#f43f5e 50%,#db2777 100%)}.selected-work-module__FCMNLW__blueCyan:before{background:linear-gradient(140deg,#2563eb 0%,#0284c7 50%,#06b6d4 100%)}.selected-work-module__FCMNLW__greenBlue:before{background:linear-gradient(140deg,#059669 0%,#0d9488 48%,#2563eb 100%)}.selected-work-module__FCMNLW__visual:after{content:"";z-index:-1;border-radius:calc(var(--radius-xl) - 1px);background:linear-gradient(145deg,#050a1414,#050a1447);position:absolute;inset:1px}.selected-work-module__FCMNLW__projectImage{z-index:0;object-fit:cover;width:100%;height:100%;transition:transform .5s,filter .3s;position:absolute;inset:0}.selected-work-module__FCMNLW__project:hover .selected-work-module__FCMNLW__projectImage{transform:scale(1.025)}.selected-work-module__FCMNLW__imageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#03071214 0%,#03071205 55%,#0307124d 100%);position:absolute;inset:0}.selected-work-module__FCMNLW__visualGlow{filter:blur(55px);pointer-events:none;background:#ffffff3d;border-radius:999px;width:18rem;height:18rem;position:absolute;top:-5rem;right:-4rem}.selected-work-module__FCMNLW__projectNumber{z-index:3;color:#ffffffb8;font-family:var(--font-geist-mono);letter-spacing:-.06em;text-shadow:0 2px 20px #00000047;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:650;position:absolute;top:1.5rem;right:1.6rem}.selected-work-module__FCMNLW__visualContent{z-index:2;flex-direction:column;align-self:flex-end;max-width:85%;display:flex;position:relative}.selected-work-module__FCMNLW__visualCategory{color:#ffffffb8;font-family:var(--font-geist-mono);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.65rem;font-size:.72rem}.selected-work-module__FCMNLW__visualContent strong{color:#fff;letter-spacing:-.045em;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:670;line-height:1.05}.selected-work-module__FCMNLW__visualTechnologies{flex-wrap:wrap;gap:.45rem;margin-top:1.15rem;display:flex}.selected-work-module__FCMNLW__visualTechnologies span{color:#ffffffe0;-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;padding:.4rem .6rem;font-size:.7rem;font-weight:540}.selected-work-module__FCMNLW__previewLabel{z-index:3;color:#ffffffd1;letter-spacing:.07em;text-transform:uppercase;text-shadow:0 2px 12px #00000052;font-size:.68rem;font-weight:560;position:absolute;top:1.35rem;left:1.5rem}.selected-work-module__FCMNLW__content{max-width:520px}.selected-work-module__FCMNLW__meta{color:var(--primary);font-family:var(--font-geist-mono);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.7rem;margin-bottom:.9rem;font-size:.7rem;font-weight:600;display:flex}.selected-work-module__FCMNLW__meta span:first-child:after{content:"";vertical-align:middle;background:var(--border-strong);width:1.6rem;height:1px;margin-left:.7rem;display:inline-block}.selected-work-module__FCMNLW__content h3{color:var(--foreground);letter-spacing:-.045em;margin:0;font-size:clamp(1.75rem,3.4vw,2.7rem);font-weight:670;line-height:1.1}.selected-work-module__FCMNLW__description{color:var(--muted);margin:1rem 0 0;font-size:.97rem;line-height:1.75}.selected-work-module__FCMNLW__technologies{flex-wrap:wrap;gap:.48rem;margin:1.35rem 0 0;padding:0;list-style:none;display:flex}.selected-work-module__FCMNLW__technologies li{color:var(--muted-strong);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;padding:.42rem .68rem;font-size:.72rem;font-weight:550}.selected-work-module__FCMNLW__links{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.selected-work-module__FCMNLW__links a{color:var(--foreground);transition:color var(--transition-fast) ease, transform var(--transition-fast) ease;align-items:center;gap:.42rem;font-size:.84rem;font-weight:600;display:inline-flex}.selected-work-module__FCMNLW__links a:hover{color:var(--primary);transform:translateY(-1px)}.selected-work-module__FCMNLW__links a:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:.25rem}.selected-work-module__FCMNLW__privateLabel{color:var(--muted);font-size:.8rem;font-weight:540}@media (max-width:950px){.selected-work-module__FCMNLW__project{grid-template-columns:1fr;gap:2rem}.selected-work-module__FCMNLW__project:nth-child(2n) .selected-work-module__FCMNLW__visual,.selected-work-module__FCMNLW__project:nth-child(2n) .selected-work-module__FCMNLW__content{order:initial}.selected-work-module__FCMNLW__content{max-width:680px}.selected-work-module__FCMNLW__visual{min-height:360px}}@media (max-width:700px){.selected-work-module__FCMNLW__headingRow{grid-template-columns:1fr;gap:1.2rem}.selected-work-module__FCMNLW__headingRow p{justify-self:start}.selected-work-module__FCMNLW__projects{gap:4.5rem}.selected-work-module__FCMNLW__visual{border-radius:var(--radius-lg);min-height:320px;padding:1.3rem}.selected-work-module__FCMNLW__visual:after{border-radius:calc(var(--radius-lg) - 1px)}.selected-work-module__FCMNLW__projectNumber{top:1.2rem;right:1.3rem}.selected-work-module__FCMNLW__previewLabel{top:1.2rem;left:1.3rem}}@media (max-width:480px){.selected-work-module__FCMNLW__visual{min-height:285px}.selected-work-module__FCMNLW__visualContent{max-width:100%}.selected-work-module__FCMNLW__visualContent strong{font-size:1.65rem}.selected-work-module__FCMNLW__visualTechnologies span:nth-child(n+4){display:none}}
.project-detail-module__KcQcFa__page{min-height:100vh;padding-top:var(--navbar-height);background:var(--background)}.project-detail-module__KcQcFa__hero{padding-block:clamp(4rem,8vw,7rem) clamp(4rem,8vw,6rem)}.project-detail-module__KcQcFa__backLink{color:var(--muted);transition:color var(--transition-fast) ease, gap var(--transition-fast) ease;align-items:center;gap:.45rem;margin-bottom:2.5rem;font-size:.82rem;font-weight:560;display:inline-flex}.project-detail-module__KcQcFa__backLink:hover{color:var(--foreground);gap:.6rem}.project-detail-module__KcQcFa__heroGrid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:center;gap:clamp(3rem,8vw,7rem);display:grid}.project-detail-module__KcQcFa__heroContent{max-width:650px}.project-detail-module__KcQcFa__category{color:var(--primary);font-family:var(--font-geist-mono);letter-spacing:.07em;text-transform:uppercase;margin:0 0 .9rem;font-size:.72rem;font-weight:650}.project-detail-module__KcQcFa__heroContent h1{color:var(--foreground);letter-spacing:-.06em;margin:0;font-size:clamp(2.8rem,6vw,5.5rem);font-weight:710;line-height:.98}.project-detail-module__KcQcFa__lead{max-width:600px;color:var(--muted);margin:1.5rem 0 0;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.75}.project-detail-module__KcQcFa__actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.project-detail-module__KcQcFa__primaryAction,.project-detail-module__KcQcFa__secondaryAction{min-height:2.9rem;transition:transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.82rem;font-weight:620;display:inline-flex}.project-detail-module__KcQcFa__primaryAction{color:#fff;background:var(--gradient-primary);box-shadow:var(--shadow-sm)}.project-detail-module__KcQcFa__secondaryAction{color:var(--foreground);background:var(--surface-elevated);border:1px solid var(--border)}.project-detail-module__KcQcFa__primaryAction:hover,.project-detail-module__KcQcFa__secondaryAction:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.project-detail-module__KcQcFa__privateProject{color:var(--muted);align-items:center;gap:.45rem;font-size:.8rem;display:inline-flex}.project-detail-module__KcQcFa__preview{border:1px solid var(--border);border-radius:var(--radius-xl);min-height:430px;box-shadow:var(--shadow-lg);isolation:isolate;background:var(--surface-muted);padding:2rem;display:flex;position:relative;overflow:hidden}.project-detail-module__KcQcFa__preview:before{content:"";z-index:-2;position:absolute;inset:0}.project-detail-module__KcQcFa__preview:after{content:"";z-index:-1;border-radius:calc(var(--radius-xl) - 1px);background:linear-gradient(145deg,#04081214,#04081240);position:absolute;inset:1px}.project-detail-module__KcQcFa__blueViolet:before{background:linear-gradient(140deg,#2563eb,#6366f1,#8b5cf6)}.project-detail-module__KcQcFa__redOrange:before{background:linear-gradient(140deg,#dc2626,#f43f5e,#f97316)}.project-detail-module__KcQcFa__cyanEmerald:before{background:linear-gradient(140deg,#0891b2,#06b6d4,#10b981)}.project-detail-module__KcQcFa__violetBlue:before{background:linear-gradient(140deg,#7c3aed,#6366f1,#2563eb)}.project-detail-module__KcQcFa__orangePink:before{background:linear-gradient(140deg,#f97316,#f43f5e,#db2777)}.project-detail-module__KcQcFa__blueCyan:before{background:linear-gradient(140deg,#2563eb,#0284c7,#06b6d4)}.project-detail-module__KcQcFa__greenBlue:before{background:linear-gradient(140deg,#059669,#0d9488,#2563eb)}.project-detail-module__KcQcFa__previewImage{z-index:0;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.project-detail-module__KcQcFa__previewImageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#03071205,#03071229);position:absolute;inset:0}.project-detail-module__KcQcFa__previewGlow{filter:blur(60px);background:#ffffff38;border-radius:999px;width:22rem;height:22rem;position:absolute;top:-6rem;right:-5rem}.project-detail-module__KcQcFa__previewLabel{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:620;position:absolute;top:1.7rem;left:1.8rem}.project-detail-module__KcQcFa__previewContent{z-index:2;align-self:flex-end;max-width:90%;position:relative}.project-detail-module__KcQcFa__previewContent>span{color:#ffffffb8;font-family:var(--font-geist-mono);text-transform:uppercase;font-size:.7rem}.project-detail-module__KcQcFa__previewContent strong{color:#fff;letter-spacing:-.05em;margin-top:.6rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:680;line-height:1.03;display:block}.project-detail-module__KcQcFa__previewTech{flex-wrap:wrap;gap:.45rem;margin-top:1.2rem;display:flex}.project-detail-module__KcQcFa__previewTech span{color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;padding:.4rem .62rem;font-size:.7rem}.project-detail-module__KcQcFa__body{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 280px;gap:clamp(3rem,8vw,7rem);padding-block:5rem;display:grid}.project-detail-module__KcQcFa__overview{max-width:700px}.project-detail-module__KcQcFa__overview h2,.project-detail-module__KcQcFa__sectionBlock h2,.project-detail-module__KcQcFa__gallerySection h2{color:var(--foreground);letter-spacing:-.04em;margin:0;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:660}.project-detail-module__KcQcFa__overview>p:last-child,.project-detail-module__KcQcFa__sectionBlock>p:last-child{color:var(--muted);margin:1rem 0 0;font-size:.96rem;line-height:1.8}.project-detail-module__KcQcFa__sidebar{align-content:start;gap:.7rem;display:grid}.project-detail-module__KcQcFa__infoBlock{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem}.project-detail-module__KcQcFa__infoBlock span{color:var(--muted);text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;display:block}.project-detail-module__KcQcFa__infoBlock strong{color:var(--foreground);font-size:.86rem;font-weight:610}.project-detail-module__KcQcFa__sectionBlock{border-top:1px solid var(--border);max-width:800px;padding-block:4rem}.project-detail-module__KcQcFa__technologies{flex-wrap:wrap;gap:.55rem;margin:1.3rem 0 0;padding:0;list-style:none;display:flex}.project-detail-module__KcQcFa__technologies li{color:var(--muted-strong);background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;padding:.5rem .72rem;font-size:.75rem;font-weight:550}.project-detail-module__KcQcFa__gallerySection{border-top:1px solid var(--border);padding-block:4rem}.project-detail-module__KcQcFa__gallery{gap:1.5rem;margin-top:1.8rem;display:grid}.project-detail-module__KcQcFa__galleryItem{margin:0}.project-detail-module__KcQcFa__galleryImage{aspect-ratio:16/9;background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.project-detail-module__KcQcFa__galleryImage img{object-fit:contain;background:var(--surface-muted)}.project-detail-module__KcQcFa__galleryItem figcaption{color:var(--muted);margin-top:.7rem;font-size:.76rem;line-height:1.5}.project-detail-module__KcQcFa__bottomNavigation{border-top:1px solid var(--border);padding-block:3rem 5rem}.project-detail-module__KcQcFa__bottomNavigation a{color:var(--muted-strong);transition:color var(--transition-fast) ease, gap var(--transition-fast) ease;align-items:center;gap:.5rem;font-size:.84rem;font-weight:580;display:inline-flex}.project-detail-module__KcQcFa__bottomNavigation a:hover{color:var(--primary);gap:.65rem}@media (max-width:900px){.project-detail-module__KcQcFa__heroGrid{grid-template-columns:1fr}.project-detail-module__KcQcFa__preview{min-height:380px}.project-detail-module__KcQcFa__body{grid-template-columns:1fr}.project-detail-module__KcQcFa__sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.project-detail-module__KcQcFa__hero{padding-top:3rem}.project-detail-module__KcQcFa__heroContent h1{font-size:clamp(2.6rem,13vw,4.2rem)}.project-detail-module__KcQcFa__preview{border-radius:var(--radius-lg);min-height:310px;padding:1.4rem}.project-detail-module__KcQcFa__preview:after{border-radius:calc(var(--radius-lg) - 1px)}.project-detail-module__KcQcFa__sidebar{grid-template-columns:1fr}.project-detail-module__KcQcFa__galleryImage{border-radius:var(--radius-md)}}
.skills-module__OGRlzq__section{border-top:1px solid var(--border);background:linear-gradient(180deg, var(--background) 0%, color-mix(in srgb, var(--surface-muted) 24%, var(--background)) 100%);position:relative;overflow:hidden}.skills-module__OGRlzq__heading{margin-bottom:clamp(3rem,6vw,4.5rem)}.skills-module__OGRlzq__headingRow{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:3rem;display:grid}.skills-module__OGRlzq__headingRow h2{color:var(--foreground);letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,4.5vw,3.7rem);font-weight:690;line-height:1.06}.skills-module__OGRlzq__headingRow>p{max-width:430px;color:var(--muted);justify-self:end;margin:0;font-size:.95rem;line-height:1.7}.skills-module__OGRlzq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.skills-module__OGRlzq__card{background:color-mix(in srgb, var(--surface-elevated) 88%, transparent);border:1px solid var(--border);border-radius:var(--radius-lg);min-height:265px;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease, border-color var(--transition-fast) ease, box-shadow var(--transition-fast) ease;flex-direction:column;padding:1.4rem;display:flex}.skills-module__OGRlzq__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-3px)}.skills-module__OGRlzq__cardHeader{align-items:center;gap:.85rem;display:flex}.skills-module__OGRlzq__icon{width:2.55rem;height:2.55rem;color:var(--primary);background:linear-gradient(145deg, color-mix(in srgb, var(--primary) 12%, transparent), color-mix(in srgb, var(--accent) 7%, transparent));border:1px solid color-mix(in srgb, var(--primary) 18%, transparent);border-radius:.82rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.skills-module__OGRlzq__card h3{color:var(--foreground);letter-spacing:-.025em;margin:0;font-size:1rem;font-weight:640}.skills-module__OGRlzq__description{color:var(--muted);margin:1rem 0 0;font-size:.86rem;line-height:1.65}.skills-module__OGRlzq__skills{flex-wrap:wrap;gap:.48rem;margin:auto 0 0;padding:1.3rem 0 0;list-style:none;display:flex}.skills-module__OGRlzq__skills li{color:var(--muted-strong);background:var(--surface-muted);border:1px solid var(--border);transition:color var(--transition-fast) ease, border-color var(--transition-fast) ease, background-color var(--transition-fast) ease;border-radius:999px;padding:.43rem .65rem;font-size:.72rem;font-weight:550}.skills-module__OGRlzq__card:hover .skills-module__OGRlzq__skills li{border-color:var(--border-strong)}.skills-module__OGRlzq__note{max-width:650px;color:var(--muted);text-align:center;margin:2rem auto 0;font-size:.8rem;line-height:1.6}@media (max-width:950px){.skills-module__OGRlzq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.skills-module__OGRlzq__headingRow{grid-template-columns:1fr;gap:1.2rem}.skills-module__OGRlzq__headingRow>p{justify-self:start}}@media (max-width:600px){.skills-module__OGRlzq__grid{grid-template-columns:1fr}.skills-module__OGRlzq__card{min-height:auto}.skills-module__OGRlzq__skills{margin-top:0}}
