#archives {
	margin: auto;
	margin-top: 100px;
	padding: 20px;
}
#archives .categories-tags {
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
	text-align: center;
	width: 100%;
}
#archives .categories-tags span {
	display: inline-block;
	margin: 10px;
}
#archives .categories-tags span .icon {
	color: #fff;
	margin-left: 0;
	margin-right: 10px;
}
#archives .categories-tags span a {
	border: #ffffff80 1px solid;
	border-radius: 10px;
	color: #fff;
	padding: 10px 15px;
	transition:
		background 0.25s,
		border 0.25s,
		color 0.25s;
}
html[data-theme="dark"] #archives .categories-tags span a {
	background: var(--tag-color-dark, var(--tag-color-light));
}
#archives .categories-tags span a:hover {
	background: #fff !important;
	border: #a5c2f5 1px solid;
	color: #5c6b72;
}
#archives .category,
#archives .tags .tag,
.article .info .category,
.article .info .tags,
.article .info .tags .tag {
	display: inline-block;
	margin-right: 10px;
}
#archives h3 {
	margin: 10px 0;
}
#crypto {
	margin: 50px 0;
}
#crypto.failure {
	border-color: #ea4a5a;
	color: #ea4a5a;
}
#crypto.failure:focus {
	box-shadow: 0 0 0 3px #ea4a5a4d;
}
#crypto.success {
	border-color: #34d058;
	color: #34d058;
}
#footer {
	font-size: 14px;
	margin-top: 150px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}
#footer #footer-icon {
	color: #66afef;
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
}
#footer #footer-wrap {
	border-top: 1px solid #aaa;
	color: #5c6b72;
	margin: auto;
	width: 900px;
}
#footer #footer-wrap div {
	margin: 15px;
}
#home-card {
	width: 300px;
}
#home-card #card-style {
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 20px #d9d9d980;
	display: flex;
	flex-direction: column;
	max-height: 80vh;
	justify-content: center;
	overflow: auto;
	position: sticky;
	text-align: center;
	top: 10vh;
	width: 300px;
}
#home-card #card-div {
	overflow: auto;
	padding: 25px 0;
}
#home-card #card-div .avatar {
	border: #f1f1f1 solid 3px;
	border-radius: 50%;
	height: 140px;
	margin: auto;
	text-align: center;
	width: 140px;
}
#home-card #card-div .avatar img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
#home-card #card-div .avatar:hover img {
	transform: rotate(360deg);
}
#home-card #card-div .description {
	margin: 20px auto;
	width: 85%;
}
#home-card #card-div .friend-links .friend-link {
	margin-bottom: 5px;
}
#home-card #card-div .friend-links a {
	border-radius: 5px;
	color: #5c6b72;
	display: block;
	padding: 8px 0;
}
#home-card #card-div .icon-links .icon-link {
	margin: 5px;
}
#home-card #card-div .icon-links a {
	border-radius: 5px;
	color: #5c6b72;
	font-size: 18px;
	padding: 5px;
}
#home-card #card-div .icon-links a:hover,
#home-card #card-div .friend-links a:hover,
#home-posts .page-current .page-num:hover {
	background: #66afef;
	color: #fff;
}
#home-card #card-div .icon-links,
#home-card #card-div .friend-links {
	border-top: #cdcdcd solid 1px;
	margin: 10px auto;
	padding-top: 10px;
	width: 85%;
}
#home-card #card-div .name {
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto;
}
#home-head {
	display: flex;
	height: 100vh;
	width: 100vw;
}
#home-head #home-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}
#home-head #home-info .info {
	align-items: center;
	background: #0b1220;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	text-align: center;
}
#home-head #home-info .info .wrap,
#home-head #home-info .info .wrap h1,
#home-head #home-info .info .wrap h3,
#home-head #home-info .info .wrap h5 {
	color: #fff;
}
#home-head #home-info .loop:nth-child(1) {
	animation: loop1 10s linear infinite;
	background: #0b1220;
	border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
	opacity: 0.3;
	transform: rotate(30deg);
}
#home-head #home-info .loop:nth-child(2) {
	animation: loop2 15s linear infinite;
	background: #0b1220;
	border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
	opacity: 0.45;
	transform: rotate(60deg);
}
#home-head #home-info .loop:nth-child(3) {
	animation: loop3 10s linear infinite;
	background: #0b1220;
	border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
	opacity: 0.3;
	transform: rotate(90deg);
}
#home-head #home-info .loop:nth-child(4) {
	animation: loop4 15s linear infinite;
	background: #0b1220;
	border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
	opacity: 0.45;
	transform: rotate(120deg);
}
#home-head #home-info,
#home-posts {
	margin: auto;
}
#home-posts .page-current {
	align-items: center;
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}
#home-posts .page-current .current {
	border-radius: 5px;
	color: #da0a51;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 7px;
	padding: 5px;
	width: 35px;
}
#home-posts .page-current .page-num,
#home-posts .page-current .page-omit {
	border-radius: 5px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 7px;
	padding: 5px;
	width: 35px;
}
#home-posts .page-current a {
	color: #999;
}
#home-posts .post {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px #d9d9d980;
	transition:
		box-shadow 0.25s,
		transform 0.25s;
}
#home-posts .post .category-and-date {
	color: #5c6b72;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
