.ProjectCard-module__U_VZua__card{background-color:var(--color-bg);border:1px solid var(--color-border);box-shadow:0 4px 6px var(--color-shadow);border-radius:1rem;flex-direction:column;gap:1rem;height:100%;min-height:350px;padding:1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__cardLink:hover .ProjectCard-module__U_VZua__card{box-shadow:0 12px 20px var(--color-shadow-strong);border-color:var(--color-primary);transform:translateY(-4px)}.ProjectCard-module__U_VZua__statusBadge{letter-spacing:.3px;z-index:2;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.ProjectCard-module__U_VZua__statusBadge.ProjectCard-module__U_VZua__completed{background:var(--color-success-soft);color:var(--color-success);border:1px solid var(--color-success)}.ProjectCard-module__U_VZua__statusBadge.ProjectCard-module__U_VZua__inprogress{background:var(--color-warning-soft);color:var(--color-warning);border:1px solid var(--color-warning)}.ProjectCard-module__U_VZua__statusBadge.ProjectCard-module__U_VZua__planned{background:var(--color-info-soft);color:var(--color-info);border:1px solid var(--color-info)}.ProjectCard-module__U_VZua__title{color:var(--color-text);margin-bottom:.5rem;font-size:1.375rem;font-weight:700;line-height:1.2;transition:color .2s}.ProjectCard-module__U_VZua__cardLink:hover .ProjectCard-module__U_VZua__title{color:var(--color-primary)}.ProjectCard-module__U_VZua__description{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.ProjectCard-module__U_VZua__techItem{background:var(--color-primary-soft);color:var(--color-primary-dark);border:1px solid #0000;border-radius:20px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.ProjectCard-module__U_VZua__techItem:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.ProjectCard-module__U_VZua__viewProject{color:var(--color-primary);opacity:.8;align-items:center;gap:4px;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex}.ProjectCard-module__U_VZua__cardLink:hover .ProjectCard-module__U_VZua__viewProject{opacity:1;transform:translate(4px)}
.Button-module__8RiFmG__button{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;font-family:inherit;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 14px #6366f140}.Button-module__8RiFmG__primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-2px);box-shadow:0 6px 20px #6366f159}.Button-module__8RiFmG__secondary{background:var(--color-bg);color:var(--color-text);border:2px solid var(--color-border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--color-primary);transform:translateY(-2px)}.Button-module__8RiFmG__outline{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){background:var(--color-primary);color:#fff;transform:translateY(-2px)}.Button-module__8RiFmG__ghost{color:var(--color-text);background:0 0;border:none}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:#0000000d;transform:translateY(-2px)}html.dark .Button-module__8RiFmG__ghost:hover:not(:disabled){background:#ffffff0d}.Button-module__8RiFmG__sm{min-height:36px;padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{min-height:44px;padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{min-height:52px;padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__fullWidth{width:100%}.Button-module__8RiFmG__button:after{content:"";opacity:0;transform-origin:50%;background:#ffffff80;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:scale(1)translate(-50%)}.Button-module__8RiFmG__button:focus:not(:active):after{animation:1s ease-out Button-module__8RiFmG__ripple}@keyframes Button-module__8RiFmG__ripple{0%{opacity:.5;transform:scale(0)}20%{opacity:.3;transform:scale(60)}to{opacity:0;transform:scale(100)}}
.ProjetosInfo-module__QZp8Fa__projetoDetalhe{max-width:1200px;color:var(--text-primary);margin:0 auto;padding:2rem 1rem}.ProjetosInfo-module__QZp8Fa__header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1rem}.ProjetosInfo-module__QZp8Fa__voltar{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.ProjetosInfo-module__QZp8Fa__voltar:hover{color:var(--primary)}.ProjetosInfo-module__QZp8Fa__titulo{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ProjetosInfo-module__QZp8Fa__badgeContainer{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.ProjetosInfo-module__QZp8Fa__badge{background:var(--bg-secondary);border-radius:1rem;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.ProjetosInfo-module__QZp8Fa__imagemWrapper{border-radius:.75rem;margin:2rem 0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.ProjetosInfo-module__QZp8Fa__imagemDetalhe{object-fit:cover;width:100%;height:auto;transition:transform .3s}.ProjetosInfo-module__QZp8Fa__imagemDetalhe:hover{transform:scale(1.02)}.ProjetosInfo-module__QZp8Fa__infoSection,.ProjetosInfo-module__QZp8Fa__descricaoSection,.ProjetosInfo-module__QZp8Fa__featuresSection,.ProjetosInfo-module__QZp8Fa__actionsSection,.ProjetosInfo-module__QZp8Fa__projectNavigation,.ProjetosInfo-module__QZp8Fa__ctaSection{margin:3rem 0}.ProjetosInfo-module__QZp8Fa__metaInfo{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.ProjetosInfo-module__QZp8Fa__metaItem{align-items:flex-start;gap:1rem;display:flex}.ProjetosInfo-module__QZp8Fa__metaItem>svg{color:var(--primary);flex-shrink:0;margin-top:.25rem}.ProjetosInfo-module__QZp8Fa__metaItem h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem}.ProjetosInfo-module__QZp8Fa__techList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ProjetosInfo-module__QZp8Fa__techTag{background:var(--primary-light);color:var(--primary);border-radius:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.ProjetosInfo-module__QZp8Fa__subtitulo{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.ProjetosInfo-module__QZp8Fa__descricao{color:var(--text-secondary);line-height:1.7}.ProjetosInfo-module__QZp8Fa__descricao p{margin-bottom:1rem}.ProjetosInfo-module__QZp8Fa__descricao strong{color:var(--text-primary);font-weight:600}.ProjetosInfo-module__QZp8Fa__descricao ul,.ProjetosInfo-module__QZp8Fa__descricao ol{margin:1rem 0;padding-left:1.5rem}.ProjetosInfo-module__QZp8Fa__descricao li{margin-bottom:.5rem}.ProjetosInfo-module__QZp8Fa__featuresList{padding:0;list-style:none}.ProjetosInfo-module__QZp8Fa__featureItem{background:var(--bg-secondary);border-left:3px solid var(--primary);border-radius:.5rem;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.ProjetosInfo-module__QZp8Fa__featureIcon{color:var(--primary);flex-shrink:0;margin-top:.125rem}.ProjetosInfo-module__QZp8Fa__buttons{flex-wrap:wrap;gap:1rem;margin:2rem 0;display:flex}.ProjetosInfo-module__QZp8Fa__button{background:var(--bg);border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ProjetosInfo-module__QZp8Fa__button:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.ProjetosInfo-module__QZp8Fa__button.ProjetosInfo-module__QZp8Fa__primary{background:var(--primary);border-color:var(--primary);color:#fff}.ProjetosInfo-module__QZp8Fa__button.ProjetosInfo-module__QZp8Fa__primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.ProjetosInfo-module__QZp8Fa__button.ProjetosInfo-module__QZp8Fa__secondary{background:var(--secondary-light);border-color:var(--secondary);color:var(--secondary)}.ProjetosInfo-module__QZp8Fa__button.ProjetosInfo-module__QZp8Fa__secondary:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.ProjetosInfo-module__QZp8Fa__projectNavigation{background:var(--bg-secondary);border-radius:1rem;margin:4rem 0;padding:2rem}.ProjetosInfo-module__QZp8Fa__navTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem}.ProjetosInfo-module__QZp8Fa__navLinks{flex-direction:column;gap:1rem;display:flex}.ProjetosInfo-module__QZp8Fa__navLink{color:inherit;text-decoration:none}.ProjetosInfo-module__QZp8Fa__navProject{background:var(--bg);border:1px solid var(--border-color);border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.ProjetosInfo-module__QZp8Fa__navProject:hover{border-color:var(--primary);transform:translate(5px)}.ProjetosInfo-module__QZp8Fa__navImage{border-radius:.5rem;flex-shrink:0;width:80px;height:60px;overflow:hidden}.ProjetosInfo-module__QZp8Fa__navImage img{object-fit:cover;width:100%;height:100%}.ProjetosInfo-module__QZp8Fa__navInfo{flex:1}.ProjetosInfo-module__QZp8Fa__navInfo h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem}.ProjetosInfo-module__QZp8Fa__navInfo p{color:var(--text-secondary);font-size:.875rem}.ProjetosInfo-module__QZp8Fa__navArrow{color:var(--text-secondary);flex-shrink:0}.ProjetosInfo-module__QZp8Fa__ctaSection{margin:4rem 0}.ProjetosInfo-module__QZp8Fa__ctaCard{text-align:center;background:linear-gradient(135deg,var(--primary-light),var(--secondary-light));border:1px solid var(--border-color);border-radius:1rem;padding:3rem}.ProjetosInfo-module__QZp8Fa__ctaCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem}.ProjetosInfo-module__QZp8Fa__ctaCard p{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;line-height:1.6}.ProjetosInfo-module__QZp8Fa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.ProjetosInfo-module__QZp8Fa__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.ProjetosInfo-module__QZp8Fa__spinner{border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite ProjetosInfo-module__QZp8Fa__spin}@keyframes ProjetosInfo-module__QZp8Fa__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.ProjetosInfo-module__QZp8Fa__projetoDetalhe{padding:1rem}.ProjetosInfo-module__QZp8Fa__titulo{font-size:2rem}.ProjetosInfo-module__QZp8Fa__metaInfo{grid-template-columns:1fr}.ProjetosInfo-module__QZp8Fa__navProject{text-align:center;flex-direction:column}.ProjetosInfo-module__QZp8Fa__navImage{width:100%;height:120px}.ProjetosInfo-module__QZp8Fa__ctaCard{padding:2rem 1rem}.ProjetosInfo-module__QZp8Fa__buttons{flex-direction:column}.ProjetosInfo-module__QZp8Fa__button{justify-content:center;width:100%}}@media (prefers-color-scheme:dark){.ProjetosInfo-module__QZp8Fa__imagemWrapper{box-shadow:0 4px 20px #0000004d}}.ProjetosInfo-module__QZp8Fa__loadingContainer{justify-content:center;align-items:center;min-height:70vh;display:flex}.ProjetosInfo-module__QZp8Fa__loadingContent{text-align:center}.ProjetosInfo-module__QZp8Fa__spinnerWrapper{width:80px;height:80px;margin:0 auto 2rem;position:relative}.ProjetosInfo-module__QZp8Fa__spinnerIcon{color:var(--primary);animation:2s infinite ProjetosInfo-module__QZp8Fa__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProjetosInfo-module__QZp8Fa__loadingText{color:var(--text-secondary);font-size:1.1rem;font-weight:500}@keyframes ProjetosInfo-module__QZp8Fa__pulse{0%,to{opacity:1}50%{opacity:.5}}.ProjetosInfo-module__QZp8Fa__breadcrumb{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.ProjetosInfo-module__QZp8Fa__breadcrumbLink{color:var(--text-secondary);text-decoration:none;transition:color .2s}.ProjetosInfo-module__QZp8Fa__breadcrumbLink:hover{color:var(--primary)}.ProjetosInfo-module__QZp8Fa__breadcrumbSeparator{color:var(--text-tertiary)}.ProjetosInfo-module__QZp8Fa__breadcrumbCurrent{color:var(--text-primary);font-weight:500}.ProjetosInfo-module__QZp8Fa__headerContent{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ProjetosInfo-module__QZp8Fa__titleWrapper{flex:1}.ProjetosInfo-module__QZp8Fa__titleIcon{margin-right:.5rem}.ProjetosInfo-module__QZp8Fa__titleSubtitle{color:var(--text-secondary);max-width:600px;margin-top:.5rem;font-size:1.1rem}.ProjetosInfo-module__QZp8Fa__backButton{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.ProjetosInfo-module__QZp8Fa__backButton:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.ProjetosInfo-module__QZp8Fa__statusDot{background:var(--success);border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.ProjetosInfo-module__QZp8Fa__statusBadge{background:var(--success-light);color:var(--success)}.ProjetosInfo-module__QZp8Fa__imageContainer{border-radius:1rem;position:relative;overflow:hidden}.ProjetosInfo-module__QZp8Fa__imageOverlay{color:#fff;text-align:center;background:linear-gradient(#0000,#000000b3);padding:1rem;position:absolute;bottom:0;left:0;right:0}.ProjetosInfo-module__QZp8Fa__overlayText{opacity:.9;font-size:.9rem}.ProjetosInfo-module__QZp8Fa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.ProjetosInfo-module__QZp8Fa__statCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;transition:transform .2s,border-color .2s}.ProjetosInfo-module__QZp8Fa__statCard:hover{border-color:var(--primary);transform:translateY(-2px)}.ProjetosInfo-module__QZp8Fa__statIcon{color:var(--primary);margin-bottom:1rem}.ProjetosInfo-module__QZp8Fa__statCard h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem}.ProjetosInfo-module__QZp8Fa__statValue{color:var(--text-primary);font-size:1.1rem;font-weight:600}.ProjetosInfo-module__QZp8Fa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ProjetosInfo-module__QZp8Fa__sectionIcon{margin-right:.75rem}.ProjetosInfo-module__QZp8Fa__sectionDecoration{background:var(--primary);border-radius:2px;width:60px;height:3px}.ProjetosInfo-module__QZp8Fa__descricaoContent{background:var(--bg-secondary);border-radius:1rem;padding:2rem}.ProjetosInfo-module__QZp8Fa__paragraph{margin-bottom:1.5rem;line-height:1.8}.ProjetosInfo-module__QZp8Fa__techHighlight{background:var(--primary-light);border-left:4px solid var(--primary);color:var(--text-primary);border-radius:.5rem;margin-top:2rem;padding:1rem}.ProjetosInfo-module__QZp8Fa__mainFeature{background:linear-gradient(135deg,var(--primary-light),transparent);border:1px solid var(--border-color);border-radius:1rem;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.ProjetosInfo-module__QZp8Fa__mainFeatureIcon{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.ProjetosInfo-module__QZp8Fa__buttonsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;display:grid}.ProjetosInfo-module__QZp8Fa__githubButton,.ProjetosInfo-module__QZp8Fa__demoButton,.ProjetosInfo-module__QZp8Fa__ctaButton{border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.ProjetosInfo-module__QZp8Fa__githubButton span,.ProjetosInfo-module__QZp8Fa__demoButton span,.ProjetosInfo-module__QZp8Fa__ctaButton span{flex-direction:column;display:flex}.ProjetosInfo-module__QZp8Fa__githubButton small,.ProjetosInfo-module__QZp8Fa__demoButton small,.ProjetosInfo-module__QZp8Fa__ctaButton small{opacity:.8;margin-top:.25rem;font-size:.8rem}.ProjetosInfo-module__QZp8Fa__githubButton{color:#fff;background:#24292e;border:2px solid #24292e}.ProjetosInfo-module__QZp8Fa__githubButton:hover{background:#2d333b;border-color:#2d333b}.ProjetosInfo-module__QZp8Fa__demoButton{background:var(--primary);color:#fff;border:2px solid var(--primary)}.ProjetosInfo-module__QZp8Fa__demoButton:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.ProjetosInfo-module__QZp8Fa__ctaWrapper{grid-column:1/-1}.ProjetosInfo-module__QZp8Fa__ctaButton{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border:none;justify-content:space-between}.ProjetosInfo-module__QZp8Fa__ctaButton:hover{background:linear-gradient(135deg,var(--secondary-dark),var(--primary-dark))}.ProjetosInfo-module__QZp8Fa__relatedSection{margin:4rem 0}.ProjetosInfo-module__QZp8Fa__relatedTitle{color:var(--text-primary);font-size:1.5rem}.ProjetosInfo-module__QZp8Fa__viewAll{color:var(--primary);font-weight:500;text-decoration:none;transition:opacity .2s}.ProjetosInfo-module__QZp8Fa__viewAll:hover{opacity:.8}.ProjetosInfo-module__QZp8Fa__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.ProjetosInfo-module__QZp8Fa__relatedCard{background:var(--bg);border:1px solid var(--border-color);border-radius:1rem;transition:all .3s;overflow:hidden}.ProjetosInfo-module__QZp8Fa__relatedCard:hover{border-color:var(--primary);box-shadow:0 10px 30px #0000001a}.ProjetosInfo-module__QZp8Fa__relatedLink{color:inherit;text-decoration:none;display:block}.ProjetosInfo-module__QZp8Fa__relatedImage{height:140px;overflow:hidden}.ProjetosInfo-module__QZp8Fa__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ProjetosInfo-module__QZp8Fa__relatedCard:hover .ProjetosInfo-module__QZp8Fa__relatedImage img{transform:scale(1.05)}.ProjetosInfo-module__QZp8Fa__relatedContent{padding:1.5rem}.ProjetosInfo-module__QZp8Fa__relatedContent h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.ProjetosInfo-module__QZp8Fa__relatedContent p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.ProjetosInfo-module__QZp8Fa__relatedTechs{flex-wrap:wrap;gap:.5rem;display:flex}.ProjetosInfo-module__QZp8Fa__relatedTech{background:var(--bg-secondary);color:var(--text-secondary);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.ProjetosInfo-module__QZp8Fa__finalCtaSection{margin:4rem 0}.ProjetosInfo-module__QZp8Fa__finalCtaCard{text-align:center;background:linear-gradient(135deg,var(--primary-light),transparent);border:2px solid var(--primary);border-radius:2rem;padding:4rem 2rem;position:relative;overflow:hidden}.ProjetosInfo-module__QZp8Fa__finalCtaCard:before{content:"";background:radial-gradient(circle,var(--primary-light)0%,transparent 70%);opacity:.1;z-index:-1;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.ProjetosInfo-module__QZp8Fa__finalCtaIcon{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2rem;display:flex}.ProjetosInfo-module__QZp8Fa__finalCtaCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.ProjetosInfo-module__QZp8Fa__finalCtaCard p{max-width:600px;color:var(--text-secondary);margin:0 auto 2rem;font-size:1.1rem;line-height:1.6}.ProjetosInfo-module__QZp8Fa__finalCtaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.ProjetosInfo-module__QZp8Fa__headerContent{flex-direction:column;gap:1rem}.ProjetosInfo-module__QZp8Fa__backButton{align-self:flex-start}.ProjetosInfo-module__QZp8Fa__statsGrid,.ProjetosInfo-module__QZp8Fa__buttonsGrid,.ProjetosInfo-module__QZp8Fa__relatedGrid{grid-template-columns:1fr}.ProjetosInfo-module__QZp8Fa__finalCtaCard{padding:2rem 1rem}.ProjetosInfo-module__QZp8Fa__finalCtaCard h3{font-size:1.5rem}}
.page-module__tdQa3a__container{max-width:1400px;margin:0 auto;padding:2rem 1rem 4rem}.page-module__tdQa3a__hero{text-align:center;margin-bottom:3rem;padding:4rem 0;position:relative;overflow:hidden}.page-module__tdQa3a__hero:before{content:"";z-index:-1;background:linear-gradient(135deg,#6366f10d,#0000);border-radius:20px;position:absolute;inset:0}.page-module__tdQa3a__heroContent{max-width:800px;margin:0 auto}.page-module__tdQa3a__title{background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.page-module__tdQa3a__highlight{color:#64ffda}.page-module__tdQa3a__subtitle{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.page-module__tdQa3a__description{color:var(--color-text-secondary);max-width:700px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.page-module__tdQa3a__stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.page-module__tdQa3a__statItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.page-module__tdQa3a__statNumber{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1}.page-module__tdQa3a__statLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.page-module__tdQa3a__filtersSection{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:20px;margin-bottom:3rem;padding:2rem}.page-module__tdQa3a__searchBar{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.page-module__tdQa3a__searchInputWrapper{flex:1;position:relative}.page-module__tdQa3a__searchIcon{color:var(--color-text-secondary);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__tdQa3a__searchInput{background:var(--color-bg);border:2px solid var(--color-border);width:100%;color:var(--color-text);border-radius:12px;padding:1rem 1rem 1rem 3rem;font-size:1rem;transition:all .2s}.page-module__tdQa3a__searchInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.page-module__tdQa3a__clearButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.page-module__tdQa3a__clearButton:hover{color:var(--color-text)}.page-module__tdQa3a__sortControls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-module__tdQa3a__sortLabel{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.page-module__tdQa3a__sortButtons{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__tdQa3a__sortButton{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.page-module__tdQa3a__sortButton:hover{color:#6366f1;border-color:#6366f1}.page-module__tdQa3a__sortButton.page-module__tdQa3a__active{color:#fff;background:#6366f1;border-color:#6366f1}.page-module__tdQa3a__categories{padding-bottom:.5rem;overflow-x:auto}.page-module__tdQa3a__categoriesScroll{gap:.75rem;min-width:min-content;padding:.5rem;display:flex}.page-module__tdQa3a__categoryButton{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.page-module__tdQa3a__categoryButton:hover{color:#6366f1;border-color:#6366f1;transform:translateY(-1px)}.page-module__tdQa3a__categoryButton.page-module__tdQa3a__active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;box-shadow:0 4px 12px #6366f14d}.page-module__tdQa3a__projectsSection{margin:3rem 0}.page-module__tdQa3a__projectsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.page-module__tdQa3a__sectionTitle{color:var(--color-text);align-items:center;gap:.75rem;font-size:2rem;font-weight:700;display:flex}.page-module__tdQa3a__projectsCount{color:var(--color-text-secondary);background:var(--color-bg-secondary);border-radius:20px;padding:.25rem .75rem;font-size:1rem;font-weight:500}.page-module__tdQa3a__noResults{text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:3rem}.page-module__tdQa3a__noResults p{color:var(--color-text-secondary);margin-bottom:1.5rem}.page-module__tdQa3a__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}@media (max-width:768px){.page-module__tdQa3a__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width:480px){.page-module__tdQa3a__projectsGrid{grid-template-columns:1fr}}.page-module__tdQa3a__resultsInfo{text-align:center;background:var(--color-bg-secondary);color:var(--color-text-secondary);border-radius:12px;margin-top:3rem;padding:1.5rem}.page-module__tdQa3a__resultsInfo strong{color:var(--color-text)}.page-module__tdQa3a__ctaSection{margin:4rem 0}.page-module__tdQa3a__ctaCard{background:linear-gradient(135deg,#0a192f,#112240);border:1px solid #64ffda33;border-radius:20px;grid-template-columns:2fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}html.dark .page-module__tdQa3a__ctaCard{background:linear-gradient(135deg,#1e293b,#334155)}.page-module__tdQa3a__ctaContent{color:#fff}.page-module__tdQa3a__ctaTitle{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.page-module__tdQa3a__ctaText{color:#94a3b8;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.page-module__tdQa3a__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.page-module__tdQa3a__ctaStats{border-left:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;padding-left:3rem;display:flex}.page-module__tdQa3a__ctaStat{flex-direction:column;gap:.25rem;display:flex}.page-module__tdQa3a__ctaStatNumber{color:#64ffda;font-size:2rem;font-weight:800;line-height:1}.page-module__tdQa3a__ctaStatLabel{color:#94a3b8;font-size:.875rem;font-weight:500}.page-module__tdQa3a__techSection{text-align:center;margin:4rem 0}.page-module__tdQa3a__sectionSubtitle{color:var(--color-text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.page-module__tdQa3a__techGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.page-module__tdQa3a__techItem{background:var(--color-bg);border:1px solid var(--color-border);cursor:default;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;transition:all .3s;display:flex}.page-module__tdQa3a__techItem:hover{border-color:#6366f1;transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}html.dark .page-module__tdQa3a__techItem:hover{box-shadow:0 10px 25px #0000004d}.page-module__tdQa3a__techIcon{font-size:2rem}.page-module__tdQa3a__techName{color:var(--color-text);text-align:center;font-size:.875rem;font-weight:600}@media (max-width:1024px){.page-module__tdQa3a__title{font-size:3rem}.page-module__tdQa3a__ctaCard{text-align:center;grid-template-columns:1fr;gap:2rem}.page-module__tdQa3a__ctaStats{border-top:1px solid #ffffff1a;border-left:none;flex-direction:row;justify-content:center;padding-top:2rem;padding-left:0}}@media (max-width:768px){.page-module__tdQa3a__container{padding:1.5rem .75rem 3rem}.page-module__tdQa3a__hero{padding:3rem 0}.page-module__tdQa3a__title{font-size:2.5rem}.page-module__tdQa3a__subtitle{font-size:1.25rem}.page-module__tdQa3a__stats{gap:2rem}.page-module__tdQa3a__statNumber{font-size:2rem}.page-module__tdQa3a__filtersSection{padding:1.5rem}.page-module__tdQa3a__searchBar{flex-direction:column}.page-module__tdQa3a__sortControls{flex-direction:column;align-items:stretch}.page-module__tdQa3a__sortButtons{justify-content:center}.page-module__tdQa3a__ctaCard{padding:2rem}.page-module__tdQa3a__ctaTitle{font-size:1.75rem}.page-module__tdQa3a__ctaButtons{flex-direction:column}.page-module__tdQa3a__ctaStats{flex-direction:column;align-items:center}}@media (max-width:480px){.page-module__tdQa3a__title{font-size:2rem}.page-module__tdQa3a__subtitle{font-size:1.125rem}.page-module__tdQa3a__description{font-size:1rem}.page-module__tdQa3a__sectionTitle{font-size:1.5rem}.page-module__tdQa3a__techGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}}
