/*
// 功能：文章详情样式文件
// 作者：启肯科技
// Q Q：328493711
// 微信：13738373177（同手机）
// 官网：http://www.qiken.com
// 说明：QKCMS-轻量级AI智能内容管理建站系统
// 版权：© 2025 温州启肯网络有限公司 保留所有权利，盗版必究
*/

/* qk-post0 对应 templates/post.php 默认文章页 */
/* ------------------------------ qk-post0 ------------------------------ */
body.qk-post0 .category-details .category-thumbnail {
	width: 180px;
	height: 100px;
	flex-shrink: 0;
}

body.qk-post0 .category-details .category-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.qk-post6 .category-details .category-thumbnail {
	--post6-thumb-accent: var(--category-icon-accent, var(--primary));
	--post6-thumb-shadow-rgb: var(--category-icon-shadow-rgb, 0, 0, 0);
	width: 180px;
	height: 100px;
	border-radius: 12px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background:
		radial-gradient(circle at 24% 28%, rgba(var(--post6-thumb-shadow-rgb), 0.12) 0%, rgba(var(--post6-thumb-shadow-rgb), 0) 54%),
		radial-gradient(circle at 78% 74%, rgba(var(--post6-thumb-shadow-rgb), 0.08) 0%, rgba(var(--post6-thumb-shadow-rgb), 0) 56%),
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid #e8eef5;
	color: var(--post6-thumb-accent);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

body.qk-post6 .category-details .category-thumbnail.has-thumb-image {
	background: transparent;
	border: none;
	box-shadow: none;
}

body.qk-post6 .category-details .category-thumbnail::before,
body.qk-post6 .category-details .category-thumbnail::after {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 1;
}

body.qk-post6 .category-details .category-thumbnail::before {
	top: -32px;
	right: -26px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(var(--post6-thumb-shadow-rgb), 0.18) 0%, rgba(var(--post6-thumb-shadow-rgb), 0.08) 38%, rgba(var(--post6-thumb-shadow-rgb), 0) 72%);
	filter: blur(0.2px);
}

body.qk-post6 .category-details .category-thumbnail::after {
	left: -44px;
	bottom: -36px;
	width: 240px;
	height: 90px;
	border-radius: 999px;
	background:
		linear-gradient(90deg, rgba(var(--post6-thumb-shadow-rgb), 0.16) 0%, rgba(var(--post6-thumb-shadow-rgb), 0.02) 100%),
		repeating-linear-gradient(135deg, rgba(var(--post6-thumb-shadow-rgb), 0.10) 0px, rgba(var(--post6-thumb-shadow-rgb), 0.10) 2px, rgba(var(--post6-thumb-shadow-rgb), 0) 2px, rgba(var(--post6-thumb-shadow-rgb), 0) 10px);
	transform: rotate(-12deg);
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon::before,
body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon::before {
	top: 10px;
	left: 12px;
	width: 26px;
	height: 26px;
	border-radius: 10px;
	border: 1px solid rgba(var(--post6-thumb-shadow-rgb), 0.28);
	background: rgba(var(--post6-thumb-shadow-rgb), 0.06);
	transform: rotate(16deg);
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon::after {
	right: 10px;
	bottom: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px dashed rgba(var(--post6-thumb-shadow-rgb), 0.38);
	opacity: 0.7;
}

body.qk-post6 .category-details .category-thumbnail.has-thumb-image::before,
body.qk-post6 .category-details .category-thumbnail.has-thumb-image::after {
	display: none;
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-img {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: none !important;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon,
body.qk-post6 .category-details .category-thumbnail .tool-thumb-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	position: relative;
	z-index: 1;
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon,
body.qk-post6 .category-details .category-thumbnail .tool-thumb-text {
	width: 148px;
	height: 70px;
	max-width: calc(100% - 14px);
	max-height: calc(100% - 14px);
	border-radius: 18px;
	background:
		radial-gradient(circle at 18% 22%, rgba(var(--post6-thumb-shadow-rgb), 0.10) 0%, rgba(var(--post6-thumb-shadow-rgb), 0) 58%),
		linear-gradient(135deg, rgba(var(--post6-thumb-shadow-rgb), 0.10) 0%, rgba(var(--post6-thumb-shadow-rgb), 0) 52%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 2.5px solid var(--post6-thumb-accent);
	box-shadow: 0 9px 18px rgba(var(--post6-thumb-shadow-rgb), 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -2px 4px rgba(var(--post6-thumb-shadow-rgb), 0.08);
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-icon svg {
	width: 44px;
	height: 44px;
	display: block;
	flex-shrink: 0;
	color: inherit;
	position: relative;
	z-index: 1;
}

body.qk-post6 .category-details .category-thumbnail .tool-thumb-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}



body.qk-post6 #tool-content-container1:has(.post6-tool-empty-state) {
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.qk-post6 #tool-content-container1 .post6-tool-empty-state {
	width: 100%;
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
}



body.qk-post6 .post6-tool-empty-icon {
	width: 80px;
	height: 80px;
	background: #fef3c7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	align-self: center;
}

body.qk-post6 .post6-tool-empty-icon svg {
	display: block;
	margin: 0 auto;
}

body.qk-post6 .post6-tool-empty-title {
	margin: 0 0 12px;
	text-align: center;
}



body.qk-post6 .post6-tool-empty-text {
	font-size: 14px;
	color: #6b7280;
	text-align: center;
	margin: 0;
}




body.qk-post0 .sidebar .trending-topics img.post1 {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

body.qk-post0 .category-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.qk-post0 .category-title .category-title-text {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

/* --------------------------- end qk-post0 ---------------------------- */


body.qk-post5 .post5_1 {
	font-size: 16px;
	color: var(--text-light);
	margin-bottom: 20px;
}

body.qk-post5 .post5_1 a {
	font-size: 16px;
	color: var(--text-light);
	margin-bottom: 20px;
	text-decoration: none
}

body.qk-post5 .post5_1 a:hover {
	color: var(--primary);
}

body.qk-post5 .about-banner {
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

body.qk-post5 .about-banner.has-thumbnail {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.qk-post5 .about-banner.no-thumbnail {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%);
	background-size: 400% 400%;
	animation: qk-post5-gradientMove 15s ease infinite;
}

@keyframes qk-post5-gradientMove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

body.qk-post5 .about-banner.has-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

body.qk-post5 .about-banner.no-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

body.qk-post5 .tech-grid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 60px 60px;
	animation: qk-post5-gridMove 30s linear infinite;
	z-index: 1;
}

@keyframes qk-post5-gridMove {
	0% {
		transform: perspective(1000px) rotateX(60deg) translateY(0);
	}

	100% {
		transform: perspective(1000px) rotateX(60deg) translateY(120px);
	}
}

body.qk-post5 .light-beam {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
	animation: qk-post5-lightRotate 20s linear infinite;
	z-index: 2;
}

@keyframes qk-post5-lightRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

body.qk-post5 .about-banner-content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 60px 20px;
	max-width: 900px;
}

body.qk-post5 .about-banner h1 {
	color: white;
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 50px;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	opacity: 0;
	animation: qk-post5-fadeInUp 0.8s ease-out 0.2s forwards;
}

body.qk-post5 .banner-desc {
	color: #eee;
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto;
	line-height: 1.6;
	padding: 20px 28px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 18%, rgba(255, 255, 255, 0.04) 82%, rgba(255, 255, 255, 0) 100%);
	border-radius: 20px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	opacity: 0;
	animation: qk-post5-fadeInUp 0.8s ease-out 0.4s forwards;
	line-height: 30px;
}

@keyframes qk-post5-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.qk-post5 .about-content-layout {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

body.qk-post5 .about-content-layout .topics-section.content {
	overflow: visible;
	height: auto;
}

@media (max-width: 768px) {
	body.qk-post5 .about-banner {
		min-height: 350px;
		margin-top: 0px;
	}

	body.qk-post5 .topics-section {
		margin-bottom: 20px;
		padding: 20px;
	}

	body.qk-post5 .about-banner h1 {
		font-size: 28px;
		font-weight: 500;

	}

	body.qk-post5 .banner-desc {
		padding: 20px;
		font-size: 1rem;
	}

	body.qk-post5 .about-banner-content {
		padding: 40px 20px;
	}
}

body.qk-post5 table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 35px 0px;
}

body.qk-post5 table,
body.qk-post5 th,
body.qk-post5 td {
	border: 1px solid #ddd;
}

body.qk-post5 th,
body.qk-post5 td {
	padding: 8px 12px;
	text-align: left;
}

body.qk-post5 th {
	background-color: #f8f9fa;
	font-weight: bold;
}

/* --------------------------- end qk-post5 ---------------------------- */



body.qk-post7 {
	--primary: var(--primary-color);
	--primary-opacity-10: var(--primary-opacity-10);
	--primary-opacity-20: color-mix(in srgb, var(--primary-color), transparent 80%);
	--primary-opacity-35: color-mix(in srgb, var(--primary-color), transparent 65%);
	--bg: #ffffff;
	--bg-soft: #fafafa;
	--text-primary: #18181b;
	--text-secondary: #71717a;
}

body.qk-post7 .nav-search,
body.qk-post7 .search-box,
body.qk-post7 .search-input,
body.qk-post7 [class*="search"] {
	display: none !important;
}

body.qk-post7 .header-search,
body.qk-post7 .nav .search,
body.qk-post7 .top-nav .search {
	display: none !important;
}

body.qk-post7 .contact-v15 {
	background: var(--bg-soft);
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	position: relative;
	overflow: hidden;
}

body.qk-post7 .contact-v15::before {
	content: '';
	position: absolute;
	top: 11%;
	right: 42px;
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, var(--primary-opacity-35) 0%, rgba(117, 141, 176, 0.22) 48%, transparent 80%);
	filter: blur(14px);
	opacity: 0.58;
	animation: qk-post7-floatSoft 7.6s ease-in-out infinite;
	z-index: 0;
}

body.qk-post7 .contact-v15::after {
	content: '';
	position: absolute;
	top: 39%;
	right: 138px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, rgba(117, 141, 176, 0.3) 0%, rgba(117, 141, 176, 0.18) 52%, transparent 78%);
	filter: blur(11px);
	opacity: 0.48;
	animation: qk-post7-floatSoftSmall 6.8s ease-in-out infinite;
	z-index: 0;
}

body.qk-post7 .v15-shape {
	position: absolute;
	opacity: 0.15;
}

body.qk-post7 .v15-shape-1 {
	top: 6%;
	left: -18px;
	width: 128px;
	height: 128px;
	background: radial-gradient(circle at 35% 35%, var(--primary-opacity-35) 0%, var(--primary-opacity-20) 42%, transparent 75%);
	border-radius: 50%;
	filter: blur(6px);
	opacity: 0.5;
	animation: qk-post7-floatCorner 8.5s ease-in-out infinite;
}

body.qk-post7 .v15-shape-2 {
	top: 60%;
	right: 10%;
	width: 150px;
	height: 150px;
	background: var(--primary);
	transform: rotate(45deg);
}

body.qk-post7 .v15-shape-3 {
	bottom: 10%;
	left: 15%;
	width: 100px;
	height: 100px;
	background: var(--primary);
	border-radius: 20px;
	transform: rotate(15deg);
}

body.qk-post7 .v15-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
	position: relative;
	z-index: 1;
}

body.qk-post7 .v15-header {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 50px;
}

body.qk-post7 .v15-title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-bottom: 15px;
}

body.qk-post7 .v15-header h1 {
	font-size: 40px;
	color: var(--text-primary);
	font-weight: 800;
	margin: 0;
	letter-spacing: 1px;
}

body.qk-post7 .v15-header-subtitle {
	max-width: 760px;
	margin: 18px auto 16px;
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.9;
}

body.qk-post7 .v15-header-tags {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

body.qk-post7 .v15-header-tags span {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 6px;
	color: var(--text-light);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
}

body.qk-post7 .v15-header-tags span:nth-child(1) {
	color: var(--text-light);
}

body.qk-post7 .v15-header-tags span:nth-child(2) {
	color: var(--text-light);
}

body.qk-post7 .v15-header-tags span:nth-child(3) {
	color: var(--text-light);
}

body.qk-post7 .v15-header-tags span:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -9px;
	width: 1px;
	height: 16px;
	background: rgba(148, 163, 184, 0.35);
}

body.qk-post7 .v15-title-deco {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--primary-opacity-10) 0%, #fff 100%);
	border: 1px solid var(--primary-opacity-20);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

body.qk-post7 .v15-title-deco svg {
	width: 18px;
	height: 18px;
	fill: var(--primary);
}

body.qk-post7 .v15-header p {
	color: var(--text-secondary);
	font-size: 17px;
}

body.qk-post7 .v15-notice {
	background: linear-gradient(135deg, #fff 0%, var(--primary-opacity-10) 100%);
	border: 1px solid var(--primary-opacity-20);
	border-radius: 20px;
	padding: 24px 28px;
	margin: 0 auto 32px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

body.qk-post7 .v15-notice::before {
	content: none;
}

body.qk-post7 .v15-notice-badge {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}

body.qk-post7 .v15-notice-company {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #edf2ff 0%, #dfe7ff 100%);
	border: 1px solid rgba(95, 117, 255, 0.18);
	color: #4151c6;
	box-shadow: 0 8px 18px rgba(95, 117, 255, 0.12);
}

body.qk-post7 .v15-notice-tag {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	border-radius: 999px;
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
	border: 1px solid rgba(249, 115, 22, 0.18);
	color: #c66a11;
}

body.qk-post7 .v15-notice p {
	margin: 0;
	padding-left: 2px;
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.9;
}

body.qk-post7 .v15-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 28px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 26px;
	backdrop-filter: blur(10px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
}

body.qk-post7 .v15-card {
	background: var(--bg);
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

body.qk-post7 .v15-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--primary);
}

body.qk-post7 .v15-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px var(--primary-opacity-20);
	border-color: var(--primary);
}

body.qk-post7 .v15-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-opacity-10);
}

body.qk-post7 .v15-icon svg {
	fill: var(--primary);
	width: 28px;
	height: 28px;
}

body.qk-post7 .v15-card h3 {
	font-size: 16px;
	color: var(--text-light);
	margin-bottom: 8px;
}

body.qk-post7 .v15-card p {
	font-size: 16px;
	color: var(--text-light);
}

body.qk-post7 .v15-card p a {
	font-size: 16px;
	color: var(--text-light);
}

body.qk-post7 .v15-qr-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

body.qk-post7 .v15-qr {
	background: var(--bg);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

body.qk-post7 .v15-qr:hover {
	border-color: var(--primary-opacity-20);
}

body.qk-post7 .v15-qr img {
	width: 140px;
	height: 140px;
	border-radius: 14px;
}

body.qk-post7 .v15-qr h4 {
	font-size: 22px;
	color: var(--text-light);
	margin-bottom: 12px;
}

body.qk-post7 .v15-qr p {
	color: var(--text-light);
	font-size: 14px;
	line-height: 1.8;
}

@keyframes qk-post7-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

@keyframes qk-post7-floatSoft {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(-18px, 18px, 0) scale(1.06);
	}
}

@keyframes qk-post7-floatSoftSmall {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(12px, -14px, 0) scale(1.08);
	}
}

@keyframes qk-post7-floatCorner {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(10px, 12px, 0) scale(1.04);
	}
}

@keyframes qk-post7-iconBounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-3px);
	}
}

body.qk-post7 .v15-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--primary);
	color: #fff;
	padding: 14px 50px;
	border-radius: 114px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	margin: 50px auto 0;
	display: table;
	transition: all 0.3s ease;
	animation: qk-post7-bounce 2s ease-in-out infinite;
}

body.qk-post7 .v15-btn svg {
	animation: qk-post7-iconBounce 2s ease-in-out infinite;
}

body.qk-post7 .v15-btn:hover {
	animation: none;
	transform: translateY(-3px);
	box-shadow: 0 15px 30px var(--primary-opacity-35);
}

body.qk-post7 .v15-btn:hover svg {
	animation: none;
}