#home-posts .post .category-and-date .category {
	display: inline-block;
	margin-right: 25px;
}
#home-posts .post .category-and-date .category a,
#archives a,
#archives .tag-icon,
#archives .item-time,
#archives .categories-tags span a:hover .icon,
.article .info a {
	color: #5c6b72;
}
#home-posts .post .category-and-date .date,
#archives .tags,
#menu #desktop-menu a span {
	display: inline-block;
}
#home-posts .post .category-and-date .special {
	display: inline-block;
	margin-left: 25px;
}
#home-posts .post .go-post {
	background: #7d90a7;
	border: 1px solid #889ab0;
	border-radius: 20px 0;
	bottom: -5px;
	box-shadow: 0 2px 6px #5060702b;
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 600;
	padding: 10px 24px;
	position: absolute;
	right: -5px;
	transition:
		background 0.25s ease-out,
		box-shadow 0.25s ease-out,
		right 0.25s ease-out;
}
#home-posts .post .go-post:hover {
	background: #7588a0;
	box-shadow: 0 3px 8px #5060703d;
	right: -7px;
}
#home-posts .post .post-tags .tag {
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}
#home-posts .post .post-tags a {
	font-size: 14px;
}
html[data-theme="dark"] #home-posts .post .post-tags .tag a,
html[data-theme="dark"] #archives .info .tags .tag a {
	color: var(--tag-color-dark, var(--tag-color-light));
}
#home-posts .post .post-tags,
#archives .info,
.article .info {
	line-height: 1.7;
}
#home-posts .post-title {
	color: #66afef;
	text-align: center;
}
#home-posts .post:hover {
	box-shadow: 0 0 5px #d9d9d9;
	transform: translate(-5px, -5px);
}
#home-posts-wrap {
	background: transparent;
	border-radius: 10px;
	display: flex;
	margin: auto;
	padding: 20px;
}
#home-posts-wrap,
#archives,
.article,
#footer #footer-wrap {
	box-sizing: border-box;
}
#loading {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	word-break: keep-all;
	z-index: 2147483647;
}
#loading h2,
#loading p,
#loading img {
	margin: 10px;
}
#loading img {
	border-radius: 0;
	height: 240px;
	margin-top: 60px;
}
#loading-circle {
	align-items: center;
	border: 10px solid #a3ddfb;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 50vmin;
	justify-content: center;
	padding: 50px;
	text-align: center;
	width: 50vmin;
}
#main {
	margin-right: calc(100% - 100vw);
}
#menu {
	background: #92cafa;
	box-shadow: 0 -1px 10px 0 #9e9e9e4d;
	font-weight: bold;
	line-height: 50px;
	position: fixed;
	top: 0;
	transition:
		background 0.25s ease-out,
		top 0.25s ease-out;
	width: 100vw;
	z-index: 1004;
}
#menu #desktop-menu {
	height: 50px;
}
#menu #desktop-menu .title {
	color: #555;
	display: inline-block;
	margin-left: 60px;
	margin-right: 5px;
}
#menu #desktop-menu a {
	color: #555;
	display: inline-block;
	margin-left: 30px;
}
#menu #desktop-menu a.theme-toggle {
	cursor: pointer;
}
#menu #mobile-menu {
	min-height: 50px;
	text-align: center;
}
#menu #mobile-menu .items {
	padding: 10px 0 20px;
	z-index: 1002;
}
#menu #mobile-menu .items .item {
	display: flex;
	justify-content: center;
	margin: auto;
	min-width: 200px;
	width: 80%;
}
#menu #mobile-menu .items a {
	color: #555;
}
#menu #mobile-menu .items a.theme-toggle {
	cursor: pointer;
}
#menu #mobile-menu .title {
	color: #555;
	cursor: pointer;
	z-index: 1003;
}
#menu-curtain {
	background: #0003;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
