:root {
	--theme-color: #2563eb;
	--theme-hover: #1d4ed8;
	--theme-color-soft: rgba(37, 99, 235, 0.08);
	--theme-container: 1200px;
	--theme-el-bg: #fff;
	--theme-body-bg: #f1f5f9;
	--theme-text: #0f172a;
	--theme-muted: #64748b;
	--theme-border: #e2e8f0;
	--theme-radius: 10px;
	--theme-radius-sm: 6px;
	--theme-radius-lg: 14px;
	--theme-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.06);
	--theme-shadow-hover: 0 8px 24px rgba(15, 23, 42, 0.1);
	--theme-transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
	--font-base: 16px;
	--font-sm: 14px;
	--font-xs: 13px;
	--font-lg: 18px;
	--font-xl: 20px;
	--font-2xl: 24px;
}

* { box-sizing: border-box; }

html {
	font-size: 10px;
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
	background: var(--theme-body-bg);
	color: var(--theme-text);
	font-size: var(--font-base);
	line-height: 1.65;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip;
	max-width: 100%;
}

body.locale-en { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

a,
a:hover,
a:focus,
a:active,
a:visited,
.sxkj-site a,
.sxkj-site a:hover,
.sxkj-site a:focus,
.sxkj-site a:visited {
	color: inherit;
	text-decoration: none;
	transition: color var(--theme-transition);
}

img { display: block; max-width: 100%; height: auto; }

.sxkj-site img.avatar {
	max-width: none;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.sxkj-site img.avatar.avatar-24 { width: 24px; height: 24px; }
.sxkj-site img.avatar.avatar-32 { width: 32px; height: 32px; }
.sxkj-site img.avatar.avatar-48 { width: 48px; height: 48px; }
.sxkj-site img.avatar.avatar-56 { width: 56px; height: 56px; }
.sxkj-site img.avatar.avatar-64 { width: 64px; height: 64px; }
.sxkj-site img.avatar.avatar-72 { width: 72px; height: 72px; }
.sxkj-site img.avatar.avatar-96 { width: 96px; height: 96px; }

.container {
	width: 100%;
	max-width: var(--theme-container);
	margin: 0 auto;
	padding-inline: clamp(12px, 2.5vw, 24px);
}

#wrap { min-height: 100vh; display: flex; flex-direction: column; max-width: 100%; overflow-x: clip; }
.sxkj-main { flex: 1; padding: 24px 0 40px; }

/* Header */
.header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--theme-border);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, var(--theme-shadow);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.header > .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(12px, 2vw, 28px);
	padding-top: 14px;
	padding-bottom: 14px;
	flex-wrap: wrap;
}

.navbar-header {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.navbar-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	border: 0;
	background: transparent;
	padding: 8px;
	cursor: pointer;
	border-radius: var(--theme-radius-sm);
	transition: background var(--theme-transition);
}

.navbar-toggle:hover { background: var(--theme-color-soft); }

.navbar-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--theme-text);
	border-radius: 1px;
	transition: transform var(--theme-transition);
}

.logo__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: min(100%, 360px);
	color: var(--theme-text);
	text-decoration: none;
	transition: color var(--theme-transition);
}

.logo__brand:hover { color: var(--theme-color); }

.logo__mark {
	display: block;
	width: auto;
	height: 36px;
	max-width: 120px;
	object-fit: contain;
	flex-shrink: 0;
}

.logo__name {
	font-size: var(--font-xl);
	font-weight: 700;
	letter-spacing: -0.02em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.logo a, .logo .custom-logo-link {
	font-size: var(--font-xl);
	font-weight: 700;
	color: var(--theme-text);
	text-decoration: none;
	letter-spacing: -0.02em;
	max-width: min(100%, 280px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.logo a:hover, .logo .custom-logo-link:hover { color: var(--theme-color); }

.navbar-collapse {
	display: flex;
	align-items: center;
	gap: 24px;
	flex: 1;
	min-width: 0;
	justify-content: flex-start;
}

.primary-menu {
	flex: 0 0 auto;
}

.primary-menu .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-nav a {
	position: relative;
	font-weight: 500;
	font-size: var(--font-base);
	color: #334155;
	padding: 10px 14px;
	border-radius: var(--theme-radius-sm);
	transition: color var(--theme-transition), background var(--theme-transition);
}

.navbar-nav a::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 6px;
	height: 2px;
	background: var(--theme-color);
	border-radius: 1px;
	transform: scaleX(0);
	transition: transform var(--theme-transition);
}

.navbar-nav a:hover,
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a {
	color: var(--theme-color);
	background: var(--theme-color-soft);
}

.navbar-nav .current-menu-item > a::after,
.navbar-nav .current-menu-ancestor > a::after { transform: scaleX(1); }

.navbar-action {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: auto;
}

.navbar-search { position: relative; }

.navbar-search input {
	border: 1px solid var(--theme-border);
	border-radius: 999px;
	padding: 9px 14px 9px 36px;
	font: inherit;
	font-size: var(--font-xs);
	min-width: 160px;
	max-width: 100%;
	background: #f8fafc;
	color: var(--theme-text);
	transition: border-color var(--theme-transition), box-shadow var(--theme-transition), background var(--theme-transition);
}

.navbar-search input::placeholder { color: #94a3b8; }

.navbar-search input:focus {
	outline: none;
	border-color: var(--theme-color);
	background: #fff;
	box-shadow: 0 0 0 3px var(--theme-color-soft);
}

.navbar-search::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 2px solid #94a3b8;
	border-radius: 50%;
	pointer-events: none;
}

.navbar-search::after {
	content: "";
	position: absolute;
	left: 24px;
	top: 56%;
	width: 5px;
	height: 2px;
	background: #94a3b8;
	transform: rotate(45deg);
	pointer-events: none;
}

.navbar-action__link {
	font-size: 13px;
	color: var(--theme-muted);
	padding: 6px 10px;
	border-radius: var(--theme-radius-sm);
	transition: color var(--theme-transition), background var(--theme-transition);
}

.navbar-action__link:hover { color: var(--theme-color); background: var(--theme-color-soft); }

.sxkj-community-nav { margin-left: 4px; }

.sxkj-community-nav a { font-weight: 500; }

.sxkj-community-hub { padding-bottom: 40px; }

.sxkj-community-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.sxkj-community-actions--inline { margin-bottom: 20px; }

.sxkj-community-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.sxkj-community-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 22px 20px;
	background: #fff;
	border: 1px solid var(--border-color, #e5e7eb);
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}

.sxkj-community-card:hover {
	border-color: var(--theme-color);
	box-shadow: 0 8px 24px rgba(37, 99, 235, .08);
	transform: translateY(-2px);
}

.sxkj-community-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: var(--theme-color-soft, #eff6ff);
	color: var(--theme-color);
	font-weight: 700;
	font-size: 16px;
}

.sxkj-community-card h2 {
	margin: 0;
	font-size: 18px;
}

.sxkj-community-card p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	flex: 1;
}

.sxkj-community-card__meta {
	font-size: 13px;
	color: var(--theme-color);
	font-weight: 600;
}

.sxkj-community-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sxkj-community-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #eef2f7;
}

