/* =========================================================================
   Consulta Reforma Tributária — sistema visual
   Baseado em escritorionaves.com
   Títulos: Montserrat  ·  Texto: Roboto  ·  Sobrelinhas: Roboto Light
   ========================================================================= */

:root {
  --paper:      #F5F6FB;   /* cinza-azulado claro do site */
  --surface:    #FFFFFF;
  --surface-2:  #EEF0F8;
  --ink:        #1A1D26;
  --ink-2:      #4A5163;
  --ink-3:      #7A8296;
  --line:       #DFE3EF;
  --line-forte: #C6CCDD;

  --primary:      #16337D;   /* azul institucional Escritório Naves */
  --primary-ink:  #091850;   /* azul-marinho profundo — títulos */
  --primary-tint: #E4E8F5;

  --accent:       #22439E;   /* azul de apoio — números, realces */
  --accent-tint:  #DFE4F5;

  --sobre-primary: #FFFFFF;  /* cor sobre preenchimentos azuis */

  --hero-bg: linear-gradient(135deg, #0B1C5C 0%, #16337D 55%, #1E45A0 100%);

  --ok:   #2F7D46;
  --warn: #9A6412;
  --bad:  #B0392B;

  --sombra: 0 1px 2px rgba(9,24,80,.06), 0 12px 30px -16px rgba(9,24,80,.22);
  --raio: 6px;
  --raio-sm: 3px;

  --fonte-texto: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --fonte-display: "Montserrat", "Roboto", system-ui, Arial, sans-serif;
  --fonte-mono: "Roboto", system-ui, "Segoe UI", Arial, sans-serif;
  --fonte-leve: "Roboto", "Montserrat", system-ui, Arial, sans-serif;

  --larg-texto: 40rem;

  --rodape-bg: linear-gradient(135deg, #0B1C5C 0%, #12275F 100%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper:      #0C1226;
    --surface:    #121A34;
    --surface-2:  #1B2648;
    --ink:        #E9ECF6;
    --ink-2:      #AEB6CE;
    --ink-3:      #7C86A4;
    --line:       #263254;
    --line-forte: #364473;

    --primary:      #6E86D8;
    --primary-ink:  #A9B7EC;
    --primary-tint: #1C2A55;

    --accent:       #93A5E6;
    --accent-tint:  #232F5C;

    --sobre-primary: #0A1024;

    --hero-bg: linear-gradient(135deg, #0A1640 0%, #14275C 100%);

    --ok:   #66C07E;
    --warn: #E0A64A;
    --bad:  #E5817A;

    --sombra: 0 1px 2px rgba(0,0,0,.4), 0 16px 36px -18px rgba(0,0,0,.65);
  }
}

:root[data-theme="dark"] {
  --paper:      #0C1226;
  --surface:    #121A34;
  --surface-2:  #1B2648;
  --ink:        #E9ECF6;
  --ink-2:      #AEB6CE;
  --ink-3:      #7C86A4;
  --line:       #263254;
  --line-forte: #364473;

  --primary:      #6E86D8;
  --primary-ink:  #A9B7EC;
  --primary-tint: #1C2A55;

  --accent:       #93A5E6;
  --accent-tint:  #232F5C;

  --sobre-primary: #0A1024;

  --hero-bg: linear-gradient(135deg, #0A1640 0%, #14275C 100%);

  --ok:   #66C07E;
  --warn: #E0A64A;
  --bad:  #E5817A;

  --sombra: 0 1px 2px rgba(0,0,0,.4), 0 16px 36px -18px rgba(0,0,0,.65);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; }
img, svg { max-width: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--fonte-texto);
  font-size: 1.0625rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 {
  font-family: var(--fonte-display);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.005em;
  text-wrap: balance;
  margin: 0;
  color: var(--primary-ink);
}
p { margin: 0; }
a { color: var(--primary); text-underline-offset: 2px; }

::selection { background: var(--primary-tint); color: var(--primary-ink); }

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Sobrelinha no estilo do site: tracinho curto + rótulo Roboto Light */
.rotulo {
  display: block;
  font-family: var(--fonte-leve);
  font-weight: 300;
  font-size: .9rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--primary-ink);
}
.rotulo::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: var(--primary);
  margin-bottom: .85rem;
}

.mono { font-family: var(--fonte-mono); font-variant-numeric: tabular-nums; }

/* ---------- Cabeçalho (barra azul, como o site) ---------- */

.topo {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 14px -4px rgba(9, 24, 80, .35);
}
.topo-utilidade {
  background: rgba(0, 0, 0, .16);
  font-size: .78rem;
}
.topo-utilidade div {
  max-width: 68rem;
  margin: 0 auto;
  padding: .38rem 1.4rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: rgba(255, 255, 255, .82);
}
.topo-utilidade a { color: inherit; text-decoration: none; }
.topo-utilidade a:hover { color: #fff; }
.topo-interno {
  max-width: 68rem;
  margin: 0 auto;
  padding: .85rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.marca {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: #fff;
  text-decoration: none;
}
.marca-logo {
  display: block;
  height: 32px;
  width: auto;
  flex: none;
}
.marca-sub {
  font-family: var(--fonte-leve);
  font-weight: 300;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  padding-left: .7rem;
  border-left: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 34rem) {
  .marca-logo { height: 27px; }
  .marca-sub { font-size: .64rem; padding-left: .5rem; }
}
@media (max-width: 30rem) {
  .topo-utilidade { display: none; }
}

.botao-tema {
  border: 1px solid rgba(255, 255, 255, .35);
  background: transparent;
  color: rgba(255, 255, 255, .9);
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.botao-tema:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .6); }

/* ---------- Barra de progresso ---------- */

.progresso-trilha {
  height: 3px;
  background: rgba(255, 255, 255, .18);
}
.progresso-preenchido {
  height: 100%;
  width: 0;
  background: #7FA0FF;
  transition: width .45s cubic-bezier(.2,.7,.2,1);
}

/* ---------- Hero (faixa azul, como o site) ---------- */

.hero {
  background: var(--hero-bg);
  color: #fff;
}
.hero-interno {
  max-width: 44rem;
  margin: 0 auto;
  padding: 3.4rem 1.4rem 3rem;
}
.hero .rotulo { color: rgba(255, 255, 255, .82); }
.hero .rotulo::before { background: #7FA0FF; }
.hero h1 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.85rem, 4.6vw, 2.9rem);
  line-height: 1.16;
  letter-spacing: -.01em;
  margin: 1rem 0;
}
.hero h1 em { font-style: normal; color: #9FB6FF; }
.hero .linha-fina {
  font-size: 1.07rem;
  color: rgba(255, 255, 255, .82);
  max-width: var(--larg-texto);
  line-height: 1.6;
}
.hero .meta {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  font-size: .8rem;
  color: rgba(255, 255, 255, .58);
}
.hero .meta b { color: #fff; font-weight: 500; }

/* ---------- Layout do formulario ---------- */

.folha {
  max-width: 44rem;
  margin: 0 auto;
  padding: 2.8rem 1.4rem 5rem;
}

/* ---------- Blocos de pergunta ---------- */

.bloco {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  margin-top: 2.4rem;
}
.bloco:first-of-type { margin-top: 0; }
.bloco-cabeca {
  display: flex;
  gap: .85rem;
  align-items: baseline;
  margin-bottom: 1.1rem;
}
.bloco-num {
  font-family: var(--fonte-display);
  font-size: .82rem;
  color: var(--accent);
  font-weight: 700;
  flex: none;
  padding-top: .12rem;
  font-variant-numeric: tabular-nums;
}
.bloco-titulo { font-size: 1.28rem; font-weight: 600; letter-spacing: -.005em; }
.bloco-ajuda {
  font-size: .93rem;
  color: var(--ink-3);
  margin-top: .3rem;
}
.bloco-corpo { padding-left: calc(.82rem + 1.7ch); }
@media (max-width: 34rem) {
  .bloco-corpo { padding-left: 0; }
}

/* ---------- Campos ---------- */

.grade-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.1rem;
}
@media (max-width: 34rem) { .grade-2 { grid-template-columns: 1fr; } }

.campo { display: flex; flex-direction: column; gap: .4rem; }
.campo > label {
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink-2);
}
.campo .obrig { color: var(--accent); }

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
  font: inherit;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-forte);
  border-radius: var(--raio-sm);
  padding: .62rem .7rem;
  width: 100%;
  transition: border-color .15s, box-shadow .15s;
}
input::placeholder, textarea::placeholder { color: var(--ink-3); }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-tint);
}
textarea { min-height: 7rem; resize: vertical; line-height: 1.55; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%237C8286' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .6rem center;
  padding-right: 2rem;
}