#menu.hidden {
	top: -50px;
}
#menu.menu-color {
	background: #0003;
}
#menu.menu-color #desktop-menu a,
#menu.menu-color #mobile-menu a,
#menu.menu-color #mobile-menu .title {
	color: #fff;
}
#preview {
	align-items: center;
	background-color: #fffc;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1005;
}
#preview-content {
	box-shadow: 0 0 50px 10px #d9d9d980;
	margin: auto;
	max-height: 95%;
	max-width: 95%;
}
#search-bar {
	margin-bottom: 50px;
	z-index: 1000;
}
#timeline-wrap {
	display: flex;
	flex-direction: column-reverse;
}
* {
	margin: 0;
	padding: 0;
	position: relative;
	scrollbar-color: #8ab5ff #e6efff;
	scrollbar-width: thin;
	word-wrap: break-word;
}
.article {
	font-size: 15px;
	margin: auto;
	margin-top: 100px;
	padding: 20px;
	max-width: 900px;
}
.article-wrapper {
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 100px;
	max-width: 900px;
	width: 100%;
	gap: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.article-wrapper .article {
	margin: 0;
	margin-top: 0;
	padding: 0;
	flex: 1;
	max-width: none;
}
.article-wrapper .toc-container {
	order: -1;
	width: 100%;
}
.article .content {
	margin: 50px 0;
}
.article .info .date {
	color: #5c6b72;
	display: inline-block;
	margin-right: 10px;
}
.toc-container {
	background: #ffffff;
	border: 1px solid #dde3ea;
	border-radius: 10px;
	box-shadow: 0 4px 14px #8da2b71f;
	margin-bottom: 30px;
	max-width: 100%;
	padding: 0;
	position: relative;
}
.toc-container .toc-header {
	align-items: center;
	background: #dfe6ee;
	border-radius: 10px 10px 0 0;
	color: #44596f;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
}
.toc-container .toc-title {
	font-weight: bold;
	font-size: 16px;
}
.toc-container .toc-toggle {
	background: none;
	border: none;
	color: #5b7087;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	transition: transform 0.25s;
}
.toc-container .toc-toggle:hover {
	transform: scale(1.2);
}
.toc-container #toc {
	font-size: 14px;
	max-height: 600px;
	overflow-y: auto;
	padding: 15px 20px;
	transition: max-height 0.25s ease-out;
}
.toc-container #toc ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
.toc-container #toc li {
	line-height: 1.8;
	margin: 5px 0;
}
.toc-container #toc a {
	border-bottom: 1px solid transparent;
	color: #5c6b72;
	cursor: pointer;
	text-decoration: none;
	transition:
		border-color 0.25s,
		color 0.25s;
}
.toc-container #toc a:hover {
	border-bottom-color: #7f95ad;
	color: #617991;
}
.toc-container #toc a.active {
	border-left: 3px solid #768da6;
	color: #4f6780;
	font-weight: bold;
	padding-left: 10px;
}

