body.pph-login-shell-active {
	--pph-login-blue: #1268f3;
	--pph-login-blue-deep: #0a4ed6;
	--pph-login-ink: #091630;
	--pph-login-muted: #65738c;
	--pph-login-line: #dbe6f4;
	--pph-login-soft: #f3f7fc;
	--pph-login-card: #ffffff;
	--pph-login-shadow: 0 26px 80px rgba(18, 43, 84, 0.12);
	background:
		radial-gradient(circle at top left, rgba(18, 104, 243, 0.08), transparent 34%),
		linear-gradient(180deg, #fbfdff 0%, #eef5fc 100%);
	color: var(--pph-login-ink);
	font-family: var(--pph-body-font, var(--wp--preset--font-family--body, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif));
	font-size: 15px;
	font-weight: var(--pph-body-weight, 460);
	min-height: 100vh;
}

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

body.pph-login-shell-active .pph-login-shell {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 32px;
	width: 100%;
}

body.pph-login-shell-active .pph-login-card {
	background: rgba(244, 248, 253, 0.82);
	border: 1px solid rgba(201, 214, 233, 0.72);
	border-radius: 28px;
	box-shadow: var(--pph-login-shadow);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(420px, 0.88fr) minmax(470px, 1fr);
	max-width: 1340px;
	min-height: 760px;
	overflow: hidden;
	padding: 24px;
	width: min(1340px, calc(100vw - 64px));
}

body.pph-login-shell-active #login {
	align-self: stretch;
	background: var(--pph-login-card);
	border: 1px solid var(--pph-login-line);
	border-radius: 24px;
	box-shadow: 0 18px 55px rgba(25, 54, 96, 0.08);
	display: flex;
	flex-direction: column;
	grid-column: 1;
	justify-content: center;
	margin: 0;
	min-height: 100%;
	padding: 54px 58px;
	width: 100%;
}

body.pph-login-shell-active #login h1.wp-login-logo {
	margin: 0 0 30px;
	text-align: center;
}

body.pph-login-shell-active #login h1.wp-login-logo a {
	align-items: center;
	background: linear-gradient(180deg, #f8fbff 0%, #eaf2ff 100%) !important;
	border: 1px solid #d9e6f7;
	border-radius: 999px;
	box-shadow: 0 18px 40px rgba(18, 104, 243, 0.12);
	color: var(--pph-login-blue);
	display: inline-flex;
	font-size: 0;
	height: 84px;
	justify-content: center;
	margin: 0 auto;
	outline: none;
	text-decoration: none;
	text-indent: 0;
	width: 84px;
}

body.pph-login-shell-active #login h1.wp-login-logo a::before {
	align-items: center;
	background: var(--pph-login-blue);
	content: "";
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin: 0;
	width: 58px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 12.2a4.2 4.2 0 1 0 0-8.4 4.2 4.2 0 0 0 0 8.4Zm0 2.1c-4.6 0-8.4 2.8-8.4 6.1 0 .7.5 1.2 1.2 1.2h14.4c.7 0 1.2-.5 1.2-1.2 0-3.3-3.8-6.1-8.4-6.1Z'/%3E%3C/svg%3E") center / 30px 30px no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 12.2a4.2 4.2 0 1 0 0-8.4 4.2 4.2 0 0 0 0 8.4Zm0 2.1c-4.6 0-8.4 2.8-8.4 6.1 0 .7.5 1.2 1.2 1.2h14.4c.7 0 1.2-.5 1.2-1.2 0-3.3-3.8-6.1-8.4-6.1Z'/%3E%3C/svg%3E") center / 30px 30px no-repeat;
}

body.pph-login-shell-active #login h1.wp-login-logo a::after {
	content: none;
	display: none;
}

body.pph-login-shell-active .pph-login-intro {
	margin: 0 0 34px;
}

body.pph-login-shell-active .pph-login-intro h1 {
	color: var(--pph-login-ink);
	font-family: var(--pph-heading-font, inherit);
	font-size: 40px;
	font-weight: var(--pph-heading-weight, 680);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 14px;
}