.campo-erro input, .campo-erro select, .campo-erro textarea { border-color: var(--bad); }
.msg-erro { color: var(--bad); font-size: .82rem; font-weight: 500; }
.campo-erro .msg-erro::before { content: "▸ "; }

/* ---------- Opcoes em cartao (radio) ---------- */

.opcoes { display: grid; gap: .6rem; }
.opcoes.horizontal { grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); }

.opcao {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  border: 1px solid var(--line-forte);
  border-radius: var(--raio-sm);
  padding: .8rem .9rem;
  cursor: pointer;
  background: var(--surface);
  transition: border-color .15s, background .15s;
}
.opcao:hover { border-color: var(--ink-3); }
.opcao input { position: absolute; opacity: 0; pointer-events: none; }
.marca-radio {
  flex: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--line-forte);
  margin-top: .15rem;
  display: grid; place-items: center;
  transition: border-color .15s;
}
.marca-radio::after {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--primary);
  transform: scale(0);
  transition: transform .15s;
}
.opcao-texto { display: flex; flex-direction: column; gap: .1rem; }
.opcao-texto b { font-weight: 500; }
.opcao-texto small { color: var(--ink-3); font-size: .82rem; }

.opcao:has(input:checked) {
  border-color: var(--primary);
  background: var(--primary-tint);
}
.opcao:has(input:checked) .marca-radio { border-color: var(--primary); }
.opcao:has(input:checked) .marca-radio::after { transform: scale(1); }
.opcao:has(input:focus-visible) { outline: 2px solid var(--primary); outline-offset: 2px; }

