/*
 * wp-c.css — 博客「双面(C)」皮肤（默认）
 *
 * C 默认 = 保持博客现有深色霓虹视觉零回归。
 * 本文件 = 把原 header.php 内联强制样式收编进 .sjy-theme-c 作用域（保留 !important 等价覆盖力）。
 * 列表/footer 在 C 下沿用现有深色样式（机器外壳）；文章阅读页正文翻纸面（人内核，见文件末尾）。
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&family=Cormorant+Garamond:ital@0;1&display=swap');

/* ===== Header（收编自原 header.php 内联 <style>） ===== */
.sjy-theme-c .site-header {
	background: linear-gradient(135deg,
		rgba(10, 10, 15, 0.98) 0%,
		rgba(26, 26, 46, 0.95) 50%,
		rgba(22, 33, 62, 0.92) 100%) !important;
	backdrop-filter: blur(25px) !important;
	border-bottom: 2px solid transparent !important;
	border-image: linear-gradient(135deg, #00d4ff, #8b5cf6) 1 !important;
	padding: 12px 0 !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.sjy-theme-c .header-content {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}

.sjy-theme-c .site-branding {
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	flex-shrink: 0 !important;
}

.sjy-theme-c .nav-menu {
	display: flex !important;
	gap: 8px !important;
	align-items: center !important;
	background: rgba(255, 255, 255, 0.03) !important;
	backdrop-filter: blur(30px) !important;
	border-radius: 50px !important;
	padding: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
	list-style: none !important;
	margin: 0 !important;
}

.sjy-theme-c .nav-menu li {
	list-style: none !important;
	margin: 0 !important;
}

.sjy-theme-c .nav-menu a {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 14px 24px !important;
	text-decoration: none !important;
	color: #b4b4b4 !important;
	background: transparent !important;
	border-radius: 40px !important;
	border: 2px solid transparent !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: 0.5px !important;
	position: relative !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

.sjy-theme-c .nav-menu a:hover {
	color: #ffffff !important;
	border-color: rgba(0, 212, 255, 0.4) !important;
	transform: translateY(-3px) scale(1.05) !important;
	box-shadow:
		0 8px 25px rgba(0, 212, 255, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.1) !important;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5) !important;
	background: linear-gradient(135deg, #00d4ff, #8b5cf6) !important;
}

.sjy-theme-c .nav-menu .current-menu-item > a,
.sjy-theme-c .nav-menu .current-menu-ancestor > a,
.sjy-theme-c .nav-menu .current_page_item > a,
.sjy-theme-c .nav-menu .current_page_ancestor > a,
.sjy-theme-c .nav-menu .current-category-ancestor > a,
.sjy-theme-c .nav-menu .current-category-parent > a,
.sjy-theme-c .nav-menu .current-post-ancestor > a,
.sjy-theme-c .nav-menu .active-menu-item > a {
	color: #ffffff !important;
	border-color: rgba(0, 212, 255, 0.4) !important;
	transform: translateY(-3px) scale(1.05) !important;
	box-shadow:
		0 8px 25px rgba(0, 212, 255, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.1) !important;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5) !important;
	background: linear-gradient(135deg, #00d4ff, #8b5cf6) !important;
}

.sjy-theme-c .site-title-wrapper {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
}

.sjy-theme-c .site-title {
	font-size: 1.6rem !important;
	font-weight: 800 !important;
	margin: 0 !important;
	background: linear-gradient(135deg, #00d4ff 0%, #8b5cf6 50%, #ff0080 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: -0.5px !important;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
}

.sjy-theme-c .site-title a {
	background: linear-gradient(135deg, #00d4ff 0%, #8b5cf6 50%, #ff0080 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-decoration: none !important;
}

.sjy-theme-c .title-separator {
	color: rgba(255, 255, 255, 0.3) !important;
	font-size: 1.2rem !important;
	font-weight: 300 !important;
}

.sjy-theme-c .site-tagline {
	font-size: 0.85rem !important;
	color: #b4b4b4 !important;
	margin: 0 !important;
	font-weight: 500 !important;
	opacity: 0.8 !important;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: 0.3px !important;
	white-space: nowrap !important;
	line-height: 1.2 !important;
}

@media (max-width: 1024px) {
	.sjy-theme-c .site-title { font-size: 1.4rem !important; }
	.sjy-theme-c .site-tagline { font-size: 0.8rem !important; }
	.sjy-theme-c .nav-menu a { padding: 10px 18px !important; font-size: 0.9rem !important; }
}

@media (max-width: 768px) {
	.sjy-theme-c .site-header { padding: 10px 0 !important; }
	.sjy-theme-c .header-content { flex-direction: column !important; gap: 12px !important; text-align: center !important; padding: 0 15px !important; }
	.sjy-theme-c .site-branding { justify-content: center !important; }
	.sjy-theme-c .site-title-wrapper { justify-content: center !important; gap: 8px !important; }
	.sjy-theme-c .site-title { font-size: 1.3rem !important; }
	.sjy-theme-c .site-tagline { font-size: 0.75rem !important; }
	.sjy-theme-c .main-navigation { justify-content: center !important; }
	.sjy-theme-c .nav-menu { flex-wrap: wrap !important; justify-content: center !important; gap: 4px !important; padding: 6px !important; }
	.sjy-theme-c .nav-menu a { padding: 8px 14px !important; font-size: 0.8rem !important; }
}

@media (max-width: 480px) {
	.sjy-theme-c .site-title-wrapper { flex-direction: column !important; gap: 4px !important; }
	.sjy-theme-c .title-separator { display: none !important; }
	.sjy-theme-c .site-title { font-size: 1.2rem !important; }
	.sjy-theme-c .site-tagline { font-size: 0.7rem !important; }
	.sjy-theme-c .nav-menu a { padding: 6px 12px !important; font-size: 0.75rem !important; }
}

/* token：供共用切换器/引导用 */
.sjy-theme-c { --theme-accent: #00d4ff; }

/* ===== 双面(C)：文章阅读页 = 人内核纸面（外壳保持深色机器，正文翻纸面，呼应首页 C） ===== */
.sjy-theme-c.single .content-area,
.sjy-theme-c.single .site-main,
.sjy-theme-c.single-weibo .content-area,
.sjy-theme-c.single-weibo .site-main {
	background: #faf9f7 !important;
	color: #1a1a1a !important;
	border-radius: 10px;
	padding: 36px 30px !important;
	margin: 28px auto !important;
	max-width: 880px;
	box-shadow: 0 12px 44px rgba(0, 0, 0, 0.45);
	/* 正文区变量兜底，防 var() 露深色 */
	--text-primary: #1a1a1a; --text-secondary: #4a4742; --text-muted: #8a857c;
	--bg-primary: #faf9f7; --bg-secondary: #f3f1ec; --bg-card: #ffffff;
}
.sjy-theme-c.single .entry-header,
.sjy-theme-c.single .entry-content,
.sjy-theme-c.single .entry-footer,
.sjy-theme-c.single article.hentry,
.sjy-theme-c.single-weibo article {
	background: transparent !important;
	color: #1a1a1a !important;
	border-color: #e6e2d8 !important;
}
.sjy-theme-c.single .entry-title,
.sjy-theme-c.single .entry-title a,
.sjy-theme-c.single-weibo .weibo-single-title {
	background: none !important;
	-webkit-text-fill-color: #1a1a1a !important;
	color: #1a1a1a !important;
	font-family: 'Noto Serif SC', serif !important;
}
.sjy-theme-c.single .entry-meta-header,
.sjy-theme-c.single .entry-meta-header * { color: #8a857c !important; }
.sjy-theme-c.single .entry-content {
	font-family: 'Noto Serif SC', serif !important;
	font-size: 1.06rem;
	line-height: 1.95;
	max-width: 720px;
	margin: 0 auto;
}
.sjy-theme-c.single .entry-content p,
.sjy-theme-c.single .entry-content li,
.sjy-theme-c.single .entry-content h2,
.sjy-theme-c.single .entry-content h3,
.sjy-theme-c.single .entry-content h4,
.sjy-theme-c.single .entry-content strong { color: #1a1a1a !important; }
.sjy-theme-c.single .entry-content a { color: #c41e3a !important; text-decoration: underline; }
.sjy-theme-c.single .entry-content h2,
.sjy-theme-c.single .entry-content h3 {
	font-family: 'Noto Serif SC', serif !important;
	border-left: 3px solid #c41e3a;
	padding-left: 12px;
}
.sjy-theme-c.single .entry-content blockquote {
	border-left: 3px solid #c41e3a !important;
	background: #f3f1ec !important;
	color: #4a4742 !important;
	font-style: italic;
	padding: 12px 18px;
}
.sjy-theme-c.single .entry-content code,
.sjy-theme-c.single .entry-content pre {
	background: #f0ede6 !important;
	color: #1a1a1a !important;
	font-family: 'JetBrains Mono', ui-monospace, monospace !important;
}
.sjy-theme-c.single .entry-content img { border-radius: 6px; }
.sjy-theme-c.single .post-navigation,
.sjy-theme-c.single .post-navigation a,
.sjy-theme-c.single .post-navigation .post-title { color: #1a1a1a !important; }
