.navbar{position:fixed;top:0;width:100%;background:#000;z-index:999;box-shadow:0 0 10px #a259ff4d}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-size:1.8rem;font-weight:700;color:#a259ff}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:500;position:relative;transition:color .3s}.nav-links a.active{color:#a259ff}.nav-links a.active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:#a259ff;transition:all .3s ease}.hamburger{display:none;font-size:1.8rem;cursor:pointer;color:#fff}@media screen and (max-width: 768px){.nav-links{position:absolute;top:100%;left:0;background:#111;width:100%;flex-direction:column;align-items:center;display:none}.nav-links.active{display:flex;gap:1.5rem;padding:1rem 0}.hamburger{display:block}}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem;background:linear-gradient(to right,#0b001c,#1a0033);color:#fff;flex-wrap:wrap}.hero-content{flex:1;max-width:500px;padding:1rem;z-index:2}.hello-text{color:#a259ff;font-weight:700;letter-spacing:2px;font-size:.9rem}.hero-name{font-size:2.8rem;font-weight:700;margin:1rem 0}.hero-name span{color:#a259ff}.hero-typing{font-size:1.5rem;margin-bottom:.5rem}.hero-role{font-size:1rem;color:#ccc;margin-bottom:1.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-buttons a{background:#a259ff;padding:.6rem 1.2rem;border-radius:8px;color:#fff;font-weight:600;text-decoration:none;font-size:.9rem}.hero-buttons a:hover{background:#8733ff}.hero-image-container{flex:1;display:flex;justify-content:center;padding:2rem}.hero-img{width:70%;max-width:550px;border-radius:12px;object-fit:cover;box-shadow:0 0 30px #a259ff66}.typewriter span:after{content:none!important;display:none!important;animation:none!important;border:none!important}.hero-left{opacity:1;animation:none}.hero-typing{will-change:opacity}.typewriter{display:inline-block;min-height:1.5rem;transition:opacity .3s ease-in-out;vertical-align:middle}.typewriter-text{display:inline-block;min-width:100px;color:#b266ff;transition:opacity .3s ease-in-out}@media screen and (max-width: 768px){.hero-container{flex-direction:column-reverse;padding:2rem 1.2rem;text-align:center}.hero-name{font-size:2.2rem}.hero-typing{font-size:1.3rem}.hero-img{max-width:220px;margin-top:1rem}.hero-buttons{justify-content:center}}.about-section{padding:4rem 2rem;background:#000;color:#fff}.about-title{font-size:2.5rem;text-align:center;color:#a259ff;margin-bottom:2rem}.about-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto}.about-left{flex:1;min-width:280px;max-width:400px;text-align:center}.about-img{width:100%;border-radius:12px;box-shadow:0 0 30px #a259ff66;margin-bottom:2rem}.skills .skill{margin-bottom:1rem;text-align:left}.skill-bar{background:#222;border-radius:10px;overflow:hidden;height:12px}.skill-bar span{display:block;height:100%;background:#a259ff;border-radius:10px}.about-right{flex:1;min-width:280px}.about-info{list-style:none;padding:0}.about-info li{margin-bottom:1rem;line-height:1.6;font-size:.95rem}.about-info strong{color:#a259ff}.neon-header{font-size:1.4rem;font-family:Courier New,Courier,monospace;color:#a259ff;margin-bottom:1.5rem;border-left:4px solid #a259ff;padding-left:.8rem;letter-spacing:1px;font-weight:600;display:inline-block}@media screen and (max-width: 768px){.about-container{flex-direction:column;align-items:center}.about-left,.about-right{max-width:100%;text-align:center}.about-info{text-align:left;padding:0 1rem}}.resume-section{padding:4rem 2rem;background:#000;color:#fff}.neon-header{font-size:1.5rem;font-family:Courier New,Courier,monospace;color:#a259ff;margin-bottom:2rem;border-left:4px solid #a259ff;padding-left:.8rem;font-weight:600;display:inline-block}.resume-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between}.experience-card{background:#1a1a1a;padding:2rem;border-radius:12px;flex:1 1 45%;box-shadow:0 0 20px #a259ff33;transition:transform .3s ease}.experience-card:hover{transform:translateY(-5px)}.exp-date{font-weight:700;color:#a259ff;margin-bottom:.5rem}.exp-role{font-size:1.2rem;font-weight:600;margin:.2rem 0;color:#fff}.exp-company{font-size:.95rem;color:#ccc;margin-bottom:1rem;letter-spacing:1px}.exp-desc{font-size:.9rem;color:#aaa;line-height:1.5}.download-cv-wrapper{margin-top:3rem;text-align:center}.download-cv-btn{background-color:#a259ff;color:#fff;padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;text-decoration:none;transition:background-color .3s ease;box-shadow:0 0 10px #a259ff}.download-cv-btn:hover{background-color:#8a40e8;box-shadow:0 0 20px #a259ff}@media screen and (max-width: 768px){.resume-container{flex-direction:column}.experience-card{flex:1 1 100%}}.projects-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.project-card{background:#1a1a1a;padding:1.5rem;border-radius:12px;box-shadow:0 0 15px #a259ff33;transition:.3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.project-card:hover{transform:translateY(-5px)}.project-image{width:100%;max-height:180px;object-fit:cover;border-radius:10px;margin-bottom:1rem;box-shadow:0 0 10px #a259ff33}.project-card h3{color:#a259ff;margin-bottom:.5rem}.tech-stack{font-size:.85rem;color:#bbb;font-style:italic;margin-bottom:.5rem}.description{font-size:.95rem;color:#ccc;margin-bottom:1rem}.project-links{display:flex;gap:1rem}.project-links a{background:#a259ff;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:500;text-decoration:none;font-size:.85rem;transition:.3s ease}.project-links a:hover{background:#8733ff}@media screen and (max-width: 768px){.project-image{max-height:150px}}.contact-section{background-color:#000;color:#fff;padding:4rem 2rem;text-align:center}.contact-section h2{font-size:2.5rem;color:#a259ff}.contact-section p{color:#ccc;margin-top:.5rem}.contact-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.contact-box{background:#111;padding:2rem;border-radius:12px;width:220px;text-align:center;box-shadow:0 0 10px #a259ff1a;transition:transform .3s ease}.contact-box:hover{transform:translateY(-5px)}.contact-box span{font-size:2rem}.contact-box h4{margin-top:1rem;color:#a259ff}.contact-box p{margin-top:.5rem;font-size:.95rem;color:#ddd}.contact-box a{color:#a259ff;font-weight:700}.contact-box a:hover{text-decoration:underline}html{scroll-behavior:smooth;font-family:Poppins,sans-serif;background-color:#000;color:#fff;padding:0;margin:0}body{margin:0;padding:0}a{text-decoration:none;color:inherit}
