:root {
	--yatbt-auth-accent: #159ab6;
	--yatbt-auth-accent-dark: #087d96;
	--yatbt-auth-violet: #087d96;
	--yatbt-auth-cyan: #12b4d1;
	--yatbt-auth-ink: #17212b;
	--yatbt-auth-muted: #687782;
	--yatbt-auth-field: #f3f4f5;
	--yatbt-auth-line: #e4e6e9;
	--yatbt-auth-success: #10a57b;
}

html {
	background: #fff;
}

body.login.yatbt-login-page {
	position: relative;
	display: grid;
	min-height: 100dvh;
	margin: 0;
	padding: clamp(18px, 3.4vw, 54px);
	box-sizing: border-box;
	place-items: center;
	overflow-x: hidden;
	background: #fff;
	color: var(--yatbt-auth-ink);
	font-family: "YATBT Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.login.yatbt-login-page::before,
body.login.yatbt-login-page::after {
	position: fixed;
	z-index: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.login.yatbt-login-page::before {
	top: -18vw;
	left: -9vw;
	width: 42vw;
	aspect-ratio: 1;
	box-shadow: 0 0 120px rgba(21, 154, 182, 0.12) inset;
}

body.login.yatbt-login-page::after {
	right: -12vw;
	bottom: -20vw;
	width: 46vw;
	aspect-ratio: 1;
	box-shadow: 0 0 140px rgba(22, 181, 210, 0.1) inset;
}

body.login * {
	box-sizing: border-box;
}

.yatbt-auth-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	width: min(1240px, 100%);
	min-height: min(760px, calc(100dvh - clamp(36px, 6.8vw, 108px)));
	padding: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 34px;
	background: rgba(249, 248, 252, 0.96);
	box-shadow: 0 38px 90px rgba(7, 3, 15, 0.42), 0 10px 30px rgba(7, 3, 15, 0.22), 0 1px 0 rgba(255, 255, 255, 0.76) inset;
	opacity: 0;
	transform: translateY(14px) scale(0.985);
	transition: opacity 0.42s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	backdrop-filter: blur(22px);
}

.yatbt-auth-shell.is-ready {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.yatbt-auth-aside,
.yatbt-auth-form-panel {
	position: relative;
	min-width: 0;
	min-height: 620px;
}

.yatbt-auth-aside {
	order: 1;
	overflow: hidden;
	border-radius: 25px;
	isolation: isolate;
	color: #fff;
}

.yatbt-auth-form-panel {
	z-index: 2;
	display: flex;
	order: 2;
	align-items: center;
	justify-content: center;
	padding: 52px clamp(34px, 4.4vw, 68px);
}

.yatbt-auth-aside__shape {
	position: absolute;
	z-index: -1;
	inset: 0;
	overflow: hidden;
	background: radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.34), transparent 30%), radial-gradient(circle at 88% 88%, rgba(16, 183, 210, 0.52), transparent 31%), linear-gradient(145deg, #087d96 0%, #159ab6 47%, #075c74 100%);
}

.yatbt-auth-aside__shape::before {
	position: absolute;
	top: -19%;
	right: -7%;
	width: 64%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	content: "";
}

.yatbt-auth-aside__shape::after {
	position: absolute;
	right: -12%;
	bottom: -24%;
	width: 76%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	content: "";
}

.yatbt-auth-orbit,
.yatbt-auth-glow {
	position: absolute;
	display: block;
	border-radius: 50%;
	pointer-events: none;
}

.yatbt-auth-orbit {
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.yatbt-auth-orbit--one {
	top: 22%;
	left: -18%;
	width: 61%;
	aspect-ratio: 1;
}

.yatbt-auth-orbit--two {
	right: 5%;
	bottom: 12%;
	width: 34%;
	aspect-ratio: 1;
}

.yatbt-auth-glow {
	top: 39%;
	right: 13%;
	width: 125px;
	height: 125px;
	background: rgba(113, 229, 240, 0.22);
	filter: blur(34px);
	animation: yatbt-auth-float 7s ease-in-out infinite;
}

.yatbt-auth-aside__inner {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	min-height: inherit;
	flex-direction: column;
	padding: 38px 42px 28px;
}

.yatbt-auth-brand {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
}

.yatbt-auth-brand:hover,
.yatbt-auth-brand:focus {
	color: #fff;
}

.yatbt-auth-brand:focus-visible {
	border-radius: 12px;
	outline: 3px solid rgba(255, 255, 255, 0.38);
	outline-offset: 4px;
}

.yatbt-auth-brand__mark {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--yatbt-auth-ink);
	place-items: center;
	box-shadow: 0 12px 30px rgba(16, 45, 54, 0.18);
}

.yatbt-auth-brand__mark img,
.yatbt-auth-form-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yatbt-auth-brand strong,
.yatbt-auth-brand small {
	display: block;
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yatbt-auth-brand strong {
	font-family: "YATBT Montserrat", "YATBT Inter", sans-serif;
	font-size: 14px;
	font-weight: 760;
	letter-spacing: -0.015em;
}

.yatbt-auth-brand small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 10px;
	font-weight: 530;
}

.yatbt-auth-copy {
	position: relative;
	z-index: 1;
	width: min(520px, 95%);
	margin-top: 62px;
}

.yatbt-auth-copy__badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 16px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.88);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.yatbt-auth-copy__badge::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #53e5c4;
	box-shadow: 0 0 0 4px rgba(83, 229, 196, 0.13);
	content: "";
}

