/* cignyl-sftp 20260824 */
body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #1a1a1a;
}

html.v2-theme-dark body {
	color: hsl(var(--foreground));
	background: hsl(var(--background, 226 84% 5%));
}

main {
	text-align: center;
	padding: 0;
}

h1 {
	font-size: 1.75rem;
	font-weight: 600;
	margin: 0 0 1rem;
}
