/* GemCities — static/prose page styles (terms, privacy, dmca, report-abuse) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body { font-family: system-ui, -apple-system, sans-serif; background: #f8f9fa; color: #212529; line-height: 1.6; }
a { color: #0d9488; text-decoration: none; }
a:hover { text-decoration: underline; }

header { background: #fff; border-bottom: 1px solid #e9ecef; padding: 0 1.5rem; height: 56px; display: flex; align-items: center; }
.site-name { display: inline-flex; align-items: center; font-weight: 700; font-size: 1.1rem; color: #212529; letter-spacing: -0.02em; line-height: 1; }
.site-name svg { display: block; flex-shrink: 0; margin-right: 0.4rem; }

.prose { max-width: 720px; margin: 2.5rem auto; padding: 0 1.5rem 4rem; }
.prose h1 { font-size: 2rem; font-weight: 800; margin-bottom: 0.25rem; }
.prose h2 { font-size: 1.15rem; font-weight: 700; margin: 2rem 0 0.6rem; padding-bottom: 0.3rem; border-bottom: 1px solid #e9ecef; }
.prose p { margin-bottom: 0.9rem; color: #495057; }
.prose ul, .prose ol { margin: 0 0 1rem 1.5rem; }
.prose li { margin-bottom: 0.3rem; color: #495057; }
.prose code { background: #f1f3f5; border: 1px solid #dee2e6; border-radius: 3px; padding: 0.1em 0.4em; font-size: 0.88em; font-family: monospace; }
.updated { font-size: 0.85rem; color: #adb5bd; margin-bottom: 2rem; display: block; }

footer { border-top: 1px solid #e9ecef; padding: 1.5rem 1rem; text-align: center; font-size: 0.85rem; color: #adb5bd; }
footer a { color: #6c757d; margin: 0 0.5rem; }