.sxkj-community-list li:last-child { border-bottom: 0; }

.sxkj-community-list a {
	font-weight: 500;
	text-decoration: none;
	color: #1e293b;
}

.sxkj-community-list a:hover { color: var(--theme-color); }

.sxkj-community-list span {
	flex-shrink: 0;
	color: #94a3b8;
	font-size: 13px;
}

.sxkj-account__quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sxkj-page-head--community .sxkj-page-head__desc {
	margin-top: 8px;
	color: #64748b;
	font-size: 15px;
}

.sxkj-lang-switch {
	display: flex;
	gap: 4px;
	padding: 3px;
	background: #f1f5f9;
	border-radius: 999px;
	border: 1px solid var(--theme-border);
}

.sxkj-lang-switch__item {
	padding: 5px 12px;
	border: 0;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	color: var(--theme-muted);
	transition: all var(--theme-transition);
}

.sxkj-lang-switch__item.is-active {
	background: var(--theme-color);
	color: #fff;
	box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
}

.wpcom-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 1px solid var(--theme-border);
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all var(--theme-transition);
}

.wpcom-btn:hover { border-color: #cbd5e1; box-shadow: var(--theme-shadow); }

.wpcom-btn.btn-primary {
	background: linear-gradient(135deg, var(--theme-color), var(--theme-hover));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.wpcom-btn.btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
	color: #fff;
}

.wpcom-btn.btn-xs { padding: 6px 14px; font-size: 12px; }

@media (min-width: 1201px) {
	.header > .container {
		row-gap: 10px;
	}

	.navbar-collapse {
		display: contents;
	}

	.primary-menu {
		flex: 1 1 100%;
		order: 10;
		min-width: 0;
	}

	.primary-menu .navbar-nav {
		flex-wrap: wrap;
	}

	.navbar-action {
		order: 5;
		margin-left: auto;
	}
}

@media (max-width: 1200px) {
	.navbar-toggle { display: flex; }

	.navbar-collapse {
		display: none;
		flex: 1 1 100%;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		min-width: 0;
		padding-top: 8px;
		gap: 12px;
	}

	.navbar-collapse.is-open { display: flex; }

	.primary-menu { flex: 1 1 auto; width: 100%; }

	.primary-menu .navbar-nav {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.navbar-nav a {
		display: block;
		padding: 10px 12px;
	}

	.navbar-nav a::after { display: none; }

	.navbar-action {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		margin-left: 0;
	}

	.navbar-search { width: 100%; }
	.navbar-search input { min-width: 0; width: 100%; }

	.sxkj-lang-switch { width: 100%; justify-content: center; }

	.navbar-action .wpcom-btn,
	.navbar-action__link { width: 100%; text-align: center; }
}

/* Layout */
.sxkj-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) min(320px, 30%);
	gap: 24px;
	align-items: start;
	width: 100%;
	max-width: 100%;
}

.main { min-width: 0; }

.sidebar {
	position: sticky;
	top: 84px;
	min-width: 0;
	max-width: 100%;
}

/* Panels */
.sec-panel {
	margin-bottom: 24px;
	background: var(--theme-el-bg);
	border-radius: var(--theme-radius-lg);
	box-shadow: var(--theme-shadow);
	border: 1px solid rgba(226, 232, 240, 0.8);
	overflow: hidden;
}

.sec-panel__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	padding: 18px 20px 0;
	border-bottom: 1px solid var(--theme-border);
}

.sec-panel__title {
	margin: 0;
	font-size: var(--font-lg);
	font-weight: 600;
	color: var(--theme-text);
	letter-spacing: -0.01em;
}

.sec-panel__desc {
	color: var(--theme-muted);
	font-size: 13px;
}

.sec-panel__more {
	margin-left: auto;
	font-size: 13px;
	font-weight: 500;
	color: var(--theme-color);
	padding: 4px 10px;
	border-radius: 999px;
	transition: background var(--theme-transition);
}

.sec-panel__more:hover { background: var(--theme-color-soft); color: var(--theme-hover); }

.sec-panel__body { padding: 20px; overflow-x: clip; }

/* Hero slider */
.slider-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.85fr);
	gap: 14px;
	margin-bottom: 24px;
}

.main-slider {
	position: relative;
	border-radius: var(--theme-radius-lg);
	overflow: hidden;
	background: #0f172a;
	min-height: 320px;
	box-shadow: var(--theme-shadow);
}

.sxkj-slider__track { position: relative; height: 100%; }

