:root {
	color-scheme: light;
}

.ws-owner-access-page,
.ws-owner-access-page *,
.ws-owner-access-page *::before,
.ws-owner-access-page *::after {
	box-sizing: border-box;
}

.ws-owner-access-page {
	display: grid;
	width: 100%;
	min-height: 100vh;
	place-items: center;
	overflow-x: hidden;
	background: radial-gradient(circle at 15% 15%, #e7dfd2 0 1px, transparent 1px) 0 0 / 22px 22px, #f5f0e8;
	color: #17372d;
	font-family: system-ui, sans-serif;
	margin: 0;
	padding: clamp(12px, 4vw, 24px);
}

.ws-owner-access-page__card {
	width: 100%;
	max-width: 470px;
	min-width: 0;
	border: 1px solid #d7cfc0;
	background: #fbf7ef;
	box-shadow: 0 24px 70px rgb(23 55 45 / 14%);
	padding: clamp(24px, 7vw, 58px);
}

.ws-owner-access-page__brand,
.ws-owner-access-page__back {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

.ws-owner-access-page__brand {
	font-family: Georgia, serif;
	font-size: 27px;
	font-weight: 400;
}

.ws-owner-access-page__eyebrow {
	color: #a86e37;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 52px 0 14px;
	text-transform: uppercase;
}

.ws-owner-access-page h1 {
	font-family: Georgia, serif;
	font-size: clamp(36px, 7vw, 52px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1;
	margin: 0 0 18px;
}

.ws-owner-access-page p {
	font-size: 16px;
	line-height: 1.55;
}

.ws-owner-access-page form {
	display: grid;
	width: 100%;
	min-width: 0;
	gap: 10px;
	margin-top: 30px;
}

.ws-owner-access-page label {
	font-size: 14px;
	font-weight: 800;
	margin-top: 10px;
}

.ws-owner-access-page input {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	border: 1px solid #bdb3a4;
	border-radius: 0;
	background: #fffdf8;
	color: inherit;
	font: inherit;
	padding: 13px 14px;
}

.ws-owner-password {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.ws-owner-password input {
	width: 100%;
	padding-right: 52px;
}

.ws-owner-access-page .ws-owner-password button {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #17372d;
	line-height: 1;
	transform: translateY(-50%);
}

.ws-owner-password button span {
	display: block;
	width: 20px;
	height: 13px;
	margin: auto;
	border: 2px solid currentcolor;
	border-radius: 50% / 65%;
}

.ws-owner-password button span::after {
	display: block;
	width: 5px;
	height: 5px;
	margin: 2px auto 0;
	border-radius: 50%;
	background: currentcolor;
	content: "";
}

.ws-owner-password button[aria-pressed="true"] span::before {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 22px;
	height: 2px;
	background: currentcolor;
	content: "";
	transform: rotate(-45deg);
}

.ws-owner-access-page button {
	border: 1px solid #17372d;
	background: #17372d;
	color: #fff;
	cursor: pointer;
	font: 800 15px/1.2 system-ui, sans-serif;
	margin-top: 16px;
	padding: 15px 18px;
}

.ws-owner-access-page input:focus-visible,
.ws-owner-access-page button:focus-visible,
.ws-owner-access-page a:focus-visible {
	outline: 3px solid #c8894e;
	outline-offset: 3px;
}

.ws-owner-access-page__error {
	border-left: 3px solid #9d3028;
	background: #f8e5e0;
	color: #702019;
	font-weight: 700;
	padding: 12px 14px;
}

.ws-owner-access-page__notice {
	border-left: 3px solid #2e7058;
	background: #e3f0e9;
	color: #1f5140;
	font-weight: 700;
	padding: 12px 14px;
}

.ws-owner-access-page__back {
	display: inline-block;
	margin-top: 28px;
}
