a{color:#06c}body{font-family:Helvetica,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.875em;margin:0 auto;max-width:600px;padding:.3em 20px;user-select:none;word-break:break-all}code{background-color:#eaecef;border-radius:5px;display:block;padding:5px 10px}hr{border:1px solid #eaecef}h1,h2{border-bottom:1px solid #eaecef;line-height:initial;padding-bottom:.3em}h1{font-size:1.75em;text-align:center}h2{font-size:1.25em}table{border-collapse:collapse;margin:0 auto;text-align:center;word-break:break-word}tbody{text-align:left}td,th{border:1px solid #eaecef;min-width:200px;padding:0 .5rem}thead td,thead th{background-color:#eaecef}.table-wrapper{overflow:auto}@media (prefers-color-scheme:dark){:root{color-scheme:dark}*{scrollbar-color:rgba(255,255,255,.25) #35363a}a{color:#569cd6}body{background-color:#35363a;color:#fff}code,thead td,thead th{background-color:rgba(255,255,255,.1)}h1,h2,hr,td,th{border-color:rgba(255,255,255,.1)}}a {
	color:#06c;
}

body {
	font-family:Helvetica,"PingFang SC","Microsoft YaHei",sans-serif;
	line-height:1.875em;
	margin:0 auto;
	max-width:600px;
	padding:.3em 20px;
	user-select:none;
	word-break:break-all;
}

code {
	background-color:#eaecef;
	border-radius:5px;
	display:block;
	padding:5px 10px;
}

hr {
	border:1px solid #eaecef;
}

h1,h2 {
	border-bottom:1px solid #eaecef;
	line-height:initial;
	padding-bottom:.3em;
}

h1 {
	font-size:1.75em;
	text-align:center;
}

h2 {
	font-size:1.25em;
}

table {
	border-collapse:collapse;
	margin:0 auto;
	text-align:center;
	word-break:break-word;
}

tbody {
	text-align:left;
}

td,th {
	border:1px solid #eaecef;
	min-width:200px;
	padding:0 .5rem;
}

thead td,thead th {
	background-color:#eaecef;
}

.table-wrapper {
	overflow:auto;
}

@media (prefers-color-scheme:dark) {
	:root {
	color-scheme:dark;
}

* {
	scrollbar-color:rgba(255,255,255,.25) #35363a;
}

a {
	color:#569cd6;
}

body {
	background-color:#35363a;
	color:#fff;
}

code,thead td,thead th {
	background-color:rgba(255,255,255,.1);
}

h1,h2,hr,td,th {
	border-color:rgba(255,255,255,.1);
}