:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f5f7fb;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f5f7fb; }
button, input { font: inherit; }
button { cursor: pointer; }

.centro { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card, .card, .painel-status {
  background: #fff;
  border: 1px solid #e4e8f0;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(33, 46, 74, .08);
}
.login-card { width: min(440px, 100%); padding: 28px; }

.marca { display: flex; gap: 12px; align-items: center; }
.marca > span {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: #243b6b; color: white; font-weight: 800; letter-spacing: .02em;
}
.marca div { display: grid; }
.marca strong { font-size: 18px; }
.marca small { color: #6a7488; }
.marca.compacta > span { width: 38px; height: 38px; }

.titulo-login { margin: 28px 0 20px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 8px; }
h2 { margin-bottom: 6px; }
p { color: #5e687b; line-height: 1.5; }

.formulario, .busca { display: grid; gap: 14px; }
label { font-size: 14px; font-weight: 700; color: #374158; display: grid; gap: 7px; }
input {
  width: 100%; min-height: 48px; border: 1px solid #cfd6e3; border-radius: 11px;
  padding: 0 14px; outline: none; background: white;
}
input:focus { border-color: #4d6baa; box-shadow: 0 0 0 3px rgba(77,107,170,.13); }

.botao { border: 0; border-radius: 10px; min-height: 44px; padding: 0 17px; font-weight: 750; }
.botao.primario { background: #243b6b; color: #fff; }
.botao.secundario { background: #edf2fb; color: #243b6b; }
.botao.texto { background: transparent; color: #45516a; }
.botao:disabled { opacity: .55; cursor: not-allowed; }

.nota-seguranca, .texto-secundario { font-size: 13px; color: #7a8497; }
.nota-seguranca { margin: 18px 0 0; }

.aplicacao { min-height: 100vh; }
.topo {
  height: 68px; padding: 0 28px; background: #fff; border-bottom: 1px solid #e5e9f1;
  display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 10;
}
.usuario { display: flex; align-items: center; gap: 10px; color: #5f697c; font-size: 14px; }
.conteudo { width: min(1040px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 64px; }
.cabecalho-pagina { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.cabecalho-pagina p { margin-bottom: 0; }
.rotulo { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .09em; color: #788299; }
.selo-leitura { background: #eef2f8; color: #59647a; border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 800; white-space: nowrap; }

.card { padding: 22px; }
.busca > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.lista-resultados { margin-top: 18px; border-top: 1px solid #edf0f5; }
.resultado-item { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 4px; border-bottom: 1px solid #edf0f5; }
.resultado-dados { display: grid; gap: 3px; }
.resultado-dados strong { font-size: 16px; }
.resultado-dados span { color: #687287; font-size: 13px; }
.vazio { text-align: center; padding: 34px 10px 18px; color: #6f798d; }
.vazio strong { display: block; color: #3b465c; margin-bottom: 5px; }
.spinner { width: 28px; height: 28px; border: 3px solid #e3e8f1; border-top-color: #243b6b; border-radius: 50%; margin: 0 auto 12px; animation: girar .8s linear infinite; }
@keyframes girar { to { transform: rotate(360deg); } }

.painel-status { margin-top: 22px; padding: 22px; }
.identificacao-consulta { padding-bottom: 16px; border-bottom: 1px solid #edf0f5; }
.identificacao-consulta h2 { margin-top: 3px; }
.identificacao-consulta p { margin-bottom: 0; }
.status-card { margin-top: 18px; border-radius: 16px; padding: 22px; display: flex; align-items: center; gap: 18px; border: 2px solid transparent; }
.status-card h2 { font-size: clamp(24px, 4vw, 34px); margin: 3px 0 5px; }
.status-card p { margin: 0; color: inherit; font-weight: 600; }
.status-icone { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 50%; display: grid; place-items: center; font-size: 28px; font-weight: 900; background: rgba(255,255,255,.72); }
.status-verde { background: #e9f8ef; border-color: #9bd9ae; color: #185c32; }
.status-amarelo { background: #fff8dc; border-color: #efd47b; color: #725600; }
.status-vermelho { background: #fff0f0; border-color: #efaaaa; color: #8a2323; }
.status-azul { background: #edf5ff; border-color: #9fc4ee; color: #234f82; }
.status-cinza { background: #f2f4f7; border-color: #d0d5dd; color: #4b5565; }
.status-laranja { background: #fff4e7; border-color: #efbf82; color: #7a4610; }

.destaque-carencia { margin-top: 14px; padding: 15px 17px; border-radius: 12px; background: #f5f8fc; display: grid; gap: 4px; }
.destaque-carencia strong { color: #2d4f79; }
.destaque-carencia span { color: #657086; font-size: 13px; }

.ver-status { margin-top: 16px; border: 1px solid #e0e5ee; border-radius: 12px; overflow: hidden; background: #fff; }
.ver-status summary { padding: 15px 17px; font-weight: 800; color: #33415c; cursor: pointer; }
.detalhes-conteudo { padding: 0 17px 17px; }
.grade-detalhes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.grade-detalhes.compacto { grid-template-columns: repeat(2, 1fr); margin-bottom: 12px; }
.grade-detalhes > div { background: #f7f9fc; border-radius: 10px; padding: 12px; display: grid; gap: 4px; }
.grade-detalhes span { font-size: 11px; color: #7a8496; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.grade-detalhes strong { font-size: 14px; color: #33405a; }

.alerta { border-radius: 11px; padding: 13px 15px; margin: 14px 0; }
.alerta p { margin: 4px 0 0; color: inherit; }
.alerta.erro { background: #fff0f0; color: #8c2929; border: 1px solid #efb4b4; }
.alerta.aviso { background: #fff8df; color: #6f560e; border: 1px solid #ead48a; }
.alerta.informativo { background: #f1f5fb; color: #485874; border: 1px solid #dce4f0; }

@media (max-width: 720px) {
  .topo { padding: 0 16px; }
  .usuario span { display: none; }
  .conteudo { width: min(100% - 22px, 1040px); padding-top: 24px; }
  .cabecalho-pagina { display: grid; }
  .busca > div { grid-template-columns: 1fr; }
  .resultado-item { align-items: stretch; flex-direction: column; }
  .resultado-item .botao { width: 100%; }
  .status-card { align-items: flex-start; padding: 18px; }
  .status-icone { width: 48px; height: 48px; flex-basis: 48px; font-size: 23px; }
  .grade-detalhes, .grade-detalhes.compacto { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .grade-detalhes, .grade-detalhes.compacto { grid-template-columns: 1fr; }
  .status-card { flex-direction: column; }
}
