*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: monospace;
  background-color: #1a1a1a;
  color: #e0e0e0;
  margin: 20px;
  line-height: 1.4;
}

a { color: #66b3ff; text-decoration: underline; }
a:hover { color: #ff6b6b; }

.separator { color: #666666; }

header {
  margin-bottom: 0;
}

header a.site-title {
  color: #e0e0e0;
  text-decoration: none;
  font-style: italic;
}

.lang-switcher {
  display: inline;
  font-size: 1rem;
}

.lang-switcher a {
  color: #66b3ff;
  text-decoration: underline;
}

.lang-switcher a:hover { color: #ff6b6b; }

.lang-switcher .current {
  color: #666666;
}

h1 { font-size: 1rem; font-weight: bold; margin: 0 0 4px 0; }
h2 { font-size: 1rem; font-weight: bold; margin: 20px 0 4px 0; }
h3 { font-size: 1rem; font-weight: bold; margin: 16px 0 4px 0; }

.post-meta { color: #666666; margin: 0 0 16px 0; }

code {
  font-family: monospace;
  font-size: 1em;
  background: #2a2a2a;
  padding: 0.1em 0.2em;
}

pre {
  background: #2a2a2a;
  padding: 12px;
  overflow-x: auto;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 8px 0;
}

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

strong { color: #e0e0e0; }

hr {
  border: none;
  border-top: 1px solid #666666;
  margin: 12px 0;
}

.post-list { list-style: none; padding: 0; margin: 0; }
.post-list li { margin-bottom: 8px; }
.post-list .date { color: #666666; display: inline; margin-right: 8px; }

footer { margin-top: 20px; color: #666666; font-style: italic; }