@media (max-width: 900px) {
	body.qk-post7 .v15-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 16px;
	}

	body.qk-post7 .v15-qr-section {
		grid-template-columns: 1fr;
	}

	body.qk-post7 .v15-qr {
		flex-direction: column;
		text-align: center;
	}

	body.qk-post7 .v15-header-subtitle {
		font-size: 14px;
		margin-top: 14px;
	}

	body.qk-post7 .v15-header-tags {
		gap: 10px;
	}

	body.qk-post7 .v15-header-tags span {
		font-size: 13px;
		padding: 5px 10px;
	}

	body.qk-post7 .v15-header-tags span:not(:last-child)::after {
		right: -6px;
	}

	body.qk-post7 .v15-title-row {
		gap: 12px;
	}

	body.qk-post7 .v15-title-deco {
		width: 36px;
		height: 36px;
	}

	body.qk-post7 .v15-notice-badge {
		gap: 8px;
	}

	body.qk-post7 .v15-notice {
		padding: 22px;
	}

	body.qk-post7 .v15-qr-section {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.qk-post7 .v15-qr {
		flex-direction: column;
		padding: 26px 22px;
		gap: 0;
		text-align: center;
	}

	body.qk-post7 .v15-qr img {
		width: 130px;
		height: 130px;
		margin-bottom: -20px;
	}

	body.qk-post7 .v15-qr h4 {
		margin-bottom: 10px;
	}

	body.qk-post7 .v15-qr p {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}

	body.qk-post7 .v15-qr p br {
		display: none;
	}
}

/* --------------------------- end qk-post7 ---------------------------- */


body.qk-post10 {
	--primary: var(--primary-color);
	--primary-opacity-10: var(--primary-opacity-10);
	--primary-opacity-30: color-mix(in srgb, var(--primary-color), transparent 70%);
}

body.qk-post10 .nav-search,
body.qk-post10 .search-box,
body.qk-post10 .search-input,
body.qk-post10 .search-container,
body.qk-post10 .search-wrapper,
body.qk-post10 #search,
body.qk-post10 [class*="search"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

body.qk-post10 .service-header {
	text-align: center;
	padding: 100px 20px 80px;
	background: var(--primary);
	color: white;
	position: relative;
	overflow: hidden;
}

body.qk-post10 .service-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
	animation: qk-post10-float 6s ease-in-out infinite;
}

body.qk-post10 .data-stream {
	position: absolute;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: qk-post10-dataFlow 2s linear infinite;
}

@keyframes qk-post10-dataFlow {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateY(100%);
		opacity: 0;
	}
}

body.qk-post10 .pulse-ring {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	animation: qk-post10-pulseExpand 3s ease-out infinite;
}

@keyframes qk-post10-pulseExpand {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}

body.qk-post10 .scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	animation: qk-post10-scanMove 3s linear infinite;
	z-index: 1;
}

@keyframes qk-post10-scanMove {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(500px);
	}
}

body.qk-post10 .particle {
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	animation: qk-post10-particleFloat 4s infinite ease-in-out;
}

@keyframes qk-post10-particleFloat {

	0%,
	100% {
		transform: translateY(0) scale(0);
		opacity: 0;
	}

	50% {
		transform: translateY(-100px) scale(1);
		opacity: 1;
	}
}

body.qk-post10 .service-header h1 {
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	animation: qk-post10-fadeInUp 0.8s ease 0.2s both;
	position: relative;
	z-index: 2;
}

body.qk-post10 .service-header p {
	font-size: 1.3rem;
	opacity: 0.9;
	max-width: 600px;
	margin: 0 auto;
	animation: qk-post10-fadeInUp 0.8s ease 0.4s both;
	position: relative;
	z-index: 2;
}

body.qk-post10 .services-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 20px 80px;
}

body.qk-post10 .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto;
}

body.qk-post10 .service-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid #e6edf5;
	border-radius: 16px;
	padding: 40px 30px;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.025);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
	position: relative;
	overflow: hidden;
	animation: qk-post10-fadeInUp 0.8s ease 0.6s both;
	padding-bottom: 10px;
}

body.qk-post10 .service-card:nth-child(1) {
	background: linear-gradient(180deg, rgba(72, 187, 120, 0.08) 0%, #ffffff 34%, rgba(72, 187, 120, 0.03) 100%);
}

body.qk-post10 .service-card:nth-child(2) {
	background: linear-gradient(180deg, rgba(237, 137, 54, 0.08) 0%, #ffffff 34%, rgba(237, 137, 54, 0.03) 100%);
}

body.qk-post10 .service-card:nth-child(3) {
	background: linear-gradient(180deg, rgba(159, 122, 234, 0.08) 0%, #ffffff 34%, rgba(159, 122, 234, 0.03) 100%);
}

body.qk-post10 .service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, var(--primary-opacity-10), transparent);
	transition: left 0.6s ease;
}

body.qk-post10 .service-card:hover::before {
	left: 100%;
}

body.qk-post10 .service-card:hover {
	border-color: var(--primary);
	transform: translateY(-8px);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

body.qk-post10 .service-icon {
	width: 80px;
	height: 80px;
	border-radius: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

body.qk-post10 .web-icon {
	background: linear-gradient(135deg, #48bb78, #38a169);
}

body.qk-post10 .dev-icon {
	background: linear-gradient(135deg, #ed8936, #dd6b20);
}

body.qk-post10 .seo-icon {
	background: linear-gradient(135deg, #9f7aea, #805ad5);
}

body.qk-post10 .service-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

body.qk-post10 .service-card:hover .service-icon::before {
	left: 100%;
}

body.qk-post10 .service-card:hover .service-icon {
	transform: scale(1.1) rotate(5deg);
}

body.qk-post10 .service-card:hover .web-icon {
	box-shadow: 0 8px 18px rgba(72, 187, 120, 0.2);
}

body.qk-post10 .service-card:hover .dev-icon {
	box-shadow: 0 8px 18px rgba(237, 137, 54, 0.2);
}

body.qk-post10 .service-card:hover .seo-icon {
	box-shadow: 0 8px 18px rgba(159, 122, 234, 0.2);
}

body.qk-post10 .service-icon svg {
	width: 35px;
	height: 35px;
	fill: #ffffff;
	transition: all 0.3s ease;
}

body.qk-post10 .service-card:hover .service-icon svg {
	transform: scale(1.1);
}

body.qk-post10 .service-card h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 12px;
	color: #2d3748;
}

body.qk-post10 .service-card p {
	font-size: 0.95rem;
	color: #718096;
	margin-bottom: 20px;
	line-height: 28px;
}

body.qk-post10 .service-features {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	text-align: left;
}

body.qk-post10 .service-features li {
	padding: 6px 0;
	position: relative;
	padding-left: 20px;
	color: #4a5568;
	font-size: 0.9rem;
}

body.qk-post10 .service-features li::before {
	content: '\2022';
	position: absolute;
	left: 0;
	color: var(--primary);
	font-weight: bold;
}

body.qk-post10 .stats-section {
	background: #f7fafc;
	padding: 48px 20px;
	margin-top: 60px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

body.qk-post10 .stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 24px;
	margin: 0 auto;
}

body.qk-post10 .stat-item {
	text-align: center;
}

body.qk-post10 .stat-number {
	font-size: 2rem;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 8px;
}

body.qk-post10 .stat-label {
	color: #718096;
	font-size: 0.9rem;
	font-weight: 500;
}

body.qk-post10 .contact-section {
	text-align: center;
	padding: 60px 20px;
	background: #f7fafc;
	border-top: 1px solid #e2e8f0;
}

body.qk-post10 .contact-section h2 {
	font-size: 1.8rem;
	margin-bottom: 16px;
	color: #2d3748;
}

body.qk-post10 .contact-section p {
	color: #718096;
	margin-bottom: 24px;
}

body.qk-post10 .contact-btn {
	display: inline-block;
	padding: 12px 60px;
	background: var(--primary);
	color: white;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 500;
	transition: all 0.2s ease;
	border: none;
	cursor: pointer;
}

body.qk-post10 .contact-btn:hover {
	background: var(--primary);
	opacity: 0.9;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px var(--primary-opacity-30);
}

@keyframes qk-post10-float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes qk-post10-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.qk-post10 .service-card {
	animation-delay: calc(var(--card-index, 0) * 0.1s);
}

@media (max-width: 768px) {
	body.qk-post10 .service-header h1 {
		font-size: 2.2rem;
	}

	body.qk-post10 .services-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.qk-post10 .stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	body.qk-post10 .service-card {
		padding: 24px 20px;
	}
}

/* --------------------------- end qk-post10 ---------------------------- */

/* ------------------------------ qk-post8 ----------------------------- */
body.qk-post8 {
	--primary: var(--primary-color);
	--bg: #ffffff;
	--bg-soft: #fafafa;
	--surface: #ffffff;
	--text-primary: #1e293b;
	--text-secondary: #475569;
	--text-muted: #64748b;
	--border: #e2e8f0;
	--border-light: #f1f5f9;
	--shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	--shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.04);
	--radius: 20px;
	--radius-sm: 12px;
}

body.qk-post8 {
	background: var(--bg);
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: var(--text-primary);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.qk-post8 .nav-search,
body.qk-post8 .search-box,
body.qk-post8 .search-input,
body.qk-post8 .search-container,
body.qk-post8 .search-wrapper,
body.qk-post8 #search,
body.qk-post8 [class*="search"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

body.qk-post8 .post8-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

body.qk-post8 .post8-hero {
	position: relative;
	padding: 130px;
	background: color-mix(in srgb, var(--primary-color), transparent 90%);
	margin-bottom: 40px;
	overflow: hidden;
}

body.qk-post8 .hero-waves {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	margin-bottom: -1px;
	z-index: 1;
}

body.qk-post8 .parallax>use {
	animation: qk-post8-move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

body.qk-post8 .parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

body.qk-post8 .parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

body.qk-post8 .parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

body.qk-post8 .parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes qk-post8-move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

body.qk-post8 .post8-hero-inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

body.qk-post8 .post8-hero-title {
	font-size: clamp(2rem, 5vw, 3.8rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

body.qk-post8 .post8-brand {
	display: inline-block;
	color: var(--text-primary);
	font-weight: 600;
}

body.qk-post8 .post8-hero-desc {
	max-width: 580px;
	margin: 0 auto 32px;
	font-size: 1rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

body.qk-post8 .post8-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

body.qk-post8 .post8-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	border-radius: 40px;
	font-weight: 500;
	font-size: 0.9rem;
	height: 42px;
	padding: 0 32px;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
	background: none;
	font-family: inherit;
	line-height: 1;
	appearance: none;
}

body.qk-post8 .post8-btn svg {
	width: 18px;
	height: 18px;
}

body.qk-post8 .post8-btn-compact {
	padding-left: 20px;
	padding-right: 20px;
}

body.qk-post8 .post8-btn-primary {
	background: var(--primary);
	color: white;
	position: relative;
	overflow: hidden;
}

body.qk-post8 .post8-btn-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: -40%;
	width: 32%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-22deg);
	animation: qk-post8-btn-shine 2.6s ease-in-out infinite;
	pointer-events: none;
}

body.qk-post8 .post8-btn-primary>* {
	position: relative;
	z-index: 1;
}

body.qk-post8 .post8-btn-primary:hover {
	transform: translateY(-2px);
}

@keyframes qk-post8-btn-shine {
	0% {
		left: -40%;
	}

	55% {
		left: 115%;
	}

	100% {
		left: 115%;
	}
}

body.qk-post8 .post8-btn-ghost {
	background: transparent;
	color: var(--primary);
	border: 1px solid var(--primary);
}

body.qk-post8 .post8-btn-ghost:hover {
	transform: translateY(-2px);
}

body.qk-post8 .post8-trust {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	color: var(--text-muted);
	font-size: 0.75rem;
}

body.qk-post8 .post8-trust span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body.qk-post8 .post8-trust span::before {

	color: var(--primary);
	font-weight: 600;
	font-size: 1rem;
}

body.qk-post8 .project-files-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

body.qk-post8 .project-files-modal.active {
	display: flex;
	opacity: 1;
}

body.qk-post8 .project-files-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.42);
	backdrop-filter: blur(10px);
}

body.qk-post8 .project-files-dialog {
	position: relative;
	z-index: 1;
	width: 770px;
	height: 500px;
	max-width: calc(100vw - 36px);
	max-height: calc(100vh - 24px);
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: translateY(12px) scale(0.98);
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

body.qk-post8 .project-files-modal.active .project-files-dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

body.qk-post8 .project-files-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
	background: #ffffff;
}

body.qk-post8 .project-files-title {
	margin: 0;
	font-size: 19px;
	font-weight: 600;
	color: var(--text-primary);
	letter-spacing: -0.01em;
}

body.qk-post8 .project-files-close {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #475569;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

body.qk-post8 .project-files-close:hover {
	background: color-mix(in srgb, var(--primary-color), transparent 92%);
	border-color: color-mix(in srgb, var(--primary-color), transparent 80%);
	color: var(--primary);
	transform: rotate(90deg) scale(1.03);
}

body.qk-post8 .project-files-body {
	flex: 1;
	min-height: 0;
	overflow: hidden;
	display: flex;
	padding: 14px;
	background: #f8fafc;
}

body.qk-post8 .project-files-dialog .tree-wrap {
	flex: 1;
	min-height: 0;
	overflow: auto;
	padding: 8px;
	border: 1px solid rgba(226, 232, 240, 0.72);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.qk-post8 .project-files-dialog .tree-list,
body.qk-post8 .project-files-dialog .tree-children {
	margin: 0;
	padding: 0;
}

body.qk-post8 .project-files-dialog .tree-item {
	margin-bottom: 4px;
	border-bottom: 1px solid rgba(226, 232, 240, 0.75);
}

body.qk-post8 .project-files-dialog .tree-row {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 14px;
	border-radius: 14px;
	cursor: default;
	user-select: none;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

body.qk-post8 .project-files-dialog .tree-row:hover {
	background: rgba(248, 250, 252, 0.95);
}

body.qk-post8 .project-files-dialog .tree-row.is-dir {
	cursor: pointer;
}

body.qk-post8 .project-files-dialog .tree-row.is-dir:hover {
	background: color-mix(in srgb, var(--primary-color), transparent 94%);
	color: var(--primary);
	transform: translateY(-1px);
}

body.qk-post8 .project-files-dialog .tree-row[data-depth="1"] {
	padding-left: 30px;
}

body.qk-post8 .project-files-dialog .tree-row[data-depth="2"] {
	padding-left: 46px;
}

body.qk-post8 .project-files-dialog .tree-row[data-depth="3"] {
	padding-left: 62px;
}

body.qk-post8 .project-files-dialog .tree-row[data-depth="4"] {
	padding-left: 78px;
}

body.qk-post8 .project-files-dialog .tree-row[data-depth="5"] {
	padding-left: 94px;
}

body.qk-post8 .project-files-dialog .tree-toggle {
	width: 19px;
	height: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 19px;
	color: #6b7280;
}

body.qk-post8 .project-files-dialog .tree-icon {
	width: 19px;
	height: 19px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 19px;
	color: #6b7280;
}

body.qk-post8 .project-files-dialog .tree-toggle svg {
	width: 19px;
	height: 19px;
}

body.qk-post8 .project-files-dialog .tree-icon svg {
	width: 19px;
	height: 19px;
}

body.qk-post8 .project-files-dialog .tree-toggle {
	transition: transform .2s ease;
	transform-origin: center;
}

body.qk-post8 .project-files-dialog .tree-toggle.is-empty {
	visibility: hidden;
}

body.qk-post8 .project-files-dialog .tree-item.open>.tree-row .tree-toggle {
	transform: rotate(90deg);
}

body.qk-post8 .project-files-dialog .tree-main {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
}

body.qk-post8 .project-files-dialog .tree-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #0f172a;
	font-weight: 500;
	flex: 0 1 auto;
}

body.qk-post8 .project-files-dialog .tree-desc {
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: #64748b;
}

body.qk-post8 .project-files-dialog .tree-meta {
	flex: 0 0 auto;
	color: #94a3b8;
	font-size: 13px;
}

body.qk-post8 .project-files-dialog .tree-sub {
	display: none;
	margin: 4px 0 8px;
	padding: 4px 0 0;
	background: transparent;
}

body.qk-post8 .project-files-dialog .tree-item.open>.tree-sub {
	display: block;
}

body.qk-post8 .project-files-dialog .tree-empty {
	margin-left: 14px;
	padding: 10px 14px;
	color: #94a3b8;
	font-size: 13px;
	background: #f8fafc;
	border: 1px dashed rgba(203, 213, 225, 0.9);
	border-radius: 12px;
}

body.qk-post8 .project-files-dialog .tree-row.type-php-common .tree-name {
	color: #7c3aed;
}

body.qk-post8 .project-files-dialog .tree-row.type-php-plugin .tree-name {
	color: #4338ca;
}

body.qk-post8 .project-files-dialog .tree-row.type-php-tool .tree-name {
	color: #0f766e;
}

body.qk-post8 .project-files-dialog .tree-row.type-php-template .tree-name {
	color: #db2777;
}

body.qk-post8 .project-files-dialog .tree-row.type-php-normal .tree-name {
	color: #b45309;
}

body.qk-post8 .project-files-dialog .tree-row.type-php .tree-name {
	color: #92400e;
}

body.qk-post8 .project-files-dialog .tree-row.type-html .tree-name {
	color: #ea580c;
}

body.qk-post8 .project-files-dialog .tree-row.type-css .tree-name {
	color: #0284c7;
}

body.qk-post8 .project-files-dialog .tree-row.type-js .tree-name {
	color: #ca8a04;
}

body.qk-post8 .project-files-dialog .tree-row.type-md .tree-name {
	color: #059669;
}

body.qk-post8 .project-files-dialog .tree-row.type-sql .tree-name {
	color: #c2410c;
}

body.qk-post8 .project-files-dialog .tree-row.type-config .tree-name {
	color: #334155;
}

body.qk-post8 .project-files-dialog .tree-row.type-image .tree-name {
	color: #dc2626;
}

body.qk-post8 .project-files-dialog .tree-row.type-default .tree-name {
	color: #0f172a;
}

body.qk-post8 .post8-section {
	padding: 30px 0 20px;
}

body.qk-post8 .post8-title {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin: 0 0 28px 0;
	color: var(--text-primary);
}

body.qk-post8 .post8-title-light {
	font-weight: 400;
	color: var(--text-muted);
}

body.qk-post8 .post8-grid {
	display: grid;
	gap: 24px;
}

body.qk-post8 .post8-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
	body.qk-post8 .post8-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	body.qk-post8 .post8-hero {
		padding: 60px 0 52px;
	}

	body.qk-post8 .post8-hero-desc {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	body.qk-post8 .post8-hero-title {
		font-size: 2.2rem;
		margin-bottom: 16px;
	}

	body.qk-post8 .post8-hero-desc {
		font-size: 0.95rem;
		margin-bottom: 24px;
	}

	body.qk-post8 .post8-actions {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin-bottom: 20px;
	}

	body.qk-post8 .post8-btn {
		width: 280px;
		padding: 0 16px;
		font-size: 0.9rem;
		height: 44px;
		box-sizing: border-box;
	}

	body.qk-post8 .post8-actions .post8-btn:nth-child(2),
	body.qk-post8 .post8-actions .post8-btn:nth-child(3) {
		display: none !important;
	}

	body.qk-post8 .post8-trust {
		display: flex;

		gap: 8px;
		font-size: 0.75rem;
		text-align: center;
	}

	body.qk-post8 .post8-grid-3 {
		grid-template-columns: 1fr;
	}

	body.qk-post8 .post8-container {
		padding: 0 20px;
	}

	body.qk-post8 .post8-title {
		font-size: 1.5rem;
		margin-bottom: 32px;
	}

	body.qk-post8 .project-files-dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 24px);
	}

	body.qk-post8 .project-files-header {
		padding: 16px 16px 14px;
	}

	body.qk-post8 .post8-files {
		padding: 20px 20px;
	}

	body.qk-post8 .post8-faq-q {
		padding: 14px 18px;
	}

	body.qk-post8 .post8-faq-a {
		padding: 0 18px 16px 52px;
	}
}

body.qk-post8 .post8-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 20px 24px;
	transition: all 0.2s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.qk-post8 .post8-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

body.qk-post8 .post8-card h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: var(--text-primary);
}

body.qk-post8 .post8-card-ico {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

body.qk-post8 .post8-card-ico svg {
	width: 18px;
	height: 18px;
	stroke-width: 1.5;
}

body.qk-post8 .post8-card-1,
body.qk-post8 .post8-card-2,
body.qk-post8 .post8-card-3,
body.qk-post8 .post8-card-4,
body.qk-post8 .post8-card-5,
body.qk-post8 .post8-card-6 {
	border: 1px solid var(--border);
	background: var(--surface);
}

body.qk-post8 .post8-card-1:hover,
body.qk-post8 .post8-card-2:hover,
body.qk-post8 .post8-card-3:hover,
body.qk-post8 .post8-card-4:hover,
body.qk-post8 .post8-card-5:hover,
body.qk-post8 .post8-card-6:hover {
	border: 1px solid var(--primary);
}

body.qk-post8 .post8-card-1 h3,
body.qk-post8 .post8-card-2 h3,
body.qk-post8 .post8-card-3 h3,
body.qk-post8 .post8-card-4 h3,
body.qk-post8 .post8-card-5 h3,
body.qk-post8 .post8-card-6 h3 {
	color: var(--text-primary);
}

body.qk-post8 .post8-card-1 .post8-card-ico,
body.qk-post8 .post8-card-2 .post8-card-ico,
body.qk-post8 .post8-card-3 .post8-card-ico,
body.qk-post8 .post8-card-4 .post8-card-ico,
body.qk-post8 .post8-card-5 .post8-card-ico,
body.qk-post8 .post8-card-6 .post8-card-ico {
	background: var(--bg-soft);
}

body.qk-post8 .post8-card-1 .post8-card-ico svg,
body.qk-post8 .post8-card-2 .post8-card-ico svg,
body.qk-post8 .post8-card-3 .post8-card-ico svg,
body.qk-post8 .post8-card-4 .post8-card-ico svg,
body.qk-post8 .post8-card-5 .post8-card-ico svg,
body.qk-post8 .post8-card-6 .post8-card-ico svg {
	stroke: var(--primary);
}

body.qk-post8 .post8-card p {
	font-size: 0.85rem;
	color: var(--text-secondary);
	line-height: 1.6;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.qk-post8 .post8-meta {
	margin-top: 6px;
	padding-top: 12px;
	border-top: 1px solid var(--border-light);
	color: var(--text-muted);
	font-size: 0.65rem;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}

body.qk-post8 .post8-meta svg {
	width: 16px;
	height: 16px;
	stroke: var(--text-muted);
	stroke-width: 1.5;
}

body.qk-post8 .post8-files {
	margin-top: 48px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 28px 32px;
}

body.qk-post8 .post8-files-header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: baseline;
	flex-wrap: wrap;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border);
	margin-bottom: 20px;
}

body.qk-post8 .post8-files-header h3 {
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	color: var(--text-primary);
}

body.qk-post8 .post8-files-header span {
	color: var(--text-muted);
	font-size: 0.75rem;
	background: var(--bg-soft);
	padding: 4px 12px;
	border-radius: 30px;
}

body.qk-post8 .post8-files-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 10px;
}

body.qk-post8 .post8-file {
	background: var(--bg-soft);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	padding: 12px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	transition: all 0.2s ease;
}

body.qk-post8 .post8-file:hover {
	border-color: var(--primary);
	background: var(--surface);
}

body.qk-post8 .post8-file-name {
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--text-primary);
	word-break: break-all;
}

body.qk-post8 .post8-file-size {
	font-size: 0.65rem;
	color: var(--text-muted);
	background: var(--surface);
	padding: 3px 10px;
	border-radius: 30px;
	white-space: nowrap;
}

body.qk-post8 .post8-faq {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.qk-post8 .post8-faq-item {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: all 0.2s ease;
}

body.qk-post8 .post8-faq-item:hover {
	border-color: var(--primary);
}

body.qk-post8 .post8-faq-q {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 24px;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--text-primary);
	list-style: none;
}

body.qk-post8 .post8-faq-text {
	flex: 1;
	min-width: 0;
}

body.qk-post8 .post8-faq-arrow {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--text-muted);
	flex: none;
	transition: transform 0.2s ease, color 0.2s ease;
}

body.qk-post8 .post8-faq-arrow svg {
	width: 16px;
	height: 16px;
	stroke-width: 2;
}

body.qk-post8 .post8-faq-item[open] .post8-faq-arrow {
	transform: rotate(180deg);
	color: var(--primary);
}

body.qk-post8 .post8-faq-q::-webkit-details-marker {
	display: none;
}

body.qk-post8 .post8-faq-q::marker {
	content: "";
}

body.qk-post8 .post8-q-mark {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: color-mix(in srgb, var(--primary-color), transparent 90%);
	color: var(--primary);
	font-size: 0.7rem;
	font-weight: 600;
	flex: none;
}

body.qk-post8 .post8-faq-a {
	padding: 0 24px 20px 60px;
	color: var(--text-secondary);
	font-size: 0.85rem;
	line-height: 1.6;
}



body.qk-post8 ::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

body.qk-post8 ::-webkit-scrollbar-track {
	background: var(--bg-soft);
}

body.qk-post8 ::-webkit-scrollbar-thumb {
	background: var(--border);
	border-radius: 3px;
}

/* --------------------------- end qk-post8 ---------------------------- */

/* ---------------------- qk-post6 / qk-post11 ----------------------- */

body:is(.qk-post6, .qk-post11) .page-type-badge {
	position: absolute;
	top: 50px;
	left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 80px;
	transform: rotate(-45deg) translate(-35%, -40%) translateZ(0);
	transform-origin: top left;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	z-index: 10;
	letter-spacing: 1px;
	white-space: nowrap;
	font-family: "Segoe UI", Arial, sans-serif;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	backface-visibility: hidden;
}

body.qk-post6.qk-post6-detached> :not(.main-content):not(script):not(.qk-modal),
body.qk-post6.qk-post6-detached header.header,
body.qk-post6.qk-post6-detached footer.footer,
body.qk-post6.qk-post6-detached .category-header-section,
body.qk-post6.qk-post6-detached .post6-purchase-notice-section,
body.qk-post6.qk-post6-detached .post6-tool-detail-section,
body.qk-post6.qk-post6-detached .post6-related-tools-section,
body.qk-post6.qk-post6-detached .post6-hot-tools-section,
body.qk-post6.qk-post6-detached .post6-comment-section,
body.qk-post6.qk-post6-detached #sidebar,
body.qk-post6.qk-post6-detached .vertical-actions,
body.qk-post6.qk-post6-detached .sidebar-toggle-btn,
body.qk-post6.qk-post6-detached .page-type-badge,
body.qk-post6.qk-post6-detached #detachBtn,
body.qk-post6.qk-post6-detached .tool-operation-header,
body.qk-post6.qk-post6-detached [class*="qk55-"],
body.qk-post6.qk-post6-detached #back-to-top {
	display: none !important;
}

