.sales-login-page {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at 8% 5%, rgb(0 13 68 / 0.09), transparent 28rem),
		radial-gradient(circle at 92% 100%, rgb(111 208 60 / 0.07), transparent 24rem),
		#eef3f9;
	color: #0f172a;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.sales-login-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 2rem 1rem;
}

.sales-login-card {
	width: min(100%, 30rem);
	border: 1px solid #d8e0eb;
	border-radius: 0.875rem;
	background: #ffffff;
	box-shadow: 0 20px 50px rgb(15 23 42 / 0.12);
	overflow: hidden;
}

.sales-login-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: 7rem;
	padding: 1.75rem 2rem;
	background: #000d44;
}

.sales-login-logo {
	display: block;
	width: auto;
	max-width: 10.75rem;
	max-height: 3.5rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.sales-login-system-status {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: rgb(255 255 255 / 0.72);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.065em;
	text-transform: uppercase;
	white-space: nowrap;
}

.sales-login-system-status span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #6fd03c;
	box-shadow: 0 0 0 0.2rem rgb(111 208 60 / 0.16);
}

.sales-login-card-body {
	padding: 2.5rem 2.25rem 2.25rem;
}

.sales-login-heading {
	margin-bottom: 1.75rem;
}

.sales-login-heading p {
	margin: 0 0 0.5rem;
	color: #000d44;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.sales-login-heading h1 {
	margin: 0 0 0.5rem;
	font-size: 1.75rem;
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.sales-login-heading span {
	color: #64748b;
	font-size: 0.925rem;
}

.sales-login-alert {
	margin-bottom: 1.25rem;
	font-size: 0.85rem;
}

.sales-login-field {
	margin-bottom: 1.125rem;
}

.sales-login-field label {
	display: block;
	margin-bottom: 0.45rem;
	color: #0f172a;
	font-size: 0.82rem;
	font-weight: 650;
}

.sales-login-field .form-control {
	height: 3.125rem;
	padding: 0.75rem 0.95rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.5rem;
	background: #ffffff;
	color: #0f172a;
	font-size: 0.925rem;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sales-login-field .form-control::placeholder {
	color: #94a3b8;
}

.sales-login-field .form-control:focus {
	border-color: #000d44;
	box-shadow: 0 0 0 0.2rem rgb(0 13 68 / 0.11);
}

.sales-login-password-wrap {
	position: relative;
}

.sales-login-password-wrap .form-control {
	padding-right: 3.5rem;
}

.sales-login-password-wrap button {
	position: absolute;
	right: 0.85rem;
	top: 50%;
	padding: 0.25rem;
	border: 0;
	background: transparent;
	color: #475569;
	font-size: 0.75rem;
	font-weight: 700;
	transform: translateY(-50%);
}

.sales-login-password-wrap button:hover,
.sales-login-password-wrap button:focus-visible {
	color: #000d44;
}

.sales-login-submit {
	width: 100%;
	height: 3.125rem;
	margin-top: 0.375rem;
	border: 1px solid #000d44;
	border-radius: 0.5rem;
	background: #000d44;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 650;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.sales-login-submit:hover,
.sales-login-submit:focus {
	border-color: #071b57;
	background: #071b57;
	color: #ffffff;
}

.sales-login-security-note {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 0.75rem;
	line-height: 1.5;
}

.sales-login-security-note svg {
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
	margin-top: 0.05rem;
	fill: #64748b;
}

.sales-login-footer {
	color: #64748b;
	font-size: 0.72rem;
	text-align: center;
}

@media (max-width: 575px) {
	.sales-login-shell {
		padding: 1rem;
	}

	.sales-login-card-header {
		min-height: 6.25rem;
		padding: 1.5rem;
	}

	.sales-login-logo {
		max-width: 9rem;
		max-height: 3rem;
	}

	.sales-login-system-status {
		font-size: 0;
	}

	.sales-login-card-body {
		padding: 2rem 1.5rem 1.75rem;
	}
}