.sxkj-slider__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.sxkj-slider__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.slider-full { display: block; height: 100%; color: #fff; }

.slider-full img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: transform 6s ease;
}

.sxkj-slider__slide.is-active .slider-full img { transform: scale(1.04); }

.slide-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 24px 24px;
	background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.85) 100%);
}

.slide-title h2 {
	margin: 8px 0 6px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.slide-meta {
	display: flex;
	gap: 12px;
	margin: 0;
	font-size: 12px;
	opacity: 0.9;
}

.sxkj-slider__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	display: flex;
	justify-content: center;
	gap: 6px;
	z-index: 2;
}

.sxkj-slider__dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all var(--theme-transition);
}

.sxkj-slider__dot.is-active {
	background: #fff;
	width: 22px;
	border-radius: 4px;
}

.sxkj-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	transition: background var(--theme-transition);
}

.sxkj-slider__nav:hover { background: rgba(255, 255, 255, 0.3); }

.sxkj-slider__nav--prev { left: 12px; }
.sxkj-slider__nav--next { right: 12px; }

.feature-post { display: grid; gap: 12px; }

.feature-post__item {
	position: relative;
	display: block;
	border-radius: var(--theme-radius);
	overflow: hidden;
	color: #fff;
	min-height: 175px;
	box-shadow: var(--theme-shadow);
	transition: transform var(--theme-transition), box-shadow var(--theme-transition);
}

.feature-post__item:hover {
	transform: translateY(-2px);
	box-shadow: var(--theme-shadow-hover);
}

.feature-post__item img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.feature-post__item:hover img { transform: scale(1.05); }

.feature-post__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 16px;
	background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.82));
}

.feature-post__overlay h3 {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.item-category {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--theme-color);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
}

/* Topics */
.topic-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.topic-wrap {
	position: relative;
	border-radius: var(--theme-radius);
	overflow: hidden;
	min-height: 120px;
	box-shadow: var(--theme-shadow);
	transition: transform var(--theme-transition), box-shadow var(--theme-transition);
}

.topic-wrap:hover {
	transform: translateY(-2px);
	box-shadow: var(--theme-shadow-hover);
}

.topic-wrap img, .topic-wrap__placeholder {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.topic-wrap__placeholder {
	display: block;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.12) 25%, transparent 25%),
		linear-gradient(225deg, rgba(37, 99, 235, 0.12) 25%, transparent 25%),
		linear-gradient(45deg, rgba(37, 99, 235, 0.12) 25%, transparent 25%),
		linear-gradient(315deg, rgba(37, 99, 235, 0.12) 25%, #eff6ff 25%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0;
}

.topic-title {
	position: absolute;
	inset: auto 0 0 0;
	padding: 14px;
	background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.75));
	color: #fff;
}

.topic-title h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

/* Tabs */
.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}

.tab { position: relative; }

.tab-link, .sxkj-side-tabs button {
	border: 0;
	background: transparent;
	font: inherit;
	font-size: 14px;
	color: var(--theme-muted);
	cursor: pointer;
	padding: 0 0 10px;
	transition: color var(--theme-transition);
}

.tab-link:hover, .sxkj-side-tabs button:hover { color: var(--theme-text); }

.tab.active .tab-link, .sxkj-side-tabs .tab.active button {
	color: var(--theme-color);
	font-weight: 600;
}

.tab-underscore {
	display: block;
	height: 2px;
	background: var(--theme-color);
	border-radius: 1px;
	transform: scaleX(0);
	transition: transform var(--theme-transition);
}

.tab.active .tab-underscore { transform: scaleX(1); }

/* Post loops */
.post-loop { display: grid; gap: 0; }

.post-loop-default .item {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--theme-border);
	transition: background var(--theme-transition);
	min-width: 0;
}

.post-loop-default .item:first-child { padding-top: 0; }
.post-loop-default .item:last-child { border-bottom: 0; padding-bottom: 0; }

.post-loop-default .item:hover { background: linear-gradient(90deg, var(--theme-color-soft) 0%, transparent 60%); border-radius: var(--theme-radius); }

.post-loop-default .item-no-thumb { grid-template-columns: 1fr; }

.item-img {
	position: relative;
	display: block;
	border-radius: var(--theme-radius);
	overflow: hidden;
	box-shadow: var(--theme-shadow);
	transition: transform var(--theme-transition), box-shadow var(--theme-transition);
}

.item-img:hover {
	transform: translateY(-2px);
	box-shadow: var(--theme-shadow-hover);
}

.item-img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.item-img .item-img-placeholder {
	height: 150px;
	min-height: 150px;
}

.item-img:hover img { transform: scale(1.04); }

.item-img .item-category {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.item-title {
	margin: 0 0 10px;
	font-size: var(--font-lg);
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: -0.01em;
	overflow-wrap: anywhere;
}

.item-title a { transition: color var(--theme-transition); }
.item-title a:hover { color: var(--theme-color); }

.item-excerpt {
	margin: 0 0 12px;
	color: var(--theme-muted);
	font-size: var(--font-sm);
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sticky-post {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f97316, #ef4444);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.sxkj-item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	color: var(--theme-muted);
	font-size: var(--font-xs);
}

.sxkj-item-meta__author {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sxkj-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	object-fit: cover;
	flex-shrink: 0;
}

.sxkj-item-meta__views,
.sxkj-item-meta__comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sxkj-item-meta__views::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.7;
}

.sxkj-item-meta__comments::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.7;
}

