.Navbar-module__cJzEcG__nav{z-index:100;-webkit-backdrop-filter:blur(18px);background:#0b0f19eb;border-bottom:1px solid #0000;padding:0 2rem;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-bottom .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(18px);background:#0b0f19f2;border-bottom:1px solid #4f9dff1a}[data-theme=light] .Navbar-module__cJzEcG__nav{-webkit-backdrop-filter:blur(18px);background:#f0f4ffeb}[data-theme=light] .Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{background:#f0f4fff7;border-bottom:1px solid #4f9dff26}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;height:68px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;transition:opacity .2s;display:flex}.Navbar-module__cJzEcG__logo:hover{opacity:.8}.Navbar-module__cJzEcG__logoMark{justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__links{flex:1;justify-content:center;align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);letter-spacing:.02em;white-space:nowrap;border-radius:6px;padding:.4rem .75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--primary)}.Navbar-module__cJzEcG__activeDot{background:var(--primary);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__themeToggle{width:36px;height:36px;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{color:var(--primary);border-color:var(--border-hover)}.Navbar-module__cJzEcG__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-secondary);transform-origin:50%;border-radius:2px;width:22px;height:1.5px;transition:transform .25s,opacity .25s;display:block}.Navbar-module__cJzEcG__barOpen1{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__barOpen2{opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__barOpen3{transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--border);flex-direction:column;gap:.25rem;max-height:0;padding:1rem 1.5rem 1.5rem;transition:max-height .35s;display:none;overflow:hidden}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__mobileMenuOpen{max-height:700px}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;padding:.75rem 0;font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLinkActive{color:var(--primary)}.Navbar-module__cJzEcG__mobileThemeToggle{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);text-align:left;cursor:pointer;border-radius:8px;margin-top:1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:color .2s,border-color .2s}.Navbar-module__cJzEcG__mobileThemeToggle:hover{color:var(--primary);border-color:var(--border-hover)}@media (max-width:900px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__menuToggle,.Navbar-module__cJzEcG__mobileMenu{display:flex}}@media (max-width:480px){.Navbar-module__cJzEcG__nav{padding:0 1rem}.Navbar-module__cJzEcG__container{height:60px}}
.About-module__vAULUW__aboutSection{background-color:#0000;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.About-module__vAULUW__container{z-index:2;grid-template-columns:1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (min-width:968px){.About-module__vAULUW__container{grid-template-columns:.85fr 1.15fr;gap:5rem}}.About-module__vAULUW__photoWrapper{perspective:1000px;justify-content:center;align-items:center;display:flex;position:relative}.About-module__vAULUW__photoFrame{aspect-ratio:1;opacity:0;background:linear-gradient(135deg,#4f9dff26 0%,#a78bfa26 100%);border:1px solid #4f9dff26;border-radius:20px;width:100%;max-width:380px;padding:12px;transition:transform .5s cubic-bezier(.25,1,.5,1),box-shadow .5s cubic-bezier(.25,1,.5,1),border-color .5s;position:relative;box-shadow:0 20px 40px #0006,inset 0 0 20px #4f9dff0d}.About-module__vAULUW__photoFrameVisible{opacity:1;animation:1.4s cubic-bezier(.215,.61,.355,1) forwards About-module__vAULUW__zoomReveal}.About-module__vAULUW__photoFrame:hover{border-color:#4f9dff73;transform:translateY(-8px)rotateX(4deg)rotateY(-4deg);box-shadow:0 30px 60px #4f9dff26,0 0 40px #a78bfa1a}.About-module__vAULUW__photoFrameInner{border:1px solid #ffffff0d;border-radius:14px;width:100%;height:100%;position:relative;overflow:hidden}.About-module__vAULUW__photo{object-fit:cover;transition:transform .7s cubic-bezier(.25,1,.5,1)}.About-module__vAULUW__photoFrame:hover .About-module__vAULUW__photo{transform:scale(1.06)}.About-module__vAULUW__glowRing{background:linear-gradient(135deg, var(--primary), var(--accent));z-index:-1;opacity:.12;filter:blur(8px);border-radius:22px;transition:opacity .5s;position:absolute;inset:-2px}.About-module__vAULUW__photoFrame:hover .About-module__vAULUW__glowRing{opacity:.35;filter:blur(12px)}.About-module__vAULUW__content{opacity:0}.About-module__vAULUW__contentVisible{opacity:1}.About-module__vAULUW__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);opacity:0;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.About-module__vAULUW__contentVisible .About-module__vAULUW__subtitle{animation:1.2s cubic-bezier(.215,.61,.355,1) forwards About-module__vAULUW__fadeUp}.About-module__vAULUW__sectionHeader{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;opacity:0;margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1;display:inline-block;position:relative}.About-module__vAULUW__contentVisible .About-module__vAULUW__sectionHeader{animation:1.2s cubic-bezier(.215,.61,.355,1) .1s forwards About-module__vAULUW__fadeUp}.About-module__vAULUW__headerAccent{color:var(--primary);background:linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.About-module__vAULUW__introText{font-family:var(--font-body);color:var(--text-primary);opacity:0;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.6}.About-module__vAULUW__contentVisible .About-module__vAULUW__introText{animation:1.2s cubic-bezier(.215,.61,.355,1) .2s forwards About-module__vAULUW__fadeUp}.About-module__vAULUW__pitchTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--accent);opacity:0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.About-module__vAULUW__contentVisible .About-module__vAULUW__pitchTitle{animation:1.2s cubic-bezier(.215,.61,.355,1) .4s forwards About-module__vAULUW__fadeUp}.About-module__vAULUW__cardsGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.About-module__vAULUW__cardsGrid{grid-template-columns:repeat(2,1fr)}}.About-module__vAULUW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);opacity:0;border-radius:12px;gap:1rem;padding:1.25rem;transition:transform .3s cubic-bezier(.25,1,.5,1),border-color .3s,background .3s,box-shadow .3s cubic-bezier(.25,1,.5,1);display:flex}.About-module__vAULUW__contentVisible .About-module__vAULUW__card{animation:1.2s cubic-bezier(.215,.61,.355,1) forwards About-module__vAULUW__fadeUp}.About-module__vAULUW__contentVisible .About-module__vAULUW__card:first-child{animation-delay:.6s}.About-module__vAULUW__contentVisible .About-module__vAULUW__card:nth-child(2){animation-delay:.8s}.About-module__vAULUW__contentVisible .About-module__vAULUW__card:nth-child(3){animation-delay:1s}.About-module__vAULUW__contentVisible .About-module__vAULUW__card:nth-child(4){animation-delay:1.2s}.About-module__vAULUW__card:hover{background:var(--bg-surface);border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 10px 20px #00000026,0 0 15px #4f9dff0d}.About-module__vAULUW__cardIcon{color:var(--primary);flex-shrink:0;justify-content:center;align-items:flex-start;margin-top:.15rem;display:flex}.About-module__vAULUW__card:hover .About-module__vAULUW__cardIcon{color:var(--accent);transition:color .3s,transform .3s;transform:scale(1.05)}.About-module__vAULUW__cardBody{flex-direction:column;gap:.35rem;display:flex}.About-module__vAULUW__cardTitle{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.01em;font-size:1rem;font-weight:600}.About-module__vAULUW__cardText{font-family:var(--font-body);color:var(--text-secondary);font-size:.85rem;line-height:1.5}.About-module__vAULUW__decorLine{background:linear-gradient(to bottom, var(--primary-glow), transparent);pointer-events:none;width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes About-module__vAULUW__zoomReveal{0%{opacity:0;filter:blur(16px);transform:scale(.72)rotateX(15deg)}to{opacity:1;filter:blur();transform:scale(1)rotateX(0)}}@keyframes About-module__vAULUW__fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}
.Certifications-module__ZVboHa__section{background-color:#0000;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.Certifications-module__ZVboHa__decorLine{background:linear-gradient(to bottom, var(--primary-glow), transparent);pointer-events:none;width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Certifications-module__ZVboHa__headerContainer{text-align:center;z-index:5;width:100%;max-width:1200px;margin:0 auto 4rem;padding:0 2rem;position:relative}.Certifications-module__ZVboHa__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.Certifications-module__ZVboHa__sectionHeader{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700}.Certifications-module__ZVboHa__headerAccent{color:var(--primary);background:linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Certifications-module__ZVboHa__description{font-family:var(--font-body);color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(1.05rem,2.5vw,1.2rem);line-height:1.6}.Certifications-module__ZVboHa__grid{z-index:5;grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;display:grid;position:relative}.Certifications-module__ZVboHa__small{grid-area:span 1/span 1}.Certifications-module__ZVboHa__medium{grid-area:span 2/span 1}.Certifications-module__ZVboHa__large{grid-area:span 1/span 2}.Certifications-module__ZVboHa__tall{grid-area:span 2/span 1}.Certifications-module__ZVboHa__card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);cursor:pointer;transform-style:preserve-3d;background:#11182759;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:border-color .25s,transform .1s ease-out;display:flex;position:relative;overflow:hidden}[data-theme=light] .Certifications-module__ZVboHa__card{background:#ffffff73;border-color:#2563eb14}.Certifications-module__ZVboHa__cardGloss{pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff0a 0%,#0000 50% 100%);position:absolute;inset:0}.Certifications-module__ZVboHa__cardTop{z-index:2;justify-content:space-between;align-items:center;width:100%;display:flex}.Certifications-module__ZVboHa__logoWrapper{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Certifications-module__ZVboHa__logoSvg{width:20px;height:20px}.Certifications-module__ZVboHa__date{color:var(--text-secondary);opacity:.85;font-family:SFMono-Regular,Consolas,monospace;font-size:.75rem}.Certifications-module__ZVboHa__cardContent{z-index:2;flex-direction:column;flex:1;justify-content:center;margin-top:1rem;display:flex}.Certifications-module__ZVboHa__issuer{font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.8rem;font-weight:500}.Certifications-module__ZVboHa__title{font-family:var(--font-display);color:var(--text-white);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;line-height:1.25}.Certifications-module__ZVboHa__skillsPreview{z-index:2;flex-wrap:wrap;gap:.45rem;margin-top:1rem;display:flex}.Certifications-module__ZVboHa__skillTag{font-family:var(--font-body);color:var(--primary);background:#4f9dff14;border:1px solid #4f9dff1f;border-radius:6px;padding:.15rem .5rem;font-size:.7rem;font-weight:500}.Certifications-module__ZVboHa__skillTagPlus{font-family:var(--font-body);color:var(--text-secondary);background:#ffffff0a;border-radius:6px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.Certifications-module__ZVboHa__cardGlowBorder{border-radius:inherit;background:linear-gradient(135deg, var(--accent-glow-color,var(--primary)) 0%, transparent 40%, transparent 60%, var(--accent-glow-color,var(--primary)) 100%) border-box;-webkit-mask-composite:xor;pointer-events:none;opacity:0;z-index:3;border:1px solid #0000;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Certifications-module__ZVboHa__card:hover .Certifications-module__ZVboHa__cardGlowBorder{opacity:.75}.Certifications-module__ZVboHa__modalOverlay{-webkit-backdrop-filter:blur(14px);z-index:1000;background:#05070d99;justify-content:center;align-items:center;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards Certifications-module__ZVboHa__fadeIn;display:flex;position:fixed;inset:0}.Certifications-module__ZVboHa__modalContent{-webkit-backdrop-filter:blur(24px);background:#0e1424d9;border:1px solid #ffffff14;border-radius:28px;width:100%;max-width:820px;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards Certifications-module__ZVboHa__scaleUp;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006,0 0 40px #4f9dff1a}[data-theme=light] .Certifications-module__ZVboHa__modalContent{background:#ffffffe6;border-color:#00000014;box-shadow:0 30px 60px #00000026}.Certifications-module__ZVboHa__closeBtn{color:var(--text-secondary);z-index:10;transition:color .25s,transform .25s;position:absolute;top:1.25rem;right:1.25rem}.Certifications-module__ZVboHa__closeBtn:hover{color:var(--text-white);transform:rotate(90deg)}.Certifications-module__ZVboHa__modalBody{grid-template-columns:1.1fr 1.2fr;display:grid}.Certifications-module__ZVboHa__mockCertificate{text-align:center;border-right:1px solid #ffffff0a;flex-direction:column;justify-content:center;align-items:center;min-height:380px;padding:3rem 2.25rem;display:flex;position:relative;overflow:hidden}[data-theme=light] .Certifications-module__ZVboHa__mockCertificate{border-right-color:#0000000d}.Certifications-module__ZVboHa__certDecoLeft,.Certifications-module__ZVboHa__certDecoRight{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;width:12px;position:absolute;top:1.5rem;bottom:1.5rem}.Certifications-module__ZVboHa__certDecoLeft{border-left:1.5px solid;left:1.5rem}.Certifications-module__ZVboHa__certDecoRight{border-right:1.5px solid;right:1.5rem}.Certifications-module__ZVboHa__certBadgeWrapper{background:#ffffff08;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:1.75rem;display:flex}.Certifications-module__ZVboHa__certBadgeWrapper svg{width:32px;height:32px}.Certifications-module__ZVboHa__certMockTitle{font-family:var(--font-display);color:var(--text-white);margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.3}.Certifications-module__ZVboHa__certMockIssuer{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:1.5rem;font-size:.78rem;font-weight:500}.Certifications-module__ZVboHa__certMockDate{color:var(--text-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem}.Certifications-module__ZVboHa__certStamp{opacity:.15;color:var(--text-white);position:absolute;bottom:2.25rem;right:2.5rem}.Certifications-module__ZVboHa__modalInfo{flex-direction:column;justify-content:center;padding:3rem 2.5rem;display:flex}.Certifications-module__ZVboHa__modalIssuer{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.Certifications-module__ZVboHa__modalTitleText{font-family:var(--font-display);color:var(--text-white);margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.Certifications-module__ZVboHa__modalDateText{font-family:var(--font-body);color:var(--text-secondary);font-size:.95rem}.Certifications-module__ZVboHa__divider{background:#ffffff14;width:100%;height:1px;margin:1.75rem 0}[data-theme=light] .Certifications-module__ZVboHa__divider{background:#00000014}.Certifications-module__ZVboHa__skillsSection{margin-bottom:2rem}.Certifications-module__ZVboHa__skillsHeading{font-family:var(--font-display);color:var(--text-white);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.Certifications-module__ZVboHa__modalSkillsList{flex-wrap:wrap;gap:.5rem;display:flex}.Certifications-module__ZVboHa__modalSkillTag{font-family:var(--font-body);border:1px solid;border-radius:30px;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.Certifications-module__ZVboHa__verifyBtn{font-family:var(--font-body);border-radius:12px;justify-content:center;align-items:center;gap:.65rem;width:fit-content;padding:.85rem 1.75rem;font-size:.88rem;font-weight:600;transition:transform .25s,opacity .25s,box-shadow .25s;display:inline-flex;color:#fff!important}.Certifications-module__ZVboHa__verifyBtn:hover{opacity:.95;transform:translateY(-2px)}@keyframes Certifications-module__ZVboHa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Certifications-module__ZVboHa__scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (max-width:968px){.Certifications-module__ZVboHa__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.Certifications-module__ZVboHa__large{grid-column:span 2}.Certifications-module__ZVboHa__modalBody{grid-template-columns:1fr}.Certifications-module__ZVboHa__mockCertificate{border-bottom:1px solid #ffffff0a;border-right:none;min-height:280px;padding:2.5rem 2rem}[data-theme=light] .Certifications-module__ZVboHa__mockCertificate{border-bottom-color:#0000000d}.Certifications-module__ZVboHa__modalInfo{padding:2.25rem 2rem}}@media (max-width:640px){.Certifications-module__ZVboHa__section{padding:calc(var(--navbar-height) + 2rem) 1rem 4rem}.Certifications-module__ZVboHa__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1.25rem}.Certifications-module__ZVboHa__small,.Certifications-module__ZVboHa__medium,.Certifications-module__ZVboHa__large,.Certifications-module__ZVboHa__tall{grid-area:span 1/span 1}.Certifications-module__ZVboHa__card{min-height:180px}.Certifications-module__ZVboHa__modalOverlay{padding:1rem}}
.Education-module__JpHHoW__educationSection{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.Education-module__JpHHoW__container{z-index:2;width:100%;max-width:900px;margin:0 auto;position:relative}.Education-module__JpHHoW__headerArea{text-align:center;margin-bottom:5rem}.Education-module__JpHHoW__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.2em;color:#4f9dff;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.Education-module__JpHHoW__sectionHeader{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:700;line-height:1.1}.Education-module__JpHHoW__headerAccent{color:#4f9dff;background:linear-gradient(135deg,#4f9dff 30%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Education-module__JpHHoW__timeline{padding-left:3rem;position:relative}.Education-module__JpHHoW__timelineTrack{transform-origin:top;background:linear-gradient(#4f9dff 0%,#a78bfa99 50%,#4f9dff0d 100%);width:2px;position:absolute;top:15px;bottom:15px;left:8px;transform:scaleY(0)}.Education-module__JpHHoW__timelineVisible .Education-module__JpHHoW__timelineTrack{animation:2s cubic-bezier(.16,1,.3,1) forwards Education-module__JpHHoW__growTrack}.Education-module__JpHHoW__timelineItem{opacity:0;margin-bottom:4rem;position:relative;transform:translateY(35px)}.Education-module__JpHHoW__timelineItem:last-child{margin-bottom:0}.Education-module__JpHHoW__timelineVisible .Education-module__JpHHoW__timelineItem{animation:1.4s cubic-bezier(.16,1,.3,1) forwards Education-module__JpHHoW__fadeUpItem}.Education-module__JpHHoW__timelineNode{z-index:5;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:1.5rem;left:-3rem;transform:translate(-50%)}.Education-module__JpHHoW__nodeInner{border:2px solid var(--bg);border-radius:50%;width:12px;height:12px;transition:background .3s,box-shadow .3s,transform .3s}.Education-module__JpHHoW__nodePulse{opacity:.2;pointer-events:none;border-radius:50%;width:32px;height:32px;position:absolute}.Education-module__JpHHoW__nodeAi .Education-module__JpHHoW__nodeInner{background:#4f9dff;box-shadow:0 0 10px #4f9dff,0 0 20px #4f9dff66}.Education-module__JpHHoW__nodeAi .Education-module__JpHHoW__nodePulse{border:1.5px solid #4f9dff;animation:2s cubic-bezier(.25,0,0,1) infinite Education-module__JpHHoW__pulse}.Education-module__JpHHoW__nodeOrbit{pointer-events:none;border:1px dashed #4f9dff99;border-radius:50%;width:24px;height:24px;animation:8s linear infinite Education-module__JpHHoW__rotateOrbit;position:absolute}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodeAi .Education-module__JpHHoW__nodeOrbit{border-color:#a78bfa;animation-duration:3s}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodeAi .Education-module__JpHHoW__nodeInner{background:#a78bfa;transform:scale(1.15);box-shadow:0 0 16px #a78bfa,0 0 26px #a78bfa99}.Education-module__JpHHoW__nodePsych .Education-module__JpHHoW__nodeInner{background:#a78bfa;box-shadow:0 0 10px #a78bfa,0 0 20px #a78bfa66}.Education-module__JpHHoW__nodePsych .Education-module__JpHHoW__nodePulse{border:1.5px solid #a78bfa;animation:3.5s cubic-bezier(.25,0,0,1) infinite Education-module__JpHHoW__pulse}.Education-module__JpHHoW__nodeSquare{pointer-events:none;border:1.25px solid #a78bfa99;width:18px;height:18px;animation:3s ease-in-out infinite Education-module__JpHHoW__breathingSquare;position:absolute;transform:rotate(45deg)}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodePsych .Education-module__JpHHoW__nodeSquare{border-color:#4f9dff;animation-duration:1.5s}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodePsych .Education-module__JpHHoW__nodeInner{background:#4f9dff;transform:scale(1.15);box-shadow:0 0 16px #4f9dff,0 0 26px #4f9dff99}.Education-module__JpHHoW__nodeBio .Education-module__JpHHoW__nodeInner{background:#10b981;box-shadow:0 0 10px #10b981,0 0 20px #10b98166}.Education-module__JpHHoW__nodeBio .Education-module__JpHHoW__nodePulse{display:none}.Education-module__JpHHoW__nodeHeartbeat{pointer-events:none;border:1.5px solid #10b98180;border-radius:50%;width:24px;height:24px;animation:2.5s ease-in-out infinite Education-module__JpHHoW__doubleHeartbeat;position:absolute}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodeBio .Education-module__JpHHoW__nodeHeartbeat{border-color:#4f9dff;animation-duration:1.2s}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__nodeBio .Education-module__JpHHoW__nodeInner{background:#4f9dff;transform:scale(1.15);box-shadow:0 0 16px #4f9dff,0 0 26px #4f9dff99}.Education-module__JpHHoW__timelineContentCard{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;padding:2.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,background-color .4s,box-shadow .4s cubic-bezier(.16,1,.3,1);box-shadow:0 15px 35px #00000026,inset 0 0 15px #4f9dff03}.Education-module__JpHHoW__timelineItem:hover .Education-module__JpHHoW__timelineContentCard{background-color:var(--bg-surface);border-color:var(--border-hover);transform:translateY(-6px);box-shadow:0 25px 50px #0003,0 0 30px #4f9dff1a}.Education-module__JpHHoW__cardHeader{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Education-module__JpHHoW__periodBadge{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:#4f9dff;background:#4f9dff1a;border:1px solid #4f9dff33;border-radius:6px;padding:.35rem .9rem;font-size:.75rem;font-weight:600}.Education-module__JpHHoW__statusBadge{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;padding:.35rem .9rem;font-size:.75rem;font-weight:500}.Education-module__JpHHoW__specializationBadge{font-family:var(--font-body);color:#a78bfa;background:#a78bfa1a;border:1px solid #a78bfa40;border-radius:6px;padding:.35rem .9rem;font-size:.75rem;font-weight:600;box-shadow:0 0 10px #a78bfa0d}.Education-module__JpHHoW__degreeTitle{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.01em;margin-bottom:.5rem;font-size:clamp(1.35rem,3vw,1.6rem);font-weight:700}.Education-module__JpHHoW__institutionName{font-family:var(--font-body);color:var(--text-white);opacity:.85;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Education-module__JpHHoW__detailsList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Education-module__JpHHoW__detailItem{font-family:var(--font-body);color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.6;display:flex}.Education-module__JpHHoW__bulletSymbol{color:var(--primary);flex-shrink:0;margin-top:.2rem;font-size:.75rem}.Education-module__JpHHoW__timelineItem:nth-child(2n) .Education-module__JpHHoW__bulletSymbol{color:#a78bfa}.Education-module__JpHHoW__decorLine{pointer-events:none;background:linear-gradient(#4f9dff33,#0000);width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes Education-module__JpHHoW__pulse{0%{opacity:.4;transform:scale(.5)}50%{opacity:0;transform:scale(1.4)}to{opacity:.4;transform:scale(.5)}}@keyframes Education-module__JpHHoW__rotateOrbit{0%{transform:rotate(0)scaleY(.4)}to{transform:rotate(360deg)scaleY(.4)}}@keyframes Education-module__JpHHoW__breathingSquare{0%,to{opacity:.3;transform:rotate(45deg)scale(.8)}50%{opacity:.8;transform:rotate(225deg)scale(1.15)}}@keyframes Education-module__JpHHoW__doubleHeartbeat{0%,to{opacity:.2;transform:scale(.6)}15%{opacity:.8;transform:scale(1.15)}30%{opacity:.4;transform:scale(.85)}45%{opacity:.8;transform:scale(1.3)}60%{opacity:.2;transform:scale(.6)}}@keyframes Education-module__JpHHoW__growTrack{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes Education-module__JpHHoW__fadeUpItem{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Education-module__JpHHoW__educationSection{padding:calc(var(--navbar-height) + 2rem) 1.25rem 4rem}.Education-module__JpHHoW__timeline{padding-left:2rem}.Education-module__JpHHoW__timelineTrack{left:4px}.Education-module__JpHHoW__timelineNode{left:-2rem}.Education-module__JpHHoW__timelineContentCard{padding:1.5rem}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:calc(var(--navbar-height) + 4rem) 2rem 4rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__inner{z-index:1;text-align:center;width:100%;max-width:820px;margin:0 auto;position:relative}.Hero-module__ZARIfG__name{letter-spacing:.12em;color:var(--primary);opacity:0;filter:blur(8px);margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(3.5rem,10vw,7.5rem);font-weight:700;line-height:.95;transition:opacity .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),letter-spacing .9s cubic-bezier(.22,1,.36,1);transform:translateY(16px)}.Hero-module__ZARIfG__nameVisible{opacity:1;filter:blur();letter-spacing:-.03em;transform:translateY(0)}.Hero-module__ZARIfG__subtitle,.Hero-module__ZARIfG__university,.Hero-module__ZARIfG__roleRow,.Hero-module__ZARIfG__headline,.Hero-module__ZARIfG__ctas,.Hero-module__ZARIfG__statsCards{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(18px)}.Hero-module__ZARIfG__visibleDelay1{opacity:1;transition-delay:.55s;transform:translateY(0)}.Hero-module__ZARIfG__visibleDelay2{opacity:1;transition-delay:.7s;transform:translateY(0)}.Hero-module__ZARIfG__visibleDelay3{opacity:1;transition-delay:.85s;transform:translateY(0)}.Hero-module__ZARIfG__visibleDelay4{opacity:1;transition-delay:1s;transform:translateY(0)}.Hero-module__ZARIfG__visibleDelay5{opacity:1;transition-delay:1.15s;transform:translateY(0)}.Hero-module__ZARIfG__subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.45rem;font-family:Inter,sans-serif;font-size:clamp(.8rem,2vw,.95rem);font-weight:500}.Hero-module__ZARIfG__university{color:var(--text-secondary);letter-spacing:.01em;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:clamp(.75rem,1.8vw,.85rem);font-weight:400;display:inline-flex}.Hero-module__ZARIfG__roleRow{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);display:flex}.Hero-module__ZARIfG__role{color:var(--primary);min-width:2ch;font-weight:500}.Hero-module__ZARIfG__cursor{background:var(--primary);vertical-align:middle;border-radius:1px;width:2px;height:1.2em;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__headline{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:500;line-height:1.3}.Hero-module__ZARIfG__br{display:none}@media (min-width:600px){.Hero-module__ZARIfG__br{display:inline}}.Hero-module__ZARIfG__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.Hero-module__ZARIfG__ctaPrimary{color:#fff;background:var(--primary);letter-spacing:.01em;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.Hero-module__ZARIfG__ctaPrimary:hover{opacity:.85;transform:translateY(-2px)}.Hero-module__ZARIfG__ctaDownload{color:#fff;background:var(--accent);letter-spacing:.01em;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.Hero-module__ZARIfG__ctaDownload:hover{opacity:.85;transform:translateY(-2px)}.Hero-module__ZARIfG__ctaSecondary{color:var(--text-primary);letter-spacing:.01em;border:2px solid #4f9dff73;border-radius:8px;align-items:center;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:color .22s,border-color .22s,background-color .22s,transform .22s;display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover{color:var(--text-white);border-color:var(--primary);background-color:#4f9dff14;transform:translateY(-2px)}.Hero-module__ZARIfG__statsCards{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1rem;display:flex}.Hero-module__ZARIfG__statCard{background:var(--bg-card);border:1px solid var(--border);cursor:default;border-radius:10px;flex-direction:column;flex:1;gap:.25rem;min-width:120px;padding:1rem 1.5rem;transition:border-color .22s,background .22s,transform .22s;display:flex}.Hero-module__ZARIfG__statCard:hover{border-color:var(--primary);background:var(--primary-glow);transform:translateY(-3px)}[data-theme=light] .Hero-module__ZARIfG__statCard:hover{background:var(--primary-glow)}.Hero-module__ZARIfG__statValue{color:var(--primary);letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700;line-height:1}.Hero-module__ZARIfG__statLabel{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.72rem;font-weight:400}.Hero-module__ZARIfG__gridLines{pointer-events:none;z-index:0;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.Hero-module__ZARIfG__gridLine{border-right:1px solid #4f9dff0a}.Hero-module__ZARIfG__gridLine:last-child{border-right:none}.Hero-module__ZARIfG__bottomFade{background:linear-gradient(to bottom, transparent, var(--bg));pointer-events:none;z-index:0;height:120px;position:absolute;bottom:0;left:0;right:0}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:calc(var(--navbar-height) + 2rem) 1.25rem 3rem;min-height:100svh}.Hero-module__ZARIfG__statsCards{gap:.75rem}.Hero-module__ZARIfG__statCard{min-width:100px;padding:.75rem 1rem}}
.Leadership-module__mntxiW__section{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.Leadership-module__mntxiW__orb1{pointer-events:none;background:radial-gradient(circle,#4f9dff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:18s ease-in-out infinite alternate Leadership-module__mntxiW__driftOrb1;position:absolute;top:-10%;left:-15%}.Leadership-module__mntxiW__orb2{pointer-events:none;background:radial-gradient(circle,#a78bfa0f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:22s ease-in-out infinite alternate Leadership-module__mntxiW__driftOrb2;position:absolute;bottom:0;right:-10%}@keyframes Leadership-module__mntxiW__driftOrb1{0%{transform:translate(0)}to{transform:translate(40px,60px)}}@keyframes Leadership-module__mntxiW__driftOrb2{0%{transform:translate(0)}to{transform:translate(-50px,-40px)}}.Leadership-module__mntxiW__decorLine{pointer-events:none;background:linear-gradient(#4f9dff40,#0000);width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Leadership-module__mntxiW__container{z-index:2;width:100%;max-width:1020px;margin:0 auto;position:relative}.Leadership-module__mntxiW__header{text-align:center;opacity:0;margin-bottom:5rem;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.Leadership-module__mntxiW__headerVisible{opacity:1;transform:translateY(0)}.Leadership-module__mntxiW__headerEyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.22em;color:var(--primary);margin-bottom:.75rem;font-size:.82rem;font-weight:600}.Leadership-module__mntxiW__headerTitle{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2.6rem,6vw,4.2rem);font-weight:700;line-height:1.05}.Leadership-module__mntxiW__headerAccent{background:linear-gradient(135deg,#4f9dff 30%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Leadership-module__mntxiW__headerSub{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.01em;font-size:clamp(.9rem,2vw,1.05rem);font-style:italic}.Leadership-module__mntxiW__wall{flex-direction:column;gap:0;display:flex}.Leadership-module__mntxiW__impactRow{cursor:default;opacity:0;transition:opacity .7s cubic-bezier(.16, 1, .3, 1) var(--delay,0s), transform .7s cubic-bezier(.16, 1, .3, 1) var(--delay,0s);grid-template-columns:3rem 1fr auto;align-items:start;gap:1.5rem 2rem;padding:2.25rem 0;display:grid;position:relative;transform:translate(-32px)}.Leadership-module__mntxiW__impactRowVisible{opacity:1;transform:translate(0)}.Leadership-module__mntxiW__indexNum{font-family:var(--font-display);color:var(--accent,#4f9dff);letter-spacing:.08em;opacity:.45;-webkit-user-select:none;user-select:none;padding-top:.6rem;font-size:.72rem;font-weight:700;transition:opacity .3s}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__indexNum{opacity:.9}.Leadership-module__mntxiW__rowContent{min-width:0}.Leadership-module__mntxiW__topLine{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.55rem;display:flex}.Leadership-module__mntxiW__actionVerb{font-family:var(--font-display);letter-spacing:-.03em;color:var(--accent,#4f9dff);text-shadow:0 0 40px var(--accent-glow,#4f9dff33);cursor:pointer;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1;transition:color .25s,text-shadow .35s,transform .25s cubic-bezier(.16,1,.3,1);display:inline-block}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__actionVerb{text-shadow:0 0 60px var(--accent-glow,#4f9dff66), 0 0 120px var(--accent-glow,#4f9dff33);transform:skew(-2deg)scale(1.03)}.Leadership-module__mntxiW__roleName{font-family:var(--font-display);color:var(--text-secondary);letter-spacing:-.01em;opacity:.75;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:600;line-height:1.1;transition:opacity .25s}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__roleName{opacity:1}.Leadership-module__mntxiW__orgLine{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:0;display:flex}.Leadership-module__mntxiW__orgName{font-family:var(--font-body);color:var(--text-secondary);letter-spacing:.01em;font-size:.9rem;font-weight:500;transition:color .25s}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__orgName{color:var(--text-primary)}.Leadership-module__mntxiW__durationBadge{font-family:var(--font-body);color:var(--accent,#4f9dff);background:var(--accent-light,#4f9dff14);border:1px solid var(--accent-glow,#4f9dff26);white-space:nowrap;border-radius:5px;padding:.2rem .65rem;font-size:.72rem;font-weight:500;transition:background .3s,border-color .3s}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__durationBadge{background:var(--accent-light);border-color:var(--accent,#4f9dff)}.Leadership-module__mntxiW__detailBlock{opacity:0;max-height:0;margin-top:0;transition:max-height .55s cubic-bezier(.16,1,.3,1),opacity .4s .1s,transform .45s cubic-bezier(.16,1,.3,1) 50ms;overflow:hidden;transform:translateY(-8px)}.Leadership-module__mntxiW__detailBlockOpen{opacity:1;max-height:400px;margin-top:1.25rem;transform:translateY(0)}.Leadership-module__mntxiW__descriptionList{flex-direction:column;gap:.6rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.Leadership-module__mntxiW__descriptionItem{font-family:var(--font-body);color:var(--text-secondary);align-items:flex-start;gap:.55rem;font-size:.9rem;line-height:1.65;display:flex}.Leadership-module__mntxiW__descBullet{color:var(--accent,#4f9dff);flex-shrink:0;margin-top:.18rem;font-size:.8rem}.Leadership-module__mntxiW__skillsRow{flex-wrap:wrap;gap:.5rem;display:flex}.Leadership-module__mntxiW__skillTag{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--accent,#4f9dff);background:var(--accent-light,#4f9dff14);border:1px solid var(--accent-glow,#4f9dff24);border-radius:4px;padding:.25rem .65rem;font-size:.72rem;font-weight:600;transition:background .22s,transform .22s}.Leadership-module__mntxiW__skillTag:hover{background:#4f9dff2e;transform:translateY(-1px)}.Leadership-module__mntxiW__metricBlock{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-end;gap:.15rem;min-width:90px;padding-top:.45rem;display:flex}.Leadership-module__mntxiW__metricNum{font-family:var(--font-display);letter-spacing:-.04em;color:var(--accent,#4f9dff);text-shadow:0 0 24px var(--accent-glow,#4f9dff26);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1;transition:color .25s,text-shadow .35s}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__metricNum{text-shadow:0 0 48px var(--accent-glow,#4f9dff66);animation:80ms linear 2 Leadership-module__mntxiW__flicker}.Leadership-module__mntxiW__metricLabel{font-family:var(--font-body);color:var(--text-secondary);text-align:right;text-transform:uppercase;letter-spacing:.06em;opacity:.7;font-size:.7rem;font-weight:500}.Leadership-module__mntxiW__rowRule{background:linear-gradient(to right, var(--accent-glow,#4f9dff1a), #4f9dff0a 60%, transparent 100%);height:1px;transition:background .3s;position:absolute;bottom:0;left:4.5rem;right:0}.Leadership-module__mntxiW__impactRow:hover .Leadership-module__mntxiW__rowRule{background:linear-gradient(to right, var(--accent,#4f9dff), var(--accent-glow,#4f9dff1a) 60%, transparent 100%);opacity:.35}.Leadership-module__mntxiW__wall>.Leadership-module__mntxiW__impactRow:last-child .Leadership-module__mntxiW__rowRule{display:none}@keyframes Leadership-module__mntxiW__flicker{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.Leadership-module__mntxiW__section{padding:calc(var(--navbar-height) + 2rem) 1.5rem 5rem}.Leadership-module__mntxiW__impactRow{grid-template-rows:auto auto;grid-template-columns:2.5rem 1fr;gap:.75rem 1rem}.Leadership-module__mntxiW__metricBlock{grid-area:1/2;align-items:flex-start;min-width:auto;padding-top:0}.Leadership-module__mntxiW__rowContent{grid-column:2}.Leadership-module__mntxiW__actionVerb{font-size:clamp(1.6rem,7vw,2.6rem)}.Leadership-module__mntxiW__metricNum{font-size:clamp(1.5rem,5vw,2rem)}}@media (max-width:480px){.Leadership-module__mntxiW__section{padding:6rem 1rem 4rem}.Leadership-module__mntxiW__impactRow{grid-template-columns:1.8rem 1fr;gap:.5rem .75rem;padding:1.75rem 0}.Leadership-module__mntxiW__orgLine{flex-direction:column;align-items:flex-start;gap:.4rem}.Leadership-module__mntxiW__rowRule{left:2.5rem}.Leadership-module__mntxiW__durationBadge{white-space:normal}}
.ContactSection-module__UONp9G__section{background-color:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.ContactSection-module__UONp9G__decorLine{pointer-events:none;background:linear-gradient(#a78bfa33,#0000);width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ContactSection-module__UONp9G__orb{pointer-events:none;z-index:1;background:radial-gradient(circle,#4f9dff12 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-15%;right:-10%}.ContactSection-module__UONp9G__container{z-index:2;width:100%;max-width:1100px;margin:0 auto;position:relative}.ContactSection-module__UONp9G__splitLayout{grid-template-columns:1.1fr 1.2fr;align-items:center;gap:4.5rem;margin-bottom:4rem;display:grid}.ContactSection-module__UONp9G__infoColumn{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.ContactSection-module__UONp9G__eyebrow{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.ContactSection-module__UONp9G__title{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:700;line-height:1.1}.ContactSection-module__UONp9G__accent{background:linear-gradient(135deg, var(--accent) 30%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ContactSection-module__UONp9G__description{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.ContactSection-module__UONp9G__contactDetails{flex-direction:column;gap:2rem;width:100%;margin-bottom:3rem;display:flex}.ContactSection-module__UONp9G__detailItem{align-items:center;gap:1.25rem;display:flex}.ContactSection-module__UONp9G__iconWrapper{width:2.8rem;height:2.8rem;color:var(--primary);background:#4f9dff0f;border:1px solid #4f9dff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.ContactSection-module__UONp9G__detailItem:hover .ContactSection-module__UONp9G__iconWrapper{background:#4f9dff26;border-color:#4f9dff59;box-shadow:0 0 15px #4f9dff26}.ContactSection-module__UONp9G__detailLabel{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.ContactSection-module__UONp9G__detailValue{font-family:var(--font-body);color:var(--text-primary);font-size:1rem;font-weight:500;text-decoration:none;transition:color .25s}a.ContactSection-module__UONp9G__detailValue:hover{color:var(--primary)}.ContactSection-module__UONp9G__socialsWrapper{flex-direction:column;gap:.85rem;display:flex}.ContactSection-module__UONp9G__socialsTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;font-weight:600}.ContactSection-module__UONp9G__socialsRow{gap:1rem;display:flex}.ContactSection-module__UONp9G__socialLink{background:var(--bg-surface);border:1px solid var(--border);width:2.8rem;height:2.8rem;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ContactSection-module__UONp9G__socialLink:hover{color:#fff;background:#a78bfa1a;border-color:#a78bfa66;transform:translateY(-4px);box-shadow:0 8px 20px #a78bfa33}.ContactSection-module__UONp9G__formColumn{width:100%}.ContactSection-module__UONp9G__glassContainer{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:20px;padding:3rem;transition:all .4s;position:relative;box-shadow:0 20px 50px #00000026,inset 0 0 15px #ffffff03}.ContactSection-module__UONp9G__glassContainer:hover{border-color:#4f9dff2e;box-shadow:0 25px 60px #00000059,0 0 30px #4f9dff0d}.ContactSection-module__UONp9G__form{flex-direction:column;gap:2rem;display:flex}.ContactSection-module__UONp9G__inputGroup{width:100%;position:relative}.ContactSection-module__UONp9G__input,.ContactSection-module__UONp9G__textarea{background:var(--bg-surface);border:1.5px solid var(--border);width:100%;font-family:var(--font-body);color:var(--text-primary);border-radius:10px;outline:none;padding:1.1rem 1.2rem;font-size:.95rem;transition:all .3s}.ContactSection-module__UONp9G__textarea{resize:vertical}.ContactSection-module__UONp9G__input:focus,.ContactSection-module__UONp9G__textarea:focus{border-color:var(--primary);background:#ffffff0d;box-shadow:0 0 15px #4f9dff1a}.ContactSection-module__UONp9G__label{font-family:var(--font-body);color:var(--text-secondary);pointer-events:none;font-size:.95rem;transition:all .3s cubic-bezier(.25,1,.5,1);position:absolute;top:1.1rem;left:1.2rem}.ContactSection-module__UONp9G__input:focus~.ContactSection-module__UONp9G__label,.ContactSection-module__UONp9G__input:not(:placeholder-shown)~.ContactSection-module__UONp9G__label,.ContactSection-module__UONp9G__textarea:focus~.ContactSection-module__UONp9G__label,.ContactSection-module__UONp9G__textarea:not(:placeholder-shown)~.ContactSection-module__UONp9G__label{transform-origin:0 0;color:var(--primary);letter-spacing:.05em;font-weight:600;transform:translateY(-1.85rem)scale(.8)}.ContactSection-module__UONp9G__errorMessage{font-family:var(--font-body);color:#ef4444;margin-top:-.5rem;font-size:.85rem}.ContactSection-module__UONp9G__btnSubmit{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;font-family:var(--font-display);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden}.ContactSection-module__UONp9G__btnSubmit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4f9dff4d,0 0 15px #a78bfa26}.ContactSection-module__UONp9G__btnSubmit:active{transform:translateY(0)}.ContactSection-module__UONp9G__btnSubmit:disabled{color:var(--text-muted);cursor:not-allowed;box-shadow:none;background:#ffffff14;transform:none}.ContactSection-module__UONp9G__btnText{transition:opacity .3s}.ContactSection-module__UONp9G__planeIconWrapper{justify-content:center;align-items:center;transition:transform .3s;display:flex}.ContactSection-module__UONp9G__btnSubmitting .ContactSection-module__UONp9G__btnText{opacity:0}.ContactSection-module__UONp9G__btnSubmitting .ContactSection-module__UONp9G__planeIconWrapper{animation:1.2s cubic-bezier(.25,1,.5,1) forwards ContactSection-module__UONp9G__flyOut}@keyframes ContactSection-module__UONp9G__flyOut{0%{opacity:1;transform:translate(0)scale(1)}20%{transform:translate(-10px,10px)scale(.9)}40%{opacity:0;transform:translate(150px,-150px)scale(.4)}41%{opacity:0;transform:translate(-100px,100px)scale(.4)}to{opacity:1;transform:translate(0)scale(1)}}.ContactSection-module__UONp9G__successState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;animation:.6s forwards ContactSection-module__UONp9G__fadeIn;display:flex}.ContactSection-module__UONp9G__successIconWrapper{color:#10b981;background:#10b98114;border:1px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:1.5rem;display:flex;box-shadow:0 0 20px #10b98126}.ContactSection-module__UONp9G__successIcon{animation:.5s cubic-bezier(.16,1,.3,1) forwards ContactSection-module__UONp9G__scaleIn}.ContactSection-module__UONp9G__successTitle{font-family:var(--font-display);color:var(--text-white);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.ContactSection-module__UONp9G__successMessage{font-family:var(--font-body);color:var(--text-secondary);max-width:320px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.ContactSection-module__UONp9G__btnReset{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);font-family:var(--font-body);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .25s}.ContactSection-module__UONp9G__btnReset:hover{color:#fff;background:#ffffff14;border-color:#fff3}@keyframes ContactSection-module__UONp9G__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactSection-module__UONp9G__scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.ContactSection-module__UONp9G__backToTopContainer{justify-content:center;margin-top:3.5rem;margin-bottom:.5rem;display:flex}.ContactSection-module__UONp9G__backToTopBtn{color:var(--primary);font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#4f9dff0a;border:1px solid #4f9dff26;border-radius:30px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.ContactSection-module__UONp9G__backToTopBtn:hover{border-color:var(--primary);color:#fff;background:#4f9dff1a;transform:translateY(-3px);box-shadow:0 5px 15px #4f9dff26}.ContactSection-module__UONp9G__backToTopBtn:active{transform:translateY(-1px)}.ContactSection-module__UONp9G__upArrow{transition:transform .3s}.ContactSection-module__UONp9G__backToTopBtn:hover .ContactSection-module__UONp9G__upArrow{transform:translateY(-2px)}.ContactSection-module__UONp9G__footer{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.04em;text-align:center;margin-top:2rem;font-size:.78rem}@media (max-width:968px){.ContactSection-module__UONp9G__section{padding:calc(var(--navbar-height) + 2rem) 1.5rem 4rem}.ContactSection-module__UONp9G__splitLayout{grid-template-columns:1fr;gap:3.5rem}.ContactSection-module__UONp9G__infoColumn{text-align:center;align-items:center}.ContactSection-module__UONp9G__contactDetails{align-items:center}.ContactSection-module__UONp9G__detailItem{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:480px){.ContactSection-module__UONp9G__glassContainer{padding:2rem 1.5rem}.ContactSection-module__UONp9G__form{gap:1.75rem}}
.Projects-module__2BoJ-q__projectsSection{background-color:#0000;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:7rem 0 4rem;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__decorLine{background:linear-gradient(to bottom, var(--primary-glow), transparent);pointer-events:none;width:1px;height:100px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__headerContainer{z-index:5;text-align:center;width:100%;max-width:1200px;margin:0 auto 3rem;padding:0 2rem;position:relative}.Projects-module__2BoJ-q__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600;animation:1s cubic-bezier(.25,1,.5,1) forwards Projects-module__2BoJ-q__fadeUp}.Projects-module__2BoJ-q__sectionHeader{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1;animation:1s cubic-bezier(.25,1,.5,1) .1s forwards Projects-module__2BoJ-q__fadeUp}.Projects-module__2BoJ-q__headerAccent{color:var(--primary);background:linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Projects-module__2BoJ-q__scrollWrapper{cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#4f9dff40 transparent;width:100%;padding:1.5rem 0 2.5rem;position:relative;overflow:auto hidden}.Projects-module__2BoJ-q__scrollWrapper:active{cursor:grabbing}.Projects-module__2BoJ-q__scrollWrapper::-webkit-scrollbar{height:6px}.Projects-module__2BoJ-q__scrollWrapper::-webkit-scrollbar-track{background:#ffffff05}.Projects-module__2BoJ-q__scrollWrapper::-webkit-scrollbar-thumb{background:#4f9dff40;border-radius:3px;transition:background .3s}.Projects-module__2BoJ-q__scrollWrapper::-webkit-scrollbar-thumb:hover{background:var(--primary)}.Projects-module__2BoJ-q__cardsContainer{scroll-snap-type:x mandatory;gap:2rem;padding:0 max(2rem,50vw - 600px + 2rem);display:inline-flex}.Projects-module__2BoJ-q__card{-webkit-backdrop-filter:blur(12px);scroll-snap-align:start;opacity:0;background:#11182766;border:1px solid #4f9dff14;border-radius:16px;flex-direction:column;flex-shrink:0;gap:1.25rem;width:440px;max-width:80vw;padding:1.5rem;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1),border-color .4s cubic-bezier(.25,1,.5,1),background .4s cubic-bezier(.25,1,.5,1),box-shadow .4s cubic-bezier(.25,1,.5,1);display:flex;transform:translate(60px)}.Projects-module__2BoJ-q__cardActive{opacity:1;transform:translate(0)}.Projects-module__2BoJ-q__card:hover{background:#111827a6;border-color:#4f9dff40;transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000080,0 0 30px #4f9dff26,0 0 15px #a78bfa14}.Projects-module__2BoJ-q__browserMockup{aspect-ratio:16/10;z-index:1;background:#0a0f1999;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__browserHeader{background:#151b2be6;border-bottom:1px solid #ffffff0a;align-items:center;height:26px;padding:0 10px;display:flex;position:relative}.Projects-module__2BoJ-q__browserDots{align-items:center;gap:6px;display:flex}.Projects-module__2BoJ-q__dot{opacity:.85;border-radius:50%;width:8px;height:8px}.Projects-module__2BoJ-q__dotRed{background-color:#ff5f56}.Projects-module__2BoJ-q__dotYellow{background-color:#ffbd2e}.Projects-module__2BoJ-q__dotGreen{background-color:#27c93f}.Projects-module__2BoJ-q__browserAddressBar{width:45%;height:14px;font-family:var(--font-body);color:var(--text-muted);letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff08;border-radius:4px;justify-content:center;align-items:center;font-size:.65rem;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.Projects-module__2BoJ-q__imageContainer{flex:1;width:100%;height:calc(100% - 26px);position:relative;overflow:hidden}.Projects-module__2BoJ-q__screenshot{object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__screenshot{transform:scale(1.06)}.Projects-module__2BoJ-q__cardMeta{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.Projects-module__2BoJ-q__projectNum{font-family:var(--font-display);color:var(--accent);letter-spacing:.05em;white-space:nowrap;flex-shrink:0;margin-right:1rem;font-size:.85rem;font-weight:600}.Projects-module__2BoJ-q__techTags{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__2BoJ-q__tag{font-family:var(--font-body);color:var(--primary);letter-spacing:.01em;background:#4f9dff0f;border:1px solid #4f9dff1a;border-radius:6px;padding:.15rem .5rem;font-size:.72rem;font-weight:500}.Projects-module__2BoJ-q__projectTitle{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.01em;font-size:1.35rem;font-weight:600;transition:color .3s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__projectTitle{color:var(--primary)}.Projects-module__2BoJ-q__description{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:.5rem;font-size:.88rem;line-height:1.5}.Projects-module__2BoJ-q__cardActions{align-items:center;gap:1rem;margin-top:auto;display:flex}.Projects-module__2BoJ-q__btnGithub{font-family:var(--font-body);color:var(--text-primary);background-color:#0000;border:1px solid #4f9dff4d;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;transition:color .25s,border-color .25s,background-color .25s,transform .25s;display:inline-flex}.Projects-module__2BoJ-q__btnGithub:hover{color:var(--text-white);border-color:var(--primary);background-color:#4f9dff14;transform:translateY(-2px)}.Projects-module__2BoJ-q__btnDemo{font-family:var(--font-body);color:#fff;background:var(--primary);background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;transition:opacity .25s,transform .25s,box-shadow .25s;display:inline-flex}.Projects-module__2BoJ-q__btnDemo:hover{opacity:.92;transform:translateY(-2px);box-shadow:0 6px 15px #4f9dff40}.Projects-module__2BoJ-q__footerContainer{z-index:5;justify-content:center;width:100%;max-width:1200px;margin:1.5rem auto 0;padding:0 2rem;display:flex;position:relative}.Projects-module__2BoJ-q__scrollTip{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.Projects-module__2BoJ-q__swipeArrow{animation:1.5s ease-in-out infinite alternate Projects-module__2BoJ-q__hoverArrow}@keyframes Projects-module__2BoJ-q__hoverArrow{0%{transform:translate(0)}to{transform:translate(6px)}}@keyframes Projects-module__2BoJ-q__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Projects-module__2BoJ-q__projectsSection{padding:calc(var(--navbar-height) + 1rem) 0 3rem}.Projects-module__2BoJ-q__scrollWrapper{padding:1rem 0 2rem}.Projects-module__2BoJ-q__cardsContainer{scroll-snap-type:x mandatory;gap:1.25rem;padding:0 1.5rem}.Projects-module__2BoJ-q__card{scroll-snap-align:center;width:340px;max-width:85vw;padding:1.25rem;transform:translate(40px)}}.Projects-module__2BoJ-q__standaloneSection{padding:8rem 0 6rem}.Projects-module__2BoJ-q__gridContainer{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Projects-module__2BoJ-q__gridContainer .Projects-module__2BoJ-q__card{scroll-snap-align:none;width:100%;max-width:100%;transform:translateY(50px)}.Projects-module__2BoJ-q__gridContainer .Projects-module__2BoJ-q__cardActive{opacity:1;transform:translateY(0)!important}.Projects-module__2BoJ-q__btnBackHome{font-family:var(--font-body);color:var(--text-secondary);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:10;background-color:#11182773;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:color .25s,border-color .25s,background-color .25s,transform .25s;display:inline-flex;position:relative}[data-theme=light] .Projects-module__2BoJ-q__btnBackHome{color:var(--text-secondary);background-color:#ffffffa6}.Projects-module__2BoJ-q__btnBackHome:hover{color:var(--text-white);border-color:var(--primary);background-color:#4f9dff14;transform:translate(-4px)}[data-theme=light] .Projects-module__2BoJ-q__btnBackHome:hover{color:var(--primary);background-color:#2563eb0d}.Projects-module__2BoJ-q__btnBackHome svg{transition:transform .25s}.Projects-module__2BoJ-q__btnBackHome:hover svg{transform:translate(-2px)}.Projects-module__2BoJ-q__exploreContainer{z-index:5;justify-content:center;width:100%;margin-top:3rem;display:flex;position:relative}.Projects-module__2BoJ-q__btnExplore{font-family:var(--font-display);color:var(--text-white);background-color:#0000;border:2px solid #4f9dff73;border-radius:30px;align-items:center;gap:.65rem;padding:.85rem 2rem;font-size:.9rem;font-weight:600;transition:color .25s,border-color .25s,background-color .25s,transform .25s,box-shadow .25s;display:inline-flex}.Projects-module__2BoJ-q__btnExplore:hover{color:var(--text-white);border-color:var(--primary);background-color:#4f9dff14;transform:translateY(-3px);box-shadow:0 10px 20px #4f9dff1a}.Projects-module__2BoJ-q__btnExplore svg{transition:transform .25s}.Projects-module__2BoJ-q__btnExplore:hover svg{transform:translate(4px)}@media (max-width:768px){.Projects-module__2BoJ-q__gridContainer{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1.5rem}}.Projects-module__2BoJ-q__mobileMockupHeader{background:#151b2be6;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;width:100%;height:26px;padding:0 12px;display:flex;position:relative}.Projects-module__2BoJ-q__mobileTime{font-family:var(--font-body);color:var(--text-white);opacity:.85;font-size:.65rem;font-weight:600}.Projects-module__2BoJ-q__mobileNotch{background-color:#0b0f19;border-bottom-right-radius:6px;border-bottom-left-radius:6px;width:60px;height:12px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__mobileStatusIcons{color:var(--text-white);opacity:.8;align-items:center;gap:5px;display:flex}.Projects-module__2BoJ-q__mobileStatusIcons svg{vertical-align:middle;display:inline-block}.Projects-module__2BoJ-q__imageContainerMobile{background-color:#05070c;flex:1;justify-content:center;align-items:center;width:100%;height:calc(100% - 26px);display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__screenshotBlur{object-fit:cover;filter:blur(15px);opacity:.22;pointer-events:none;transform:scale(1.2)}.Projects-module__2BoJ-q__mobileScreensRow{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:0 10px;display:flex}.Projects-module__2BoJ-q__phoneFrameContainer{aspect-ratio:9/16;z-index:2;background-color:#000;border:3.5px solid #272c35;border-radius:12px;height:90%;transition:transform .6s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden;box-shadow:0 8px 24px #0009}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__phoneFrameContainer{transform:scale(1.05)}.Projects-module__2BoJ-q__screenshotContain{object-fit:contain;width:100%;height:100%}
.Skills-module__G7oUEG__skillsSection{background-color:#0000;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:visible}.Skills-module__G7oUEG__container{width:100%;max-width:1000px;margin:0 auto;position:relative}.Skills-module__G7oUEG__header{text-align:center;opacity:0;margin-bottom:6rem;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(30px)}.Skills-module__G7oUEG__headerVisible{opacity:1;transform:translateY(0)}.Skills-module__G7oUEG__subtitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.Skills-module__G7oUEG__title{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700}.Skills-module__G7oUEG__headerAccent{color:var(--primary);background:linear-gradient(135deg, var(--primary) 30%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Skills-module__G7oUEG__description{font-family:var(--font-body);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1.05rem,2.5vw,1.25rem);line-height:1.6}.Skills-module__G7oUEG__highlight{color:var(--primary);font-weight:700}.Skills-module__G7oUEG__scrollArrow{color:var(--text-secondary);opacity:.6;justify-content:center;animation:2s infinite Skills-module__G7oUEG__bounce;display:flex}@keyframes Skills-module__G7oUEG__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.Skills-module__G7oUEG__deckContainer{flex-direction:column;gap:6rem;width:100%;display:flex;position:relative}.Skills-module__G7oUEG__card{background-color:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);transform-origin:top;border-radius:28px;align-items:center;min-height:420px;padding:4.5rem 2.5rem 3rem;transition:transform .3s,border-color .3s,box-shadow .3s,background-color .3s;display:flex;position:sticky;overflow:hidden;box-shadow:0 -15px 40px #0000001f,0 25px 50px #00000026}@media (min-width:768px){.Skills-module__G7oUEG__card{border-radius:32px;min-height:450px;padding:5.5rem 4.5rem 4.5rem}}.Skills-module__G7oUEG__card:hover{border-color:rgba(var(--card-accent-rgb), .35);box-shadow:0 -15px 40px #0000001f, 0 30px 60px #00000038, 0 0 25px rgba(var(--card-accent-rgb), .08);transform:translateY(-6px)scale(1.005)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__ai-ml{--card-accent-rgb:79, 157, 255;--card-accent:var(--primary)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__web-dev{--card-accent-rgb:167, 139, 250;--card-accent:var(--accent)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__iot-hw{--card-accent-rgb:79, 157, 255;--card-accent:var(--primary)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__dev-tools,.Skills-module__G7oUEG__card.Skills-module__G7oUEG__soft-skills{--card-accent-rgb:167, 139, 250;--card-accent:var(--accent)}[data-theme=light] .Skills-module__G7oUEG__card.Skills-module__G7oUEG__ai-ml{--card-accent-rgb:37, 99, 235}[data-theme=light] .Skills-module__G7oUEG__card.Skills-module__G7oUEG__web-dev{--card-accent-rgb:124, 58, 237}[data-theme=light] .Skills-module__G7oUEG__card.Skills-module__G7oUEG__iot-hw{--card-accent-rgb:37, 99, 235}[data-theme=light] .Skills-module__G7oUEG__card.Skills-module__G7oUEG__dev-tools,[data-theme=light] .Skills-module__G7oUEG__card.Skills-module__G7oUEG__soft-skills{--card-accent-rgb:124, 58, 237}.Skills-module__G7oUEG__windowHeader{z-index:3;background:#0000002e;border-bottom:1px solid #ffffff0a;align-items:center;height:42px;padding:0 1.25rem;display:flex;position:absolute;top:0;left:0;right:0}[data-theme=light] .Skills-module__G7oUEG__windowHeader{background:#00000008;border-bottom-color:#0000000f}.Skills-module__G7oUEG__windowDots{align-items:center;gap:.45rem;display:flex}.Skills-module__G7oUEG__dotRed,.Skills-module__G7oUEG__dotYellow,.Skills-module__G7oUEG__dotGreen{opacity:.75;border-radius:50%;width:9px;height:9px}.Skills-module__G7oUEG__dotRed{background-color:#ef4444}.Skills-module__G7oUEG__dotYellow{background-color:#f59e0b}.Skills-module__G7oUEG__dotGreen{background-color:#10b981}.Skills-module__G7oUEG__windowTitle{color:var(--text-secondary);opacity:.55;letter-spacing:.02em;margin-left:.75rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.72rem}.Skills-module__G7oUEG__cardContent{z-index:2;grid-template-columns:1fr;align-items:center;gap:2rem;width:100%;display:grid;position:relative}@media (min-width:768px){.Skills-module__G7oUEG__cardContent{grid-template-columns:1.35fr .65fr;gap:4rem}}.Skills-module__G7oUEG__leftCol{flex-direction:column;align-items:flex-start;display:flex}.Skills-module__G7oUEG__cardTitle{font-family:var(--font-display);color:var(--text-white);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.1}.Skills-module__G7oUEG__cardDesc{font-family:var(--font-body);color:var(--text-secondary);max-width:550px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.6}.Skills-module__G7oUEG__tagsContainer{flex-wrap:wrap;gap:.65rem;width:100%;display:flex}.Skills-module__G7oUEG__tag{color:var(--text-primary);border:1px solid var(--border);background:#11182740;border-radius:30px;padding:.45rem 1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;transition:transform .2s cubic-bezier(.25,1,.5,1),border-color .2s,background-color .2s,color .2s,box-shadow .2s}[data-theme=light] .Skills-module__G7oUEG__tag{background:#00000005}.Skills-module__G7oUEG__tag:hover{background:rgba(var(--card-accent-rgb), .08);border-color:rgba(var(--card-accent-rgb), .45);color:var(--text-white);box-shadow:0 4px 12px rgba(var(--card-accent-rgb), .12);transform:translateY(-2px)scale(1.02)}.Skills-module__G7oUEG__rightCol{justify-content:center;align-items:center;display:flex}@media (min-width:768px){.Skills-module__G7oUEG__rightCol{justify-content:flex-end}}.Skills-module__G7oUEG__largeIcon{width:160px;height:160px;color:rgba(var(--card-accent-rgb), .35);filter:drop-shadow(0 0 8px rgba(var(--card-accent-rgb), .15));justify-content:center;align-items:center;transition:color .3s,transform .3s,filter .3s;display:flex}@media (min-width:968px){.Skills-module__G7oUEG__largeIcon{width:220px;height:220px}}.Skills-module__G7oUEG__largeIcon svg{transform-origin:50%;width:100%;height:100%;display:block}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__ai-ml .Skills-module__G7oUEG__largeIcon svg{animation:6s ease-in-out infinite Skills-module__G7oUEG__floatSlow}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__web-dev .Skills-module__G7oUEG__largeIcon svg{animation:25s linear infinite Skills-module__G7oUEG__spinSlow}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__iot-hw .Skills-module__G7oUEG__largeIcon svg{animation:5s ease-in-out infinite Skills-module__G7oUEG__pulseSlow}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__dev-tools .Skills-module__G7oUEG__largeIcon svg{animation:7s ease-in-out infinite Skills-module__G7oUEG__floatSlow2}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__soft-skills .Skills-module__G7oUEG__largeIcon svg{animation:6s ease-in-out infinite Skills-module__G7oUEG__pulseSlow2}.Skills-module__G7oUEG__card:hover .Skills-module__G7oUEG__largeIcon{color:rgba(var(--card-accent-rgb), .85);filter:drop-shadow(0 0 20px rgba(var(--card-accent-rgb), .45));transform:scale(1.05)}.Skills-module__G7oUEG__cardGlowBorder{border-radius:inherit;background:linear-gradient(135deg, rgba(var(--card-accent-rgb), .25) 0%, transparent 40%, transparent 60%, rgba(var(--card-accent-rgb), .25) 100%) border-box;-webkit-mask-composite:xor;pointer-events:none;opacity:.25;z-index:1;border:1px solid #0000;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Skills-module__G7oUEG__card:hover .Skills-module__G7oUEG__cardGlowBorder{opacity:1}
