@charset "utf-8";

:root {
	--theme-color: #027dff;
	--theme-color-hover: #2055ee;
	--theme-color-tint: #133fc0;
	--text-primary: #000;
	--text-secondary: #34495e;
	--text-tertiary: #505d6b;
	--text-quaternary: #979593;
	--line-primary: #e5e5e5;
	--line-secondary: #d1d1d1;
	--line-tertiary: #a6a6a6;
	--line-quaternary: #808080;
	--bg: #fff;
	--bg-secondary: #f5f5f5
}

.dark {
	--text-primary: #fff;
	--text-secondary: #d6d6d6;
	--text-tertiary: #adadad;
	--text-quaternary: #858585;
	--line-primary: #3d3d3d;
	--line-secondary: #484644;
	--line-tertiary: #808080;
	--line-quaternary: #a6a6a6;
	--bg: #1e1e1e;
	--bg-secondary: #242424
}

.sidebar::-webkit-scrollbar {
	width: 5px
}

.sidebar::-webkit-scrollbar-thumb {
	background-color: var(--black-translucent-30);
	border-radius: 4px
}

.sidebar::-webkit-scrollbar-thumb:hover {
	background-color: var(--black-translucent-50)
}

.sidebar::-webkit-scrollbar-thumb:active {
	background-color: var(--theme-color)
}

body {
	background-color: var(--bg);
	color: var(--text-secondary)
}

.nav>.container {
	border-block-end: 1px solid var(--line-primary);
	box-shadow: var(--white-translucent-10) 0 0 6px;
	background-color: var(--white-translucent-10);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.home .nav_unit_sidebar {
	display: none
}

.home .nav_menu .nav_unit:nth-child(2) {
	border-top: none
}

main {
	padding-top: 80px
}

.anchor {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.overlay {
	content: "";
	z-index: 975;
	display: none;
	position: fixed;
	height: calc(100% - 80px);
	width: 100%;
	top: 80px;
	left: 0;
	background: rgb(0 0 0 / 30%);
	cursor: pointer
}

@media screen and (max-width:768px) {
	.oclose .overlay {
		display: block;
		height: calc(100% - 64px);
		top: 64px
	}

	main {
		padding-top: 64px
	}
}

section.cover {
	min-height: 100%;
	background: none !important;
	overflow: hidden
}

section.cover::before,
section.cover::after {
	content: '';
	z-index: -2;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

section.cover::before {
	background-image: linear-gradient(to right, var(--bg) 1px, transparent 1px), linear-gradient(to bottom, var(--black-translucent-10) .5px, transparent .5px);
	background-size: 3px 20px
}

section.cover::after {
	background-image: linear-gradient(to bottom, var(--bg) 1px, transparent 1px), linear-gradient(to right, var(--black-translucent-10) .5px, transparent .5px);
	background-size: 20px 3px
}

section.cover .mask::after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, var(--black-translucent-10) .5px, transparent .5px), linear-gradient(to bottom, var(--black-translucent-10) .5px, transparent .5px);
	background-size: 60px 60px;
	background-repeat: repeat;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

section.cover h1 {
	font-size: 32px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 15px;
	letter-spacing: 1.5px;
	text-shadow: .1rem .1rem .4rem rgb(0 0 0 / 20%)
}

section.cover blockquote {
	font-size: 18px;
	letter-spacing: .5px;
	text-shadow: .1rem .1rem .2rem rgb(0 0 0 / 20%)
}

section.cover p {
	margin-bottom: 30px
}

section.cover .cover-main>p:last-child a {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 20px;
	padding: 12px 24px;
	border-radius: 8px;
	border-color: var(--theme-color);
	background-color: var(--bg)
}

section.cover .cover-main>p a:first-child {
	-webkit-transition: background-color 0ms;
	-moz-transition: background-color 0ms;
	-o-transition: background-color 0ms;
	transition: background-color 0ms
}

section.cover .cover-main>p:last-child a:hover {
	border-color: var(--theme-color-hover);
	color: var(--theme-color-hover)
}

section.cover .cover-main>p:last-child a:last-child {
	background-color: var(--theme-color)
}

section.cover .cover-main>p:last-child a:last-child:hover {
	border-color: var(--theme-color-hover);
	background-color: var(--theme-color-hover);
	color: #fff;
	opacity: 1
}

@media screen and (max-width:768px) {
	section.cover .cover-main img {
		width: 90px
	}

	section.cover h1 {
		font-size: 28px
	}

	section.cover .cover-main>p:last-child a {
		font-size: 14px;
		padding: 8px 18px
	}
}

.sidebar {
	z-index: 979;
	left: auto;
	right: 0;
	margin-top: 80px;
	padding-top: 20px;
	border-left: 1px solid var(--line-primary);
	border-right: 0;
	background-color: var(--bg-secondary)
}

.home .sidebar {
	display: none;
	visibility: hidden
}

body.oclose .sidebar {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-o-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px)
}

.sidebar>h1 a {
	color: var(--text-secondary)
}

.sidebar ul {
	margin: 0 20px 0 20px
}

.app-sub-sidebar li::before {
	color: var(--text-tertiary)
}

.sidebar li>p {
	color: var(--text-secondary)
}

.sidebar ul li+ul li::before {
	content: '-';
	float: left;
	padding-right: 4px
}

.sidebar ul li.active::before {
	color: var(--theme-color)
}

.sidebar ul li a {
	padding-left: 12px;
	color: var(--text-tertiary)
}

.sidebar ul li a:hover {
	color: var(--theme-color-hover)
}

.sidebar ul li.active>a {
	border: 0;
	color: var(--theme-color)
}

.sidebar ul li.active>a::before {
	content: '';
	position: absolute;
	height: 28px;
	width: 2px;
	left: 0;
	background: var(--theme-color)
}

.sidebar .app-name {
	font-weight: 400;
	margin: 20px 30px 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line-secondary);
	letter-spacing: 1px
}

