* {
  box-sizing: border-box;
  margin: 4px;
  padding: 0;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  line-height: 1.4;
  max-width: 70vw;
  margin: 0;
  padding: 24px 12px;
  text-align: left;
}

header {
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

header a {
  color: #666;
  font-weight: 500;
  font-size: 18px;
}

header p {
  color: #666;
  font-weight: 500;
  font-size: 18px;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}

main ul {
  list-style: none;
}

main ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 4px 0;
  border-bottom: 0px solid #eee;
}

time {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  white-space: nowrap;
}

a {
  color: #222;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

article h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

article time {
  font-size: 16px;
  color: #999;
  display: block;
  margin-bottom: 16px;
}

article p {
  font-size: 16px;
  color: #222;
  margin: 10px 0;
}

.back-link {
  font-size: 18px;
  color: #666;
  text-decoration: none;
}

.back-link:hover {
  color: #222;
}

.claude-summary {
  font-family: 'Source Sans 3', sans-serif;
  border-left: 3px solid #ccc;
  padding-left: 16px;
  margin: 8px 8px;
}