.code-content {
	font-size: 13px;
	line-height: 2;
	overflow: auto;
	padding: 50px 30px 20px;
	white-space: pre;
}
.comment iframe,
body::-webkit-scrollbar-track {
	border-radius: 0;
}
.content {
	transition: opacity 0.25s;
}
.content img,
.content video,
.content audio,
.content iframe {
	display: block;
	margin: 15px auto;
	max-width: 75%;
}
.copycode {
	color: #5c6b72;
	position: absolute;
	right: 0;
	top: 0;
}
.copycode i {
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.25s;
}
.copycode.copied i {
	transform: scale(1.25);
}
.copycode.copied i:first-child,
.copycode:not(.copied) i:last-child {
	opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.3s;
}
.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}
.hljs-ln-code {
	padding-left: 20px !important;
}
.hljs-ln-numbers {
	border-right: 1px solid #ccc;
	color: #ccc;
	padding-right: 10px !important;
	text-align: right;
	vertical-align: top;
}
.icon {
	color: #5c6b72;
	margin-right: 5px;
}
.input {
	background: #f6f8fa;
	border: 1px solid #d0d7de;
	border-radius: 50px;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 15px;
	height: 50px;
	text-indent: 20px;
	transition:
		background 0.25s,
		border 0.25s,
		box-shadow 0.25s;
	width: 100%;
}
.input:focus {
	background: #fff;
	border-color: #0969da;
	box-shadow: 0 0 0 3px #0969da4d;
	outline: none;
}
.input:hover {
	background: #fff;
}
.into-enter-active {
	transition:
		opacity 0.5s,
		transform 0.5s;
}
.into-enter-from {
	opacity: 0;
	transform: scale(1.1);
}
.katex {
	white-space: normal !important;
}
.language {
	background: #6f8298;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 4px #5f7ea626;
	color: rgba(255, 255, 255, 0.88);
	font-size: 11px;
	font-weight: 600;
	left: 30px;
	padding: 7px 12px;
	position: absolute;
	top: 0;
}
.page-num,
.icon-link a,
.friend-link a {
	transition:
		background 0.25s,
		color 0.25s;
}
.page-num:hover,
.icon-link a:hover,
.friend-link a:hover,
.categories-tags a:hover,
.go-post:hover {
	opacity: 1;
}
.slide-enter-active,
.slide-leave-active {
	transition:
		margin-top 0.3s,
		opacity 0.3s;
}
.slide-enter-from,
.slide-leave-to {
	margin-top: -300px;
	opacity: 0;
}
.timeline {
	margin-bottom: 30px;
	transition:
		margin-top 0.5s,
		opacity 0.3s,
		visibility 0.3s;
}
.timeline-content {
	background: #fff;
	border: 1px solid #0002;
	border-radius: 3px;
	margin-left: 17.5px;
	padding: 24px;
	transition: box-shadow 0.5s;
}
.timeline-content:hover {
	box-shadow: 0 2px 8px #00000017;
}
.timeline-tail {
	background: #fff;
	border: 2px solid #a5c2f5;
	border-radius: 50%;
	height: 7px;
	position: absolute;
	width: 7px;
}
::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}
::-webkit-scrollbar-thumb {
	background: #8ab5ff
		linear-gradient(
			45deg,
			#fff6 25%,
			transparent 25%,
			transparent 50%,
			#fff6 50%,
			#fff6 75%,
			transparent 75%,
			transparent
		);
	border: 3px solid #e6efff;
	border-radius: 100px;
}
::-webkit-scrollbar-track {
	background: #e6efff;
	border-radius: 100px;
}
::selection {
	background-color: #3392ff2a;
	color: unset;
}
a {
	color: #66afef;
	text-decoration: none;
}
a:hover,
.content .copycode:hover {
	opacity: 0.8;
}
audio,
button,
iframe,
img,
video,
#home-head,
#menu,
.categories-tags a,
.copycode,
.friend-link a,
.go-post,
.hljs-ln-numbers,
.icon-link a,
.katex,
.language,
.page-current {
	user-select: none;
}
b,
strong {
	font-weight: bold;
	line-height: 2.5;
}
blockquote {
	background: #d9e8ff6b;
	border-left: 3px solid #1e3e3f;
	border-radius: 3px;
	margin: 15px 0;
	overflow: auto;
	padding: 0 15px;
}
body {
	background: #f6f8fa;
	color: #1e3e3f;
	font:
		500 14px Lexend,
		"Noto Sans SC",
		sans-serif;
	overflow-x: hidden;
	width: 100%;
}
.article .content input[type="checkbox"] {
	accent-color: #66afef;
}
code {
	background: #bddcf76b;
	border-radius: 4px;
	line-height: 2.5;
	padding: 4px 8px;
}

/* ==================== Dark mode (follow browser preference) ==================== */
@media (prefers-color-scheme: dark) {
	body {
		background: #0b1220;
		color: rgba(255, 255, 255, 0.86);
	}

	/* Menu */
	#menu {
		background: rgba(255, 255, 255, 0.06);
		box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
		backdrop-filter: blur(10px);
	}
	#menu #desktop-menu .title,
	#menu #desktop-menu a,
	#menu #mobile-menu .title,
	#menu #mobile-menu a {
		color: rgba(255, 255, 255, 0.86);
	}
	#menu.menu-color {
		background: rgba(0, 0, 0, 0.25);
	}

	/* Overlays */
	#menu-curtain {
		background: rgba(0, 0, 0, 0.45);
	}
	#preview {
		background-color: rgba(0, 0, 0, 0.6);
	}

	/* Loading */
	#loading {
		background: #0b1220;
	}
	#loading h2,
	#loading p {
		color: rgba(255, 255, 255, 0.86);
	}

	/* Cards / containers */
	#home-card #card-style,
	#home-posts .post,
	.timeline-content {
		background: #172235;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
	}
	#home-head #home-info .info {
		background: #0b1220;
	}
	#home-head #home-info .info .wrap,
	#home-head #home-info .info .wrap h1,
	#home-head #home-info .info .wrap h3,
	#home-head #home-info .info .wrap h5 {
		color: rgba(255, 255, 255, 0.96);
	}
	#home-head #home-info .loop {
		background: #0b1220;
	}
	.timeline-content {
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	.timeline-tail {
		background: rgba(255, 255, 255, 0.06);
		border-color: rgba(102, 175, 239, 0.65);
	}

	/* Text */
	.icon,
	#footer #footer-wrap,
	#home-posts .post .category-and-date,
	.article .info .date,
	.copycode {
		color: rgba(255, 255, 255, 0.72);
	}

	a {
		color: #66afef;
	}

	/* Inputs */
	.input {
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.14);
		color: rgba(255, 255, 255, 0.86);
	}
	.input:hover,
	.input:focus {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(102, 175, 239, 0.9);
		box-shadow: 0 0 0 3px rgba(102, 175, 239, 0.25);
	}

	/* Inline code & blockquote */
	code {
		background: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.86);
	}
	blockquote {
		background: rgba(255, 255, 255, 0.06);
		border-left-color: rgba(102, 175, 239, 0.75);
	}

	/* Footer */
	#footer #footer-wrap {
		border-top-color: rgba(255, 255, 255, 0.18);
	}

	/* Scrollbars */
	::-webkit-scrollbar-thumb {
		border-color: rgba(255, 255, 255, 0.1);
	}
	::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.06);
	}
	::selection {
		background-color: rgba(102, 175, 239, 0.25);
	}
}

