@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}canvas{touch-action:none}body{margin:0;overflow:hidden;position:fixed;width:100%;height:100%;background-color:#0ff}.header{position:fixed;top:0;left:0;width:100%;height:90px;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:10;flex-direction:column;color:#ffffffd0}.header h1{font-size:38px;margin-bottom:5px}.header p{font-size:16px;text-align:center;padding:0 5px;color:#fff}@media(max-width:570px){.header h1{font-size:28px}.header p{font-size:14px}}.menu{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:999;display:flex;justify-content:center;align-items:center;overflow:hidden;font-family:VT323,monospace;color:#fff}.bg-gradient{position:absolute;width:200%;height:200%;background:linear-gradient(45deg,#1a2a6c,#b21f1f,#fdbb2d);background-size:400% 400%;animation:gradientBG 15s ease infinite;z-index:-2}.bg-blur{position:absolute;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.glass-panel{background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000005e;border-radius:20px;padding:3rem 4rem;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;max-width:90%;width:500px;animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.title-container h1{font-size:4rem;margin:0;line-height:1;text-shadow:4px 4px 0px #000;letter-spacing:2px}.title-container h2{font-size:2rem;margin:0;opacity:.9;font-weight:400;color:#3debe2;text-shadow:1px 1px 0px #000}.loading-container{width:100%;display:flex;flex-direction:column;gap:10px}.loading-container p{font-size:1.5rem;margin:0}.progress-bar-bg{width:100%;height:10px;background:#00000080;border-radius:5px;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.progress-bar-fill{height:100%;background:#3debe2;box-shadow:0 0 10px #3debe2;transition:width .3s ease-out}.start-button{background:transparent;color:#fff;font-family:VT323,monospace;font-size:2.5rem;padding:10px 40px;border:2px solid #fff;border-radius:8px;cursor:pointer;text-transform:uppercase;transition:all .3s ease;animation:pulse 2s infinite;text-shadow:0 0 5px rgba(255,255,255,.5);box-shadow:0 0 10px #fff3}.start-button:hover{background:#fff;color:#000;box-shadow:0 0 20px #fff,0 0 40px #3debe2;transform:scale(1.05)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.footer-hint{margin-top:1rem;font-size:1.2rem;opacity:.7;border-top:1px solid rgba(255,255,255,.2);padding-top:10px;width:100%}.menu-sobre{position:fixed;inset:0;margin:auto;transform:none;width:min(900px,calc(100vw - 24px));max-height:calc(100vh - 24px);z-index:501;display:flex;flex-direction:column;align-items:center;color:#7a4d20;background-color:#d39e6a;border:28px solid #976b3f;border-radius:40px;padding:28px 28px 22px;gap:12px;box-sizing:border-box;overflow:hidden}.menu-sobre h2{margin:0;font-size:30px;line-height:1.1}.menu-sobre p{margin:0;width:100%;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:8px;box-sizing:border-box;line-height:1.55;font-size:16px}.menu-sobre .buttonClose{position:absolute;top:10px;right:10px;width:46px;height:46px;background-color:#6b4e30;border:none;border-radius:30px;color:#d39e6a;font-size:26px;cursor:pointer;transition:all .3s}.menu-sobre .buttonClose:hover{background-color:#8b6a46}@media(max-width:768px){.menu-sobre{border:15px solid #976b3f;border-radius:26px;padding:18px 16px 14px;width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.menu-sobre h2{font-size:22px}.menu-sobre p{font-size:14px;line-height:1.5}.menu-sobre .buttonClose{width:40px;height:40px;font-size:22px;top:8px;right:8px}}@media(max-height:620px){.menu-sobre{max-height:calc(100vh - 12px)}}.menu-projetos{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;height:500px;z-index:501;display:flex;align-items:center;flex-direction:column;justify-content:center;color:#7a4d20;background-color:#d39e6a;border:28px solid #976b3f;border-radius:40px}.menu-projetos .buttonClose{position:absolute;top:-10px;right:-10px;width:50px;height:50px;background-color:#6b4e30;border:none;border-radius:30px;color:#d39e6a;font-size:30px;cursor:pointer;transition:all .3s}.menu-projetos .buttonClose:hover{background-color:#8b6a46}.menu-projetos .box-projetos{height:85%;width:95%;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;overflow-y:auto;border-radius:16px;margin-top:10px;padding-top:10px;padding-bottom:10px;background-color:#bb8a59}.card-projetos{padding:10px;height:170px;border-radius:8px;background-color:#6b4e30;text-decoration:none;color:#d39e6a;display:flex;flex-direction:column;align-items:cneter;gap:5px;width:220px;transition:all .3s;box-shadow:0 10px 30px #00000040}.card-projetos:hover{transform:scale(1.05)}.card-projetos img{width:200px;border-radius:8px}.box-projetos::-webkit-scrollbar{width:10px;height:10px}.box-projetos::-webkit-scrollbar-track{background:#8b6a46;border-radius:10px}.box-projetos::-webkit-scrollbar-thumb{background:#d39e6a;border-radius:10px;border:2px solid #6d5337}.box-projetos::-webkit-scrollbar-thumb:hover{background:#b58656}.container-detalhes{width:95%;height:100%;background-color:#d39e6a;border-radius:20px;padding:20px;color:#3d2b1a;display:flex;flex-direction:column;gap:20px;box-shadow:inset 0 0 10px #0000001a}.header-detalhes{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #6b4e30;padding-bottom:10px}.btn-voltar{text-decoration:none;background-color:#6b4e30;color:#d39e6a;padding:5px 15px;border-radius:8px;font-weight:700;transition:.3s}.btn-voltar:hover{background-color:#3d2b1a}.conteudo-projeto{display:flex;gap:20px;flex-wrap:wrap;overflow-y:auto}.conteudo-projeto::-webkit-scrollbar{width:10px;height:10px}.conteudo-projeto::-webkit-scrollbar-track{background:#8b6a46;border-radius:10px}.conteudo-projeto::-webkit-scrollbar-thumb{background:#d39e6a;border-radius:10px;border:2px solid #6d5337}.conteudo-projeto::-webkit-scrollbar-thumb:hover{background:#b58656}.projeto-imagem-grande img{width:250px;max-width:500px;border-radius:16px;border:6px solid #6b4e30;box-shadow:0 10px 30px #00000040}.projeto-info{flex:1;display:flex;flex-direction:column;gap:15px;min-width:250px}.projeto-info p{line-height:1.6;font-size:.95rem}.tecnologias{display:flex;gap:10px;flex-wrap:wrap}.tecnologias span{background-color:#6b4e30;color:#fff;padding:4px 10px;border-radius:5px;font-size:.8rem}.acoes{display:flex;gap:15px;margin-top:20px}.btn-demo,.btn-github{padding:10px 20px;border-radius:10px;font-weight:700;text-decoration:none;transition:.3s}.btn-demo{background-color:#3d2b1a;color:#fff}.btn-demo:hover{background-color:#6b4e30}.btn-github{background-color:transparent;border:2px solid #3d2b1a;color:#3d2b1a}.btn-github:hover{background-color:#3d2b1a;color:#fff}@media(max-width:768px){.menu-projetos{border:15px solid #976b3f}}.menu-contato{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;height:500px;z-index:501;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#3d2b1a;background-color:#d39e6a;border:28px solid #976b3f;border-radius:40px;text-align:center}.menu-contato h2{font-size:2rem}.descricao{max-width:500px;font-size:1rem}.lista-contato{display:flex;flex-direction:column;gap:15px;margin-top:20px}.item-contato{display:flex;align-items:center;gap:10px;background-color:#6b4e30;color:#d39e6a;padding:12px 20px;border-radius:12px;text-decoration:none;font-weight:700;transition:.3s}.item-contato:hover{background-color:#8b6a46;transform:scale(1.05)}.buttonClose{position:absolute;top:-10px;right:-10px;width:50px;height:50px;background-color:#6b4e30;border:none;border-radius:30px;color:#d39e6a;font-size:28px;cursor:pointer;transition:.3s}.buttonClose:hover{background-color:#8b6a46}@media(max-width:768px){.menu-contato{border:15px solid #976b3f;height:auto;padding:30px 20px}}
