.Navbar-module__pSp8Ga__navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background-color:rgba(15,23,42,.95);border-bottom:1px solid rgba(148,163,184,.1);padding:.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__scrolled{background-color:rgba(15,23,42,.98);padding:.2rem 0;box-shadow:0 4px 20px rgba(0,0,0,.3)}.Navbar-module__pSp8Ga__navContent{justify-content:space-between;align-items:center;height:3.5rem;padding:0 1rem;display:flex}.Navbar-module__pSp8Ga__logo{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#00d4ff,#09f);-webkit-text-fill-color:transparent;font-size:1.3rem;font-weight:700;font-family:var(--font-mono);-webkit-background-clip:text;background-clip:text;flex-shrink:0;text-decoration:none}.Navbar-module__pSp8Ga__rightSection{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.Navbar-module__pSp8Ga__navLinks{align-items:center;gap:2rem;font-size:.95rem;display:flex}.Navbar-module__pSp8Ga__navLinks a{color:#cbd5e1;cursor:pointer;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__pSp8Ga__navLinks a:after{content:"";background:linear-gradient(90deg,#00d4ff,#09f);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__pSp8Ga__navLinks a:hover{color:#00d4ff}.Navbar-module__pSp8Ga__navLinks a:hover:after{width:100%}.Navbar-module__pSp8Ga__divider{color:rgba(148,163,184,.3);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1.2rem;font-weight:300}.Navbar-module__pSp8Ga__controls{align-items:center;gap:1rem;display:flex}.Navbar-module__pSp8Ga__themeToggle{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.2rem;transition:all .3s;display:flex}.Navbar-module__pSp8Ga__themeToggle:hover{color:#00d4ff;background-color:rgba(0,212,255,.1)}.Navbar-module__pSp8Ga__mobileMenuBtn{color:#fff;cursor:pointer;z-index:11;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module__pSp8Ga__divider{display:none}.Navbar-module__pSp8Ga__navLinks{background-color:rgba(15,23,42,.98);border-bottom:1px solid rgba(148,163,184,.1);flex-direction:column;align-items:flex-start;gap:0;width:100%;max-height:0;transition:max-height .4s ease-in-out;position:fixed;top:4.5rem;left:0;right:0;overflow:hidden}.Navbar-module__pSp8Ga__mobileOpen{max-height:400px}.Navbar-module__pSp8Ga__navLinks a{border-bottom:1px solid rgba(148,163,184,.1);width:100%;padding:1.2rem 2rem;display:block}.Navbar-module__pSp8Ga__navLinks a:after{display:none}.Navbar-module__pSp8Ga__mobileMenuBtn{display:flex}}
.HeroSection-module__8AZ9Vq__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;margin-top:3.5rem;padding:2rem 1rem;display:flex;position:relative}.HeroSection-module__8AZ9Vq__heroContent{max-width:900px;animation:.8s ease-out HeroSection-module__8AZ9Vq__fadeInUp}@keyframes HeroSection-module__8AZ9Vq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__8AZ9Vq__title{color:var(--text-primary);letter-spacing:-1px;margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.HeroSection-module__8AZ9Vq__title span{color:var(--color-accent)}.HeroSection-module__8AZ9Vq__subtitle{color:var(--text-secondary);min-height:2rem;margin-bottom:2.5rem;font-size:max(1.1rem,min(2.5vw,1.5rem));line-height:1.6}.HeroSection-module__8AZ9Vq__buttonPrimary{background-color:var(--color-accent);color:var(--bg-primary);cursor:pointer;border:2px solid transparent;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.HeroSection-module__8AZ9Vq__buttonPrimary:hover{background-color:#7dd3fc}.HeroSection-module__8AZ9Vq__buttonSecondary{border:2px solid var(--color-accent);color:var(--color-accent);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 15px 50px rgba(0,212,255,.3)}.HeroSection-module__8AZ9Vq__buttonSecondary:hover{background-color:var(--color-accent);color:var(--bg-primary);box-shadow:0 15px 40px rgba(0,212,255,.5)}
.AboutSection-module__gMUiGa__aboutSection{background-color:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:6rem 0}.AboutSection-module__gMUiGa__title{text-align:center;background:linear-gradient(135deg,var(--color-accent),#a78bfa);-webkit-text-fill-color:transparent;color:var(--text-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.AboutSection-module__gMUiGa__contentWrapper{flex-direction:column;align-items:center;gap:3rem;display:flex}.AboutSection-module__gMUiGa__avatarWrapper{border:4px solid var(--color-accent);border-radius:50%;width:256px;height:256px;overflow:hidden}.AboutSection-module__gMUiGa__avatar{object-fit:cover;width:100%;height:100%}.AboutSection-module__gMUiGa__textWrapper{text-align:center;max-width:650px;color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.AboutSection-module__gMUiGa__textWrapper p{margin-bottom:1rem}@media (min-width:768px){.AboutSection-module__gMUiGa__contentWrapper{flex-direction:row;gap:4rem}.AboutSection-module__gMUiGa__textWrapper{text-align:left}}
.SkillsSection-module__vLY-sq__skillsSection{background-color:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:4rem 0;position:relative}.SkillsSection-module__vLY-sq__label{text-align:center;font-family:var(--font-mono);letter-spacing:2px;background:linear-gradient(135deg,var(--color-accent),#a78bfa);-webkit-text-fill-color:transparent;color:var(--text-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem}.SkillsSection-module__vLY-sq__slider{width:70%;height:90px;margin:auto;position:relative;overflow:hidden}.SkillsSection-module__vLY-sq__slider:before,.SkillsSection-module__vLY-sq__slider:after{background:linear-gradient(to right,var(--bg-primary)0%,transparent 100%);content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.SkillsSection-module__vLY-sq__slider:after{right:0;transform:rotate(180deg)}.SkillsSection-module__vLY-sq__slider:before{left:0}.SkillsSection-module__vLY-sq__slideTrack{width:max-content;animation:35s linear infinite SkillsSection-module__vLY-sq__scroll;display:flex}.SkillsSection-module__vLY-sq__slide{width:160px;color:var(--text-secondary);justify-content:center;align-items:center;gap:1rem;padding:0 1rem;font-size:2.2rem;transition:transform .3s,color .3s;display:flex}.SkillsSection-module__vLY-sq__slide:hover{transform:scale(1.15)}.SkillsSection-module__vLY-sq__slide:hover .SkillsSection-module__vLY-sq__name{color:var(--color-accent)}.SkillsSection-module__vLY-sq__icon{align-items:center;display:flex}.SkillsSection-module__vLY-sq__name{font-size:1rem;font-weight:600;font-family:var(--font-mono);transition:color .3s}@keyframes SkillsSection-module__vLY-sq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
.ProjectsSection-module__2qoIza__projectsSection{background-color:var(--bg-glass);-webkit-backdrop-filter:blur(1px);border-bottom:1px solid var(--border-color);opacity:0;padding:6rem 0;transition:all .8s ease-out;transform:translateY(30px)}.ProjectsSection-module__2qoIza__projectsSection.ProjectsSection-module__2qoIza__inView{opacity:1;transform:translateY(0)}.ProjectsSection-module__2qoIza__title{font-family:var(--font-mono);text-align:center;background:linear-gradient(135deg,var(--color-accent),#a78bfa);-webkit-text-fill-color:transparent;color:var(--text-primary);-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:800}.ProjectsSection-module__2qoIza__projectsWrapper{align-items:center;gap:1.5rem;display:flex;position:relative}.ProjectsSection-module__2qoIza__scrollContainer{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-accent)transparent;flex:1;gap:2rem;padding:2rem 1rem;display:flex;overflow-x:auto}.ProjectsSection-module__2qoIza__scrollContainer::-webkit-scrollbar{height:6px}.ProjectsSection-module__2qoIza__scrollContainer::-webkit-scrollbar-track{background:0 0}.ProjectsSection-module__2qoIza__scrollContainer::-webkit-scrollbar-thumb{background:var(--color-accent);opacity:.5;border-radius:10px}.ProjectsSection-module__2qoIza__scrollContainer::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.ProjectsSection-module__2qoIza__card{background-color:var(--bg-card);-webkit-backdrop-filter:blur(10px);border:4px solid var(--border-color);cursor:grab;scroll-snap-align:center;border-radius:16px;flex-direction:column;flex-shrink:0;width:380px;height:100%;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;overflow:hidden}.ProjectsSection-module__2qoIza__card:active{cursor:grabbing}.ProjectsSection-module__2qoIza__card:hover{border-color:var(--color-accent);box-shadow:0 20px 50px -10px var(--shadow-color);transform:translateY(-10px)scale(1.02)}.ProjectsSection-module__2qoIza__cardImageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.ProjectsSection-module__2qoIza__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ProjectsSection-module__2qoIza__card:hover .ProjectsSection-module__2qoIza__cardImage{transform:scale(1.4)}.ProjectsSection-module__2qoIza__cardOverlay{background:linear-gradient(to top,var(--bg-primary)0%,transparent 100%);opacity:.3;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.ProjectsSection-module__2qoIza__card:hover .ProjectsSection-module__2qoIza__cardOverlay{opacity:.7}.ProjectsSection-module__2qoIza__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProjectsSection-module__2qoIza__cardTitle{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.ProjectsSection-module__2qoIza__cardDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.ProjectsSection-module__2qoIza__techStackContainer{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.ProjectsSection-module__2qoIza__techIconWrapper{cursor:pointer;background:rgba(0,212,255,.1);border:1px solid rgba(0,212,255,.2);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.ProjectsSection-module__2qoIza__techIconWrapper:hover{background:rgba(0,212,255,.2);border-color:rgba(0,212,255,.4);transform:scale(1.1)}.ProjectsSection-module__2qoIza__techIcon{color:#00d4ff}.ProjectsSection-module__2qoIza__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProjectsSection-module__2qoIza__tag{color:var(--color-accent);border:1px solid var(--border-color);background:rgba(56,189,248,.1);border-radius:20px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;transition:all .3s}.ProjectsSection-module__2qoIza__card:hover .ProjectsSection-module__2qoIza__tag{border-color:var(--color-accent)}.ProjectsSection-module__2qoIza__links{border-top:1px solid var(--border-color);gap:1rem;padding-top:1rem;display:flex}.ProjectsSection-module__2qoIza__link{color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ProjectsSection-module__2qoIza__link:hover{color:var(--color-accent);background:rgba(56,189,248,.1);transform:translate(5px)}.ProjectsSection-module__2qoIza__swipeHint{text-align:center;color:var(--text-secondary);opacity:.7;letter-spacing:1px;margin-top:.5rem;font-size:.8rem}@media (max-width:768px){.ProjectsSection-module__2qoIza__card{width:300px}.ProjectsSection-module__2qoIza__techStackContainer{gap:.5rem}.ProjectsSection-module__2qoIza__techIconWrapper{width:32px;height:32px}.ProjectsSection-module__2qoIza__techIcon{font-size:1.2rem}}
.ContactSection-module__htTnOq__contactSection{background-color:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);text-align:center;padding:6rem 0}.ContactSection-module__htTnOq__contactSection.ContactSection-module__htTnOq__inView{opacity:1;transform:translateY(0)}.ContactSection-module__htTnOq__title{color:#fff;background:linear-gradient(135deg,#00d4ff,#09f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:800}.ContactSection-module__htTnOq__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.ContactSection-module__htTnOq__socialLinks{justify-content:center;gap:3rem;margin-bottom:4rem;display:flex}.ContactSection-module__htTnOq__socialLinks a{color:var(--text-secondary);background:rgba(0,212,255,.05);border:4px solid rgba(0,212,255,.2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:color .3s,transform .2s;display:flex}.ContactSection-module__htTnOq__socialLinks a:hover{color:var(--color-accent);border-color:rgba(0,212,255,.5);transform:scale(1.1);box-shadow:0 10px 30px rgba(0,212,255,.2)}.ContactSection-module__htTnOq__contactForm{flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;margin:0 auto 2rem;display:flex}.ContactSection-module__htTnOq__formGroup{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;display:flex}.ContactSection-module__htTnOq__label{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.ContactSection-module__htTnOq__contactForm input,.ContactSection-module__htTnOq__contactForm textarea{border:1px solid var(--text-secondary);background-color:var(--bg-card);width:100%;color:var(--text-primary);resize:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem}.ContactSection-module__htTnOq__contactForm input:focus,.ContactSection-module__htTnOq__contactForm textarea:focus{border-color:var(--color-accent);box-shadow:0 0 4px var(--color-accent);outline:none}.ContactSection-module__htTnOq__contactForm button{background-color:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.ContactSection-module__htTnOq__contactForm button:hover{background-color:#2a6fd1}.ContactSection-module__htTnOq__status{text-align:center;color:var(--text-secondary);margin-top:1rem;font-weight:500}
.Footer-module__nhiC3q__footer{background-color:var(--bg-primary);text-align:center;color:var(--text-secondary);padding:2rem 0;font-size:.9rem}
