.site-meta {
  width: 100%;
  padding: 14px 16px 18px;
  background: var(--surface, #171717);
  color: var(--muted, #a9a9a9);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.site-meta a {
  color: inherit;
  text-decoration: none;
}

.site-meta a:hover,
.site-meta a:focus-visible {
  color: var(--accent, #edb049);
  outline: none;
}

body.photography-project-mode .site-meta {
  display: none;
}

.sitemap-shell {
  width: min(980px, 100%);
  margin: 0 auto;
}

.sitemap-panel {
  display: grid;
  gap: 14px;
}

.sitemap-section {
  padding: 16px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.08));
  border-radius: 8px;
  background: var(--bg, #101010);
}

.sitemap-section h1,
.sitemap-section h2 {
  margin: 0;
  color: var(--text, #f2f2f2);
  font-weight: 500;
}

.sitemap-section h1 {
  font-size: 22px;
}

.sitemap-section h2 {
  font-size: 16px;
}

.sitemap-section p {
  margin: 6px 0 0;
  color: var(--muted, #a9a9a9);
  font-size: 13px;
  line-height: 1.5;
}

.sitemap-list {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  list-style: none;
}

.sitemap-list a {
  display: inline-flex;
  width: fit-content;
  color: var(--text, #f2f2f2);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.sitemap-list a:hover,
.sitemap-list a:focus-visible {
  color: var(--accent, #edb049);
  outline: none;
}

.sitemap-muted {
  color: var(--muted, #a9a9a9);
  font-size: 12px;
}

body.theme-light .site-meta {
  background: var(--surface, #ece9e1);
  color: var(--muted, #66615a);
}

body.theme-light .sitemap-section {
  background: var(--surface-raised, #ffffff);
  border-color: var(--line, rgba(0, 0, 0, 0.12));
}

@media (max-width: 700px) {
  .site-meta {
    padding: 12px 12px 16px;
  }

  .sitemap-section {
    padding: 14px;
  }
}

.section-updated {
  width: 100%;
  margin: 0 0 12px;
  color: var(--muted, #a9a9a9);
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.articles-panel > .section-updated,
.code-projects-panel > .section-updated,
.photography-shell > .section-updated {
  margin-bottom: 14px;
}

body.photography-project-mode .section-updated {
  display: none;
}