body.pph-login-shell-active .pph-login-intro p {
	color: var(--pph-login-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

body.pph-login-shell-active form {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.pph-login-shell-active form p,
body.pph-login-shell-active form .user-pass-wrap {
	margin-bottom: 22px;
}

body.pph-login-shell-active label {
	color: var(--pph-login-ink);
	display: block;
	font-size: 14px;
	font-weight: 620;
	margin-bottom: 9px;
}

body.pph-login-shell-active input[type="text"],
body.pph-login-shell-active input[type="password"],
body.pph-login-shell-active input[type="email"] {
	background: #fff;
	border: 1px solid #d7e2f2;
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
	color: var(--pph-login-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	min-height: 56px;
	outline: none;
	padding: 14px 16px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
	width: 100%;
}

body.pph-login-shell-active input[type="text"]:focus,
body.pph-login-shell-active input[type="password"]:focus,
body.pph-login-shell-active input[type="email"]:focus {
	background: #fff;
	border-color: #6ea2ff;
	box-shadow: 0 0 0 4px rgba(18, 104, 243, 0.12);
}

body.pph-login-shell-active .wp-pwd {
	position: relative;
}

body.pph-login-shell-active .wp-pwd input[type="password"],
body.pph-login-shell-active .wp-pwd input[type="text"] {
	padding-right: 54px;
}

body.pph-login-shell-active .button.wp-hide-pw {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #7b89a1;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	min-height: 40px;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 40px;
}

body.pph-login-shell-active .button.wp-hide-pw:hover,
body.pph-login-shell-active .button.wp-hide-pw:focus {
	background: #eef5ff;
	border-radius: 10px;
	color: var(--pph-login-blue);
}

body.pph-login-shell-active .forgetmenot {
	align-items: center;
	display: flex;
	margin: 0;
}

body.pph-login-shell-active .forgetmenot label {
	align-items: center;
	color: var(--pph-login-muted);
	display: inline-flex;
	font-size: 15px;
	font-weight: 560;
	gap: 9px;
	margin: 0;
}

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

body.pph-login-shell-active input[type="checkbox"]:checked::before {
	content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5L8.2 13.5L15 6.5' stroke='%231268f3' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	height: 14px;
	margin: 2px 0 0 2px;
	width: 14px;
}

body.pph-login-shell-active .submit {
	clear: both;
	margin: 28px 0 0;
	padding: 0;
}

body.pph-login-shell-active #loginform .submit {
	margin-top: 0;
}

body.pph-login-shell-active .submit .button-primary,
body.pph-login-shell-active #wp-submit {
	align-items: center;
	background: linear-gradient(135deg, var(--pph-login-blue) 0%, #075cf0 100%);
	border: 0;
	border-radius: 12px;
	box-shadow: 0 18px 32px rgba(18, 104, 243, 0.2);
	color: #fff;
	display: inline-flex;
	font-family: var(--pph-button-font, inherit);
	font-size: 16px;
	font-weight: var(--pph-button-weight, 650);
	justify-content: center;
	line-height: 1;
	min-height: 58px;
	padding: 0 24px;
	text-shadow: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
	width: 100%;
}

body.pph-login-shell-active #loginform #wp-submit {
	margin-top: 10px;
}

body.pph-login-shell-active .submit .button-primary:hover,
body.pph-login-shell-active .submit .button-primary:focus,
body.pph-login-shell-active #wp-submit:hover,
body.pph-login-shell-active #wp-submit:focus {
	background: linear-gradient(135deg, #075cf0 0%, #004ed8 100%);
	box-shadow: 0 20px 36px rgba(18, 104, 243, 0.27);
	transform: translateY(-1px);
}

body.pph-login-shell-active #nav,
body.pph-login-shell-active #backtoblog,
body.pph-login-shell-active .privacy-policy-page-link {
	color: var(--pph-login-muted);
	font-size: 14px;
	margin: 22px 0 0;
	padding: 0;
	text-align: center;
}

body.pph-login-shell-active .privacy-policy-page-link {
	display: none;
}

body.pph-login-shell-active #nav a,
body.pph-login-shell-active #backtoblog a,
body.pph-login-shell-active .privacy-policy-page-link a {
	color: var(--pph-login-blue);
	font-weight: 620;
	text-decoration: none;
}

body.pph-login-shell-active #nav a:hover,
body.pph-login-shell-active #backtoblog a:hover,
body.pph-login-shell-active .privacy-policy-page-link a:hover {
	color: var(--pph-login-blue-deep);
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

body.pph-login-shell-active #login_error,
body.pph-login-shell-active .message,
body.pph-login-shell-active .success,
body.pph-login-shell-active .notice {
	border: 1px solid var(--pph-login-line);
	border-left: 4px solid var(--pph-login-blue);
	border-radius: 12px;
	box-shadow: none;
	color: #37435a;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 22px;
	padding: 13px 15px;
}

body.pph-login-shell-active #login_error {
	border-left-color: #ef4444;
}

body.pph-login-shell-active .language-switcher {
	align-self: center;
	grid-column: 1;
	margin: 20px 0 0;
}

body.pph-login-shell-active .language-switcher label .dashicons {
	color: var(--pph-login-muted);
}

body.pph-login-shell-active .language-switcher select {
	border: 1px solid var(--pph-login-line);
	border-radius: 10px;
	color: var(--pph-login-muted);
	font-family: inherit;
	min-height: 40px;
}

body.pph-login-shell-active .language-switcher .button {
	border: 1px solid var(--pph-login-line);
	border-radius: 10px;
	color: var(--pph-login-blue);
	font-family: inherit;
	font-weight: 620;
	min-height: 40px;
}

body.pph-login-shell-active .pph-login-visual {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(239, 247, 255, 0.45) 100%),
		url("../images/login/workflow-illustration.png") bottom center / cover no-repeat;
	border: 1px solid rgba(201, 214, 233, 0.72);
	border-radius: 24px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	grid-column: 2;
	min-height: 100%;
	overflow: hidden;
	padding: 48px 48px 34px;
	position: relative;
}

body.pph-login-shell-active .pph-login-visual::before {
	background:
		radial-gradient(circle at 82% 10%, rgba(255, 188, 68, 0.24), transparent 10%),
		radial-gradient(circle at 72% 58%, rgba(18, 104, 243, 0.13), transparent 18%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.pph-login-shell-active .pph-login-visual-copy,
body.pph-login-shell-active .pph-login-steps {
	position: relative;
	z-index: 1;
}

body.pph-login-shell-active .pph-login-visual-copy {
	max-width: 380px;
}

body.pph-login-shell-active .pph-login-visual-copy h2 {
	color: var(--pph-login-ink);
	font-family: var(--pph-heading-font, inherit);
	font-size: 34px;
	font-weight: var(--pph-heading-weight, 680);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 22px;
}

body.pph-login-shell-active .pph-login-visual-copy h2 span {
	color: var(--pph-login-blue);
	display: block;
}

body.pph-login-shell-active .pph-login-visual-copy p {
	color: #4f607a;
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 320px;
}

body.pph-login-shell-active .pph-login-steps {
	display: grid;
	gap: 16px;
	margin-top: 30px;
	max-width: 380px;
	width: 100%;
}

body.pph-login-shell-active .pph-login-step {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(201, 214, 233, 0.76);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(32, 57, 101, 0.09);
	display: flex;
	gap: 14px;
	padding: 15px;
}

body.pph-login-shell-active .pph-login-step-icon {
	align-items: center;
	border-radius: 14px;
	display: inline-flex;
	flex: 0 0 50px;
	height: 50px;
	justify-content: center;
	width: 50px;
}

body.pph-login-shell-active .pph-login-step--blue .pph-login-step-icon {
	background: #e8f1ff;
	color: #1268f3;
}

body.pph-login-shell-active .pph-login-step--green .pph-login-step-icon {
	background: #e7f8ef;
	color: #0f9d67;
}

body.pph-login-shell-active .pph-login-step--orange .pph-login-step-icon {
	background: #fff2df;
	color: #ff8a1f;
}

body.pph-login-shell-active .pph-login-step--purple .pph-login-step-icon {
	background: #f2eafe;
	color: #8738e6;
}

body.pph-login-shell-active .pph-login-step--teal .pph-login-step-icon {
	background: #e5f9f7;
	color: #13a8a2;
}

body.pph-login-shell-active .pph-admin-icon {
	align-items: center;
	display: inline-flex;
	height: var(--pph-admin-icon-size, 20px);
	justify-content: center;
	line-height: 0;
	width: var(--pph-admin-icon-size, 20px);
}

body.pph-login-shell-active .pph-admin-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

body.pph-login-shell-active .pph-login-step strong {
	align-items: center;
	color: var(--pph-login-ink);
	display: flex;
	font-size: 15px;
	font-weight: 680;
	gap: 9px;
	letter-spacing: 0;
	line-height: 1.25;
	margin-bottom: 4px;
}

body.pph-login-shell-active .pph-login-step strong span {
	color: var(--pph-login-blue);
	font-size: 13px;
	font-weight: 740;
}

body.pph-login-shell-active .pph-login-step small {
	color: #63718a;
	display: block;
	font-size: 13px;
	font-weight: 520;
	line-height: 1.35;
}

@media (max-width: 1120px) {
	body.pph-login-shell-active .pph-login-card {
		grid-template-columns: 1fr;
		max-width: 720px;
		min-height: 0;
	}

	body.pph-login-shell-active .pph-login-visual {
		display: none;
	}
}

@media (max-width: 680px) {
	body.pph-login-shell-active .pph-login-shell {
		padding: 14px;
	}

	body.pph-login-shell-active .pph-login-card {
		border-radius: 22px;
		padding: 12px;
		width: 100%;
	}

	body.pph-login-shell-active #login {
		border-radius: 18px;
		padding: 34px 24px;
	}

	body.pph-login-shell-active #login h1.wp-login-logo {
		margin-bottom: 38px;
	}

	body.pph-login-shell-active .pph-login-intro h1 {
		font-size: 32px;
	}

	body.pph-login-shell-active .pph-login-intro p {
		font-size: 15px;
	}
}
