:root{font-family:system-ui,sans-serif;line-height:1.5;font-weight:400;background-color:var(--background);color:var(--on-background);text-decoration:none;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #f47057;--secondary: #16d196;--other-color: #1bedf4ff;--background: #303030;--on-background: #eef5f3;--glass: #ffffff0d;--glass-primary: #f470570d;--glass-primary-dense: #f471571e;--glass-secondary: #16d1960d;--glass-secondary-dense: #16d1961e}[data-theme=light]{--background: #eef5f3;--on-background: #303030;--glass: #6161610d;--glass-primary: #f4705720}*{text-decoration:none;box-sizing:border-box}#root{width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh}.home{background-color:var(--background)}body{display:flex;flex-direction:column;align-items:center;padding:0;margin:0%}.navbar-container{width:100%;background-color:transparent;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;z-index:99}h4{text-transform:capitalize;font-size:1rem}.navbar{top:0;left:0;background-color:transparent;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);display:flex;flex-direction:row;justify-content:space-between;width:95%;align-items:center;padding:10px 0;position:relative;box-sizing:border-box}.navbar .brand{font-weight:600;font-size:1.5rem}.navbar .brand .first{color:var(--primary)}.navbar .brand .last{color:var(--on-background);margin-left:.25rem}.navbar .nav-links{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;align-items:center;font-family:system-ui,sans-serif}.navbar .link{color:var(--on-background);font-size:.85rem;font-weight:500;padding:8px 12px;border-radius:4px;transition:all .25s ease-in-out}.navbar .link:hover{color:var(--primary)}.navbar .link.active{color:var(--primary);background-color:var(--glass-primary)}.navbar .theme-toggler{margin-left:1rem;cursor:pointer;padding:.2rem .4rem;border-radius:50%;transition:background-color .3s ease-in-out}.navbar .theme-toggler:hover{background-color:var(--primary)}.navbar .nav-toggler,.navbar .dropdown-menu{display:none}.navbar .dropdown-menu{position:absolute;top:3rem;right:0rem;width:14rem;left:auto;max-width:calc(100vw - 2rem);flex-direction:column;gap:.5rem;background:var(--background);box-shadow:0 6px 18px #0308142e;border-radius:.5rem;padding:.5rem;transition:all .3s ease-in-out;opacity:0;pointer-events:none;transform:translateY(-10px)}.navbar .dropdown-menu .theme-toggler{display:flex;gap:.5rem;align-items:center;border-radius:4px;padding:8px 12px;margin-left:0rem}.navbar .dropdown-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.home{width:100%;display:flex;flex-direction:column;align-items:center}.home .hero{position:relative;width:100%;height:95vh;margin-bottom:5rem}.home .hero .background{position:absolute;width:100%;height:100%}.home .hero .background .hero-blobs{width:100%;height:100%}.home .hero .background .hero-blobs .blob-left{fill:url(#gradient1);animation:morphPentagon 4s infinite ease-in-out alternate}.home .hero .background .hero-blobs .blob-right{fill:url(#gradient2);animation:morphEllipse 8s infinite ease-in-out alternate}.home .hero .content{position:relative;z-index:1;-webkit-backdrop-filter:blur(75px);backdrop-filter:blur(75px);width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;margin-top:3rem}.home .hero .content .left,.home .hero .content .right{width:40%}.home .hero .content .left{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.home .hero .content .left div{margin-bottom:15px;color:var(--text)}.home .hero .content .left .medium{font-size:1.5rem;font-weight:600;letter-spacing:1px}.home .hero .content .left .medium .skill{color:var(--primary);font-weight:600;border-right:.1em solid var(--primary);white-space:nowrap;margin-right:10px;animation:cursor 1s infinite}.home .hero .content .left .name{font-size:2.5rem;font-weight:900;letter-spacing:1.5px;margin:0 0 15px;color:var(--text)}.home .hero .content .left .hero-cta{margin-top:1rem;padding:.6rem .9rem;display:inline-flex;gap:.6rem;align-items:center;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;border:none;cursor:pointer;font-weight:600}.home .hero .content .left .scroll-down{display:flex;justify-content:center;align-items:flex-end;width:80%;position:absolute;bottom:20%}.home .hero .content .left .scroll-down .scroller{position:relative}.home .hero .content .left .scroll-down .scroller .icon{color:var(--text);font-size:2rem;position:absolute;animation:arrow-down 1s infinite ease-in-out}.home .hero .content .right{display:flex;justify-content:space-around;align-items:center}.home .hero .content .right .image{background-color:none;border-radius:30px;display:block;width:65%;border-bottom:5px solid var(--primary)}.home .about{width:90%;padding:2rem;border-radius:1rem;display:flex;flex-direction:row;margin-bottom:3rem;align-items:center}.home .about .left{display:flex;flex-direction:row;align-items:center;width:25%}.home .about .left .image{display:block;width:100%;color:var(--primary);font-size:5rem}.home .about .right{margin-left:1rem;flex:1;padding:1rem}.home .about .right .heading{font-size:1.5rem;color:var(--secondary);margin-bottom:1rem}.home .about .right .heading .icon{font-size:1.7rem;transform:rotate(15deg)}.home .about .right .description{font-size:1.2rem}.home .services{width:90%}.home .services .title{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.home .services .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:1.25rem 0 2rem;overflow:visible}.home .services .grid .service-card{overflow:visible;will-change:transform;z-index:0;transition:z-index .12s ease;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.home .services .grid .card{overflow:visible;padding:1.25rem;border-radius:12px;background:linear-gradient(-45deg,var(--glass-primary),var(--glass-secondary));box-shadow:0 6px 18px #0308142e;transition:transform .22s ease,box-shadow .22s ease}.home .services .grid .card .icon .icon.large{font-size:2.25rem;color:var(--secondary)}.home .services .grid .card .title{opacity:.9;margin:1rem 0rem}.home .services .grid .card .description{opacity:.8}.home .projects-preview{width:95%}.home .projects-preview .projects-title{font-size:2rem;text-align:center;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .projects-preview .projects{display:flex;flex-direction:column}.home .projects-preview .projects .card{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#ffffff08;box-shadow:0 6px 18px #0308142e;border-radius:1rem;margin-bottom:2rem}.home .projects-preview .projects .card .image{width:49%;aspect-ratio:2;border-radius:1rem 0rem 0rem 1rem;overflow:hidden}.home .projects-preview .projects .card .image img{display:block;width:100%;height:100%;object-fit:cover}.home .projects-preview .projects .card .meta{width:49%;padding:1rem}.home .projects-preview .projects .card .meta .title{font-size:1.5rem;margin:.5rem 0rem}.home .projects-preview .projects .card .meta .description{opacity:.9}.home .projects-preview .projects .card .meta .skills{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.5rem}.home .projects-preview .projects .card .meta .skills .skill{color:var(--primary);background-color:var(--glass-primary);font-size:.8rem;padding:.4rem .6rem;border-radius:1rem}.home .projects-preview .projects .card .meta .links{margin-top:1.5rem}.home .projects-preview .projects .card .meta .links .link{padding:.7rem;background-color:var(--secondary);color:var(--on-background);border-radius:.5rem;font-size:.9rem;cursor:pointer;width:fit-content}.home .projects-preview .projects .card .meta .links .link .icon{margin-right:.5rem}.home .projects-preview .projects .card:nth-of-type(2n){flex-direction:row-reverse}.home .projects-preview .projects .card:nth-of-type(2n) .image{border-radius:0rem 1rem 1rem 0rem}.home .technologies-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.home .technologies-section .title{width:fit-content;font-size:1.5rem;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .technologies-section .technologies{width:50%;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center}.home .technologies-section .technologies .technology{width:7rem;height:7rem}.home .cta{width:90%;margin:3rem 0;padding:1.25rem;border-radius:14px;display:flex;flex-direction:row;align-items:center;gap:2rem}.home .cta .image-section{width:16rem;position:relative;display:flex;justify-content:center;align-items:center}.home .cta .image-section .image{display:block;width:100%;z-index:1}.home .cta .image-section .background{width:14rem;aspect-ratio:1;background-color:var(--glass-primary-dense);position:absolute;border-radius:50%}.home .cta .cta-content .question{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.home .cta .cta-content .question .icon{color:var(--secondary);font-size:1.7rem;transform:rotate(15deg)}.home .cta .cta-content .btn{padding:.6rem 1rem;border-radius:10px;text-decoration:none;display:inline-block}.home .cta .cta-content .btn-primary{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff}.home .cta .cta-content .muted{opacity:.8}.home .cta .cta-content .separator{margin:0rem 1rem}.home .cta .cta-content .btn-contact{padding:.6rem .9rem;display:inline-flex;gap:.6rem;align-items:center;cursor:pointer;border:1px solid var(--on-background);background:transparent}.home .contacts{width:90%;display:flex;flex-direction:column;align-items:center;margin-bottom:6rem}.home .contacts .heading{width:fit-content;font-size:2rem;background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .contacts .links{display:flex;flex-wrap:wrap;gap:1rem}.home .contacts .links .link{padding:.5rem .7rem;display:inline-flex;align-items:center;gap:.5rem;border-radius:2rem}.home .contacts .links .link .icon{font-size:1.5rem}.home .contacts .links .link .text{font-size:1.2rem;color:var(--on-background)}.home .contacts .links .whatsapp{border:1px solid #25d366}.home .contacts .links .whatsapp .icon{color:#25d366}.home .contacts .links .email{border:1px solid var(--secondary)}.home .contacts .links .email .icon{color:var(--secondary)}.home .contacts .links .linkedin{border:1px solid #0a66c2}.home .contacts .links .linkedin .icon{color:#0a66c2}.home .contacts .links .github{border:1px solid var(--on-background)}.home .contacts .links .github .icon{color:var(--on-background)}@keyframes cursor{0%{border-right-color:var(--primary)}to{border-right-color:transparent}}@keyframes morphPentagon{0%{d:path("M50,400 L450,200 L400,400 L200,400 L150,200 Z")}50%{d:path("M100,200 L460,220 L420,380 L220,420 L140,180 Z")}to{d:path("M50,400 L450,200 L400,400 L200,400 L150,200 Z")}}@keyframes morphEllipse{0%{d:path("M900,150 a120,90 0 1,0 1,0 Z")}25%{d:path("M925,200 a105,105 0 1,0 1,0 Z")}50%{d:path("M950,250 a90,120 0 1,0 1,0 Z")}75%{d:path("M925,200 a105,105 0 1,0 1,0 Z")}to{d:path("M900,150 a120,90 0 1,0 1,0 Z")}}@keyframes arrow-down{0%{transform:translateY(0)}50%{transform:translateY(50px)}to{transform:translateY(0)}}.projects-section{width:95%;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:4rem}.projects-section .card{width:38rem;position:relative;display:flex;flex-direction:column;background:#ffffff08;box-shadow:0 6px 18px #0308142e;border-radius:1rem;margin-bottom:2rem}.projects-section .card .image{width:100%;border-radius:1rem 1rem 0rem 0rem}.projects-section .card .image img{display:block;width:100%;border-radius:inherit}.projects-section .card .meta{padding:1rem}.projects-section .card .meta .title{margin:.3rem 0rem}.projects-section .card .meta .description{opacity:.9}.projects-section .card .meta .skills{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.5rem}.projects-section .card .meta .skills .skill{color:var(--primary);background-color:var(--glass-primary);font-size:.9rem;padding:.4rem .6rem;border-radius:1rem}.projects-section .card .meta .links{margin-top:2rem}.projects-section .card .meta .links .link{padding:.7rem;background-color:var(--secondary);color:var(--on-background);border-radius:.5rem;font-size:.9rem}.projects-section .card .meta .links .link .icon{margin-right:.5rem}.skills-section{width:95%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:2rem;margin-top:4rem}.skills-section .card{transition:all .25s ease-in-out;display:flex;justify-content:center;align-items:center;position:relative;background:#ffffff08;box-shadow:0 6px 18px #0308142e;border-radius:1rem;cursor:pointer}.skills-section .card .background{position:absolute;width:100%;height:100%;border-radius:inherit;overflow:hidden}.skills-section .card .background .blobs{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.skills-section .card .background .blobs .blob{aspect-ratio:1;border-radius:50%;position:absolute;transition:all .3s ease-in-out}.skills-section .card .background .blobs .blob-1{width:6rem;background-color:var(--glass-primary-dense);top:-1.5rem;left:-2rem}.skills-section .card .background .blobs .blob-2{width:10rem;background-color:var(--glass-secondary-dense);bottom:-4rem;right:-4rem}.skills-section .card .content{width:100%;height:100%;display:flex;flex-direction:column;border-radius:inherit;padding:1rem;background-color:transparent}.skills-section .card .content .heading{font-size:1.3rem}.skills-section .card .content .heading .icon{font-size:1.5rem;margin-right:1rem;color:var(--secondary)}.skills-section .card .content .skills{margin-top:1.5rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.skills-section .card .content .skills .skill{background-color:var(--glass);font-size:.9rem;padding:.4rem .6rem;border-radius:1rem}.skills-section .card:hover{scale:1.05}.skills-section .card:hover .background .blobs .blob{scale:1.5}.certifications-section{width:95%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:2rem;margin-top:4rem}.certifications-section .card{transition:all .25s ease-in-out;background:#ffffff08;box-shadow:0 6px 18px #0308142e;border-radius:1rem;display:flex;flex-direction:column;padding:1rem}.certifications-section .card .heading{display:flex;gap:1rem}.certifications-section .card .heading .icon{display:block;width:3rem}.certifications-section .card .heading .text{font-size:1.3rem}.certifications-section .card .muted{opacity:.9;margin-left:.2rem}.certifications-section .card .skills{margin-top:1.5rem;margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.certifications-section .card .skills .skill{background-color:var(--glass-secondary);font-size:.8rem;opacity:.8;padding:.4rem .6rem;border-radius:1rem}.certifications-section .card .links .link{padding:.7rem;font-weight:600;color:var(--secondary);border-radius:.5rem;font-size:.9rem}.certifications-section .card .links .link .icon{margin-right:.5rem}.certifications-section .card:hover{scale:1.03}.dialog-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#080c1499;z-index:1200;padding:1.5rem}.dialog-container{position:relative;width:100%;max-width:720px;outline:none}.dialog-panel{background:var(--background);border-radius:1rem;padding:1.25rem;box-shadow:0 12px 40px #02061499;transform-origin:center}.dialog-close{position:absolute;right:.7rem;top:.7rem;background:transparent;border:none;color:var(--muted, #bbb);font-size:1.3rem;cursor:pointer}.dialog-panel{animation:dialogIn .22s cubic-bezier(.2,.9,.2,1)}@keyframes dialogIn{0%{transform:translateY(8px) scale(.995);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.skills-dialog .expertise{margin:0rem 0rem 2rem;border-bottom:1px solid var(--glass);padding-bottom:1rem}.skills-dialog .skills{display:flex;flex-direction:column;width:100%;max-height:24rem;overflow-y:auto}.skills-dialog .skills .skill{display:flex;flex-direction:column;width:100%;margin-bottom:1rem}.skills-dialog .skills .skill .top{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem}.skills-dialog .skills .skill .bar{background-color:var(--glass-secondary-dense);height:.8rem;border-radius:1rem}.skills-dialog .skills .skill .bar .inner{height:inherit;background:linear-gradient(to right,var(--secondary),var(--primary));border-radius:1rem 0rem 0rem 1rem}.skills-dialog .skills::-webkit-scrollbar{display:none}.footer{width:100%;display:flex;justify-content:center;align-items:center;margin-top:auto}.footer .content{width:95%;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:2rem 0;border-top:1px solid var(--glass)}.footer .content .links{display:flex;flex-direction:row;align-items:center}.footer .content .links .link{margin:0rem .5rem;cursor:pointer;color:var(--on-background)}.footer .content .links .link .icon{font-size:1.5rem;color:var(--text);transition:all .25s ease-in-out}.footer .content .links .link:hover .icon{color:var(--primary)}@media screen and (max-width: 1024px){.home .hero .content .left,.home .hero .content .right{width:45%}.home .about{width:95%}.home .services{width:95%}.home .services .grid{gap:1rem}.home .technologies-section .technologies{width:80%}.home .technologies-section .technologies .technology{width:6rem}.home .projects-preview .projects{flex-direction:row;gap:1rem}.home .projects-preview .projects .card{flex:1;flex-direction:column;align-items:flex-start;justify-content:flex-start}.home .projects-preview .projects .card .image,.home .projects-preview .projects .card .meta{width:100%}.home .projects-preview .projects .card .image{border-radius:1rem 1rem 0rem 0rem}.home .projects-preview .projects .card:nth-of-type(2n){flex-direction:column}.home .projects-preview .projects .card:nth-of-type(2n) .image{border-radius:1rem 1rem 0rem 0rem}.skills-section{gap:1rem}.certifications-section{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.navbar .brand{font-size:1.2rem}.navbar .nav-links{display:none}.navbar .nav-toggler{display:block}.navbar .dropdown-menu{display:flex}.navbar .theme-toggler:hover{background-color:var(--background)}.home .hero .content{flex-direction:column-reverse}.home .hero .content .left,.home .hero .content .right{width:80%}.home .hero .content .left .scroll-down{bottom:10%}.home .technologies-section .technologies{width:95%}.home .projects-preview .projects{flex-direction:column}.projects-section .card{width:95vw}.projects-section .card .image{overflow:hidden}.projects-section .card .image img{object-fit:cover}.skills-section{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 576px){.home .hero .content .left{width:90%}.home .hero .content .left .medium{font-size:1.1rem}.home .hero .content .left .name{font-size:2rem}.home .hero .content .left .scroll-down .scroller .icon{font-size:1.5rem}.home .hero .content .right{width:90%}.home .hero .content .right .image{width:80%}.home .about{padding:.5rem;flex-direction:column}.home .about .left,.home .about .right{width:100%}.home .about .left .image{width:50%}.home .about .right{margin-left:0rem}.home .cta{flex-direction:column;width:95%}.skills-section,.certifications-section{grid-template-columns:repeat(1,1fr)}}
