/* curateDB — main stylesheet
 *
 * Placeholder. Add styling iteratively as the directory takes shape.
 * Compiled output target if you wire up Sass later: frontend/sass/style.scss → here.
 */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	max-width: 720px;
	margin: 2rem auto;
	padding: 0 1rem;
	line-height: 1.5;
	color: #1a1a1a;
}

a { color: inherit; }

.site-header { margin-bottom: 2rem; }
.site-logo { font-weight: 700; text-decoration: none; font-size: 1.5rem; }

.site-list { list-style: none; padding: 0; }
.site-list li { padding: 0.5rem 0; border-bottom: 1px solid #eee; }

dl.site-meta dt, dl.curator-meta dt { font-weight: 600; margin-top: 0.75rem; }
dl.site-meta dd, dl.curator-meta dd { margin: 0; }

.site-footer { margin-top: 4rem; padding-top: 1rem; border-top: 1px solid #eee; font-size: 0.875rem; color: #666; }
