:root {
	--page-width: 1200px;
	--ink: #14171a;
	--muted: #687680;
	--soft: #eef1f3;
	--line: #e7ecef;
	--panel: rgba(255, 255, 255, 0.84);
	--header: #0b1f3a;
	--accent: #1677ff;
	--accent-dark: #0f4fb8;
	--accent-soft: #eaf3ff;
}

* {
	box-sizing: border-box;
	border-radius: 0 !important;
}

html {
	min-height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	background-color: #d8ddd1;
	background-image: linear-gradient(180deg, #ece9db 0%, #dbe2dc 42%, #879f9d 100%);
	color: var(--muted);
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.78;
}

.cloud-mist-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: block;
}

a {
	color: var(--ink);
	text-decoration: none;
}

a:hover {
	color: var(--accent);
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container,
.site-header,
.main-contain,
.site-footer {
	width: var(--page-width);
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.container {
	padding-right: 32px;
	padding-left: 32px;
}

.site-header {
	position: relative;
	z-index: 1;
	margin-top: 28px;
	background: var(--header);
	color: #fff;
	border-bottom: 1px solid rgba(56, 139, 253, 0.35);
}

.navbar-header-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	padding: 0 40px;
}

.navbar-header h1 {
	margin: 0 0 5px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.navbar-header h1 a {
	color: #fff;
}

.navbar-header p {
	margin: 0;
	color: #d9dee2;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.top-nav {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: 2px;
}

.top-nav a {
	display: flex;
	align-items: center;
	padding: 0 12px;
	color: #dfe4e8;
	font-size: 14px;
	font-weight: 800;
	line-height: 82px;
}

.top-nav a:hover,
.top-nav a.is-active {
	background: rgba(22, 119, 255, 0.22);
	color: #fff;
}

.main-contain {
	position: relative;
	z-index: 1;
	min-height: 1400px;
	margin-bottom: 28px;
	padding-bottom: 42px;
	background: var(--panel);
	backdrop-filter: blur(0.5px);
	-webkit-backdrop-filter: blur(0.5px);
}

.home-posts {
	padding: 38px 0 0;
}

.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: start;
}

.page-content-location,
.sidebar {
	min-width: 0;
}

.entry {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--line);
}

.entry-header {
	width: 100%;
}

.entry-title {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 9px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}

.entry-title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 56px;
	height: 2px;
	background: var(--accent);
}

.entry-title a {
	color: var(--ink);
}

.entry-title a:hover {
	color: var(--accent);
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 22px;
	margin: 0 0 17px;
	padding: 0;
	border-bottom: 0;
	color: #202529;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.entry-meta span {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #202529;
	font-weight: 400;
}

.entry-meta a {
	color: #202529;
	font-weight: 400;
}

.entry-meta span:before {
	content: none;
}

.entry-content p {
	overflow: hidden;
	max-height: calc(1.82em * 3);
	margin: 0;
	margin-bottom: 18px;
	padding-bottom: 0;
	color: #73828b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.82;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 36px;
	margin: 0;
	padding: 0 17px;
	border: 1px solid var(--accent);
	background: var(--accent);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
}

.button:hover {
	background: var(--accent-dark);
	border-color: var(--accent-dark);
	color: #fff;
}

.archive-title {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	font-size: 20px;
	font-weight: 800;
}

.archive-title:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 56px;
	height: 2px;
	background: var(--accent);
}

.widget {
	margin: 0;
	padding: 0 0 26px;
}

.widget h3 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 8px 13px;
	border-bottom: 1px dashed #cfd6da;
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.7;
}

.widget h3:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	height: 21px;
	border-left: 3px solid var(--accent);
}

.widget p {
	margin: 0;
	color: #f06473;
	font-size: 14px;
	line-height: 1.65;
}

.media-widget img {
	border: 1px solid var(--line);
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	position: relative;
	margin: 0 0 7px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.widget ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: var(--ink);
	font-weight: 400;
	line-height: 1.65;
}

.widget ul li a:before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 0;
	color: #9aa6ad;
	font-weight: 400;
	transform: none;
}

.widget ul li a:hover {
	color: var(--accent);
}

.search-form {
	display: grid;
	grid-template-columns: 1fr 56px;
	width: 100%;
	height: 38px;
	border: 1px solid var(--line);
	background: #f7f8f9;
}

.search-form input[type="search"] {
	width: 100%;
	height: 36px;
	padding: 0 13px;
	border: 0;
	background: transparent;
	color: #6f7d86;
	font: inherit;
	outline: none;
}

.search-form button {
	width: 56px;
	height: 36px;
	border: 0;
	background: var(--accent);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
}

.search-form button:hover {
	background: var(--accent-dark);
}

.search-form:focus-within {
	border-color: rgba(22, 119, 255, 0.55);
}

.search-form input[type="search"]:focus {
	background: var(--accent-soft);
}

