/* Estilos personalizados */
body {
  background-color: #f8f9fa;
}

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

.navbar-brand {
  font-weight: 700;
}

#resultContainer {
  max-height: 400px;
  overflow-y: auto;
}

#resultContainer .code-item {
  font-family: monospace;
  font-size: 1.1rem;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}

.progress {
  height: 25px;
}

@media (max-width: 768px) {
  .card {
    margin-bottom: 1rem;
  }
}