.yatbt-auth-copy h2 {
	max-width: 480px;
	margin: 0;
	color: #fff;
	font-family: "YATBT Montserrat", "YATBT Inter", sans-serif;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 780;
	letter-spacing: -0.052em;
	line-height: 1.03;
}

.yatbt-auth-copy p {
	max-width: 320px;
	margin: 17px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 470;
	line-height: 1.65;
}

.yatbt-auth-illustration {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -2%;
	width: 72%;
	max-width: 520px;
	height: auto;
	filter: drop-shadow(0 24px 26px rgba(12, 4, 30, 0.2));
	transform-origin: bottom center;
	animation: yatbt-auth-illustration-in 0.85s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yatbt-auth-form-stack {
	display: grid;
	width: min(430px, 100%);
	gap: 18px;
}

.yatbt-auth-form-header {
	margin-bottom: 8px;
}

.yatbt-auth-form-logo {
	display: grid;
	width: 68px;
	height: 68px;
	margin-bottom: 22px;
	overflow: hidden;
	border: 1px solid rgba(23, 20, 38, 0.08);
	border-radius: 21px;
	background: #fff;
	place-items: center;
	box-shadow: 0 14px 34px rgba(21, 104, 122, 0.12);
}

.yatbt-auth-form-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--yatbt-auth-accent-dark);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.yatbt-auth-form-header h1 {
	margin: 0;
	color: var(--yatbt-auth-ink);
	font-family: "YATBT Montserrat", "YATBT Inter", sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 770;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.yatbt-auth-form-header p {
	max-width: 380px;
	margin: 11px 0 0;
	color: var(--yatbt-auth-muted);
	font-size: 13px;
	line-height: 1.55;
}

body.login #login {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.login #loginform,
body.login #lostpasswordform,
body.login #registerform,
body.login #resetpassform {
	margin: 0;
	padding: 0;
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.login form p {
	margin-bottom: 12px;
}

body.login label {
	color: #4b4659;
	font-size: 0;
	font-weight: 620;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="email"],
body.login input[type="password"] {
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 0 16px 0 48px;
	border: 1px solid transparent;
	border-radius: 14px;
	background-color: var(--yatbt-auth-field);
	color: var(--yatbt-auth-ink);
	font-family: inherit;
	font-size: 14px;
	font-weight: 530;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.login form .input::placeholder,
body.login input::placeholder {
	color: #96909f;
	opacity: 1;
}

body.login form .input:focus,
body.login input[type="text"]:focus,
body.login input[type="email"]:focus,
body.login input[type="password"]:focus {
	border-color: rgba(21, 154, 182, 0.42);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(21, 154, 182, 0.09);
	outline: 0;
}

body.login .wp-pwd {
	margin-top: 0;
}

body.login .wp-pwd input {
	margin-top: 0;
	padding-right: 48px;
}

body.login #user_login {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23857d8f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
	background-position: 16px center;
	background-repeat: no-repeat;
}

body.login #user_pass {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23857d8f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='14' height='10' rx='2'/%3E%3Cpath d='M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");
	background-position: 16px center;
	background-repeat: no-repeat;
}

body.login .button.wp-hide-pw {
	top: 8px;
	right: 7px;
	width: 39px;
	min-width: 39px;
	height: 39px;
	border: 0;
	border-radius: 10px;
	color: #857d8f;
}

