.formulario-module__j9Y7SG__tema,.formulario-module__j9Y7SG__palco{color:var(--foreground);background:var(--background);font-family:var(--form-font);color-scheme:normal}.formulario-module__j9Y7SG__palco{isolation:isolate;flex-direction:column;min-width:0;min-height:100svh;display:flex;position:relative}.formulario-module__j9Y7SG__palco :is(button,input,textarea,select){font-family:inherit}.formulario-module__j9Y7SG__palco *,.formulario-module__j9Y7SG__tema *{box-sizing:border-box}.formulario-module__j9Y7SG__palco ::selection,.formulario-module__j9Y7SG__tema ::selection{background:var(--gold);color:var(--on-gold)}.formulario-module__j9Y7SG__palco :is(button,a):focus-visible,.formulario-module__j9Y7SG__tema :is(button,a):focus-visible{outline:2px solid var(--ring);outline-offset:4px;box-shadow:none}.formulario-module__j9Y7SG__fundo{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.formulario-module__j9Y7SG__comFundo:before{content:"";background:var(--background);opacity:var(--form-overlay);z-index:-1;position:absolute;inset:0}.formulario-module__j9Y7SG__comFundo :is(.formulario-module__j9Y7SG__identidade,.formulario-module__j9Y7SG__conteudo,.formulario-module__j9Y7SG__rodape){background:var(--background)}.formulario-module__j9Y7SG__comFundo .formulario-module__j9Y7SG__conteudo{border-radius:min(var(--radius), 1.5rem);padding:1.5rem}.formulario-module__j9Y7SG__marca{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.formulario-module__j9Y7SG__logo{object-fit:contain;width:auto;max-width:min(10rem,100%);max-height:3rem}.formulario-module__j9Y7SG__identidade{overflow-wrap:anywhere;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2.5rem;font-size:.875rem;font-weight:600;display:flex}.formulario-module__j9Y7SG__concluido{color:var(--muted-foreground);align-items:center;gap:.5rem;font-weight:400;display:flex}.formulario-module__j9Y7SG__corpo{flex:1;align-items:center;width:100%;padding:3rem 2rem 4rem;display:flex}.formulario-module__j9Y7SG__conteudo{width:100%;min-width:0;max-width:var(--form-width);overflow-wrap:anywhere;text-align:var(--form-align);margin-inline:auto}.formulario-module__j9Y7SG__palco[data-alinhamento=centro] .formulario-module__j9Y7SG__acoes{justify-content:center;margin-left:0}.formulario-module__j9Y7SG__palco[data-alinhamento=centro] .formulario-module__j9Y7SG__descricao{margin-inline:auto}.formulario-module__j9Y7SG__titulo{letter-spacing:-.03em;text-wrap:balance;font-size:3rem;font-weight:600;line-height:1.17}.formulario-module__j9Y7SG__descricao{max-width:65ch;color:var(--muted-foreground);white-space:pre-line;margin-top:1.5rem;font-size:1.25rem;line-height:1.65}.formulario-module__j9Y7SG__valor{letter-spacing:-.02em;margin-top:1.75rem;font-size:2.5rem;font-weight:600;line-height:1.2}.formulario-module__j9Y7SG__acoes{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.formulario-module__j9Y7SG__primario{white-space:normal;text-align:center;border:1px solid var(--button-border);border-radius:var(--radius);background:var(--primary);max-width:100%;height:auto;min-height:3.25rem;color:var(--primary-foreground);overflow-wrap:anywhere;padding:.875rem 1.5rem;font-size:1.0625rem}.formulario-module__j9Y7SG__primario:hover{background:var(--primary);color:var(--primary-foreground);text-underline-offset:.2em;text-decoration:underline}.formulario-module__j9Y7SG__palco button:disabled{opacity:1;cursor:wait}.formulario-module__j9Y7SG__dica{color:var(--muted-foreground);align-items:center;gap:.375rem;font-size:.8125rem;display:inline-flex}.formulario-module__j9Y7SG__pergunta{grid-template-columns:2.75rem minmax(0,1fr);gap:.75rem;display:grid}.formulario-module__j9Y7SG__numero{color:var(--gold-text);align-self:start;align-items:center;gap:.3rem;padding-top:.6rem;font-size:.875rem;display:flex}.formulario-module__j9Y7SG__acoesPergunta{margin-left:3.5rem}.formulario-module__j9Y7SG__campo{min-width:0}.formulario-module__j9Y7SG__campo>div>label,.formulario-module__j9Y7SG__campo legend{letter-spacing:-.025em;margin-bottom:1.5rem;font-size:2.25rem;font-weight:500;line-height:1.3;display:block}.formulario-module__j9Y7SG__campo :is(input:not([type=radio]):not([type=checkbox]),textarea,select){border:0;border-bottom:1px solid var(--border);min-height:3.5rem;caret-color:var(--gold-text);box-shadow:none;background:0 0;border-radius:0;padding:.75rem .25rem;font-size:1.5rem;line-height:1.5}.formulario-module__j9Y7SG__campo textarea{resize:vertical;min-height:8rem}.formulario-module__j9Y7SG__campo :is(input,textarea,select):focus-visible{outline:2px solid var(--ring);outline-offset:4px}.formulario-module__j9Y7SG__campo :is(input,textarea,select)::placeholder{color:var(--muted-foreground)}.formulario-module__j9Y7SG__campo select option{color:var(--foreground);background:var(--background)}.formulario-module__j9Y7SG__campo fieldset>div{gap:.625rem;display:grid}.formulario-module__j9Y7SG__campo fieldset label{border:1px solid var(--border);border-radius:var(--radius);background:var(--secondary);min-height:3.5rem;transition:background-color var(--dur-rapida), border-color var(--dur-rapida);text-align:left;padding:.875rem 1rem;font-size:1.125rem;line-height:1.4}.formulario-module__j9Y7SG__campo fieldset label:hover{border-color:var(--foreground)}.formulario-module__j9Y7SG__campo fieldset label:has(input:checked){border-color:var(--foreground);background:var(--muted);box-shadow:inset 0 0 0 1px var(--foreground)}.formulario-module__j9Y7SG__campo fieldset label:has(input:focus-visible){outline:2px solid var(--ring);outline-offset:3px}.formulario-module__j9Y7SG__campo fieldset input{accent-color:var(--foreground)}.formulario-module__j9Y7SG__campo :is(p[id$=-ajuda],p[id$=-erro]){margin-top:1rem;font-size:.9375rem;line-height:1.6}.formulario-module__j9Y7SG__campo p[id$=-ajuda]{color:var(--muted-foreground)}.formulario-module__j9Y7SG__erro,.formulario-module__j9Y7SG__campo p[id$=-erro]{color:var(--danger)}.formulario-module__j9Y7SG__erro{margin-top:1rem}.formulario-module__j9Y7SG__rodape{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:80rem;margin-inline:auto;padding:1rem 2.5rem 1.5rem;display:flex}.formulario-module__j9Y7SG__voltar{white-space:normal;border-radius:var(--radius);max-width:55%;height:auto;min-height:2.75rem;color:var(--foreground);background:var(--background)}.formulario-module__j9Y7SG__voltar:hover{color:var(--foreground);background:var(--background);text-decoration:underline}.formulario-module__j9Y7SG__progresso{text-align:right;min-width:7rem;color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:.8125rem}.formulario-module__j9Y7SG__trilho{border:1px solid var(--border);background:var(--background);border-radius:.25rem;height:.375rem;margin-top:.625rem;display:block;overflow:hidden}.formulario-module__j9Y7SG__trilho>span{background:var(--foreground);transform-origin:0;width:100%;height:100%;transition:transform var(--dur-media) var(--ease-saida);display:block}.formulario-module__j9Y7SG__privacidade{color:var(--muted-foreground);font-size:.75rem;line-height:1.6}.formulario-module__j9Y7SG__privacidade a{text-underline-offset:.2em;align-items:center;min-height:2.75rem;text-decoration:underline;display:inline-flex}.formulario-module__j9Y7SG__midia{margin-top:2rem}.formulario-module__j9Y7SG__parImagens{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.formulario-module__j9Y7SG__parImagens img,.formulario-module__j9Y7SG__imagem{object-fit:var(--image-fit,contain);object-position:var(--image-position,center);background:var(--secondary);border-radius:min(var(--radius), 1.5rem);width:100%;max-height:22rem}.formulario-module__j9Y7SG__imagem{display:block}.formulario-module__j9Y7SG__visual{min-width:0;margin-bottom:1.5rem}.formulario-module__j9Y7SG__visual .formulario-module__j9Y7SG__midia{margin-top:0}.formulario-module__j9Y7SG__lado{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:1.5rem;display:grid}.formulario-module__j9Y7SG__lado .formulario-module__j9Y7SG__visual{margin-bottom:0}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__lado{grid-template-columns:minmax(0,1fr)}.formulario-module__j9Y7SG__parImagens span,.formulario-module__j9Y7SG__midia figcaption{color:var(--muted-foreground);margin-top:.5rem;font-size:.75rem;display:block}.formulario-module__j9Y7SG__compacta{min-height:32rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__identidade{padding:1.25rem;font-size:.75rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__corpo{padding:2rem 1.5rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__titulo{font-size:1.75rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__descricao{font-size:1rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__valor{font-size:1.875rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__campo>div>label,.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__campo legend{font-size:1.5rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__campo :is(input:not([type=radio]):not([type=checkbox]),textarea,select){font-size:1.125rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__campo fieldset label{font-size:1rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__pergunta{grid-template-columns:1.75rem minmax(0,1fr);gap:.5rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__numero{padding-top:.35rem;font-size:.75rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__numero svg{width:.75rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__acoesPergunta{margin-left:2.25rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__rodape{padding:1rem 1.25rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__primario{min-height:2.75rem;padding:.75rem 1rem;font-size:.9375rem}.formulario-module__j9Y7SG__compacta .formulario-module__j9Y7SG__parImagens img{max-height:13rem}.formulario-module__j9Y7SG__editor{width:100%;min-width:0;color:var(--foreground);container-type:inline-size}.formulario-module__j9Y7SG__editorHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem 1.5rem;display:flex}.formulario-module__j9Y7SG__editorHeader h1{letter-spacing:-.02em;font-size:1.5rem;font-weight:650}.formulario-module__j9Y7SG__headerAcoes{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.formulario-module__j9Y7SG__estado{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8125rem;display:flex}.formulario-module__j9Y7SG__workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:1.5rem;padding-top:1.25rem;display:grid}.formulario-module__j9Y7SG__roteiro{min-width:0}.formulario-module__j9Y7SG__listaEtapas{gap:.5rem;padding:.5rem 0 .75rem;display:flex;overflow-x:auto}.formulario-module__j9Y7SG__etapaBotao{border:1px solid var(--border);text-align:left;background:var(--background);border-radius:.5rem;flex-shrink:0;align-items:center;gap:.75rem;width:12rem;min-height:3.25rem;padding:.75rem;font-size:.875rem;display:flex}.formulario-module__j9Y7SG__etapaBotao:hover{background:var(--secondary)}.formulario-module__j9Y7SG__etapaBotao[aria-current=step]{background:var(--secondary);border-color:var(--foreground)}.formulario-module__j9Y7SG__etapaBotao>span:first-child{color:var(--muted-foreground);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.75rem}.formulario-module__j9Y7SG__etapaBotao>span:last-child{min-width:0}.formulario-module__j9Y7SG__etapaBotao strong{text-overflow:ellipsis;white-space:nowrap;font-weight:500;display:block;overflow:hidden}.formulario-module__j9Y7SG__etapaBotao small{color:var(--muted-foreground);margin-top:.25rem;display:block}.formulario-module__j9Y7SG__edicao{min-width:0;padding-block:.5rem}.formulario-module__j9Y7SG__edicao h2{font-size:1.125rem;font-weight:600}.formulario-module__j9Y7SG__orientacao{color:var(--muted-foreground);margin-block:.5rem 1.5rem;font-size:.875rem;line-height:1.6}.formulario-module__j9Y7SG__camposEdicao{gap:1.25rem;display:grid}.formulario-module__j9Y7SG__campoEdicao{gap:.5rem;font-size:.875rem;font-weight:500;display:grid}.formulario-module__j9Y7SG__campoEdicao>:is(input,textarea,select),.formulario-module__j9Y7SG__opcaoLinha input{border:1px solid var(--border);background:var(--background);width:100%;min-width:0;min-height:2.75rem;color:var(--foreground);border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:400}.formulario-module__j9Y7SG__campoEdicao textarea{resize:vertical;min-height:6rem;line-height:1.6}.formulario-module__j9Y7SG__campoEdicao small{color:var(--muted-foreground);font-weight:400;line-height:1.5}.formulario-module__j9Y7SG__editor :is(input,textarea,select,button,summary,a):focus-visible{outline:2px solid var(--ring);outline-offset:3px}.formulario-module__j9Y7SG__obrigatoria{align-items:center;gap:.75rem;min-height:2.75rem;font-size:.875rem;display:flex}.formulario-module__j9Y7SG__obrigatoria input{width:1.125rem;height:1.125rem;accent-color:var(--gold-text)}.formulario-module__j9Y7SG__avancado{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:.5rem;font-size:.875rem}.formulario-module__j9Y7SG__avancado summary{cursor:pointer;min-height:2.75rem;padding-block:.75rem;font-weight:500}.formulario-module__j9Y7SG__avancado .formulario-module__j9Y7SG__camposEdicao{padding-block:1rem}.formulario-module__j9Y7SG__opcaoLinha{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) 4.5rem;align-items:end;gap:.5rem;padding-block:.75rem;display:grid}.formulario-module__j9Y7SG__opcaoLinha label{color:var(--muted-foreground);gap:.375rem;font-size:.75rem;display:grid}.formulario-module__j9Y7SG__opcaoAcoes{grid-column:1/-1;justify-content:flex-end;align-items:center;display:flex}.formulario-module__j9Y7SG__preview{border:1px solid var(--border);border-radius:.75rem;min-width:0;overflow:hidden}.formulario-module__j9Y7SG__previewHeader{border-bottom:1px solid var(--border);background:var(--secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.formulario-module__j9Y7SG__previewHeader h2{font-size:.8125rem;font-weight:500}.formulario-module__j9Y7SG__previewHeader>div{flex-wrap:wrap;display:flex}.formulario-module__j9Y7SG__mobileToggle{gap:.5rem;display:flex}.formulario-module__j9Y7SG__ocultoMobile{display:none}.formulario-module__j9Y7SG__painel{display:contents}.formulario-module__j9Y7SG__painel.formulario-module__j9Y7SG__ocultoMobile{display:none}.formulario-module__j9Y7SG__presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-block:1rem 1.5rem;display:grid}.formulario-module__j9Y7SG__presets button[aria-pressed=true]{border-color:var(--foreground);background:var(--secondary)}.formulario-module__j9Y7SG__edicao h3{margin-block:1.5rem .75rem;font-weight:600}.formulario-module__j9Y7SG__alternativa{border-bottom:1px solid var(--border);gap:.5rem;padding-block:.75rem;display:grid}.formulario-module__j9Y7SG__checklist{overflow-wrap:anywhere;margin-block:1.5rem;font-size:.875rem;line-height:1.6}.formulario-module__j9Y7SG__checklist ul{padding-left:1.25rem;list-style:outside}.formulario-module__j9Y7SG__checklist button,.formulario-module__j9Y7SG__checklist a{text-align:left;text-underline-offset:.2em;align-items:center;min-height:2.75rem;text-decoration:underline;display:inline-flex}.formulario-module__j9Y7SG__editor fieldset{min-width:0}.formulario-module__j9Y7SG__editor button{white-space:normal;max-width:100%;height:auto;min-height:2.75rem}.formulario-module__j9Y7SG__configuracoes{gap:2rem;max-width:48rem;padding-top:1.5rem;display:grid}.formulario-module__j9Y7SG__configuracoes h2{font-size:1.125rem;font-weight:600}.formulario-module__j9Y7SG__upload{gap:1rem;margin-top:1.5rem;display:grid}.formulario-module__j9Y7SG__upload>label{gap:.5rem;font-size:.875rem;display:grid}.formulario-module__j9Y7SG__upload>label>input:not([type=checkbox]){border:1px solid var(--border);background:var(--background);border-radius:.5rem;width:100%;min-width:0;min-height:2.75rem;padding:.625rem .75rem;display:block}.formulario-module__j9Y7SG__upload>label:has([type=checkbox]){align-items:center;min-height:2.75rem;display:flex}.formulario-module__j9Y7SG__upload input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--gold-text)}.formulario-module__j9Y7SG__galeriaAssets{margin-block:2rem}.formulario-module__j9Y7SG__galeriaAssets h3{margin-bottom:.75rem}.formulario-module__j9Y7SG__assetLinha{border-bottom:1px solid var(--border);overflow-wrap:anywhere;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.formulario-module__j9Y7SG__metricas{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-block:1.5rem 2rem;display:grid}.formulario-module__j9Y7SG__metricas dt{color:var(--muted-foreground);font-size:.8125rem}.formulario-module__j9Y7SG__metricas dd{font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:600}.formulario-module__j9Y7SG__resultadoLinha{border-top:1px solid var(--border);padding-block:1rem;font-size:.875rem;line-height:1.6}@container (min-width:700px){.formulario-module__j9Y7SG__workspace{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.75rem}.formulario-module__j9Y7SG__roteiro{grid-column:1/-1}.formulario-module__j9Y7SG__mobileToggle{display:none}.formulario-module__j9Y7SG__ocultoMobile{display:block}.formulario-module__j9Y7SG__painel.formulario-module__j9Y7SG__ocultoMobile{display:contents}.formulario-module__j9Y7SG__preview{position:sticky;top:1.5rem}.formulario-module__j9Y7SG__metricas{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (min-width:1000px){.formulario-module__j9Y7SG__workspace{grid-template-columns:11rem minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem}.formulario-module__j9Y7SG__roteiro{grid-column:auto}.formulario-module__j9Y7SG__listaEtapas{flex-direction:column;max-height:65svh;padding:.5rem .25rem .75rem;overflow-y:auto}.formulario-module__j9Y7SG__etapaBotao{width:100%}.formulario-module__j9Y7SG__duasColunas{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}@media (max-width:600px){.formulario-module__j9Y7SG__lado{grid-template-columns:minmax(0,1fr)}.formulario-module__j9Y7SG__comFundo .formulario-module__j9Y7SG__conteudo{padding:1rem}.formulario-module__j9Y7SG__identidade{padding:1.25rem}.formulario-module__j9Y7SG__corpo{padding:2rem 1.25rem 3rem}.formulario-module__j9Y7SG__titulo{font-size:2.25rem}.formulario-module__j9Y7SG__descricao{font-size:1.0625rem}.formulario-module__j9Y7SG__campo>div>label,.formulario-module__j9Y7SG__campo legend{font-size:1.75rem}.formulario-module__j9Y7SG__campo :is(input:not([type=radio]):not([type=checkbox]),textarea,select){font-size:1.25rem}.formulario-module__j9Y7SG__pergunta{grid-template-columns:1.75rem minmax(0,1fr);gap:.5rem}.formulario-module__j9Y7SG__numero{gap:.125rem;padding-top:.5rem;font-size:.75rem}.formulario-module__j9Y7SG__numero svg{width:.875rem}.formulario-module__j9Y7SG__acoesPergunta{margin-left:2.25rem}.formulario-module__j9Y7SG__rodape{padding:1rem 1.25rem}.formulario-module__j9Y7SG__concluido{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.formulario-module__j9Y7SG__palco *,.formulario-module__j9Y7SG__editor *{transition:none;animation:none}}