html.qk-post6-detached-html,
body.qk-post6.qk-post6-detached {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100vh !important;
	background: #eef4fb !important;
}

body.qk-post6.qk-post6-detached .main-content {
	margin: 0 !important;
	padding: 0 !important;
	width: 100vw !important;
	min-height: 100vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
}

body.qk-post6.qk-post6-detached .container,
body.qk-post6.qk-post6-detached .content-layout,
body.qk-post6.qk-post6-detached .main-column,
body.qk-post6.qk-post6-detached .post6-page-container,
body.qk-post6.qk-post6-detached .post6-content-layout,
body.qk-post6.qk-post6-detached .post6-main-column {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.qk-post6.qk-post6-detached .topics-section {
	margin: 0 !important;
	padding: 0 !important;
	width: 100vw !important;
	min-height: 100vh !important;
	max-width: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.qk-post6.qk-post6-detached #tool-content-container1 {
	width: 100vw !important;
	min-height: 100vh !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	background: transparent !important;
}

body.qk-post6.qk-post6-detached .post6-tool-shell {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
}

body.qk-post6.qk-post6-detached #tool-iframe {
	display: block !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
}

body.qk-post6.qk-post6-detached.qk-post6-detached-expanded,
html.qk-post6-detached-expanded {
	background: #eef4fb !important;
}

body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .main-content,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded #tool-content-container1,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .post6-tool-shell,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded #tool-iframe {
	width: 100vw !important;
	height: 100vh !important;
	min-height: 100vh !important;
	max-height: 100vh !important;
}

body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .post6-tool-shell {
	border-radius: 0 !important;
}

body.qk-post6.qk-post6-detached.qk-post6-detached-expanded,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .main-content,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .container,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .content-layout,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .main-column,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .post6-page-container,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .post6-content-layout,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .post6-main-column,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded .topics-section,
body.qk-post6.qk-post6-detached.qk-post6-detached-expanded #tool-content-container1 {
	overflow: hidden !important;
}




body:is(.qk-post6, .qk-post11) #detachBtn,
body:is(.qk-post6, .qk-post11) #favoriteBtn,
body:is(.qk-post6, .qk-post11) #fullscreenBtn {
	appearance: none;
	border: 1px solid rgba(203, 213, 225, 0.8);
	background: #ffffff;
	height: 32px;
	width: 70px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2px;
	border-radius: 999px;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

body:is(.qk-post6, .qk-post11) #detachBtn {
	color: #8b5cf6;
	border-color: rgba(139, 92, 246, 0.45);
}

body:is(.qk-post6, .qk-post11) #detachBtn:hover {
	transform: translateY(-1px);
	border-color: rgba(139, 92, 246, 0.75);
	color: #7c3aed;
	background: rgba(139, 92, 246, 0.08);
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
}

body:is(.qk-post6, .qk-post11) #detachBtn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

body:is(.qk-post6, .qk-post11) #favoriteBtn {
	color: #059669;
	border-color: rgba(5, 150, 105, 0.45);
}

body:is(.qk-post6, .qk-post11) #favoriteBtn:hover {
	transform: translateY(-1px);
	border-color: rgba(5, 150, 105, 0.75);
	color: #047857;
	background: rgba(5, 150, 105, 0.08);
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
}

body:is(.qk-post6, .qk-post11) #favoriteBtn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

body:is(.qk-post6, .qk-post11) #fullscreenBtn {
	color: #0284c7;
	border-color: rgba(2, 132, 199, 0.45);
}

body:is(.qk-post6, .qk-post11) #fullscreenBtn:hover {
	transform: translateY(-1px);
	border-color: rgba(2, 132, 199, 0.75);
	color: #0369a1;
	background: rgba(2, 132, 199, 0.08);
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
}

body:is(.qk-post6, .qk-post11) #fullscreenBtn:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

body:is(.qk-post6, .qk-post11) #fullscreenBtn.is-fullscreen {
	color: #ef4444;
	border-color: rgba(239, 68, 68, 0.45);
}

body:is(.qk-post6, .qk-post11) #fullscreenBtn.is-fullscreen:hover {
	border-color: rgba(239, 68, 68, 0.75);
	color: #dc2626;
	background: rgba(239, 68, 68, 0.08);
	box-shadow: 0 6px 14px rgba(239, 68, 68, 0.12);
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-operation-top, .post11-tool-operation-top) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-operation-title, .post11-tool-operation-title) {
	flex: 1 1 auto;
	min-width: 0;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-action-buttons, .post11-tool-action-buttons) {
	display: flex;
	align-items: center;
	gap: 10px;
}

body:is(.qk-post6, .qk-post11) .tool-operation-header .recent-users {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	margin-left: 25px;
	flex-shrink: 0;
}

html.tool-fullscreen,
body:is(.qk-post6, .qk-post11).tool-fullscreen {
	overflow: hidden !important;
	height: 100% !important;
}

body:is(.qk-post6, .qk-post11) .tool-fullscreen-section {
	width: 100% !important;
	height: 100vh !important;
	max-height: 100vh !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

body:is(.qk-post6, .qk-post11) .tool-fullscreen-section #tool-content-container1 {
	max-height: none !important;
	height: calc(100vh - var(--tool-header-height, 120px)) !important;
	overflow: hidden !important;
}

body:is(.qk-post6, .qk-post11) .tool-fullscreen-section #tool-iframe {
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
}

body:is(.qk-post6, .qk-post11) #tool-content-container1 {
	min-height: 400px;
	height: auto;
	max-height: none;
	overflow: visible;
	overflow-y: visible;
	transition: opacity 0.25s ease;
}

body.qk-post6:not(.qk-post6-detached):not(.tool-fullscreen) #tool-content-container1 {
	min-height: 650px;
	height: 650px;
	max-height: 650px;
	overflow: hidden;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-shell, .post11-tool-shell) {
	min-height: 400px;
	height: auto;
	position: relative;
	overflow: hidden;
	transition: height 0.24s ease;
}

