body {
	font-family: sans-serif;
	margin: 0;
	padding: 16px;
	background: #fff;
	color: #000;
}

.top-left-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 10;
}

.plain-link-btn {
	all: revert;
	cursor: pointer;
}

h1,
h2 {
	margin: 0 0 12px;
	text-align: center;
}

form {
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 12px;
}

fieldset {
	border: 1px solid #000;
	margin: 0 0 12px;
	padding: 10px;
}

legend {
	padding: 0 6px;
	font-weight: 700;
}

.row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 8px;
	align-items: center;
	margin-bottom: 8px;
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
}

label {
	font-size: 14px;
}

input,
select,
textarea,
button {
	font: inherit;
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	color: #000;
}

textarea {
	min-height: 80px;
	resize: vertical;
}

.input-stack label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 700;
}

.small {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}

.help-line {
	margin-top: 6px;
	margin-bottom: 8px;
}

.warning-line {
	font-weight: 700;
}

.actions {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.hidden {
	display: none;
}

#status {
	text-align: center;
	margin-top: 10px;
	min-height: 20px;
	font-weight: 700;
}

.about-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 24px;
}

.about-page h1,
.about-page p {
	max-width: 860px;
}