html[data-theme="dark"] {
	color-scheme: dark;
}
html[data-theme="dark"] body {
	background: #0b1220;
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] #menu {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
}
html[data-theme="dark"] #menu #desktop-menu .title,
html[data-theme="dark"] #menu #desktop-menu a,
html[data-theme="dark"] #menu #mobile-menu .title,
html[data-theme="dark"] #menu #mobile-menu a {
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] #menu.menu-color {
	background: rgba(0, 0, 0, 0.25);
}
html[data-theme="dark"] #menu-curtain {
	background: rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] #preview {
	background-color: rgba(0, 0, 0, 0.6);
}
html[data-theme="dark"] #loading {
	background: #0b1220;
}
html[data-theme="dark"] #loading h2,
html[data-theme="dark"] #loading p {
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] #home-card #card-style,
html[data-theme="dark"] #home-posts .post,
html[data-theme="dark"] .timeline-content {
	background: #172235;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
html[data-theme="dark"] #home-head #home-info .info {
	background: #0b1220;
}
html[data-theme="dark"] #home-head #home-info .info .wrap,
html[data-theme="dark"] #home-head #home-info .info .wrap h1,
html[data-theme="dark"] #home-head #home-info .info .wrap h3,
html[data-theme="dark"] #home-head #home-info .info .wrap h5 {
	color: rgba(255, 255, 255, 0.96);
}
html[data-theme="dark"] #home-head #home-info .loop {
	background: #0b1220;
}
html[data-theme="dark"] .timeline-content {
	border: 1px solid rgba(255, 255, 255, 0.1);
}
html[data-theme="dark"] .timeline-tail {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(102, 175, 239, 0.65);
}
html[data-theme="dark"] .icon,
html[data-theme="dark"] #footer #footer-wrap,
html[data-theme="dark"] #home-posts .post .category-and-date,
html[data-theme="dark"] .article .info .date,
html[data-theme="dark"] .copycode {
	color: rgba(255, 255, 255, 0.72);
}
html[data-theme="dark"] .language {
	background: #3f4c61;
	box-shadow: 0 1px 4px #00000026;
	color: rgba(255, 255, 255, 0.78);
}
html[data-theme="dark"] #home-posts .post .go-post {
	background: #4b5b71;
	border-color: #5a6b82;
	box-shadow: 0 2px 6px #00000030;
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] #home-posts .post .go-post:hover {
	background: #445367;
	box-shadow: 0 3px 8px #00000042;
}
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
	color: rgba(255, 255, 255, 0.92);
}
html[data-theme="dark"] a {
	color: #66afef;
}
html[data-theme="dark"] .input {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] .input:hover,
html[data-theme="dark"] .input:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(102, 175, 239, 0.9);
	box-shadow: 0 0 0 3px rgba(102, 175, 239, 0.25);
}
html[data-theme="dark"] code {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
}
html[data-theme="dark"] blockquote {
	background: rgba(255, 255, 255, 0.06);
	border-left-color: rgba(102, 175, 239, 0.75);
}
html[data-theme="dark"] .toc-container {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}
html[data-theme="dark"] .toc-container .toc-header {
	background: rgba(122, 143, 166, 0.28);
	color: rgba(255, 255, 255, 0.9);
}
html[data-theme="dark"] .toc-container .toc-toggle {
	color: rgba(255, 255, 255, 0.75);
}
html[data-theme="dark"] .toc-container #toc a {
	color: rgba(255, 255, 255, 0.72);
}
html[data-theme="dark"] .toc-container #toc a:hover {
	border-bottom-color: #86a5c7;
	color: #9db9d8;
}
html[data-theme="dark"] .toc-container #toc a.active {
	border-left-color: #9ab6d6;
	color: #b4cbe4;
}
html[data-theme="dark"] #footer #footer-wrap {
	border-top-color: rgba(255, 255, 255, 0.18);
}
html[data-theme="dark"] ::-webkit-scrollbar-thumb {
	border-color: rgba(255, 255, 255, 0.1);
}
html[data-theme="dark"] ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.06);
}
html[data-theme="dark"] ::selection {
	background-color: rgba(102, 175, 239, 0.25);
}

