@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--primary:#f33;--primary-dark:#c00;--primary-light:#f66;--accent:#ff4d4d;--text-primary:#333;--text-secondary:#666;--background:#fff;--background-alt:#f8f9fa}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:#f333;color:var(--text-primary)}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--background-alt)}::-webkit-scrollbar-thumb{background:#f33;background:var(--primary)}::-webkit-scrollbar-thumb:hover{background:#c00;background:var(--primary-dark)}::selection{background:#667eea33;color:#333}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a6fd8}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}html{scroll-behavior:smooth}section{padding:80px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}h3{font-size:1.5rem}p{color:#666;margin-bottom:1rem}.btn{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background:#3b82f6;color:#fff}.card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:60px 0}.container{padding:0 15px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}.btn{font-size:.9rem;padding:10px 25px}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo h3{color:#3b82f6;font-size:1.5rem;font-weight:700;margin:0}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list button{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .3s ease}.nav-list button:hover{color:#3b82f6}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger span{background:#333;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.nav{background:#fff;box-shadow:0 5px 20px #0000001a;left:0;opacity:0;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-list li{width:100%}.nav-list button{border-bottom:1px solid #f0f0f0;padding:1rem 2rem;text-align:left;width:100%}.nav-list button:hover{background:#f8f9fa}.hamburger{display:flex}}.hero{background:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#312e81);display:flex;min-height:100vh;overflow:hidden}.hero,.hero-content{align-items:center;position:relative}.hero-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr auto;z-index:2}.hero-text{animation:slideInLeft .8s ease-out;max-width:600px}.hero-title{animation:fadeInUp .8s ease-out .2s both;color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#64ffda;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.hero-description{animation:fadeInUp .8s ease-out .4s both;color:#cbd5e1;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.hero-buttons{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{animation:fadeIn 1s ease-out .3s both;height:500px;position:relative;width:500px}.hero-fallback{align-items:center;color:#64ffda;display:flex;font-size:1.2rem;height:100%;justify-content:center;width:100%}.hero-3d-container{border-radius:20px;height:100%;overflow:hidden;width:100%}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hero{padding-top:80px}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{justify-content:center}.hero-visual{height:350px;margin:0 auto;width:350px}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.hero-visual{height:300px;width:300px}}.about{background:#f8f9fa;padding:100px 0}.about-content{margin:0 auto;max-width:800px}.about-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.about-card h3{color:#3b82f6;font-size:1.5rem;margin-bottom:1.5rem}.about-card p{color:#666;line-height:1.7}.education-item h4{color:#333;font-size:1.2rem;margin-bottom:.5rem}.degree{color:#1e40af!important;font-weight:500}.degree,.gpa{margin-bottom:.5rem}.gpa{color:#333!important;font-weight:600}.status{color:#28a745!important;font-weight:500;margin-bottom:0!important}.strengths-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.strength-item{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center;transition:transform .3s ease}.strength-item:hover{transform:translateY(-3px)}.strength-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.strength-item h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.strength-item p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.about{padding:80px 0}.about-card{padding:2rem}.strengths-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.strength-item{padding:1rem}.strength-icon{font-size:2rem}}@media (max-width:480px){.about-card{padding:1.5rem}.strengths-grid{grid-template-columns:1fr}}.experience{background:#fff;padding:100px 0}.experience h2{color:#333;margin-bottom:3rem}.experience-content{margin:0 auto;max-width:900px}.experience-card{animation:fadeInUp .8s ease-out;background:#f8f9fa;border:1px solid #e9ecef;border-left:5px solid #3b82f6;border-radius:15px;margin-bottom:2rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{box-shadow:0 15px 40px #3b82f626;transform:translateY(-5px)}.experience-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.experience-header h3{color:#3b82f6;font-size:1.3rem;margin:0 0 .5rem}.company{color:#666;font-weight:500;margin:0}.duration{color:#1e40af;font-weight:600;margin:0;white-space:nowrap}.experience-highlights{list-style:none;margin:0;padding:0}.experience-highlights li{color:#555;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem;position:relative}.experience-highlights li:before{color:#3b82f6;content:"→";font-weight:700;left:0;position:absolute}.experience-highlights li:last-child{margin-bottom:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.experience{padding:80px 0}.experience-header{flex-direction:column}.duration{font-size:.95rem}.experience-card{padding:1.5rem}}.certificates{background:#f8f9fa;padding:100px 0}.certificates h2{color:#333;margin-bottom:3rem}.carousel-container{margin:0 auto 3rem;max-width:900px;overflow:visible;padding:0 100px;position:relative}.carousel-wrapper{border-radius:15px;overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .5s ease-in-out}.certificate-card{align-items:center;background:#0000;border:none;border-radius:15px;box-shadow:none;display:flex;flex:0 0 100%;flex-direction:column;justify-content:center;min-height:auto;padding:0;text-align:center}.certificate-card:hover{border-color:#0000;box-shadow:0 20px 50px #3b82f633}.certificate-icon{display:block;font-size:3rem;margin-bottom:1rem}.certificate-image{border-radius:15px;box-shadow:0 10px 30px #00000026;height:auto;margin-bottom:0;max-width:70%;object-fit:cover;width:100%}.certificate-card h3{color:#3b82f6;font-size:1.3rem;margin-bottom:.5rem}.issuer{color:#1e40af;font-weight:600;margin-bottom:.5rem}.date{color:#666}.date,.description{font-size:.95rem;margin-bottom:1.5rem}.description{color:#555;line-height:1.6}.certificate-badge{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1.2rem}.carousel-button{align-items:center;background:#3b82f6e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.carousel-button:hover{background:#3b82f6;box-shadow:0 10px 30px #3b82f666;transform:translateY(-50%) scale(1.15)}.carousel-button.prev{left:-80px}.carousel-button.next{right:-80px}.carousel-dots{display:flex;gap:.75rem;justify-content:center}.dot{background:#ddd;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{border-radius:6px;width:32px}.dot.active,.dot:hover{background:#3b82f6}@media (max-width:768px){.certificates{padding:80px 0}.carousel-container{padding:0 60px}.carousel-button{font-size:1.5rem;height:50px;width:50px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.certificate-card{min-height:auto;padding:0}.certificate-image{max-width:90%}}.projects{background:#f8f9fa;padding:100px 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.project-card{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.project-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.project-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.project-card:hover:before{transform:scaleX(1)}.project-icon{margin-bottom:1.5rem;text-align:center}.project-icon span{display:block;font-size:3rem}.project-content h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.project-category{color:#667eea;font-size:.9rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.project-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:transform .2s ease}.tech-tag:hover{transform:scale(1.05)}.project-link{margin-top:1.5rem}.project-link .btn{font-size:.9rem;padding:.5rem 1.5rem}.project-card{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}@media (max-width:768px){.projects{padding:80px 0}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-icon span{font-size:2.5rem}}@media (max-width:480px){.project-card{padding:1rem}.project-content h3{font-size:1.2rem}.project-description{font-size:.9rem}.tech-tag{font-size:.75rem;padding:.25rem .6rem}}.contact{background:#fff;padding:100px 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:2.5rem}.contact-card h3{color:#3b82f6;font-size:1.5rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;min-width:30px}.contact-item h4{color:#333;font-size:1rem;margin-bottom:.25rem}.contact-item a,.contact-item p{color:#666;margin:0;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#3b82f6}.whatsapp-sidebar{align-items:center;display:flex;justify-content:center}.whatsapp-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.whatsapp-card:hover{box-shadow:0 15px 40px #3b82f626;transform:translateY(-5px)}.whatsapp-card h3{color:#3b82f6;font-size:1.3rem;margin-bottom:1rem}.whatsapp-card p{color:#666;margin-bottom:1.5rem}.whatsapp-card .btn{display:inline-block;margin-top:1rem}.contact-form{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{margin-top:1rem;width:100%}.contact-content{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(30px)}@media (max-width:768px){.contact{padding:80px 0}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-card,.contact-form{padding:2rem}}@media (max-width:480px){.contact-card,.contact-form{padding:1.5rem}.contact-item{gap:.75rem}.contact-icon{font-size:1.25rem;min-width:25px}.form-group input,.form-group textarea{font-size:.9rem;padding:.6rem}}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-info h3{color:#667eea;font-size:1.5rem;margin-bottom:.5rem}.footer-info p{color:#bdc3c7;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-link{color:#bdc3c7;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#667eea}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{color:#95a5a6;font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{justify-content:center}}@media (max-width:480px){.footer-links{flex-direction:column;gap:1rem}}
/*# sourceMappingURL=main.933a9b71.css.map*/