body.qk-post6:not(.qk-post6-detached):not(.tool-fullscreen) .post6-tool-shell {
	min-height: 650px;
	height: 650px;
	max-height: 650px;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-loading, .post11-tool-loading) {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s ease;
	background: rgba(0, 0, 0, 0.8);
	width: 100px;
	height: 100px;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	will-change: opacity;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-loading, .post11-tool-loading).show {
	opacity: 1;
	visibility: visible;
}

body.qk-post6 .post6-tool-shell .post6-tool-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

body.qk-post6:not(.qk-post6-detached):not(.tool-fullscreen) .post6-tool-shell .post6-tool-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	z-index: 30;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-loading-panel, .post11-tool-loading-panel) {
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-loading-spinner, .post11-tool-loading-spinner) {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid rgba(255, 255, 255, 0.1);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: spin-clockwise 1.2s cubic-bezier(0.5, 0.1, 0.4, 0.9) infinite;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-loading-spinner-core, .post11-tool-loading-spinner-core) {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: spin-counter-clockwise 1s cubic-bezier(0.5, 0.1, 0.4, 0.9) infinite;
}

body:is(.qk-post6, .qk-post11) #tool-content-container1::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body:is(.qk-post6, .qk-post11) #tool-content-container1::-webkit-scrollbar-track {
	background: #e2e8f0;
	border-radius: 14px;
}

body:is(.qk-post6, .qk-post11) #tool-content-container1::-webkit-scrollbar-thumb {
	background: #94a3b8;
	border-radius: 14px;
}

body:is(.qk-post6, .qk-post11) #tool-content-container1::-webkit-scrollbar-thumb:hover {
	background: #64748b;
}

@keyframes spin-clockwise {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes spin-counter-clockwise {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

@keyframes qk-post6-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

body:is(.qk-post6, .qk-post11) #tool-iframe {
	display: block;
	width: 100%;
	border: none;
	min-height: 400px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.22s ease;
}

body.qk-post6:not(.qk-post6-detached):not(.tool-fullscreen) #tool-iframe {
	height: 770px;
	min-height: 770px;
	max-height: 770px;
	overflow: auto;
}

body:is(.qk-post6, .qk-post11) #tool-iframe.loaded {
	opacity: 1;
}

body:is(.qk-post6, .qk-post11) .buy-btn[data-status="1"]:not(:disabled):hover {
	background-color: #30ac53ff !important;
	border-color: #1e8e3e !important;
	box-shadow: 0 4px 12px rgba(40, 167, 69, 0.5) !important;
}

body:is(.qk-post6, .qk-post11) .buy-btn[data-login-action="buy"]:not([data-status="1"]):not([data-status="2"]):hover,
body:is(.qk-post6, .qk-post11) .buy-btn[data-status="3"]:hover {
	background-color: #e64500 !important;
	border-color: #e64500 !important;
	box-shadow: 0 4px 12px rgba(255, 80, 0, 0.5) !important;
	transform: translateY(-2px) !important;
}

body:is(.qk-post6, .qk-post11) .buy-btn[data-status="2"]:not(:disabled):hover {
	background-color: #138496 !important;
	border-color: #117a8b !important;
	box-shadow: 0 4px 12px rgba(23, 162, 184, 0.5) !important;
}

body:is(.qk-post6, .qk-post11) .buy-btn[data-status="0"]:not(:disabled),
body:is(.qk-post6, .qk-post11) .buy-btn:disabled {
	pointer-events: none;
}

body:is(.qk-post6, .qk-post11) .buy-btn::before {
	content: '';
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(45deg);
	animation: qk-post6-shine 2s infinite ease-in-out;
	pointer-events: none;
}

body:is(.qk-post6, .qk-post11) .buy-btn:disabled::before {
	animation: none;
	display: none;
}

@keyframes qk-post6-shine {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
		opacity: 0;
	}
}

body:is(.qk-post6, .qk-post11) .btn-loading {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: qk-post6-btn-spin 0.8s linear infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes qk-post6-btn-spin {
	to {
		transform: rotate(360deg);
	}
}

body:is(.qk-post6, .qk-post11) .trending-topics {
	margin-bottom: 0px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: 1px solid var(--border);
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-detail-section, .post11-tool-detail-section) {
	padding-bottom: 25px;
}

body.qk-post6 .post6-purchase-notice-section {
	padding: 22px 24px 24px;
	border: 1px solid #eadfca;
	background: linear-gradient(180deg, #fffdf9 0%, #fffaf4 100%);
	box-shadow: 0 6px 16px rgba(148, 112, 48, 0.05);
	position: relative;
	overflow: hidden;
}

body.qk-post6 .post6-purchase-notice-section::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 3px;
	background: linear-gradient(90deg, #d7b07a 0%, #ebc891 100%);
}

body.qk-post6 .post6-purchase-notice-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(186, 141, 72, 0.14);
}

body.qk-post6 .post6-purchase-notice-title {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #73532a;
}

body.qk-post6 .post6-purchase-notice-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(219, 194, 152, 0.16);
	border: 1px solid rgba(186, 141, 72, 0.16);
	font-size: 12px;
	font-weight: 600;
	color: #8a6838;
	white-space: nowrap;
}

body.qk-post6 .post6-purchase-notice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.qk-post6 .post6-purchase-notice-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 18px 16px;
	border-radius: 14px;
	background: rgba(255, 253, 249, 0.84);
	border: 1px solid rgba(239, 229, 211, 0.96);
	box-shadow: 0 4px 12px rgba(148, 112, 48, 0.045);
}

body.qk-post6 .post6-purchase-notice-item-full {
	grid-column: 1 / -1;
	background: rgba(255, 253, 249, 0.84);
	border-color: rgba(239, 229, 211, 0.96);
}

body.qk-post6 .post6-purchase-notice-num {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	background: linear-gradient(135deg, #e3bf88 0%, #c9964d 100%);
	color: #fff;
	box-shadow: 0 6px 14px rgba(148, 112, 48, 0.12);
}

body.qk-post6 .post6-purchase-notice-num svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.qk-post6 .post6-purchase-notice-body h4 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #5f4824;
}

body.qk-post6 .post6-purchase-notice-body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
	color: #5f6b7a;
}

body.qk-post6 .post6-purchase-notice-body .post6-purchase-notice-text-clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: calc(1.85em * 2);
}

@media (max-width: 768px) {
	body.qk-post6 .post6-purchase-notice-section {
		padding: 20px 18px 22px;
	}

	body.qk-post6 .post6-purchase-notice-head {
		flex-wrap: wrap;
	}

	body.qk-post6 .post6-purchase-notice-grid {
		grid-template-columns: 1fr;
	}

	body.qk-post6 .post6-purchase-notice-item-full {
		grid-column: auto;
	}
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-detail-head, .post11-tool-detail-head) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border);
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-detail-title, .post11-tool-detail-title) {
	font-size: 16px;
	font-weight: 600;
	color: var(--text);
	margin: 0;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-detail-position, .post11-tool-detail-position) {
	font-size: 14px;
	color: var(--text-lighter);
}

body:is(.qk-post6, .qk-post11) :is(.post6-tool-detail-position, .post11-tool-detail-position) a {
	font-size: 14px;
	color: var(--text-lighter);
	text-decoration: none;
}

body:is(.qk-post6, .qk-post11) :is(.post6-tools-section, .post6-hot-tools-section, .post11-hot-tools-section) {
	padding-bottom: 25px;
}

body:is(.qk-post6, .qk-post11) :is(.post6-hot-tools-head, .post11-hot-tools-head) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border);
}

body:is(.qk-post6, .qk-post11) :is(.post6-hot-tools-title, .post11-hot-tools-title) {
	font-size: 16px;
	font-weight: 600;
	color: var(--text);
	margin: 0;
}

body:is(.qk-post6, .qk-post11) :is(.post6-comment-section, .post11-comment-section) {
	padding-bottom: 30px;
}

body:is(.qk-post6, .qk-post11) :is(.post6-comment-head, .post11-comment-head) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border);
}

body:is(.qk-post6, .qk-post11) :is(.post6-comment-title, .post11-comment-title) {
	font-size: 16px;
	font-weight: 600;
	color: var(--text);
	margin: 0;
}

body:is(.qk-post6, .qk-post11).sidebar-collapsed .trending-topics,
body:is(.qk-post6, .qk-post11).sidebar-collapsed .events-section {
	margin-bottom: 0px;
	padding: 20px;
}

body:is(.qk-post6, .qk-post11) .category-title {
	word-wrap: break-word;
	overflow-wrap: break-word;
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body:is(.qk-post6, .qk-post11) .hot-tools-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper {
	flex: 1 1 calc(33.333% - 15px);
	box-sizing: border-box;
	margin: 7.5px;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 {
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
	cursor: pointer;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color: var(--primary);
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-header {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumbnail {
	--tool-thumb-accent: var(--category-icon-accent, var(--primary));
	--tool-thumb-shadow-rgb: var(--category-icon-shadow-rgb, 135, 155, 178);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 2px solid var(--tool-thumb-accent);
	box-shadow: 0 6px 14px rgba(var(--tool-thumb-shadow-rgb), 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -2px 4px rgba(var(--tool-thumb-shadow-rgb), 0.08);
	color: var(--tool-thumb-accent);
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumbnail.has-thumb-image {
	background: transparent;
	border: none;
	box-shadow: none;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumb-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	min-height: 100%;
	max-height: 100%;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumb-icon,
body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumb-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumb-icon svg {
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	color: inherit;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-thumb-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

body.qk-post11 .tool-card-wrapper .post52 .tool-thumbnail {
	--tool-thumb-accent: var(--category-icon-accent, var(--primary));
	--tool-thumb-shadow-rgb: var(--category-icon-shadow-rgb, 135, 155, 178);
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 2px solid var(--tool-thumb-accent);
	box-shadow: 0 6px 14px rgba(var(--tool-thumb-shadow-rgb), 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 -2px 4px rgba(var(--tool-thumb-shadow-rgb), 0.08);
	color: var(--tool-thumb-accent);
}

body.qk-post11 .tool-card-wrapper .post52 .tool-thumbnail.has-thumb-image {
	border: none;
	box-shadow: none;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-title {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 0 10px;
	color: #334155;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-description {
	color: #64748b;
	font-size: 12px;
	line-height: 1.6;
	margin: 4px 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 41.6px;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #edf2f7;
	padding-top: 10px;
	font-size: 0.9rem;
	flex-shrink: 0;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-views {
	color: var(--text-lighter);
	font-weight: 500;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	background: var(--primary);
	padding: 0 10px;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.3s ease;
}

body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 .tool-link:hover {
	background: #1d4ed8;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

@media (max-width: 768px) {
	.vertical-actions {
		display: none !important;
	}

	body:is(.qk-post6, .qk-post11) .tool-card-wrapper .post52 {
		height: auto !important;
		min-height: 145px;
		width: 100% !important;
		max-width: 355px !important;
		margin: 0 auto !important;
	}

	body:is(.qk-post6, .qk-post11) .topics-section {
		padding: 20px;
	}

	body:is(.qk-post6, .qk-post11) .tool-card-wrapper {
		flex: 0 0 100% !important;
		width: 100% !important;
		margin: 7.5px 0 !important;
	}

	body:is(.qk-post6, .qk-post11) .hot-tools-container {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}

	body:is(.qk-post6, .qk-post11) .tool-operation-header {
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 12px !important;
	}

	body:is(.qk-post6, .qk-post11) :is(.post6-tool-operation-top, .post11-tool-operation-top) {
		width: 100% !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		flex-wrap: wrap !important;
	}

	body:is(.qk-post6, .qk-post11) .tool-operation-header h3 {
		margin-bottom: 0 !important;
		flex: none;
		min-width: 0;
	}

	body:is(.qk-post6, .qk-post11) .tool-operation-header .recent-users {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 12px !important;
		flex: 0 0 100%;
		min-width: 0;
	}

	body:is(.qk-post6, .qk-post11) :is(.post6-tool-action-buttons, .post11-tool-action-buttons) {
		width: 100%;
		flex-shrink: 0;
		justify-content: flex-start;
		gap: 8px;
		margin-top: 10px;
	}

	body:is(.qk-post6, .qk-post11) .tool-operation-header .recent-users>div {
		flex-wrap: wrap;
	}

	body.qk-post6 .post6-tool-progress {
		margin-left: 0;
	}


	body.qk-post6.qk-post6-detached .post6-tool-progress {
		display: none !important;
	}

	@keyframes post6ToolProgressSlide {
		0% {
			transform: translateX(-135%);
		}

		100% {
			transform: translateX(260%);
		}
	}

	body:is(.qk-post6, .qk-post11) #detachBtn,
	body:is(.qk-post6, .qk-post11) #favoriteBtn,
	body:is(.qk-post6, .qk-post11) #fullscreenBtn {
		white-space: nowrap;
		padding: 0 12px;
		font-size: 12px;
	}

	body:is(.qk-post6, .qk-post11) .trending-topics,
	body:is(.qk-post6, .qk-post11) .events-section {
		margin-bottom: 0px;
		padding: 15px;
	}

	body:is(.qk-post6, .qk-post11) .topics-section.content>div:first-child {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
	}

	body:is(.qk-post6, .qk-post11) .vertical-actions {
		display: none !important;
	}
}

body:is(.qk-post6, .qk-post11) .hot-tools-container a:hover {
	background-color: var(--primary) !important;
	color: white !important;
}

body:is(.qk-post6, .qk-post11) .tool-thumb-img {
	width: 34px !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	object-fit: cover;
	border-radius: 50%;
}

/* ------------------- end qk-post6 / qk-post11 -------------------- */

/* ------------------------------ qk-post9 ----------------------------- */
body.qk-post9 {
	--bg: #ffffff;
	--bg-soft: #fafafa;
	--surface: #ffffff;
	--text-primary: #1e293b;
	--text-secondary: #475569;
	--text-muted: #64748b;
	--border: #e2e8f0;
	--border-light: #f1f5f9;
	--shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	--shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.04);
	--radius: 20px;
	--radius-sm: 12px;
	--primary: var(--primary-color, #9333ea);
	--primary-opacity-5: color-mix(in srgb, var(--primary) 5%, transparent);
	--primary-opacity-10: color-mix(in srgb, var(--primary) 10%, transparent);
	--primary-opacity-12: color-mix(in srgb, var(--primary) 12%, transparent);
	--primary-opacity-15: color-mix(in srgb, var(--primary) 15%, transparent);
	--primary-opacity-18: color-mix(in srgb, var(--primary) 18%, transparent);
	--primary-opacity-20: color-mix(in srgb, var(--primary) 20%, transparent);
	--primary-opacity-25: color-mix(in srgb, var(--primary) 25%, transparent);
	--primary-opacity-30: color-mix(in srgb, var(--primary) 30%, transparent);
	--primary-opacity-40: color-mix(in srgb, var(--primary) 40%, transparent);
	background: var(--bg);
	font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: var(--text-primary);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.qk-post9 .nav-search,
body.qk-post9 .search-box,
body.qk-post9 .search-input,
body.qk-post9 .search-container,
body.qk-post9 .search-wrapper,
body.qk-post9 #search,
body.qk-post9 [class*="search"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

body.qk-post9 .breadcrumb,
body.qk-post9 .location {
	display: none !important;
}

body.qk-post9 .post9-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

body.qk-post9 .post9-hero {
	position: relative;
	padding: 126px 0 104px;
	background:
		radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--primary) 18%, transparent) 0%, transparent 34%),
		radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--primary) 14%, white 86%) 0%, transparent 36%),
		radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--primary) 10%, transparent) 0%, transparent 42%),
		linear-gradient(180deg, color-mix(in srgb, var(--primary) 12%, #ffffff 88%) 0%, color-mix(in srgb, var(--primary) 6%, #ffffff 94%) 52%, #ffffff 100%);
	border-bottom: 1px solid rgba(226, 232, 240, 0.85);
	margin-bottom: 18px;
	overflow: hidden;
}

body.qk-post9 .post9-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.1) 100%);
	pointer-events: none;
}

body.qk-post9 .hero-waves {
	display: none;
}

body.qk-post9 .parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

body.qk-post9 .parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

body.qk-post9 .parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

body.qk-post9 .parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes qk-post9-move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes qk-post9-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

body.qk-post9 .post9-hero-inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

body.qk-post9 .post9-hero-title {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 14px 0;
}

body.qk-post9 .post9-brand {
	display: inline-block;
	color: var(--text-primary);
	font-weight: 600;
}

body.qk-post9 .post9-hero-desc {
	max-width: 580px;
	margin: 0 auto 24px;
	font-size: 1rem;
	color: var(--text-secondary);
	line-height: 1.6;
}

body.qk-post9 .post9-query-box {
	max-width: 600px;
	margin: 0 auto 20px;
	display: flex;
	background: var(--surface);
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 40px;
	padding: 8px;
	gap: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

body.qk-post9 .post9-query-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 12px 24px;
	font-size: 1rem;
	outline: none;
	color: var(--text-primary);
}

body.qk-post9 .post9-query-input::placeholder {
	color: var(--text-muted);
}

body.qk-post9 .post9-query-input-mobile {
	display: none;
}

body.qk-post9 .post9-btn-text-mobile {
	display: none;
}

body.qk-post9 .post9-query-input-desktop {
	display: block;
}

body.qk-post9 .post9-btn-text-desktop {
	display: inline;
}

body.qk-post9 .post9-btn-icon-normal {
	display: inline;
}

body.qk-post9 .post9-btn-icon-loading {
	display: none;
}

body.qk-post9 .post9-btn-text-loading {
	display: none;
}

body.qk-post9 .post9-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	border-radius: 40px;
	font-weight: 500;
	font-size: 0.9rem;
	padding: 10px 32px;
	transition: all 0.2s ease;
	cursor: pointer;
	border: none;
}

body.qk-post9 .post9-btn svg {
	width: 16px;
	height: 16px;
}

body.qk-post9 .post9-btn-primary {
	background: var(--primary);
	color: white;
}

body.qk-post9 .post9-btn-primary:hover {
	transform: translateY(-1px);
}

body.qk-post9 .post9-query-result {
	display: none;
	max-width: 600px;
	margin: 0 auto;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 24px 32px;
	text-align: left;
	animation: qk-post9-fadeIn 0.3s ease;
}

@keyframes qk-post9-fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.qk-post9 .post9-query-result.show {
	display: block;
}

body.qk-post9 .post9-result-success {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

body.qk-post9 .post9-result-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

body.qk-post9 .post9-result-icon.success {
	background: #ecfdf5;
	color: #10b981;
}

body.qk-post9 .post9-result-icon.error {
	background: #fef2f2;
	color: #ef4444;
}

body.qk-post9 .post9-result-content h4 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 8px 0;
}

body.qk-post9 .post9-result-content h4.success {
	color: #10b981;
}

body.qk-post9 .post9-result-content h4.error {
	color: #ef4444;
}

body.qk-post9 .post9-result-content p {
	font-size: 0.9rem;
	color: var(--text-secondary);
	margin: 0;
}

body.qk-post9 .post9-trust {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	color: var(--text-muted);
	font-size: 0.75rem;
}

body.qk-post9 .post9-trust span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
}

body.qk-post9 .post9-trust span::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary);
}