/* ---------- Chips de tema ---------- */

.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .9rem; }
.chip {
  font: inherit;
  font-size: .85rem;
  border: 1px solid var(--line-forte);
  background: var(--surface);
  color: var(--ink-2);
  border-radius: var(--raio-sm);
  padding: .36rem .8rem;
  cursor: pointer;
  transition: all .13s;
}
.chip:hover { border-color: var(--ink-3); color: var(--ink); }
.chip[aria-pressed="true"] {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--sobre-primary);
}

/* ---------- Stepper de pessoas ---------- */

.stepper { display: inline-flex; align-items: stretch; border: 1px solid var(--line-forte); border-radius: var(--raio-sm); overflow: hidden; background: var(--surface); }
.stepper button {
  font: inherit;
  width: 2.6rem;
  border: none;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  font-size: 1.1rem;
}
.stepper button:hover { background: var(--surface-2); color: var(--ink); }
.stepper input {
  width: 3.6rem;
  border: none;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0;
  text-align: center;
  font-family: var(--fonte-mono);
  font-size: 1rem;
}
.stepper input:focus { box-shadow: none; }

.oculto-suave { display: none; }

/* ---------- Rodape do formulario ---------- */

.envio {
  margin-top: 2.8rem;
  border-top: 1px solid var(--line-forte);
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.botao {
  font: inherit;
  font-weight: 500;
  font-size: 1rem;
  background: var(--primary);
  color: var(--sobre-primary);
  border: none;
  border-radius: var(--raio-sm);
  padding: .8rem 1.6rem;
  cursor: pointer;
  transition: filter .15s, transform .05s;
}
.botao:hover { filter: brightness(1.08); }
.botao:active { transform: translateY(1px); }
.botao[disabled] { opacity: .55; cursor: progress; }
.botao.secundario { background: transparent; color: var(--primary-ink); border: 1px solid var(--line-forte); }
.botao.secundario:hover { border-color: var(--primary); filter: none; }

.status-rascunho {
  font-family: var(--fonte-mono);
  font-size: .76rem;
  color: var(--ink-3);
  display: flex;
  align-items: center;
  gap: .4rem;
}
.status-rascunho .ponto {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ink-3);
  transition: background .2s;
}
.status-rascunho.salvo .ponto { background: var(--ok); }
.status-rascunho.salvando .ponto { background: var(--warn); }

