body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--bg:#0b0c10;--bg-alt:#121319;--bg-panel:#16171d;--bg-panel-hover:#1e1f27;--text:#f2ede4;--text-muted:#a39d92;--accent:#e8a13c;--accent-2:#ff6b4a;--border:rgba(232,161,60,0.25);--font-display:"Fraunces",serif;--font-body:"Inter",sans-serif}#root,body,html{height:100%;margin:0}@media screen and (min-width:600px){body{font-size:18px}section{position:relative;padding:6rem 6rem 0}}@media screen and (max-width:599px){body{font-size:16px}section{position:relative;padding:1rem 1rem 0}}body{margin:0;padding:0;background:#0b0c10;background:var(--bg);color:#f2ede4;color:var(--text);min-width:320px;overflow-x:hidden}body,button>span{font-family:"Inter",sans-serif;font-family:var(--font-body)}.App{display:flex;flex-direction:column;height:100%}section h1{text-align:center;font-family:"Fraunces",serif;font-family:var(--font-display)}@-webkit-keyframes retro-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes retro-blink{0%,49%{opacity:1}50%,to{opacity:0}}@-webkit-keyframes retro-rainbow{0%{background-position:0 50%}to{background-position:400% 50%}}@keyframes retro-rainbow{0%{background-position:0 50%}to{background-position:400% 50%}}.App.retro{--bg:#000014;--bg-alt:navy;--bg-panel:#006;--bg-panel-hover:#00a;--text:#0f0;--text-muted:#00e5e5;--accent:#f0f;--accent-2:#ff0;--border:silver;background:radial-gradient(circle,#fff 1.5px,transparent 0) 0 0/26px 26px,radial-gradient(circle,#ff0 1px,transparent 0) 13px 13px/26px 26px,var(--bg);background-attachment:fixed}.App.retro,.App.retro *{font-family:"Comic Sans MS","Comic Sans",cursive,sans-serif!important}.App.retro a{color:#00e5ff!important;text-decoration:underline!important}.App.retro a:visited{color:#f7f!important}.App.retro .greeting-text,.App.retro .name,.App.retro .section-title{background:linear-gradient(90deg,red,orange,#ff0,green,#0ff,#00f,violet,red)!important;background-size:400% 100%!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;-webkit-animation:retro-rainbow 4s linear infinite!important;animation:retro-rainbow 4s linear infinite!important}.App.retro .contact-form-wrapper,.App.retro .experience-card,.App.retro .featured-project,.App.retro .mobilenav,.App.retro .navbar,.App.retro .tech-category-card{border:3px outset silver!important;border-radius:0!important;box-shadow:none!important}.App.retro .experience-bg,.App.retro .featured-project-bg{background:navy!important;opacity:1!important}.App.retro .experience-card-tech>ul>li{background-color:navy!important;border:1px solid silver!important;color:#0f0!important}.App.retro .profile{border-radius:0!important;border:4px outset silver!important}.App.retro .underline{border-top:4px dashed var(--accent)!important}.App.retro .MuiFilledInput-root{background-color:#006!important;color:#0f0!important}.App.retro .MuiButton-contained{background-color:#f0f!important;color:#000!important;border:3px outset silver!important}.App.retro .retro-blink{-webkit-animation:retro-blink 1s steps(1) infinite;animation:retro-blink 1s steps(1) infinite}.App.retro .retro-footer-extra{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;margin-top:18px}.App.retro .retro-visitor-counter{display:inline-flex;grid-gap:2px;gap:2px;background:#000;border:2px inset silver;padding:4px 10px;font-family:"Courier New",monospace!important;font-weight:700;letter-spacing:1px;color:#0f0!important;-webkit-text-fill-color:#0f0!important}.App.retro .retro-badge{display:inline-block;padding:6px 12px;background:navy;border:2px outset silver;color:#ff0!important;-webkit-text-fill-color:#ff0!important;font-size:.75rem;font-weight:700;text-align:center;line-height:1.4}@media screen and (min-width:599px){.profile{width:120px;height:120px}}@media screen and (max-width:599px){.profile{width:100px;height:100px}}.home{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;height:calc(100vh + 63px);z-index:1000;overflow:hidden}.greeting,.home{position:relative}.greeting{z-index:2;margin:-63px 20px 0}.hide{display:none}.profile{border-radius:50%;border:.2rem solid var(--accent);opacity:0}.greeting-text{margin:15px;font-family:var(--font-display)}.word{display:inline-block}.retro-welcome{font-weight:700;color:#ff0;color:var(--accent-2,#ff0);margin:0 0 10px}.subtitle{font-size:1.3rem;font-weight:400;font-family:var(--font-body);color:var(--text-muted)}.name{color:var(--accent)}.links{display:flex;align-items:center;justify-content:center;grid-gap:30px;gap:30px;padding:20px;max-width:300px;margin:20px auto 0}.links a{width:50px;height:50px;transition:transform .2s ease,opacity .2s ease}.links a:hover{transform:scale(1.15);opacity:.85}.links img{width:50px;height:50px}.three-background{position:absolute;inset:0;z-index:1;pointer-events:none}.three-background canvas{display:block;width:100%;height:100%}.navbar{position:absolute;bottom:0;width:100%;height:60px;display:flex;align-items:center;background-color:var(--bg-panel);border-bottom:3px solid var(--accent);pointer-events:fill}.navbar a{position:relative;cursor:pointer;font-weight:600;display:inline-block}.link-underline{position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left}.navlink-wrapper{width:20%}.navlinks{display:flex;width:100%;justify-content:space-evenly}#hamburger-icon{width:35px;height:21px;position:relative;margin:0 auto;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}#hamburger-icon span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}#hamburger-icon span:first-child{top:0}#hamburger-icon span:nth-child(2),#hamburger-icon span:nth-child(3){top:9px}#hamburger-icon span:nth-child(4){top:18px}#hamburger-icon.open span:first-child{top:9px;width:0;left:50%}#hamburger-icon.open span:nth-child(2){transform:rotate(45deg)}#hamburger-icon.open span:nth-child(3){transform:rotate(-45deg)}#hamburger-icon.open span:nth-child(4){top:9px;width:0;left:50%}@media screen and (min-width:600px){.profile{width:120px}.hamburger,.mobilenav{display:none}}@media screen and (max-width:599px){.navlinks{display:none}.hamburger{position:absolute;right:30px;cursor:pointer}}.mobilenav-wrapper{position:absolute;top:63px;width:100%;clip:rect(0,9999px,9999px,-9999px)}.mobilenav{background-color:var(--bg-panel)}.mobilenav.on{transform:translateY(0)}.mobilenav.off,.mobilenav.on{transition:transform .4s ease-in-out,opacity .3s ease-out}.mobilenav.off{transform:translateY(-100%)}.mobilenavlinks{display:flex;flex-direction:column;padding:20px}.mobilenavlink{text-align:left;padding-top:10px;padding-bottom:10px}.mobilenavlinks a{text-align:left;font-size:larger}.about,.sobre{background-color:var(--bg-alt)}.about-text{width:100%;max-width:600px}.about-text>ul{list-style-type:none}.about-text>ul>li{margin-bottom:10px}.about-text p{line-height:1.7}.about-text strong{color:var(--accent)}.typewriter{display:flex;align-items:center}.typewriter-start{padding-right:5px}.typewriter>p{margin:0}.location-wrapper{display:flex;align-items:center;border-top:1px solid hsla(0,0%,100%,.2);padding-top:10px;width:70%}@media screen and (min-width:960px){.about-content{display:flex;justify-content:space-evenly;align-items:flex-start;grid-gap:40px;gap:40px}}@media screen and (max-width:959px) and (min-width:600px){.about-content{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:30px;gap:30px}}@media screen and (max-width:599px){.about-content{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:24px;gap:24px}}.section-title{font-size:25pt;margin-bottom:10px}.underline{border-top:4px solid var(--accent);margin:0 auto 15px;width:70px}.technologies-wrapper{width:100%;max-width:700px}.technologies-wrapper>h2{text-align:center;margin-bottom:24px;font-size:1.3rem;color:var(--text-muted)}.tech-categories{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.tech-category-card{background:linear-gradient(135deg,#16171d,#1e1f27);border:1px solid var(--border);border-radius:12px;padding:20px 24px;will-change:transform;transition:border-color .25s ease,box-shadow .25s ease}.tech-category-card:hover{border-color:rgba(232,161,60,.6);box-shadow:0 8px 25px rgba(232,161,60,.25)}.tech-category-header{display:flex;align-items:center;grid-gap:10px;gap:10px;margin-bottom:14px}.tech-icon{font-size:1.4rem}.tech-category-header h3{margin:0;font-size:1rem;font-weight:700;color:var(--accent);letter-spacing:.5px}.tech-tags{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.tech-tag{display:inline-block;padding:6px 14px;font-size:.78rem;font-weight:600;color:var(--text);background:rgba(232,161,60,.14);border:1px solid var(--border);border-radius:20px;transition:background .2s ease,color .2s ease,transform .2s ease;cursor:default}.tech-tag:hover{background:var(--accent);color:var(--bg);transform:scale(1.05)}@media screen and (min-width:960px){.tech-categories{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.tech-category-card:last-child{grid-column:1/-1;max-width:50%;margin:0 auto}}@media screen and (max-width:599px){.technologies-wrapper>h2{font-size:1.1rem}.tech-category-card{padding:16px 18px}.tech-tag{padding:5px 10px;font-size:.72rem}}.experi\eancias,.experience{position:relative;background-color:var(--bg-alt)}.experience-content{margin:0 auto;max-width:1400px}.experience-list{display:flex;justify-content:center;flex-wrap:wrap;position:relative;padding-left:0;list-style:none;margin:0 auto}.experience-list>li{border-radius:5px;margin:20px 10px;width:390px;min-width:290px}.experience-list>li>div{height:100%}.textLink{color:var(--accent);cursor:pointer}.experience-link{text-decoration:none;height:100%;cursor:default}.experience-card-wrapper{height:100%}.experience-card{position:relative;background-color:var(--bg-panel);border-radius:5px;align-items:center;min-height:158px;transition:.2s;height:100%;cursor:pointer}.experience-card-wrapper:hover .experience-card{transform:translateY(-10px);background-color:var(--bg-panel-hover)}.experience-card-top{position:relative;width:100%;height:150px;display:flex;align-items:center;justify-content:center}.experience-card-top>h2{position:absolute;top:30px;text-align:center;font-weight:700;margin:0 30px;font-size:22px;color:#fff;text-decoration:none;z-index:1}.image-wrapper{position:absolute;bottom:-50px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:100px;height:100px;box-shadow:0 2px 16px 0 rgba(0,0,0,.25)}.experience-card-bottom{position:relative;box-sizing:border-box;text-align:center;width:100%;height:calc(100% - 150px);color:#fff;padding:65px 20px 20px;display:flex;flex-direction:column;justify-content:space-between}.experience-card-bottom h2{margin:0}.experience-card-bottom h3{margin:20px 0;font-size:18px}.experience-card-bottom ul{list-style-type:disc;text-align:left}.experience-card-bottom li{font-size:16px}.experience-card-tech{margin-top:20px}.experience-card-tech>ul{list-style-type:none;display:flex;flex-wrap:wrap;margin-top:-7px;margin-left:-7px}.experience-card-tech>ul>li{font-size:12px;font-weight:600;margin-top:7px;margin-left:7px;border-radius:5px;padding:5px 10px;background-color:rgba(232,161,60,.16)}.experience-bg{position:absolute;border-radius:5px 5px 0 0;width:100%;height:100%}.logo-bg{border-radius:50%}.company-logo{max-width:150px;z-index:1;pointer-events:none}@media screen and (max-width:599px){.experience-card-wrapper:hover .experience-card{transform:translateY(0);background-color:var(--bg-panel)}.experience-card-bottom{padding:65px 15px 20px}}.projects,.projetos{position:relative;background-color:var(--bg-alt)}.projects-content{margin:0 auto}.projects-list{position:relative;padding-left:0;list-style:none;margin:0 auto;width:90%}.projects-content{max-width:1000px}.tagslist{display:flex;width:90%;margin:30px auto 0}.project-tags{display:flex;flex-wrap:wrap;width:90%}.more-projects-wrapper{display:flex;justify-content:center}@media screen and (max-width:599px){.projects-list{width:100%}}.featured-project-link{color:#fff;text-decoration:none;cursor:default}.featured-project-wrapper{margin:20px 0}.featured-project{position:relative;display:flex;flex-direction:column;justify-content:center;background-color:var(--bg-panel);padding:10px 20px;border-radius:8px;min-height:158px;transition:.25s;cursor:pointer;overflow:hidden}.featured-project-wrapper:hover .featured-project{transform:translateY(-6px);background-color:var(--bg-panel-hover);box-shadow:0 10px 30px rgba(0,0,0,.3)}.featured-project-bg{position:absolute;top:0;left:0;border-radius:8px;width:100%;height:100%;opacity:.15}.featured-project-top{display:flex;margin-top:20px;z-index:1}.featured-project-title{font-size:1.4rem;font-weight:700;margin:0;color:#fff;z-index:1}.featured-project>p{z-index:1;line-height:1.5;font-size:.95rem}.project-info{z-index:1}.project-info-left{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px}.language{display:flex;align-items:center;grid-gap:5px;gap:5px}.language-colour{width:10px;height:10px;border-radius:50%}.language-name{font-size:.8rem;margin:0;font-weight:600}@media screen and (max-width:599px){.featured-project-wrapper:hover .featured-project{transform:translateY(-3px);background-color:var(--bg-panel-hover)}.featured-project-title{font-size:1.2rem}}.contact,.contato{background-color:var(--bg-alt)}.contact .links,.contato .links{display:flex;align-items:center;justify-content:space-evenly;padding:20px;max-width:600px;margin:50px auto 0}.contact .links a,.contact .links img,.contato .links a,.contato .links img{width:40px;height:40px;transition:transform .2s ease}.contact .links a:hover,.contato .links a:hover{transform:scale(1.15)}.contact-form{margin:40px auto 0;width:100%;max-width:500px;display:flex;flex-direction:column}.email-success{text-align:center}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:0 0 0 30px #16171d inset!important;caret-color:#fff}footer{display:flex;flex-direction:column;align-items:center;background-color:var(--bg-alt);padding:30px 20px;border-top:1px solid var(--border)}.copyright{text-align:center;font-size:.85rem;color:var(--text-muted);margin:0}.retro-toggle{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;margin-top:14px;padding:6px 14px;border-radius:20px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.78rem;cursor:pointer;opacity:.7;transition:opacity .2s ease,border-color .2s ease,color .2s ease}.retro-toggle:focus-visible,.retro-toggle:hover{opacity:1;border-color:var(--accent);color:var(--text)}.App.retro .retro-toggle{border:2px outset silver!important;border-radius:4px!important;background:navy!important;opacity:1}.topButton{position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:var(--accent);color:var(--bg);cursor:pointer;padding:10px;border-radius:15px;font-size:25px}.topButton i{display:flex}.topButton.on{opacity:1}.topButton.off,.topButton.on{transition:opacity .1s linear}.topButton.off{opacity:0}.retro-cursor-trail{position:fixed;inset:0;pointer-events:none;z-index:9999}.retro-cursor-dot{position:fixed;width:8px;height:8px;border-radius:50%;transform:translate(-50%,-50%);transition:opacity .6s ease,transform .6s ease;box-shadow:0 0 6px currentColor}.scroll-progress-track{position:fixed;top:0;left:0;width:100%;height:3px;z-index:2000;background:transparent;pointer-events:none}.scroll-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,var(--accent),var(--accent));background:linear-gradient(90deg,var(--accent),var(--accent-2,var(--accent)));transform:scaleX(0);transform-origin:left}.code-trail{position:fixed;inset:0;pointer-events:none;z-index:1500;overflow:hidden}.code-token{--drift-x:0px;position:fixed;transform:translate(-50%,-50%);font-family:"Fira Code",Consolas,Menlo,monospace;font-size:.8rem;font-weight:600;opacity:.9;white-space:nowrap;text-shadow:0 0 8px rgba(232,161,60,.35);transition:transform .9s ease-out,opacity .9s ease-out}.code-token-fade{opacity:0;transform:translate(calc(-50% + var(--drift-x)),-140%)}
/*# sourceMappingURL=main.c8a02bff.chunk.css.map */