/* Public placeholder page — centered "There's nothing here".
   Kept in an external file so the strict CSP (default-src 'self') applies
   without needing 'unsafe-inline'. */
html, body { height: 100%; margin: 0; }

body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #0d1117;
	color: #c9d1d9;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

main {
	font-size: clamp(1.15rem, 4.5vw, 2rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	opacity: 0.85;
}
