/* Starter theme — black on white, minimal. */
body.starter-body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; color: #111; background: #fff; margin: 0; line-height: 1.6; }
.starter-wrap { max-width: 720px; margin: 0 auto; padding: 0 1.25rem; }
.starter-header { border-bottom: 1px solid #eee; padding: 1rem 0; }
.starter-header .starter-wrap { display: flex; align-items: center; justify-content: space-between; }
.starter-brand { font-weight: 600; color: #111; text-decoration: none; font-size: 1.05rem; }
.starter-nav ul.starter-menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 1.25rem; }
.starter-nav ul.starter-menu ul { margin-left: 1rem; }
.starter-nav a { color: #444; text-decoration: none; }
.starter-nav a:hover { color: #111; }
.starter-main { padding: 2rem 0 4rem; }
.starter-meta { color: #888; font-size: 0.9rem; }
.starter-entry { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f0f0f0; }
.starter-footer { border-top: 1px solid #eee; padding: 1.5rem 0; color: #888; font-size: 0.9rem; }
.starter-pagination nav svg { width: 1em; height: 1em; }
