html,
body.style94-crm-home-page {
	min-height: 100%;
}

body.style94-crm-home-page {
	margin: 0;
	background: #f5f6f8;
}

body.style94-crm-home-page #wpadminbar {
	display: none !important;
}

#style94-crm-home-main {
	min-height: 100vh;
	min-height: 100svh;
}

.style94-crm-home {
	display: grid;
	place-items: center;
	min-height: 100vh;
	min-height: 100svh;
	padding: 24px;
	box-sizing: border-box;
}

.style94-crm-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	padding: 0 28px;
	border: 0;
	border-radius: 10px;
	background: #ee6b2f;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(44, 51, 62, 0.14);
	transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.style94-crm-home__button:hover,
.style94-crm-home__button:focus-visible {
	background: #d95820;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(44, 51, 62, 0.18);
}

.style94-crm-home__button:focus-visible {
	outline: 3px solid rgba(238, 107, 47, 0.28);
	outline-offset: 3px;
}

.style94-crm-home__button:active {
	transform: translateY(0);
}