body.qk-post9 .post9-section {
	padding: 24px 0 14px;
}

body.qk-post9 .post9-title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin: 0 0 22px 0;
	color: var(--text-primary);
}

body.qk-post9 .post9-title-light {
	font-weight: 400;
	color: var(--text-muted);
}

body.qk-post9 .post9-grid {
	display: grid;
	gap: 24px;
}

body.qk-post9 .post9-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

body.qk-post9 .post9-card {
	background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 22px;
	padding: 24px 22px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.035);
	position: relative;
	overflow: hidden;
	--card-accent: #64748b;
}

body.qk-post9 .post9-card::before {
	content: '';
	position: absolute;
	inset: 0 0 auto 0;
	height: 72px;
	background: linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 8%, #ffffff 92%) 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

body.qk-post9 .post9-card::after {
	content: '';
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: -10px;
	height: 12px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.05);
	opacity: 0.2;
	filter: blur(10px);
	pointer-events: none;
	z-index: 0;
}

body.qk-post9 .post9-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
	border-color: color-mix(in srgb, var(--card-accent) 18%, rgba(226, 232, 240, 0.95) 82%);
}

body.qk-post9 .post9-card-tag {
	position: absolute;
	right: 22px;
	top: 22px;
	display: inline-block;
	padding: 5px 11px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: none;
	background: color-mix(in srgb, var(--card-accent) 12%, #ffffff 88%);
	border: 1px solid color-mix(in srgb, var(--card-accent) 18%, #e2e8f0 82%);
	border-radius: 999px;
	color: var(--card-accent) !important;
	margin-bottom: 0;
	width: fit-content;
	z-index: 2;
}

body.qk-post9 .post9-card-name {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--text-primary);
}

body.qk-post9 .post9-card-price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-bottom: 16px;
	margin-top: 24px;
	justify-content: center;
}

body.qk-post9 .post9-card-price .currency {
	font-size: 1.2rem;
	font-weight: 600;
	color: #ef4444;
}

body.qk-post9 .post9-card-price .amount {
	font-size: 2.35rem;
	font-weight: 700;
	color: #ef4444;
}

body.qk-post9 .post9-card-price .period {
	font-size: 0.9rem;
	color: #94a3b8;
	margin-left: 4px;
}

body.qk-post9 .post9-card-desc {
	font-size: 0.85rem;
	color: #5b6b7f;
	line-height: 1.8;
	margin-bottom: 24px;
	flex: 1;
	text-align: center;
}

body.qk-post9 .post9-card-btn {
	width: 100%;
	padding: 12px 24px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 0.96rem;
	text-align: center;
	cursor: default;
	transition: all 0.2s ease;
	border: 1px solid rgba(191, 200, 214, 0.95);
	position: relative;
	z-index: 2;
}

body.qk-post9 .post9-card-btn.primary {
	background: var(--primary);
	color: white;
}

body.qk-post9 .post9-card-btn.outline {
	background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
	color: #425466;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 4px 10px rgba(148, 163, 184, 0.08);
}

body.qk-post9 .post9-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px;
	margin-bottom: 30px;
}

body.qk-post9 .post9-stat-item {
	text-align: center;
}

body.qk-post9 .post9-stat-number {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 4px;
}

body.qk-post9 .post9-stat-label {
	font-size: 0.85rem;
	color: var(--text-muted);
}

body.qk-post9 .post9-recent {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 14px 18px;
	margin-bottom: 18px;
	overflow: hidden;
}

body.qk-post9 .post9-recent-scroll {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

body.qk-post9 .post9-recent-scroll::before,
body.qk-post9 .post9-recent-scroll::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 48px;
	pointer-events: none;
	z-index: 2;
}

body.qk-post9 .post9-recent-scroll::before {
	left: 0;
	background: linear-gradient(to right, var(--surface) 0%, transparent 100%);
}

body.qk-post9 .post9-recent-scroll::after {
	right: 0;
	background: linear-gradient(to left, var(--surface) 0%, transparent 100%);
}

body.qk-post9 .post9-recent-list {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	width: max-content;
	animation: qk-post9-scrollInline 36s linear infinite;
}

body.qk-post9 .post9-recent-list:hover {
	animation-play-state: paused;
}

@keyframes qk-post9-scrollInline {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

body.qk-post9 .post9-recent-notice {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: rgba(248, 250, 252, 0.96);
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 999px;
	font-size: 0.82rem;
	color: var(--text-secondary);
	white-space: nowrap;
}

body.qk-post9 .post9-recent-notice .site {
	font-weight: 600;
	color: var(--text-primary);
}

body.qk-post9 .post9-recent-notice .type {
	color: var(--item-color, var(--primary));
	font-weight: 600;
}

body.qk-post9 .post9-recent-notice .price {
	color: #ef4444;
	font-weight: 600;
}

body.qk-post9 .post9-recent-notice .time {
	color: var(--text-muted);
}

body.qk-post9 .post9-recent-notice .dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(148, 163, 184, 0.8);
	flex: none;
}

body.qk-post9 .post9-recent-loading {
	display: inline-flex;
	align-items: center;
	color: var(--text-muted);
	font-size: 0.82rem;
	padding: 8px 4px;
}

body.qk-post9 .post9-faq {
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.qk-post9 .post9-faq-item {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: all 0.2s ease;
}

body.qk-post9 .post9-faq-item:hover {
	border-color: rgba(148, 163, 184, 0.5);
}

body.qk-post9 .post9-faq-q {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 24px;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--text-primary);
	list-style: none;

}

body.qk-post9 .post9-faq-q-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.qk-post9 .post9-faq-q-right {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-muted);
	background: rgba(248, 250, 252, 0.92);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

body.qk-post9 .post9-faq-item[open] .post9-faq-q-right {
	transform: rotate(180deg);
}

body.qk-post9 .post9-faq-q::-webkit-details-marker {
	display: none;
}

body.qk-post9 .post9-faq-q::marker {
	content: "";
}

body.qk-post9 .post9-q-mark {
	width: 24px;
	height: 24px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(248, 250, 252, 0.95);
	color: var(--text-muted);
	font-size: 0.7rem;
	font-weight: 600;
	flex: none;
}

body.qk-post9 .post9-faq-a {
	padding: 0 24px 20px 60px;
	color: var(--text-secondary);
	font-size: 0.85rem;
	line-height: 1.6;
}

body.qk-post9 .post9-guide {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 26px;
	margin-bottom: 18px;
	overflow: hidden;
}

body.qk-post9 .post9-guide-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
	flex-wrap: wrap;
	gap: 16px;
}

body.qk-post9 .post9-guide-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--text-primary);
	margin: 0;
}

body.qk-post9 .post9-guide-title-light {
	font-weight: 400;
	color: var(--text-muted);
}

body.qk-post9 .post9-buy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--primary);
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 40px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 6px 16px var(--primary-opacity-20);
	text-decoration: none;
}

body.qk-post9 .post9-buy-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px var(--primary-opacity-25);
}

body.qk-post9 .post9-guide-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

body.qk-post9 .post9-step-item {
	background: var(--surface);
	border-radius: var(--radius-sm);
	padding: 18px 12px;
	border: 1px solid var(--border-light);
	text-align: center;
	position: relative;
	transition: all 0.2s ease;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
}

body.qk-post9 .post9-step-item:hover {
	border-color: rgba(148, 163, 184, 0.45);
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}

body.qk-post9 .post9-step-icon {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: rgba(248, 250, 252, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-muted);
	margin: 0 auto 12px;
}

body.qk-post9 .post9-step-text {
	font-size: 16px;
	font-weight: 500;
	color: var(--text-primary);
	line-height: 1.4;
	word-break: keep-all;
}

body.qk-post9 .post9-step-num {
	font-weight: 600;
	color: var(--text-muted);
	margin-right: 6px;
}

body.qk-post9 .post9-step-arrow {
	display: none;
}

@media (max-width: 1100px) {
	body.qk-post9 .post9-grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	body.qk-post9 .post9-recent-row {
		grid-template-columns: repeat(2, 1fr);
	}

	body.qk-post9 .post9-guide-steps {
		gap: 8px;
	}

	body.qk-post9 .post9-step-arrow {
		display: none;
	}

	body.qk-post9 .post9-step-item {
		padding: 16px 8px;
	}

	body.qk-post9 .post9-step-icon {
		width: 64px;
		height: 64px;
		margin-bottom: 10px;
	}

	body.qk-post9 .post9-step-num {
		font-weight: 600;
		color: var(--text-primary);
	}

	body.qk-post9 .post9-step-text {
		font-size: 0.85rem;
	}
}

@media (max-width: 768px) {
	body.qk-post9 .post9-container {
		padding: 0 20px;
	}

	body.qk-post9 .post9-hero {
		padding: 92px 0 78px;
	}

	body.qk-post9 .post9-hero-desc {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	body.qk-post9 .post9-title {
		font-size: 1.5rem;
		margin-bottom: 32px;
	}

	body.qk-post9 .post9-grid-4 {
		grid-template-columns: 1fr;
	}

	body.qk-post9 .post9-guide-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	body.qk-post9 .post9-recent-row {
		grid-template-columns: 1fr;
	}

	body.qk-post9 .post9-stats {
		grid-template-columns: 1fr;
		gap: 20px;
	}



	body.qk-post9 .post9-query-input {
		padding: 16px 20px;
		text-align: center;
	}

	body.qk-post9 .post9-btn {
		width: 100%;
		justify-content: center;
	}

	body.qk-post9 .post9-faq-q {
		padding: 14px 18px;
	}

	body.qk-post9 .post9-faq-a {
		padding: 0 18px 16px 52px;
	}

	body.qk-post9 .post9-step-item {
		padding: 14px 8px;
	}

	body.qk-post9 .post9-step-icon {
		width: 52px;
		height: 52px;
		margin-bottom: 8px;
	}

	body.qk-post9 .post9-query-input-mobile {
		display: block;
	}

	body.qk-post9 .post9-btn-text-mobile {
		display: inline;
	}

	body.qk-post9 .post9-query-input-desktop {
		display: none;
	}

	body.qk-post9 .post9-btn-text-desktop {
		display: none;
	}

	body.qk-post9 .post9-card {
		padding: 20px 18px;
		border-radius: 20px;
		box-shadow: 0 4px 12px rgba(15, 23, 42, 0.035);
	}

	body.qk-post9 .post9-card-tag {
		position: absolute;
		right: 18px;
		top: 20px;
		padding: 5px 10px;
		font-size: 0.7rem;
		margin-bottom: 0;
	}

	body.qk-post9 .post9-card-price {
		margin-bottom: 12px;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-top: 24px;
	}

	body.qk-post9 .post9-card-price .currency {
		font-size: 1rem;
	}

	body.qk-post9 .post9-card-price .amount {
		font-size: 2rem;
	}

	body.qk-post9 .post9-card-price .period {
		font-size: 0.85rem;
	}

	body.qk-post9 .post9-card-desc {
		margin-bottom: 18px;
		font-size: 0.8rem;
		color: #617287;
		text-align: center;
	}

	body.qk-post9 .post9-card-btn {
		padding: 10px 18px;
		font-size: 0.9rem;
	}
}

/* --------------------------- end qk-post9 ---------------------------- */

#confirm-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	backdrop-filter: blur(2px);
}

.confirm-dialog {
	background: white;
	border-radius: 12px;
	padding: 32px 32px 24px 32px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: scale(0.95) translateY(20px);
	transition: all 0.25s ease;
	min-width: 340px;
	max-width: 400px;
	overflow: hidden;
	border: none;
}

.confirm-dialog.confirm-visible {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.confirm-header {
	text-align: center;
	background: #ffffff;
	border-bottom: none;
	padding: 0 0 0px 0;
}

.confirm-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 16px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(251, 191, 36, 0.1);
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.4);
	}

	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(251, 191, 36, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(251, 191, 36, 0);
	}
}

.confirm-icon svg {
	width: 24px;
	height: 24px;
	color: #f59e0b;
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-5px);
	}

	60% {
		transform: translateY(-3px);
	}
}

.confirm-message {
	color: #4b5563;
	font-weight: 500;
	line-height: 30px;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

.confirm-body {
	background: white;
	padding: 0;
}

.confirm-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 25px;
	padding-bottom: 10px;
}

.confirm-btn {
	padding: 10px 28px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	min-width: 90px;
}

.cancel-btn {
	background: #f9fafb;
	color: #6b7280;
	border: 1px solid #e5e7eb;
}

.cancel-btn:hover {
	background: #f3f4f6;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cancel-btn:active {
	transform: translateY(0);
}

.confirm-btn.confirm-btn {
	background: var(--primary-color);
	color: white;
	box-shadow: 0 2px 8px rgba(124, 58, 237, 0.2);
}

.confirm-btn.confirm-btn:hover {
	background: var(--primary-dark);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

.confirm-btn.confirm-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(236, 72, 153, 0.2);
}

.confirm-buttons .confirm-btn {
	background: var(--primary-color);
	color: white;
	border-radius: 50px;
	box-shadow: 0 2px 8px rgba(236, 72, 153, 0.2);
	width: 100px;
	height: 40px;
	min-width: 100px;
}

.confirm-buttons .confirm-btn:hover {
	background: var(--primary-color);
	filter: alpha(opacity:90);
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

.confirm-buttons .confirm-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(236, 72, 153, 0.2);
}



.topics-section a {
	color: #475569;
	font-weight: 500;
}

.topics-section a:hover {
	color: var(--primary);
}

.category-header-section {
	position: relative !important;
	overflow: visible !important;
}

.main-column {
	overflow: visible !important;
}

.vertical-action-btn .icon {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

.post51 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
	padding-bottom: 0px;
	border-bottom: 1px solid var(--border);
	padding-bottom: 15px;
}

