:root {
	color-scheme: dark;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	background: #0b0b0f;
	color: #eee;
}

.wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 32px 16px 48px;
	text-align: center;
}

h1 {
	letter-spacing: 0.12em;
	font-weight: 800;
	margin: 0 0 18px;
	font-size: 28px;
	opacity: 0.95;
}

.answer {
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
	margin: 10px 0 18px;
}

.answer.yes { color: #9eea9e; }
.answer.no { color: #ff8b8b; }
.answer.checking { color: #cfcfcf; opacity: 0.7; }

.meta {
	opacity: 0.75;
	font-size: 14px;
	margin-bottom: 28px;
}

.error {
	margin-top: 6px;
	color: #ffb86b;
}

.portrait {
	display: grid;
	gap: 10px;
	justify-items: center;
}

.imgwrap {
	position: relative;
	display: inline-block;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 60px rgba(0,0,0,0.55);
}

#portrait {
	display: block;
	max-width: 520px;
	width: 100%;
	height: auto;
}

.caption {
	font-size: 12px;
	opacity: 0.65;
}
