.Navbar-module__cJzEcG__navbar{height:var(--nav-height);-webkit-backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border);background:#05050ab3;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{color:var(--foreground);font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__highlight{color:var(--primary)}.Navbar-module__cJzEcG__links{gap:2rem;display:flex}.Navbar-module__cJzEcG__links a{color:var(--foreground);opacity:.8;font-weight:500;position:relative}.Navbar-module__cJzEcG__links a:hover{opacity:1;color:var(--primary)}.Navbar-module__cJzEcG__socials{gap:1rem;display:flex}.Navbar-module__cJzEcG__socials a:hover{color:var(--primary);transition:all .2s;transform:translateY(-2px)}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding-top:var(--nav-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.Hero-module__ZARIfG__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__ZARIfG__greeting{color:var(--primary);letter-spacing:.05em;font-size:1.25rem;font-weight:500}.Hero-module__ZARIfG__name{background:linear-gradient(to right,var(--foreground),var(--foreground)50%,var(--primary));color:var(--foreground);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__title{color:var(--foreground);opacity:.9;font-size:2rem;font-weight:600;line-height:1.3}.Hero-module__ZARIfG__highlight{color:var(--primary);display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background:var(--primary-glow);z-index:-1;border-radius:4px;width:100%;height:8px;position:absolute;bottom:0;left:0}.Hero-module__ZARIfG__summary{color:var(--foreground);opacity:.8;max-width:540px;font-size:1.125rem;line-height:1.7}.Hero-module__ZARIfG__actions{gap:1rem;margin-top:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:#fff;box-shadow:0 4px 14px 0 var(--primary-glow)}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.Hero-module__ZARIfG__secondaryBtn{color:var(--foreground);border:1px solid var(--border);background:0 0}.Hero-module__ZARIfG__secondaryBtn:hover{border-color:var(--primary);color:var(--primary)}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.Hero-module__ZARIfG__circle{background:linear-gradient(135deg,var(--primary),var(--secondary));filter:blur(80px);opacity:.4;border-radius:50%;width:300px;height:300px;animation:8s infinite alternate Hero-module__ZARIfG__pulse;position:absolute}.Hero-module__ZARIfG__circle2{background:var(--accent);filter:blur(60px);opacity:.3;border-radius:50%;width:200px;height:200px;animation:10s infinite reverse Hero-module__ZARIfG__float;position:absolute;top:10%;right:10%}.Hero-module__ZARIfG__heroImage{z-index:2;object-fit:contain;filter:drop-shadow(0 0 20px #6366f14d);max-width:100%;height:auto;max-height:100%;position:relative}.Hero-module__ZARIfG__bgGlow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);z-index:0;pointer-events:none;width:50vw;height:50vw;position:absolute;top:-10%;left:-10%}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.4;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}@keyframes Hero-module__ZARIfG__float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}@media (max-width:960px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__ZARIfG__content{align-items:center}.Hero-module__ZARIfG__name{font-size:3rem}.Hero-module__ZARIfG__visual{height:300px}}@media (max-width:480px){.Hero-module__ZARIfG__name{font-size:2.5rem}.Hero-module__ZARIfG__title{font-size:1.5rem}}
.About-module__vAULUW__section{background:var(--background);padding:6rem 2rem;position:relative}.About-module__vAULUW__container{max-width:900px;margin:0 auto}.About-module__vAULUW__heading{background:linear-gradient(to right,var(--primary),var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.About-module__vAULUW__content{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem}.About-module__vAULUW__text{color:var(--foreground);opacity:.9;margin-bottom:3rem;font-size:1.125rem;line-height:1.8}.About-module__vAULUW__stats{border-top:1px solid var(--border);justify-content:space-around;padding-top:2rem;display:flex}.About-module__vAULUW__statItem{text-align:center}.About-module__vAULUW__statNumber{color:var(--primary);font-size:2.5rem;font-weight:700;display:block}.About-module__vAULUW__statLabel{color:var(--foreground);opacity:.7;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.875rem}@media (max-width:600px){.About-module__vAULUW__stats{flex-direction:column;gap:2rem}}
.Experience-module__RsmxMa__section{background:var(--background);padding:6rem 2rem}.Experience-module__RsmxMa__container{max-width:900px;margin:0 auto}.Experience-module__RsmxMa__heading{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Experience-module__RsmxMa__timeline{border-left:2px solid var(--border);margin-left:1rem;padding-left:2rem;position:relative}.Experience-module__RsmxMa__item{margin-bottom:4rem;position:relative}.Experience-module__RsmxMa__item:last-child{margin-bottom:0}.Experience-module__RsmxMa__marker{background:var(--primary);border:4px solid var(--background);width:1.25rem;height:1.25rem;box-shadow:0 0 0 1px var(--primary);border-radius:50%;position:absolute;top:.5rem;left:-2.6rem}.Experience-module__RsmxMa__content{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .3s}.Experience-module__RsmxMa__content:hover{border-color:var(--primary);transform:translateY(-5px)}.Experience-module__RsmxMa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.Experience-module__RsmxMa__role{color:var(--primary);font-size:1.5rem;font-weight:600}.Experience-module__RsmxMa__date{color:var(--primary);background:#6366f11a;border-radius:50px;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.Experience-module__RsmxMa__company{color:var(--foreground);opacity:.8;margin-bottom:1.5rem;font-size:1.1rem}.Experience-module__RsmxMa__description{list-style-type:none}.Experience-module__RsmxMa__description li{color:var(--foreground);opacity:.8;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__description li:before{content:"▹";color:var(--primary);position:absolute;left:0}.Experience-module__RsmxMa__description li strong,.Experience-module__RsmxMa__description li b{color:var(--foreground);font-weight:600}.Experience-module__RsmxMa__description li a{color:var(--primary);border-bottom:1px dotted var(--primary);text-decoration:none;transition:all .2s}.Experience-module__RsmxMa__description li a:hover{opacity:.8;border-bottom-style:solid}@media (max-width:600px){.Experience-module__RsmxMa__header{flex-direction:column}}
.Projects-module__2BoJ-q__section{background:var(--background);padding:6rem 2rem}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__heading{text-align:center;background:linear-gradient(to right,var(--secondary),var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;height:100%;transition:all .3s;position:relative;overflow:hidden}.Projects-module__2BoJ-q__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 10px 40px -10px #0003}.Projects-module__2BoJ-q__cardContent{flex-direction:column;height:100%;padding:2rem;display:flex}.Projects-module__2BoJ-q__topRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__title{color:var(--foreground);font-size:1.5rem;font-weight:600}.Projects-module__2BoJ-q__links a{color:var(--foreground);opacity:.7;transition:all .2s}.Projects-module__2BoJ-q__links a:hover{color:var(--primary);opacity:1}.Projects-module__2BoJ-q__description{color:var(--foreground);opacity:.8;flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__2BoJ-q__tag{color:var(--accent);background:#8b5cf61a;border-radius:50px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}
.Skills-module__G7oUEG__section{background:var(--background);padding:6rem 2rem}.Skills-module__G7oUEG__container{max-width:1000px;margin:0 auto}.Skills-module__G7oUEG__heading{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:2.5rem;font-weight:700}.Skills-module__G7oUEG__categories{flex-direction:column;gap:4rem;display:flex}.Skills-module__G7oUEG__catTitle{color:var(--primary);text-transform:capitalize;border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600;display:inline-block}.Skills-module__G7oUEG__skillGrid{flex-wrap:wrap;gap:1.5rem;display:flex}.Skills-module__G7oUEG__skillItem{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s;display:flex}.Skills-module__G7oUEG__skillItem:hover{border-color:var(--primary);background:#6366f10d;transform:translateY(-3px)}.Skills-module__G7oUEG__icon{color:var(--foreground);font-size:1.5rem;transition:color .3s}.Skills-module__G7oUEG__skillItem:hover .Skills-module__G7oUEG__icon{color:var(--primary)}.Skills-module__G7oUEG__skillName{color:var(--foreground);font-weight:500}
.Contact-module__hcVmEa__section{background:var(--background);text-align:center;padding:6rem 2rem 2rem}.Contact-module__hcVmEa__container{flex-direction:column;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.Contact-module__hcVmEa__heading{color:var(--foreground);font-size:3rem;font-weight:700}.Contact-module__hcVmEa__text{color:var(--foreground);opacity:.8;max-width:600px;font-size:1.2rem;line-height:1.6}.Contact-module__hcVmEa__contactMethods{flex-direction:column;gap:1rem;margin:2rem 0;display:flex}.Contact-module__hcVmEa__method{color:var(--primary);background:var(--card-bg);border:1px solid var(--border);border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;transition:opacity .2s;display:flex}.Contact-module__hcVmEa__method:hover{opacity:.8;border-color:var(--primary)}.Contact-module__hcVmEa__icon{font-size:1.2rem}.Contact-module__hcVmEa__socials{gap:1.5rem;margin-bottom:3rem;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--foreground);opacity:.7;font-size:2rem;transition:all .3s}.Contact-module__hcVmEa__socialLink:hover{color:var(--primary);opacity:1;transform:translateY(-3px)}.Contact-module__hcVmEa__footer{border-top:1px solid var(--border);width:100%;color:var(--foreground);opacity:.5;padding-top:2rem;font-size:.9rem}
