* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #18A391 0%, #14867f 45%, #0c447c 100%);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.painel {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 40, 70, .35);
}

.painel-topo {
  background: #fff;
  padding: 2.25rem 2rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid #edf1f4;
}

.logo {
  width: 210px;
  height: auto;
}

.subtitulo {
  color: #5f7482;
  font-size: 14px;
  margin: .75rem 0 0;
}

.painel-corpo {
  padding: 1.75rem 2rem 2rem;
}

.titulo {
  font-size: 20px;
  font-weight: 600;
  color: #0f2e46;
  margin: 0 0 .25rem;
}

.texto-apoio {
  font-size: 14px;
  color: #5f7482;
  margin: 0 0 1.25rem;
}

.btn-cdb {
  background: #18A391;
  color: #fff;
  font-weight: 500;
  border: 0;
  border-radius: 10px;
  padding: 12px;
}

.btn-cdb:hover {
  background: #12897b;
  color: #fff;
}

.btn-cdb-outline {
  background: #fff;
  color: #12897b;
  border: 1px solid #18A391;
  border-radius: 10px;
  padding: 11px;
  font-weight: 500;
}

.btn-cdb-outline:hover {
  background: #18A391;
  color: #fff;
}

.badge-status {
  display: inline-block;
  background: #e1f5ee;
  color: #0f6e56;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 20px;
}

.badge-concluido {
  display: inline-block;
  background: #e1f5ee;
  color: #0f6e56;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
}

.progress {
  height: 8px;
  border-radius: 20px;
  background: #eef2f4;
}

.progress-bar {
  background: #18A391;
}

.tela {
  border: 1px solid #e3e9ec;
  border-radius: 12px;
}

.tile {
  background: #f3f7f8;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.tile-rotulo {
  font-size: 12px;
  color: #5f7482;
}

.tile-valor {
  font-size: 20px;
  font-weight: 600;
  color: #0f2e46;
}
