.Navbar-module__nuAbfa__navbar{z-index:100;transition:all .4s var(--ease-out);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);background:#fafaf7d9;padding:.75rem 2rem}.Navbar-module__nuAbfa__logo{font-family:var(--font-display);color:var(--navy);letter-spacing:-.02em;cursor:pointer;font-size:1.6rem;font-weight:800;transition:opacity .2s}.Navbar-module__nuAbfa__logo:hover{opacity:.7}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);padding:.25rem 0;font-size:.82rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--navy);width:0;height:1.5px;transition:width .3s var(--ease-out);position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--navy)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__ctaButton{text-transform:uppercase;letter-spacing:.06em;background:var(--coral);color:#fff;transition:all .3s var(--ease-out);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.4rem;padding:.55rem 1.2rem;font-size:.78rem;font-weight:600;display:inline-flex}.Navbar-module__nuAbfa__ctaButton:hover{background:#e55a5a;transform:translateY(-1px);box-shadow:0 4px 16px #ff6b6b40}.Navbar-module__nuAbfa__menuButton{cursor:pointer;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navbar-module__nuAbfa__menuButton span{background:var(--navy);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__nuAbfa__mobileMenu{display:none}@media (max-width:768px){.Navbar-module__nuAbfa__navbar{padding:1rem 1.25rem}.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__menuButton{display:flex}.Navbar-module__nuAbfa__mobileMenu{background:var(--bg-primary);z-index:99;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-out);flex-direction:column;gap:1.5rem;padding:5rem 2rem 2rem;display:flex;position:fixed;inset:0}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__open{opacity:1;pointer-events:all}.Navbar-module__nuAbfa__mobileMenuLink{font-family:var(--font-display);color:var(--navy);border-bottom:1px solid var(--border-light);padding:.5rem 0;font-size:2rem;font-weight:700}}
.Hero-module__Z8hQ_W__hero{background-color:#ffde59;background-image:radial-gradient(#0000000f 1px,#0000 1px);background-size:12px 12px;justify-content:center;align-items:center;min-height:100vh;padding:7rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffd93d14 0%,#0000 70%);width:60%;height:80%;position:absolute;top:-20%;right:-10%}.Hero-module__Z8hQ_W__heroInner{max-width:var(--container-max);align-items:flex-start;gap:3rem;width:100%;display:flex}.Hero-module__Z8hQ_W__nameTagWrapper{transform-origin:top;flex-direction:column;flex-shrink:0;align-items:center;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__swing;display:flex}.Hero-module__Z8hQ_W__nameTagString{background:var(--text-muted);width:2px;height:40px;position:relative}.Hero-module__Z8hQ_W__nameTagString:before{content:"";background:var(--text-muted);border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__nameTagClip{background:linear-gradient(135deg,silver,gray);border-radius:3px;width:28px;height:12px;position:relative}.Hero-module__Z8hQ_W__nameTag{border:2.5px solid var(--navy);background:#fff;border-radius:12px;width:280px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a}.Hero-module__Z8hQ_W__nameTagHeader{background:var(--coral);text-align:center;padding:.75rem 1.25rem}.Hero-module__Z8hQ_W__nameTagHeaderText{font-family:var(--font-body);color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:1.1rem;font-weight:800}.Hero-module__Z8hQ_W__nameTagBody{text-align:center;padding:1.5rem 1.25rem 1.75rem}.Hero-module__Z8hQ_W__nameTagSubtext{color:var(--text-muted);text-transform:lowercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.7rem}.Hero-module__Z8hQ_W__nameTagName{font-family:var(--font-pixel);color:var(--navy);letter-spacing:.02em;word-break:break-word;font-size:.72rem;line-height:1.8}.Hero-module__Z8hQ_W__nameTagDivider{background:var(--border-light);border:none;width:70%;height:1.5px;margin:1rem auto .75rem}.Hero-module__Z8hQ_W__nameTagRoles{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.Hero-module__Z8hQ_W__nameTagRole{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.6rem;font-weight:600}.Hero-module__Z8hQ_W__nameTagDot{background:var(--yellow-deep);border-radius:50%;width:3px;height:3px}.Hero-module__Z8hQ_W__introBox{flex-direction:column;flex:1;gap:2rem;padding-top:1rem;display:flex}.Hero-module__Z8hQ_W__introCard{border:1.5px solid var(--border-medium);background:var(--bg-card);border-radius:16px;justify-content:space-between;align-items:center;gap:2.5rem;padding:2.5rem;display:flex;position:relative}.Hero-module__Z8hQ_W__introCardText{flex:1}.Hero-module__Z8hQ_W__introCardImage{width:170px;height:auto;transition:transform .4s var(--ease-spring);flex-shrink:0;transform:rotate(3deg)}.Hero-module__Z8hQ_W__introCardImage:hover{transform:rotate(-3deg)scale(1.05)}.Hero-module__Z8hQ_W__pfpImage{object-fit:cover;width:100%;height:100%}.Hero-module__Z8hQ_W__introCard:before{content:"";background:linear-gradient(90deg, var(--yellow-accent), var(--coral), var(--blue));width:100%;height:3px;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__introHeading{font-family:var(--font-display);color:var(--navy);margin-bottom:1.5rem;font-weight:900;line-height:1.15}.Hero-module__Z8hQ_W__introLine{font-size:clamp(1.8rem,4vw,2.8rem);display:block}.Hero-module__Z8hQ_W__introLine:first-child{color:var(--navy)}.Hero-module__Z8hQ_W__introLine:nth-child(2){color:var(--coral)}.Hero-module__Z8hQ_W__introLine:nth-child(3){color:var(--blue)}.Hero-module__Z8hQ_W__introRoles{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Hero-module__Z8hQ_W__introRole{color:var(--text-secondary);border:1px solid var(--border-light);border-radius:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.Hero-module__Z8hQ_W__introRole:hover{border-color:var(--yellow-deep);background:var(--yellow-light)}.Hero-module__Z8hQ_W__introBio{color:var(--text-secondary);max-width:520px;font-size:.95rem;line-height:1.7}.Hero-module__Z8hQ_W__floatingPills{flex-wrap:wrap;gap:.6rem;margin-top:.5rem;display:flex}.Hero-module__Z8hQ_W__floatingPill{text-transform:uppercase;letter-spacing:.06em;cursor:default;transition:transform .3s var(--ease-spring);border-radius:100px;align-items:center;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.Hero-module__Z8hQ_W__floatingPill:first-child{animation:3s ease-in-out infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:nth-child(2){animation:3.4s ease-in-out .3s infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:nth-child(3){animation:2.8s ease-in-out .6s infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:nth-child(4){animation:3.6s ease-in-out .15s infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:nth-child(5){animation:3.2s ease-in-out .45s infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:nth-child(6){animation:3s ease-in-out .75s infinite Hero-module__Z8hQ_W__float}.Hero-module__Z8hQ_W__floatingPill:hover{transform:scale(1.1)translateY(-4px)}.Hero-module__Z8hQ_W__decorStar{color:var(--yellow-deep);opacity:.15;pointer-events:none;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__sparkle;position:absolute}.Hero-module__Z8hQ_W__decorStar1{font-size:2.5rem;top:15%;right:8%}.Hero-module__Z8hQ_W__decorStar2{font-size:1.5rem;animation-delay:2s;bottom:20%;left:5%}@media (max-width:900px){.Hero-module__Z8hQ_W__heroInner{flex-direction:column;align-items:center;gap:2.5rem}.Hero-module__Z8hQ_W__nameTagWrapper{animation:5s ease-in-out infinite Hero-module__Z8hQ_W__swing}.Hero-module__Z8hQ_W__nameTag{width:260px}.Hero-module__Z8hQ_W__introBox{text-align:center;align-items:center}.Hero-module__Z8hQ_W__introCard{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.Hero-module__Z8hQ_W__introHeading{text-align:center}.Hero-module__Z8hQ_W__introRoles{justify-content:center}.Hero-module__Z8hQ_W__introBio{text-align:center}.Hero-module__Z8hQ_W__floatingPills{justify-content:center}}@media (max-width:480px){.Hero-module__Z8hQ_W__hero{padding:6rem 1rem 3rem}.Hero-module__Z8hQ_W__nameTag{width:240px}.Hero-module__Z8hQ_W__nameTagName{font-size:.6rem}.Hero-module__Z8hQ_W__introCard{padding:1.5rem 1.25rem}.Hero-module__Z8hQ_W__introLine{font-size:1.6rem}}
.About-module__vqXTeW__about{background:var(--bg-warm);padding:6rem 2rem;position:relative;overflow:hidden}.About-module__vqXTeW__aboutInner{max-width:var(--container-max);align-items:center;gap:3rem;margin:0 auto;display:flex}.About-module__vqXTeW__aboutText{flex:1}.About-module__vqXTeW__aboutHeading{font-family:var(--font-display);margin-bottom:2rem;font-weight:900;line-height:1.1}.About-module__vqXTeW__aboutLine{color:var(--navy);font-size:clamp(2.2rem,5vw,3.5rem);display:block}.About-module__vqXTeW__aboutLine:nth-child(2){color:var(--coral)}.About-module__vqXTeW__aboutLine:nth-child(3){color:var(--blue)}.About-module__vqXTeW__aboutDescription{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.8}.About-module__vqXTeW__platformsGrid{flex-direction:column;flex:1;gap:1rem;display:flex}.About-module__vqXTeW__platformCard{background:var(--bg-card);border:1.5px solid var(--border-light);transition:all .3s var(--ease-out);cursor:pointer;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #00000005}.About-module__vqXTeW__platformCard:hover{border-color:var(--border-medium);box-shadow:0 12px 30px #00000014}.About-module__vqXTeW__platformIconWrapper{background:var(--bg-warm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.About-module__vqXTeW__platformInfo{flex:1}.About-module__vqXTeW__platformName{font-family:var(--font-display);color:var(--navy);margin-bottom:.2rem;font-size:1.25rem;font-weight:800}.About-module__vqXTeW__platformHandle{color:var(--text-secondary);font-size:.85rem;font-weight:500}.About-module__vqXTeW__platformLinkIcon{color:var(--text-muted);opacity:.5;transition:opacity .3s}.About-module__vqXTeW__platformCard:hover .About-module__vqXTeW__platformLinkIcon{opacity:1;color:var(--navy)}@media (max-width:900px){.About-module__vqXTeW__aboutInner{text-align:center;flex-direction:column;gap:3rem}.About-module__vqXTeW__platformCard{text-align:left}}
.Experience-module__HaXZMW__experience{background:var(--navy);color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.Experience-module__HaXZMW__experienceInner{max-width:var(--container-narrow);margin:0 auto}.Experience-module__HaXZMW__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:#ffffff80;align-items:center;gap:.5rem;margin-bottom:3.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.Experience-module__HaXZMW__sectionLabel:before{content:"";background:var(--yellow-accent);border-radius:50%;width:8px;height:8px;display:inline-block}.Experience-module__HaXZMW__timeline{padding-left:3rem;position:relative}.Experience-module__HaXZMW__timelineLine{background:#ffffff1a;width:1.5px;height:100%;position:absolute;top:0;left:7px;overflow:hidden}.Experience-module__HaXZMW__timelineLineProgress{background:var(--yellow-accent);width:100%;height:0%;transition:height .8s var(--ease-out)}.Experience-module__HaXZMW__timelineEntry{padding-bottom:3.5rem;position:relative}.Experience-module__HaXZMW__timelineEntry:last-child{padding-bottom:0}.Experience-module__HaXZMW__timelineDot{background:var(--navy);border:2.5px solid var(--yellow-accent);z-index:2;transform-origin:50%;border-radius:50%;width:15px;height:15px;position:absolute;top:.35rem;left:-3rem}.Experience-module__HaXZMW__timelineYear{text-transform:uppercase;letter-spacing:.15em;color:var(--yellow-accent);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.Experience-module__HaXZMW__timelineRole{font-family:var(--font-display);color:#fff;margin-bottom:.25rem;font-size:1.4rem;font-weight:700;line-height:1.3}.Experience-module__HaXZMW__timelineOrg{color:#fff9;margin-bottom:.75rem;font-size:.9rem;font-weight:500}.Experience-module__HaXZMW__timelineDesc{color:#ffffff73;max-width:480px;font-size:.88rem;line-height:1.7}.Experience-module__HaXZMW__timelineHighlight{color:var(--yellow-accent);text-underline-offset:2px;-webkit-text-decoration:underline #ffd93d4d;text-decoration:underline #ffd93d4d}.Experience-module__HaXZMW__communities{border-top:1px solid #ffffff14;margin-top:4rem;padding-top:2.5rem}.Experience-module__HaXZMW__communitiesTitle{text-transform:uppercase;letter-spacing:.15em;color:#fff6;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.Experience-module__HaXZMW__communityList{flex-wrap:wrap;gap:.75rem;display:flex}.Experience-module__HaXZMW__communityItem{color:#ffffffb3;border:1px solid #ffffff1f;border-radius:100px;padding:.45rem 1rem;font-size:.82rem;font-weight:500;transition:all .2s}.Experience-module__HaXZMW__communityItem:hover{border-color:var(--yellow-accent);color:var(--yellow-accent)}@media (max-width:768px){.Experience-module__HaXZMW__experience{padding:4rem 1.25rem}.Experience-module__HaXZMW__timeline{padding-left:2.5rem}.Experience-module__HaXZMW__timelineDot{left:-2.5rem}.Experience-module__HaXZMW__timelineRole{font-size:1.2rem}}
.FeaturedProject-module__7qralW__featured{background:var(--bg-primary);padding:6rem 2rem;position:relative}.FeaturedProject-module__7qralW__featuredInner{max-width:var(--container-max);margin:0 auto}.FeaturedProject-module__7qralW__demoWrapper{aspect-ratio:16/9;border:1.5px solid var(--border-light);cursor:pointer;width:100%;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out);background:linear-gradient(135deg,#1a1a2e 0%,#2d2d44 50%,#1a1a2e 100%);border-radius:16px;justify-content:center;align-items:center;margin-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.FeaturedProject-module__7qralW__demoWrapper:hover{transform:translateY(-4px);box-shadow:0 20px 60px #0000001f}.FeaturedProject-module__7qralW__demoPlaceholder{color:#ffffff80;flex-direction:column;align-items:center;gap:1rem;display:flex}.FeaturedProject-module__7qralW__playButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex}.FeaturedProject-module__7qralW__demoWrapper:hover .FeaturedProject-module__7qralW__playButton{background:var(--coral);border-color:var(--coral);transform:scale(1.1)}.FeaturedProject-module__7qralW__playIcon{border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:20px solid #fff;width:0;height:0;margin-left:4px}.FeaturedProject-module__7qralW__demoLabel{letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;font-weight:500}.FeaturedProject-module__7qralW__featuredInfo{align-items:flex-start;gap:3rem;display:flex}.FeaturedProject-module__7qralW__featuredMain{flex:1}.FeaturedProject-module__7qralW__featuredTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.1}.FeaturedProject-module__7qralW__featuredBadge{text-transform:uppercase;letter-spacing:.12em;color:var(--coral);align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.7rem;font-weight:700;display:inline-flex}.FeaturedProject-module__7qralW__featuredBadge:before{content:"★";font-size:.8rem}.FeaturedProject-module__7qralW__featuredDesc{color:var(--text-secondary);max-width:540px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.FeaturedProject-module__7qralW__featuredTech{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.FeaturedProject-module__7qralW__featuredActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.FeaturedProject-module__7qralW__featuredBtn{transition:all .3s var(--ease-out);border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.88rem;font-weight:600;display:inline-flex}.FeaturedProject-module__7qralW__featuredBtnPrimary{background:var(--navy);color:#fff}.FeaturedProject-module__7qralW__featuredBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a1a2e40}.FeaturedProject-module__7qralW__featuredBtnOutline{border:1.5px solid var(--border-medium);color:var(--text-primary);background:0 0}.FeaturedProject-module__7qralW__featuredBtnOutline:hover{border-color:var(--navy);background:var(--navy);color:#fff;transform:translateY(-2px)}.FeaturedProject-module__7qralW__featuredSide{flex-direction:column;flex-shrink:0;gap:2rem;padding-top:.5rem;display:flex}.FeaturedProject-module__7qralW__statLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.5rem;font-size:.68rem;font-weight:700}.FeaturedProject-module__7qralW__statValue{font-family:var(--font-display);color:var(--navy);font-size:1.6rem;font-weight:800}@media (max-width:768px){.FeaturedProject-module__7qralW__featured{padding:4rem 1.25rem}.FeaturedProject-module__7qralW__featuredInfo{flex-direction:column;gap:2rem}.FeaturedProject-module__7qralW__featuredSide{flex-direction:row;gap:2.5rem}}
.Projects-module__K3d-Xa__projects{background:var(--bg-primary);padding:0 2rem 6rem}.Projects-module__K3d-Xa__projectsInner{max-width:var(--container-max);margin:0 auto}.Projects-module__K3d-Xa__sectionLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.Projects-module__K3d-Xa__sectionLabel:before{content:"";background:var(--green);border-radius:50%;width:8px;height:8px;display:inline-block}.Projects-module__K3d-Xa__projectGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Projects-module__K3d-Xa__projectCard{border:1.5px solid var(--border-light);background:var(--bg-card);transition:all .4s var(--ease-out);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.Projects-module__K3d-Xa__projectCard:hover{border-color:var(--border-medium);transform:translateY(-6px);box-shadow:0 16px 48px #00000014}.Projects-module__K3d-Xa__projectBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.Projects-module__K3d-Xa__projectTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.Projects-module__K3d-Xa__projectDesc{color:var(--text-secondary);flex:1;margin-bottom:1rem;font-size:.85rem;line-height:1.65}.Projects-module__K3d-Xa__projectTech{flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;display:flex}.Projects-module__K3d-Xa__projectTech .Projects-module__K3d-Xa__pill{padding:.25rem .6rem;font-size:.65rem}.Projects-module__K3d-Xa__projectLinks{border-top:1px solid var(--border-light);align-items:center;gap:1rem;padding-top:1rem;display:flex}.Projects-module__K3d-Xa__projectLink{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;transition:color .2s;display:inline-flex}.Projects-module__K3d-Xa__projectLink:hover{color:var(--navy)}.Projects-module__K3d-Xa__projectLinkArrow{font-size:.9rem;transition:transform .2s}.Projects-module__K3d-Xa__projectLink:hover .Projects-module__K3d-Xa__projectLinkArrow{transform:translate(3px)}@media (max-width:900px){.Projects-module__K3d-Xa__projectGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Projects-module__K3d-Xa__projects{padding:0 1.25rem 4rem}.Projects-module__K3d-Xa__projectGrid{grid-template-columns:1fr}}
.Research-module__sVclla__research{background:var(--bg-warm);padding:6rem 2rem}.Research-module__sVclla__researchInner{max-width:var(--container-narrow);margin:0 auto}.Research-module__sVclla__paperList{flex-direction:column;gap:2rem;display:flex}.Research-module__sVclla__paper{border:1.5px solid var(--border-light);background:var(--bg-card);transition:all .3s var(--ease-out);border-radius:16px;gap:1.25rem;padding:2rem;display:flex}.Research-module__sVclla__paper:hover{border-color:var(--border-medium);transform:translateY(-2px);box-shadow:0 8px 32px #0000000a}.Research-module__sVclla__paperIcon{background:var(--blue-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.Research-module__sVclla__paperContent{flex:1}.Research-module__sVclla__paperTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.5}.Research-module__sVclla__paperConference{color:var(--text-secondary);margin-bottom:.15rem;font-size:.82rem;font-weight:500}.Research-module__sVclla__paperDoi{color:var(--text-muted);word-break:break-all;font-family:SF Mono,Fira Code,monospace;font-size:.75rem}@media (max-width:600px){.Research-module__sVclla__research{padding:4rem 1.25rem}.Research-module__sVclla__paper{flex-direction:column;gap:1rem;padding:1.5rem}}
.Skills-module__P7wDQq__skills{background:var(--bg-warm);padding:0 2rem 6rem}.Skills-module__P7wDQq__skillsInner{max-width:var(--container-narrow);margin:0 auto}.Skills-module__P7wDQq__skillGroup{margin-bottom:1.75rem}.Skills-module__P7wDQq__skillGroup:last-child{margin-bottom:0}.Skills-module__P7wDQq__skillGroupLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);min-width:100px;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.Skills-module__P7wDQq__skillGroupRow{align-items:baseline;gap:1.5rem;display:flex}.Skills-module__P7wDQq__skillTags{flex-wrap:wrap;gap:.5rem;display:flex}@media (max-width:600px){.Skills-module__P7wDQq__skills{padding:0 1.25rem 4rem}.Skills-module__P7wDQq__skillGroupRow{flex-direction:column;gap:.5rem}}
.Contact-module__OWeMSG__connect{background:var(--bg-primary);padding:6rem 2rem}.Contact-module__OWeMSG__connectInner{max-width:var(--container-narrow);margin:0 auto}.Contact-module__OWeMSG__connectHeader{margin-bottom:3rem}.Contact-module__OWeMSG__connectTitle{font-family:var(--font-display);color:var(--navy);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1.1}.Contact-module__OWeMSG__connectSubtitle{color:var(--text-secondary);max-width:400px;font-size:.95rem;line-height:1.7}.Contact-module__OWeMSG__connectSubtitle span{color:var(--coral);font-weight:600}.Contact-module__OWeMSG__socialGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.Contact-module__OWeMSG__socialCard{border:1.5px solid var(--border-light);background:var(--bg-card);transition:all .3s var(--ease-out);text-align:center;cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;display:flex}.Contact-module__OWeMSG__socialCard:hover{border-color:var(--border-medium);transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.Contact-module__OWeMSG__socialIcon{color:#fff;width:48px;height:48px;transition:transform .3s var(--ease-spring);border-radius:14px;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.Contact-module__OWeMSG__socialCard:hover .Contact-module__OWeMSG__socialIcon{transform:scale(1.1)rotate(-5deg)}.Contact-module__OWeMSG__socialLinkedin{background:#0a66c2}.Contact-module__OWeMSG__socialGithub{background:#24292f}.Contact-module__OWeMSG__socialDiscord{background:#5865f2}.Contact-module__OWeMSG__socialEmail{background:var(--coral)}.Contact-module__OWeMSG__socialSubstack{background:#ff6719}.Contact-module__OWeMSG__socialName{color:var(--navy);font-size:.82rem;font-weight:600}.Contact-module__OWeMSG__socialHandle{color:var(--text-muted);word-break:break-all;font-size:.72rem}@media (max-width:768px){.Contact-module__OWeMSG__connect{padding:4rem 1.25rem}.Contact-module__OWeMSG__socialGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Contact-module__OWeMSG__socialGrid{grid-template-columns:1fr}}
.Footer-module__EZoWya__footer{text-align:center;border-top:1px solid var(--border-light);background:var(--bg-primary);padding:2rem}.Footer-module__EZoWya__footerText{color:var(--text-muted);letter-spacing:.02em;font-size:.82rem}.Footer-module__EZoWya__footerEmoji{animation:2s ease-in-out infinite Footer-module__EZoWya__float;display:inline-block}
.FloatingResume-module__Vs_Jeq__floatingBtn{z-index:100;background:var(--navy);color:#fff;cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.25rem .6rem .6rem;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000026,0 0 0 4px #ffffff4d}.FloatingResume-module__Vs_Jeq__iconWrapper{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.FloatingResume-module__Vs_Jeq__btnText{letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700}@media (max-width:768px){.FloatingResume-module__Vs_Jeq__floatingBtn{padding:.5rem 1rem .5rem .5rem;bottom:1.5rem;right:1.5rem}.FloatingResume-module__Vs_Jeq__iconWrapper{width:30px;height:30px}.FloatingResume-module__Vs_Jeq__btnText{font-size:.75rem}}
