@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.7}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#667eea}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.header.scrolled{box-shadow:0 2px 20px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s ease}.logo a:hover{color:#1d4ed8}.nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.nav a{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav a:hover,.nav a.active{color:#2563eb}.nav a:hover:after,.nav a.active:after{width:100%}@media(max-width:768px){.header-container{padding:1rem}.nav ul{gap:1rem;font-size:.9rem}.logo a{font-size:1.2rem}}@media(max-width:640px){.nav ul{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.hero-subtitle{font-size:2rem;font-weight:500;margin-bottom:1.5rem;color:#e0e7ff}.hero-bio{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;color:#e0e7ff}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:#fbbf24;color:#1f2937}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 20px #fbbf244d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.social-links a:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-image{animation:fadeInRight .8s ease}.image-placeholder{width:100%;max-width:400px;margin:0 auto;animation:float 3s ease-in-out infinite}.image-placeholder svg{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:15px;position:relative;animation:mouseScroll 1.5s infinite}.mouse:before{content:"";width:4px;height:10px;background:#fffc;border-radius:2px;position:absolute;top:10px;left:50%;transform:translate(-50%);animation:mouseWheel 1.5s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes mouseScroll{0%,to{opacity:1}50%{opacity:.5}}@keyframes mouseWheel{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media(max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.hero-bio{font-size:1rem}.hero-buttons{flex-direction:column}.btn{text-align:center}.hero-image{display:none}}.about{padding:6rem 2rem;background:#f9fafb}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(to right,#667eea,#764ba2);border-radius:2px}.about-content{max-width:800px;margin:0 auto}.about-text{animation:fadeIn .8s ease}.about-description{font-size:1.125rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.contact-item svg{color:#667eea;flex-shrink:0}.contact-item span{color:#4b5563;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-description{font-size:1rem}.contact-info{grid-template-columns:1fr}}.experience{padding:6rem 2rem;background:#fff}.timeline{max-width:900px;margin:0 auto;position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:3rem;animation:fadeInLeft .6s ease both}.timeline-marker{position:absolute;left:-2.5rem;top:0;width:16px;height:16px;background:#667eea;border:3px solid white;border-radius:50%;box-shadow:0 0 0 4px #667eea33}.timeline-content{background:#f9fafb;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;margin-left:1rem}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.position{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.company{font-size:1.125rem;font-weight:600;color:#667eea;margin:0}.experience-meta{text-align:right;flex-shrink:0}.duration{display:block;font-weight:600;color:#4b5563;margin-bottom:.25rem}.location{display:block;color:#6b7280;font-size:.9rem}.responsibilities{list-style:none;padding:0;margin-bottom:1.5rem}.responsibilities li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#4b5563;line-height:1.6}.responsibilities li:before{content:"▹";position:absolute;left:0;color:#667eea;font-weight:700}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{padding:.375rem .875rem;background:#fff;color:#667eea;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid #e0e7ff;transition:all .3s ease}.tech-tag:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.experience{padding:4rem 1.5rem}.timeline{padding-left:1.5rem}.timeline-marker{left:-2rem}.timeline-content{margin-left:.5rem;padding:1.5rem}.experience-header{flex-direction:column}.experience-meta{text-align:left}.position{font-size:1.25rem}.company{font-size:1rem}}.projects{padding:6rem 2rem;background:#f9fafb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;animation:fadeInUp .6s ease both;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;flex:1}.project-links{display:flex;gap:.75rem}.project-links a{color:#6b7280;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.project-links a:hover{color:#667eea}.project-description{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.project-highlights{list-style:none;padding:0;margin-bottom:1.5rem}.project-highlights li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563;font-size:.9rem;line-height:1.6}.project-highlights li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-badge{padding:.375rem .75rem;background:#e0e7ff;color:#4f46e5;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease}.tech-badge:hover{background:#4f46e5;color:#fff}@media(max-width:768px){.projects{padding:4rem 1.5rem}.projects-grid{grid-template-columns:1fr}.project-card{padding:1.5rem}.project-title{font-size:1.25rem}}.personal-projects{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.section-subtitle{text-align:center;font-size:1.125rem;color:#ffffffe6;max-width:600px;margin:-1rem auto 3rem}.personal-projects .section-title{color:#fff}.personal-projects .section-title:after{background:#ffffff80}.personal-projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.personal-project-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;transition:all .3s ease;animation:fadeInUp .6s ease both;cursor:pointer;text-decoration:none;color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.personal-project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#fbbf24,#f59e0b);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.personal-project-card:hover:before{transform:scaleX(1)}.personal-project-card:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.project-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-name{font-size:1.5rem;font-weight:700;margin:0;flex:1;color:#fff}.external-link-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;flex-shrink:0;transition:all .3s ease}.personal-project-card:hover .external-link-icon{background:#fbbf244d;transform:rotate(45deg)}.project-description{color:#4b5563;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.project-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech-tags .tech-tag{padding:.375rem .875rem;background:#fff3;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.personal-project-card:hover .tech-tag{background:#fbbf244d;border-color:#fbbf2480}.visit-project{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#fbbf24;margin-top:auto;transition:all .3s ease}.visit-project svg{transition:transform .3s ease}.personal-project-card:hover .visit-project{gap:.75rem}.personal-project-card:hover .visit-project svg{transform:translate(4px)}@media(max-width:768px){.personal-projects{padding:4rem 1.5rem}.personal-projects-grid{grid-template-columns:1fr}.personal-project-card{padding:1.5rem}.project-name{font-size:1.25rem}}.skills{padding:6rem 2rem;background:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.skill-category{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;animation:fadeInScale .6s ease both}.skill-category:hover{transform:translateY(-5px);box-shadow:0 12px 24px #667eea4d}.category-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-item{padding:.5rem 1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.3)}.skill-item:hover{background:#fff;color:#667eea;transform:translateY(-3px)}@media(max-width:768px){.skills{padding:4rem 1.5rem}.skills-grid{grid-template-columns:1fr}.skill-category{padding:1.5rem}}.education{padding:6rem 2rem;background:#f9fafb}.education-content{max-width:1200px;margin:0 auto}.education-section{margin-bottom:4rem}.subsection-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.education-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:1.5rem;transition:all .3s ease;animation:fadeInUp .6s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.degree{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.institution{font-size:1.125rem;font-weight:600;color:#667eea;margin-bottom:1rem}.education-meta{display:flex;gap:2rem;margin-bottom:1rem}.year,.location{color:#6b7280;font-weight:500}.gpa{color:#4b5563;font-weight:600;margin-bottom:1rem}.achievements{list-style:none;padding:0;margin:0}.achievements li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563}.achievements li:before{content:"🏆";position:absolute;left:0}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.certification-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;animation:fadeInScale .6s ease}.certification-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.cert-icon{width:60px;height:60px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff}.cert-name{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.cert-issuer{color:#667eea;font-weight:600;margin-bottom:.5rem}.cert-year{color:#6b7280;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.education{padding:4rem 1.5rem}.education-card{padding:1.5rem}.degree{font-size:1.25rem}.institution{font-size:1rem}.education-meta{flex-direction:column;gap:.5rem}.certifications-grid{grid-template-columns:1fr}}.contact{padding:6rem 2rem;background:#fff}.contact-intro{text-align:center;font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto 3rem}.contact-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info-section h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-detail{display:flex;gap:1rem;align-items:flex-start}.detail-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-detail h4{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.contact-detail a,.contact-detail p{color:#4b5563;text-decoration:none;transition:color .3s ease}.contact-detail a:hover{color:#667eea}.social-links-contact{display:flex;gap:1rem;margin-top:2rem}.social-links-contact a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%;color:#4b5563;transition:all .3s ease}.social-links-contact a:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-3px)}.contact-form{background:#f9fafb;padding:2rem;border-radius:12px;animation:fadeInRight .8s ease}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-intro{font-size:1rem}}.footer{background:#1f2937;color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fbbf24}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#374151;border-radius:50%;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#667eea;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151}.footer-bottom p{color:#9ca3af;margin:.5rem 0}@media(max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-social{justify-content:center}.footer-section ul{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-section ul li{margin-bottom:0}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.App{min-height:100vh}main{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(to right,#667eea,#764ba2);border-radius:2px}@media(max-width:768px){.section-title{font-size:2rem}}