.post51 h3 {
	font-size: 17px;
	font-weight: 600;
	color: var(--text);
	margin: 0;
}

.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.icon-like {
	background-color: white;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='21 64 470 427' fill='white' stroke='none'%3E%3Cpath d='M491 256L491 299Q491 307 488 315L423 465Q413 491 384 491L192 491Q175 491 162 478Q149 465 149 448L149 235Q149 218 162 205L302 64L325 87Q334 96 334 109L334 116L313 214L448 214Q465 214 478 226.50Q491 239 491 256ZM21 491L21 235L107 235L107 491Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.icon-like.liked {
	background-color: white;
}

.icon-report {
	background-color: white;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 -128 1280 1536' fill='white' stroke='none'%3E%3Cpath d='M1088 704L1088 64L640 64L640 1201Q759 1138 853 1064Q1088 880 1088 704ZM1280-64L1280 704Q1280 790 1246.50 874.50Q1213 959 1163.50 1024.50Q1114 1090 1045.50 1152Q977 1214 919 1255Q861 1296 798 1332.50Q735 1369 708.50 1382Q682 1395 666 1402Q654 1408 640 1408Q626 1408 614 1402Q598 1395 571.50 1382Q545 1369 482 1332.50Q419 1296 361 1255Q303 1214 234.50 1152Q166 1090 116.50 1024.50Q67 959 33.50 874.50Q0 790 0 704L0-64Q0-90 19-109Q38-128 64-128L1216-128Q1242-128 1261-109Q1280-90 1280-64Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	width: 14px;
	height: 14px;
}

.icon-share {
	background-color: white;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 -256 1791.9230769230771 1792' fill='white' stroke='none'%3E%3Cpath d='M1764-245Q1797-221 1791-181L1535 1355Q1530 1384 1503 1400Q1489 1408 1472 1408Q1461 1408 1448 1403L995 1218L753 1513Q735 1536 704 1536Q691 1536 682 1532Q663 1525 651.50 1508.50Q640 1492 640 1472L640 1123L1504 64L435 989L40 827Q3 813 0 772Q-2 732 32 713L1696-247Q1711-256 1728-256Q1748-256 1764-245Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.icon-view {
	background-color: white;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='21 96 470 320' fill='white' stroke='none'%3E%3Cpath d='M211 211Q230 192 256 192Q282 192 301 211Q320 230 320 256Q320 282 301 301Q282 320 256 320Q230 320 211 301Q192 282 192 256Q192 230 211 211ZM180.50 331.50Q212 363 256 363Q300 363 331.50 331.50Q363 300 363 256Q363 212 331.50 180.50Q300 149 256 149Q212 149 180.50 180.50Q149 212 149 256Q149 300 180.50 331.50ZM113 140Q177 96 256 96Q335 96 399 140Q463 184 491 256Q463 328 399 372Q335 416 256 416Q177 416 113 372Q49 328 21 256Q49 184 113 140Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.icon-comment {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='426' height='426' viewBox='43 43 426 426'%3E%3Cpath d='M363 235L363 192L320 192L320 235ZM277 235L277 192L235 192L235 235ZM192 235L192 192L149 192L149 235ZM85 43L427 43Q444 43 456.50 55.50Q469 68 469 85L469 341Q469 358 456.50 371Q444 384 427 384L128 384L43 469L43 85Q43 68 55.50 55.50Q68 43 85 43Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: white;
}

.like-button .icon-like {
	transition: opacity 0.2s ease;
}

.like-button:hover .icon-like {
	opacity: 0.9;
}

.vertical-actions {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 100;
}

.vertical-action-btn {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.count-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: white;
	font-size: 11px;
	padding: 0px 4px;
	border-radius: 400px;
	min-width: 12px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 1px solid;
	font-weight: 600;
}

.like-button .count-badge {
	border-color: #3B82F6;
	color: #3B82F6;
}

.share-button .count-badge {
	border-color: #10B981;
	color: #10B981;
}

.report-button .count-badge {
	border-color: #F59E0B;
	color: #F59E0B;
}

.view-button .count-badge {
	border-color: #6366F1;
	color: #6366F1;
}

.comment-button .count-badge {
	border-color: #ff5722;
	color: #ff5722;
}

.vertical-action-btn.like-button {
	background-color: #3B82F6;
}

.vertical-action-btn.share-button {
	background-color: #10B981;
}

.vertical-action-btn.report-button {
	background-color: #F59E0B;
}

.vertical-action-btn.view-button {
	background-color: #6366F1;
}

.vertical-action-btn.comment-button {
	background-color: #ff5722;
}

.vertical-action-btn.comment-button .icon {
	width: 18px;
	height: 18px;
}

.vertical-action-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.action-tooltip {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 14px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 101;
}

.action-tooltip::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-right-color: rgba(0, 0, 0, 0.8);
}

.vertical-action-btn:hover .action-tooltip {
	opacity: 1;
	visibility: visible;
	margin-left: 15px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease
}

.modal.modal-visible {
	opacity: 1;
	visibility: visible
}

.modal-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	transition: opacity 0.3s ease
}

.modal-content {
	position: relative;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 550px;
	max-height: 650px;
	overflow-y: auto;
	transform: scale(0.95);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease
}

.modal.modal-visible .modal-content {
	transform: scale(1);
	opacity: 1
}

.modal-header {
	padding: 16px 20px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h3 {
	margin: 0;
	font-size: 18px;
	color: var(--text-primary)
}

.modal-close {
	width: 28px;
	height: 28px;
	border: none;
	background: #dbdbdb;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	color: transparent;
	font-size: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px
}

.modal-close::before,
.modal-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 0.3s ease
}

.modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-close:hover {
	background: #ff5252;
	transform: rotate(90deg)
}

.modal-close:hover::before,
.modal-close:hover::after {
	width: 14px
}

.modal-body {
	padding: 0px 30px;
	margin-bottom: 20px;
}

.modal-actions {
	padding: 16px 30px 35px 30px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	box-sizing: border-box
}

.form-group {
	margin-bottom: 0px
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
	color: #2d3748;
	font-size: 14px
}

.form-control {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.2s ease;
	box-sizing: border-box
}

textarea.form-control {
	resize: vertical;
	min-height: 140px;
	font-family: inherit;
}

.submit-button {
	width: 100% !important;
	padding: 12px;
	background-color: var(--primary-color);
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
	box-sizing: border-box
}

.submit-button:hover {
	filter: alpha(opacity:90);
	opacity: 0.9;
}

.modal-open {
	overflow: hidden;
	position: relative;
}

#modal-comment-input.form-control {
	border: 1px solid #d1d5db;
	outline: none;
	color: var(--text);
	line-height: 26px;
}

.post01 {
	padding: 0.5px;
	display: block;
	width: 99%;
	box-sizing: border-box;
	color: var(--text);
	line-height: 26px;
	min-height: 40px;
	border-left: 3px solid var(--primary-color);
	border-radius: 8px 0px 0px 8px;
	padding-left: 15px;
	font-size: 15px;
	margin-top: 15px;
	margin-left: 10px;
	word-break: break-word !important;
	word-break: break-word !important;
	font-size: inherit !important;
}

.content p {
	margin: 0;
	line-height: 32px;
}

.content {
	padding: 40px;
	line-height: 32px;
	font-size: 16px;
	color: #475569;
	padding-top: 30px;
	border-top-color: var(--primary);
	font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
}

.code-block-container {
	position: relative;
	margin: 1.2em 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	background-color: #f6f8fa;
}

.code-block-header {
	background-color: #f6f8fa;
	padding: 8px 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}

.copy-code-btn {
	background-color: #fff;
	color: #555;
	border: 1px solid #ddd;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s;
	font-weight: 400;
}

.copy-code-btn:hover {
	background-color: #f0f0f0;
	border-color: #ccc;
}

.copy-code-btn.copied {
	background-color: #28a745;
	color: white;
	border-color: #28a745;
}

.code-block-content {
	display: block;
	background-color: #ffffff;
	color: #333;
	padding: 0;
}

.code-line {
	display: flex;
	line-height: 1.5;
	align-items: stretch;
	margin: 0;
	padding: 0;
	height: auto;
}

.line-number {
	display: block;
	width: 30px;
	min-width: 30px;
	font-size: 12px;
	line-height: 1.5;
	color: #999;
	font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-right: 12px;
	background-color: #f6f8fa;
	flex-shrink: 0;
	user-select: none;
}

.line-content {
	display: block;
	flex: 1;
	font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', monospace;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding-left: 12px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 0;
}

.post1 {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto var(--spacing-sm);
	border: 3px solid var(--primary);
	margin-top: 5px;
}

.post2 {
	font-weight: 700;
	color: var(--primary);
	border-color: var(--primary);
	border: 2px solid var(--primary);
	background-color: var(--bg);
	font-size: 14px;
	text-align: center;
	height: 34px;
	border-radius: 400px;
	line-height: 34px;
	float: right;
	text-decoration: none;
	padding: 0px 20px
}

.post2:hover {
	background: var(--primary);
	color: #fff
}

.text-center {
	text-align: center !important;
}

.author-title {
	margin: 10px 10px 0px 0px !important;
}

.author-home-btn {
	width: 120px !important;
	margin-bottom: 10px !important;
}

.spaced-item {
	margin-top: 20px !important;
}

.buy-content-block {
	background: #fff0e8;
	border: 1px solid #f7cbb5;
	border-radius: 12px;
	margin: 24px 0;
	padding: 12px 24px;
	box-shadow: 0 2px 8px rgba(247, 203, 181, 0.3);
	transition: all 0.3s ease;
}

.buy-content-block>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.buy-content-info {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
	min-width: 250px;
}

.buy-content-icon {
	width: 40px;
	height: 40px;
	background: #fff0e8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 1px dashed #f7cbb5;
}

.buy-content-icon svg {
	width: 20px;
	height: 20px;
	color: #8b5739;
}

.buy-content-text {
	flex: 1;
}

.buy-content-text>span:first-child {
	display: block;
	color: #8b5739;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}

.buy-content-text>span:last-child {
	display: block;
	color: #8b5739;
	font-size: 14px;
	font-weight: 500;
}

.points-badge {
	background: #fff0e8;
	color: #8b5739;
	font-size: 14px;
	font-weight: 600;
	padding: 0 24px;
	border-radius: 50px;
	border: 1px dashed #f7cbb5;
	flex-shrink: 0;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.buy-content-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

body.qk-post5 .buy-content-block {
	text-align: left;
}

body.qk-post5 .buy-content-block>div {
	align-items: center;
	justify-content: center;
}

body.qk-post5 .buy-content-info {
	justify-content: center;
	text-align: left;
}

body.qk-post5 .buy-content-icon {
	align-self: center;
}

body.qk-post5 .buy-content-icon svg {
	color: #8b5739 !important;
	stroke: currentColor;
	fill: none;
}

body.qk-post5 .buy-content-text {
	text-align: left;
}

body.qk-post5 .buy-content-text>span:first-child,
body.qk-post5 .buy-content-text>span:last-child,
body.qk-post5 .points-badge {
	color: #8b5739 !important;
}

.buy-post-btn {
	padding: 0 24px;
	background: #ff6b35;
	color: white;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.buy-post-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.buy-post-btn:hover::before {
	left: 100%;
}

.buy-post-btn:hover {
	background: #ff5a20;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4);
}

.buy-post-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3);
}

.ignore-post-btn {
	padding: 0 24px;
	background: #fff0e8;
	color: #8b5739;
	border: 1px solid #f7cbb5;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.ignore-post-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(139, 87, 57, 0.2), transparent);
	transition: left 0.5s;
}

.ignore-post-btn:hover::before {
	left: 100%;
}

.ignore-post-btn:hover {
	background: #ffe8d8;
	border-color: #f7cbb5;
	transform: translateY(-2px);
	box-shadow: 0 2px 4px rgba(247, 203, 181, 0.3);
}

.ignore-post-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(247, 203, 181, 0.3);
}

.sidebar-toggle-btn {
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	will-change: transform;
}

.sidebar-toggle-btn:hover {
	background: #f3f4f6;
	transform: translateY(-50%) scale(1.1);
}

.sidebar-toggle-btn svg {
	stroke: #6b7280;
}

body.sidebar-collapsed .content-layout,
html.qk-post-sidebar-collapsed .content-layout {
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 1050px;
	margin: 0 auto;
}

body.sidebar-collapsed .sidebar,
html.qk-post-sidebar-collapsed .sidebar {
	display: none;
}

body.sidebar-collapsed .sidebar-toggle-btn,
html.qk-post-sidebar-collapsed .sidebar-toggle-btn {
	right: -12px;
}

html.qk-post-sidebar-collapsed .content-layout,
html.qk-post-sidebar-collapsed .main-column,
html.qk-post-sidebar-collapsed .sidebar {
	transition: none !important;
}

@media (max-width: 768px) {
	.buy-content-block {
		padding: 16px 20px;
	}

	.buy-content-block>div {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.buy-content-info {
		width: 100%;
		min-width: unset;
	}

	.buy-content-actions {
		width: 100%;
		justify-content: flex-end;
	}

	.buy-post-btn,
	.ignore-post-btn,
	.points-badge {
		padding: 0 24px;
		height: 40px;
		box-sizing: border-box;
	}

	body.sidebar-collapsed .sidebar,
	html.qk-post-sidebar-collapsed .sidebar {
		display: none !important;
	}

	.sidebar-toggle-btn {
		display: none;
	}

	.post01 {
		width: 93%;
		padding: 0px;
	}

	.buy-post-btn {
		width: 100%;
		text-align: center;
	}

	body.qk-post0 .main-column {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto;

		box-sizing: border-box;
	}

	body.qk-post0 .sidebar {
		display: none !important;
	}

	body.qk-post0 .content-layout {
		display: block !important;
		grid-template-columns: none !important;
		        padding-bottom: 0px;
	}

	body.qk-post0 .content {
		padding: 20px !important;
	}



	.category-header-section {
		padding: 20px !important;
		padding-top: 30px !important;
	}



	body.qk-post0 .code-block-container {
		margin-top: 5px !important;
	}

	body.qk-post0 .buy-post-btn {
		width: 220px !important;
	}

	body.qk-post0 .buy-content-text>span:first-child {
		width: 300px !important;
	}

	body.qk-post0 .category-details {
		flex-direction: column !important;
	}

	body.qk-post0 .category-details .category-thumbnail {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.qk-post0 .category-details .category-thumbnail img {
		width: 100% !important;
		max-width: 100% !important;
		height: 120px !important;
		margin-left: 0 !important;
	}


	body.qk-post0 .category-title-container {
		flex-direction: column !important;
		align-items: center !important;
	}

	body.qk-post0 .category-title {
		width: 100% !important;
	}

	body.qk-post0 .category-meta {
		width: 100% !important;
		margin-top: 15px;
	}

	body.qk-post0 .post2 {
		width: 260px !important;
		display: block !important;
		margin: 0 auto !important;
		text-align: center !important;
	}

	body.qk-post5 .category-thumbnail img {
		width: 100%;
		max-width: 100%;
		height: 120px;
		margin-left: 0;
	}
}

.post-password-content {
	position: relative;
	overflow: hidden;
	min-height: 420px;
}

.post-password-content.is-locked>*:not(.post-password-overlay) {
	visibility: hidden;
}

.post-password-placeholder {
	min-height: 380px;
}

.post-password-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	background: rgba(255, 248, 244, 0.95);
	backdrop-filter: blur(6px);
	z-index: 5;
}

.post-password-panel {
	width: 100%;
	max-width: 320px;
	border: 1px solid #f7cbb5;
	border-radius: 12px;
	background: #fff0e8;
	box-shadow: 0 2px 8px rgba(247, 203, 181, 0.3);
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.post-content-head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border);
}

.post-content-head .trending-header {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--text);
	line-height: 1.4;
	text-align: left;
}

.post-content-position {
	margin-left: auto;
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-secondary);
	text-align: right;
	word-break: break-word;
}

.post-content-position a {
	color: inherit;
	text-decoration: none;
}

.post-content-position a:hover {
	color: var(--primary);
}

.post-password-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff0e8;
	color: #8b5739;
	border: 1px dashed #f7cbb5;
	margin-bottom: 22px;
}

.post-password-icon svg {
	width: 22px;
	height: 22px;
}

.post-password-title {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #8b5739;
	margin-bottom: 24px;
}