html[data-theme="light"] {
	color-scheme: light;
}
html[data-theme="light"] body {
	background: #f6f8fa;
	color: #1e3e3f;
}
html[data-theme="light"] #menu {
	background: #92cafa;
	box-shadow: 0 -1px 10px 0 #9e9e9e4d;
	backdrop-filter: none;
}
html[data-theme="light"] #menu #desktop-menu .title,
html[data-theme="light"] #menu #desktop-menu a,
html[data-theme="light"] #menu #mobile-menu .title,
html[data-theme="light"] #menu #mobile-menu a {
	color: #555;
}
html[data-theme="light"] #menu.menu-color {
	background: #0003;
}
html[data-theme="light"] #menu.menu-color #desktop-menu a,
html[data-theme="light"] #menu.menu-color #mobile-menu a,
html[data-theme="light"] #menu.menu-color #mobile-menu .title {
	color: #fff;
}
html[data-theme="light"] #menu-curtain {
	background: #0003;
}
html[data-theme="light"] #preview {
	background-color: #fffc;
}
html[data-theme="light"] #loading {
	background: #fff;
}
html[data-theme="light"] #home-card #card-style,
html[data-theme="light"] #home-posts .post,
html[data-theme="light"] .timeline-content {
	background: #fff;
	box-shadow: 0 0 20px #d9d9d980;
}
html[data-theme="light"] #home-head #home-info .info {
	background: #ffffffa6;
}
html[data-theme="light"] #home-head #home-info .info .wrap,
html[data-theme="light"] #home-head #home-info .info .wrap h1,
html[data-theme="light"] #home-head #home-info .info .wrap h3,
html[data-theme="light"] #home-head #home-info .info .wrap h5 {
	color: #1e3e3f;
}
html[data-theme="light"] #home-head #home-info .loop {
	background: #fff;
}
html[data-theme="light"] .timeline-content {
	border: 1px solid #0002;
}
html[data-theme="light"] .timeline-tail {
	background: #fff;
	border-color: #a5c2f5;
}
html[data-theme="light"] .icon,
html[data-theme="light"] #footer #footer-wrap,
html[data-theme="light"] #home-posts .post .category-and-date,
html[data-theme="light"] .article .info .date,
html[data-theme="light"] .copycode {
	color: #5c6b72;
}
html[data-theme="light"] .language {
	background: #e6ecf3;
	box-shadow: 0 1px 4px #9db0c41f;
	color: #586a7c;
}
html[data-theme="light"] #home-posts .post .go-post {
	background: #dfe6ef;
	border-color: #c9d4e1;
	box-shadow: 0 2px 6px #8da2b726;
	color: #53677e;
}
html[data-theme="light"] #home-posts .post .go-post:hover {
	background: #d5deea;
	box-shadow: 0 3px 8px #8da2b733;
}
html[data-theme="light"] .input {
	background: #f6f8fa;
	border: 1px solid #d0d7de;
	color: #000;
}
html[data-theme="light"] .input:hover,
html[data-theme="light"] .input:focus {
	background: #fff;
	border-color: #0969da;
	box-shadow: 0 0 0 3px #0969da4d;
}
html[data-theme="light"] code {
	background: #bddcf76b;
	color: #1e3e3f;
}
html[data-theme="light"] blockquote {
	background: #d9e8ff6b;
	border-left-color: #1e3e3f;
}
html[data-theme="light"] .toc-container {
	background: #ffffff;
	border-color: #dde3ea;
	box-shadow: 0 4px 14px #8da2b71f;
}
html[data-theme="light"] .toc-container .toc-header {
	background: #dfe6ee;
	color: #44596f;
}
html[data-theme="light"] .toc-container .toc-toggle {
	color: #5b7087;
}
html[data-theme="light"] .toc-container #toc a {
	color: #5c6b72;
}
html[data-theme="light"] .toc-container #toc a:hover {
	border-bottom-color: #7f95ad;
	color: #617991;
}
html[data-theme="light"] .toc-container #toc a.active {
	border-left-color: #768da6;
	color: #4f6780;
}
html[data-theme="light"] #footer #footer-wrap {
	border-top-color: #aaa;
}
html[data-theme="light"] ::-webkit-scrollbar-thumb {
	border-color: #e6efff;
}
html[data-theme="light"] ::-webkit-scrollbar-track {
	background: #e6efff;
}
html[data-theme="light"] ::selection {
	background-color: #3392ff2a;
}
#waline-container {
	margin-top: 20px;
}
#waline-container,
#waline-container .wl-panel,
#waline-container .wl-card,
#waline-container .wl-editor,
#waline-container .wl-input,
#waline-container .wl-preview,
#waline-container .wl-content,
#waline-container .wl-btn,
#waline-container .wl-action,
#waline-container input,
#waline-container textarea {
	font-family: Lexend, "Noto Sans SC", sans-serif;
}
#waline-container .wl-content pre,
#waline-container .wl-content code,
#waline-container .wl-preview pre,
#waline-container .wl-preview code {
	font-family: "Fira Code", "Noto Sans SC", monospace;
}
#waline-container .wl-panel,
#waline-container .wl-card {
	border-radius: 10px;
	transition:
		background 0.25s,
		border-color 0.25s,
		box-shadow 0.25s,
		color 0.25s;
}
html[data-theme="light"] #waline-container .wl-panel,
html[data-theme="light"] #waline-container .wl-card {
	background: #fff;
	border: 1px solid #dde3ea;
	box-shadow: 0 4px 14px #8da2b71f;
	color: #1e3e3f;
}
html[data-theme="light"] #waline-container .wl-editor,
html[data-theme="light"] #waline-container .wl-input,
html[data-theme="light"] #waline-container .wl-preview,
html[data-theme="light"] #waline-container .wl-content,
html[data-theme="light"] #waline-container .wl-meta,
html[data-theme="light"] #waline-container .wl-count,
html[data-theme="light"] #waline-container .wl-empty {
	color: #5c6b72;
}
html[data-theme="light"] #waline-container .wl-action,
html[data-theme="light"] #waline-container .wl-btn {
	color: #617991;
}
html[data-theme="light"] #waline-container .wl-editor:focus,
html[data-theme="light"] #waline-container .wl-editor:focus-within,
html[data-theme="light"] #waline-container .wl-input:focus,
html[data-theme="light"] #waline-container .wl-input:focus-within,
html[data-theme="light"] #waline-container input:focus,
html[data-theme="light"] #waline-container textarea:focus {
	background: #fff;
	border-color: #768da6;
	box-shadow: 0 0 0 3px #768da633;
	outline: none;
}
html[data-theme="dark"] #waline-container .wl-panel,
html[data-theme="dark"] #waline-container .wl-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
	color: rgba(255, 255, 255, 0.9);
}
html[data-theme="dark"] #waline-container .wl-editor,
html[data-theme="dark"] #waline-container .wl-input,
html[data-theme="dark"] #waline-container .wl-preview,
html[data-theme="dark"] #waline-container .wl-content,
html[data-theme="dark"] #waline-container .wl-meta,
html[data-theme="dark"] #waline-container .wl-count,
html[data-theme="dark"] #waline-container .wl-empty {
	color: rgba(255, 255, 255, 0.72);
}
html[data-theme="dark"] #waline-container .wl-action,
html[data-theme="dark"] #waline-container .wl-btn {
	color: #9db9d8;
}
html[data-theme="dark"] #waline-container .wl-editor:focus,
html[data-theme="dark"] #waline-container .wl-editor:focus-within,
html[data-theme="dark"] #waline-container .wl-input:focus,
html[data-theme="dark"] #waline-container .wl-input:focus-within,
html[data-theme="dark"] #waline-container input:focus,
html[data-theme="dark"] #waline-container textarea:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: #9ab6d6;
	box-shadow: 0 0 0 3px rgba(154, 182, 214, 0.24);
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1e3e3f;
	font-weight: bold;
	margin: 15px 0;
	word-break: keep-all;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