/* ---------- Aviso de erro geral ---------- */
.aviso {
  border: 1px solid var(--bad);
  background: color-mix(in srgb, var(--bad) 10%, var(--surface));
  color: var(--ink);
  border-radius: var(--raio-sm);
  padding: .8rem 1rem;
  font-size: .92rem;
  margin-top: 1.4rem;
}
.aviso.info { border-color: var(--line-forte); background: var(--surface-2); }

/* ---------- Tela de agradecimento ---------- */

.concluido {
  max-width: 40rem;
  margin: 0 auto;
  padding: 5rem 1.4rem;
  text-align: center;
}
.concluido .selo {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--primary-tint);
  color: var(--primary-ink);
  display: grid; place-items: center;
  margin: 0 auto 1.6rem;
  font-size: 1.6rem;
}
.concluido h1 { font-size: 2rem; margin-bottom: .8rem; }
.concluido p { color: var(--ink-2); }

/* ---------- Rodapé (padrão Escritório Naves) ---------- */

.rodape {
  background: var(--rodape-bg);
  border-top: 3px solid #7FA0FF;
  color: rgba(255, 255, 255, .78);
  padding: 2.6rem 1.4rem 1.6rem;
}
.rodape-grade {
  max-width: 68rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1.8rem 2rem;
}
@media (max-width: 46rem) { .rodape-grade { grid-template-columns: 1fr; gap: 1.4rem; } }

.rodape-col h3 {
  font-family: var(--fonte-leve);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  color: #fff;
  margin-bottom: .7rem;
}
.rodape-col h3::before {
  content: "";
  display: block;
  width: 34px; height: 2px;
  background: #7FA0FF;
  margin-bottom: .6rem;
}
.rodape-col p, .rodape-col a { font-size: .84rem; line-height: 1.55; color: rgba(255, 255, 255, .78); }
.rodape-col a { display: block; text-decoration: none; }
.rodape-col a:hover { color: #fff; }

.rodape-marca { margin-bottom: .9rem; }
.rodape-logo { height: 40px; width: auto; flex: none; }

.rodape-base {
  max-width: 68rem;
  margin: 1.8rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1rem;
  justify-content: space-between;
  font-size: .74rem;
  color: rgba(255, 255, 255, .5);
}
.rodape-base strong { color: rgba(255, 255, 255, .8); font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* =========================================================================
   PAINEL
   ========================================================================= */

.painel-topo { background: var(--primary); }
.painel-topo .topo-interno { max-width: 78rem; }
.painel-topo .botao.secundario {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  background: transparent;
}
.painel-topo .botao.secundario:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }

.painel {
  max-width: 78rem;
  margin: 0 auto;
  padding: 2rem 1.4rem 5rem;
}

.painel-cabeca {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.8rem;
}
.painel-cabeca h1 { font-size: 1.8rem; }
.painel-cabeca .rotulo { display: block; margin-bottom: .4rem; }
.painel-acoes { display: flex; gap: .6rem; flex-wrap: wrap; }

/* KPIs */
.kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--raio);
  overflow: hidden;
  margin-bottom: 2rem;
}
.kpi { background: var(--surface); padding: 1.1rem 1.2rem; }
.kpi .n {
  font-family: var(--fonte-display);
  font-size: 2rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
  color: var(--ink);
}
.kpi .n small { font-size: 1rem; color: var(--ink-3); }
.kpi .r { display: block; margin-top: .2rem; font-size: .82rem; color: var(--ink-3); }
.kpi.destaque .n { color: var(--accent); }

/* Grade de cartoes */
.grade-painel {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.2rem;
}
.cartao {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--raio);
  padding: 1.2rem 1.3rem;
  box-shadow: var(--sombra);
}
.cartao h2 { font-size: 1.1rem; margin-bottom: .2rem; }
.cartao .sub { font-size: .82rem; color: var(--ink-3); margin-bottom: 1rem; }
.col-4 { grid-column: span 4; }
.col-6 { grid-column: span 6; }
.col-8 { grid-column: span 8; }
.col-12 { grid-column: span 12; }
@media (max-width: 62rem) {
  .col-4, .col-6, .col-8 { grid-column: span 12; }
}

