/* ═══════════════════════════════════════════════════════════════════════════
   github.css — GitHub tab
   ═══════════════════════════════════════════════════════════════════════════ */

.github-tab {
  text-align: center;
  padding: var(--space-xl);
  max-width: 480px;
}

.github-tab h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
}

.github-tab h1 .icon {
  flex-shrink: 0;
}

.github-tab p {
  color: var(--color-text-dim);
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 520px;
  margin-inline: auto;
  margin-bottom: var(--space-xl);
}

.github-tab .btn {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.github-tab .meta {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  margin-top: var(--space-xl);
  font-size: 0.75rem;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
}
