.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-base);padding:16px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-glass);background:#0a0a0fd9;padding:12px 0}.Navbar-module__cJzEcG__navContent{max-width:var(--container-width);padding:var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{background:var(--accent-gradient);-webkit-text-fill-color:transparent;cursor:pointer;transition:opacity var(--transition-fast);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.Navbar-module__cJzEcG__logo:hover{opacity:.8}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:8px;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-family:inherit;font-size:1rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:all var(--transition-base);border-radius:var(--radius-full);position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navLink:hover:after{width:60%}.Navbar-module__cJzEcG__contactBtn{background:var(--accent-gradient);border-radius:var(--radius-full);padding:10px 24px;font-weight:600;box-shadow:0 4px 15px #6366f133;color:#fff!important}.Navbar-module__cJzEcG__contactBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.Navbar-module__cJzEcG__contactBtn:after{display:none}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-md);z-index:1001;width:40px;height:40px;transition:all var(--transition-base);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:none}.Navbar-module__cJzEcG__hamburger:hover{background:var(--bg-card-hover);border-color:var(--accent-primary)}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0;transform:translate(10px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileNav{-webkit-backdrop-filter:blur(20px);z-index:999;opacity:0;visibility:hidden;pointer-events:none;background:#0a0a0ffa;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:100vh;padding:20px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-20px)}.Navbar-module__cJzEcG__mobileNav.Navbar-module__cJzEcG__open{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:12px 30px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--accent-tertiary);transform:scale(1.1)}.Navbar-module__cJzEcG__mobileContactBtn{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__hamburger{margin-right:0;display:flex}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.Hero-module__ZARIfG__heroContent{max-width:var(--container-width);padding:var(--container-padding);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin:0 auto;display:grid;position:relative}.Hero-module__ZARIfG__heroText{animation:.8s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__greeting{color:var(--accent-tertiary);letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__greeting span{font-size:1.4rem}.Hero-module__ZARIfG__name{margin-bottom:16px;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__title{color:var(--text-secondary);margin-bottom:24px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.Hero-module__ZARIfG__titleHighlight{color:var(--accent-tertiary);font-weight:600}.Hero-module__ZARIfG__locationRow{color:var(--text-muted);align-items:center;gap:8px;margin-bottom:32px;font-size:.9rem;display:flex}.Hero-module__ZARIfG__locationDot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__orbContainer{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__heroCta{flex-wrap:wrap;gap:16px;display:flex}.Hero-module__ZARIfG__ctaButton{border-radius:var(--radius-full);transition:all var(--transition-base);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__ctaPrimary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px #6366f14d}.Hero-module__ZARIfG__ctaPrimary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 32px #6366f199}.Hero-module__ZARIfG__ctaSecondary{color:var(--text-primary);border:1px solid var(--border-glass);background:0 0}.Hero-module__ZARIfG__ctaSecondary:hover{border-color:var(--accent-primary);background:var(--accent-glow);transform:translateY(-2px)scale(1.02)}.Hero-module__ZARIfG__heroImageWrap{opacity:0;justify-content:center;align-items:center;animation:1s .3s forwards Hero-module__ZARIfG__fadeIn;display:flex}.Hero-module__ZARIfG__imageContainer{width:340px;height:340px;position:relative}.Hero-module__ZARIfG__profileImage{object-fit:cover;object-position:center;border:3px solid var(--border-glass);width:100%;height:100%;box-shadow:var(--shadow-glow);z-index:1;border-radius:50%;position:relative}.Hero-module__ZARIfG__imageRing{background:var(--accent-gradient)border-box;-webkit-mask-composite:xor;border:2px solid #0000;border-radius:50%;animation:6s infinite Hero-module__ZARIfG__float;position:absolute;inset:-12px;-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}.Hero-module__ZARIfG__imageGlow{z-index:0;background:radial-gradient(circle,#6366f126 0%,#0000 70%);border-radius:50%;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__profilePlaceholder{background:var(--accent-gradient);color:#fff;border:3px solid var(--border-glass);width:100%;height:100%;box-shadow:var(--shadow-glow);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:5rem;font-weight:800;display:flex;position:relative}.Hero-module__ZARIfG__heroStats{border-top:1px solid var(--border-glass);gap:32px;margin-top:40px;padding-top:32px;display:flex}.Hero-module__ZARIfG__stat{text-align:center}.Hero-module__ZARIfG__statNumber{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:.75rem}.Hero-module__ZARIfG__orb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;right:-200px}.Hero-module__ZARIfG__orb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;left:-150px}@media (max-width:768px){.Hero-module__ZARIfG__heroContent{text-align:center;grid-template-columns:1fr;gap:40px}.Hero-module__ZARIfG__heroImageWrap{order:-1}.Hero-module__ZARIfG__imageContainer{width:240px;height:240px}.Hero-module__ZARIfG__profilePlaceholder{font-size:3.5rem}.Hero-module__ZARIfG__heroCta,.Hero-module__ZARIfG__heroStats,.Hero-module__ZARIfG__locationRow{justify-content:center}}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1}50%{opacity:.5}}
.Experience-module__RsmxMa__section{padding:var(--section-padding);position:relative}.Experience-module__RsmxMa__header{margin-bottom:60px}.Experience-module__RsmxMa__timeline{padding-left:40px;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent-primary),var(--accent-secondary),var(--accent-tertiary),transparent);width:2px;position:absolute;top:0;bottom:0;left:15px}.Experience-module__RsmxMa__companyBlock{margin-bottom:48px;position:relative}.Experience-module__RsmxMa__companyHeader{align-items:center;gap:16px;margin-bottom:20px;display:flex;position:relative}.Experience-module__RsmxMa__companyDot{background:var(--accent-primary);border:3px solid var(--bg-primary);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent-primary);z-index:1;border-radius:50%;position:absolute;top:50%;left:-33px;transform:translate(-50%,-50%)}.Experience-module__RsmxMa__companyLogo{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--border-glass);width:48px;height:48px}.Experience-module__RsmxMa__companyInfo h3{color:var(--text-primary);font-size:1.25rem;font-weight:700}.Experience-module__RsmxMa__companyMeta{color:var(--text-muted);margin-top:2px;font-size:.85rem}.Experience-module__RsmxMa__roleCard{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-base);margin-bottom:12px;padding:24px;position:relative}.Experience-module__RsmxMa__roleCard:hover{border-color:var(--border-glass-hover);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translate(4px)}.Experience-module__RsmxMa__roleCard:before{content:"";background:var(--border-glass);width:16px;height:2px;position:absolute;top:50%;left:-25px;transform:translateY(-50%)}.Experience-module__RsmxMa__roleTitle{color:var(--text-primary);margin-bottom:6px;font-size:1.05rem;font-weight:600}.Experience-module__RsmxMa__rolePeriod{color:var(--accent-tertiary);margin-bottom:4px;font-size:.82rem}.Experience-module__RsmxMa__roleLocation{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.Experience-module__RsmxMa__roleBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);background:var(--accent-glow);color:var(--accent-tertiary);border:1px solid #6366f133;margin-top:8px;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-block}.Experience-module__RsmxMa__currentBadge{color:var(--success);background:#10b9811a;border-color:#10b98133}.Experience-module__RsmxMa__orb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;right:-200px}.Experience-module__RsmxMa__orb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;left:-150px}@media (max-width:768px){.Experience-module__RsmxMa__timeline{padding-left:30px}.Experience-module__RsmxMa__timeline:before{left:10px}.Experience-module__RsmxMa__companyDot{left:-27px}.Experience-module__RsmxMa__roleCard:before{width:12px;left:-20px}.Experience-module__RsmxMa__companyLogo{width:40px;height:40px}}
.Education-module__JpHHoW__section{padding:var(--section-padding);position:relative}.Education-module__JpHHoW__header{margin-bottom:60px}.Education-module__JpHHoW__grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;display:grid}.Education-module__JpHHoW__card{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:32px;position:relative;overflow:hidden}.Education-module__JpHHoW__card:hover{border-color:var(--border-glass-hover);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Education-module__JpHHoW__card:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.Education-module__JpHHoW__card:hover:before{opacity:1}.Education-module__JpHHoW__cardIcon{border-radius:var(--radius-md);background:var(--accent-glow);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:1.5rem;display:flex}.Education-module__JpHHoW__institution{color:var(--text-primary);margin-bottom:8px;font-size:1.15rem;font-weight:700}.Education-module__JpHHoW__degree{color:var(--accent-tertiary);margin-bottom:8px;font-size:.95rem;font-weight:500}.Education-module__JpHHoW__period{color:var(--text-muted);margin-bottom:12px;font-size:.82rem}.Education-module__JpHHoW__grade{color:var(--success);border-radius:var(--radius-full);background:#10b9811a;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.Education-module__JpHHoW__activities{color:var(--text-secondary);border-top:1px solid var(--border-glass);padding-top:12px;font-size:.85rem;line-height:1.6}.Education-module__JpHHoW__activitiesLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:6px;font-size:.7rem}.Education-module__JpHHoW__orb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;right:-200px}.Education-module__JpHHoW__orb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;left:-150px}@media (max-width:768px){.Education-module__JpHHoW__grid{grid-template-columns:1fr}}
.Skills-module__G7oUEG__section{padding:var(--section-padding);position:relative}.Skills-module__G7oUEG__header{margin-bottom:60px}.Skills-module__G7oUEG__categories{flex-direction:column;gap:40px;display:flex}.Skills-module__G7oUEG__category{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:32px}.Skills-module__G7oUEG__category:hover{border-color:var(--border-glass-hover)}.Skills-module__G7oUEG__categoryTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-tertiary);align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;font-weight:600;display:flex}.Skills-module__G7oUEG__pills{flex-wrap:wrap;gap:10px;display:flex}.Skills-module__G7oUEG__pill{color:var(--text-secondary);border:1px solid var(--border-glass);border-radius:var(--radius-full);transition:all var(--transition-base);cursor:default;background:#ffffff08;align-items:center;padding:10px 20px;font-size:.85rem;font-weight:500;display:inline-flex}.Skills-module__G7oUEG__pill:hover{color:var(--text-primary);border-color:var(--accent-primary);background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 4px 12px #6366f126}.Skills-module__G7oUEG__pillHighlight{color:var(--accent-tertiary);background:var(--accent-glow);border-color:#6366f14d}.Skills-module__G7oUEG__orb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;right:-200px}.Skills-module__G7oUEG__orb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;left:-150px}@media (max-width:768px){.Skills-module__G7oUEG__pill{padding:8px 14px;font-size:.8rem}}
.Awards-module__6y1-4q__section{padding:var(--section-padding);position:relative}.Awards-module__6y1-4q__header{margin-bottom:60px}.Awards-module__6y1-4q__tabs{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.Awards-module__6y1-4q__tab{color:var(--text-muted);border:1px solid var(--border-glass);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:10px 20px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.Awards-module__6y1-4q__tab:hover{color:var(--text-secondary);border-color:var(--border-glass-hover)}.Awards-module__6y1-4q__tab.Awards-module__6y1-4q__active{color:var(--accent-tertiary);border-color:var(--accent-primary);background:var(--accent-glow)}.Awards-module__6y1-4q__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.Awards-module__6y1-4q__card{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:28px;position:relative;overflow:hidden}.Awards-module__6y1-4q__card:hover{border-color:var(--border-glass-hover);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Awards-module__6y1-4q__cardIcon{margin-bottom:16px;font-size:1.75rem}.Awards-module__6y1-4q__cardTitle{color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600;line-height:1.4}.Awards-module__6y1-4q__cardIssuer{color:var(--accent-tertiary);margin-bottom:4px;font-size:.82rem}.Awards-module__6y1-4q__cardDate{color:var(--text-muted);margin-bottom:8px;font-size:.78rem}.Awards-module__6y1-4q__cardAssociation{color:var(--text-muted);border:1px solid var(--border-glass);border-radius:var(--radius-full);background:#ffffff08;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;display:inline-flex}.Awards-module__6y1-4q__cardDescription{color:var(--text-secondary);margin-top:12px;font-size:.85rem;line-height:1.6}.Awards-module__6y1-4q__scoreCard{border-left:3px solid var(--accent-primary)}.Awards-module__6y1-4q__scoreBadge{background:var(--accent-glow);color:var(--accent-tertiary);border-radius:var(--radius-full);align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}@media (max-width:768px){.Awards-module__6y1-4q__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__footer{padding:60px 0 30px;position:relative;overflow:hidden}.Contact-module__hcVmEa__content{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:30px;display:flex;position:relative}.Contact-module__hcVmEa__left h2{text-align:center;margin-bottom:0;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.Contact-module__hcVmEa__right{width:100%}.Contact-module__hcVmEa__divider{background:var(--border-glass);border:none;height:1px;margin-bottom:20px}.Contact-module__hcVmEa__bottom{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.Contact-module__hcVmEa__copyright{color:var(--text-muted);font-size:.8rem}.Contact-module__hcVmEa__contactButtons{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.Contact-module__hcVmEa__contactBtn{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-base);cursor:pointer;align-items:center;gap:10px;min-width:fit-content;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.Contact-module__hcVmEa__contactBtn:hover{background:var(--accent-glow);border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Contact-module__hcVmEa__btnIcon{justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Contact-module__hcVmEa__orb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;right:-200px}.Contact-module__hcVmEa__orb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;left:-150px}@media (max-width:768px){.Contact-module__hcVmEa__footer{padding:40px 0 20px}.Contact-module__hcVmEa__content{gap:1.25rem;margin-bottom:24px}.Contact-module__hcVmEa__left h2{font-size:2rem}.Contact-module__hcVmEa__contactButtons{flex-direction:column;align-items:center;width:100%;max-width:320px;margin:0 auto}.Contact-module__hcVmEa__contactBtn{justify-content:center;width:100%}.Contact-module__hcVmEa__bottom{text-align:center;flex-direction:column}}
