body {
  background-color: #f4f6f8;
}

.card-resumo .valor {
  font-size: 1.6rem;
  font-weight: 600;
}

.badge-conciliado { background-color: #198754; }
.badge-divergente { background-color: #ffc107; color: #212529; }
.badge-so-planilha, .badge-so-extrato { background-color: #dc3545; }

.table-responsive {
  max-height: 70vh;
}

/* ajustes para telas pequenas (Android) */
@media (max-width: 576px) {
  .card-resumo .valor { font-size: 1.2rem; }
  h1 { font-size: 1.5rem; }
  .navbar-brand { font-size: 1.05rem; }
}

.dropzone {
  border: 2px dashed #adb5bd;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  text-align: center;
  background-color: #fff;
}
