/* ============================================
   NOTE - MARATHON SCI-FI
   ============================================ */

.note {
  max-width: 38rem;
  margin: 0 auto;
}
.note-header {
  padding-top: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 2rem;
}
.note-title {
  color: var(--color-white);
}
.note-footer {
  padding: 4rem 0;
  border-top: 1px solid var(--color-border);
  margin-top: 3rem;
}
.note-date {
  color: var(--color-text-dim);
  font-family: var(--font-family-mono);
  font-size: 0.8rem;
}
.note-tags {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
.note-tags li { margin-right: 0; }
.note-tags a {
  padding: 0.4rem 1rem;
  display: block;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text-dim);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
.note-tags a:hover {
  border-color: var(--color-cyan);
  color: var(--color-cyan);
  text-shadow: none;
}

.blog-prevnext {
  padding-top: 2rem;
}
.blog-prevnext .h2 {
  color: var(--color-text-dim);
  font-family: var(--font-family-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