.site-note {
	padding-top: 11px;
	padding-bottom: 18px;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px 12px;
	color: var(--ink);
	line-height: 1.35;
}

.tag-cloud a {
	display: inline-block;
	color: var(--ink);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.35;
}

.tag-cloud a:nth-child(2n) {
	font-size: 13px;
	color: var(--accent);
}

.tag-cloud a:nth-child(3n) {
	font-size: 22px;
	color: var(--accent-dark);
}

.tag-cloud a:nth-child(5n) {
	font-size: 17px;
	color: #1c8adb;
}

.tag-cloud a:hover {
	color: var(--accent);
}

.recent-list {
	border-left: 0;
	padding-left: 0;
}

.navigation.pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 8px 0 0;
	padding: 0 0 16px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 31px;
	height: 31px;
	padding: 0 9px;
	background: var(--header);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--accent);
}

.page-numbers.dots {
	background: transparent;
	color: var(--ink);
}

.page-numbers:hover {
	background: var(--accent);
	color: #fff;
}

.site-footer {
	padding: 24px 0 9px;
	background-color: #ebeff1;
	border-top: 1px solid #dce3e7;
}

.site-footer nav {
	display: flex;
	justify-content: center;
	gap: 18px;
}

.site-footer a {
	font-size: 14px;
	font-weight: 700;
}

.single-entry {
	margin-bottom: 30px;
}

.single-entry .entry-title {
	font-size: 20px;
	line-height: 1.45;
}

.markdown-body {
	color: #687680;
	font-size: 14px;
	line-height: 1.95;
}

.markdown-body h1 {
	margin: 25px 0 15px;
	color: var(--ink);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.35;
}

.markdown-body h2 {
	margin: 22px 0 12px;
	color: var(--ink);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
}

.markdown-body h3 {
	margin: 18px 0 10px;
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.markdown-body p,
.markdown-body ul,
.markdown-body ol,
.markdown-body blockquote,
.markdown-body pre {
	margin: 0 0 16px;
}

.markdown-body blockquote {
	padding: 10px 2px 10px 15px;
	border-left: 4px solid var(--accent);
	background: var(--accent-soft);
}

.markdown-body pre {
	overflow: auto;
	padding: 16px;
	border: 1px solid var(--line);
	background: #f7f8f9;
	color: #333;
}

.markdown-body code {
	padding: 2px 4px;
	background: #f1f3f4;
}

.markdown-body pre code {
	padding: 0;
	background: transparent;
}

.post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 26px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.post-tags a {
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid var(--line);
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

.post-tags a:hover {
	border-color: var(--accent);
	color: var(--accent);
}

.comments-area,
.comment-form-area {
	margin-top: 26px;
}

.comment-notice {
	margin: 0 0 18px;
	padding: 11px 14px;
	border: 1px solid #b8d7c1;
	background: #f0f8f2;
	color: #245c34;
}

.comment-notice.error {
	border-color: #ddb1b1;
	background: #fff4f4;
	color: #8a2d2d;
}

.comment-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list li {
	padding: 14px;
	border: 1px solid var(--line);
	background: #fbfcfd;
}

.comment-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
	color: var(--ink);
}

.comment-head span,
.form-note,
.no-comments {
	color: #777;
	font-size: 14px;
}

.comment-list p,
.no-comments {
	margin: 0;
}

.comment-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
}

.comment-form label {
	display: grid;
	gap: 6px;
	color: var(--ink);
	font-weight: 700;
}

.comment-form label:nth-of-type(3),
.comment-form label:nth-of-type(4),
.comment-form .form-note,
.comment-form button {
	grid-column: 1 / -1;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	border: 1px solid #d7dde1;
	background: #fff;
	font: inherit;
}

.comment-form input {
	min-height: 36px;
	padding: 0 10px;
}

.comment-form textarea {
	min-height: 130px;
	padding: 10px;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--accent);
	outline: none;
}

.comment-form button {
	justify-self: end;
}

.form-note {
	margin: 0;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.site-header {
		margin-top: 0;
	}

	.main-contain {
		margin-bottom: 0;
	}

	.container,
	.site-header,
	.main-contain,
	.site-footer {
		width: 100%;
	}

	.content-grid {
		grid-template-columns: minmax(0, 1fr) 260px;
	}
}

@media (max-width: 860px) {
	.navbar-header-band {
		display: block;
		min-height: 0;
		padding: 18px 22px 0;
	}

	.top-nav {
		justify-content: flex-start;
		margin-top: 12px;
		overflow-x: auto;
	}

	.top-nav a {
		padding: 0 10px;
		line-height: 44px;
		white-space: nowrap;
	}

	.container {
		padding-right: 22px;
		padding-left: 22px;
	}

	.content-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.comment-form {
		grid-template-columns: 1fr;
	}
}