.post-password-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.post-password-input {
	width: 100%;
	height: 42px;
	border: 1px solid #f7cbb5;
	border-radius: 999px;
	padding: 0 18px;
	box-sizing: border-box;
	outline: none;
	font-size: 13px;
	background: #fff8f4;
	color: #8b5739;
}

.post-password-input::placeholder {
	color: #b07a5a;
}

.post-password-input:focus {
	border-color: #ffb89a;
	box-shadow: 0 0 0 3px rgba(247, 203, 181, 0.22);
}

.post-password-button {
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: #ff6b35;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px rgba(255, 107, 53, 0.3);
}

.post-password-button:hover {
	background: #ff5a20;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(255, 107, 53, 0.4);
}

@media (max-width: 768px) {
	.post-password-overlay {
		padding: 28px 16px;
	}

	.post-password-title {
		font-size: 16px;
	}

	.post-content-head .trending-header {
		font-size: 18px;
	}

	.post-content-position {
		display: none !important;
		visibility: hidden !important;
		width: 100%;
		margin-left: 0;
		text-align: left;
	}

	body.qk-post0 .post-comments-title-prefix {
		display: none;
	}

	body.qk-post0 .category-keywords.tags-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		overflow: hidden;
	}

	body.qk-post0 .category-keywords.tags-wrapper .tag3:nth-of-type(n+4),
	body.qk-post0 .category-keywords.tags-wrapper a:nth-of-type(n+4) {
		display: none !important;
	}

	body.qk-post0 .sidebar .trending-title {
		display: block;
		width: 300px;
		max-width: 300px;
	}

	body.qk-post0 .post-source-note {
		flex-direction: column !important;
		align-items: center !important;
		gap: 10px !important;
		text-align: center !important;
	}

	body.qk-post0 .post-source-note-label {
		width: 100% !important;
	}

	body.qk-post0 .post-source-note-url {
		width: 100% !important;
		word-break: break-all !important;
	}

	body.qk-post0 .post-source-note-actions {
		flex-direction: row !important;
		gap: 10px !important;
		width: 100% !important;
		justify-content: center !important;
	}

	body.qk-post0 .post-source-note-action {
		flex: 1 !important;
		max-width: 48% !important;
		height: 36px !important;
		text-align: center !important;
	}

	body.qk-post0 .category-header-section1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.qk-post6 .post6-tool-detail-position {
		display: none !important;
		visibility: hidden !important;
	}

	.post-password-input,
	.post-password-button {
		height: 40px;
	}
}

.category-title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.post-admin-tools {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.category-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.post-stamp-btn {
	height: 26px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(240, 66, 66, 0.35);
	background: rgba(240, 66, 66, 0.08);
	color: #f04242;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	margin-left: 10px;
	line-height: 26px;
}

.post-stamp-btn:hover {
	background: rgba(240, 66, 66, 0.14);
	border-color: rgba(240, 66, 66, 0.5);
}

.category-header-section {
	background: #f8f9fa;
	border-bottom: 1px solid #e9ecef;
	padding: 20px 0;
	margin-bottom: 20px;
}

.category-header-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* qk-post11-inline-style:start */
body.qk-post11 .plugin-market-page-container {
	width: min(1050px, calc(100% - 48px)) !important;
	max-width: 1050px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.qk-post11 .content-layout {
	display: block;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0;
	width: 100% !important;
	max-width: 100% !important;
}

body.qk-post11 .main-column {
	width: 100% !important;
	max-width: 100% !important;
}

body.qk-post11 .sidebar {
	display: none !important;
}

body.qk-post11 .plugin-market-summary-desc {


	font-size: 16px !important;

}


body.qk-post11 .category-header-section {
	height: auto !important;
	margin-bottom: 22px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

body.qk-post11 .plugin-market-hero {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	align-items: stretch;
}

body.qk-post11 .plugin-market-hero-media {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	z-index: 2;
}

body.qk-post11 .plugin-market-hero-cover {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 18px 0 0 18px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-right: none;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
	box-sizing: border-box;
	box-shadow: none;
}

body.qk-post11 .plugin-market-cover-card {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: linear-gradient(135deg, var(--cover-bg-start) 0%, var(--cover-bg-end) 100%);
	overflow: hidden;
}

body.qk-post11 .plugin-market-cover-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.08) 1.5px, transparent 0);
	background-size: 50px 50px, 50px 50px, 25px 25px;
	mask-image: radial-gradient(circle at center, black, transparent 95%);
	pointer-events: none;
	z-index: 1;
}

body.qk-post11 .plugin-market-cover-card::after {
	content: "";
	position: absolute;
	inset: -50%;
	background: radial-gradient(circle at 50% 50%, var(--cover-bg-start) 0%, transparent 60%), radial-gradient(circle at 10% 10%, var(--cover-bg-end) 0%, transparent 45%), radial-gradient(circle at 90% 90%, var(--cover-bg-end) 0%, transparent 45%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.15) 0%, transparent 35%), radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.15) 0%, transparent 35%);
	filter: blur(50px);
	opacity: 0.75;
	animation: pluginMarketBgPulse 15s infinite alternate ease-in-out;
	pointer-events: none;
	z-index: 0;
}

body.qk-post11 .plugin-market-cover-patterns {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}

body.qk-post11 .plugin-market-cover-patterns::before {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 0 0, linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 0 0, linear-gradient(to left, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 100% 0, linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 100% 0, linear-gradient(to right, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 0 100%, linear-gradient(to top, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 0 100%, linear-gradient(to left, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 100% 100%, linear-gradient(to top, rgba(255, 255, 255, 0.3) 2px, transparent 2px) 100% 100%, linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08) 50%, transparent) 0 -150px / 100% 150px;
	background-repeat: no-repeat;
	background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px, 30px 30px, 30px 30px, 30px 30px, 30px 30px, 100% 150px;
	opacity: 0.6;
	animation: pluginMarketScanRich 10s linear infinite;
}

body.qk-post11 .plugin-market-cover-patterns::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160%;
	height: 160%;
	transform: translate(-50%, -50%);
	background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.02) 0deg 1deg, transparent 1deg 15deg), radial-gradient(circle at center, transparent 30%, rgba(255, 255, 255, 0.02) 30.5%, transparent 31%), radial-gradient(circle at center, transparent 50%, rgba(255, 255, 255, 0.02) 50.5%, transparent 51%);
	mask-image: radial-gradient(circle at center, transparent 20%, black 85%);
	animation: pluginMarketRotate 120s linear infinite;
	pointer-events: none;
}

@keyframes pluginMarketScanRich {
	0% {
		background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%, 0 -150px;
	}

	100% {
		background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%, 0 500px;
	}
}

@keyframes pluginMarketRotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

body.qk-post11 .plugin-market-cover-sweep {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 55%, transparent 100%);
	transform: rotate(-45deg);
	animation: pluginMarketLightSweep 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	pointer-events: none;
	z-index: 1;
}

body.qk-post11 .plugin-market-cover-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 138px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.07);
	letter-spacing: -0.04em;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	white-space: nowrap;
	font-family: "League Spartan", "Arial Black", sans-serif;
}

body.qk-post11 .plugin-market-cover-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	text-align: center;
	width: 100%;
	margin-top: -35px;
	animation: pluginMarketContentFloat 6s ease-in-out infinite;
}

body.qk-post11 .plugin-market-cover-icon-wrap {
	position: relative;
	width: 82px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	color: #fff;
	overflow: hidden;
}

body.qk-post11 .plugin-market-cover-icon-wrap svg {
	width: 40px !important;
	height: 40px !important;
	max-width: 54px;
	max-height: 54px;
	display: block;
	flex-shrink: 0;
	stroke-width: 1.1;
}

body.qk-post11 .plugin-market-cover-icon-wrap svg [fill]:not([fill="none"]) {
	fill: currentColor !important;
}

body.qk-post11 .plugin-market-cover-icon-wrap svg [stroke]:not([stroke="none"]) {
	stroke: currentColor !important;
}

body.qk-post11 .plugin-market-cover-text-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 90%;
}

@keyframes pluginMarketLineScan {
	0% {
		top: -10%;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		top: 110%;
		opacity: 0;
	}
}

@keyframes pluginMarketBgPulse {
	0% {
		transform: scale(1) rotate(0deg);
	}

	100% {
		transform: scale(1.15) rotate(4deg);
	}
}

@keyframes pluginMarketFloat {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-50px, 80px);
	}
}

body.qk-post11 .plugin-market-cover-label {
	margin: 0;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0.12em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	opacity: 1;
	font-family: "Inter", "system-ui", "-apple-system", sans-serif;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.qk-post11 .plugin-market-cover-name {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.98);
	letter-spacing: 0.04em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@keyframes pluginMarketLightSweep {
	0% {
		transform: translate(-100%, -100%) rotate(-45deg);
	}

	20%,
	100% {
		transform: translate(100%, 100%) rotate(-45deg);
	}
}

@keyframes pluginMarketContentFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@media (max-width:768px) {
	body.qk-post11 .plugin-market-cover-watermark {
		font-size: 92px;
	}

	body.qk-post11 .plugin-market-cover-content {
		margin-top: -20px;
		gap: 15px;
	}

	body.qk-post11 .plugin-market-cover-icon-wrap {
		width: 70px;
		height: 70px;
		border-radius: 20px;
	}

	body.qk-post11 .plugin-market-cover-icon-wrap svg {
		width: 46px !important;
		height: 46px !important;
		max-width: 46px;
		max-height: 46px;
	}

	body.qk-post11 .plugin-market-cover-label {
		font-size: 30px;
		letter-spacing: 0.04em;
	}

	body.qk-post11 .plugin-market-cover-name {
		font-size: 16px;
	}

	body.qk-post11 .plugin-market-cover-patterns::before,
	body.qk-post11 .plugin-market-cover-patterns::after {
		transform: scale(0.6);
		opacity: 0.3;
	}
}

body.qk-post11 .plugin-market-hero-file {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 14px 16px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}

body.qk-post11 .plugin-market-file-label {
	display: block;
	font-size: 12px;
	color: #6b7280;
	line-height: 1.8;
}

body.qk-post11 .plugin-market-file-value {
	display: block;
	color: #111827;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	word-break: break-all;
}

body.qk-post11 .plugin-market-hero-main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 26px 28px;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid #e5e7eb;
	border-left: none;
	border-radius: 0 18px 18px 0;
	background: transparent;
	position: relative;
	overflow: hidden;
	height: 300px;
}

body.qk-post11 .plugin-market-hero-main::before {
	content: "";
	position: absolute;
	top: -70px;
	right: -60px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, var(--hero-glow-strong) 0%, var(--hero-glow-soft) 38%, rgba(255, 255, 255, 0) 72%);
	pointer-events: none;
	z-index: 0;
}

body.qk-post11 .plugin-market-hero-main>* {
	position: relative;
	z-index: 1;
}

body.qk-post11 .plugin-market-hero-title-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 8px;
}

body.qk-post11 .plugin-market-hero-heading {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	flex: 1;
}

body.qk-post11 .plugin-market-hero-title {
	margin: 0;
	color: #0f172a;
	font-size: 26px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.category-description p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.qk-post11 .plugin-market-hero-desc {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.8;
	max-width: 100%;
	padding-top: 10px;
}

body.qk-post11 .plugin-market-summary-desc {
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.qk-post11 .plugin-market-hero-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 24px;
}

body.qk-post11 .plugin-market-hero-fact {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	min-height: 46px;
	min-width: 0;
	transition: all 0.2s ease;
	border: 0;
}

body.qk-post11 .plugin-market-hero-fact+.plugin-market-hero-fact {
	border-left: 1px solid #e2e8f0;
}

body.qk-post11 .plugin-market-hero-fact:first-child {
	border-radius: 12px 0 0 12px;
}

body.qk-post11 .plugin-market-hero-fact:last-child {
	border-radius: 0 12px 12px 0;
}

body.qk-post11 .plugin-market-hero-fact:nth-child(1) {
	background: linear-gradient(225deg, #f5f3ff 0%, #ffffff 35%);
}

body.qk-post11 .plugin-market-hero-fact:nth-child(1) .plugin-market-fact-value {
	color: #4338ca;
	font-size: 15px;
}

body.qk-post11 .plugin-market-hero-fact:nth-child(2) {
	background: linear-gradient(225deg, #fffbeb 0%, #ffffff 35%);
}

body.qk-post11 .plugin-market-hero-fact:nth-child(2) .plugin-market-fact-value {
	color: #d97706;
}

body.qk-post11 .plugin-market-hero-fact:nth-child(3) {
	background: linear-gradient(225deg, #f0f9ff 0%, #ffffff 35%);
}

body.qk-post11 .plugin-market-hero-fact:nth-child(3) .plugin-market-fact-value {
	color: #0284c7;
}

body.qk-post11 .plugin-market-hero-fact:nth-child(4) {
	background: linear-gradient(225deg, #f0fdf4 0%, #ffffff 35%);
}

body.qk-post11 .plugin-market-hero-fact:nth-child(4) .plugin-market-fact-value {
	color: #15803d;
}

body.qk-post11 .plugin-market-fact-label {
	display: block;
	color: #64748b;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.4;
	white-space: nowrap;
}

body.qk-post11 .plugin-market-fact-value {
	display: block;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	min-width: 0;
}

body.qk-post11 .plugin-market-fact-value.is-type,
body.qk-post11 .plugin-market-fact-value.is-price,
body.qk-post11 .plugin-market-fact-value.is-id {
	color: inherit;
	font-size: inherit;
}

body.qk-post11 .plugin-market-hero-file {
	padding-top: 0;
	border-top: 0;
	margin-top: 22px;
}

body.qk-post11 .plugin-market-hero-file,
body.qk-post11 .plugin-market-hero-keywords {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 4px 0;
	border-radius: 0;
	background: transparent;
	border: 0;
}

body.qk-post11 .plugin-market-file-label,
body.qk-post11 .plugin-market-keywords-title {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
}

body.qk-post11 .plugin-market-file-value {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	color: #334155;
}

body.qk-post11 .plugin-market-hero-keywords {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 0;
}

body.qk-post11 .plugin-market-hero-keywords::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(226, 232, 240, 0) 0%, rgba(226, 232, 240, 0.95) 12%, rgba(226, 232, 240, 0.95) 88%, rgba(226, 232, 240, 0) 100%);
}

body.qk-post11 .plugin-market-hero-keywords .tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	align-items: center;
}

body.qk-post11 .plugin-market-hero-keywords .tags-wrapper a {
	display: inline;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.9;
	text-decoration: none;
}

body.qk-post11 .plugin-market-hero-keywords .tags-wrapper a::after {
	content: "/";
	color: #cbd5e1;
	margin-left: 12px;
}

body.qk-post11 .plugin-market-hero-keywords .tags-wrapper a:last-child::after {
	display: none;
}

body.qk-post11 .plugin-market-hero-keywords .category-keywords {
	margin-top: 0 !important;
}

body.qk-post11 .plugin-market-hero-keywords .tags-wrapper a:hover {
	color: var(--primary);
	background: transparent;
}

body.qk-post11 .plugin-market-hero .post-stamp-btn {
	padding: 7px 14px;
	border-radius: 999px;
	border: 1px solid rgba(239, 68, 68, 0.22);
	background: #fff7f7;
	color: #dc2626;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
}

body.qk-post11 .plugin-market-hero .post-stamp-btn:hover {
	background: #fff1f2;
	border-color: rgba(239, 68, 68, 0.34);
}

body.qk-post11 .plugin-market-hero-install {
	padding: 28px 30px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	border: 1px solid #e6ecf3;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

body.qk-post11 .qk-section-title {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
	letter-spacing: 0;
	color: #0f172a;
}

body.qk-post11 .post11-tool-detail-head .qk-section-title,
body.qk-post11 .post11-hot-tools-head .qk-section-title,
body.qk-post11 .post11-comment-head .qk-section-title,
body.qk-post11 .modal-header .qk-section-title {
	margin: 0;
}

body.qk-post11 .plugin-market-install-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.qk-post11 .plugin-market-install-item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 18px 18px 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border-radius: 16px;
	border: 1px solid #e7edf5;
	position: relative;
	overflow: hidden;
	box-shadow: none;
}

body.qk-post11 .plugin-market-install-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.03), rgba(168, 85, 247, 0.02));
	pointer-events: none;
}

body.qk-post11 .plugin-market-install-index {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.08);
	color: #2563eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	z-index: 1;
}

