body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-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}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f8f9fa;color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen h2{color:#fff;font-size:1.5rem;font-weight:300}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn 1s ease-out forwards}@media (max-width:768px){.container{padding:0 15px}.section-title{font-size:2rem}.btn{font-size:1rem;padding:.8rem 1.5rem}}@media (max-width:480px){.section-title{font-size:1.8rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffff2;box-shadow:0 2px 20px #00000026;padding:.5rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{align-items:center;border-radius:25px;color:#2c3e50;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#667eea1a;color:#667eea}.nav-link.active{background:#667eea26;color:#667eea;font-weight:600}.nav-icon{font-size:1rem}.nav-toggle{border-radius:5px;color:#2c3e50;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:color .3s ease}.nav-toggle:hover{background:#667eea1a;color:#667eea}@media (max-width:768px){.nav-toggle{display:block}.nav-menu{background:#fff;border-radius:0 0 20px 20px;box-shadow:0 5px 20px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-link{border-radius:10px;justify-content:center;margin-bottom:.5rem;padding:1rem}.nav-link:last-child{margin-bottom:0}.nav-icon{font-size:1.2rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='M0 1000 1000 0v1000z'/%3E%3C/svg%3E");background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;height:100%;margin:5rem auto 0;max-width:1600px;padding:0 20px;position:relative;z-index:1}.hero-content{margin-top:.8rem;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:.8rem}.hero-subtitle{color:#a8b2d1;font-size:1.8rem;font-weight:400;margin-bottom:1.2rem}.hero-description{color:#ccd6f6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.btn-primary:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px) scale(1.05)}.hero-photo{align-items:center;display:flex;height:100%;justify-content:center}.photo-container{border-radius:50%;box-shadow:0 4px 8px #0000001a;height:400px;margin:0 auto;overflow:hidden;width:400px}.profile-photo{height:100%;object-fit:cover;width:100%}.photo-placeholder{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:3px solid #fff3;border-radius:50%;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.photo-placeholder:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.photo-placeholder span{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;margin-top:.5rem;z-index:1}.photo-placeholder p{font-size:.9rem;opacity:.8;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem;margin-bottom:.6rem}.hero-subtitle{font-size:1.4rem;margin-bottom:1rem}.hero-description{font-size:1.1rem;margin-bottom:1.5rem}.hero-buttons{align-items:center;flex-direction:column}.photo-container{height:250px;width:250px}}@media (max-width:480px){.hero-title{font-size:2rem;margin-bottom:.5rem}.hero-subtitle{font-size:1.2rem;margin-bottom:.8rem}.hero-description{font-size:1rem;margin-bottom:1.2rem}.photo-container{height:200px;width:200px}}.about{background:#fff;padding:5rem 0}.about-header{margin-bottom:4rem;text-align:center}.about-wrapper{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text{max-width:600px}.about-description{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-facts{background:#f8f9fa;border-radius:20px;box-shadow:0 5px 15px #0000001a;padding:2rem}.about-facts h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.facts-list{display:flex;flex-direction:column;gap:.5rem}.fact-item{align-items:center;display:flex;gap:1rem;padding:.3rem 0}.fact-icon{color:#667eea;flex-shrink:0;font-size:1.2rem;width:20px}.fact-item span{color:#666;font-weight:500}@media (max-width:768px){.about-wrapper{gap:3rem;grid-template-columns:1fr}.about-facts{padding:1.5rem}}@media (max-width:480px){.about-facts{padding:1rem}.fact-item{flex-direction:column;gap:.5rem;text-align:center}}.projects{background:#fff;padding:5rem 0}.project-preview{border-radius:12px;height:180px;object-fit:cover;transition:transform .3s ease;width:100%}.project-preview:hover{transform:scale(1.05)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.project-card{background:#f8f9fa;border-radius:20px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 25px 50px -12px #00000040}.project-image{align-items:center;display:flex;height:200px;justify-content:center;position:relative}.project-icon{color:#fff;font-size:4rem}.project-content{padding:1.5rem}.project-content h3{color:#2c3e50;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.project-content p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e9ecef;border-radius:15px;color:#495057;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-links{display:flex;gap:1rem}.project-links a{align-items:center;color:#667eea;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease}.project-links a:hover{color:#764ba2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#3b82f600)}.to-purple-600{--tw-gradient-to:#9333ea}.from-green-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#10b98100)}.to-teal-600{--tw-gradient-to:#0d9488}.from-purple-500{--tw-gradient-from:#8b5cf6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#8b5cf600)}.to-pink-600{--tw-gradient-to:#db2777}.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#ef444400)}.to-orange-600{--tw-gradient-to:#ea580c}.from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#6366f100)}.to-blue-600{--tw-gradient-to:#2563eb}.from-teal-500{--tw-gradient-from:#14b8a6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#14b8a600)}.to-cyan-600{--tw-gradient-to:#0891b2}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-content{padding:1.2rem}.project-icon{font-size:3rem}}.skills{background:#f8f9fa;padding:5rem 0}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.skill-category{background:#fff;border-radius:20px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:all .3s ease}.skill-category:hover{box-shadow:0 25px 50px -12px #00000040}.category-icon{font-size:3rem;margin-bottom:1rem}.category-title{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.skills-list{display:flex;flex-direction:column;gap:.3rem}.skill-item{padding:.2rem 0}.skill-info{align-items:center;display:flex;justify-content:space-between}.skill-name{color:#666;font-weight:500}.skill-level{border-radius:12px;font-size:.9rem;font-weight:600;padding:.2rem .5rem}.skill-category:first-child .skill-level{background:#3b82f626;color:#2563eb}.skill-category:nth-child(2) .skill-level{background:#22c55e26;color:#16a34a}.skill-category:nth-child(3) .skill-level{background:#8b5cf626;color:#8b5cf6}.skill-category:nth-child(4) .skill-level{background:#ef444426;color:#dc2626}.skill-category:nth-child(5) .skill-level{background:#ca8a0426;color:#ca8a04}.skill-category:nth-child(6) .skill-level{background:#6366f126;color:#6366f1}.skill-category:nth-child(7) .skill-level{background:#22c55e26;color:#22c55e}.skill-category:nth-child(8) .skill-level{background:#0ea5e926;color:#0ea5e9}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.text-red-600{color:#dc2626}.text-yellow-600{color:#ca8a04}.text-indigo-600{color:#4f46e5}@media (max-width:768px){.skills-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{padding:1.5rem}.category-icon{font-size:2.5rem}.skill-level{font-size:.8rem;padding:.15rem .4rem}}@media (max-width:480px){.skills-grid{grid-template-columns:1fr}.skill-info{align-items:flex-start;flex-direction:column;gap:.2rem}}.contact{background:#f8f9fa;padding:5rem 0}.contact-header{margin-bottom:4rem;text-align:center}.contact-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card,.social-card{background:#fff;border-radius:20px;box-shadow:0 5px 15px #0000001a;padding:2rem}.contact-card h3,.social-card h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{gap:1rem}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{border-radius:50%;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;width:50px}.contact-icon.bg-blue-100{background:#dbeafe;color:#2563eb}.contact-icon.bg-green-100{background:#dcfce7;color:#16a34a}.contact-icon.bg-purple-100{background:#e9d5ff;color:#9333ea}.contact-item h4{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:.2rem}.contact-item p{color:#666;margin:0}.social-links-horizontal{display:flex;gap:1rem;justify-content:center}.social-link{border-radius:8px;font-size:.9rem;font-weight:500;gap:.5rem;min-width:120px;padding:.8rem 1.5rem}.social-link:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.social-link.linkedin{background:#2563eb;border-radius:6px;height:45px;justify-content:flex-start;padding:0 12px;width:140px}.social-link.linkedin:hover{background:#1d4ed8}.social-link.whatsapp{align-items:center;background:#129042;border-radius:6px;color:#fff;display:flex;font-weight:500;gap:8px;height:45px;justify-content:flex-start;padding:0 12px;text-decoration:none;transition:all .3s ease;width:140px}.social-link.whatsapp:hover{background:#1ca550}.social-link.blog{align-items:center;background:#e64d1e;border-radius:6px;color:#fff;display:flex;font-weight:500;gap:8px;height:45px;justify-content:flex-start;padding:0 12px;text-decoration:none;transition:all .3s ease;width:140px}.social-link.blog:hover{background:#e25125}.social-link.github{background:#44566e;border-radius:6px;height:45px;justify-content:flex-start;padding:0 12px;width:140px}.social-link.github:hover{background:#111827}.contact-form{background:#fff;border-radius:20px;box-shadow:0 5px 15px #0000001a;padding:2rem}.contact-form h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px) scale(1.02)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.contact-wrapper{gap:2rem}.contact-wrapper,.form-row{grid-template-columns:1fr}.social-links-horizontal{align-items:center;flex-direction:column}.contact-card,.contact-form,.social-card{padding:1.5rem}}@media (max-width:480px){.contact-item{flex-direction:column;text-align:center}.contact-icon{font-size:1rem;height:40px;width:40px}}.footer{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);border-top:1px solid #e2e8f0;color:#1e293b;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:auto;overflow:hidden;padding:50px 0 0;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.footer-content{margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.footer-main{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1.5fr 1fr 1.2fr 1fr;margin-bottom:40px}.big-icon{font-size:2rem}@media (max-width:968px){.footer-main{gap:40px;grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer-main{gap:35px;grid-template-columns:1fr;text-align:center}}.brand-section{padding-right:20px}.brand-content{align-items:flex-start;display:flex;gap:20px}@media (max-width:640px){.brand-content{align-items:center;flex-direction:column;text-align:center}}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#2563eb,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-family:SF Mono,Monaco,monospace;font-size:48px;font-weight:800;letter-spacing:-2px;margin:0}.brand-text{flex:1 1}.philosophy{color:#3b82f6;font-size:18px;font-style:italic;font-weight:400;margin:0 0 8px}.mission{color:#64748b;font-size:14px;line-height:1.5;margin:0}.section-title-footer{color:#1e293b;font-size:16px;font-weight:600;letter-spacing:1px;margin:0 0 24px;position:relative;text-transform:uppercase}.section-title-footer:after{background:linear-gradient(90deg,#3b82f6,#2563eb);bottom:-4px;content:"";height:2px;left:0;position:absolute;width:30px}@media (max-width:640px){.section-title-footer:after{left:50%;transform:translateX(-50%)}}.tech-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.tech-item{align-items:center;background:#ffffffb3;border:1px solid #3b82f61a;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;gap:10px;padding:12px;transition:all .3s ease}.tech-item:hover{background:#ffffffe6;border-color:#3b82f64d;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tech-icon{font-size:20px}.tech-icon.react{color:#61dafb}.tech-icon.python{color:#3776ab}.tech-icon.aws{color:#f90}.tech-icon.r{color:#276dc3}.tech-item span{color:#374151;font-size:13px;font-weight:500}.status-items{display:flex;flex-direction:column;gap:20px}.status-item{align-items:flex-start;display:flex;gap:12px}.status-icon{color:#3b82f6;flex-shrink:0;font-size:18px;margin-top:2px}.status-title{color:#1e293b;font-size:14px;font-weight:600;margin:0 0 4px}.status-desc{color:#64748b;font-size:13px;line-height:1.4;margin:0}.connect-text{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 24px}.footer-social{display:flex;gap:12px;justify-content:flex-start}@media (max-width:640px){.footer-social{justify-content:center}}.social-link{align-items:center;background:#fffc;border:1px solid #3b82f61a;border-radius:10px;box-shadow:0 1px 3px #0000000d;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.footer-bottom{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border-top:1px solid #3b82f61a;padding:30px 0}.footer-signature{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.footer-signature p{color:#64748b;font-size:14px;font-weight:400;margin:0}.highlight{color:#3b82f6;font-weight:600}.location{color:#94a3b8}.footer-tagline{align-items:center;color:#64748b;display:flex;font-size:13px;gap:8px}.code-symbol{color:#3b82f6;font-family:SF Mono,Monaco,monospace;font-size:16px;font-weight:600}.footer a:focus,.social-link:focus{outline:2px solid #3b82f6;outline-offset:2px}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}@media (max-width:640px){.footer{padding:40px 0 0}.footer-content{padding:0 16px}.footer-logo{font-size:40px}.philosophy{font-size:16px}.tech-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.687ec53b.css.map*/