.maer-api-public {
	max-width: 860px;
	margin: 0 auto;
	padding: 24px 16px;
	font-size: 15px;
	line-height: 1.6;
}

.maer-api-public h1,
.maer-api-public h2,
.maer-api-public h3 {
	margin-top: 1.6em;
}

.maer-api-public table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}

.maer-api-public table th,
.maer-api-public table td {
	border: 1px solid #dcdcde;
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
}

.maer-api-public table th {
	background: #f6f7f7;
}

.maer-api-public .maer-code {
	background: #1e1e1e;
	color: #e6e6e6;
	padding: 12px 16px;
	border-radius: 4px;
	overflow-x: auto;
	font-size: 13px;
	line-height: 1.5;
}

.maer-api-gate {
	max-width: 420px;
}

.maer-gate-error {
	color: #8a1f1f;
	font-weight: 600;
}

.maer-gate-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.maer-gate-form input[type="password"] {
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 12px;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-sizing: border-box;
}

.maer-gate-form button {
	background: #1e1e1e;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 16px;
	cursor: pointer;
}

.maer-gate-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	margin-bottom: 16px;
	background: #f0f0f1;
	border-radius: 4px;
	font-size: 13px;
}

.maer-logout-btn {
	background: transparent;
	color: #1e1e1e;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 12px;
	cursor: pointer;
}