body.qk-post11 .plugin-market-install-icon {
	width: 52px;
	height: 52px;
	min-width: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

body.qk-post11 .plugin-market-install-item:nth-child(1) .plugin-market-install-icon {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(14, 165, 233, 0.12));
	color: #2563eb;
}

body.qk-post11 .plugin-market-install-item:nth-child(1) {
	box-shadow: 0 12px 16px -14px rgba(37, 99, 235, 0.42);
}

body.qk-post11 .plugin-market-install-item:nth-child(2) .plugin-market-install-icon {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(16, 185, 129, 0.12));
	color: #16a34a;
}

body.qk-post11 .plugin-market-install-item:nth-child(2) {
	box-shadow: 0 12px 16px -14px rgba(22, 163, 74, 0.42);
}

body.qk-post11 .plugin-market-install-item:nth-child(3) .plugin-market-install-icon {
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(245, 158, 11, 0.12));
	color: #ea580c;
}

body.qk-post11 .plugin-market-install-item:nth-child(3) {
	box-shadow: 0 12px 16px -14px rgba(234, 88, 12, 0.42);
}

body.qk-post11 .plugin-market-install-item:nth-child(4) .plugin-market-install-icon {
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(99, 102, 241, 0.12));
	color: #7c3aed;
}

body.qk-post11 .plugin-market-install-item:nth-child(4) {
	box-shadow: 0 12px 16px -14px rgba(124, 58, 237, 0.42);
}

body.qk-post11 .plugin-market-install-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}

body.qk-post11 .plugin-market-step-text {
	min-width: 0;
	position: relative;
	z-index: 1;
}

body.qk-post11 .plugin-market-step-title {
	display: block;
	color: #0f172a;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
}

body.qk-post11 .plugin-market-step-desc {
	display: block;
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.6;
}

body.qk-post11 .post11-tool-detail-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e7eb;
}

body.qk-post11 .post11-adjacent-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
	margin-left: auto;
}

body.qk-post11 .post11-adjacent-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #dbeafe;
	color: #334155;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.08);
}

body.qk-post11 .post11-adjacent-link a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.qk-post11 .post11-adjacent-link a:hover {
	color: var(--primary);
	filter: brightness(0.92);
}

body.qk-post11 .post11-tool-detail-section,
body.qk-post11 .post11-comment-section {
	overflow: hidden;
}

body.qk-post11 .post11-tool-detail-section {
	padding-bottom: 35px;
}

body.qk-post11 .post11-tool-detail-section .ql-align-center,
body.qk-post11 .post11-comment-section .ql-align-center {
	text-align: center;
}

body.qk-post11 .post11-tool-detail-section .ql-align-right,
body.qk-post11 .post11-comment-section .ql-align-right {
	text-align: right;
}

body.qk-post11 .post11-tool-detail-section .ql-align-justify,
body.qk-post11 .post11-comment-section .ql-align-justify {
	text-align: justify;
}

body.qk-post11 .post11-tool-detail-section p {
	margin-top: 0;
	margin-bottom: -5px;
}

body.qk-post11 .post11-tool-detail-section p:last-child {
	margin-bottom: 0;
}

body.qk-post11 .post11-tool-detail-section img,
body.qk-post11 .post11-comment-section img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	box-sizing: border-box;
}

body.qk-post11 .post11-tool-detail-section img {
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

body.qk-post11 .post11-tool-detail-section .ql-align-center img,
body.qk-post11 .post11-comment-section .ql-align-center img,
body.qk-post11 .post11-tool-detail-section .ql-align-center video,
body.qk-post11 .post11-comment-section .ql-align-center video,
body.qk-post11 .post11-tool-detail-section .ql-align-center iframe,
body.qk-post11 .post11-comment-section .ql-align-center iframe {
	margin-left: auto;
	margin-right: auto;
}

body.qk-post11 .post11-tool-detail-section .ql-align-right img,
body.qk-post11 .post11-comment-section .ql-align-right img,
body.qk-post11 .post11-tool-detail-section .ql-align-right video,
body.qk-post11 .post11-comment-section .ql-align-right video,
body.qk-post11 .post11-tool-detail-section .ql-align-right iframe,
body.qk-post11 .post11-comment-section .ql-align-right iframe {
	margin-left: auto;
	margin-right: 0;
}

body.qk-post11 .plugin-market-demo-area {

	padding: 30px 30px 60px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.03);
}

body.qk-post11 .plugin-demo-window {
	position: relative;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: min(100%, 980px);
	margin: 0 auto;
}

body.qk-post11 .plugin-demo-header {
	height: 52px;
	min-height: 52px;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	user-select: none;
}

body.qk-post11 .plugin-demo-title {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	display: flex;
	align-items: center;
	gap: 10px;
}

body.qk-post11 .plugin-demo-title::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #2563eb;
	border-radius: 50%;
}

body.qk-post11 .plugin-demo-close {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	border-radius: 6px;
	transition: all 0.2s;
	font-size: 18px;
}

body.qk-post11 .plugin-demo-close:hover {
	background: #fee2e2;
	color: #ef4444;
}

body.qk-post11 .plugin-demo-container {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 18px 14px 14px;
}

body.qk-post11 .plugin-demo-iframe {
	width: 100%;
	height: auto;
	border: none;
	display: block;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: transparent;
}

body.qk-post11 .plugin-demo-iframe.loaded {
	opacity: 1;
}

body.qk-post11 .plugin-demo-panel {
	padding: 24px;
	background: #fff;
}

body.qk-post11 .plugin-demo-image-stage {
	height: auto;
	min-height: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
}

body.qk-post11 .plugin-demo-showcase {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0;
}

body.qk-post11 .plugin-demo-window.is-main {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
	margin-bottom: 0;
}

body.qk-post11 .plugin-demo-window.is-side {
	position: relative;
	z-index: 1;
	pointer-events: none;
	user-select: none;
	flex: 0 0 auto;
	opacity: 0.4;
	filter: blur(0.8px);
}

body.qk-post11 .plugin-demo-window.is-left {
	margin-right: -50px;
	transform: perspective(1600px) translateX(12px) translateY(-30px) rotateY(34deg) rotateZ(-8deg) scale(0.98);
	transform-origin: right center;
}

body.qk-post11 .plugin-demo-window.is-right {
	margin-left: -50px;
	transform: perspective(1600px) translateX(-12px) translateY(-30px) rotateY(-34deg) rotateZ(8deg) scale(0.98);
	transform-origin: left center;
}

body.qk-post11 .plugin-demo-window.is-side .plugin-demo-side-thumb {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	width: 100%;
}

body.qk-post11 .plugin-demo-window.is-side .plugin-demo-side-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: #fff;
}

body.qk-post11 .plugin-demo-window.is-right .plugin-demo-side-thumb {
	transform: scaleX(-1);
}

body.qk-post11 .plugin-demo-image-scroll {
	flex: 0 0 auto;
	min-height: auto;
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	padding: 0;
	border: 0;
	box-shadow: none;
	margin: 0 auto;
}

body.qk-post11 .plugin-demo-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
	background: #fff;
}

body.qk-post11 .plugin-demo-settings {
	max-width: 100%;
}

body.qk-post11 .plugin-demo-settings .form-group {
	margin-bottom: 16px;
}

body.qk-post11 .plugin-demo-settings label {
	display: block;
	margin-bottom: 6px;
	color: #334155;
	font-size: 14px;
	font-weight: 500;
}

body.qk-post11 .plugin-demo-settings .form-control {
	width: 100%;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #dbe2ea;
	border-radius: 6px;
	background: #fff;
	color: #334155;
	font-size: 14px;
	box-sizing: border-box;
}

body.qk-post11 .plugin-demo-settings textarea.form-control {
	min-height: 110px;
	resize: vertical;
}

body.qk-post11 .plugin-demo-settings .plugin-instructions {
	min-height: 120px;
	white-space: pre-wrap;
	line-height: 1.6;
}

body.qk-post11 .plugin-demo-footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
}

body.qk-post11 .plugin-demo-btn {
	min-width: 92px;
	height: 38px;
	padding: 0 16px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: default;
}

body.qk-post11 .plugin-demo-btn.is-secondary {
	background: #6b7280;
	color: #fff;
}

body.qk-post11 .plugin-demo-btn.is-primary {
	background: #7c3aed;
	color: #fff;
}

body.qk-post11 .plugin-demo-empty {
	padding: 80px 20px;
	text-align: center;
	color: #94a3b8;
}

body.qk-post11 .demo-loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	background: rgba(241, 245, 249, 0.96);
	z-index: 5;
}

body.qk-post11 .demo-loading-spinner {
	width: 32px;
	height: 32px;
	border: 3px solid #e2e8f0;
	border-top-color: #2563eb;
	border-radius: 50%;
	animation: qkDemoSpin 0.8s linear infinite;
}

@keyframes qkDemoSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	body.qk-post11 .main-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.qk-post11 .plugin-market-page-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
	}

	body.qk-post11 .content-layout {
		padding: 0 !important;
	}

	body.qk-post11 .category-header-section {
		margin-bottom: 16px;
		padding: 0 !important;
		border-radius: 16px;
		background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
		border: 1px solid #e6ecf3;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	}

	body.qk-post11 .plugin-market-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	body.qk-post11 .plugin-market-hero-media {
		display: block;
	}

	body.qk-post11 .plugin-market-hero-cover {
		height: 220px;
		border-radius: 16px 16px 0 0;
		border: 0;
	}

	body.qk-post11 .plugin-market-cover-card {
		padding: 24px 20px;
	}

	body.qk-post11 .plugin-market-cover-content {
		margin-top: -14px;
		gap: 14px;
	}

	body.qk-post11 .plugin-market-cover-icon-wrap {
		width: 64px;
		height: 64px;
		border-radius: 18px;
	}

	body.qk-post11 .plugin-market-cover-icon-wrap svg {
		width: 34px !important;
		height: 34px !important;
		max-width: 34px;
		max-height: 34px;
	}

	body.qk-post11 .plugin-market-cover-watermark {
		font-size: 88px;
	}

	body.qk-post11 .plugin-market-cover-label {
		font-size: 28px;
		letter-spacing: 0.04em;
	}

	body.qk-post11 .plugin-market-cover-name {
		font-size: 15px;
		white-space: normal;
	}

	body.qk-post11 .plugin-market-hero-main {
		height: auto;
		padding: 18px 15px 20px;
		border: 0;
		border-radius: 0 0 16px 16px;
	}

	body.qk-post11 .plugin-market-hero-title-row {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
		padding-bottom: 0;
	}

	body.qk-post11 .plugin-market-hero-heading {
		flex: 0 1 auto;
	}

	body.qk-post11 .plugin-market-hero-title {
		font-size: 21px;
		line-height: 1.45;
	}

	body.qk-post11 .plugin-market-hero .post-stamp-btn {
		align-self: center;
		flex: 0 0 auto;
		margin-left: 0;
	}

	body.qk-post11 .plugin-market-hero-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 18px;
	}

	body.qk-post11 .plugin-market-hero-fact {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 4px;
		padding: 12px;
		min-height: 0;
	}

	body.qk-post11 .plugin-market-hero-fact + .plugin-market-hero-fact {
		border-left: 0;
	}

	body.qk-post11 .plugin-market-hero-fact:nth-child(n + 3) {
		border-top: 1px solid #e2e8f0;
	}

	body.qk-post11 .plugin-market-hero-fact:nth-child(2n) {
		border-left: 1px solid #e2e8f0;
	}

	body.qk-post11 .plugin-market-hero-fact:first-child {
		border-radius: 12px 0 0 0;
	}

	body.qk-post11 .plugin-market-hero-fact:nth-child(2) {
		border-radius: 0 12px 0 0;
	}

	body.qk-post11 .plugin-market-hero-fact:nth-child(3) {
		border-radius: 0 0 0 12px;
	}

	body.qk-post11 .plugin-market-hero-fact:nth-child(4) {
		border-radius: 0 0 12px 0;
	}

	body.qk-post11 .plugin-market-fact-label,
	body.qk-post11 .plugin-market-fact-value {
		white-space: normal;
		text-align: left;
	}

	body.qk-post11 .plugin-market-fact-label {
		font-size: 12px;
	}

	body.qk-post11 .plugin-market-fact-value {
		font-size: 15px;
		line-height: 1.5;
	}

	body.qk-post11 .plugin-market-hero-file,
	body.qk-post11 .plugin-market-hero-keywords {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	body.qk-post11 .plugin-market-hero-file {
		margin-top: 16px;
	}

	body.qk-post11 .plugin-market-hero-keywords {
		margin-top: 12px;
		padding-top: 12px;
	}

	body.qk-post11 .plugin-market-file-label,
	body.qk-post11 .plugin-market-keywords-title {
		font-size: 12px;
		line-height: 1.6;
	}

	body.qk-post11 .plugin-market-file-value,
	body.qk-post11 .plugin-market-hero-keywords .tags-wrapper a {
		font-size: 13px;
		line-height: 1.8;
	}

	body.qk-post11 .plugin-market-hero-keywords .tags-wrapper {
		gap: 4px 10px;
	}

	body:is(.qk-post6, .qk-post11) .topics-section {
		padding: 15px;
	}

	body.qk-post11 .plugin-market-hero-install,
	body.qk-post11 .plugin-market-demo-area,
	body.qk-post11 .post11-tool-detail-section,
	body.qk-post11 .post11-hot-tools-section,
	body.qk-post11 .post11-comment-section {
		padding: 15px;
		border-radius: 16px;
	}

	body.qk-post11 .plugin-market-install-list {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	body.qk-post11 .plugin-market-install-item {
		padding: 16px 16px 14px;
		gap: 12px;
		align-items: flex-start;
	}

	body.qk-post11 .plugin-market-install-index {
		top: 12px;
		right: 12px;
	}

	body.qk-post11 .plugin-market-install-icon {
		width: 46px;
		height: 46px;
		min-width: 46px;
		border-radius: 14px;
	}

	body.qk-post11 .plugin-market-install-icon svg {
		width: 22px;
		height: 22px;
	}

	body.qk-post11 .plugin-market-step-title {
		font-size: 14px;
	}

	body.qk-post11 .plugin-market-step-desc {
		font-size: 12px;
		line-height: 1.7;
	}

	body.qk-post11 .qk-section-title {
		margin-bottom: 14px;
		font-size: 17px;
	}

	body.qk-post11 .plugin-market-summary-desc {
		display: block;
		font-size: 14px !important;
		line-height: 1.9;
		-webkit-line-clamp: initial;
		overflow: visible;
	}

	body.qk-post11 .post11-tool-detail-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding-bottom: 12px;
		margin-bottom: 14px;
	}

	body.qk-post11 .post11-adjacent-nav {
		width: 100%;
		justify-content: flex-start;
		margin-left: 0;
		gap: 8px;
	}

	body.qk-post11 .post11-adjacent-link {
		max-width: 100%;
	}

	body.qk-post11 .post11-adjacent-link a {
		max-width: 100%;
	}

	body.qk-post11 .post11-tool-detail-section {
		padding-bottom: 24px;
	}

	body.qk-post11 .post11-tool-detail-section p {
		margin-bottom: 12px;
	}

	body.qk-post11 .plugin-market-demo-area {
		padding-bottom: 24px;
	}

	body.qk-post11 .plugin-demo-window {
		border-radius: 10px;
	}

	body.qk-post11 .plugin-demo-header {
		height: 46px;
		min-height: 46px;
		padding: 0 14px;
	}

	body.qk-post11 .plugin-demo-title {
		font-size: 14px;
		gap: 8px;
	}

	body.qk-post11 .plugin-demo-title::before {
		width: 7px;
		height: 7px;
	}

	body.qk-post11 .plugin-demo-container {
		padding: 12px 10px 10px;
	}

	body.qk-post11 .plugin-demo-showcase {
		display: block;
	}

	body.qk-post11 .plugin-demo-window.is-left,
	body.qk-post11 .plugin-demo-window.is-right {
		display: none;
	}

	body.qk-post11 .plugin-demo-window.is-main {
		max-width: 100%;
		box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
	}

	body.qk-post11 .plugin-demo-panel {
		padding: 15px;
	}

	body.qk-post11 .plugin-demo-settings textarea.form-control,
	body.qk-post11 .plugin-demo-settings .plugin-instructions {
		min-height: 96px;
	}

	body.qk-post11 .plugin-demo-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: 18px;
		padding-top: 16px;
	}

	body.qk-post11 .plugin-demo-btn {
		width: 100%;
		min-width: 0;
	}
}
