.page_main__GlU4n{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem}@media screen and (max-width:480px){.page_main__GlU4n{padding:0 .5rem}}.styles_contactSection__tE_rq{display:flex;flex-direction:column;align-items:center;padding:5rem 0;background-color:var(--background-color);font-size:1.6rem;width:100%}.styles_contactTitle__Ft15L{color:var(--text-color);font-size:clamp(2rem,3vw,3.2rem);margin-bottom:2rem;text-shadow:2px 2px 0 var(--shadow-color)}.styles_form__CF7Nh{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:var(--background-color);border:2px solid var(--text-color);box-shadow:4px 4px 0 var(--shadow-color);border-radius:1rem;font-size:1.6rem;width:100%}.styles_label__lB0BY{color:var(--text-color);font-size:clamp(1.5rem,2vw,1.8rem);margin-bottom:.5rem}.styles_input__vjokp,.styles_textarea__HZDfv{width:100%;padding:1rem;margin-bottom:1rem;border:2px solid var(--text-color);border-radius:.5rem;background-color:var(--background-color);color:var(--text-color);font-size:1.2rem;font-family:VT323,monospace;box-shadow:4px 4px 0 var(--shadow-color)}.styles_input__vjokp:focus,.styles_textarea__HZDfv:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 .5rem 0 var(--primary-color)}.styles_submitButton__svQpw{padding:1rem 2rem;background-color:var(--background-color);color:var(--text-color);border:2px solid var(--text-color);border-radius:.5rem;cursor:pointer;font-size:1.6rem;box-shadow:4px 4px 0 var(--shadow-color)}.styles_submitButton__svQpw:hover{background-color:var(--secondary-color)}.styles_textarea__HZDfv{min-height:150px;resize:vertical}@media screen and (max-width:480px){.styles_contactSection__tE_rq{padding:2rem 0;font-size:1.4rem}.styles_contactTitle__Ft15L{font-size:1.5rem;margin-bottom:1.5rem}.styles_form__CF7Nh{padding:1rem;font-size:1.4rem}}[data-theme=dark] .styles_form__CF7Nh,[data-theme=dark] .styles_input__vjokp,[data-theme=dark] .styles_submitButton__svQpw,[data-theme=dark] .styles_textarea__HZDfv{border-color:white;box-shadow:4px 4px 0 white}.styles_textContainer__0Ok4t{display:flex;align-items:flex-start;justify-content:flex-start;gap:2rem;background-color:#000080;border:4px solid white;border-radius:12px;padding:2rem;margin:2rem auto;position:relative;box-shadow:var(--box-shadow);font-family:Press Start\ 2P,cursive;width:100%;flex-wrap:wrap}.styles_textContainer__0Ok4t img{border:4px solid #ffffff;border-radius:50%;width:180px;height:180px;object-fit:cover}.styles_textSection__P0y4P{display:flex;flex-direction:column;gap:1rem;flex:1 1;min-width:250px}.styles_textContainer__0Ok4t p,.styles_textContainer__0Ok4t span{font-size:1rem;color:#ffffff;line-height:1.5;text-shadow:2px 2px #000000;margin:0}.styles_buttonContainer__rXePH{display:flex;justify-content:flex-end;align-items:center;margin-top:1rem;width:100%}.styles_buttonContainer__rXePH button{background-color:transparent;color:#ffffff;border:2px solid #ffffff;border-radius:6px;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-family:Press Start\ 2P,cursive;transition:all .2s ease}.styles_buttonContainer__rXePH button:hover{background-color:#ffffff;color:#000080}.styles_skill__zrQ3x{color:#FFD700!important;display:inline-block;margin-right:.5rem;margin-bottom:.3rem}.styles_techGrid__JjzaT{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;width:100%;margin-top:.5rem}@media screen and (max-width:1024px){.styles_textContainer__0Ok4t{flex-direction:column;align-items:center;padding:1.5rem}.styles_textContainer__0Ok4t img{margin-bottom:1rem}}@media screen and (max-width:768px){.styles_textContainer__0Ok4t p,.styles_textContainer__0Ok4t span{font-size:.9rem}.styles_buttonContainer__rXePH button{font-size:.8rem;padding:.4rem .8rem}.styles_techGrid__JjzaT{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media screen and (max-width:480px){.styles_textContainer__0Ok4t{padding:1rem;gap:1rem}.styles_textContainer__0Ok4t p,.styles_textContainer__0Ok4t span{font-size:.7rem}.styles_buttonContainer__rXePH{justify-content:center}.styles_techGrid__JjzaT{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.styles_header__SCD4E{display:flex;justify-content:space-between;align-items:center;padding:1rem;z-index:1000;background-color:var(--background-color);position:fixed;top:0;left:0;right:0;width:100%;height:100px;box-shadow:0 0 10px rgba(0,0,0,.1)}.styles_logo__6Snco{width:32px;height:32px;margin-right:.5rem;vertical-align:middle}.styles_title__Y5E7J{font-size:1.2rem;font-weight:700}.styles_list__vEdnc{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.styles_link__kR0mD{color:var(--text-color);text-decoration:none;font-size:1.2rem;position:relative;transition:color .3s ease;max-width:20%}.styles_link__kR0mD:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:50%;background-color:var(--text-color);transition:width .3s ease,left .3s ease}.styles_link__kR0mD:hover:after{width:100%;left:0}.styles_burgerMenu__t6A3p{display:none;cursor:pointer;position:relative;width:30px;height:25px;z-index:1001;border:none;background-color:transparent}.styles_burgerBar__rVmP1{width:30px;height:3px;background-color:var(--text-color);position:absolute;left:0;transition:all .3s ease-in-out}.styles_burgerBar__rVmP1:first-child{top:0}.styles_burgerBar__rVmP1:nth-child(2){top:11px}.styles_burgerBar__rVmP1:nth-child(3){top:22px}.styles_burgerMenu__t6A3p.styles_open__1zL_Q .styles_burgerBar__rVmP1:first-child{transform:translateY(11px) rotate(45deg)}.styles_burgerMenu__t6A3p.styles_open__1zL_Q .styles_burgerBar__rVmP1:nth-child(2){opacity:0}.styles_burgerMenu__t6A3p.styles_open__1zL_Q .styles_burgerBar__rVmP1:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.styles_config__j6Kvm{display:flex;gap:1rem;align-items:center}.styles_menu__Wssdj{display:flex;justify-content:space-between;align-items:center;width:65%}@media (max-width:1024px){.styles_burgerMenu__t6A3p{display:block}.styles_menu__Wssdj{display:none}.styles_menu__Wssdj.styles_open__1zL_Q{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);z-index:1000}.styles_nav__UwL9t{width:100%}.styles_list__vEdnc{flex-direction:column;align-items:center;padding:0;gap:2rem}.styles_link__kR0mD{font-size:1.5rem;opacity:0;transform:translateY(20px);animation:styles_slideIn__ReBk_ .3s ease-in-out forwards;animation-delay:calc(.1s * var(--item-index))}.styles_link__kR0mD:after{display:none}.styles_config__j6Kvm{margin-bottom:2rem}.styles_languageSelector__W08TE,.styles_themeIcon__58a8X{margin-top:1rem;opacity:0;animation:styles_fadeIn__MRFzi .3s ease-in-out forwards;animation-delay:.5s}@keyframes styles_fadeIn__MRFzi{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_slideIn__ReBk_{to{opacity:1;transform:translateY(0)}}}@media screen and (max-width:1024px){.styles_title__Y5E7J{font-size:1rem}.styles_link__kR0mD{font-size:.9rem}.styles_burgerMenu__t6A3p{width:25px;height:20px}.styles_burgerBar__rVmP1{width:25px;height:2px}}.styles_themeIcon__E9emv{cursor:pointer;background:none;border:none;padding:0;width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:relative}.styles_pixelMoon___MepU,.styles_pixelSun__TH8ni{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.styles_pixelSun__TH8ni{border-radius:50%;animation:styles_rotateSun__PFYGw 1s linear}@keyframes styles_rotateSun__PFYGw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.styles_pixelMoon___MepU{background-color:#C0C0C0;border-radius:50%;overflow:hidden}.styles_themeIcon__E9emv[data-theme=dark] .styles_pixelSun__TH8ni,.styles_themeIcon__E9emv[data-theme=light] .styles_pixelMoon___MepU{opacity:0;transform:translate(-50%,-50%) rotate(180deg) scale(.5)}.styles_center__dGmYH{width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%)}.styles_center__dGmYH,.styles_ray__nYZ_A{background-color:#FFA500;position:absolute;top:50%;left:50%;transition:transform .3s ease-in-out}.styles_ray__nYZ_A{width:2px;height:6px;transform:translate(-50%,-50%) rotate(var(--rotation)) translateY(-8px)}.styles_ray1__MqkpV{--rotation:0deg}.styles_ray2__oHRZj{--rotation:45deg}.styles_ray3__QlClK{--rotation:90deg}.styles_ray4__me77A{--rotation:135deg}.styles_ray5__N78vw{--rotation:180deg}.styles_ray6__BmehY{--rotation:225deg}.styles_ray7__pX7KB{--rotation:270deg}.styles_ray8__Rpc7j{--rotation:315deg}.styles_crater__XNaDN{width:4px;height:4px;background-color:#A9A9A9;border-radius:50%;position:absolute;transition:transform .3s ease-in-out}.styles_crater1__yK0Yd{top:4px;left:8px}.styles_crater2__a0cTg{top:8px;right:4px}.styles_crater3__pkTR8{bottom:4px;left:4px}.styles_themeIcon__E9emv[data-theme=dark] .styles_ray__nYZ_A{transform:translate(-50%,-50%) rotate(0) translateY(0)}.styles_themeIcon__E9emv[data-theme=light] .styles_crater__XNaDN{transform:scale(0)}.styles_footer__D62n0{background-color:var(--background-color);color:var(--text-color);padding:20px;text-align:center}.styles_container__3PZGi{display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:5rem}.styles_title__27Fjj{color:var(--text-color);font-weight:500}@media screen and (max-width:480px){.styles_container__3PZGi{padding:5rem 0 0}.styles_title__27Fjj{font-size:1rem}}.styles_container__M0Xab{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:5rem}.styles_title__5bijV{font-weight:500}.styles_projectsContainer__dOLw_{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;gap:2rem;margin-top:2rem}@media screen and (max-width:1024px){.styles_container__M0Xab{padding-top:1rem}.styles_projectsContainer__dOLw_{gap:.7rem;margin-top:1rem}}.styles_container___sQWc{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden;transition:height .5s,transform .5s;height:400px;width:100%;max-width:450px;padding:1rem;border-radius:1rem;background-color:var(--background-color);box-shadow:var(--box-shadow);border:1px solid #e0e0e0;interpolate-size:allow-keywords}.styles_container___sQWc:hover{height:auto;transform:scale(1.05)}.styles_projectTitle__sOnkH{font-weight:700;text-align:center;font-size:1.5rem;margin-bottom:1rem}.styles_container___sQWc:hover .styles_arrow__LMzlg{font-size:1.5rem;font-weight:700;animation:styles_moverDedo__1gxh3 1s linear infinite;color:var(--primary-color)}.styles_arrow__LMzlg{display:inline-block}@keyframes styles_moverDedo__1gxh3{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}.styles_projectDescription__EX3qF{font-weight:300;font-size:1rem}.styles_projectImage__iG_3_{width:100%;object-fit:contain}.styles_projectLinks__wxDmV,.styles_projectTechs__N6YPQ{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:100%;gap:1rem;margin:1rem 0}.styles_projectTechs__N6YPQ{flex-wrap:wrap}.styles_projectLink__I0nLR{font-weight:700;font-size:1.2rem;text-decoration:none;color:var(--text-color);transition:color .3s ease-in-out,border-color .3s ease-in-out;margin-top:1rem;align-self:flex-end;border-radius:1rem;padding:1rem;border:1px solid var(--text-color)}.styles_projectLink__I0nLR:hover{color:var(--primary-color);border-color:var(--primary-color)}@media (max-width:768px){.styles_container___sQWc{height:auto;width:100%;padding:.5rem}.styles_projectTitle__sOnkH{font-size:1.2rem}.styles_projectDescription__EX3qF{font-size:.9rem}.styles_projectLink__I0nLR{font-size:1rem;padding:.5rem}}@media (max-width:480px){.styles_container___sQWc{padding:.5rem}.styles_projectTitle__sOnkH{font-size:1rem}.styles_projectDescription__EX3qF{font-size:.8rem}.styles_projectLink__I0nLR{font-size:.9rem;padding:.5rem}}.styles_tech__3W1zR{font-weight:300;font-size:.6rem;list-style:none;padding:.5rem;border-radius:1rem;background-color:var(--primary-color);color:var(--secondary-color)}.styles_arrow__H1_d7{display:inline-block;font-size:.9rem;animation:styles_moverDedo__1xQc8 1s linear infinite}@keyframes styles_moverDedo__1xQc8{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}.styles_aboutMeSection__E8qiw{display:flex;flex-direction:column;align-items:center;padding:5rem 2rem 2rem;width:100%;margin:0 auto}.styles_title__wc7lr{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.styles_content__ypDqW{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.styles_text__CaPZ5{font-size:1.1rem;line-height:1.6;text-align:justify;max-width:800px}.styles_skillsContainer__U299t{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;width:100%;justify-items:center}.styles_skillCard__WICs2{background-color:var(--background-secondary);border-radius:8px;padding:1rem;text-align:center;transition:transform .3s ease;width:100%;max-width:160px}.styles_skillCard__WICs2:hover{transform:translateY(-5px)}.styles_skillIcon__tAujG{font-size:2rem;margin-bottom:.5rem}.styles_skillName___hKEH{font-size:1rem;font-weight:700}.styles_skillCategory__idOde{margin-bottom:1.5rem;font-weight:700;text-align:center}.styles_techGrid__5VAm_{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;width:100%}@media (max-width:1024px){.styles_title__wc7lr{font-size:2.2rem}.styles_text__CaPZ5{font-size:1rem}}@media (max-width:768px){.styles_title__wc7lr{font-size:2rem}.styles_text__CaPZ5{font-size:.95rem;padding:0 1rem}.styles_skillCard__WICs2{max-width:140px}}@media (max-width:480px){.styles_aboutMeSection__E8qiw{padding:3rem 0}.styles_title__wc7lr{font-size:1.8rem}.styles_text__CaPZ5{font-size:.9rem}.styles_skillCard__WICs2{max-width:120px}}.styles_experienceSection__G4G4v{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.styles_title__bHX68{color:var(--text-color);font-weight:500;margin-bottom:2rem}.styles_loading__hDt_h{text-align:center;color:var(--primary-color)}.styles_cardsContainer__vOV8I{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;gap:28px}.styles_card__9LUxk{background:var(--secondary-color);border:2px solid var(--border-color);border-radius:12px;padding:24px;box-shadow:0 4px 0 var(--border-color);display:flex;flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s;width:30%}.styles_card__9LUxk:hover{transform:translateY(-3px);box-shadow:0 6px 0 var(--border-color)}.styles_header__n_28W{display:flex;flex-direction:column;gap:4px}.styles_company__0l0gf{color:var(--tertiary-color);font-size:1.2rem}.styles_role__Bmjzb{color:var(--primary-color);font-size:1.4rem}.styles_period__jIO_2{color:var(--text-color);font-size:1rem}.styles_description__rb3rV{color:var(--text-color);font-size:1.1rem;line-height:1.6}.styles_techs__EYGhf{display:flex;flex-wrap:wrap;gap:8px}:root[data-theme=dark] .styles_card__9LUxk{background:#222;border:2px solid #fff;box-shadow:0 4px 8px rgba(255,255,255,.2)}:root[data-theme=dark] .styles_company__0l0gf{color:#7FFF00}:root[data-theme=dark] .styles_role__Bmjzb{color:#FFD700}:root[data-theme=dark] .styles_description__rb3rV,:root[data-theme=dark] .styles_period__jIO_2{color:#00FFFF}@media (max-width:1024px){.styles_cardsContainer__vOV8I{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:768px){.styles_card__9LUxk{padding:20px}.styles_title__bHX68{font-size:1.8rem}.styles_description__rb3rV{font-size:1rem}}@media (max-width:480px){.styles_cardsContainer__vOV8I{flex-direction:column;align-items:center}.styles_card__9LUxk{padding:16px;width:auto}.styles_title__bHX68{font-size:1.6rem}.styles_description__rb3rV{font-size:.95rem}.styles_techs__EYGhf{justify-content:flex-start;gap:6px}}