:root {
	color-scheme: dark;
	font-family: Arial, Helvetica, sans-serif;
	background: #050505;
	color: #f5f5f5;
}

* {
	box-sizing: border-box;
}

body {
	position: relative;
	min-height: 100vh;
	margin: 0;
	display: grid;
	place-items: center;
	padding: 2rem;
	background:
		radial-gradient(circle at 50% 34%, rgba(255, 145, 0, 0.16), transparent 31rem),
		linear-gradient(145deg, #111, #000 68%);
}

body::before {
	content: "";
	position: fixed;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(32rem, 45vw);
	background: url("/templates/yootheme_emjeyhome/images/loginbgper.svg") center right / auto 100% repeat-y;
	opacity: 0.1;
	pointer-events: none;
}

main {
	position: relative;
	z-index: 1;
	width: min(42rem, 100%);
	text-align: center;
}

.brand {
	display: inline-block;
	margin-bottom: 3.5rem;
	color: #ff9200;
	font-size: clamp(2rem, 8vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.08em;
	text-decoration: none;
}

h1 {
	margin: 0 0 1rem;
	font-size: clamp(1.8rem, 6vw, 3.4rem);
	font-weight: 500;
	line-height: 1.2;
}

p {
	margin: 0.65rem 0;
	color: #c8c8c8;
	font-size: clamp(1rem, 3vw, 1.25rem);
	line-height: 1.7;
}

.english-link {
	display: inline-block;
	margin-top: 2rem;
	padding: 0.85rem 1.3rem;
	border: 1px solid #ff9200;
	border-radius: 0.25rem;
	background: #ff9200;
	color: #090909;
	font-weight: 700;
	text-decoration: none;
}

.home {
	display: block;
	width: fit-content;
	margin: 1.5rem auto 0;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ff9200;
	color: #f5f5f5;
	text-decoration: none;
}

.english-link:hover,
.english-link:focus-visible {
	background: transparent;
	color: #ff9200;
}

.home:hover,
.home:focus-visible {
	color: #ff9200;
}
