*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}body{background:#0a0a0a;color:#fff;overflow-x:hidden}.App{min-height:100vh}section{width:100%}:root{--bg:#0a0a0a;--card:#151515;--accent:#3b82f6;--text:#fff;--secondary:#a1a1aa}a{text-decoration:none}button{font-family:inherit}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,4%,.85);display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.logo{color:#3b82f6;font-size:1.8rem;font-weight:700}.navLinks{display:flex;gap:2rem;list-style:none}.navLinks li{cursor:pointer;transition:.3s}.navLinks li:hover{color:#3b82f6}.navBtn{background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;padding:.8rem 1.4rem}.mobileMenu{cursor:pointer;display:none;font-size:1.6rem}.mobileNav{background:#151515;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:20px;top:80px}@media(max-width:900px){.navBtn,.navLinks{display:none}.mobileMenu{display:block}}#intro{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:auto;max-width:1200px;min-height:100vh;padding:2rem}.introLeft{flex:1 1}.tag{color:#3b82f6;font-weight:600;letter-spacing:1px;text-transform:uppercase}.introLeft h1{color:#fff;font-size:5.5rem;font-weight:800;line-height:.95;margin-top:1rem}.roleLine{color:#d4d4d8;font-size:1.1rem;line-height:1.7;margin-top:1.5rem;max-width:700px}.introLeft p{color:#a1a1aa;font-size:1.05rem;line-height:1.9;margin-top:2rem;max-width:580px}.heroBtns{display:flex;gap:1rem;margin-top:2.5rem}.heroBtns button{background:#3b82f6;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.heroBtns button:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.outlineBtn{background:transparent!important;border:1px solid #3b82f6!important}.introRight{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.introRight img{-webkit-mask-image:linear-gradient(180deg,#000 55%,rgba(0,0,0,.8) 75%,transparent);mask-image:linear-gradient(180deg,#000 55%,rgba(0,0,0,.8) 75%,transparent);max-width:100%;object-fit:contain;width:430px}.introRight:after{background:#3b82f6;bottom:-30px;content:"";-webkit-filter:blur(100px);filter:blur(100px);height:120px;left:50%;opacity:.35;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:280px;z-index:1}@media (max-width:900px){#intro{flex-direction:column-reverse;gap:2rem;padding-top:3rem;text-align:center}.introLeft h1{font-size:3.8rem}.roleLine{font-size:1rem}.introLeft p{max-width:100%}.introRight img{width:280px}.heroBtns{flex-wrap:wrap;justify-content:center}}#skills{align-items:center;display:flex;flex-direction:column;margin:0 auto -6rem;max-width:1200px;padding:6rem 2rem;width:100%}.skillTitle{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.skillDesc{color:#bdbdbd;line-height:1.8;margin-bottom:4rem;max-width:850px;text-align:center}.skillBars{width:100%}.skillBar{align-items:center;background:#161616;border:1px solid #252525;border-radius:20px;display:flex;margin-bottom:1.5rem;padding:2rem;transition:.3s ease}.skillBar:hover{border-color:#facc15;box-shadow:0 10px 35px rgba(250,204,21,.08);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.skillBarImg{height:70px;margin-right:2rem;object-fit:contain;width:70px}.skillBarText h2{color:#fff;margin-bottom:.8rem}.skillBarText p{color:#bdbdbd;line-height:1.7}.techStack{margin-top:4rem;text-align:center;width:100%}.techStack h3{color:#fff;font-size:2rem;margin-bottom:2rem}.techGrid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.techGrid span{background:#1b1b1b;border:1px solid #2c2c2c;border-radius:999px;color:#facc15;font-size:.95rem;font-weight:600;padding:.8rem 1.2rem}.techGrid span:hover{border-color:#facc15}@media screen and (max-width:768px){.skillBar{flex-direction:column;text-align:center}.skillBarImg{margin-bottom:1rem;margin-right:0}.skillTitle{font-size:2.3rem}}@media screen and (max-width:480px){.techGrid span{font-size:.8rem;padding:.7rem 1rem}.skillDesc{align-items:right;font-size:.95rem}}.viewMoreBtn{background:transparent;border:none;color:#3b82f6;cursor:pointer;display:block;font-size:1.2rem;font-weight:600;margin:2rem auto 0;transition:.3s}.viewMoreBtn:hover{color:#fff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}#works{margin:0 auto -4rem;max-width:1200px;padding:6rem 2rem;text-align:center;width:100%}.worksTitle{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.worksDesc{color:#bdbdbd;display:block;line-height:1.8;margin:auto auto 4rem;max-width:750px}.projectsGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.projectCard{background:#161616;border:1px solid #252525;border-radius:22px;padding:2rem;text-align:left;transition:all .3s ease}.projectCard:hover{border-color:#facc15;box-shadow:0 20px 40px rgba(250,204,21,.12);-webkit-transform:translateY(-10px);transform:translateY(-10px)}.projectTop{display:flex;justify-content:space-between;margin-bottom:1rem}.projectNumber{color:#facc15;font-size:1.2rem;font-weight:700}.projectCard h3{color:#fff;margin-bottom:1rem}.projectTech{color:#facc15;display:inline-block;font-size:.9rem;margin-bottom:1rem}.projectCard p{color:#bdbdbd;line-height:1.7}.workBtn{background:#facc15;border:none;border-radius:999px;color:#000;cursor:pointer;font-weight:700;margin-top:3rem;padding:1rem 2rem}.workBtn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:768px){.worksTitle{font-size:2.3rem}.projectsGrid{grid-template-columns:1fr}}#contactPage{margin:auto;max-width:1200px;padding:6rem 2rem;width:100%}.contactPageTitle{color:#fff;font-size:3rem;font-weight:700;margin-bottom:3rem;margin-top:6rem;text-align:center}.certifications{margin-top:6rem}.certGrid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.certCard{background:#151515;border:1px solid #262626;border-radius:16px;color:#fff;font-weight:600;padding:1.5rem;text-align:center;transition:.3s ease}.certCard:hover{border-color:#3b82f6;-webkit-transform:translateY(-5px);transform:translateY(-5px)}#contact{margin-top:7rem}.contactDesc{color:#a1a1aa;font-size:1.05rem;line-height:1.9;margin:0 auto 4rem;max-width:850px;text-align:left}.contactContainer{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contactCard{background:#151515;border:1px solid #262626;border-radius:20px;padding:2rem}.contactCard h3{color:#3b82f6;margin-bottom:2rem}.contactItem{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.8rem}.infoIcon{color:#3b82f6;font-size:1.3rem;margin-top:3px}.contactItem h4{color:#fff;margin-bottom:.3rem}.contactItem p{color:#a1a1aa}.socialLink{align-items:center;background:#1c1c1c;border-radius:12px;color:#fff;display:flex;gap:12px;margin-bottom:1rem;padding:1rem;text-decoration:none;transition:.3s ease}.socialLink:hover{background:#3b82f6;-webkit-transform:translateX(5px);transform:translateX(5px)}.socialIcon{font-size:1.3rem}.contactForm{background:#151515;border:1px solid #262626;border-radius:20px;margin:auto;max-width:850px;padding:2rem}.contactForm h3{color:#3b82f6;margin-bottom:2rem;text-align:center}.email,.msg,.name{background:#1d1d1d;border:1px solid #2e2e2e;border-radius:12px;color:#fff;margin-bottom:1rem;outline:none;padding:1rem;width:100%}.email:focus,.msg:focus,.name:focus{border-color:#3b82f6}.msg{resize:vertical}.submitBtn{background:#3b82f6;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:.3s ease;width:100%}.submitBtn:hover{opacity:.9}@media (max-width:900px){.contactContainer{grid-template-columns:1fr}.contactPageTitle{font-size:2.3rem}}@media (max-width:600px){#contactPage{padding:4rem 1rem}.contactCard,.contactForm,.experienceCard{padding:1.3rem}}.text{color:#3b82f6;font-weight:600}.footer{background:#111;border-top:1px solid #252525;padding:3rem 1rem;text-align:center}.footer h3{color:#facc15;margin-bottom:1rem}.footer p{color:#bdbdbd;margin:.4rem 0}.footer span{color:#888;display:block;margin-top:1rem}#experience{margin:auto;max-width:1200px;padding:6rem 2rem}#experience h2{font-size:3rem;margin-bottom:4rem;text-align:center}.timeline{border-left:3px solid #3b82f6;margin-bottom:5rem;padding-left:2rem}.timelineItem{margin-bottom:3rem;position:relative}.timelineItem:before{background:#3b82f6;border-radius:50%;content:"";height:18px;left:-2.65rem;position:absolute;top:.3rem;width:18px}.timelineItem span{color:#3b82f6;font-weight:600}.timelineItem h3{color:#fff;margin-top:.5rem}.timelineItem h4{color:#a1a1aa;margin:.3rem 0}.timelineItem p{color:#a1a1aa;line-height:1.7}.experienceGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.experienceCard{background:#151515;border:1px solid #262626;border-radius:20px;padding:2rem;transition:.3s ease}.experienceCard:hover{border-color:#3b82f6;-webkit-transform:translateY(-8px);transform:translateY(-8px)}.experienceCard h3{color:#fff;margin-bottom:.5rem}.experienceCard h4{color:#3b82f6;margin-bottom:1rem}.experienceCard p{color:#a1a1aa;line-height:1.8}@media (max-width:768px){#experience{padding:4rem 1rem}#experience h2{font-size:2.3rem}.timeline{margin-bottom:4rem}.experienceCard{padding:1.5rem}}
/*# sourceMappingURL=main.ee10122c.css.map*/