.Navbar-module__4IqnvW__header{z-index:1000;transition:background var(--transition-base),backdrop-filter var(--transition-base),border-color var(--transition-base),padding var(--transition-base);border-bottom:1px solid #0000;padding:1.25rem 1.5rem;position:fixed;top:0;left:0;right:0}.Navbar-module__4IqnvW__header.Navbar-module__4IqnvW__scrolled{-webkit-backdrop-filter:blur(20px);border-color:var(--border-subtle);background:#0d0d1ad9;padding:.9rem 1.5rem}.Navbar-module__4IqnvW__nav{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.Navbar-module__4IqnvW__logo{font-size:1.25rem;font-weight:800;font-family:var(--font-mono);color:var(--text-primary);transition:color var(--transition-base);cursor:pointer;background:0 0;border:none;align-items:center;gap:.1rem;display:flex}.Navbar-module__4IqnvW__logo:hover{color:var(--accent-cyan)}.Navbar-module__4IqnvW__logoAngle{color:var(--accent-cyan);font-weight:400}.Navbar-module__4IqnvW__logoDot{color:var(--accent-purple)}.Navbar-module__4IqnvW__links{align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__4IqnvW__link{color:var(--text-secondary);border-radius:var(--radius-full);transition:color var(--transition-base),background var(--transition-base);background:0 0;border:none;padding:.45rem .9rem;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__4IqnvW__link:after{content:"";background:var(--accent-cyan);width:0;height:2px;transition:width var(--transition-base);border-radius:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module__4IqnvW__link:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__4IqnvW__activeLink{color:var(--accent-cyan)!important}.Navbar-module__4IqnvW__activeLink:after{width:60%}.Navbar-module__4IqnvW__ctaBtn{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));color:#fff;border-radius:var(--radius-full);transition:transform var(--transition-base),box-shadow var(--transition-base);align-items:center;margin-left:.5rem;padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #00d4ff40}.Navbar-module__4IqnvW__ctaBtn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00d4ff66}.Navbar-module__4IqnvW__rightControls{align-items:center;gap:.5rem;display:flex}.Navbar-module__4IqnvW__themeToggle{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border-subtle);width:38px;height:38px;color:var(--text-secondary);transition:color var(--transition-base),background var(--transition-base),border-color var(--transition-base),transform var(--transition-base);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__4IqnvW__themeToggle:hover{color:var(--accent-cyan);border-color:var(--border-accent);background:#00d4ff14;transform:rotate(20deg)}.Navbar-module__4IqnvW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.4rem;display:none}.Navbar-module__4IqnvW__hamburger span{background:var(--text-primary);width:22px;height:2px;transition:transform var(--transition-base),opacity var(--transition-base);border-radius:2px;display:block}.Navbar-module__4IqnvW__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__4IqnvW__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__4IqnvW__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__4IqnvW__hamburger{display:flex}.Navbar-module__4IqnvW__links{background:var(--bg-primary);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:min(300px,100%);transition:right var(--transition-slow);border-left:1px solid var(--border-subtle);flex-direction:column;align-items:flex-start;gap:.5rem;padding:5rem 2rem 2rem;position:fixed;top:0;bottom:0;right:-100%}.Navbar-module__4IqnvW__links.Navbar-module__4IqnvW__open{right:0}.Navbar-module__4IqnvW__link{text-align:left;width:100%;padding:.75rem 1rem;font-size:1.1rem}.Navbar-module__4IqnvW__ctaBtn{justify-content:center;width:100%;margin-top:1rem;margin-left:0;padding:.75rem 1rem;font-size:1rem}}
.LanguageSelector-module__E_ZIjW__wrapper{position:relative}.LanguageSelector-module__E_ZIjW__trigger{border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);font-size:.8rem;font-family:var(--font-mono);cursor:pointer;transition:border-color var(--transition-base),color var(--transition-base),background var(--transition-base);background:0 0;align-items:center;gap:.35rem;padding:.35rem .7rem;display:flex}.LanguageSelector-module__E_ZIjW__trigger:hover{border-color:var(--border-accent);color:var(--accent-cyan);background:#00d4ff0d}.LanguageSelector-module__E_ZIjW__triggerOpen{border-color:var(--border-accent);color:var(--accent-cyan)}.LanguageSelector-module__E_ZIjW__chevron{transition:transform var(--transition-fast)}.LanguageSelector-module__E_ZIjW__chevronOpen{transform:rotate(180deg)}.LanguageSelector-module__E_ZIjW__dropdown{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);min-width:140px;box-shadow:var(--shadow-card);z-index:1000;padding:.3rem;animation:.15s LanguageSelector-module__E_ZIjW__dropIn;position:absolute;top:calc(100% + .5rem);right:0}@keyframes LanguageSelector-module__E_ZIjW__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.LanguageSelector-module__E_ZIjW__option{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);font-size:.85rem;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.LanguageSelector-module__E_ZIjW__option:hover{color:var(--text-primary);background:#00d4ff14}.LanguageSelector-module__E_ZIjW__optionActive{color:var(--accent-cyan);background:#00d4ff0f}.LanguageSelector-module__E_ZIjW__flag{font-size:1.1rem;line-height:1}
.Hero-module__PycF7W__hero{align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__PycF7W__orb1,.Hero-module__PycF7W__orb2,.Hero-module__PycF7W__orb3{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.Hero-module__PycF7W__orb1{background:radial-gradient(circle,#00d4ff1f 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite Hero-module__PycF7W__float;top:-10%;left:-15%}.Hero-module__PycF7W__orb2{background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);width:500px;height:500px;animation:10s ease-in-out infinite reverse Hero-module__PycF7W__float;bottom:-5%;right:-10%}.Hero-module__PycF7W__orb3{background:radial-gradient(circle,#10b98114 0%,#0000 70%);width:300px;height:300px;animation:12s ease-in-out infinite Hero-module__PycF7W__float;top:40%;left:50%}.Hero-module__PycF7W__grid{pointer-events:none;background-image:linear-gradient(#00d4ff08 1px,#0000 1px),linear-gradient(90deg,#00d4ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__PycF7W__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__PycF7W__particle{background:var(--accent-cyan);width:2px;height:2px;bottom:-10px;left:calc(var(--i)*5.26%);opacity:0;animation:Hero-module__PycF7W__particle-drift calc(8s + var(--i)*.5s)linear calc(var(--i)*.4s)infinite;border-radius:50%;position:absolute}.Hero-module__PycF7W__heroInner{z-index:2;align-items:center;gap:5rem;width:100%;animation:.8s Hero-module__PycF7W__slide-up;display:flex;position:relative}.Hero-module__PycF7W__photoSide{flex-shrink:0}.Hero-module__PycF7W__photoWrapper{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative}.Hero-module__PycF7W__photoRing{border:1px solid #00d4ff33;border-radius:50%;width:460px;height:460px;animation:20s linear infinite Hero-module__PycF7W__spin-slow;position:absolute}.Hero-module__PycF7W__photoRing:before{content:"";background:var(--accent-cyan);width:6px;height:6px;box-shadow:0 0 12px var(--accent-cyan);border-radius:50%;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.Hero-module__PycF7W__photoRing2{border:1px dashed #8b5cf633;border-radius:50%;width:385px;height:385px;animation:15s linear infinite reverse Hero-module__PycF7W__spin-slow;position:absolute}.Hero-module__PycF7W__photoContainer{background:linear-gradient(135deg,#00d4ff1a,#8b5cf61a);border:2px solid #00d4ff40;border-radius:50%;width:340px;height:340px;animation:6s ease-in-out infinite Hero-module__PycF7W__float;position:relative;overflow:hidden;box-shadow:0 0 60px #00d4ff2e,0 0 120px #8b5cf61f}.Hero-module__PycF7W__photoPlaceholder{background:linear-gradient(135deg,#00d4ff26,#8b5cf626);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Hero-module__PycF7W__photoPlaceholder span{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800}.Hero-module__PycF7W__content{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.Hero-module__PycF7W__badge{color:var(--text-secondary);border-radius:var(--radius-full);background:#10b98114;border:1px solid #10b98133;align-items:center;gap:.6rem;width:fit-content;padding:.35rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.Hero-module__PycF7W__badgeDot{background:var(--accent-green);width:8px;height:8px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;animation:2s ease-in-out infinite Hero-module__PycF7W__pulse-glow}.Hero-module__PycF7W__name{margin:0;font-size:clamp(2.2rem,6vw,3.8rem);font-weight:900;line-height:1.1}.Hero-module__PycF7W__role{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:0;min-height:2rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;display:flex}.Hero-module__PycF7W__typedText{color:var(--accent-cyan)}.Hero-module__PycF7W__cursor{background:var(--accent-cyan);width:2px;height:1.2em;margin-left:2px;animation:1s step-end infinite Hero-module__PycF7W__blink;display:inline-block}.Hero-module__PycF7W__description{color:var(--text-secondary);max-width:520px;font-size:1.05rem;line-height:1.8}.Hero-module__PycF7W__description strong{color:var(--text-primary)}.Hero-module__PycF7W__actions{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__PycF7W__socials{gap:.75rem;display:flex}.Hero-module__PycF7W__socialLink{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border-subtle);width:44px;height:44px;color:var(--text-secondary);transition:color var(--transition-base),background var(--transition-base),border-color var(--transition-base),transform var(--transition-base);justify-content:center;align-items:center;display:flex}.Hero-module__PycF7W__socialLink:hover{color:var(--accent-cyan);border-color:var(--border-accent);background:#00d4ff14;transform:translateY(-2px)}.Hero-module__PycF7W__scroll{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.Hero-module__PycF7W__scrollLine{background:linear-gradient(90deg,transparent,var(--accent-cyan));width:40px;height:1px;animation:2s ease-in-out infinite alternate Hero-module__PycF7W__fade-in}@media (max-width:1024px){.Hero-module__PycF7W__heroInner{text-align:center;flex-direction:column;gap:3rem}.Hero-module__PycF7W__content{align-items:center}.Hero-module__PycF7W__description{max-width:100%}.Hero-module__PycF7W__socials,.Hero-module__PycF7W__scroll{justify-content:center}}@media (max-width:640px){.Hero-module__PycF7W__photoWrapper,.Hero-module__PycF7W__photoRing{width:300px;height:300px}.Hero-module__PycF7W__photoRing2{width:245px;height:245px}.Hero-module__PycF7W__photoContainer{width:205px;height:205px}}@media (max-width:480px){.Hero-module__PycF7W__actions{flex-direction:column;width:100%}.Hero-module__PycF7W__actions a{justify-content:center;width:100%}}
.About-module__WVzPFq__about{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);position:relative}.About-module__WVzPFq__about:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 80%,#8b5cf60f 0%,#0000 70%);position:absolute;inset:0}.About-module__WVzPFq__inner{grid-template-columns:1fr 340px;align-items:start;gap:4rem;display:grid}.About-module__WVzPFq__textSide{flex-direction:column;gap:1.25rem;display:flex}.About-module__WVzPFq__bio{color:var(--text-secondary);font-size:1rem;line-height:1.85}.About-module__WVzPFq__bio strong{color:var(--text-primary)}.About-module__WVzPFq__highlights{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.About-module__WVzPFq__highlightItem{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.About-module__WVzPFq__checkIcon{color:var(--accent-cyan);flex-shrink:0;font-size:.8rem}.About-module__WVzPFq__actions{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.About-module__WVzPFq__statsSide{grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:sticky;top:6rem}.About-module__WVzPFq__statCard{text-align:center;flex-direction:column;gap:.4rem;padding:1.5rem 1.25rem;display:flex}.About-module__WVzPFq__statValue{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.About-module__WVzPFq__statLabel{color:var(--text-muted);font-size:.8rem;line-height:1.3}.About-module__WVzPFq__statusCard{grid-column:span 2;align-items:center;gap:.875rem;margin-top:.25rem;padding:1.25rem;display:flex;border-color:#10b98133!important}.About-module__WVzPFq__statusDot{background:var(--accent-green);width:10px;height:10px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;flex-shrink:0;animation:2.5s ease-in-out infinite About-module__WVzPFq__pulse-glow}.About-module__WVzPFq__statusTitle{color:var(--text-primary);font-size:.875rem;font-weight:600}.About-module__WVzPFq__statusSub{color:var(--text-muted);font-size:.775rem}@media (max-width:900px){.About-module__WVzPFq__inner{grid-template-columns:1fr;gap:3rem}.About-module__WVzPFq__statsSide{grid-template-columns:repeat(4,1fr);position:static}.About-module__WVzPFq__statusCard{grid-column:span 4}}@media (max-width:600px){.About-module__WVzPFq__statsSide{grid-template-columns:1fr 1fr}.About-module__WVzPFq__statusCard{grid-column:span 2}}
.Skills-module__eTWiFW__skills{background:var(--bg-primary);position:relative}.Skills-module__eTWiFW__skills:before{content:"";pointer-events:none;background:radial-gradient(50% 40% at 50% 0,#00d4ff0d 0%,#0000 70%);position:absolute;inset:0}.Skills-module__eTWiFW__header{text-align:center;margin-bottom:3.5rem}.Skills-module__eTWiFW__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.Skills-module__eTWiFW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.Skills-module__eTWiFW__card{padding:2rem}.Skills-module__eTWiFW__cardHeader{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.Skills-module__eTWiFW__cardHeader:after{content:"";position:absolute}.Skills-module__eTWiFW__icon{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:#ffffff0a;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Skills-module__eTWiFW__cardTitle{color:var(--accent,var(--accent-cyan));font-size:1.1rem;font-weight:700}.Skills-module__eTWiFW__skillsList{flex-direction:column;gap:1.1rem;display:flex}.Skills-module__eTWiFW__skillItem{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;display:flex}.Skills-module__eTWiFW__skillItem:last-child{border-bottom:none}.Skills-module__eTWiFW__skillName{color:var(--text-secondary);flex:1;min-width:0;font-size:.875rem;font-weight:500}.Skills-module__eTWiFW__levelIndicator{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Skills-module__eTWiFW__levelDots{gap:4px;display:flex}.Skills-module__eTWiFW__dot{background:var(--border-subtle);border:1px solid var(--text-muted);width:9px;height:9px;transition:background var(--transition-base),box-shadow var(--transition-base);border-radius:50%}.Skills-module__eTWiFW__levelLabel{font-family:var(--font-mono);text-align:right;min-width:80px;font-size:.72rem;font-weight:600}.Skills-module__eTWiFW__badgesSection{text-align:center;border-top:1px solid var(--border-subtle);padding-top:2rem}.Skills-module__eTWiFW__badgesTitle{color:var(--text-muted);font-size:.875rem;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.25rem}.Skills-module__eTWiFW__badges{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.Skills-module__eTWiFW__badge{border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base);cursor:default;background:#ffffff0a;padding:.4rem 1rem;font-size:.8rem}.Skills-module__eTWiFW__badge:hover{border-color:var(--border-accent);color:var(--accent-cyan);background:#00d4ff14}@media (max-width:900px){.Skills-module__eTWiFW__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:600px){.Skills-module__eTWiFW__grid{max-width:100%}}
.Projects-module__8euRAq__projects{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);position:relative}.Projects-module__8euRAq__projects:before{content:"";pointer-events:none;background:radial-gradient(50% 40% at 20%,#8b5cf60d 0%,#0000 70%);position:absolute;inset:0}.Projects-module__8euRAq__header{text-align:center;margin-bottom:2.5rem}.Projects-module__8euRAq__subtitle{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1rem}.Projects-module__8euRAq__filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.Projects-module__8euRAq__filterBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-base);cursor:pointer;background:0 0;padding:.45rem 1.1rem;font-size:.875rem;font-weight:500}.Projects-module__8euRAq__filterBtn:hover{border-color:var(--border-accent);color:var(--text-primary);background:#00d4ff0d}.Projects-module__8euRAq__filterActive{background:linear-gradient(135deg,#00d4ff26,#8b5cf626);border-color:var(--accent-cyan)!important;color:var(--accent-cyan)!important}.Projects-module__8euRAq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.Projects-module__8euRAq__card{flex-direction:column;gap:1rem;padding:1.75rem;display:flex;position:relative;overflow:hidden}.Projects-module__8euRAq__accent{background:var(--card-color,var(--accent-cyan));border-radius:var(--radius-lg)var(--radius-lg)0 0;opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.Projects-module__8euRAq__card:hover .Projects-module__8euRAq__accent{opacity:1}.Projects-module__8euRAq__cardTop{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Projects-module__8euRAq__featuredBadge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);color:var(--accent-cyan);background:linear-gradient(135deg,#00d4ff26,#8b5cf626);border:1px solid #00d4ff4d;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.Projects-module__8euRAq__categoryBadge{color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:#ffffff0a;padding:.2rem .6rem;font-size:.75rem}.Projects-module__8euRAq__cardTitle{color:var(--text-primary);transition:color var(--transition-base);font-size:1.15rem;font-weight:700}.Projects-module__8euRAq__card:hover .Projects-module__8euRAq__cardTitle{color:var(--card-color,var(--accent-cyan))}.Projects-module__8euRAq__cardDesc{color:var(--text-secondary);flex:1;font-size:.875rem;line-height:1.7}.Projects-module__8euRAq__tech{flex-wrap:wrap;gap:.4rem;display:flex}.Projects-module__8euRAq__techTag{font-size:.7rem;font-family:var(--font-mono);border-radius:var(--radius-sm);color:var(--accent-cyan);background:#00d4ff12;border:1px solid #00d4ff26;padding:.2rem .6rem}.Projects-module__8euRAq__cardLinks{border-top:1px solid var(--border-subtle);gap:1rem;padding-top:.75rem;display:flex}.Projects-module__8euRAq__iconLink{color:var(--text-muted);transition:color var(--transition-base);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.Projects-module__8euRAq__iconLink:hover{color:var(--text-primary)}.Projects-module__8euRAq__livLink:hover{color:var(--accent-cyan)}.Projects-module__8euRAq__loadMore{justify-content:center;margin-bottom:2rem;display:flex}.Projects-module__8euRAq__githubCta{text-align:center;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#ffffff05;flex-direction:column;align-items:center;gap:1.25rem;margin-top:1rem;padding:2.5rem;display:flex}.Projects-module__8euRAq__githubCta p{color:var(--text-secondary);font-size:1rem}@media (max-width:1024px){.Projects-module__8euRAq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Projects-module__8euRAq__grid{grid-template-columns:1fr}}
.Education-module__viFlUG__section{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);position:relative}.Education-module__viFlUG__section:before{content:"";pointer-events:none;background:radial-gradient(40% 50% at 80% 30%,#00d4ff0d 0%,#0000 70%);position:absolute;inset:0}.Education-module__viFlUG__header{text-align:center;margin-bottom:3.5rem}.Education-module__viFlUG__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.Education-module__viFlUG__timeline{flex-direction:column;gap:0;margin-bottom:4rem;display:flex}.Education-module__viFlUG__timelineItem{grid-template-columns:40px 1fr;gap:1.5rem;padding-bottom:1.5rem;display:grid}.Education-module__viFlUG__timelineLine{flex-direction:column;align-items:center;padding-top:.25rem;display:flex}.Education-module__viFlUG__timelineDot{border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 12px}.Education-module__viFlUG__timelineVertical{background:linear-gradient(to bottom,var(--border-accent),transparent);flex:1;width:2px;min-height:20px;margin-top:.4rem}.Education-module__viFlUG__eduCard{padding:2rem}.Education-module__viFlUG__eduHeader{flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.Education-module__viFlUG__eduIcon{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#ffffff0d;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Education-module__viFlUG__degree{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.Education-module__viFlUG__institution{color:var(--text-secondary);font-size:.875rem}.Education-module__viFlUG__eduMeta{text-align:right;flex-direction:column;gap:.3rem;margin-left:auto;display:flex}.Education-module__viFlUG__period{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.Education-module__viFlUG__status{text-transform:uppercase;letter-spacing:.08em;font-size:.775rem;font-weight:600}.Education-module__viFlUG__description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.75}.Education-module__viFlUG__highlights{flex-wrap:wrap;gap:.5rem;display:flex}.Education-module__viFlUG__highlightTag{border-radius:var(--radius-full);border:1px solid;padding:.25rem .75rem;font-size:.775rem;font-weight:500}.Education-module__viFlUG__certsSection{margin-top:1rem}.Education-module__viFlUG__certsTitle{color:var(--text-primary);text-align:center;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.Education-module__viFlUG__certsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.Education-module__viFlUG__certCard{align-items:center;gap:.875rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.Education-module__viFlUG__certCard:before{content:"";background:var(--cert-color,var(--accent-cyan));border-radius:var(--radius-sm)0 0 var(--radius-sm);width:3px;position:absolute;top:0;bottom:0;left:0}.Education-module__viFlUG__certIcon{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:#ffffff0a;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Education-module__viFlUG__certName{color:var(--text-primary);margin-bottom:.2rem;font-size:.875rem;font-weight:600}.Education-module__viFlUG__certIssuer{color:var(--text-muted);font-size:.75rem}.Education-module__viFlUG__certPeriod{font-family:var(--font-mono);color:var(--cert-color,var(--accent-cyan));flex-shrink:0;margin-left:auto;font-size:.75rem}@media (max-width:900px){.Education-module__viFlUG__certsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Education-module__viFlUG__timelineItem{grid-template-columns:30px 1fr;gap:1rem}.Education-module__viFlUG__eduHeader{flex-direction:column}.Education-module__viFlUG__eduMeta{text-align:left}.Education-module__viFlUG__certsGrid{grid-template-columns:1fr}}
.Contact-module__Zv_Gsq__section{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);position:relative}.Contact-module__Zv_Gsq__section:before{content:"";pointer-events:none;background:radial-gradient(50% 60% at 50% 100%,#00d4ff0d 0%,#0000 70%);position:absolute;inset:0}.Contact-module__Zv_Gsq__header{text-align:center;margin-bottom:3.5rem}.Contact-module__Zv_Gsq__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.Contact-module__Zv_Gsq__layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__Zv_Gsq__infoSide{flex-direction:column;gap:2rem;display:flex}.Contact-module__Zv_Gsq__infoText{color:var(--text-secondary);font-size:1rem;line-height:1.8}.Contact-module__Zv_Gsq__links{flex-direction:column;gap:.75rem;display:flex}.Contact-module__Zv_Gsq__linkCard{transition:all var(--transition-base);cursor:pointer;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex;border-radius:var(--radius-md)!important;border-left:3px solid var(--link-color,var(--accent-cyan))!important}.Contact-module__Zv_Gsq__linkCard:hover{border-color:var(--link-color)!important;box-shadow:0 4px 20px #0000004d!important}.Contact-module__Zv_Gsq__linkIcon{flex-shrink:0;align-items:center;display:flex}.Contact-module__Zv_Gsq__linkLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.775rem;font-weight:600}.Contact-module__Zv_Gsq__linkValue{color:var(--text-primary);font-size:.875rem;font-weight:500}.Contact-module__Zv_Gsq__arrow{color:var(--text-muted);transition:transform var(--transition-base),color var(--transition-base);margin-left:auto}.Contact-module__Zv_Gsq__linkCard:hover .Contact-module__Zv_Gsq__arrow{color:var(--link-color,var(--accent-cyan));transform:translate(4px)}.Contact-module__Zv_Gsq__availability{border-radius:var(--radius-md);background:#10b9810f;border:1px solid #10b98133;align-items:center;gap:.875rem;padding:1rem 1.25rem;display:flex}.Contact-module__Zv_Gsq__availDot{background:var(--accent-green);width:10px;height:10px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite Contact-module__Zv_Gsq__pulse-glow}.Contact-module__Zv_Gsq__availTitle{color:var(--accent-green);font-size:.875rem;font-weight:600}.Contact-module__Zv_Gsq__availSub{color:var(--text-muted);font-size:.775rem}.Contact-module__Zv_Gsq__formCard{padding:2rem}.Contact-module__Zv_Gsq__formTitle{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);margin-bottom:1.75rem;padding-bottom:1rem;font-size:1.15rem;font-weight:700}.Contact-module__Zv_Gsq__form{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__Zv_Gsq__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__Zv_Gsq__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Contact-module__Zv_Gsq__formGroup input,.Contact-module__Zv_Gsq__formGroup textarea{border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;font-family:var(--font-sans);resize:vertical;transition:border-color var(--transition-base),background var(--transition-base),box-shadow var(--transition-base);background:#ffffff0a;outline:none;padding:.75rem 1rem}.Contact-module__Zv_Gsq__formGroup input:focus,.Contact-module__Zv_Gsq__formGroup textarea:focus{border-color:var(--accent-cyan);background:#00d4ff08;box-shadow:0 0 0 3px #00d4ff1a}.Contact-module__Zv_Gsq__formGroup input::placeholder,.Contact-module__Zv_Gsq__formGroup textarea::placeholder{color:var(--text-muted)}.Contact-module__Zv_Gsq__submitBtn{justify-content:center;width:100%;padding:.875rem!important;font-size:1rem!important}.Contact-module__Zv_Gsq__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.Contact-module__Zv_Gsq__successMsg{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.Contact-module__Zv_Gsq__successMsg span{border:2px solid var(--accent-green);width:60px;height:60px;color:var(--accent-green);background:#10b98126;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.Contact-module__Zv_Gsq__successMsg p{color:var(--text-secondary);font-size:1rem}@media (max-width:900px){.Contact-module__Zv_Gsq__layout{grid-template-columns:1fr;gap:2.5rem}}
.Footer-module__JGhRua__footer{background:var(--bg-primary);border-top:1px solid var(--border-subtle);padding:3rem 1.5rem 2rem;position:relative}.Footer-module__JGhRua__footer:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-cyan),transparent);width:300px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__JGhRua__inner{flex-direction:column;gap:2rem;display:flex}.Footer-module__JGhRua__top{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.Footer-module__JGhRua__logo{font-size:1.25rem;font-weight:800;font-family:var(--font-mono);color:var(--text-primary);transition:color var(--transition-base);align-items:center;gap:.1rem;display:flex}.Footer-module__JGhRua__logo:hover{color:var(--accent-cyan)}.Footer-module__JGhRua__logoAngle{color:var(--accent-cyan);font-weight:400}.Footer-module__JGhRua__logoDot{color:var(--accent-purple)}.Footer-module__JGhRua__tagline{color:var(--text-muted);font-size:.9rem}.Footer-module__JGhRua__socials{gap:.75rem;display:flex}.Footer-module__JGhRua__socialLink{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-muted);transition:color var(--transition-base),border-color var(--transition-base),transform var(--transition-base),background var(--transition-base);justify-content:center;align-items:center;display:flex}.Footer-module__JGhRua__socialLink:hover{color:var(--accent-cyan);border-color:var(--border-accent);background:#00d4ff12;transform:translateY(-2px)}.Footer-module__JGhRua__divider{background:var(--border-subtle);height:1px}.Footer-module__JGhRua__bottom{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.Footer-module__JGhRua__copy{color:var(--text-muted);font-size:.825rem}.Footer-module__JGhRua__built{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.825rem;display:flex}.Footer-module__JGhRua__heart{color:var(--accent-pink);animation:2s ease-in-out infinite Footer-module__JGhRua__pulse-glow}.Footer-module__JGhRua__tech{color:var(--accent-cyan);font-weight:600}@media (max-width:600px){.Footer-module__JGhRua__bottom{text-align:center;flex-direction:column;align-items:center}}