.sidebar .app-name img {
	height: 70px;
	width: 70px
}

.sidebar-toggle {
	display: none
}

body.oclose .sidebar-toggle {
	width: auto
}

@media screen and (max-width:768px) {
	.sidebar {
		left: auto;
		right: -300px;
		margin-top: 64px;
		-webkit-transition: transform 300ms ease-out;
		-moz-transition: transform 300ms ease-out;
		-o-transition: transform 300ms ease-out;
		transition: transform 300ms ease-out
	}

	body.oclose .sidebar {
		-webkit-transform: translateX(-300px);
		-moz-transform: translateX(-300px);
		-o-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px)
	}
}

.content {
	top: 80px;
	left: 0;
	right: 300px;
	padding-top: 0;
	-webkit-transition: right 300ms ease;
	-moz-transition: right 300ms ease;
	-o-transition: right 300ms ease;
	transition: right 300ms ease
}

.home .content {
	right: 0
}

body.oclose .content {
	right: 0
}

.markdown-section {
	width: 80%;
	max-width: 1180px;
	padding-top: 50px
}

.markdown-section>* {
	padding-left: 18px
}

.markdown-section h1,
.markdown-section h2 {
	font-size: 22px;
	margin: 60px 0 20px;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none
}

.markdown-section h1::before,
.markdown-section h2::before {
	display: inline-block;
	position: relative;
	content: "";
	width: 3px;
	height: 20px;
	top: 3px;
	left: -15px;
	border-radius: 3px;
	background-color: var(--theme-color)
}

.markdown-section h3 {
	font-size: 20px;
	margin: 40px 0 20px
}

.markdown-section h4 {
	font-size: 16px;
	margin: 25px 0 15px
}

.markdown-section h4>a {
	font-weight: 700
}

.markdown-section p {
	font-size: 16px;
	line-height: 2rem;
	margin: 12px 0;
	word-spacing: 0
}

.markdown-section ul,
.markdown-section ol {
	font-size: 16px;
	margin-left: 18px;
	padding-left: 0;
	line-height: 2rem;
	word-spacing: 0
}

.markdown-section li {
	margin-left: 18px;
	padding-left: 10px;
	list-style-type: disc
}

.markdown-section a {
	font-weight: 400;
	color: var(--theme-color)
}

.markdown-section h1 a,
.markdown-section h2 a,
.markdown-section h3 a {
	font-weight: 600
}

.markdown-section a:hover {
	text-decoration: underline;
	color: var(--theme-color-hover)
}

.markdown-section .anchor:hover span {
	color: var(--theme-color-hover)
}

.markdown-section img {
	margin-left: 27px;
	pointer-events: none
}

.markdown-section table {
	margin: 12px 0
}

.markdown-section thead {
	font-weight: 600;
	background-color: var(--black-translucent-10)
}

.markdown-section th {
	padding: 10px 18px;
	border: 1px solid var(--line-secondary)
}

.markdown-section tr {
	border-top: 1px solid var(--line-secondary)
}

.markdown-section tbody tr,
.markdown-section tr:nth-child(2n) {
	background-color: var(--black-translucent-2)
}

.markdown-section td {
	min-width: 120px;
	padding: 10px 18px;
	border: 1px solid var(--line-primary)
}

.markdown-section td>i {
	display: inline-block;
	width: 22px;
	text-align: center
}

.markdown-section hr {
	border-color: var(--line-primary)
}

.markdown-section details {
	padding-left: 0
}

.markdown-section details>summary {
	list-style: none
}

.markdown-section details>summary::-webkit-details-marker {
	display: none
}