body.login .button.wp-hide-pw:hover {
	background: rgba(8, 125, 150, 0.07);
	color: var(--yatbt-auth-accent-dark);
}

body.login .button.wp-hide-pw:focus {
	border: 0;
	box-shadow: 0 0 0 3px rgba(21, 154, 182, 0.11);
}

body.login .forgetmenot {
	margin: 2px 0 14px;
}

body.login .forgetmenot label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--yatbt-auth-muted);
	font-size: 11px;
	font-weight: 560;
}

body.login input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	border: 1px solid #cbc5d3;
	border-radius: 5px;
	box-shadow: none;
}

body.login input[type="checkbox"]:checked {
	border-color: var(--yatbt-auth-accent);
	background: var(--yatbt-auth-accent);
}

body.login input[type="checkbox"]:checked::before {
	width: 19px;
	height: 19px;
	margin: -2px 0 0 -2px;
	color: #fff;
}

body.login .submit {
	margin: 0;
	padding: 0;
}

body.login .button-primary,
body.login .yatbt-auth-submit {
	float: none;
	width: 100%;
	min-height: 54px;
	padding: 0 18px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(115deg, var(--yatbt-auth-accent-dark), var(--yatbt-auth-accent));
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	box-shadow: 0 13px 26px rgba(8, 125, 150, 0.23);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.login .button-primary:hover,
body.login .button-primary:focus,
body.login .yatbt-auth-submit:hover,
body.login .yatbt-auth-submit:focus {
	border: 0;
	background: linear-gradient(115deg, var(--yatbt-auth-accent-dark), var(--yatbt-auth-accent));
	color: #fff;
	box-shadow: 0 17px 34px rgba(8, 125, 150, 0.25);
	filter: saturate(1.08);
	transform: translateY(-2px);
}

body.login .button-primary:disabled,
body.login .yatbt-auth-submit:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.yatbt-auth-captcha-panel {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--yatbt-auth-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
}

.yatbt-login-captcha {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.yatbt-login-captcha.has-error {
	color: #bd3946;
}

.yatbt-login-captcha__head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.yatbt-login-captcha__head > span:last-child {
	min-width: 0;
}

.yatbt-login-captcha__head strong,
.yatbt-login-captcha__head small {
	display: block;
}

.yatbt-login-captcha__head strong {
	color: #3e3948;
	font-size: 11px;
	font-weight: 690;
}

.yatbt-login-captcha__head small {
	margin-top: 2px;
	color: #8f8998;
	font-size: 9px;
	line-height: 1.4;
}

.yatbt-login-captcha__icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 11px;
	background: rgba(16, 165, 123, 0.11);
	color: var(--yatbt-auth-success);
	place-items: center;
}

.yatbt-login-captcha__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.yatbt-login-captcha__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 8px 0 0 44px;
	color: #6f6978;
	font-size: 9px;
	font-weight: 570;
}

.yatbt-login-captcha__pulse {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--yatbt-auth-success);
	box-shadow: 0 0 0 4px rgba(16, 165, 123, 0.1);
}

.yatbt-login-captcha__status.is-pending .yatbt-login-captcha__pulse {
	background: #aaa4b1;
	box-shadow: 0 0 0 4px rgba(170, 164, 177, 0.12);
}

.yatbt-login-captcha__legal {
	margin: 8px 0 0 !important;
	color: #9c96a4;
	font-size: 7.5px !important;
	line-height: 1.45;
}

.yatbt-login-captcha__legal a {
	color: #746c7c;
}

.yatbt-login-captcha__error {
	margin: 8px 0 0 !important;
	color: #bd3946;
	font-size: 9px !important;
	line-height: 1.4;
}

.yatbt-login-captcha .g-recaptcha {
	margin-top: 10px;
	transform: scale(0.94);
	transform-origin: top left;
}

.yatbt-invisible-recaptcha {
	width: 0;
	height: 0;
	margin: 0 !important;
	overflow: hidden;
}

body.login #backtoblog {
	margin: 14px 0 0;
	padding: 0;
	text-align: center;
}

body.login #backtoblog a,
body.login .privacy-policy-page-link a {
	color: #797282;
	font-size: 10px;
	font-weight: 570;
	text-decoration: none;
}

