body {
  font-family: system-ui, sans-serif;
  line-height: 1.6;
  margin: 0;
  background: #fafafa;
  color: #111;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.hero {
  margin: 40px 0;
}

.site-footer {
  margin-top: 60px;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
}

.latest {
  margin-top: 40px;
}

.story-card {
  position: relative;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.story-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.story-title a {
  color: inherit;
  text-decoration: none;
}

.story-title a:hover {
  text-decoration: underline;
}

.story-meta {
  margin: 8px 0 16px;
  font-size: 0.85rem;
  color: #777;
}

.story-description {
  margin: 0;
}

.story-date {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 0.8rem;
  color: #999;
}