hr {
	border-style: dashed none none;
	border-width: 1.5px;
}
img,
video,
audio,
iframe {
	border-radius: 10px;
}
mark {
	background: #fff13360;
	border-radius: 4px;
	color: unset;
	line-height: 2.5;
	padding: 4px 8px;
}
p,
ul,
ol {
	line-height: 1.7;
	margin: 15px 0;
}
pre {
	border: 1px solid #ebeef5;
	border-radius: 15px;
	box-shadow: 0 2px 12px 0 #0000001a;
	margin: 25px 0;
	overflow: hidden;
	white-space: normal;
}
pre,
code,
.hljs,
.input,
.language {
	font-family: "Fira Code", "Noto Sans SC", monospace;
}
table:not(.hljs-ln) {
	margin: 15px 0;
}
table:not(.hljs-ln) td:nth-child(even) {
	background: #c7e0fb4d;
}
table:not(.hljs-ln) td:nth-child(odd) {
	background: #d9e8ff4d;
}
table:not(.hljs-ln) th {
	background: #a3ddfb;
}
table:not(.hljs-ln) tr th,
table:not(.hljs-ln) tr td {
	border-radius: 3px;
	padding: 10px 20px;
}

figure.highlight table,
figure.highlight tr,
figure.highlight td,
figure.highlight th {
	background: transparent !important;
	border-radius: 0 !important;
}

figure.highlight {
	border: 1px solid #ebeef5;
	border-radius: 15px;
	box-shadow: 0 2px 12px 0 #0000001a;
	margin: 25px 0;
	overflow: hidden;
}

figure.highlight table {
	margin: 0;
	width: 100%;
}