body.login #backtoblog a:hover,
body.login #backtoblog a:focus,
body.login .privacy-policy-page-link a:hover {
	color: var(--yatbt-auth-accent-dark);
}

body.login .privacy-policy-page-link {
	margin: 9px 0 0;
}

body.login #login_error,
body.login .message,
body.login .success {
	margin: 0 0 15px;
	padding: 11px 12px;
	border: 1px solid #e4dfe9;
	border-left: 3px solid var(--yatbt-auth-accent);
	border-radius: 10px;
	background: #faf8fb;
	color: #57515f;
	font-size: 10px;
	line-height: 1.5;
	box-shadow: none;
}

body.login #login_error {
	border-color: #f0d3d7;
	border-left-color: #df4d5c;
	background: #fff8f8;
}

body.login #login_error a,
body.login .message a {
	color: var(--yatbt-auth-accent-dark);
}

.yatbt-auth-legal {
	padding-top: 3px;
	color: #9b95a1;
	text-align: center;
}

.yatbt-auth-legal p {
	margin: 0;
	font-size: 9px;
	line-height: 1.55;
}

.yatbt-auth-legal p + p {
	margin-top: 2px;
}

.yatbt-auth-legal a {
	color: #6f6878;
	font-weight: 650;
	text-decoration: none;
}

.yatbt-auth-legal a:hover,
.yatbt-auth-legal a:focus {
	color: var(--yatbt-auth-accent-dark);
	text-decoration: underline;
}

.yatbt-auth-legal span {
	margin: 0 5px;
}

@keyframes yatbt-auth-float {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(7px, -12px, 0); }
}

