body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#e5e5e5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid var(--gray-200);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:var(--shadow-lg)}.nav{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-brand{font-size:1.5rem;font-weight:700}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));-webkit-background-clip:text;background-clip:text}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;border-radius:6px;color:var(--text-dark);cursor:pointer;font-size:1rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.nav-link:hover{border-bottom:2px solid var(--primary-purple);color:var(--primary-purple)}@media (max-width:768px){.nav{height:60px;padding:0 15px}.nav-brand{font-size:1.3rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:6px 12px}}@media (max-width:480px){.nav{height:55px;padding:0 10px}.nav-brand{font-size:1.2rem}.nav-links{gap:.5rem}.nav-link{font-size:.8rem;padding:4px 8px}}.hero{align-items:center;background:var(--gray-100);display:flex;min-height:100vh;overflow:hidden;padding-top:70px;position:relative}.hero:before{background:radial-gradient(circle at 20% 20%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba21a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.hero-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.hero-text{animation:fadeInUp .8s ease-out}.hero-title{color:var(--text-dark);font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:var(--primary-purple);font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.hero-description{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.social-buttons{flex-direction:row;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.social-button,.social-buttons{display:flex;justify-content:center}.social-button{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:var(--shadow-sm);color:var(--text-dark);height:56px;padding:.8rem;text-decoration:none;transition:all .3s ease;width:56px}.social-button:hover{border-color:var(--primary-purple);border-width:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.hero-content{max-width:600px}.social-buttons{gap:1rem}}@media (max-width:768px){.hero{min-height:80vh;padding-top:60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.social-buttons{flex-direction:row;gap:1rem;justify-content:center}.social-button{height:52px;padding:.7rem;width:52px}}@media (max-width:480px){.hero{min-height:70vh;padding-top:55px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.social-buttons{flex-direction:row;gap:.8rem;justify-content:center}.social-button{height:48px;padding:.6rem;width:48px}}.experience{background:var(--white);position:relative}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-marker{flex-shrink:0;position:relative}.timeline-content{animation:fadeInUp .8s ease-out;flex:1 1}.experience-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;position:relative;transition:all .3s ease}.experience-card:hover{border-color:var(--primary-purple);border-width:2px}.experience-card:before{border-bottom:10px solid #0000;border-right:15px solid var(--white);border-top:10px solid #0000;content:"";height:0;left:-2rem;position:absolute;top:1.5rem;width:0}.experience-header{margin-bottom:1rem}.experience-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.experience-company{color:var(--primary-purple);font-size:1.1rem;font-weight:500;margin-bottom:.3rem}.experience-period{color:var(--text-light);font-size:.9rem;font-weight:500}.experience-description{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.experience-achievements{background:var(--gray-100);border-radius:12px;padding:1.5rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.timeline-item{flex-direction:column;gap:1rem}.timeline-marker{align-self:flex-start}.experience-card:before,.marker-line{display:none}.experience-card{padding:1.5rem}.experience-title{font-size:1.3rem}.experience-company{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.experience-card{padding:1.2rem}.experience-title{font-size:1.2rem}.achievements-list{font-size:.9rem}}.education{background:var(--white);position:relative}.education-timeline{margin:0 auto;max-width:800px;position:relative}.education-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.education-marker{flex-shrink:0;position:relative}.marker-dot{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border:4px solid var(--white);border-radius:50%;box-shadow:var(--shadow-md);height:20px;position:relative;width:20px;z-index:2}.marker-line{background:linear-gradient(to bottom,var(--primary-purple),var(--secondary-purple));height:calc(100% + 2rem);left:50%;position:absolute;top:20px;transform:translateX(-50%);width:2px;z-index:1}.education-content{animation:fadeInUp .8s ease-out;flex:1 1}.education-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;position:relative;transition:all .3s ease}.education-card:hover{border-color:var(--primary-purple);border-width:2px}.education-card:before{border-bottom:10px solid #0000;border-right:15px solid var(--white);border-top:10px solid #0000;content:"";height:0;left:-2rem;position:absolute;top:1.5rem;width:0}.education-header{margin-bottom:1rem}.education-degree{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.education-school{color:var(--primary-purple);font-size:1.1rem;font-weight:500;margin-bottom:.3rem}.education-period{color:var(--text-light);font-size:.9rem;font-weight:500}.education-description{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.education-achievements{background:var(--gray-100);border-radius:12px;padding:1.5rem}.achievements-title{color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.achievements-list{list-style:none;margin:0;padding:0}.achievement-item{align-items:flex-start;color:var(--text-light);display:flex;font-size:.95rem;gap:.8rem;line-height:1.5;margin-bottom:.8rem}.achievement-item:last-child{margin-bottom:0}.achievement-icon{color:var(--primary-purple);flex-shrink:0;font-weight:600;margin-top:.1rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.education-item{flex-direction:column;gap:1rem}.education-marker{align-self:flex-start}.education-card:before,.marker-line{display:none}.education-card{padding:1.5rem}.education-degree{font-size:1.3rem}.education-school{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.education-card{padding:1.2rem}.education-degree{font-size:1.2rem}.achievements-list{font-size:.9rem}}.skills{background:var(--gray-100);position:relative}.skills-content{display:flex;flex-direction:column;gap:4rem}.skills-section{animation:fadeInUp .8s ease-out}.skills-section-title{color:var(--text-dark);font-size:1.8rem;font-weight:600;margin-bottom:2rem;position:relative;text-align:center}.skills-section-title:after{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.competencies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.competency-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.competency-card:hover{border-color:var(--primary-purple);border-width:2px}.competency-icon{display:block;height:48px;margin-bottom:1rem;margin-left:auto;margin-right:auto;object-fit:contain;width:48px}.competency-name{color:var(--text-dark);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.competency-description{color:var(--text-light);font-size:.95rem;line-height:1.5;margin:0}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tool-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.tool-card:hover{border-color:var(--primary-purple);border-width:2px}.tool-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:60px;justify-content:center;object-fit:contain;transition:all .3s ease;width:60px}.tool-emoji{font-size:2rem}.tool-info{flex:1 1}.tool-name{color:var(--text-dark);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.tool-category{color:var(--text-light);font-size:.95rem;margin:0}.languages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:600px}.language-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.language-card:hover{border-color:var(--primary-purple);border-width:2px}.language-flag{flex-shrink:0;font-size:2.5rem}.language-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.language-name{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.language-level{color:var(--primary-purple);font-size:.9rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.competencies-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.competencies-grid,.tools-grid{grid-template-columns:1fr}.tool-card{flex-direction:column;gap:1rem;text-align:center}.languages-grid{grid-template-columns:1fr;max-width:400px}.language-card{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.section-title{font-size:1.8rem}.competency-card,.language-card,.tool-card{padding:1.5rem}.competency-icon{height:40px;width:40px}.tool-icon{height:50px;width:50px}.tool-emoji{font-size:1.5rem}.language-flag{font-size:2rem}}.contact{background:var(--gray-100);position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.section-title:after{background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle{color:var(--text-light);font-size:1.2rem;margin:0 auto;max-width:600px}.contact-content{align-items:start;display:flex;justify-content:center}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.contact-card:hover{border-color:var(--primary-purple);border-width:2px}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));border-radius:16px;display:flex;flex-shrink:0;font-size:2.5rem;height:70px;justify-content:center;width:70px}.contact-details h3{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-details p{color:var(--text-light);font-size:1rem;margin:0}.contact-form-container{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-md);max-width:600px;padding:2rem;width:100%}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-self:flex-start;font-size:1rem;font-weight:600;padding:12px 32px}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-info{flex-direction:row;flex-wrap:wrap}.contact-card{flex:1 1;min-width:250px}}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.contact-info{flex-direction:column}.contact-card{min-width:100%}.contact-form-container{padding:1.5rem}.form-group input,.form-group textarea{font-size:.95rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.contact-card{padding:1.5rem}.contact-icon{font-size:2rem;height:60px;width:60px}.contact-form-container{padding:1.2rem}.form-group input,.form-group textarea{font-size:.9rem;padding:10px 12px}.submit-btn{text-align:center;width:100%}}.App{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}:root{--primary-purple:#667eea;--secondary-purple:#764ba2;--accent-blue:#4facfe;--accent-pink:#00f2fe;--text-dark:#2d3748;--text-light:#4a5568;--white:#fff;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--shadow-sm:0 1px 3px 0 #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:#2d3748;color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}p{color:#4a5568;color:var(--text-light);margin-bottom:1rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--primary-purple),var(--secondary-purple));box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #667eea;border:2px solid var(--primary-purple);color:#667eea;color:var(--primary-purple)}.btn-secondary:hover{background:#667eea;background:var(--primary-purple);color:#fff;color:var(--white)}.card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);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))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}section{padding:60px 0}.container{padding:0 15px}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.5rem}section{padding:40px 0}}
/*# sourceMappingURL=main.baf74227.css.map*/