.btn-fayda {
	align-items: center;
	background: linear-gradient(135deg, #4f46e5 0%, #6d28d9 100%);
	border: 1px solid rgb(79 70 229 / 35%);
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-weight: 600;
	justify-content: center;
	min-height: 42px;
	transition:
		transform 160ms ease,
		box-shadow 160ms ease;
}

.btn-fayda::before {
	align-items: center;
	background: rgb(255 255 255 / 18%);
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 50%;
	content: "F";
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	margin-right: 8px;
	width: 24px;
}

.btn-fayda:hover,
.btn-fayda:focus {
	background: linear-gradient(135deg, #4338ca 0%, #5b21b6 100%);
	border-color: rgb(67 56 202 / 45%);
	box-shadow: 0 8px 20px rgb(79 70 229 / 28%);
	color: #fff;
	transform: translateY(-1px);
}

.btn-fayda:focus-visible {
	outline: 3px solid rgb(99 102 241 / 28%);
	outline-offset: 2px;
}

.fayda-signup-option {
	margin-bottom: 1rem;
}

.fayda-auth-actions {
	display: block !important;
	margin: 1.15rem 0 0;
	padding: 0 1.25rem 1.25rem;
	width: 100%;
}

.fayda-auth-actions-signup {
	margin-top: 0;
	padding-top: 1.25rem;
}

.fayda-auth-actions .btn-fayda {
	display: flex !important;
	width: 100%;
}

.fayda-auth-help {
	font-size: 0.75rem;
	line-height: 1.45;
	margin: 0.6rem 0 0;
	text-align: center;
}

.fayda-auth-separator {
	align-items: center;
	color: var(--text-muted, #74808b);
	display: flex;
	font-size: 0.72rem;
	gap: 0.75rem;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.fayda-auth-separator::before,
.fayda-auth-separator::after {
	background: var(--border-color, rgb(116 128 139 / 35%));
	content: "";
	flex: 1;
	height: 1px;
}

.fayda-auth-actions-signup .fayda-auth-separator {
	margin: 1rem 0 0;
}

.fayda-signup-option .fayda-signup-help {
	font-size: 0.75rem;
	line-height: 1.45;
	margin: 0.6rem 0 0;
	text-align: center;
}

.fayda-signup-option .login-divider {
	margin: 1rem 0;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.btn-fayda {
		transition: none;
	}

	.btn-fayda:hover,
	.btn-fayda:focus {
		transform: none;
	}
}
