.Navbar-module__nuAbfa__header{z-index:100;width:100%;padding:1rem 0;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__navbar{border-radius:50px;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.Navbar-module__nuAbfa__logo .Navbar-module__nuAbfa__brand{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-teal));-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;text-decoration:none;transition:all .3s}.Navbar-module__nuAbfa__logo .Navbar-module__nuAbfa__brand:hover{letter-spacing:.5px;filter:drop-shadow(0 0 10px #00e5ff66)}.Navbar-module__nuAbfa__navLinks{gap:2.5rem;list-style:none;display:flex}.Navbar-module__nuAbfa__navLinks a{color:var(--text-muted);font-size:1rem;font-weight:500;transition:all .3s}.Navbar-module__nuAbfa__navLinks a:hover{color:var(--accent-cyan)}.Navbar-module__nuAbfa__contactBtn{color:var(--accent-cyan);background:#00e5ff1a;border:1px solid #00e5ff66;border-radius:30px;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.Navbar-module__nuAbfa__contactBtn:hover{background:var(--accent-cyan);color:var(--bg-primary);border-color:var(--accent-cyan);transform:translateY(-2px);box-shadow:0 5px 15px #00e5ff33}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}}
.Hero-module__Z8hQ_W__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__content{z-index:10;width:100%;position:relative}.Hero-module__Z8hQ_W__heroBody{justify-content:space-between;align-items:center;gap:4rem;display:flex}.Hero-module__Z8hQ_W__textContent{text-align:left;flex:1;max-width:600px}.Hero-module__Z8hQ_W__imageContainer{flex:1;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__profileFrame{z-index:5;border:1px solid var(--border-light);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:380px;height:380px;padding:10px;display:flex;position:relative}.Hero-module__Z8hQ_W__rotatingBorder{background:conic-gradient(from 0deg, transparent, var(--accent-cyan), transparent 30%, var(--accent-teal), transparent 60%, var(--accent-blue), transparent);opacity:.8;border-radius:50%;width:100%;height:100%;animation:4s linear infinite Hero-module__Z8hQ_W__rotateBorder;position:absolute;top:0;left:0;-webkit-mask:radial-gradient(circle,#0000 66%,#000 67%);mask:radial-gradient(circle,#0000 66%,#000 67%)}.Hero-module__Z8hQ_W__profileWrapper{border:2px solid var(--border-light);background:var(--bg-secondary);z-index:2;border-radius:50%;width:320px;height:320px;animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;position:relative;overflow:hidden;box-shadow:0 0 50px #00e5ff33}.Hero-module__Z8hQ_W__profileImage{border-radius:50%}@keyframes Hero-module__Z8hQ_W__rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__Z8hQ_W__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.Hero-module__Z8hQ_W__greeting{color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.Hero-module__Z8hQ_W__role{color:var(--text-main);margin-top:.5rem;margin-bottom:1.5rem}.Hero-module__Z8hQ_W__intro{max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__Z8hQ_W__actions{gap:1rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn,.Hero-module__Z8hQ_W__secondaryBtn{text-align:center;border-radius:8px;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Hero-module__Z8hQ_W__primaryBtn{background:var(--accent-cyan);color:var(--bg-primary)}.Hero-module__Z8hQ_W__primaryBtn:hover{background:#fff;transform:translateY(-2px)}.Hero-module__Z8hQ_W__secondaryBtn{border:1px solid var(--accent-cyan);color:var(--accent-cyan);background:0 0}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:#00e5ff1a;transform:translateY(-2px)}.Hero-module__Z8hQ_W__abstractShapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__shape1,.Hero-module__Z8hQ_W__shape2{filter:blur(100px);opacity:.2;border-radius:50%;position:absolute}.Hero-module__Z8hQ_W__shape1{background:var(--accent-blue);width:500px;height:500px;top:10%;right:-5%}.Hero-module__Z8hQ_W__shape2{background:var(--accent-teal);width:400px;height:400px;bottom:0%;left:-10%}@media (max-width:992px){.Hero-module__Z8hQ_W__heroBody{text-align:center;flex-direction:column-reverse;gap:3rem}.Hero-module__Z8hQ_W__textContent{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__Z8hQ_W__profileFrame{width:300px;height:300px}.Hero-module__Z8hQ_W__profileWrapper{width:250px;height:250px}}@media (max-width:768px){.Hero-module__Z8hQ_W__actions{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__shape1,.Hero-module__Z8hQ_W__shape2{opacity:.15;width:300px;height:300px}}
.About-module__vqXTeW__wrapper{z-index:2;position:relative}.About-module__vqXTeW__card{flex-direction:column;gap:1.5rem;padding:3rem;display:flex;box-shadow:0 10px 30px #0003}.About-module__vqXTeW__card p{color:var(--text-main);font-size:1.15rem;line-height:1.8}.About-module__vqXTeW__card strong{color:var(--accent-cyan)}@media (max-width:768px){.About-module__vqXTeW__card{padding:2rem 1.5rem}}
.Skills-module__P7wDQq__wrapper{z-index:2;position:relative}.Skills-module__P7wDQq__grid{flex-wrap:wrap;gap:1rem;display:flex}.Skills-module__P7wDQq__skillBadge{cursor:default;color:var(--text-main);border-radius:50px;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.Skills-module__P7wDQq__skillBadge:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#00e5ff0d;transform:translateY(-5px);box-shadow:0 5px 15px #00e5ff1a}
.Projects-module__K3d-Xa__wrapper{z-index:2;position:relative}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__K3d-Xa__card{border-radius:16px;flex-direction:column;padding:0;transition:all .3s;display:flex;overflow:hidden}.Projects-module__K3d-Xa__card:hover{border-color:var(--accent-teal);transform:translateY(-10px);box-shadow:0 10px 30px #1de9b61a}.Projects-module__K3d-Xa__imageWrapper{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);width:100%;height:220px;position:relative;overflow:hidden}.Projects-module__K3d-Xa__image{object-fit:cover;transition:transform .5s}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__image{transform:scale(1.05)}.Projects-module__K3d-Xa__content{flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem;display:flex}.Projects-module__K3d-Xa__content h3{color:var(--text-main);margin:0}.Projects-module__K3d-Xa__content p{font-size:1rem}.Projects-module__K3d-Xa__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.Projects-module__K3d-Xa__tag{color:var(--accent-teal);background:#1de9b61a;border:1px solid #1de9b633;border-radius:20px;padding:.3rem .8rem;font-size:.85rem}
.Experience-module__HaXZMW__wrapper{z-index:2;position:relative}.Experience-module__HaXZMW__timeline{max-width:800px;margin:0 auto;padding-left:20px;position:relative}.Experience-module__HaXZMW__timeline:before{content:"";background:var(--border-light);width:2px;height:100%;position:absolute;top:0;left:0}.Experience-module__HaXZMW__item{margin-bottom:3rem;padding-left:2rem;position:relative}.Experience-module__HaXZMW__item:last-child{margin-bottom:0}.Experience-module__HaXZMW__dot{background:var(--accent-cyan);width:14px;height:14px;box-shadow:0 0 10px var(--border-glow);border-radius:50%;position:absolute;top:0;left:-26px}.Experience-module__HaXZMW__content{padding:2rem;transition:transform .3s}.Experience-module__HaXZMW__content:hover{border-color:#00e5ff4d;transform:translate(5px)}.Experience-module__HaXZMW__content h3{color:var(--text-main);margin-bottom:.25rem}.Experience-module__HaXZMW__company{color:var(--accent-cyan);font-weight:500}.Experience-module__HaXZMW__date{color:var(--text-muted);font-size:.9rem;font-family:var(--font-inter);margin-bottom:1.5rem;display:block}.Experience-module__HaXZMW__list{flex-direction:column;gap:.8rem;padding-left:1.2rem;display:flex}.Experience-module__HaXZMW__list li{color:var(--text-muted);line-height:1.6}@media (max-width:768px){.Experience-module__HaXZMW__content{padding:1.5rem}}
.Certificates-module__UtpOmq__wrapper{z-index:2;position:relative}.Certificates-module__UtpOmq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Certificates-module__UtpOmq__card{border-radius:16px;padding:0;transition:all .3s;overflow:hidden}.Certificates-module__UtpOmq__card:hover{border-color:var(--accent-cyan);transform:translateY(-8px);box-shadow:0 10px 30px #00e5ff1a}.Certificates-module__UtpOmq__imageWrapper{background:var(--bg-secondary);width:100%;height:200px;position:relative}.Certificates-module__UtpOmq__image{object-fit:contain;padding:1rem}.Certificates-module__UtpOmq__content{padding:1.5rem}.Certificates-module__UtpOmq__content h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.1rem}.Certificates-module__UtpOmq__content p{color:var(--accent-cyan);margin-bottom:.25rem;font-size:.9rem}.Certificates-module__UtpOmq__date{color:var(--text-muted);font-size:.8rem}
.Footer-module__EZoWya__footer{z-index:2;padding-top:4rem;padding-bottom:2rem;position:relative}.Footer-module__EZoWya__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;padding:4rem 2rem;display:flex}.Footer-module__EZoWya__tagline{max-width:600px;margin-top:1rem;margin-bottom:3rem;font-size:1.2rem}.Footer-module__EZoWya__contacts{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.Footer-module__EZoWya__link{color:var(--text-main);border:1px solid var(--border-light);background:#ffffff08;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.Footer-module__EZoWya__link:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);background:#00e5ff0d;transform:translateY(-3px)}.Footer-module__EZoWya__copyright{text-align:center;color:var(--text-muted);font-size:.95rem}
