*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}nav.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-links{display:flex;list-style:none;gap:2rem}.menu-toggle{display:none;width:44px;height:44px;border-radius:10px;border:1px solid rgba(37,99,235,.2);background:#fff;align-items:center;justify-content:center;gap:6px;flex-direction:column;cursor:pointer;position:relative;z-index:1102;transition:box-shadow .3s ease,transform .3s ease,background .3s ease,border-color .3s ease;box-shadow:0 8px 18px #00000014}.menu-toggle span{display:block;width:24px;height:3px;background:#2563eb;border-radius:999px;transform-origin:center;transition:transform .3s ease,opacity .3s ease,background .25s ease}.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-toggle.open{background:#2563eb;border-color:#2563eb;box-shadow:0 10px 22px #2563eb40}.menu-toggle.open span{background:#fff}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#2563eb}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff08" points="0,1000 1000,0 1000,1000"/></svg>')}.hero-content{color:#fff;text-align:center;z-index:2;position:relative}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards}.hero .subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9;transform:translateY(30px);animation:fadeInUp 1s ease .2s forwards}.hero .description{font-size:1.1rem;margin-bottom:3rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto;transform:translateY(30px);animation:fadeInUp 1s ease .4s forwards}.cta-button{display:inline-block;background:#fff;color:#2563eb;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;transform:translateY(30px);animation:fadeInUp 1s ease .6s forwards;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937}.about{background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.about-image{text-align:center}.story-image{width:400px;height:400px;border-radius:50%;overflow:hidden;border:6px solid white;box-shadow:0 8px 16px #0003;margin:0 auto}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease}.story-image:hover img{transform:scale(1.05);box-shadow:0 12px 28px #00000040}.about-text h3{font-size:2rem;margin-bottom:1rem;color:#1f2937}.about-text p{font-size:1.1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.8}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.skill-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-12px) scale(1.06);box-shadow:0 18px 40px #00000038;border-color:#6464ff66}.skill-card h3{color:#2563eb;margin-bottom:1rem}.skill-list{list-style:none}.skill-list li{padding:.5rem 0;border-bottom:1px solid #e5e7eb}.skill-list li:last-child{border-bottom:none}.education{background:#f8fafc}.education-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem;border-left:4px solid #2563eb;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-10px) scale(1.07);box-shadow:0 20px 44px #0003}.education-card h3{color:#2563eb;font-size:1.5rem;margin-bottom:.5rem}.education-card .institution{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.education-card .year{color:#6b7280;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;align-items:stretch}.projects-grid a{text-decoration:none;color:inherit}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease;height:500px;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px)}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-content h3{color:#1f2937;margin-bottom:1rem}.project-content p{color:#6b7280;margin-bottom:1rem;flex:1}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.tag{background:#e0e7ff;color:#2563eb;padding:.25rem .75rem;border-radius:15px;font-size:.8rem}.repo{background:#f8fafc}.repo-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem;border-left:4px solid #2563eb;transition:transform .3s ease}.repo-card:hover{transform:translateY(-5px) scale(1.02)}.repo-card h3{color:#2563eb;font-size:1.5rem;margin-bottom:.5rem}.repo-card .institution{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.repo-card .year{color:#6b7280;font-weight:500}.contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-content{text-align:center}.contact-content p{font-size:1.1rem;margin-bottom:2rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.contact-item{text-align:center}.contact-item h3{margin-bottom:.5rem}.contact-item a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease;display:block;margin-bottom:.5rem}.contact-item a:hover{opacity:1}.contact-item span,.contact-item div{color:#fff;opacity:.9}footer{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3);margin-top:2rem}footer p{font-size:.9rem;opacity:.9}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){nav{padding:.75rem 0}.menu-toggle{display:inline-flex}.nav-links{position:absolute;top:70px;right:20px;left:20px;flex-direction:column;gap:1rem;background:#fffffffa;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 14px 35px #0000001f;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:1001}.nav-links.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-links a{width:100%;padding:.6rem .4rem}.hero h1{font-size:2.5rem;padding:0 1rem}.hero .subtitle{font-size:1.2rem}.hero .description{font-size:1rem;padding:0 1rem}.cta-button{padding:.8rem 1.5rem;font-size:.9rem}.about-content{grid-template-columns:1fr;text-align:center}.story-image{width:250px;height:250px;margin-bottom:1.5rem}.about-text h3{font-size:1.5rem}.about-text p{font-size:.95rem}.skills-grid,.projects-grid{grid-template-columns:1fr;gap:1.5rem}.education-card,.repo-card{padding:1rem}.project-image img{width:100%;height:auto}.contact-info{grid-template-columns:1fr;gap:1.5rem}.contact-item h3{font-size:1rem}.contact-item a,.contact-item span,.contact-item div{font-size:.9rem}.section-title{font-size:1.8rem}}@media(max-width:480px){.hero h1{font-size:1.8rem}.hero .subtitle{font-size:.9rem}.hero .description{font-size:.8rem}.cta-button{padding:.6rem 1rem;font-size:.8rem}}.resume-btn{display:inline-block;padding:12px 25px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:30px;text-decoration:none;font-weight:600;transition:.3s ease}.resume-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000040}.contact{padding:80px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact-content{max-width:900px;margin:0 auto;text-align:center}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin:40px 0}.contact-item h3{margin-bottom:8px;color:#6505ed}.contact-item a{color:#fff;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:15px;margin-top:30px}.contact-form input,.contact-form textarea{padding:12px 15px;border-radius:8px;border:none;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid #667eea}.contact-btn{padding:12px 25px;background:#fff;color:#2563eb;border-radius:8px;border:none;cursor:pointer;font-size:1rem;transition:.3s}.contact-btn:hover{background:#fff;transform:scale(1.05)}.status{margin-top:15px;font-weight:500;color:#0f9}
