.Navbar-module__cJzEcG__nav{z-index:100;padding:16px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0a0e17e6;padding:10px 0}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:2px;font-size:1.2rem;font-weight:600;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoTerminal{color:var(--accent-cyan);margin-right:4px}.Navbar-module__cJzEcG__logoName{color:var(--text-primary)}.Navbar-module__cJzEcG__logoCursor{color:var(--accent-cyan);animation:1s step-end infinite Navbar-module__cJzEcG__blink}@keyframes Navbar-module__cJzEcG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Navbar-module__cJzEcG__links{align-items:center;gap:8px;list-style:none;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.02em;border-radius:8px;padding:8px 14px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__link:hover{color:var(--accent-cyan);background:var(--accent-cyan-dim)}.Navbar-module__cJzEcG__hireMeBtn{font-family:var(--font-mono);color:var(--bg-primary);background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal));border-radius:100px;align-items:center;margin-left:8px;padding:8px 20px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex;box-shadow:0 0 20px #00e5ff33}.Navbar-module__cJzEcG__hireMeBtn:hover{transform:translateY(-2px);box-shadow:0 0 30px #00e5ff66}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--accent-cyan);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__links{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-left:1px solid var(--border-subtle);z-index:105;background:#0a0e17fa;flex-direction:column;gap:4px;width:280px;height:100vh;padding:100px 30px 30px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__open{transform:translate(0)}.Navbar-module__cJzEcG__link{width:100%;padding:12px 16px;font-size:.95rem}.Navbar-module__cJzEcG__hireMeBtn{justify-content:center;width:100%;margin-top:16px;margin-left:0}}
.Hero-module__ZARIfG__hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__blobOne{filter:blur(60px);background:radial-gradient(circle,#00e5ff14,#0000 70%);border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite Hero-module__ZARIfG__floatBlob1;position:absolute;top:-10%;right:-5%}.Hero-module__ZARIfG__blobTwo{filter:blur(60px);background:radial-gradient(circle,#7c4dff12,#0000 70%);border-radius:50%;width:400px;height:400px;animation:25s ease-in-out infinite Hero-module__ZARIfG__floatBlob2;position:absolute;bottom:10%;left:-10%}.Hero-module__ZARIfG__scanLine{background:linear-gradient(90deg,transparent,var(--accent-cyan-dim),transparent);z-index:2;width:100%;height:2px;animation:8s linear infinite Hero-module__ZARIfG__scan-line;position:absolute;top:-10%;left:0}@keyframes Hero-module__ZARIfG__floatBlob1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes Hero-module__ZARIfG__floatBlob2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.1)}}@keyframes Hero-module__ZARIfG__scan-line{0%{top:-10%}to{top:110%}}.Hero-module__ZARIfG__content{z-index:1;opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;transition:all 1s cubic-bezier(.2,0,.2,1);display:grid;position:relative;transform:translateY(30px)}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__loaded{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__terminalHeader{border:1px solid var(--border-subtle);background:#0f1623cc;border-radius:8px;align-items:center;gap:6px;width:fit-content;margin-bottom:20px;padding:8px 14px;display:flex}.Hero-module__ZARIfG__terminalDot{border-radius:50%;width:10px;height:10px}.Hero-module__ZARIfG__terminalTitle{font-family:var(--font-mono);color:var(--text-muted);margin-left:8px;font-size:.75rem}.Hero-module__ZARIfG__textSide{flex-direction:column;display:flex}.Hero-module__ZARIfG__greeting{color:var(--text-secondary);letter-spacing:.05em;font-size:1rem;font-weight:500;font-family:var(--font-mono);margin-bottom:12px}.Hero-module__ZARIfG__prompt{color:var(--accent-green);margin-right:8px;font-weight:700}.Hero-module__ZARIfG__name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:12px;font-size:4.5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__tagline{color:var(--accent-cyan);letter-spacing:.02em;font-size:1.3rem;font-weight:500;font-family:var(--font-mono);min-height:1.8em;margin-bottom:20px}.Hero-module__ZARIfG__cursor{color:var(--accent-cyan);animation:1s step-end infinite Hero-module__ZARIfG__blink}@keyframes Hero-module__ZARIfG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Hero-module__ZARIfG__intro{color:var(--text-secondary);max-width:480px;margin-bottom:32px;font-size:1.05rem;line-height:1.8}.Hero-module__ZARIfG__cta{gap:16px;margin-bottom:48px;display:flex}.Hero-module__ZARIfG__primaryBtn{font-family:var(--font-display);color:var(--bg-primary);background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal));border-radius:100px;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00e5ff40}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00e5ff66}.Hero-module__ZARIfG__btnShimmer{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:3s infinite Hero-module__ZARIfG__shimmerBtn;position:absolute;top:0;left:-100%}@keyframes Hero-module__ZARIfG__shimmerBtn{0%{left:-100%}to{left:200%}}.Hero-module__ZARIfG__secondaryBtn{font-family:var(--font-display);color:var(--accent-cyan);background:0 0;border:1px solid #00e5ff4d;border-radius:100px;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s;display:inline-flex}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--accent-cyan);background:var(--accent-cyan-dim);transform:translateY(-2px);box-shadow:0 0 20px #00e5ff26}.Hero-module__ZARIfG__stats{align-items:center;gap:24px;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;display:flex}.Hero-module__ZARIfG__statNumber{font-family:var(--font-mono);color:var(--accent-cyan);font-size:1.8rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__statDivider{background:var(--border-accent);width:1px;height:40px}.Hero-module__ZARIfG__imageSide{justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__imageFrame{width:400px;height:500px;position:relative}.Hero-module__ZARIfG__imageGlow{filter:blur(30px);background:linear-gradient(135deg,#00e5ff1f,#7c4dff14);border-radius:24px;animation:12s ease-in-out infinite Hero-module__ZARIfG__floatBlob1;position:absolute;inset:-20px}.Hero-module__ZARIfG__hexBorder{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple),var(--accent-teal));z-index:0;opacity:.6;border-radius:24px;position:absolute;inset:-3px}.Hero-module__ZARIfG__imageContainer{z-index:1;border-radius:22px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:center top}.Hero-module__ZARIfG__floatingBadge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-accent);color:var(--text-primary);z-index:2;background:#0f1623e6;border-radius:100px;align-items:center;gap:10px;padding:10px 20px;font-size:.85rem;font-weight:600;animation:4s ease-in-out infinite Hero-module__ZARIfG__floatGentle;display:flex;position:absolute;bottom:40px;left:-20px;box-shadow:0 8px 30px #0000004d}@keyframes Hero-module__ZARIfG__floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.Hero-module__ZARIfG__statusBadge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--accent-green);z-index:2;background:#00e6761f;border:1px solid #00e6764d;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:.8rem;font-weight:600;animation:5s ease-in-out infinite reverse Hero-module__ZARIfG__floatGentle;display:flex;position:absolute;top:20px;right:-15px}.Hero-module__ZARIfG__statusDot{background:var(--accent-green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse-glow}@keyframes Hero-module__ZARIfG__pulse-glow{0%,to{opacity:.4;box-shadow:0 0 #00e67666}50%{opacity:1;box-shadow:0 0 0 6px #00e67600}}.Hero-module__ZARIfG__scrollIndicator{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollIndicator span{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;font-size:.7rem}.Hero-module__ZARIfG__scrollMouse{border:2px solid #00e5ff4d;border-radius:12px;width:22px;height:36px;position:relative}.Hero-module__ZARIfG__scrollDot{background:var(--accent-cyan);border-radius:2px;width:3px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollAnim;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scrollAnim{0%{opacity:1;top:6px}to{opacity:0;top:22px}}@media (max-width:1024px){.Hero-module__ZARIfG__content{text-align:center;grid-template-columns:1fr;gap:40px}.Hero-module__ZARIfG__textSide{order:2;align-items:center}.Hero-module__ZARIfG__imageSide{order:1}.Hero-module__ZARIfG__terminalHeader{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__name{font-size:3.5rem}.Hero-module__ZARIfG__intro{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__cta,.Hero-module__ZARIfG__stats{justify-content:center}.Hero-module__ZARIfG__imageFrame{width:320px;height:400px}.Hero-module__ZARIfG__floatingBadge{bottom:-20px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__statusBadge{right:-10px}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:100px 16px 60px}.Hero-module__ZARIfG__name{font-size:2.8rem}.Hero-module__ZARIfG__tagline{font-size:1.05rem}.Hero-module__ZARIfG__intro{font-size:1rem}.Hero-module__ZARIfG__stats{flex-wrap:wrap;gap:16px}.Hero-module__ZARIfG__statDivider{display:none}.Hero-module__ZARIfG__imageFrame{width:260px;height:340px}.Hero-module__ZARIfG__cta{flex-direction:column;width:100%;max-width:300px}.Hero-module__ZARIfG__scrollIndicator{display:none}}
.About-module__vAULUW__about{position:relative}.About-module__vAULUW__container{opacity:0;grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;transition:all .8s cubic-bezier(.2,0,.2,1);display:grid;transform:translateY(40px)}.About-module__vAULUW__container.About-module__vAULUW__visible{opacity:1;transform:translateY(0)}.About-module__vAULUW__imageCol{justify-content:center;display:flex}.About-module__vAULUW__imageStack{width:380px;height:460px;position:relative}.About-module__vAULUW__mainImage{border-radius:var(--radius-lg);border:2px solid var(--border-accent);width:100%;height:100%;box-shadow:0 20px 60px #0006,0 0 30px var(--accent-cyan-dim);position:relative;overflow:hidden}.About-module__vAULUW__photo{object-fit:cover}.About-module__vAULUW__secondaryImage{border-radius:var(--radius-md);border:3px solid var(--bg-primary);z-index:2;width:160px;height:160px;position:absolute;bottom:-30px;right:-30px;overflow:hidden;box-shadow:0 12px 30px #0006}.About-module__vAULUW__experienceBadge{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-teal));z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:-20px;left:-20px;box-shadow:0 8px 30px #00e5ff4d}.About-module__vAULUW__badgeNumber{font-family:var(--font-mono);color:var(--bg-primary);font-size:1.6rem;font-weight:700;line-height:1}.About-module__vAULUW__badgeText{color:var(--bg-primary);text-align:center;opacity:.9;font-size:.6rem;font-weight:600;line-height:1.2}.About-module__vAULUW__textCol h2{margin-bottom:20px;font-size:2.6rem;line-height:1.2}.About-module__vAULUW__lead{color:var(--text-primary);margin-bottom:16px;font-size:1.1rem;font-weight:500}.About-module__vAULUW__textCol p{color:var(--text-secondary);margin-bottom:16px;font-size:.98rem;line-height:1.8}.About-module__vAULUW__highlights{flex-direction:column;gap:16px;margin-top:24px;display:flex}.About-module__vAULUW__highlight{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:flex-start;gap:14px;padding:16px;transition:all .3s;display:flex}.About-module__vAULUW__highlight:hover{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:0 0 20px var(--accent-cyan-dim)}.About-module__vAULUW__highlightIcon{flex-shrink:0;margin-top:2px;font-size:1.6rem}.About-module__vAULUW__highlight strong{color:var(--text-primary);margin-bottom:4px;font-size:.95rem;display:block}.About-module__vAULUW__highlight p{color:var(--text-muted)!important;margin-bottom:0!important;font-size:.85rem!important}@media (max-width:1024px){.About-module__vAULUW__container{text-align:center;grid-template-columns:1fr}.About-module__vAULUW__imageStack{width:300px;height:380px;margin:0 auto}.About-module__vAULUW__secondaryImage{width:130px;height:130px;bottom:-20px;right:-15px}.About-module__vAULUW__highlights{max-width:500px;margin:24px auto 0}.About-module__vAULUW__highlight{text-align:left}}@media (max-width:640px){.About-module__vAULUW__imageStack{width:260px;height:340px}.About-module__vAULUW__experienceBadge{width:80px;height:80px;top:-15px;left:-10px}.About-module__vAULUW__badgeNumber{font-size:1.3rem}.About-module__vAULUW__textCol h2{font-size:2rem}}
.Experience-module__RsmxMa__experience{position:relative}.Experience-module__RsmxMa__container{opacity:0;transition:all .8s cubic-bezier(.2,0,.2,1);transform:translateY(40px)}.Experience-module__RsmxMa__container.Experience-module__RsmxMa__visible{opacity:1;transform:translateY(0)}.Experience-module__RsmxMa__timeline{flex-direction:column;gap:0;max-width:900px;margin:0 auto;display:flex}.Experience-module__RsmxMa__timelineItem{opacity:0;grid-template-columns:60px 1fr;gap:24px;animation:.6s cubic-bezier(.2,0,.2,1) forwards Experience-module__RsmxMa__fadeInScale;display:grid}.Experience-module__RsmxMa__timelineLine{flex-direction:column;align-items:center;display:flex}.Experience-module__RsmxMa__timelineDot{background:var(--bg-tertiary);border:2px solid var(--border-accent);width:44px;height:44px;box-shadow:0 0 15px var(--accent-cyan-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.Experience-module__RsmxMa__timelineItem:hover .Experience-module__RsmxMa__timelineDot{border-color:var(--accent-cyan);box-shadow:0 0 25px var(--accent-cyan-glow)}.Experience-module__RsmxMa__timelineConnector{background:linear-gradient(180deg,var(--border-accent),transparent);flex:1;width:2px;margin:8px 0}.Experience-module__RsmxMa__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin-bottom:32px;padding:28px;transition:all .4s}.Experience-module__RsmxMa__card:hover{border-color:var(--border-accent);transform:translate(4px);box-shadow:0 4px 30px #00e5ff14}.Experience-module__RsmxMa__cardHeader{margin-bottom:16px}.Experience-module__RsmxMa__period{font-family:var(--font-mono);color:var(--accent-cyan);letter-spacing:.03em;font-size:.78rem;font-weight:500}.Experience-module__RsmxMa__role{color:var(--text-primary);margin:6px 0 4px;font-size:1.4rem;font-weight:700}.Experience-module__RsmxMa__company{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Experience-module__RsmxMa__meta{color:var(--text-muted);font-weight:400}.Experience-module__RsmxMa__location{color:var(--text-muted);margin-top:4px;font-size:.82rem;display:block}.Experience-module__RsmxMa__desc{color:var(--text-secondary);margin-bottom:16px;font-size:.92rem;line-height:1.7}.Experience-module__RsmxMa__highlights{margin-bottom:16px;padding:0;list-style:none}.Experience-module__RsmxMa__highlights li{color:var(--text-secondary);margin-bottom:8px;padding-left:20px;font-size:.88rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__highlights li:before{content:"▸";color:var(--accent-cyan);font-weight:700;position:absolute;left:0}.Experience-module__RsmxMa__skillTags{flex-wrap:wrap;gap:6px;display:flex}.Experience-module__RsmxMa__tag{font-family:var(--font-mono);color:var(--accent-cyan);background:var(--accent-cyan-dim);letter-spacing:.02em;border:1px solid #00e5ff1f;border-radius:100px;padding:4px 12px;font-size:.72rem;font-weight:500}@keyframes Experience-module__RsmxMa__fadeInScale{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.Experience-module__RsmxMa__timelineItem{grid-template-columns:40px 1fr;gap:16px}.Experience-module__RsmxMa__timelineDot{width:36px;height:36px;font-size:1rem}.Experience-module__RsmxMa__card{padding:20px}.Experience-module__RsmxMa__role{font-size:1.2rem}}
.Skills-module__G7oUEG__skills{position:relative}.Skills-module__G7oUEG__container{opacity:0;transition:all .8s cubic-bezier(.2,0,.2,1);transform:translateY(40px)}.Skills-module__G7oUEG__container.Skills-module__G7oUEG__visible{opacity:1;transform:translateY(0)}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Skills-module__G7oUEG__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px;transition:all .4s}.Skills-module__G7oUEG__card:hover{border-color:var(--border-accent);transform:translateY(-4px);box-shadow:0 8px 40px #00e5ff14}.Skills-module__G7oUEG__cardHeader{align-items:center;gap:12px;margin-bottom:24px;display:flex}.Skills-module__G7oUEG__cardIcon{background:var(--accent-cyan-dim);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.6rem;display:flex}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__purple .Skills-module__G7oUEG__cardIcon{background:var(--accent-purple-dim)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__teal .Skills-module__G7oUEG__cardIcon{background:var(--accent-teal-dim)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__orange .Skills-module__G7oUEG__cardIcon{background:#ff6d3a1f}.Skills-module__G7oUEG__cardHeader h3{color:var(--text-primary);font-size:1.05rem;font-weight:600}.Skills-module__G7oUEG__skillsList{flex-direction:column;gap:16px;display:flex}.Skills-module__G7oUEG__skillItem{flex-direction:column;gap:6px;display:flex}.Skills-module__G7oUEG__skillInfo{justify-content:space-between;align-items:center;display:flex}.Skills-module__G7oUEG__skillInfo span{color:var(--text-secondary);font-size:.85rem}.Skills-module__G7oUEG__skillPercent{font-family:var(--font-mono);font-weight:600;color:var(--accent-cyan)!important;font-size:.78rem!important}.Skills-module__G7oUEG__progressBar{background:#ffffff0d;border-radius:4px;height:4px;overflow:hidden}.Skills-module__G7oUEG__progressFill{background:linear-gradient(90deg,var(--accent-cyan),var(--accent-blue));height:100%;box-shadow:0 0 10px var(--accent-cyan-dim);border-radius:4px;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__purple .Skills-module__G7oUEG__progressFill{background:linear-gradient(90deg,var(--accent-purple),#a46fff)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__teal .Skills-module__G7oUEG__progressFill{background:linear-gradient(90deg,var(--accent-teal),#33d6c0)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__orange .Skills-module__G7oUEG__progressFill{background:linear-gradient(90deg,var(--accent-orange),#ff9a5c)}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__purple .Skills-module__G7oUEG__skillPercent{color:var(--accent-purple)!important}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__teal .Skills-module__G7oUEG__skillPercent{color:var(--accent-teal)!important}.Skills-module__G7oUEG__card.Skills-module__G7oUEG__orange .Skills-module__G7oUEG__skillPercent{color:var(--accent-orange)!important}@media (max-width:768px){.Skills-module__G7oUEG__grid{grid-template-columns:1fr}.Skills-module__G7oUEG__card{padding:22px}}
.Gallery-module__3QxX8q__gallery{position:relative}.Gallery-module__3QxX8q__container{max-width:1200px;margin:0 auto}.Gallery-module__3QxX8q__masonryGrid{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px;gap:16px;display:grid}.Gallery-module__3QxX8q__photoCard{border-radius:var(--radius-md);cursor:pointer;opacity:0;border:1px solid var(--border-subtle);transition:all .4s;position:relative;overflow:hidden;transform:translateY(20px)}.Gallery-module__3QxX8q__photoCard.Gallery-module__3QxX8q__visible{animation:.6s cubic-bezier(.2,0,.2,1) forwards Gallery-module__3QxX8q__fadeInScale}.Gallery-module__3QxX8q__photoCard:hover{border-color:var(--border-accent);z-index:2;box-shadow:0 4px 30px #00e5ff1f}.Gallery-module__3QxX8q__tall{grid-row:span 2}.Gallery-module__3QxX8q__wide{grid-column:span 2}.Gallery-module__3QxX8q__imageWrapper{width:100%;height:100%;position:relative}.Gallery-module__3QxX8q__image{object-fit:cover;transition:transform .6s}.Gallery-module__3QxX8q__photoCard:hover .Gallery-module__3QxX8q__image{transform:scale(1.08)}.Gallery-module__3QxX8q__overlay{opacity:0;background:linear-gradient(#0000 40%,#0a0e17d9 100%);flex-direction:column;justify-content:flex-end;padding:20px;transition:opacity .4s;display:flex;position:absolute;inset:0}.Gallery-module__3QxX8q__photoCard:hover .Gallery-module__3QxX8q__overlay{opacity:1}.Gallery-module__3QxX8q__caption{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:600}.Gallery-module__3QxX8q__viewBtn{font-family:var(--font-mono);color:var(--accent-cyan);letter-spacing:.05em;font-size:.75rem}.Gallery-module__3QxX8q__lightbox{z-index:200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#0a0e17f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Gallery-module__3QxX8q__lightboxClose{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;z-index:210;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:24px;right:24px}.Gallery-module__3QxX8q__lightboxClose:hover{color:var(--accent-cyan);border-color:var(--border-accent)}.Gallery-module__3QxX8q__lightboxNav{color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;z-index:210;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__3QxX8q__lightboxNav:hover{color:var(--accent-cyan);border-color:var(--border-accent);box-shadow:0 0 20px var(--accent-cyan-dim)}.Gallery-module__3QxX8q__lightboxPrev{left:24px}.Gallery-module__3QxX8q__lightboxNext{right:24px}.Gallery-module__3QxX8q__lightboxImage{cursor:default;width:85vw;max-width:1200px;height:80vh;position:relative}.Gallery-module__3QxX8q__lightboxImg{object-fit:contain}.Gallery-module__3QxX8q__lightboxCaption{color:var(--text-secondary);z-index:210;font-size:1rem;font-weight:500;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@keyframes Gallery-module__3QxX8q__fadeInScale{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.Gallery-module__3QxX8q__masonryGrid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.Gallery-module__3QxX8q__wide{grid-column:span 1}.Gallery-module__3QxX8q__lightboxNav{width:40px;height:40px;font-size:1.8rem}}@media (max-width:480px){.Gallery-module__3QxX8q__masonryGrid{grid-auto-rows:160px;gap:10px}}
.Education-module__JpHHoW__education{position:relative}.Education-module__JpHHoW__container{opacity:0;transition:all .8s cubic-bezier(.2,0,.2,1);transform:translateY(40px)}.Education-module__JpHHoW__container.Education-module__JpHHoW__visible{opacity:1;transform:translateY(0)}.Education-module__JpHHoW__layout{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.Education-module__JpHHoW__educationList{flex-direction:column;gap:20px;display:flex}.Education-module__JpHHoW__eduCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);gap:18px;padding:24px;transition:all .4s;display:flex}.Education-module__JpHHoW__eduCard:hover{border-color:var(--border-accent);transform:translate(4px);box-shadow:0 4px 30px #00e5ff14}.Education-module__JpHHoW__eduIcon{background:var(--accent-cyan-dim);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.Education-module__JpHHoW__eduContent{flex:1}.Education-module__JpHHoW__eduYear{font-family:var(--font-mono);color:var(--accent-cyan);font-size:.78rem;font-weight:500}.Education-module__JpHHoW__eduContent h3{color:var(--text-primary);margin:4px 0;font-size:1.1rem;font-weight:700}.Education-module__JpHHoW__institution{color:var(--text-secondary);font-size:.9rem;font-weight:500;display:block}.Education-module__JpHHoW__grade{font-family:var(--font-mono);color:var(--accent-green);background:var(--accent-green-dim);border-radius:100px;margin-top:4px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-block}.Education-module__JpHHoW__eduContent p{color:var(--text-muted);margin-top:8px;font-size:.88rem;line-height:1.6}.Education-module__JpHHoW__eduSkills{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.Education-module__JpHHoW__eduTag{font-family:var(--font-mono);color:var(--accent-teal);background:var(--accent-teal-dim);border-radius:100px;padding:3px 10px;font-size:.7rem;font-weight:500}.Education-module__JpHHoW__certSection{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px}.Education-module__JpHHoW__certTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:20px;font-size:1.1rem;font-weight:700;display:flex}.Education-module__JpHHoW__terminalPrompt{color:var(--accent-green);font-family:var(--font-mono)}.Education-module__JpHHoW__certGrid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;display:grid}.Education-module__JpHHoW__certCard{background:var(--bg-tertiary);border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;font-size:.82rem;transition:all .3s;display:flex}.Education-module__JpHHoW__certCard:hover{border-color:var(--border-accent);color:var(--accent-cyan);background:var(--accent-cyan-dim)}.Education-module__JpHHoW__certDot{background:var(--accent-cyan);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Education-module__JpHHoW__quoteCard{background:var(--bg-tertiary);border-left:3px solid var(--accent-cyan);border-radius:0 var(--radius-sm)var(--radius-sm)0;padding:20px}.Education-module__JpHHoW__quoteCard blockquote{color:var(--text-secondary);margin-bottom:8px;font-size:.9rem;font-style:italic;line-height:1.7}.Education-module__JpHHoW__quoteCard cite{color:var(--text-muted);font-size:.8rem;font-style:normal;font-family:var(--font-mono)}@media (max-width:1024px){.Education-module__JpHHoW__layout{grid-template-columns:1fr}}@media (max-width:640px){.Education-module__JpHHoW__eduCard{flex-direction:column;gap:12px}.Education-module__JpHHoW__certGrid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contact{position:relative}.Contact-module__hcVmEa__container{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:48px;transition:all .8s cubic-bezier(.2,0,.2,1);display:grid;transform:translateY(40px)}.Contact-module__hcVmEa__container.Contact-module__hcVmEa__visible{opacity:1;transform:translateY(0)}.Contact-module__hcVmEa__content h2{margin-bottom:12px;font-size:2.6rem}.Contact-module__hcVmEa__desc{color:var(--text-secondary);margin-bottom:28px;font-size:.98rem;line-height:1.8}.Contact-module__hcVmEa__contactCards{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.Contact-module__hcVmEa__contactCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:all .4s;display:flex}.Contact-module__hcVmEa__contactCard:hover{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:0 0 20px var(--accent-cyan-dim);transform:translate(4px)}.Contact-module__hcVmEa__contactIcon{background:var(--accent-cyan-dim);width:44px;height:44px;color:var(--accent-cyan);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__contactCard strong{color:var(--text-primary);margin-bottom:2px;font-size:.92rem;display:block}.Contact-module__hcVmEa__contactCard span{color:var(--text-muted);font-size:.82rem}.Contact-module__hcVmEa__availabilityCard{background:var(--accent-green-dim);border-radius:var(--radius-md);border:1px solid #00e67633;align-items:center;gap:16px;padding:18px 22px;display:flex}.Contact-module__hcVmEa__availDot{background:var(--accent-green);border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:2s ease-in-out infinite Contact-module__hcVmEa__pulse-avail}@keyframes Contact-module__hcVmEa__pulse-avail{0%,to{box-shadow:0 0 #00e67666}50%{box-shadow:0 0 0 8px #00e67600}}.Contact-module__hcVmEa__availabilityCard strong{color:var(--accent-green);margin-bottom:2px;font-size:.95rem;display:block}.Contact-module__hcVmEa__availabilityCard p{color:var(--text-secondary);margin:0;font-size:.82rem}.Contact-module__hcVmEa__terminalWindow{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 12px 40px #0006}.Contact-module__hcVmEa__terminalBar{background:var(--bg-tertiary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:6px;padding:12px 16px;display:flex}.Contact-module__hcVmEa__termDot{border-radius:50%;width:10px;height:10px}.Contact-module__hcVmEa__termTitle{font-family:var(--font-mono);color:var(--text-muted);margin-left:8px;font-size:.72rem}.Contact-module__hcVmEa__terminalBody{font-family:var(--font-mono);color:var(--text-secondary);padding:20px;font-size:.82rem;line-height:1.8}.Contact-module__hcVmEa__termGreen{color:var(--accent-green)}.Contact-module__hcVmEa__termBlue{color:var(--accent-blue)}.Contact-module__hcVmEa__termOutput{color:var(--text-muted);padding-left:16px}.Contact-module__hcVmEa__termHighlight{color:var(--accent-cyan);font-weight:600}.Contact-module__hcVmEa__termCursor{color:var(--accent-cyan);animation:1s step-end infinite Contact-module__hcVmEa__blink-cursor}@keyframes Contact-module__hcVmEa__blink-cursor{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width:1024px){.Contact-module__hcVmEa__container{grid-template-columns:1fr}.Contact-module__hcVmEa__content{text-align:center}.Contact-module__hcVmEa__contactCards{max-width:400px;margin:0 auto 24px}.Contact-module__hcVmEa__availabilityCard{text-align:left;max-width:400px;margin:0 auto}.Contact-module__hcVmEa__terminalWindow{max-width:500px;margin:0 auto}}
.Footer-module__S6Hkya__footer{z-index:1;border-top:1px solid var(--border-subtle);background:var(--bg-secondary);padding:48px 20px 32px;position:relative}.Footer-module__S6Hkya__container{text-align:center;max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__top{margin-bottom:16px}.Footer-module__S6Hkya__logo{font-family:var(--font-mono);color:var(--text-primary);font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__logoPre{color:var(--accent-cyan)}.Footer-module__S6Hkya__tagline{color:var(--text-muted);margin-top:6px;font-size:.88rem}.Footer-module__S6Hkya__links{justify-content:center;gap:24px;margin:16px 0;display:flex}.Footer-module__S6Hkya__links a{font-family:var(--font-mono);color:var(--text-secondary);font-size:.82rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--accent-cyan)}.Footer-module__S6Hkya__divider{background:var(--border-accent);width:60px;height:1px;margin:20px auto}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__bottom p,.Footer-module__S6Hkya__madeWith{color:var(--text-muted);font-size:.82rem}@media (max-width:640px){.Footer-module__S6Hkya__bottom{flex-direction:column;gap:8px}}
.MatrixRain-module__t4c2Na__canvas{z-index:0;pointer-events:none;opacity:.4;width:100vw;height:100vh;position:fixed;top:0;left:0}
