/* Account pages — Sign In / Create Account / Coming Soon */

.lcm-account-page {
	display: flex;
	justify-content: center;
	padding: 56px 20px 80px;
	background: #f7f8fa;
}

.lcm-account-card {
	position: relative;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 44px 40px 36px;
	max-width: 440px;
	width: 100%;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.lcm-account-card-center {
	text-align: center;
	max-width: 480px;
}
.lcm-account-accent {
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 5px;
	background: #E6A817;
	border-radius: 14px 14px 0 0;
}
.lcm-account-icon {
	font-size: 42px;
	color: #6B3FA0;
	margin: 8px 0 4px;
}

.lcm-account-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #185FA5;
	margin-bottom: 10px;
}
.lcm-account-card h1 {
	font-size: 26px;
	font-weight: 800;
	color: #1a1a2e;
	margin: 0 0 8px;
}
.lcm-account-sub {
	font-size: 14.5px;
	color: #666;
	line-height: 1.55;
	margin: 0 0 24px;
}

.lcm-account-notice {
	background: #fdecea;
	color: #c0392b;
	border: 1px solid #f5c6cb;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 13.5px;
	margin-bottom: 20px;
}

.lcm-account-form label {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	color: #333;
	margin: 16px 0 6px;
}
.lcm-account-form label:first-of-type { margin-top: 0; }

.lcm-input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
}
.lcm-input:focus {
	outline: none;
	border-color: #185FA5;
	box-shadow: 0 0 0 3px rgba(24, 95, 165, 0.15);
}

.lcm-checkbox-inline {
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	font-weight: 500 !important;
	color: #555;
	margin: 16px 0 !important;
}

.lcm-account-hint {
	font-size: 12.5px;
	color: #c0392b;
	margin: 6px 0 0;
}

.lcm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	text-decoration: none;
	background: #185FA5;
	color: #fff;
}
.lcm-btn:hover { opacity: 0.92; color: #fff; }
.lcm-btn-large { padding: 13px 24px; font-size: 15.5px; }
.lcm-btn-full { width: 100%; margin-top: 22px; }

.lcm-account-links {
	text-align: center;
	margin: 16px 0 0;
	font-size: 13.5px;
}
.lcm-account-links a { color: #185FA5; text-decoration: none; }
.lcm-account-links a:hover { text-decoration: underline; }

.lcm-account-footer {
	text-align: center;
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-size: 14px;
	color: #555;
}
.lcm-account-footer a {
	color: #185FA5;
	font-weight: 600;
	text-decoration: none;
	margin-left: 4px;
}
.lcm-account-footer a:hover { text-decoration: underline; }

/* Honeypot */
.lcm-hp-wrap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Sign In / Sign Out nav link styling now lives in class-lcm-account.php's
   get_nav_link_inline_css(), attached site-wide — not here, since this
   file only loads on the sign-in/create-account pages themselves. */

@media (max-width: 480px) {
	.lcm-account-card { padding: 32px 22px 28px; }
}
