*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--secondary-color:#1e40af;--text-color:#1f2937;--text-light:#6b7280;--bg-color:#fff;--bg-secondary:#f9fafb;--border-color:#e5e7eb;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-color);color:#1f2937;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.section{padding:5rem 0}.section__title{color:#1f2937;color:var(--text-color);font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.btn{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn:hover{background-color:#1e40af;background-color:var(--secondary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #2563eb;border:2px solid var(--primary-color);color:#2563eb;color:var(--primary-color)}.btn-secondary:hover{background-color:#2563eb;background-color:var(--primary-color);color:#fff}.btn-small{font-size:.875rem;padding:.5rem 1rem}@media screen and (max-width:768px){.section{padding:3rem 0}.section__title{font-size:2rem}}.header{background-color:var(--bg-color);border-bottom:1px solid #0000;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{border-bottom-color:var(--border-color);box-shadow:var(--shadow)}.nav{align-items:center;display:flex;height:4rem;justify-content:space-between}.nav__logo{color:var(--primary-color);font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav__logo:hover{color:var(--secondary-color)}.nav__list{display:flex;gap:2rem;list-style:none}.nav__link{color:var(--text-color);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav__link:after{background-color:var(--primary-color);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav__link:hover{color:var(--primary-color)}.nav__link:hover:after{width:100%}.nav__toggle{cursor:pointer;display:none;flex-direction:column;gap:.25rem;height:24px;width:30px}.nav__toggle span{background-color:var(--text-color);border-radius:2px;height:3px;transition:all .3s ease;width:100%}.nav__toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.nav__toggle.active span:nth-child(2){opacity:0}.nav__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:768px){.nav__menu{background-color:var(--bg-color);box-shadow:var(--shadow-lg);height:calc(100vh - 4rem);padding:2rem;position:fixed;right:-100%;top:4rem;transition:right .3s ease;width:70%}.nav__menu.show-menu{right:0}.nav__list{flex-direction:column;gap:1.5rem}.nav__toggle{display:flex}}.hero{align-items:center;background:linear-gradient(135deg,var(--bg-color) 0,var(--bg-secondary) 100%);display:flex;min-height:100vh;padding-top:4rem}.hero__container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero__content{animation:fadeInUp 1s ease}.hero__title{color:var(--text-color);font-size:3rem;line-height:1.2;margin-bottom:1rem}.hero__name{color:var(--primary-color);display:block;margin-top:.5rem}.hero__subtitle{color:var(--text-light);font-size:1.5rem;margin-bottom:1rem}.hero__description{color:var(--text-light);font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__image{align-items:center;animation:fadeInRight 1s ease;display:flex;justify-content:center;position:relative}.hero__blob{animation:float 6s ease-in-out infinite;max-width:400px;width:100%}.hero__blob svg{height:auto;opacity:.3;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media screen and (max-width:768px){.hero__container{grid-template-columns:1fr;text-align:center}.hero__title{font-size:2rem}.hero__subtitle{font-size:1.25rem}.hero__buttons{justify-content:center}.hero__image{order:-1}.hero__blob{max-width:250px}}.about{background-color:var(--bg-secondary)}.about__container{margin:0 auto;max-width:900px}.about__content{text-align:center}.about__description{color:var(--text-light);font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about__info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:3rem}.about__box{background-color:var(--bg-color);border-radius:1rem;box-shadow:var(--shadow);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.about__box:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.about__number{color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.about__subtitle{color:var(--text-light);display:block;font-size:.875rem}@media screen and (max-width:768px){.about__info{gap:1.5rem;grid-template-columns:1fr}.about__number{font-size:2rem}}.skills__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skills__content{background-color:var(--bg-secondary);border-radius:1rem;box-shadow:var(--shadow);padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.skills__content:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.skills__title{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.skills__box{gap:1.5rem}.skills__box,.skills__data{display:flex;flex-direction:column}.skills__data{gap:.5rem}.skills__header{align-items:center;display:flex;justify-content:space-between}.skills__name{color:var(--text-color);font-size:1rem;font-weight:500}.skills__number{color:var(--primary-color);font-size:.875rem;font-weight:600}.skills__bar{background-color:var(--border-color);border-radius:4px;height:8px;overflow:hidden}.skills__percentage{animation:fillBar 1.5s ease-in-out;background:linear-gradient(90deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:4px;height:100%;transition:width 1s ease}@keyframes fillBar{0%{width:0}}@media screen and (max-width:768px){.skills__container{grid-template-columns:1fr}}.projects{background-color:var(--bg-secondary)}.projects__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project__card{background-color:var(--bg-color);border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.project__image{height:250px;overflow:hidden;position:relative}.project__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project__card:hover .project__image img{transform:scale(1.1)}.project__overlay{align-items:center;background:#2563ebe6;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.project__card:hover .project__overlay{opacity:1}.project__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.project__content{padding:1.5rem}.project__title{color:var(--text-color);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.project__description{color:var(--text-light);font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.project__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project__tag{background-color:var(--bg-secondary);border-radius:1rem;color:var(--primary-color);font-size:.75rem;font-weight:500;padding:.25rem .75rem}@media screen and (max-width:768px){.projects__container{grid-template-columns:1fr}}.contact__container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact__info{display:flex;flex-direction:column;gap:1.5rem}.contact__subtitle{color:var(--text-color);font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.contact__description{color:var(--text-light);font-size:1rem;line-height:1.8}.contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.contact__item{align-items:flex-start;background-color:var(--bg-secondary);border-radius:.5rem;display:flex;gap:1rem;padding:1rem;transition:transform .3s ease}.contact__item:hover{transform:translateX(5px)}.contact__icon{font-size:1.5rem;min-width:40px;text-align:center}.contact__item h4{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact__item a,.contact__item span{color:var(--text-light);font-size:.9375rem;text-decoration:none}.contact__item a:hover{color:var(--primary-color)}.contact__social{margin-top:1rem}.contact__social h4{color:var(--text-color);font-weight:600;margin-bottom:1rem}.contact__social-links{display:flex;flex-wrap:wrap;gap:1rem}.contact__social-link{background-color:var(--bg-secondary);border-radius:.5rem;color:var(--primary-color);font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.contact__social-link:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.contact__form{background-color:var(--bg-secondary);border-radius:1rem;gap:1.5rem;padding:2rem}.contact__form,.form__group{display:flex;flex-direction:column}.form__group{gap:.5rem}.form__input{background-color:var(--bg-color);border:2px solid var(--border-color);border-radius:.5rem;color:var(--text-color);font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form__input:focus{border-color:var(--primary-color);outline:none}.form__input.error{border-color:#ef4444}.form__textarea{min-height:120px;resize:vertical}.form__error{color:#ef4444;font-size:.875rem;margin-top:.25rem}.contact__form .btn{margin-top:.5rem}.contact__form .btn:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:768px){.contact__container{grid-template-columns:1fr}.contact__form{padding:1.5rem}}.footer{background-color:var(--text-color);color:#fff;margin-top:5rem;padding:3rem 0 1.5rem}.footer__container{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;padding-bottom:2rem}.footer__title{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer__description{color:#ffffffb3;line-height:1.6;max-width:400px}.footer__subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer__list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer__link{color:#ffffffb3;display:inline-block;text-decoration:none;transition:color .3s ease,transform .3s ease}.footer__link:hover{color:var(--primary-color);transform:translateX(5px)}.footer__social-links{display:flex;flex-direction:column;gap:.75rem}.footer__social-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer__social-link:hover{color:var(--primary-color)}.footer__bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer__copy,.footer__made{color:#fff9;font-size:.875rem}.footer__made{font-style:italic}@media screen and (max-width:768px){.footer__container{gap:2rem;grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.c74cacd6.css.map*/