.markdown-section details blockquote {
	display: inline-block;
	position: relative;
	font-size: 10px !important;
	font-weight: 600;
	min-width: 80px;
	top: -2px;
	margin: 0;
	margin-left: 10px;
	padding: 2px 8px;
	border: 1px solid var(--theme-color);
	border-radius: 4px;
	line-height: 16px;
	text-align: center;
	color: var(--theme-color);
	cursor: pointer
}

.markdown-section details blockquote:hover,
.markdown-section details[open] blockquote {
	background-color: var(--theme-color);
	color: #fff
}

.markdown-section details blockquote::before {
	content: 'show license'
}

.markdown-section details[open] blockquote::before {
	content: 'hide license'
}

.markdown-section code {
	color: var(--theme-color)
}

.markdown-section code,
.markdown-section pre {
	background-color: var(--bg-secondary)
}

.markdown-section pre {
	margin-left: 18px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.markdown-section details>pre {
	margin-left: 45px
}

.markdown-section pre::after,
.markdown-section output::after {
	display: none
}

.markdown-section pre>code {
	color: var(--text-tertiary)
}

.markdown-section .icon_external {
	position: relative;
	font-size: 10px;
	top: -4px;
	padding-left: 2px
}

.anchor span {
	color: var(--text-secondary)
}

@media screen and (max-width:768px) {
	body.oclose .content {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.markdown-section {
		width: 100%;
		padding-top: 30px
	}

	.markdown-section h1,
	.markdown-section h2 {
		font-size: 20px;
		margin: 40px 0 20px
	}

	.markdown-section h3 {
		font-size: 18px;
		margin: 30px 0 20px
	}
}

.home .markdown-section h1 {
	font-size: 32px;
	padding-left: 0;
	text-align: center
}

.home .markdown-section h1::before {
	display: none
}

.km_wrapper {
	min-width: 320px;
	margin: 50px auto 80px;
	padding: 0
}

.km_column {
	display: flex;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 48px
}

.ks_grid {
	max-width: 16.66667%;
	-webkit-flex-basis: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%;
	padding: 0 10px
}

.ks_grid a {
	display: flex;
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
	flex-direction: column;
	gap: 16px;
	color: var(--text-secondary)
}

.ks_grid a:hover {
	color: var(--text-secondary)
}

.ks_img {
	position: relative;
	height: 80px;
	width: 80px;
	min-width: 80px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden
}

.ks_img img {
	max-width: 100%;
	margin-left: 0;
	pointer-events: none
}

.ms_grid {
	max-width: 33.33333%;
	-webkit-flex-basis: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	padding: 0 18px
}

.ms_grid a {
	display: flex;
	font-size: 16px;
	padding: 40px 8.33333%;
	border-radius: 18px;
	text-align: center;
	flex-direction: column;
	word-break: break-word;
	gap: 20px;
	box-shadow: 8px 8px 16px 0 rgb(0 0 0 / 10%);
	background-color: var(--black-translucent-5);
	color: var(--theme-color);
	-webkit-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
	-moz-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
	-o-transition: transform 300ms cubic-bezier(0, 0, 0.5, 1);
	transition: transform 300ms cubic-bezier(0, 0, 0.5, 1)
}

.ms_grid a:hover {
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	-moz-transform: scale3d(1.02, 1.02, 1.02);
	-o-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
	color: var(--theme-color-hover)
}

.ms_img {
	position: relative;
	height: 48px;
	width: 48px;
	min-width: 48px;
	margin: 0 auto
}

.ms_img img {
	max-width: 100%;
	margin-left: 0;
	pointer-events: none
}

@media screen and (max-width:1279px) {
	.km_column {
		max-width: 652px
	}

	.ks_grid {
		max-width: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.ms_grid {
		max-width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media screen and (max-width:767px) {
	.home .markdown-section h1 {
		font-size: 28px
	}

	.km_wrapper {
		margin: 30px auto 50px
	}

	.km_column {
		max-width: 483px;
		row-gap: 24px
	}

	.ks_grid {
		max-width: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.ms_grid {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.product {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px
}

.product p {
	margin: 0
}

.product_image {
	position: relative;
	height: 80px;
	width: 80px;
	min-width: 80px;
	border-radius: 12px;
	overflow: hidden
}

.product_image img {
	margin-left: 0
}

.product_description {
	position: relative
}

.product_name h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 4px;
	line-height: 2.4rem
}

.product_name h1::before {
	display: none
}

.product_text p {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1.4rem
}

.product_link p {
	font-size: 14px
}

@media screen and (max-width:768px) {
	.product {
		gap: 35px
	}
}

.footer {
	font-size: 12px;
	padding-left: 10px;
	line-height: 22px;
	white-space: nowrap;
	color: var(--text-quaternary)
}

.footer li {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
	padding-left: 0;
	list-style: none
}

.footer li:nth-child(n+4)::before {
	content: "|";
	margin-right: 10px
}

.footer a {
	color: var(--text-quaternary)
}