body.fo-auth-account-page {
	margin: 0;
	min-height: 100vh;
	background: #f6f8f4;
	color: #171a1f;
}

.fo-auth-account {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 36px 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 244, 0.98) 100%);
}

.admin-bar .fo-auth-account {
	min-height: calc(100vh - 32px);
}

.fo-auth-account__inner {
	display: grid;
	justify-items: center;
	gap: 22px;
	width: 100%;
	max-width: 440px;
}

.fo-auth-account__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.fo-auth-account__brand img {
	display: block;
	width: 152px;
	max-width: 100%;
	height: auto;
}

.fo-auth-account__content,
.fo-auth-account__content .woocommerce {
	width: 100%;
}

.fo-auth-account__content .woocommerce-notices-wrapper {
	width: 100%;
	margin-bottom: 12px;
}

.fo-auth-account .wc-otp-login-wrapper {
	width: 100%;
	max-width: 388px;
	margin: 0 auto;
	padding: 34px 28px 28px;
	border: 1px solid rgba(23, 31, 27, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(25, 38, 30, 0.14);
	animation: none;
}

.fo-auth-account .wc-otp-step-title {
	margin-bottom: 12px;
	color: #141820;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0;
}

.fo-auth-account .wc-otp-description,
.fo-auth-account .wc-otp-terms-text,
.fo-auth-account .wc-otp-phone-label {
	color: #69756f;
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 0;
}

.fo-auth-account .wc-otp-description {
	margin-bottom: 22px;
}

.fo-auth-account .wc-otp-phone-input-wrap {
	border-width: 1px;
	border-radius: 8px;
	background: #f8faf7;
}

.fo-auth-account .wc-otp-phone-input-wrap:focus-within {
	border-color: var(--fo-primary);
	box-shadow: 0 0 0 3px rgba(0, 168, 70, 0.12);
}

.fo-auth-account .wc-otp-phone-input {
	min-height: 48px;
	color: #151a18;
	font-size: 16px;
}

.fo-auth-account .wc-otp-send-btn,
.fo-auth-account .wc-otp-verify-btn,
.fo-auth-account .wc-otp-register-btn,
.fo-auth-account .wc-otp-link-send-btn,
.fo-auth-account .wc-otp-link-verify-btn {
	min-height: 48px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	box-shadow: none;
}

.fo-auth-account .wc-otp-telegram-login-button {
	min-height: 44px;
	border-radius: 8px;
	background: #f2f5f3;
	color: #222a26;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.fo-auth-account .wc-otp-code-inputs {
	gap: 8px;
}

.fo-auth-account .wc-otp-code-inputs > input.wc-otp-digit-input {
	width: 46px;
	height: 50px;
	border-radius: 8px;
	font-size: 22px;
}

.fo-auth-account__back {
	color: #5f6b65;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.2s ease;
}

.fo-auth-account__back:hover {
	color: var(--fo-primary);
}

@media (max-width: 782px) {
	.admin-bar .fo-auth-account {
		min-height: calc(100vh - 46px);
	}
}

@media (max-width: 480px) {
	.fo-auth-account {
		align-items: flex-start;
		padding: 24px 16px;
	}

	.fo-auth-account__inner {
		gap: 18px;
	}

	.fo-auth-account .wc-otp-login-wrapper {
		max-width: none;
		padding: 28px 20px 24px;
	}
}
