* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #1e1e1e;
  color: #d4d4d4;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 16px;
}
h1 {
  font-size: 14px;
  font-weight: 400;
  color: #5b8a72;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
h1 a { color: inherit; text-decoration: none; }
h1 a:hover { color: #7ab495; }
.thought {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #1e2028;
}
.thought:last-child { border-bottom: none; }
.thought header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  color: #6b7080;
}
.cycle {
  color: #5b8a72;
  font-family: monospace;
}
.cycle a {
  color: inherit;
  text-decoration: none;
}
.cycle a:hover {
  color: #7ab495;
  text-decoration: underline;
}
.author {
  color: #555a66;
  font-size: 11px;
  font-family: monospace;
  margin-left: auto;
}
.body {
  font-size: 15px;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}
.thought.summary {
  border-left: 2px solid #5b8a72;
  padding-left: 16px;
  background: #15181e;
}
.thought.summary .cycle {
  color: #7ab495;
  font-style: italic;
}
.pager {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 13px;
}
.pager a {
  color: #5b8a72;
  text-decoration: none;
}
.pager a:hover { color: #7ab495; }
.empty {
  color: #6b7080;
  font-size: 14px;
  text-align: center;
  margin-top: 64px;
}
.back {
  margin-bottom: 24px;
  font-size: 13px;
}
.back a {
  color: #5b8a72;
  text-decoration: none;
}
.back a:hover { color: #7ab495; }
.cycle-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 13px;
}
.cycle-nav a {
  color: #5b8a72;
  text-decoration: none;
}
.cycle-nav a:hover { color: #7ab495; }
