.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--glass-border);cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:var(--glass-bg);border-color:var(--primary);transform:rotate(15deg)}
.Navbar-module__cJzEcG__nav{z-index:1000;background:var(--glass-bg);-webkit-backdrop-filter:blur(50px);border-bottom:1px solid var(--glass-border);width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__flex{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__dot{color:var(--primary)}.Navbar-module__cJzEcG__desktopLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__desktopLinks a{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__desktopLinks a:after{content:"";background-color:var(--primary);transform-origin:100%;width:100%;height:2px;transition:transform .5s ease-in-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Navbar-module__cJzEcG__desktopLinks a:hover{color:var(--foreground)}.Navbar-module__cJzEcG__desktopLinks a:hover:after,.Navbar-module__cJzEcG__activeLink:after{transform-origin:0;transform:scaleX(1)}.Navbar-module__cJzEcG__activeLink{color:var(--primary)!important}.Navbar-module__cJzEcG__mobileControls{align-items:center;gap:1rem;display:none}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;color:var(--foreground);background:0 0;border:none;padding:0;display:none}.Navbar-module__cJzEcG__hamburgerIcon{width:30px;height:30px;transition:transform .3s}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active .Navbar-module__cJzEcG__hamburgerIcon{color:var(--primary);transform:rotate(90deg)}.Navbar-module__cJzEcG__mobileMenu{background:var(--glass-bg);-webkit-backdrop-filter:blur(80px);border-left:1px solid var(--glass-border);z-index:999;width:70%;max-width:300px;height:100vh;padding-top:6rem;position:fixed;top:0;right:0;box-shadow:-5px 0 30px #0000001a}.Navbar-module__cJzEcG__mobileLinks{text-align:left;flex-direction:column;gap:2rem;padding:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__mobileLinks a{color:var(--foreground);font-size:1.5rem;font-weight:600;transition:color .3s;display:block}.Navbar-module__cJzEcG__mobileLinks a:hover,.Navbar-module__cJzEcG__activeLinkMobile{color:var(--primary)}@media (max-width:768px){.Navbar-module__cJzEcG__desktopLinks{display:none}.Navbar-module__cJzEcG__mobileControls,.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__canvas{position:absolute;top:0;-webkit-mask-image:linear-gradient(#000 50%,#0000 100%);mask-image:linear-gradient(#000 50%,#0000 100%)}.Hero-module__ZARIfG__floatingIcons{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__iconWrapper{z-index:1;will-change:transform;position:absolute}.Hero-module__ZARIfG__container{z-index:10;justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex;position:relative}.Hero-module__ZARIfG__content{z-index:2;flex:1;max-width:650px}.Hero-module__ZARIfG__terminalWrapper{z-index:2;flex:1;justify-content:flex-end;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__container{flex-direction:column;gap:3rem}.Hero-module__ZARIfG__terminalWrapper{order:2;justify-content:center;width:100%;display:flex}}.Hero-module__ZARIfG__greeting{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Hero-module__ZARIfG__title{background:linear-gradient(to right,var(--foreground),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.Hero-module__ZARIfG__highlight{color:var(--secondary)}.Hero-module__ZARIfG__description{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__ZARIfG__buttons{gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__socials{align-items:center;gap:1.5rem;display:flex}.Hero-module__ZARIfG__socials a{background:var(--glass-bg);border:1px solid var(--glass-border);width:50px;height:50px;color:var(--text-secondary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__ZARIfG__socials a:hover{color:#fff;background:var(--primary);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 5px 15px #f973164d}@media (max-width:768px){.Hero-module__ZARIfG__hero{text-align:center;height:auto;min-height:100vh;padding-top:9rem;padding-bottom:4rem}.Hero-module__ZARIfG__container{flex-direction:column;gap:3rem}.Hero-module__ZARIfG__content{z-index:2;width:100%}.Hero-module__ZARIfG__title{margin-bottom:1rem;font-size:3rem;line-height:1.2}.Hero-module__ZARIfG__subtitle{margin-bottom:1rem;font-size:1.25rem}.Hero-module__ZARIfG__description{margin:0 auto 2rem;padding:0 1rem;font-size:1.1rem}.Hero-module__ZARIfG__buttons{flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.Hero-module__ZARIfG__socials{justify-content:center}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__greeting{font-size:1.2rem}.Hero-module__ZARIfG__btn{text-align:center;width:100%}}
.Terminal-module__ggIYaW__terminal{-webkit-backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:100%;max-width:450px;font-family:Consolas,Monaco,Courier New,monospace;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000004d}.Terminal-module__ggIYaW__terminal:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 25px 60px #0006}.Terminal-module__ggIYaW__header{background:#ffffff0d;border-bottom:1px solid #ffffff1a;align-items:center;padding:10px 15px;display:flex}.Terminal-module__ggIYaW__buttons{gap:8px;display:flex}.Terminal-module__ggIYaW__dot{border-radius:50%;width:12px;height:12px}.Terminal-module__ggIYaW__red{background-color:#ff5f56}.Terminal-module__ggIYaW__yellow{background-color:#ffbd2e}.Terminal-module__ggIYaW__green{background-color:#27c93f}.Terminal-module__ggIYaW__title{text-align:center;color:#ffffff80;flex:1;margin-right:50px;font-size:.8rem}.Terminal-module__ggIYaW__body{color:#e2e8f0;flex-direction:column;justify-content:flex-start;min-height:180px;padding:20px;font-size:.95rem;line-height:1.6;display:flex}.Terminal-module__ggIYaW__prompt{color:#27c93f;margin-right:8px;font-weight:700}.Terminal-module__ggIYaW__command{color:#fce7f3;margin-bottom:1rem}.Terminal-module__ggIYaW__output{color:#94a3b8;white-space:pre-wrap}.Terminal-module__ggIYaW__cursor{vertical-align:middle;background-color:#e2e8f0;width:8px;height:15px;margin-left:2px;animation:1s step-end infinite Terminal-module__ggIYaW__blink;display:inline-block}@keyframes Terminal-module__ggIYaW__blink{0%,to{opacity:1}50%{opacity:0}}
.About-module__vAULUW__about{position:relative;overflow:hidden}.About-module__vAULUW__content{flex-direction:column;gap:2rem;display:flex}.About-module__vAULUW__text{color:var(--text-secondary);max-width:800px;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__sectionTitle{color:var(--foreground);border-left:4px solid var(--primary);margin-top:2rem;margin-bottom:1rem;padding-left:1rem;font-size:1.8rem}.About-module__vAULUW__educationItem{margin-bottom:2rem}.About-module__vAULUW__degree{color:var(--primary);font-size:1.3rem;font-weight:600}.About-module__vAULUW__school{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.About-module__vAULUW__year{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}
.Experience-module__RsmxMa__experience{position:relative}.Experience-module__RsmxMa__timeline{max-width:800px;margin:0 auto;position:relative}.Experience-module__RsmxMa__item{border-left:2px solid var(--glass-border);margin-bottom:3rem;padding-left:2rem;position:relative}.Experience-module__RsmxMa__item:last-child{margin-bottom:0}.Experience-module__RsmxMa__item:before{content:"";background:var(--primary);border:4px solid var(--background);width:16px;height:16px;box-shadow:0 0 0 1px var(--primary);border-radius:50%;position:absolute;top:0;left:-9px}.Experience-module__RsmxMa__role{color:var(--primary);margin-bottom:.5rem;font-size:1.4rem}.Experience-module__RsmxMa__company{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Experience-module__RsmxMa__period{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;display:block}.Experience-module__RsmxMa__list{color:var(--text-secondary);padding-left:1.5rem;list-style-type:disc}.Experience-module__RsmxMa__list li{margin-bottom:.5rem}
.Skills-module__G7oUEG__skillContainer{flex-direction:column;gap:3rem;display:flex}.Skills-module__G7oUEG__categoryGroup{flex-direction:column;gap:1.5rem;display:flex}.Skills-module__G7oUEG__categoryTitle{color:var(--primary);border-bottom:2px solid var(--glass-border);width:fit-content;padding-bottom:.5rem;font-size:1.25rem;display:inline-block}.Skills-module__G7oUEG__grid{flex-wrap:wrap;gap:1.2rem;display:flex}.Skills-module__G7oUEG__card{background:var(--glass-bg);border-radius:50px;flex-direction:row;align-items:center;gap:1rem;width:fit-content;min-width:140px;padding:.8rem 1.5rem;display:flex}.Skills-module__G7oUEG__iconWrapper{color:var(--foreground);will-change:transform;justify-content:center;align-items:center;transition:transform .3s;display:flex}.Skills-module__G7oUEG__card:hover .Skills-module__G7oUEG__iconWrapper{color:var(--primary);transform:rotate(10deg)}.Skills-module__G7oUEG__skillName{color:var(--text-secondary);white-space:nowrap;font-size:1rem;font-weight:500}.Skills-module__G7oUEG__category{display:none}
.Achievements-module__lLTeTq__achievements{padding:5rem 0;position:relative}.Achievements-module__lLTeTq__timeline{max-width:800px;margin:0 auto;position:relative}.Achievements-module__lLTeTq__item{border-left:2px solid var(--glass-border);margin-bottom:3rem;padding-left:2rem;position:relative}.Achievements-module__lLTeTq__item:last-child{margin-bottom:0}.Achievements-module__lLTeTq__item:before{content:"";background:var(--primary);border:4px solid var(--background);width:16px;height:16px;box-shadow:0 0 0 1px var(--primary);border-radius:50%;position:absolute;top:0;left:-9px}.Achievements-module__lLTeTq__title{color:var(--primary);margin-bottom:.5rem;font-size:1.4rem}.Achievements-module__lLTeTq__organizer{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Achievements-module__lLTeTq__date{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;display:block}.Achievements-module__lLTeTq__description{color:var(--text-secondary)}
.Footer-module__S6Hkya__footer{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);color:var(--text-secondary);margin-top:4rem;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brand h3{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.8rem;font-weight:700;display:flex}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);max-width:300px;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__column h4{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__S6Hkya__links a{width:fit-content;font-size:.95rem;transition:color .3s}.Footer-module__S6Hkya__links a:hover{color:var(--primary)}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--card-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--primary);color:#fff;box-shadow:0 5px 15px var(--primary-glow);border-color:var(--primary);transform:translateY(-3px)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__madeWith{align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__brand,.Footer-module__S6Hkya__column{flex-direction:column;align-items:center;display:flex}.Footer-module__S6Hkya__tagline{margin:0 auto}.Footer-module__S6Hkya__links{align-items:center}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}}
.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{flex-direction:column;padding:0;display:flex;overflow:hidden}.Projects-module__2BoJ-q__content{flex-direction:column;flex:1;padding:2rem;display:flex}.Projects-module__2BoJ-q__title{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Projects-module__2BoJ-q__description{color:var(--text-secondary);flex:1;margin-bottom:1.5rem}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Projects-module__2BoJ-q__tag{color:var(--primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.3rem .8rem;font-size:.8rem}.Projects-module__2BoJ-q__link{color:var(--accent);align-items:center;gap:.5rem;font-weight:600;transition:gap .3s;display:inline-flex}.Projects-module__2BoJ-q__link:hover{gap:.8rem}
.Contact-module__hcVmEa__content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.Contact-module__hcVmEa__text{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem}.Contact-module__hcVmEa__socials{gap:1.5rem;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--foreground);border-bottom:1px solid var(--accent);padding-bottom:2px;font-size:1.1rem;font-weight:600}.Contact-module__hcVmEa__socialLink:hover{color:var(--accent)}.Contact-module__hcVmEa__formWrapper{padding:2rem}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__group{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__group label{color:var(--text-secondary);font-size:.9rem}.Contact-module__hcVmEa__group input,.Contact-module__hcVmEa__group textarea{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);border-radius:8px;padding:1rem;font-family:inherit;transition:border-color .3s;box-shadow:inset 0 1px 2px #0000000d}.Contact-module__hcVmEa__group input:focus,.Contact-module__hcVmEa__group textarea:focus{border-color:var(--primary);outline:none}.Contact-module__hcVmEa__popupOverlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s Contact-module__hcVmEa__fadeIn;display:flex;position:fixed;top:0;left:0}.Contact-module__hcVmEa__popupContent{border:1px solid var(--glass-border);text-align:center;background:#111;border-radius:16px;flex-direction:column;align-items:center;gap:1.5rem;width:90%;max-width:400px;padding:2.5rem;animation:.3s Contact-module__hcVmEa__scaleUp;display:flex;box-shadow:0 20px 50px #00000080}.Contact-module__hcVmEa__popupIcon{background:var(--primary);color:#fff;width:60px;height:60px;box-shadow:0 0 20px var(--primary-glow);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:2rem;display:flex}.Contact-module__hcVmEa__popupTitle{color:var(--foreground);font-size:1.5rem;font-weight:700}.Contact-module__hcVmEa__popupMessage{color:var(--text-secondary);line-height:1.6}@keyframes Contact-module__hcVmEa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Contact-module__hcVmEa__scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:3rem}.Contact-module__hcVmEa__formWrapper{padding:1.5rem}.Contact-module__hcVmEa__text{text-align:center}.Contact-module__hcVmEa__socials{justify-content:center}}