/* Barras horizontais */
.barras { display: flex; flex-direction: column; gap: .7rem; }
.barra-linha { display: grid; grid-template-columns: 8.5rem 1fr 2.5rem; align-items: center; gap: .7rem; font-size: .9rem; }
.barra-cal { color: var(--ink-2); overflow-wrap: anywhere; }
.barra-trilha { background: var(--surface-2); border-radius: 4px; height: 22px; overflow: hidden; }
.barra-fill { height: 100%; background: var(--primary); border-radius: 4px 0 0 4px; min-width: 2px; transition: width .5s; }
.barra-fill.acc { background: var(--accent); }
.barra-val { font-family: var(--fonte-mono); font-variant-numeric: tabular-nums; text-align: right; color: var(--ink-2); }

/* Donut */
.donut-wrap { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.legenda { display: flex; flex-direction: column; gap: .5rem; font-size: .9rem; }
.legenda div { display: flex; align-items: center; gap: .5rem; }
.legenda i { width: 11px; height: 11px; border-radius: 3px; flex: none; }
.legenda b { font-family: var(--fonte-mono); margin-left: auto; padding-left: 1rem; }

/* Colunas (linha do tempo) */
.colunas { display: flex; align-items: flex-end; gap: 5px; height: 120px; }
.coluna { flex: 1 1 0; max-width: 64px; background: var(--primary); border-radius: 3px 3px 0 0; min-height: 2px; position: relative; transition: height .5s; }
.colunas-eixo { display: flex; gap: 5px; font-family: var(--fonte-mono); font-size: .68rem; color: var(--ink-3); margin-top: .4rem; }
.colunas-eixo span { flex: 1 1 0; max-width: 64px; text-align: center; }

/* Tabelas */
.tabela-wrap { overflow-x: auto; }
table.dados { width: 100%; border-collapse: collapse; font-size: .86rem; }
table.dados th, table.dados td { text-align: left; padding: .55rem .7rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
table.dados th { font-family: var(--fonte-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; position: sticky; top: 0; background: var(--surface); }
table.dados td { color: var(--ink-2); }
table.dados td.forte { color: var(--ink); font-weight: 500; }
table.dados tr:hover td { background: var(--surface-2); }
table.dados td.quebra { white-space: normal; min-width: 16rem; }

.pill {
  font-family: var(--fonte-mono);
  font-size: .72rem;
  padding: .12rem .5rem;
  border-radius: 999px;
  border: 1px solid var(--line-forte);
  color: var(--ink-2);
}
.pill.sim { border-color: var(--ok); color: var(--ok); }
.pill.nao { border-color: var(--bad); color: var(--bad); }
.pill.talvez { border-color: var(--warn); color: var(--warn); }

.mini-progresso { width: 5rem; height: 6px; background: var(--surface-2); border-radius: 3px; display: inline-block; overflow: hidden; vertical-align: middle; }
.mini-progresso i { display: block; height: 100%; background: var(--accent); }

.lista-duvidas { display: flex; flex-direction: column; gap: .9rem; max-height: 22rem; overflow-y: auto; }
.duvida { border-left: 2px solid var(--primary); padding-left: .9rem; }
.duvida p { font-size: .92rem; }
.duvida .quem { font-family: var(--fonte-mono); font-size: .74rem; color: var(--ink-3); margin-top: .25rem; }

.vazio { color: var(--ink-3); font-size: .9rem; padding: 1.5rem 0; text-align: center; }

/* Login do painel */
.login-tela { min-height: 80vh; display: grid; place-items: center; padding: 2rem 1.4rem; }
.login-caixa { width: 100%; max-width: 22rem; text-align: center; }
.login-caixa .selo { width: 44px; height: 44px; border-radius: 50%; background: var(--primary-tint); color: var(--primary-ink); display: grid; place-items: center; margin: 0 auto 1.2rem; }
.login-caixa h1 { font-size: 1.5rem; margin-bottom: .4rem; }
.login-caixa p { color: var(--ink-3); font-size: .9rem; margin-bottom: 1.4rem; }
.login-caixa form { display: flex; flex-direction: column; gap: .7rem; }
