html {
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.6;
  color: #ccc;
  background: #111;
}

body {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

h1 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #eee;
}

h2 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #ddd;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #6ab0f3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img,
video {
  max-width: 100%;
  height: auto;
}

pre {
  background: #1a1a1a;
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  font-family: ui-monospace, 'SF Mono', monospace;
  font-size: 0.875rem;
  line-height: 1.5;
}

code {
  font-family: ui-monospace, 'SF Mono', monospace;
  font-size: 0.875rem;
  background: #1a1a1a;
  padding: 0.15em 0.3em;
}

pre code {
  background: none;
  padding: 0;
}

hr {
  border: none;
  border-top: 1px solid #333;
  margin: 2rem 0;
}

footer {
  margin-top: 3rem;
  color: #888;
}

header {
  margin-bottom: 1.5rem;
}

.posts {
  list-style: none;
  padding: 0;
}

.posts li {
  display: flex;
  margin-bottom: 0.9em;
}

.posts d {
  width: 7em;
  flex-shrink: 0;
  color: #888;
  font-size: 0.875rem;
  margin-right: 1em;
}
