@charset "UTF-8";.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#242629c4;color:#fff;position:relative;flex-wrap:wrap}.navbar .nav-title a{display:flex;align-items:center;text-decoration:none;color:inherit;gap:.2rem;font-weight:700}.navbar .nav-logo{height:55px;width:55px;transition:transform .3s ease}.navbar .nav-logo:hover{transform:scale(1.1) rotate(-5deg)}.navbar .burger-menu{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer;z-index:1001;color:#fff}.navbar .close-menu{display:none;background:none;border:none;color:#333;font-size:2rem;position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:1002}.navbar .contrast-icon.desktop{background:none;border:none;font-size:1.5rem;position:absolute;top:1.5rem;right:1rem;cursor:pointer;color:#fff;transition:color .3s ease}.navbar .contrast-icon.desktop:hover{color:#61dafb}@media (max-width: 990px){.navbar .contrast-icon.desktop{display:none}}.navbar .contrast-icon.mobile{display:none;background:none;border:none;font-size:1.8rem;position:absolute;top:1rem;right:1rem;cursor:pointer;color:#333!important}@media (max-width: 990px){.navbar .contrast-icon.mobile{display:block}}.navbar .nav-right{display:flex;align-items:center;gap:2rem;padding-right:2rem}.navbar ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar ul li a{color:#fff;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.navbar ul li a:hover{color:#61dafb}@media (max-width: 990px){.navbar .burger-menu,.navbar .close-menu{display:block}.navbar .nav-right{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform .3s ease-in-out;z-index:1000}.navbar .nav-right.open{transform:translate(0)}.navbar .nav-right ul{flex-direction:column;gap:2rem}.navbar .nav-right ul li a{font-size:1.5rem;color:#333}.navbar .nav-right ul li a:hover{color:#61dafb}}.footer{background-color:#242629c4;color:#fff;padding:.5rem 1rem;margin-top:auto}.footer .footer-content{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;text-align:center;font-size:1.2rem}.footer .footer-logo{width:60px;height:auto;color:#61dafb}@media (max-width: 768px){.footer .footer-content{flex-direction:column;gap:.25rem}.footer .footer-logo{width:40px}}.home-section{background-image:url(/Portfolio/assets/img_background-ozEjnlyy.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;position:relative;z-index:0;padding:6rem 3rem;display:flex;flex-direction:column;align-items:center;min-height:auto;width:100%;box-sizing:border-box}.home-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.home-section .top-section{display:flex;justify-content:center;gap:3rem;width:100%;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 1200px){.home-section .top-section{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}}.home-section .bottom-section{display:flex;justify-content:center;gap:3rem;width:100%;max-width:1200px}@media (max-width: 768px){.home-section .bottom-section{flex-direction:column;gap:2rem}}.home-section .home-column{display:flex;flex-direction:column;align-items:center;width:100%;max-width:300px;box-sizing:border-box}.home-section .home-column .image-wrapper{width:180px;height:180px;border-radius:50%;overflow:hidden;margin-bottom:0;box-shadow:0 0 20px #0003}.home-section .home-column .image-wrapper img{width:100%;height:100%;object-fit:cover}.home-section .home-column h1{font-size:2rem;margin-top:4rem;color:#fff;background-color:#0000001a}.home-section .home-column .subtitle{font-size:1.2rem;color:#e0e0e0;background-color:#0000001a;margin-top:2rem;margin-bottom:5px;line-height:1.4}.home-section .home-column .content{text-align:center;background-color:#0b0c0c1a;padding:1.5rem 2rem 2rem;border-radius:10px;width:100%;box-sizing:border-box;word-wrap:break-word}.home-section .home-column .content .icons{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.home-section .home-column .content .icons a{color:#fff;transition:color .3s}.home-section .home-column .content .icons a:hover{color:#61dafb}.home-section .home-column .content .cv-button{padding:.6rem 1.2rem;background-color:#61dafb;color:#333;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;display:inline-block;margin-top:2rem;text-decoration:none;width:auto}.home-section .home-column .content .cv-button:hover{background-color:#21a1f1;transform:translateY(-2px)}.home-section .home-column .content .cv-button:hover{background-color:#21a1f1c2}.home-section .about{flex:2;width:100%;max-width:900px;background-color:#0b0c0c1a;border-radius:10px;padding:4rem 3rem 3rem;box-sizing:border-box;word-wrap:break-word;position:relative}.home-section .about h2{font-size:2rem;margin-bottom:2rem;color:#61dafb;text-shadow:1px 1px 4px rgba(0,0,0,.87);word-break:break-word;margin-top:0}.home-section .about p{font-size:1.2rem;line-height:1.6;color:#e0e0e0;text-shadow:1px 1px 4px rgba(0,0,0,.87);margin-bottom:1.5rem}.home-section .about .soft-skills{margin:1.5rem 0;text-align:center}.home-section .about .soft-skills h3{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.home-section .about .soft-skills .skills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.home-section .about .soft-skills .skill-tag{background-color:#61dafb26;color:#61dafb;padding:.3rem .6rem;border-radius:16px;font-size:1rem;font-weight:500}.home-section .competencies-section{width:100%;padding:2rem 1.5rem;box-sizing:border-box;box-shadow:0 0 20px #0003;position:relative;background-color:#0b0c0c1a;border-radius:12px}.home-section .competencies-section h2{font-size:2rem;margin-bottom:3rem;color:#61dafb;text-shadow:1px 1px 4px rgba(0,0,0,.87);word-break:break-word;text-align:center}.home-section .competencies-section .competencies-intro{text-align:center;font-size:1.2rem;color:#e0e0e0;max-width:700px;margin:0 auto 1.5rem;line-height:1.5;font-style:italic}@media (max-width: 480px){.home-section .competencies-section .competencies-intro{padding:0 1rem}}.home-section .competencies-section .tech-list{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;list-style:none;padding:0;margin-bottom:4rem}.home-section .competencies-section .tech-list .tech-item{background-color:#242629c4;box-shadow:0 0 20px #0003;min-width:120px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.home-section .competencies-section .tech-list .tech-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #61dafb}@media (hover: hover){.home-section .competencies-section .tech-list .tech-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #61dafb4d}}.home-section .competencies-section .tech-list .tech-item a{display:flex;flex-direction:column;align-items:center;font-weight:600;color:#fff;padding:1.5rem;text-decoration:none}.home-section .competencies-section .tech-list .tech-item a span{margin-top:1rem;font-size:1.2rem}.home-section .competencies-section .tech-list .tech-item a svg,.home-section .competencies-section .tech-list .tech-item a .svg-icon,.home-section .competencies-section .tech-list .tech-item a img{width:40px;height:40px;object-fit:contain}.home-section .competencies-section .coming-soon{max-width:600px;margin:3rem auto 0;background-color:#242629c4;border-radius:12px;padding:1.5rem 2rem;color:#fff;text-align:center;box-shadow:0 0 20px #0003}.home-section .competencies-section .coming-soon h3{margin-bottom:1rem;color:#61dafb}.home-section .competencies-section .coming-soon .upcoming-skill-item{display:inline-block}.home-section .competencies-section .coming-soon .upcoming-skill-item a{display:flex;flex-direction:column;align-items:center;gap:1rem;text-decoration:none;color:inherit;font-weight:600;transition:transform .2s ease}.home-section .competencies-section .coming-soon .upcoming-skill-item a img,.home-section .competencies-section .coming-soon .upcoming-skill-item a .webp-icon{width:200px;height:100px;object-fit:contain;filter:invert(1)}@media (max-width: 1200px){.home-section .about{padding-top:3rem}}@media (max-width: 768px){.home-section{padding:3rem 2rem}.home-section .home-column{max-width:100%}.home-section .home-column .image-wrapper{width:150px;height:150px}.home-section .about{padding:3rem}.home-section .about h2{font-size:2rem}.home-section .competencies-section{padding:3rem}}@media (max-width: 480px){.home-section{padding:2rem 1rem}.home-section .top-section,.home-section .bottom-section{gap:2rem}.home-section .home-column .image-wrapper{width:130px;height:130px}.home-section .home-column h1{font-size:1.5rem}.home-section .home-column .content{padding:1.5rem}.home-section .about{padding:2rem}.home-section .about h2{font-size:1.5rem}.home-section .about p{font-size:1rem}.home-section .competencies-section{padding:2rem}.home-section .competencies-section h2{font-size:1.5rem}.home-section .competencies-section .tech-list{gap:2rem}}.competencies-page{background-image:url(/Portfolio/assets/img_background-ozEjnlyy.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;position:relative;z-index:0;padding:4rem 3rem;display:flex;flex-direction:column;gap:4rem;align-items:center;width:100%;min-height:92vh}.competencies-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.competencies-page:before{background-color:#000000bf}.competencies-page .experience-section,.competencies-page .education-section{width:100%;max-width:1200px;background-color:#0b0c0c1a;padding:3rem;border-radius:12px;box-shadow:0 0 20px #0003}.competencies-page .experience-section h2,.competencies-page .education-section h2{font-size:2.4rem;color:#61dafb;text-align:center;margin-bottom:3rem;text-shadow:1px 1px 4px rgba(0,0,0,.87)}.competencies-page .experience-details-list{list-style-type:disc;padding-left:3rem;margin:1.5rem 0;font-size:1rem;color:#e0e0e0;line-height:1.6}.competencies-page .experience-details-list li{margin-bottom:1rem}@media (max-width: 768px){.competencies-page{padding:3rem 2rem}.competencies-page .experience-section,.competencies-page .education-section{padding:2rem}.competencies-page .experience-section h2,.competencies-page .education-section h2{font-size:2.2rem}}@media (max-width: 480px){.competencies-page{padding:2rem 1rem;gap:3rem}.competencies-page .experience-section,.competencies-page .education-section{padding:2rem 1.5rem}.competencies-page .experience-section h2,.competencies-page .education-section h2{font-size:2rem}.competencies-page .experience-details-list{padding-left:2rem}}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding:1rem;background-color:#000000bf;color:#fff;box-sizing:border-box}.error-page__title{font-size:clamp(5rem,25vw,10rem);font-weight:700;color:#61dafb;line-height:1}.error-page__message{font-size:clamp(1rem,4vw,1.5rem);margin:1.5rem 0}.error-page__link{display:inline-block;font-size:clamp(1rem,4vw,1.2rem);padding:.8rem 1.5rem;margin-top:2rem;border:3px solid #61dafb;border-radius:15px;color:#61dafb;text-decoration:none;font-weight:600;transition:background-color .3s ease,color .3s ease}.error-page__link:hover{background-color:#61dafb;color:#000000bf}.contact-section{background-image:url(/Portfolio/assets/img_background-ozEjnlyy.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:2rem;min-height:92vh;position:relative;z-index:0;background-color:#0000001a}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.contact-section .contact-content{display:flex;flex-direction:column;width:100%;max-width:1200px;gap:2rem}@media (min-width: 768px){.contact-section .contact-content{flex-direction:row;align-items:center;justify-content:space-between}}.contact-section .contact-info{flex:1;text-align:center;padding:1rem;margin-right:0}@media (min-width: 768px){.contact-section .contact-info{text-align:left;margin-right:2rem}}@media (min-width: 1200px){.contact-section .contact-info{margin-right:7.5rem}}.contact-section .contact-info h2{font-size:2.4rem;font-weight:700;margin-bottom:1rem;color:#61dafb;background-color:#0b0c0c1a;display:inline-block;padding:1rem 2rem;border-radius:12px}.contact-section .contact-info p{font-size:1.2rem;line-height:1.8;color:#e0e0e0;text-shadow:1px 1px 4px rgba(0,0,0,.87);background-color:transparent}.contact-section .contact-form{flex:1;width:100%;max-width:500px;background-color:#e0e0e0;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:1.2rem;margin-left:0}.contact-section .contact-form input,.contact-section .contact-form textarea{width:100%;padding:1rem;font-size:1rem;border:1px solid #ddd;border-radius:10px;font-family:inherit;transition:all .3s ease}.contact-section .contact-form input:focus,.contact-section .contact-form textarea:focus{outline:none;border-color:#61dafb;box-shadow:0 0 5px #61dafb66}.contact-section .contact-form textarea{resize:none;min-height:120px}.contact-section .contact-form button{padding:.9rem 1.2rem;font-size:1rem;background-color:#61dafb;color:#333;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contact-section .contact-form button:hover{background-color:#21a1f1;transform:translateY(-2px)}@media (max-width: 1200px){.contact-section .contact-info h2{font-size:2.2rem}.contact-section .contact-info p{font-size:1.1rem}}@media (max-width: 768px){.contact-section{padding:3rem 1rem}.contact-section .contact-content{flex-direction:column}.contact-section .contact-info h2{font-size:2rem}.contact-section .contact-info p{font-size:1rem}.contact-section .contact-info,.contact-section .contact-form{width:100%;max-width:100%}}@media (max-width: 480px){.contact-section .contact-form{padding:2rem 1.5rem}.contact-section .contact-info h2{font-size:1.5rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background-color:#e0e0e0;padding:1.5rem 2rem;border-radius:16px;box-shadow:0 4px 12px #00000014;font-size:1.5rem;color:#61dafb;text-align:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.experience-list,.education-list{display:flex;flex-direction:column;gap:2rem}.experience-card,.education-card{background-color:#24262999;padding:2rem;border-radius:10px}.experience-card .card-header,.education-card .card-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:1rem}.experience-card .card-header h3,.education-card .card-header h3{font-size:1.5rem;color:#fff;margin:0;flex:1 1 100%}.experience-card .card-header .company,.experience-card .card-header .institution,.education-card .card-header .company,.education-card .card-header .institution{font-size:1.2rem;color:#61dafb}.experience-card .card-header .period,.experience-card .card-header .year,.education-card .card-header .period,.education-card .card-header .year{font-size:1rem;color:#e0e0e0;margin-left:auto}.experience-card .description,.education-card .description{font-size:1rem;color:#e0e0e0;line-height:1.6}.experience-card .technologies{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.experience-card .technologies .tech-tag{background:#61dafb33;color:#fff;padding:.2rem 1rem;border-radius:8px;font-size:.7rem}@media (max-width: 768px){.experience-section,.education-section{width:100%;max-width:100%;margin-left:0;margin-right:0}.experience-card,.education-card{padding:1rem}}.experience-cta{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.experience-cta .button-link{padding:.6rem 1.2rem;background-color:#61dafb;color:#333;font-weight:700;border:none;border-radius:8px;font-size:1rem;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .3s ease}.experience-cta .button-link:hover{background-color:#21a1f1;transform:translateY(-2px)}.experience-cta .button-link:hover{background-color:#21a1f1c2;transform:translateY(-3px);box-shadow:0 10px 20px #61dafb}.experience-cta .tech-button{background-color:#61dafb26;color:#61dafb;border:1px solid #61dafb}.experience-cta .tech-button:hover{background-color:#61dafb;color:#fff}@media (max-width: 480px){.experience-cta .button-link{font-size:.7rem;padding:.2rem .4rem}}.projects-container{background-image:url(/Portfolio/assets/img_background-ozEjnlyy.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;padding:4rem 2rem;text-align:center;min-height:92vh;position:relative;z-index:0}.projects-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.projects-container h2{font-size:2.4rem;margin-bottom:6rem;color:#61dafb;text-shadow:1px 1px 4px rgba(0,0,0,.87);background-color:#0b0c0c1a;display:inline-block;padding:1rem 2rem;border-radius:12px}.projects-container .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0}@media (hover: hover){.projects-container .projects-grid:hover>.project-card:not(:hover){opacity:.3}}.projects-container .project-card{background-color:#242629c4;box-shadow:0 0 20px #0003;transition:transform .3s ease,box-shadow .3s ease;padding:1.5rem;border-radius:12px;transition:transform .5s ease,box-shadow .5s ease,opacity .5s ease;display:flex;flex-direction:column;cursor:pointer}.projects-container .project-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #61dafb}@media (hover: hover){.projects-container .project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #61dafb}}.projects-container .project-card .project-image{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.projects-container .project-card h3{font-size:1.5rem;margin-bottom:1rem;text-align:center;color:#fff}.projects-container .project-card p{font-size:1rem;color:#fff;margin-bottom:1rem;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:center}.projects-container .project-card .project-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:auto}.projects-container .project-card .project-links a{padding:.6rem 1.2rem;background-color:#61dafb;color:#333;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;justify-content:center;padding:.8rem 1.2rem;font-size:.9rem;border-radius:8px;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.5rem}.projects-container .project-card .project-links a:hover{background-color:#21a1f1;transform:translateY(-2px)}.projects-container .project-card .project-links a:hover{background-color:#21a1f1}.projects-container .more-projects-card{background-color:#242629c4;box-shadow:0 0 20px #0003;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:900px;margin:4rem auto 0;padding:2rem;border-radius:12px;text-align:center}.projects-container .more-projects-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #61dafb}.projects-container .more-projects-card h3{font-size:2rem;color:#fff;margin-bottom:2rem}.projects-container .more-projects-card .other-projects-list{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.projects-container .more-projects-card .other-projects-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.projects-container .more-projects-card .other-project-item{display:flex;align-items:center;background-color:#0006;padding:1.5rem 2rem;border-radius:10px;flex-direction:column;gap:1rem}@media (min-width: 768px){.projects-container .more-projects-card .other-project-item{flex-direction:row;justify-content:space-between;gap:2rem}}.projects-container .more-projects-card .other-project-title{font-weight:600;font-size:1rem;color:#e0e0e0;text-align:center}@media (min-width: 768px){.projects-container .more-projects-card .other-project-title{text-align:left}}.projects-container .more-projects-card .other-project-links{display:flex;flex-shrink:0;gap:1rem}.projects-container .more-projects-card .other-project-links a{padding:.6rem 1.2rem;background-color:#61dafb;color:#333;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:.6rem 1rem;font-size:.8rem;display:flex;align-items:center;gap:.4rem}.projects-container .more-projects-card .other-project-links a:hover{background-color:#21a1f1;transform:translateY(-2px)}.projects-container .more-projects-card .other-project-links a:hover{background-color:#21a1f1}@media (max-width: 1200px){.projects-container h2{font-size:2.2rem}}@media (max-width: 768px){.projects-container{padding:3rem 1rem}.projects-container h2{font-size:2rem;margin-bottom:4rem}.projects-container .projects-grid{grid-template-columns:1fr}.projects-container .project-card{height:auto;transition:none}.projects-container .project-card .project-links{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}}@media (max-width: 480px){.projects-container{padding:3rem 1rem}.projects-container h2{font-size:1.5rem;margin-bottom:3rem}}.loader-container{background-image:url(/Portfolio/assets/img_background-ozEjnlyy.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;position:relative;z-index:0;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .8s ease;overflow:hidden}.loader-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.loader-container.fade-out{opacity:0;pointer-events:none}.loader-container .loader-logo{display:flex;align-items:center;justify-content:center;gap:5px}.loader-container .loader-logo img{width:200px;height:auto;margin-right:-5px;position:relative;z-index:2;animation:float 3s ease-in-out infinite}@media (max-width: 768px){.loader-container .loader-logo img{width:150px}}@media (max-width: 480px){.loader-container .loader-logo img{width:80px}}.loader-container .loader-logo .portfolio-text{color:#fff;font-size:3rem;margin-left:-5px;animation:fadeIn 2s ease-in-out forwards;opacity:0}@media (max-width: 768px){.loader-container .loader-logo .portfolio-text{font-size:2.5rem}}@media (max-width: 480px){.loader-container .loader-logo .portfolio-text{font-size:1.8rem}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 480px){.loader-container .loader-logo{flex-direction:row;align-items:center;gap:8px}}.app.high-contrast{background-color:#fff!important}.app.high-contrast .home-section,.app.high-contrast .projects-container,.app.high-contrast .contact-section,.app.high-contrast .competencies-page,.app.high-contrast .error-page{background-image:none!important;background-color:transparent!important}.app.high-contrast .home-section:before,.app.high-contrast .projects-container:before,.app.high-contrast .contact-section:before,.app.high-contrast .competencies-page:before,.app.high-contrast .error-page:before{background-color:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.app.high-contrast .navbar,.app.high-contrast .footer{background-color:#fff!important;border-bottom:2px solid #000000;box-shadow:none}.app.high-contrast .footer{border-top:2px solid #000000;border-bottom:none}.app.high-contrast .navbar ul li a:hover{background-color:#0000001a}.app.high-contrast .nav-logo,.app.high-contrast .footer-logo{filter:brightness(0) saturate(100%) invert(24%) sepia(91%) saturate(2483%) hue-rotate(195deg) brightness(94%) contrast(101%)}.app.high-contrast .burger-menu,.app.high-contrast .contrast-icon{color:#333!important}.app.high-contrast .about,.app.high-contrast .bottom-section,.app.high-contrast .card,.app.high-contrast .competency-card,.app.high-contrast .experience-card,.app.high-contrast .education-card,.app.high-contrast .tech-item,.app.high-contrast .experience-section,.app.high-contrast .education-section,.app.high-contrast .project-card,.app.high-contrast .more-projects-card,.app.high-contrast .contact-form,.app.high-contrast .contact-info,.app.high-contrast .coming-soon{background-color:#fff!important;border:2px solid #000000!important;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app.high-contrast .more-projects-card .other-project-item{background-color:#e0e0e0}.app.high-contrast h1,.app.high-contrast h2,.app.high-contrast h3,.app.high-contrast h4,.app.high-contrast h5,.app.high-contrast h6,.app.high-contrast p,.app.high-contrast li,.app.high-contrast span,.app.high-contrast .description,.app.high-contrast .subtitle,.app.high-contrast label,.app.high-contrast .scroll-indicator{color:#333!important;text-shadow:none!important}.app.high-contrast .projects-container h2,.app.high-contrast .contact-info h2{background-color:#fff!important;border:2px solid #000000}.app.high-contrast .coming-soon img{background-color:#fff;padding:.5rem;border-radius:8px}.app.high-contrast a{color:#0056b3!important;text-decoration:underline!important}.app.high-contrast a:hover{color:#0056b3!important}.app.high-contrast .cv-button,.app.high-contrast .contact-form button,.app.high-contrast .button-link{background-color:#0056b3!important;color:#fff!important;border:2px solid #000000!important;text-decoration:none!important}.app.high-contrast .cv-button:hover,.app.high-contrast .contact-form button:hover,.app.high-contrast .button-link:hover{background-color:#21a1f1!important}.app.high-contrast .project-links a,.app.high-contrast .other-project-links a{background-color:#fff!important;color:#333!important;border:2px solid #000000!important;text-decoration:none!important}.app.high-contrast .project-links a:hover,.app.high-contrast .other-project-links a:hover{background-color:#0056b3!important;color:#fff!important}.app.high-contrast .scroll-button{color:#333!important;border-color:#000!important}.app.high-contrast .scroll-button:hover{background-color:#000000bf!important;color:#fff!important}.app.high-contrast .soft-skills .skill-tag,.app.high-contrast .tech-tag{background-color:#0056b3!important;color:#fff!important;border:1px solid #000000!important}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Plus Jakarta Sans,sans-serif;background-color:#fff;color:#333;height:100%}body,h1,h2,h3,h4,h5,h6,p,a,span,li,input,textarea,button{font-family:Plus Jakarta Sans,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column}