/* Card loop */
.post-loop-card {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.post-loop-card .item-inner {
	position: relative;
	border-radius: var(--theme-radius);
	overflow: hidden;
	box-shadow: var(--theme-shadow);
	transition: transform var(--theme-transition), box-shadow var(--theme-transition);
}

.post-loop-card .item-inner:hover {
	transform: translateY(-3px);
	box-shadow: var(--theme-shadow-hover);
}

.post-loop-card .item-link { display: block; color: #fff; }

.post-loop-card img, .item-img-placeholder {
	width: 100%;
	height: 168px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.post-loop-card .item-inner:hover img { transform: scale(1.06); }

.item-img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 168px;
	background:
		radial-gradient(circle at 30% 30%, rgba(37, 99, 235, 0.15), transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(99, 102, 241, 0.12), transparent 50%),
		linear-gradient(145deg, #e0e7ff 0%, #f1f5f9 100%);
}

.item-img-placeholder::after {
	content: "";
	width: 40px;
	height: 40px;
	background: rgba(37, 99, 235, 0.25);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.item-overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 14px;
	background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.88) 100%);
}

.item-overlay .item-title {
	margin: 6px 0;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

.item-meta-li {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 11px;
	opacity: 0.88;
}

/* List loop */
.post-loop-list .item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px dashed var(--theme-border);
	transition: padding-left var(--theme-transition);
}

.post-loop-list .item:hover { padding-left: 6px; }

.post-loop-list .item:last-child { border-bottom: 0; }

.post-loop-list .item-title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	flex: 1;
}

.post-loop-list .date {
	color: var(--theme-muted);
	font-size: 12px;
	white-space: nowrap;
}

/* Image horizontal item */
.post-loop-default .item-image {
	grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
}

.post-loop-default .item-image .item-inner {
	display: grid;
	grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
	gap: 16px;
	grid-column: 1 / -1;
	min-width: 0;
}

.post-loop-default .item-image .item-img img { height: 120px; }

/* Card strip scroll */
.sxkj-card-strip__scroll {
	overflow-x: auto;
	padding-bottom: 6px;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
}

.sxkj-card-strip__track {
	display: flex;
	gap: 14px;
	min-width: min-content;
}

.sxkj-card-strip__track .item { flex: 0 0 230px; }

.sxkj-card-strip__track.post-loop-card { display: flex; grid-template-columns: none; }

/* Load more */
.sxkj-load-more-wrap { text-align: center; padding-top: 20px; }

.j-load-more.is-loading { opacity: 0.6; pointer-events: none; }

/* Sidebar widgets */
.sxkj-widget {
	margin-bottom: 20px;
	padding: 18px;
	background: var(--theme-el-bg);
	border-radius: var(--theme-radius-lg);
	box-shadow: var(--theme-shadow);
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.sxkj-widget__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: none;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}

.sxkj-widget__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	background: linear-gradient(90deg, var(--theme-color), transparent);
	border-radius: 2px;
}

.sxkj-widget__more {
	font-size: 12px;
	color: var(--theme-color);
	font-weight: 500;
	padding: 3px 8px;
	border-radius: 999px;
	transition: background var(--theme-transition);
}

.sxkj-widget__more:hover { background: var(--theme-color-soft); }

.sxkj-side-tabs { margin-bottom: 14px; }

.sxkj-side-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sxkj-side-posts__item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--theme-border);
	transition: background var(--theme-transition);
}

.sxkj-side-posts__item:last-child { border-bottom: 0; }

.sxkj-side-posts__item:hover { background: var(--theme-color-soft); border-radius: var(--theme-radius-sm); }

.sxkj-side-posts__thumb img {
	width: 76px;
	height: 52px;
	object-fit: cover;
	border-radius: var(--theme-radius-sm);
}

.sxkj-side-posts__body a {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	transition: color var(--theme-transition);
}

.sxkj-side-posts__body a:hover { color: var(--theme-color); }

.sxkj-side-posts__body time {
	display: block;
	margin-top: 5px;
	color: var(--theme-muted);
	font-size: 11px;
}

.kx-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.kx-list::before {
	content: "";
	position: absolute;
	left: 52px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: linear-gradient(180deg, var(--theme-color), var(--theme-border));
	border-radius: 1px;
	opacity: 0.4;
}

.kx-item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 14px;
	padding: 14px 0;
	position: relative;
}

.kx-item + .kx-item { border-top: 1px solid var(--theme-border); }

.kx-time {
	color: var(--theme-color);
	font-size: 11px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1.4;
	padding-top: 2px;
}

.kx-content a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	transition: color var(--theme-transition);
}

.kx-content a:hover { color: var(--theme-color); }

.kx-content p {
	margin: 6px 0 0;
	color: var(--theme-muted);
	font-size: 12px;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sxkj-cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sxkj-cat-list li + li { margin-top: 8px; }

.sxkj-cat-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	border-radius: var(--theme-radius-sm);
	background: #f8fafc;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid transparent;
	transition: all var(--theme-transition);
}

.sxkj-cat-list a:hover {
	background: var(--theme-color-soft);
	border-color: rgba(37, 99, 235, 0.15);
	color: var(--theme-color);
}

.sxkj-cat-list em {
	font-style: normal;
	color: var(--theme-muted);
	font-size: 12px;
	background: #fff;
	padding: 2px 8px;
	border-radius: 999px;
}

/* Partners & links */
.list-partner {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-partner a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 12px;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius);
	background: #f8fafc;
	font-size: 13px;
	text-align: center;
	transition: all var(--theme-transition);
}

.list-partner a:hover {
	border-color: var(--theme-color);
	background: var(--theme-color-soft);
	color: var(--theme-color);
	transform: translateY(-1px);
}

.list-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-links a {
	font-size: 13px;
	color: var(--theme-muted);
	transition: color var(--theme-transition);
}

.list-links a:hover { color: var(--theme-color); }

/* Footer */
.footer {
	margin-top: auto;
	padding: 40px 0;
	background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
	color: rgba(255, 255, 255, 0.75);
}