@keyframes yatbt-auth-illustration-in {
	from { opacity: 0; transform: translateY(24px) scale(0.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 861px) and (max-height: 850px) {
	body.login.yatbt-login-page {
		padding-block: 20px;
	}

	.yatbt-auth-shell {
		min-height: calc(100dvh - 40px);
	}

	.yatbt-auth-form-panel {
		padding-block: 26px;
	}

	.yatbt-auth-form-stack {
		gap: 11px;
	}

	.yatbt-auth-form-header {
		margin-bottom: 2px;
	}

	.yatbt-auth-form-logo {
		width: 54px;
		height: 54px;
		margin-bottom: 13px;
		border-radius: 17px;
	}

	.yatbt-auth-form-header h1 {
		font-size: 35px;
	}

	.yatbt-auth-form-header p {
		margin-top: 7px;
	}

	body.login form .input,
	body.login input[type="text"],
	body.login input[type="email"],
	body.login input[type="password"] {
		min-height: 52px;
	}

	body.login .button-primary,
	body.login .yatbt-auth-submit {
		min-height: 48px;
	}

	.yatbt-auth-captcha-panel {
		padding: 11px 14px;
	}
}

@media (max-width: 1080px) {
	.yatbt-auth-shell {
		grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
	}

	.yatbt-auth-aside__inner {
		padding: 34px 32px 26px;
	}

	.yatbt-auth-copy {
		margin-top: 54px;
	}

	.yatbt-auth-copy h2 {
		font-size: clamp(34px, 4vw, 47px);
	}

	.yatbt-auth-illustration {
		right: -4%;
		width: 82%;
	}
}

@media (max-width: 860px) {
	body.login.yatbt-login-page {
		padding: 22px;
	}

	.yatbt-auth-shell {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.yatbt-auth-aside,
	.yatbt-auth-form-panel {
		min-height: 0;
	}

	.yatbt-auth-aside,
	.yatbt-auth-aside__inner {
		min-height: 290px;
	}

	.yatbt-auth-form-panel {
		padding: 46px 32px 42px;
	}

	.yatbt-auth-copy {
		width: 64%;
		margin-top: 34px;
	}

	.yatbt-auth-copy__badge {
		margin-bottom: 11px;
	}

	.yatbt-auth-copy h2 {
		font-size: 34px;
	}

	.yatbt-auth-copy p {
		font-size: 11px;
	}

	.yatbt-auth-illustration {
		right: -5%;
		bottom: -18%;
		width: 56%;
	}
}

@media (max-width: 560px) {
	body.login.yatbt-login-page {
		display: block;
		padding: 0;
		background: #f8f7fa;
	}

	body.login.yatbt-login-page::before,
	body.login.yatbt-login-page::after {
		display: none;
	}

	.yatbt-auth-shell {
		width: 100%;
		min-height: 100dvh;
		padding: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.yatbt-auth-aside {
		min-height: 220px;
		border-radius: 0 0 26px 26px;
	}

	.yatbt-auth-aside__inner {
		min-height: 220px;
		padding: 24px 22px;
	}

	.yatbt-auth-brand__mark {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
		border-radius: 13px;
	}

	.yatbt-auth-copy {
		width: 68%;
		margin-top: 29px;
	}

	.yatbt-auth-copy__badge {
		display: none;
	}

	.yatbt-auth-copy h2 {
		font-size: 27px;
	}

	.yatbt-auth-copy p {
		display: none;
	}

	.yatbt-auth-illustration {
		right: -13%;
		bottom: -13%;
		width: 63%;
		animation: none;
	}

	.yatbt-auth-form-panel {
		padding: 38px 22px 30px;
	}

	.yatbt-auth-form-logo {
		width: 58px;
		height: 58px;
		margin-bottom: 18px;
		border-radius: 18px;
	}

	.yatbt-auth-form-header h1 {
		font-size: 31px;
	}

	.yatbt-login-captcha .g-recaptcha {
		transform: scale(0.82);
	}
}

@media (prefers-reduced-motion: reduce) {
	.yatbt-auth-shell,
	.yatbt-auth-glow,
	.yatbt-auth-illustration {
		animation: none !important;
		transition: none !important;
	}
}

/* Carpe Diem split login layout. */
body.login.yatbt-login-page {
	display: block;
	min-height: 100vh;
	min-height: 100svh;
	padding: 0;
	background: #fff;
}

body.login.yatbt-login-page::before,
body.login.yatbt-login-page::after {
	display: none;
}

.yatbt-auth-shell {
	grid-template-columns: minmax(0, 1fr) minmax(min(400px, 22vw), min(560px, 22vw));
	gap: 24px;
	width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	padding: 20px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	backdrop-filter: none;
}

.yatbt-auth-aside,
.yatbt-auth-form-panel {
	min-height: calc(100svh - 40px);
}

.yatbt-auth-aside {
	order: 2;
	z-index: 3;
	overflow: visible;
	border-radius: 0;
	background: transparent;
}

.yatbt-auth-aside__shape,
.yatbt-auth-aside__inner {
	display: none;
}

.yatbt-auth-form-panel {
	order: 1;
	padding: 16px 24px;
}

.yatbt-auth-illustration {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	max-width: none;
	height: 100%;
	object-fit: contain;
	object-position: right center;
	mix-blend-mode: multiply;
	pointer-events: none;
	filter: none;
	transform: none;
	animation: none;
}

.yatbt-auth-form-stack {
	width: min(388px, 100%);
	gap: 20px;
}

.yatbt-auth-form-header {
	margin-bottom: 16px;
	text-align: left;
}

.yatbt-auth-form-logo {
	display: block;
	width: min(100%, 260px);
	height: 76px;
	margin: 0 0 32px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.yatbt-auth-form-logo img {
	width: 100%;
	height: 100%;
	object-position: left center;
}

.yatbt-auth-form-eyebrow {
	display: none;
}

.yatbt-auth-form-header h1 {
	color: #17212b;
	font-size: clamp(23px, 2vw, 27px);
	font-weight: 760;
	letter-spacing: -0.035em;
	text-align: left;
}

.yatbt-auth-form-header p {
	margin-top: 6px;
	color: #5f6b77;
	font-size: 13px;
}

body.login label {
	display: block;
	margin: 0 0 6px;
	color: #57616c;
	font-size: 12px;
	font-weight: 560;
}

body.login form p {
	margin-bottom: 16px;
}

body.login #loginform p.submit {
	margin-top: 14px;
}

body.login form .input,
body.login input[type="text"],
body.login input[type="email"],
body.login input[type="password"] {
	min-height: 48px;
	padding: 0 13px;
	border-color: transparent;
	border-radius: 11px;
	background-color: #f3f4f5;
	font-size: 13px;
}

body.login #user_login,
body.login #user_pass {
	background-image: none;
}

body.login form .input:focus,
body.login input[type="text"]:focus,
body.login input[type="email"]:focus,
body.login input[type="password"]:focus {
	border-color: rgba(25, 168, 207, 0.46);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(25, 168, 207, 0.12);
}

body.login .button.wp-hide-pw {
	top: 5px;
	right: 5px;
	height: 38px;
}

body.login .button.wp-hide-pw:hover {
	background: rgba(25, 168, 207, 0.08);
	color: #148fb1;
}

body.login .button.wp-hide-pw:focus {
	box-shadow: 0 0 0 3px rgba(25, 168, 207, 0.12);
}

body.login .button-primary,
body.login .yatbt-auth-submit {
	min-height: 48px;
	border-radius: 10px;
	background: #2885f6;
	box-shadow: none;
}

body.login .button-primary:hover,
body.login .button-primary:focus,
body.login .yatbt-auth-submit:hover,
body.login .yatbt-auth-submit:focus {
	background: #1776e8;
	box-shadow: 0 8px 20px rgba(40, 133, 246, 0.18);
}

.yatbt-auth-captcha-panel {
	padding: 12px;
	border-radius: 12px;
}

.yatbt-login-captcha.is-pending {
	display: none;
}

.yatbt-auth-legal {
	margin-top: 10px;
	color: #858e98;
	font-size: 11px;
}

.yatbt-auth-legal p + p {
	display: none;
}

.yatbt-auth-form-stack [hidden] {
	display: none !important;
}

.yatbt-auth-form-stack.is-switching {
	opacity: 0;
	transform: translateY(8px);
}

.yatbt-auth-form-stack {
	transition: opacity 150ms ease, transform 150ms ease;
}

.yatbt-register-form {
	display: grid;
	width: 100%;
	gap: 10px;
}

.yatbt-verification-form {
	display: grid;
	width: 100%;
	gap: 10px;
}

body.login .yatbt-auth-form-stack form.yatbt-verification-form {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.login .yatbt-verification-form label {
	margin: 4px 0 0;
	color: #57616c;
	font-size: 12px;
}

body.login .yatbt-verification-form input {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 13px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #f3f4f5;
	font-size: 14px;
}

body.login .yatbt-verification-form input[name="yatbt_verification_code"] {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.35em;
	text-align: center;
}

body.login .yatbt-verification-form input:focus {
	border-color: rgba(21, 168, 195, 0.46);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(21, 168, 195, 0.12);
}

body.login .yatbt-verification-form .yatbt-auth-submit {
	width: 100%;
	margin-top: 8px;
}

body.login .yatbt-verification-form .yatbt-verification-resend {
	justify-self: center;
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: var(--yatbt-auth-accent-dark);
	font: inherit;
	font-size: 13px;
	font-weight: 650;
	cursor: pointer;
}

body.login .yatbt-verification-form .yatbt-verification-resend:hover,
body.login .yatbt-verification-form .yatbt-verification-resend:focus-visible {
	text-decoration: underline;
}

body.login .yatbt-auth-form-stack form.yatbt-register-form {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.yatbt-register-field label {
	display: block;
	margin: 0 0 5px;
	color: #57616c;
	font-size: 12px;
	font-weight: 560;
}

.yatbt-register-field small {
	display: block;
	margin-top: 5px;
	color: #71808d;
	font-size: 11px;
	line-height: 1.45;
}

.yatbt-password-rules {
	display: none;
	position: absolute;
	z-index: 5;
	top: calc(100% + 7px);
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 12px;
	border: 1px solid #e5e8ec;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(23, 33, 43, 0.1);
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 140ms ease, transform 140ms ease;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px 12px;
	margin: 0;
	list-style: none;
}

.yatbt-register-field--password {
	position: relative;
}

.yatbt-register-field--password:focus-within .yatbt-password-rules {
	display: grid;
	opacity: 1;
	transform: translateY(0);
}

.yatbt-password-rules span {
	color: #c62828;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	transition: color 140ms ease;
}

.yatbt-password-rules span::before {
	content: "●";
	margin-right: 6px;
	font-size: 9px;
}

.yatbt-password-rules span.is-valid {
	color: #168443;
}

.yatbt-register-captcha {
	min-height: 0;
}

.yatbt-register-captcha-error {
	color: #b42318;
	font-size: 11px;
}

body.login .yatbt-register-field input {
	display: block;
	width: 100%;
	min-height: 44px;
	padding: 0 13px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #f3f4f5;
	box-shadow: none;
	font-size: 13px;
}

body.login .yatbt-register-field input:focus {
	border-color: rgba(25, 168, 207, 0.46);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(25, 168, 207, 0.12);
}

body.login .yatbt-register-submit {
	width: 100%;
	margin-top: 4px;
}

.yatbt-auth-mode-switch {
	color: #69727c;
	font-size: 12px;
	text-align: center;
}

.yatbt-auth-reset-link,
.yatbt-auth-back-link,
.yatbt-verification-back {
	display: block;
	width: fit-content;
	margin: 14px auto 0;
	color: var(--yatbt-auth-accent-dark);
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.yatbt-auth-reset-link:hover,
.yatbt-auth-back-link:hover,
.yatbt-verification-back:hover { text-decoration: underline; }

.yatbt-auth-resend-toggle { display: block; margin: 12px auto 0; padding: 0 !important; border: 0 !important; background: transparent !important; color: #69727c !important; font-size: 12px !important; }
.yatbt-auth-resend-form { display: grid; gap: 12px; margin-top: 18px !important; padding: 18px !important; border: 1px solid #e4eaf0 !important; border-radius: 14px; background: #fff !important; }
.yatbt-auth-resend-form[hidden] { display: none !important; }
.yatbt-auth-resend-form label { display: grid; gap: 7px; font-size: 12px !important; }
.yatbt-auth-resend-form input { box-sizing: border-box; width: 100%; min-height: 46px; padding: 0 12px !important; border-radius: 10px !important; font-size: 14px !important; }
.yatbt-auth-resend-form button { min-height: 46px; border: 0; border-radius: 10px; background: var(--yatbt-auth-accent); color: #fff; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }

.yatbt-register-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.yatbt-auth-mode-switch button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #202833;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.yatbt-auth-mode-switch button:hover,
.yatbt-auth-mode-switch button:focus-visible {
	color: #2885f6;
	text-decoration: underline;
}

.yatbt-registration-notice {
	margin: 0 0 16px !important;
	padding: 12px 14px !important;
	border: 1px solid #d5edf1 !important;
	border-left: 3px solid #159ab6 !important;
	border-radius: 10px !important;
	background: #f1fafb !important;
	color: #315460 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
	box-shadow: none !important;
}

.yatbt-registration-notice.notice-error {
	border-color: #f0d9d7 !important;
	border-left-color: #c25454 !important;
	background: #fff8f7 !important;
	color: #684646 !important;
}

@media (max-height: 760px) and (min-width: 901px) {
	.yatbt-auth-shell.is-registering {
		align-items: start;
	}

	.yatbt-auth-shell.is-registering .yatbt-auth-form-panel {
		padding-block: 18px;
	}

	.yatbt-auth-shell.is-registering .yatbt-auth-form-logo {
		height: 48px;
		margin-bottom: 12px;
	}

	.yatbt-auth-shell.is-registering .yatbt-auth-form-header {
		margin-bottom: 8px;
	}

	.yatbt-auth-shell.is-registering .yatbt-auth-form-stack {
		gap: 10px;
	}

	.yatbt-auth-shell.is-registering .yatbt-register-form {
		gap: 6px;
	}

	.yatbt-auth-shell.is-registering .yatbt-register-field input {
		min-height: 38px;
	}
}

@media (max-width: 900px) {
	.yatbt-auth-shell {
		grid-template-columns: minmax(0, 1fr);
		min-height: 100svh;
		padding: 0;
	}

	.yatbt-auth-aside {
		display: none;
	}

	.yatbt-auth-form-panel {
		min-height: 100svh;
		padding: 48px 24px;
	}
}

@media (max-width: 560px) {
	.yatbt-auth-form-panel {
		padding: 40px 22px 28px;
	}

	.yatbt-auth-form-logo {
		height: 66px;
		margin-bottom: 26px;
	}
}

body.login.yatbt-login-page .yatbt-auth-form-panel {
	font-family: "YATBT Inter", Inter, ui-sans-serif, system-ui, sans-serif;
}

body.login.yatbt-login-page .yatbt-auth-form-header h1 {
	font-family: "YATBT Inter", Inter, ui-sans-serif, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
}

body.login.yatbt-login-page .yatbt-auth-form-header p,
body.login.yatbt-login-page .yatbt-register-field label,
body.login.yatbt-login-page .yatbt-register-field small,
body.login.yatbt-login-page .yatbt-auth-mode-switch,
body.login.yatbt-login-page .yatbt-auth-legal {
	font-family: "YATBT Inter", Inter, ui-sans-serif, system-ui, sans-serif;
	font-weight: 600;
}
