/* Estilos gerais */
body {
  background-color: #f5f6fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
  border: none;
  border-radius: 10px;
}

.card-header {
  border-radius: 10px 10px 0 0 !important;
  font-weight: 600;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.2rem;
}

.table th {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.table td {
  font-size: 0.9rem;
  vertical-align: middle;
}

.badge {
  font-weight: 500;
}

.display-1 {
  font-size: 4rem;
}

/* Cards do dashboard */
.card h3 {
  font-size: 2rem;
  font-weight: 700;
}

.card h6 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsividade */
@media (max-width: 768px) {
  .container-fluid {
    padding: 10px;
  }
  
  .table {
    font-size: 0.8rem;
  }
}