.footer a { color: rgba(255, 255, 255, 0.9); text-decoration: none; transition: color var(--theme-transition); }
.footer a:hover { color: #fff; }

.footer-col-wrap {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 260px;
	gap: 32px;
}

.footer .logo a,
.footer .logo__brand {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.footer .logo__brand:hover { color: #fff; opacity: 0.92; }

.footer .logo__mark { height: 32px; max-width: 100px; }

.footer .logo__name { font-size: 18px; }

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.footer-menu a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.footer-menu a:hover { color: #fff; }

.copyright { margin: 0; font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.copyright a { text-decoration: none; }

.footer-col-sns h4 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.footer-col-sns p { margin: 0 0 8px; font-size: 13px; }

.footer-contact__phone { font-size: 20px; font-weight: 600; color: #fff; letter-spacing: 0.02em; }

.action.j-top {
	position: fixed;
	right: 24px;
	bottom: 28px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--theme-color), var(--theme-hover));
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--theme-transition), transform var(--theme-transition), box-shadow var(--theme-transition);
	z-index: 99;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}

.action.j-top:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5); }

.action.j-top.is-visible { opacity: 1; pointer-events: auto; }

/* Archive / single */
.sxkj-page-head {
	margin-bottom: 20px;
	padding: 20px 24px;
	background: var(--theme-el-bg);
	border-radius: var(--theme-radius-lg);
	box-shadow: var(--theme-shadow);
	border-left: 4px solid var(--theme-color);
}

.sxkj-page-head__title {
	margin: 0 0 6px;
	font-size: clamp(22px, 4vw, 28px);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sxkj-page-head__desc { color: var(--theme-muted); font-size: var(--font-sm); }

.sxkj-pagination { margin-top: 24px; }

.sxkj-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}

.sxkj-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: var(--theme-radius-sm);
	border: 1px solid var(--theme-border);
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	transition: all var(--theme-transition);
}

.sxkj-pagination .page-numbers:hover,
.sxkj-pagination .page-numbers.current {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

.sxkj-single .sxkj-article__title,
.sxkj-page .sxkj-article__title {
	margin: 0 0 14px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.sxkj-article.sec-panel { margin-bottom: 20px; }

.sxkj-article__body { padding: 28px 28px 32px; }

.sxkj-article__head {
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-badge--inline {
	display: inline-block;
	padding: 4px 12px;
	background: var(--theme-color-soft);
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 600;
	border-radius: 999px;
}

.sxkj-article__meta .sxkj-badge--inline {
	margin-bottom: 0;
}

.sxkj-article__category:hover {
	background: var(--theme-color);
	color: #fff;
}

.sxkj-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 0;
	color: var(--theme-muted);
	font-size: 13px;
}

.sxkj-article__views {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sxkj-article__views::before {
	content: "";
	width: 14px;
	height: 14px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.7;
}

.sxkj-article__likes,
.sxkj-article__comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sxkj-article__comments {
	color: var(--theme-color);
	font-weight: 500;
}

.sxkj-article__comments:hover {
	color: var(--theme-hover);
}

.sxkj-article__thumb {
	margin-bottom: 28px;
	border-radius: var(--theme-radius-lg);
	overflow: hidden;
	box-shadow: var(--theme-shadow);
}

.sxkj-article__content {
	line-height: 1.85;
	font-size: 16px;
	color: #334155;
}

.sxkj-article__content > *:first-child { margin-top: 0; }
.sxkj-article__content > *:last-child { margin-bottom: 0; }

.sxkj-article__content p {
	margin: 0 0 1.25em;
}

.sxkj-article__content h2,
.sxkj-article__content h3,
.sxkj-article__content h4 {
	margin: 1.6em 0 0.75em;
	color: var(--theme-text);
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.sxkj-article__content h2 { font-size: 1.5em; }
.sxkj-article__content h3 { font-size: 1.25em; }
.sxkj-article__content h4 { font-size: 1.1em; }

.sxkj-article__content ul,
.sxkj-article__content ol {
	margin: 0 0 1.25em;
	padding-left: 1.5em;
}

.sxkj-article__content li + li { margin-top: 0.35em; }

.sxkj-article__content blockquote {
	margin: 1.5em 0;
	padding: 16px 20px;
	border-left: 4px solid var(--theme-color);
	border-radius: 0 var(--theme-radius-sm) var(--theme-radius-sm) 0;
	background: var(--theme-color-soft);
	color: #475569;
}

.sxkj-article__content img {
	border-radius: var(--theme-radius);
	margin: 1.5em auto;
	box-shadow: var(--theme-shadow);
}

.sxkj-article__content a {
	color: var(--theme-color);
	text-decoration: none;
}

.sxkj-article__content a:hover { color: var(--theme-hover); }

.sxkj-article__foot {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid var(--theme-border);
}

.sxkj-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.sxkj-tags__label {
	font-size: 13px;
	font-weight: 600;
	color: var(--theme-muted);
}

.sxkj-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sxkj-tags__list a {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	border: 1px solid var(--theme-border);
	font-size: 12px;
	color: #475569;
	transition: all var(--theme-transition);
}

.sxkj-tags__list a:hover {
	background: var(--theme-color-soft);
	border-color: rgba(37, 99, 235, 0.2);
	color: var(--theme-color);
}

.sxkj-post-nav { margin-bottom: 20px; }

.sxkj-post-nav__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	padding: 20px !important;
}

.sxkj-post-nav__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 88px;
	padding: 16px 18px;
	border-radius: var(--theme-radius);
	background: #f8fafc;
	border: 1px solid var(--theme-border);
	transition: all var(--theme-transition);
}

.sxkj-post-nav__item--empty {
	visibility: hidden;
	pointer-events: none;
}

.sxkj-post-nav__item--next {
	text-align: right;
	align-items: flex-end;
}

.sxkj-post-nav__item:hover {
	border-color: var(--theme-color);
	background: var(--theme-color-soft);
	color: var(--theme-color);
	transform: translateY(-1px);
	box-shadow: var(--theme-shadow);
}

.sxkj-post-nav__label {
	font-size: 12px;
	font-weight: 600;
	color: var(--theme-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sxkj-post-nav__item:hover .sxkj-post-nav__label { color: var(--theme-color); }

.sxkj-post-nav__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--theme-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sxkj-post-nav__item:hover .sxkj-post-nav__title { color: var(--theme-color); }

.sxkj-comments { margin-bottom: 20px; }

.sxkj-comments__title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.sxkj-comments__closed {
	margin: 0;
	padding: 20px;
	text-align: center;
	color: var(--theme-muted);
	font-size: 14px;
	background: #f8fafc;
	border-radius: var(--theme-radius);
	border: 1px dashed var(--theme-border);
}

.sxkj-comment-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.sxkj-comment-list .children {
	list-style: none;
	margin: 12px 0 0;
	padding: 0 0 0 20px;
	border-left: 2px solid var(--theme-border);
}

.sxkj-comment-list .comment {
	padding: 18px 0;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-comment-list .comment:last-child { border-bottom: 0; }

.sxkj-comment-list .comment-body {
	display: block;
}

.sxkj-comment__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
}

.sxkj-comment__avatar .avatar,
.sxkj-comment__avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: block;
}

.sxkj-comment__meta {
	flex: 1;
	min-width: 0;
}

.sxkj-comment__author {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: var(--theme-text);
	margin-bottom: 4px;
}

.sxkj-comment-list .comment-metadata {
	font-size: 12px;
	color: var(--theme-muted);
	line-height: 1.5;
}

.sxkj-comment-list .comment-metadata a {
	color: inherit;
}

.sxkj-comment__edit {
	margin-left: 8px;
}

.sxkj-comment-list .comment-content {
	padding: 14px 16px;
	background: #f8fafc;
	border-radius: var(--theme-radius);
	font-size: 14px;
	line-height: 1.75;
	color: #475569;
}

.sxkj-comment-list .comment-content p { margin: 0 0 0.75em; }
.sxkj-comment-list .comment-content p:last-child { margin-bottom: 0; }

.sxkj-comment-list .comment-awaiting-moderation {
	display: block;
	margin-bottom: 8px;
	color: #b45309;
	font-size: 13px;
}

.sxkj-comment-list .reply {
	margin-top: 10px;
}

.sxkj-comment-list .reply a {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--theme-color);
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--theme-color-soft);
	transition: background var(--theme-transition), color var(--theme-transition);
}

.sxkj-comment-list .reply a:hover {
	background: var(--theme-color);
	color: #fff;
}

.sxkj-comments .comment-respond {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--theme-border);
}

