html {
	box-sizing: border-box;
	min-height: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body.spm-maintenance {
	min-height: 100vh;
	margin: 0;
	color: #1d2327;
	background: #f6f7f7;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.7;
}

.spm-shell {
	display: flex;
	min-height: 100vh;
	width: min(100%, 760px);
	margin: 0 auto;
	padding: 48px 20px;
	flex-direction: column;
	justify-content: center;
}

.spm-brand {
	margin-bottom: 24px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

.spm-brand a {
	color: inherit;
	text-decoration: none;
}

.spm-logo {
	display: inline-block;
	width: auto;
	max-width: min(260px, 80vw);
	max-height: 72px;
}

.spm-panel {
	padding: 36px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
}

.spm-panel h1 {
	margin: 0 0 16px;
	font-size: clamp(28px, 5vw, 42px);
	line-height: 1.25;
	letter-spacing: 0;
}

.spm-body {
	font-size: 16px;
}

.spm-body p {
	margin: 0 0 14px;
}

.spm-body p:last-child {
	margin-bottom: 0;
}

.spm-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 26px;
	padding: 10px 18px;
	border-radius: 6px;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.spm-home:focus,
.spm-home:hover {
	background: #3c434a;
	color: #fff;
}

@media (max-width: 600px) {
	.spm-shell {
		padding: 28px 16px;
	}

	.spm-panel {
		padding: 28px 20px;
	}
}
