/**
 * StarRO — Login & Register (flat modern)
 */
.starro-auth-stack {
	font-family: Inter, system-ui, -apple-system, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.starro-auth-stack .starro-auth-card {
	border-radius: 0.75rem;
	border: 1px solid #f0f0f0;
	background: #fff;
	box-shadow: none;
}

.starro-auth-stack fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.starro-auth-stack .date-field select {
	margin-right: 0.3rem;
	margin-bottom: 0.25rem;
	border-radius: 0.5rem;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	padding: 0.5rem 0.65rem;
	font-size: 1rem;
	color: #111827;
}

.starro-auth-stack .date-field select:focus {
	outline: none;
	border-color: #2d55d4;
	background: #fff;
}

.starro-auth-stack .security-code img {
	border-radius: 0.5rem;
	border: 1px solid #e5e5e5;
}

.starro-auth-stack .g-recaptcha {
	transform-origin: top left;
}

@media (max-width: 400px) {
	.starro-auth-stack .g-recaptcha {
		transform: scale(0.88);
	}
}

body.starro-embed .starro-auth-stack {
	padding-bottom: 1rem;
}

body.starro-embed-register .starro-auth-stack--modal-register {
	padding-bottom: 1rem;
}

.starro-auth-stack--modal-register {
	font-family: Inter, system-ui, -apple-system, sans-serif;
}

.starro-auth-stack--modal-register .starro-auth-card {
	box-shadow: none;
}