.sxkj-comments .comment-reply-title {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.sxkj-comments .comment-form p {
	margin: 0 0 14px;
}

.sxkj-comments .comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 500;
	color: var(--theme-text);
}

.sxkj-comments .comment-form input[type="text"],
.sxkj-comments .comment-form input[type="email"],
.sxkj-comments .comment-form input[type="url"],
.sxkj-comments .comment-form textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius-sm);
	font: inherit;
	font-size: 14px;
	background: #fff;
	transition: border-color var(--theme-transition), box-shadow var(--theme-transition);
}

.sxkj-comments .comment-form input:focus,
.sxkj-comments .comment-form textarea:focus {
	outline: none;
	border-color: var(--theme-color);
	box-shadow: 0 0 0 3px var(--theme-color-soft);
}

.sxkj-comments .comment-form textarea {
	min-height: 120px;
	resize: vertical;
}

.sxkj-comments .form-submit { margin-top: 4px; }

.sxkj-comments .comment-navigation {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	font-size: 13px;
}

.sxkj-comments .comment-navigation a { color: var(--theme-color); font-weight: 500; }

.sxkj-empty {
	color: var(--theme-muted);
	text-align: center;
	padding: 32px 16px;
	font-size: 14px;
	background: #f8fafc;
	border-radius: var(--theme-radius);
	border: 1px dashed var(--theme-border);
}

