body { background: #000; color: #d6a75c; font-family: 'Verdana', sans-serif; margin: 0; padding: 20px; }
.archive-container { max-width: 800px; margin: 0 auto; }
.conversation-block { margin-bottom: 25px; padding: 18px; background: #111; border-left: 4px solid #7d5b28; }
.post-header { font-size: 0.8em; color: #888; margin-bottom: 5px; }
.post-author { color: #ffd27a; font-weight: bold; font-size: 1em; }
.post-text { color: #e0c080; line-height: 1.8; margin-top: 5px; font-size: 0.95em; }
h2 { border-bottom: 2px solid #7d5b28; padding-bottom: 10px; color: #ffd27a; }

.thread-title {
  color: #ffd27a;
  font-size: 1.3em;
  margin-bottom: 15px;
}

.post-number {
  color: #666;
  margin-right: 8px;
}

a {
  color: #d6a75c;
  text-decoration: none;
}

a:hover {
  color: #ffd27a;
}