/* OAuth consent page (front-end) */
body.moaiagent-oauth-body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background: #f0f0f1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
}

.moaiagent-oauth-card {
	background: #fff;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	text-align: center;
}

.moaiagent-oauth-card h2 {
	margin-top: 0;
	color: #1d2327;
}

.moaiagent-oauth-user-info {
	background: #f6f7f7;
	padding: 10px;
	border-radius: 4px;
	margin: 20px 0;
}

.moaiagent-oauth-btn {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 2;
	height: 32px;
	padding: 0 12px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.moaiagent-oauth-btn-primary {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	height: 40px;
}

.moaiagent-oauth-btn-primary:hover {
	background: #135e96;
	border-color: #135e96;
}