.sxkj-empty::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	background: var(--theme-muted);
	opacity: 0.3;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E") center/contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media (max-width: 1200px) {
	.sxkj-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 260px);
		gap: 16px;
	}

	.post-loop-default .item {
		grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
		gap: 16px;
	}

	.post-loop-card { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.list-partner { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
	.sxkj-layout { grid-template-columns: 1fr; gap: 20px; }
	.sidebar { position: static; }
	.slider-wrap { grid-template-columns: 1fr; }
	.feature-post { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.post-loop-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.list-partner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.footer-col-wrap { grid-template-columns: 1fr 1fr; }
	.footer-col-sns { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
	body { font-size: 15px; }

	.container { padding-inline: clamp(8px, 2vw, 16px); }

	.sxkj-main { padding: 16px 0 28px; }

	.header > .container {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-header {
		width: 100%;
		justify-content: space-between;
	}

	.logo a, .logo .custom-logo-link {
		max-width: calc(100vw - 80px);
		font-size: 18px;
	}

	.navbar-nav a { font-size: 17px; }

	.post-loop-default .item,
	.post-loop-default .item-image .item-inner { grid-template-columns: 1fr; gap: 14px; }

	.item-img img,
	.item-img .item-img-placeholder {
		height: auto;
		min-height: 180px;
		max-height: 220px;
	}

	.item-title { font-size: 17px; }
	.item-excerpt { font-size: 14px; -webkit-line-clamp: 3; }

	.post-loop-card { grid-template-columns: 1fr; }
	.feature-post { grid-template-columns: 1fr; }
	.topic-list { grid-template-columns: 1fr; }
	.sxkj-community-grid { grid-template-columns: 1fr; }
	.slider-full img { height: min(52vw, 280px); }
	.slide-title h2 { font-size: 18px; }

	.sec-panel__head { padding: 14px 16px 0; }
	.sec-panel__body { padding: 16px; }

	.tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: 0 16px;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.tabs::-webkit-scrollbar { display: none; }

	.tab { flex: 0 0 auto; }

	.tab-link, .sxkj-side-tabs button {
		font-size: 15px;
		white-space: nowrap;
	}

	.sxkj-page-head { padding: 16px 18px; }

	.sxkj-side-posts__item { grid-template-columns: 88px minmax(0, 1fr); }

	.sxkj-side-posts__thumb img {
		width: 88px;
		height: 60px;
	}

	.sxkj-side-posts__body a { font-size: 14px; }

	.kx-content a { font-size: 15px; }
	.kx-content p { font-size: 13px; }

	.sxkj-article__body { padding: 20px 18px 24px; }
	.sxkj-post-nav__body { grid-template-columns: 1fr; }
	.sxkj-post-nav__item--next { text-align: left; align-items: flex-start; }
	.sxkj-post-nav__item--empty { display: none; }

	.list-partner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-col-wrap { grid-template-columns: 1fr; }

	.action.j-top { right: 16px; bottom: 20px; }
}

@media (max-width: 480px) {
	body { font-size: 14px; }

	.item-title { font-size: 16px; }

	.sxkj-widget { padding: 14px; }

	.sxkj-card-strip__track .item { flex: 0 0 min(78vw, 260px); }

	.list-partner { grid-template-columns: 1fr 1fr; }
}

/* Member auth */
.sxkj-auth-wrap {
	display: flex;
	justify-content: center;
	padding: 12px 0 40px;
}

.sxkj-auth {
	width: min(100%, 480px);
	padding: 28px 32px 32px;
	background: var(--theme-el-bg);
	border-radius: var(--theme-radius-lg);
	box-shadow: var(--theme-shadow);
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.sxkj-auth--account { width: min(100%, 560px); }

.sxkj-auth__head h1 {
	margin: 0 0 8px;
	font-size: var(--font-2xl);
	font-weight: 600;
}

.sxkj-auth__head p {
	margin: 0 0 20px;
	color: var(--theme-muted);
	font-size: var(--font-sm);
	line-height: 1.6;
}

.sxkj-auth__notice {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: var(--theme-radius-sm);
	font-size: var(--font-sm);
}

.sxkj-auth__notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
}

.sxkj-auth__notice p { margin: 0; }
.sxkj-auth__notice p + p { margin-top: 6px; }

.sxkj-auth__form {
	display: grid;
	gap: 16px;
}

.sxkj-auth__field {
	display: grid;
	gap: 6px;
}

.sxkj-auth__field span {
	font-size: var(--font-sm);
	font-weight: 500;
	color: var(--theme-text);
}

.sxkj-auth__field input {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius-sm);
	font: inherit;
	font-size: var(--font-base);
	background: #fff;
	transition: border-color var(--theme-transition), box-shadow var(--theme-transition);
}

.sxkj-auth__field input:focus {
	outline: none;
	border-color: var(--theme-color);
	box-shadow: 0 0 0 3px var(--theme-color-soft);
}

.sxkj-auth__field small {
	color: var(--theme-muted);
	font-size: var(--font-xs);
}

.sxkj-auth__checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: var(--font-sm);
	color: var(--theme-muted);
	cursor: pointer;
}

.sxkj-auth__hint {
	margin: 0;
	padding: 10px 12px;
	background: #f8fafc;
	border-radius: var(--theme-radius-sm);
	color: var(--theme-muted);
	font-size: var(--font-xs);
	line-height: 1.6;
}

.sxkj-auth__submit { width: 100%; padding: 12px 16px; font-size: var(--font-base); }

.sxkj-auth__foot {
	margin: 20px 0 0;
	text-align: center;
	font-size: var(--font-sm);
	color: var(--theme-muted);
}

.sxkj-auth__foot a {
	color: var(--theme-color);
	font-weight: 600;
	text-decoration: none;
}

.sxkj-account__profile {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-account__avatar { border-radius: 50%; }

.sxkj-account__profile strong {
	display: block;
	font-size: var(--font-lg);
	margin-bottom: 4px;
}

.sxkj-account__role {
	margin: 4px 0 0;
	color: var(--theme-muted);
	font-size: var(--font-sm);
}

.sxkj-account__meta {
	display: grid;
	gap: 14px;
	margin: 0 0 28px;
}

.sxkj-account__meta--stats {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sxkj-account__meta div {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	background: #f8fafc;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius);
}

.sxkj-account__meta--stats div {
	grid-template-columns: 1fr;
	align-items: start;
}

.sxkj-account__meta dt {
	margin: 0;
	color: var(--theme-muted);
	font-size: var(--font-xs);
	font-weight: 500;
}

.sxkj-account__meta dd {
	margin: 0;
	font-size: var(--font-lg);
	font-weight: 700;
	color: var(--theme-text);
	word-break: normal;
}

.sxkj-account__section {
	margin-bottom: 28px;
	padding-top: 8px;
	border-top: 1px solid var(--theme-border);
}

.sxkj-account__section-title {
	margin: 0 0 20px;
	font-size: var(--font-lg);
	font-weight: 600;
}

.sxkj-profile-form { max-width: 560px; }

.sxkj-account__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
	padding-top: 24px;
	border-top: 1px solid var(--theme-border);
}

@media (max-width: 768px) {
	.sxkj-auth {
		padding: 22px 20px 24px;
	}

	.sxkj-account__meta div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.sxkj-account__meta--stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sxkj-account__actions {
		flex-direction: column;
	}

	.sxkj-account__actions .wpcom-btn {
		width: 100%;
		text-align: center;
	}
}

/* Member center layout */
.sxkj-member-wrap { padding: 0 0 48px; }

.sxkj-member-wrap a,
.sxkj-member-wrap a:hover,
.sxkj-member-wrap a:focus,
.sxkj-member-wrap a:visited {
	text-decoration: none;
}

.sxkj-member-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.sxkj-member-nav { padding: 0; }

.sxkj-member-nav__profile {
	padding: 28px 24px;
	text-align: center;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-member-nav__avatar { margin: 0 auto 14px; border-radius: 50%; }

.sxkj-member-nav__profile strong {
	display: block;
	font-size: var(--font-lg);
	margin-bottom: 4px;
}

.sxkj-member-nav__profile a {
	display: inline-block;
	margin-top: 8px;
	font-size: var(--font-sm);
	color: var(--theme-color);
}

.sxkj-member-nav__list {
	display: grid;
	gap: 4px;
	padding: 16px 12px 20px;
}

.sxkj-member-nav__link {
	padding: 12px 16px;
	border-radius: var(--theme-radius-sm);
	font-size: var(--font-sm);
	font-weight: 500;
	color: var(--theme-muted);
	text-decoration: none;
}

.sxkj-member-nav__link.is-active,
.sxkj-member-nav__link:hover {
	background: var(--theme-color-soft);
	color: var(--theme-color);
}

.sxkj-member-main .sec-panel__body {
	padding: 32px 36px 36px;
}

.sxkj-member-main__title {
	margin: 0 0 20px;
	font-size: var(--font-2xl);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.sxkj-member-main__desc {
	margin: 0 0 28px;
	color: var(--theme-muted);
}

.sxkj-auth__notice--success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #047857;
}

.sxkj-auth--wide { width: min(100%, 720px); }

.sxkj-auth__field textarea,
.sxkj-auth__field select {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius-sm);
	font: inherit;
	font-size: var(--font-base);
}

.sxkj-member-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sxkj-member-list__item {
	padding: 22px 0;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-member-list__item:first-child { padding-top: 0; }

.sxkj-member-list__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.sxkj-member-list__title {
	display: block;
	font-weight: 600;
	font-size: var(--font-lg);
	line-height: 1.55;
	color: var(--theme-text);
	text-decoration: none;
	transition: color var(--theme-transition);
}

.sxkj-member-list__title:hover {
	color: var(--theme-color);
}

.sxkj-member-list__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 10px;
	color: var(--theme-muted);
	font-size: var(--font-sm);
}

.sxkj-member-list__meta em {
	font-style: normal;
	padding: 3px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #475569;
	font-size: var(--font-xs);
}

.sxkj-member-users {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sxkj-member-users__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--theme-border);
}

.sxkj-member-users__item:first-child { padding-top: 0; }

.sxkj-member-users__item:last-child { border-bottom: 0; padding-bottom: 0; }

.sxkj-member-users__item a {
	text-decoration: none;
	font-weight: 600;
	font-size: var(--font-base);
}

.sxkj-member-users__item a:hover { color: var(--theme-color); }

.sxkj-member-users__item img { border-radius: 50%; }

.sxkj-member-users__item span {
	display: block;
	margin-top: 4px;
	color: var(--theme-muted);
	font-size: var(--font-xs);
}

.sxkj-profile-head__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
}

.sxkj-profile-head__avatar { border-radius: 50%; }

.sxkj-profile-head__bio { margin: 6px 0 0; color: var(--theme-muted); }

.sxkj-profile-head__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 10px;
	font-size: var(--font-sm);
	color: var(--theme-muted);
}

