:root{--cor-texto-principal: #fffe;--cor-fundo-principal: #0d1117;--cor-link: #646cff;--cor-link-hover: #535bf2;--cor-button: #1a1a1a;--cor-button-hover: #646cff;--cor-fundo: #0008;--cor-fundo-avatar: #ff0077;--cor-fundo-projeto: #0001;--cor-box-shadow-projeto: #0009;--cor-drop-shadow-projeto-imagem: #eee2;--cor-link-hover: #0cc}@media (prefers-color-scheme: light){:root{--cor-texto-principal: #0d1117;--cor-fundo-principal: #ddd;--cor-link: #646cff;--cor-link-hover: #747bff;--cor-button: #f9f9f9;--cor-button-hover: #646cff;--cor-fundo: #fff8;--cor-fundo-projeto: #fff1;--cor-box-shadow-projeto: #0003;--cor-drop-shadow-projeto-imagem: #0002;--cor-link-hover: #06c}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--cor-texto-principal);background-color:var(--cor-fundo-principal);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;width:100%;min-height:100vh;margin:0 auto;text-align:center}a{font-weight:500;color:var(--cor-link);text-decoration:inherit}a:hover{color:var(--cor-link-hover)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--cor-button);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--cor-button-hover)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;height:5vh;position:fixed}.logoHeader{height:4vh}.footer{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:1rem;height:100px;padding-top:50px;background:linear-gradient(180deg,var(--cor-fundo) 0%,transparent 100%)}.logoLinkFooter{position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #ddd9;background-color:#ddd9;border-radius:20%}.logoLinkFooter img{height:2rem}.logoLinkFooter:hover{box-shadow:0 0 10px #fffb;background-color:#fffb}.about-me{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem 0 5rem;background:linear-gradient(180deg,transparent 0%,var(--cor-fundo) 55%,var(--cor-fundo) 100%)}.about-me p{font-size:1.2em;margin:.5em;text-shadow:0px 0px 1px #000;letter-spacing:.02em}.about-name,.about-languages{position:relative;width:100%}.avatar-container{display:inline-block;position:relative;background:radial-gradient(circle,var(--cor-fundo-avatar) 0%,transparent 70%)}.avatar-container:before{display:block;content:"";position:absolute;width:100%;height:100%;border-radius:49%}.avatar{height:12em;border-radius:50%}.banner-projetos{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--cor-fundo)}.projetos{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;padding:30px 0;max-width:1200px}.projeto-imagem{grid-area:img}.projeto-nome{grid-area:nome;margin:0}.projeto-descricao{grid-area:desc;margin:0;display:flex;align-items:center;justify-content:center}.projeto-linguagens{grid-area:ling;margin:0}.container-links{grid-area:link}.projeto{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-template-areas:"img nome nome" "img desc desc" "img ling ling" "img link link";padding:10px;width:45%;min-width:350px;max-width:500px;height:12rem;background:var(--cor-fundo-projeto);box-shadow:0 0 10px var(--cor-box-shadow-projeto);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:8px}.projeto-imagem{height:12rem;width:10rem;object-fit:contain;filter:drop-shadow(1px 1px 2px var(--cor-drop-shadow-projeto-imagem)) drop-shadow(1px -1px 2px var(--cor-drop-shadow-projeto-imagem)) drop-shadow(-1px 1px 2px var(--cor-drop-shadow-projeto-imagem)) drop-shadow(-1px -1px 2px var(--cor-drop-shadow-projeto-imagem))}.projeto-nome{font-size:1.5rem;font-weight:700}.logoLink{height:1.5rem;border-radius:50%;padding:.3rem;background:radial-gradient(circle,#eeec,#555a)}.projeto-linguagens{display:flex;justify-content:center;align-items:center;gap:8px}.projeto-linguagens p{background-color:#fff2;padding:2px 8px;border-radius:12px;font-size:.9rem}@media screen and (max-width: 600px){.projeto{width:90%}}@media screen and (max-width: 1000px){.projeto-nome{font-size:1.2rem;font-weight:400}.projeto p,.projeto a{margin:.1rem}}
