.gymgo-login-widget,
.gymgo-login-tabs {
	background: transparent;
	border: none;
	box-shadow: none;
	max-width: 420px;
	color: #0f0f0f;
}

.gymgo-login-widget {
	padding: 0;
}

.gymgo-login-widget button,
.gymgo-tab-panels button[type="submit"] {
	margin-top: 10px;
	margin-right: 0;
	width: 100%;
	padding: 12px 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.gymgo-login-widget button:hover,
.gymgo-tab-panels button[type="submit"]:hover {
	transform: translateY(-1px);
	margin-right: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gymgo-google-btn {
	background: #fff;
	margin-right: 0;
	border: 1px solid #dfe1e5;
	color: #202124;
	margin-right: 0;
	margin-bottom: 28px;
}
.gymgo-tab-panels button[type="submit"] {
	background: #f7f7f9;
	border: 1px solid #e6e6ea;
	margin-right: 0;
	box-shadow: none;
}

.gymgo-tab-panels button[type="submit"]:hover {
	background: #ffffff;
	box-shadow: none;
}

.gymgo-tab-panels button[type="submit"]:active {
	transform: translateY(0);
	box-shadow: none;
}

.gymgo-google-icon {
	background: #fff;
	border-radius: 4px;
	padding: 0;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gymgo-google-icon img {
	width: 18px;
	height: 18px;
	display: block;
}

.gymgo-email-form {
	margin-top: 0;
	padding-top: 10px;
	display: grid;
	gap: 14px;
}

.gymgo-login-note {
	margin: 6px 0;
	padding: 10px 12px;
	background: transparent;
	border: none;
	border-radius: 6px;
	font-size: 12.5px;
	color: #444;
	line-height: 1.45;
	text-align: center;
	font-weight: 600;
	box-shadow: none;
}

.gymgo-email-form label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-align: left;
}

.gymgo-email-form input {
	width: 100%;
	padding: 11px 12px;
	margin-top: 6px;
	color: #0f0f0f;
	background: rgba(15, 15, 15, 0.04);
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gymgo-email-form input:focus {
	outline: none;
	border-color: #111;
	box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.18);
}

.gymgo-password-hint {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 4px;
	font-weight: 400;
}

/* Password requirements list */
.gymgo-password-requirements {
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #666;
}

#gymgo-tab-2 .gymgo-password-requirements {
	display: block;
}

.gymgo-login-widget[data-mode="register"] .gymgo-password-requirements {
	display: block;
}

.gymgo-password-requirements li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
	line-height: 1.4;
}

.gymgo-password-requirements li::before {
	content: '○';
	position: absolute;
	left: 0;
	color: #999;
}

.gymgo-password-requirements li.is-valid::before {
	content: '✓';
	color: #22c55e;
}

.gymgo-confirm-password-field {
	display: none;
}

#gymgo-tab-2 .gymgo-confirm-password-field {
	display: block;
}

.gymgo-login-widget[data-mode="register"] .gymgo-confirm-password-field {
	display: block;
}

.gymgo-login-status {
	margin-top: 10px;
	min-height: 1.2rem;
	color: #0f0f0f;
	font-size: 13px;
	font-weight: 600;
}

.gymgo-login-status.is-error {
	color: #b00020;
}

/* Account menu when logged in */
.gymgo-account-menu {
	border: 1px solid #ddd;
	padding: 0.9rem 1rem;
	max-width: 320px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gymgo-account-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gymgo-account-menu li {
	margin: 0.35rem 0;
}

.gymgo-account-menu a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.gymgo-account-menu a:hover {
	text-decoration: underline;
}

/* Tabs layout */
.gymgo-login-tabs {
	background: transparent;
	width: 100%;
}

.gymgo-tab-headers {
	display: flex;
	gap: 10px;
	padding: 14px 0 6px;
	justify-content: center;
	background: transparent;
}

.gymgo-tab-btn {
	flex: 0 1 auto;
	margin-right: 0;
	min-width: 140px;
	padding: 10px 16px;
	border: 1px solid #d8d8d8;
	background: transparent;
	border-radius: 6px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #111;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.gymgo-tab-btn:hover {
	transform: translateY(-1px);
}

.gymgo-tab-btn.is-active {
	background: #111;
	color: #fff;
	border-color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gymgo-tab-panels {
	padding: 0 0 18px;
	background: transparent;
}

.gymgo-tab-panel {
	display: none;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.gymgo-tab-panel.is-active {
	display: block;
	opacity: 1;
	transform: translateY(0);
	animation: gymgo-tab-pop 0.22s ease;
}

@keyframes gymgo-tab-pop {
	0% { opacity: 0; transform: translateY(6px) scale(0.995); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Mobile responsive */
@media (max-width: 480px) {
	.gymgo-login-widget,
	.gymgo-login-tabs {
		max-width: 100%;
	}

	.gymgo-login-widget button,
	.gymgo-tab-panels button[type="submit"] {
		padding: 14px 12px;
		font-size: 15px;
		min-height: 48px;
	}

	.gymgo-tab-headers {
		gap: 8px;
		padding: 10px 0 6px;
	}

	.gymgo-tab-btn {
		min-width: 120px;
		padding: 12px 14px;
		font-size: 12px;
		min-height: 44px;
	}

	.gymgo-email-form {
		gap: 12px;
	}

	.gymgo-email-form input {
		padding: 13px 12px;
		font-size: 16px; /* Prevents iOS zoom on focus */
		min-height: 48px;
	}

	.gymgo-email-form label {
		font-size: 14px;
	}

	.gymgo-login-status {
		font-size: 12px;
		line-height: 1.4;
	}

	.gymgo-google-btn {
		margin-bottom: 20px;
	}
}