.sxkj-author-bar__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
}

.sxkj-author-bar__inner img { border-radius: 50%; }

.sxkj-author-bar__name { font-weight: 700; font-size: var(--font-lg); }

.sxkj-author-bar__info p {
	margin: 4px 0 0;
	color: var(--theme-muted);
	font-size: var(--font-sm);
}

.sxkj-post-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--theme-border);
}

.sxkj-post-actions__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--theme-border);
	background: #f8fafc;
	border-radius: 999px;
	padding: 8px 14px;
	font: inherit;
	font-size: var(--font-sm);
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: border-color var(--theme-transition), background var(--theme-transition), color var(--theme-transition);
}

.sxkj-post-actions__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5em;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}

.sxkj-post-actions__btn.is-active .sxkj-post-actions__count,
.sxkj-post-actions__btn:hover .sxkj-post-actions__count {
	background: rgba(37, 99, 235, 0.15);
}

.sxkj-post-actions__btn--meta {
	cursor: default;
}

.sxkj-post-actions__btn.is-active,
.sxkj-post-actions__btn:hover {
	border-color: var(--theme-color);
	background: var(--theme-color-soft);
	color: var(--theme-color);
}

.sxkj-user-menu { position: relative; }

.sxkj-user-menu__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--theme-border);
	background: #fff;
	border-radius: 999px;
	padding: 4px 12px 4px 4px;
	cursor: pointer;
	font: inherit;
	font-size: var(--font-sm);
}

.sxkj-user-menu__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.sxkj-user-menu__dropdown {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 180px;
	padding: 8px;
	background: #fff;
	border: 1px solid var(--theme-border);
	border-radius: var(--theme-radius);
	box-shadow: var(--theme-shadow-hover);
	z-index: 120;
}

.sxkj-user-menu__dropdown a {
	display: block;
	padding: 8px 12px;
	border-radius: var(--theme-radius-sm);
	font-size: var(--font-sm);
}

.sxkj-user-menu__dropdown a:hover {
	background: var(--theme-color-soft);
	color: var(--theme-color);
}

.j-follow.is-active,
.sxkj-post-actions__btn.is-active {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

.kx-list--page .kx-item { padding: 16px 0; }

@media (max-width: 992px) {
	.sxkj-member-layout { grid-template-columns: 1fr; }
	.sxkj-member-main .sec-panel__body { padding: 24px 20px 28px; }
	.sxkj-profile-head__inner,
	.sxkj-author-bar__inner { grid-template-columns: 1fr; }
}