figure.highlight table tr td,
figure.highlight table tr th {
	padding: 0 !important;
}

figure.highlight .gutter {
	padding-right: 12px;
	user-select: none;
}

figure.highlight .code {
	padding-left: 0;
}

figure.highlight pre {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	overflow: visible;
	padding: 0;
}

figure.highlight .line {
	line-height: 2;
}

ul li,
ol li {
	margin: 8px 0;
}
@keyframes loop1 {
	from {
		transform: rotate(30deg);
	}
	to {
		transform: rotate(390deg);
	}
}
@keyframes loop2 {
	from {
		transform: rotate(60deg);
	}
	to {
		transform: rotate(420deg);
	}
}
@keyframes loop3 {
	from {
		transform: rotate(90deg);
	}
	to {
		transform: rotate(450deg);
	}
}
@keyframes loop4 {
	from {
		transform: rotate(120deg);
	}
	to {
		transform: rotate(480deg);
	}
}
@media (min-width: 900px) {
	#home-head #home-info .info .wrap {
		padding: 25px;
	}
	#home-head #home-info .info .wrap h1 {
		font-size: 52px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#home-head #home-info .info .wrap h3 {
		font-size: 24px;
		margin: 10px 0;
	}
	#home-head #home-info .info .wrap h5 {
		font-size: 16px;
		margin: 20px 0;
	}
	#home-head #home-info .loop {
		display: inline-block;
		height: 500px;
		position: absolute;
		width: 500px;
	}
	#home-head #home-info,
	#home-head #home-info .info {
		height: 500px;
		width: 500px;
	}
	#home-posts {
		margin-right: 50px;
		width: 850px;
	}
	#home-posts .post {
		margin-bottom: 25px;
		padding: 50px;
	}
	#home-posts .post .description {
		padding: 20px 0;
	}
	#home-posts-wrap {
		max-width: 1200px;
	}
	#menu #desktop-menu {
		display: block;
	}
	#menu #mobile-menu {
		display: none;
	}
	.article,
	#archives,
	#footer #footer-wrap {
		width: 900px;
	}
	.home-posts-wrap-no-card #home-posts {
		margin: auto;
	}
	ul,
	ol {
		padding-left: 40px;
	}
}
@media (min-width: 900px) and (max-width: 1200px) {
	#home-card {
		display: none;
	}
	#home-posts {
		width: 100%;
	}
	#home-posts-wrap,
	#archives {
		width: 800px;
	}
}
@media (min-width: 1200px) {
	.article-wrapper {
		display: grid;
		grid-template-columns: 1fr 280px;
		grid-gap: 30px;
		margin: auto;
		margin-top: 100px;
		max-width: 1200px;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.article-wrapper .article {
		grid-column: 1;
		grid-row: 1;
	}
	.article-wrapper .toc-container {
		grid-column: 2;
		grid-row: 1;
		position: sticky;
		top: 120px;
		max-height: calc(100vh - 140px);
		margin-bottom: 0;
		align-self: start;
	}
	.article-wrapper .toc-container #toc {
		max-height: calc(100vh - 280px);
	}
}
@media (max-width: 900px) {
	#home-head #home-info {
		height: 350px;
		width: 350px;
	}
	#home-head #home-info .info {
		align-items: center;
		background: #0b1220;
		display: flex;
		height: 350px;
		justify-content: center;
		margin: auto;
		width: 350px;
	}
	#home-head #home-info .info .wrap {
		padding: 50px;
	}
	#home-head #home-info .info .wrap h1 {
		font-size: 46px;
		margin-bottom: 10px;
	}
	#home-head #home-info .info .wrap h3 {
		font-size: 20px;
		margin: 10px 0;
	}
	#home-head #home-info .info .wrap h5 {
		font-size: 14px;
		margin: 20px 0;
	}
	#home-head #home-info .loop {
		display: none;
		height: 350px;
		position: absolute;
		width: 350px;
	}
	#home-posts {
		margin: auto;
		width: 100%;
	}
	#home-posts .post {
		margin-bottom: 30px;
		padding: 20px 30px;
	}
	#home-posts .post .description {
		padding: 20px 0;
	}
	#home-posts .post .post-tags {
		padding-right: 69px;
	}
	#home-posts-wrap,
	.article-wrapper,
	.article,
	#archives,
	#footer #footer-wrap {
		width: 100%;
	}
	#menu #desktop-menu,
	#home-card {
		display: none;
	}
	#menu #mobile-menu {
		display: block;
	}
	ul,
	ol {
		padding-left: 20px;
	}
	.toc-container {
		max-height: 300px;
		max-width: 100%;
	}
	.toc-container #toc {
		max-height: 250px;
	}
}
@media (max-width: 900px) and (prefers-color-scheme: dark) {
	#home-head #home-info .info {
		background: #0b1220;
	}
}
