:root {
  --color-bg: #ffffff;
  --color-text: #1a1a1a;
  --color-border: #dddddd;
  --color-stars: #f0a500;
  --color-forks: #3a7bd5;
  --color-views: #2ecc71;
  --color-clones: #e74c3c;
  --color-commits: #9b59b6;
  --color-additions: #27ae60;
  --color-deletions: #c0392b;
}

select {
  margin-bottom: 1rem;
}

body {
  font-family: system-ui, sans-serif;
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
  background: var(--color-bg);
  color: var(--color-text);
}

header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

header img.logo {
  height: 2rem;
  width: auto;
}

canvas {
  margin-bottom: 3rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

th, td {
  text-align: left;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px solid var(--color-border);
}

.label-dot {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.label-item {
  display: inline-flex;
  align-items: center;
  margin-right: 0.6rem;
  white-space: nowrap;
}
