/* ===== shared utility/component styles (migrated from inline style attrs) ===== */
/* 商家卡片：无左侧缩略图（子站首页列表�?*/
.idc-card.idc-card--no-thumb .card-main {
	align-items: flex-start;
	padding-top: 12px;
}
.idc-card.idc-card--no-thumb .card-info {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
}
.hero-title-icon {
	color: var(--c-primary);
	margin-right: 10px;
	font-size: 1.2rem;
}
.u-ml-auto {
	margin-left: auto;
}
.filter-sort-icon {
	margin-right: 4px;
}
.main-content-wide {
	width: 100%;
	padding-top: 20px;
}
/* 统一二级栏目/兄弟栏目样式（兼容现有结构） */
.subnav-tabs,
.city-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
@media (max-width: 767px) {
	/* 覆盖本文件上一�?flex-wrap:wrap，避免子栏目换行；单行横滑，隐藏滚动条仍可拖�?滑动 */
	.subnav-tabs,
	.city-tabs {
		flex-wrap: nowrap;
		gap: 0;
		column-gap: 0;
		row-gap: 0;
		justify-content: flex-start;
		align-items: center;
		max-width: 100%;
		min-width: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		overscroll-behavior-x: contain;
	}
	.subnav-tabs::-webkit-scrollbar,
	.city-tabs::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
	.city-tabs .tab-btn,
	.subnav-tabs .tab-btn {
		flex-shrink: 0;
		white-space: nowrap;
	}
}
.subnav-tab,
.city-tabs .tab-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.subnav-panel.is-hidden,
.tab-pane-custom.is-hidden {
	display: none;
}
.icon-primary {
	color: var(--c-primary);
}
.icon-hot {
	color: #f97316;
}
.aside-list-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.aside-list-col-lg {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.aside-tags-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}
.aside-link-row {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.aside-link-row:hover {
	text-decoration: none;
}
.aside-link-title {
	font-size: .8375rem;
	font-weight: 600;
	color: var(--c-text);
}
.aside-link-meta {
	font-size: .75rem;
	color: var(--c-text-3);
}
.topic-link {
	font-size: .8375rem;
	color: var(--c-text-2);
	line-height: var(--lh-normal);
	transition: color var(--ease);
}
.topic-link:hover {
	color: var(--c-primary);
}
.resource-icon-box,
.nav-logo-box {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .9rem;
	flex-shrink: 0;
}
.resource-icon-box--pdf {
	background: linear-gradient(135deg, #f97316, #ea580c);
}
.resource-icon-box--xlsx {
	background: linear-gradient(135deg, #22c55e, #16a34a);
}
.resource-icon-box--tool {
	background: linear-gradient(135deg, #06b6d4, #0891b2);
}
.resource-icon-box--thumb {
	background: none;
	padding: 0;
	overflow: hidden;
}
.resource-icon-box--thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.nav-logo-box {
	background: var(--c-bg-soft);
	border: 1px solid var(--c-line);
	color: inherit;
}
.nav-logo-box img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.small-title {
	font-size: .8rem;
	font-weight: 600;
	color: var(--c-text);
	line-height: 1.4;
}
.small-meta {
	font-size: .73rem;
	color: var(--c-text-3);
	margin-top: 2px;
}
.small-meta-spaced {
	margin-top: 3px;
}
.video-hint-icon {
	font-size: 4rem;
	opacity: .08;
}
.video-hint-text {
	font-size: .85rem;
	color: rgba(255, 255, 255, .3);
}
.mr-4 {
	margin-right: 4px;
}
.video-thumb-mini {
	width: 72px;
	height: 40px;
	border-radius: 5px;
	background: #e8edf5;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #b0bec5;
}
/* 暗色模式兼容：内联迁移后的浅色块在暗色下微调 */
	background: #1b2a44;
	color: #8aa0c2;
}
/* ===== index.html：楼层内 Tab 面板（热销机型区块已移除） ===== */
.tab-pane-custom {
	height: 100%;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
/* show.html 商家详情页操作按钮（沿用 recommend-card-btn 类名�?*/
.recommend-card-btn {
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: .8125rem;
	font-weight: 500;
}
.recommend-card-btn.primary {
	background: linear-gradient(90deg, #ff8a24 0%, #ff7a2f 100%);
	color: #fff;
	border: 1px solid transparent;
}
.recommend-card-btn.ghost {
	background: transparent;
	color: var(--trial-accent-deep);
	border: 1px solid var(--trial-accent);
}
button.recommend-card-btn {
	cursor: pointer;
	font-family: inherit;
}
button.recommend-card-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}
.merchant-qr-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.merchant-qr-modal[hidden] {
	display: none !important;
}
.merchant-qr-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.55);
}
.merchant-qr-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 320px);
	padding: 22px 20px 18px;
	border-radius: 12px;
	background: var(--c-bg-card, #fff);
	border: 1px solid var(--c-line, #e2e8f0);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
	text-align: center;
}
.merchant-qr-modal__title {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--c-text, #1e293b);
}
.merchant-qr-modal__code {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	margin: 0 auto 12px;
}
.merchant-qr-modal__code img,
.merchant-qr-modal__code canvas {
	display: block;
	max-width: 100%;
	height: auto;
}
.merchant-qr-modal__hint {
	margin: 0 0 8px;
	font-size: 0.8125rem;
	color: var(--c-text-2, #64748b);
}
.merchant-qr-modal__url {
	margin: 0 0 16px;
	font-size: 0.75rem;
	line-height: 1.5;
	word-break: break-all;
	color: var(--c-text-2, #64748b);
}
.merchant-qr-modal__close {
	min-width: 120px;
	margin: 0 auto;
}
body.merchant-qr-modal-open {
	overflow: hidden;
}
@media (max-width: 767px) {
	.tab-pane-custom {
		height: auto;
		min-height: 0;
		min-width: 0;
	}
	.recommend-card-btn {
		font-size: 0.72rem;
		height: 38px;
	}
}
/* resource-detail: same full-bleed width as layout-body + main-content pages */
.detail-layout-wide {
	display: flex;
	gap: var(--layout-split-gap);
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
@media (max-width: 900px) {
	.detail-layout-wide {
		flex-direction: column;
		gap: var(--layout-split-gap);
	}
}
/* ===== resource-detail.html extracted styles ===== */
.resource-hero {
	background: #fff;
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
	padding: 28px 32px;
	margin-bottom: 24px;
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.resource-hero-icon {
	width: 72px;
	height: 72px;
	border-radius: var(--r-md);
	background: linear-gradient(135deg, #06b6d4, #0891b2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	color: #fff;
	flex-shrink: 0;
}
.resource-hero-icon.resource-hero-icon--thumb {
	background: none;
	padding: 0;
	overflow: hidden;
}
.resource-hero-icon.resource-hero-icon--thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.resource-hero-info {
	flex: 1;
	min-width: 0;
}
.resource-hero-info h1 {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--c-text);
	margin-bottom: 8px;
	line-height: 1.35;
}
.resource-hero-info p {
	font-size: .875rem;
	color: var(--c-text-2);
	line-height: 1.65;
	margin-bottom: 14px;
}
.res-stats {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.res-stat-item {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: .8125rem;
	color: var(--c-text-3);
}
.res-stat-item i {
	color: var(--c-primary);
	width: 14px;
}
.res-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}
.dl-panel {
	background: var(--c-bg-soft);
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	padding: 20px 22px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.dl-panel .dl-info {
	flex: 1;
	min-width: 0;
}
.dl-panel .dl-info p {
	font-size: .8125rem;
	color: var(--c-text-2);
	margin: 0;
}
.dl-panel .dl-info strong {
	font-size: .9375rem;
	color: var(--c-text);
}
.btn-download {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 28px;
	background: var(--c-primary);
	color: #fff;
	border-radius: 999px;
	font-size: .9rem;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: background var(--ease), box-shadow var(--ease);
	text-decoration: none;
	white-space: nowrap;
}
.btn-download:hover {
	background: var(--c-primary-h);
	box-shadow: 0 4px 14px rgba(26, 108, 245, .3);
	color: #fff;
}
/* 资源详情页：频道推荐视频（栅格与首页「视频精选」一致） */
.res-detail-videos {
	margin-top: 4px;
}
.res-detail-videos .section-hd {
	margin-bottom: 14px;
}
.res-detail-videos-more {
	margin-top: 4px;
}
/* ===== resources.html extracted styles ===== */
.resource-card {
	background: var(--c-bg-card);
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	padding: 18px 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: box-shadow var(--ease), transform var(--ease), border-color var(--ease);
	text-decoration: none;
	color: inherit;
}
.resource-card:hover {
	box-shadow: var(--s-card);
	transform: translateY(-2px);
	border-color: rgba(0, 0, 0, .18);
	color: inherit;
}
.res-icon {
	width: 64px;
	height: 64px;
	border-radius: var(--r-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
	color: #fff;
}
.res-icon.pdf {
	background: linear-gradient(135deg, #f97316, #ea580c);
}
.res-icon.zip {
	background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
.res-icon.doc {
	background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.res-icon.xls {
	background: linear-gradient(135deg, #22c55e, #16a34a);
}
.res-icon.exe {
	background: linear-gradient(135deg, #ef4444, #dc2626);
}
.res-icon.tool {
	background: linear-gradient(135deg, #06b6d4, #0891b2);
}
.res-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
.res-name {
	font-size: .9375rem;
	font-weight: 700;
	color: var(--c-text);
	margin-bottom: 5px;
	line-height: 1.4;
}
.res-desc {
	font-size: .8125rem;
	color: var(--c-text-2);
	line-height: 1.6;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.res-meta {
	font-size: .75rem;
	color: var(--c-text-3);
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: auto;
}
.res-dl-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #fff;
	color: var(--c-text-2);
	font-size: .75rem;
	font-weight: 500;
	border: 1px solid var(--c-line);
	transition: background var(--ease), color var(--ease), border-color var(--ease), box-shadow var(--ease);
	white-space: nowrap;
	flex-shrink: 0;
	align-self: flex-start;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
}
.res-dl-btn:hover {
	background: var(--c-bg-soft);
	color: var(--c-text);
	border-color: var(--c-line-strong);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}
/* resources list: equal-height cards per row, undo global 25% col rule */
.resources-page .main-content .row.resources-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
}
/* download 子站：三列横排卡片（左图�?+ 文案 + 下载按钮，非首页 home-resources�?*/
.resources-page .main-content .row.resources-grid.download-res-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.resources-page .main-content .row.resources-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.resources-page .main-content .row.resources-grid .resource-card {
	flex: 1 1 auto;
	min-height: 100%;
	align-self: stretch;
}
.resources-page .download-res-card {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
}
.resources-page .download-res-card .res-icon {
	display: flex;
	width: 48px;
	height: 48px;
	min-width: 48px;
	font-size: 1.2rem;
	flex-shrink: 0;
}
.resources-page .download-res-card .res-icon.res-icon--thumb {
	padding: 0;
	overflow: hidden;
	background: var(--c-bg-soft);
}
.resources-page .download-res-card .res-icon.res-icon--thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.resources-page .download-res-card .res-info {
	flex: 1 1 0;
	min-width: 0;
}
@media (max-width: 1199px) {
	.resources-page .main-content .row.resources-grid {
		grid-template-columns: 1fr;
	}
	.resources-page .main-content .row.resources-grid.download-res-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.resources-page .main-content .row.resources-grid.download-res-grid {
		grid-template-columns: 1fr;
	}
}
/* 移动端：隐藏左侧类型方块缩图，文案与下载按钮占满整行 */
@media (max-width: 767px) {
	.resources-page .resource-card:not(.download-res-card) {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 12px;
		padding: 14px 16px;
		min-width: 0;
	}
	.resources-page .resource-card:not(.download-res-card) .res-icon {
		display: none;
	}
	.resources-page .download-res-card .res-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		font-size: 1rem;
	}
	.resources-page .res-info {
		flex: 1 1 0%;
		min-width: 0;
	}
	.resources-page .res-dl-btn {
		flex-shrink: 0;
		align-self: flex-start;
		padding: 5px 11px;
		font-size: 0.74rem;
	}
}
/* ===== index.html: resources switch section (home) ===== */
.home-resources .row.home-resources-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
}
.home-resources .row.home-resources-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	display: flex;
}
.home-resources .resource-card.home-resource-card {
	flex: 1 1 auto;
	min-height: 100%;
	padding: 24px 24px;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}
.home-resources .resource-card.home-resource-card .res-info {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.home-resources .resource-card.home-resource-card .res-hd {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
}
.home-resources .resource-card.home-resource-card .res-icon {
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	font-size: .85rem;
	border-radius: 4px;
	flex: 0 0 auto;
}
.home-resources .resource-card.home-resource-card .res-icon--thumb {
	padding: 0;
	overflow: hidden;
	background: var(--c-bg-soft);
}
.home-resources .resource-card.home-resource-card .res-icon--thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-resources .resource-card.home-resource-card .res-name {
	font-size: .95rem;
	margin-bottom: 0;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.home-resources .resource-card.home-resource-card .res-meta {
	width: 100%;
	margin: 0;
	font-size: .9rem;
	color: var(--c-text-2);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home-resources .resource-card.home-resource-card .res-dl-btn {
	align-self: center;
}
@media (max-width: 991px) {
	.home-resources .row.home-resources-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.home-resources .row.home-resources-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
/* ===== videos.html extracted styles ===== */
.video-thumb {
	aspect-ratio: 16/9;
	background: var(--c-bg-soft);
	position: relative;
	overflow: hidden;
}
.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, .45);
	border: 1px solid rgba(255, 255, 255, .22);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 2;
}
.video-play i {
	font-size: 14px;
	transform: translateX(1px);
}
.video-duration {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(0, 0, 0, .55);
	border: 1px solid rgba(255, 255, 255, .18);
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .2px;
	pointer-events: none;
	z-index: 2;
}
.video-thumb-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 0;
}
.video-body {
	padding: 14px 0 ;
}
.video-title {
	font-size: .9rem;
	font-weight: 700;
	color: var(--c-text);
	line-height: 1.45;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.video-meta {
	font-size: .75rem;
	color: var(--c-text-2);
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
/* 视频列表卡：�?articles 同用 content-card + 缩略图顶边无内边�?*/
.videos-page .content-card.videos-list-card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.videos-page .content-card.videos-list-card .videos-list-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	color: inherit;
}
.videos-page .content-card.videos-list-card .videos-list-card__link:hover {
	color: inherit;
}
.videos-page .content-card.videos-list-card .card-tags {
	padding: 0 16px 14px;
	margin-top: 0;
}
.videos-page .content-card.videos-list-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* videos.html：满行四列均分（左右贴齐）；末行不满时从左顺排，不拉到最后一张靠�?*/
.videos-page .main-content .row.videos-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
}
.videos-page .main-content .row.videos-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
@media (max-width: 900px) {
	.videos-page .main-content .row.videos-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	.videos-page .main-content .row.videos-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
/* ===== index.html: video switch section (home) ===== */
.home-videos .content-card.videos-list-card {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.home-videos .content-card.videos-list-card .videos-list-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	color: inherit;
}
.home-videos .content-card.videos-list-card .videos-list-card__link:hover {
	color: inherit;
}
.home-videos .content-card.videos-list-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
/* 首页视频栅格：固定两行；默认 4 列（�?Tab 10 条仅显示�?8 条），≥2000px �?5 列（显示全部 10 条） */
.home-videos .row.home-videos-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.125rem;
	margin-left: 0;
	margin-right: 0;
}
.home-videos:not(.res-detail-videos) .row.home-videos-grid > .home-videos-grid__item:nth-child(n + 9) {
	display: none;
}
.home-videos .row.home-videos-grid > .home-videos-grid__item,
.home-videos .row.home-videos-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
/* 空状态占位：跨满整行栅格 */
.home-videos .row.home-videos-grid > .col-12 {
	grid-column: 1 / -1;
}
@media (min-width: 2000px) {
	.home-videos .row.home-videos-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.home-videos:not(.res-detail-videos) .row.home-videos-grid > .home-videos-grid__item:nth-child(n + 9) {
		display: block;
	}
}
/*
 * 首页视频封面：与列表页一致，缩略�?16:9
 */
.floor-section.home-videos .video-thumb {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.floor-section.home-videos .video-thumb .video-play {
	width: 38px;
	height: 38px;
}
.floor-section.home-videos .video-thumb .video-play i {
	font-size: 13px;
}
.floor-section.home-videos .video-thumb .video-duration {
	right: 8px;
	bottom: 8px;
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 3px 8px;
	color: #5f6368;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(6px);
}
.floor-section.home-vas .video-duration.vas-tag-badge:empty {
	display: none;
}
/* 首页金牌服务：单行；<2000px �?4 列（最�?4 条），≥2000px �?5 列（最�?5 条） */
.main-content .row.g-3.home-videos-grid.home-vas-grid,
.floor-section.home-vas .row.home-videos-grid.home-vas-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.125rem;
	margin-left: 0;
	margin-right: 0;
}
.main-content .row.g-3.home-videos-grid.home-vas-grid > .home-videos-grid__item,
.floor-section.home-vas .row.home-videos-grid.home-vas-grid > .home-videos-grid__item {
	width: 100%;
	max-width: none;
	flex: none;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
.floor-section.home-vas .row.home-videos-grid.home-vas-grid > .home-videos-grid__item:nth-child(n + 5) {
	display: none;
}
@media (max-width: 991px) {
	.main-content .row.g-3.home-videos-grid.home-vas-grid,
	.floor-section.home-vas .row.home-videos-grid.home-vas-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.main-content .row.g-3.home-videos-grid.home-vas-grid,
	.floor-section.home-vas .row.home-videos-grid.home-vas-grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.floor-section.home-vas .videos-list-card .card-title {
		-webkit-line-clamp: 2;
	}
}
@media (min-width: 2000px) {
	.main-content .row.g-3.home-videos-grid.home-vas-grid,
	.floor-section.home-vas .row.home-videos-grid.home-vas-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.floor-section.home-vas .row.home-videos-grid.home-vas-grid > .home-videos-grid__item:nth-child(n + 5) {
		display: block;
	}
	.floor-section.home-vas .row.home-videos-grid.home-vas-grid > .home-videos-grid__item:nth-child(n + 6) {
		display: none;
	}
}
/* 首页「海外服务器」：弱化标签、柔化标�?简介色阶（避免纯黑过重�?*/
#term-recommend .idc-card .card-name {
	color: #2c2c2c;
	font-weight: 600;
	letter-spacing: -0.018em;
}
#term-recommend .idc-card .card-desc {
	color: #737373;
	letter-spacing: 0.015em;
}
#term-recommend .idc-card .card-tags {
	padding-top: 7px;
	padding-bottom: 11px;
	gap: 6px;
}
#term-recommend .idc-card .card-tags .tag-chip {
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #909090;
	background: rgba(0, 0, 0, 0.028);
	border: 1px solid rgba(0, 0, 0, 0.055);
	border-radius: 5px;
	padding: 2px 7px;
}
#term-recommend .idc-card .card-tags .tag-chip:hover {
	color: #6b6b6b;
	background: rgba(0, 0, 0, 0.045);
	border-color: rgba(0, 0, 0, 0.08);
}
	color: #eef3fb;
}
	color: #a9bdd8;
}
	color: #9eb0c9;
	background: rgba(185, 203, 226, 0.08);
	border-color: rgba(185, 203, 226, 0.14);
}
	color: #dce6f5;
	background: rgba(185, 203, 226, 0.12);
	border-color: rgba(185, 203, 226, 0.22);
}
	color: #cbd5e1;
	background: rgba(15, 23, 42, 0.55);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}
	color: #eef3fb;
}
	color: #a9bdd8;
}
/*
 * 首页主内�?· 楼层标题：与卡片区协调的「小一级」标题（替代 theme 1.12rem/800�? * 设计：h2 约比卡片名称大半级；竖条低对比；「更多」小号灰�?�?与「视频精选」等 Tab 行视觉一�? */
.page-main .main-content > .floor-section > .section-hd {
	margin-bottom: 14px;
	padding-bottom: 10px;
}
.page-main .main-content > .floor-section > .section-hd h2 {
	font-size: 1.02rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
	color: var(--c-text);
}
.page-main .main-content > .floor-section > .section-hd .s-flag {
	width: 2px;
	height: 13px;
	border-radius: 2px;
	background: var(--c-line-strong);
	opacity: 0.85;
	align-self: center;
}
.page-main .main-content > .floor-section > .section-hd .s-more {
	font-size: 0.75rem;
	font-weight: 400;
	color: var(--c-text-3);
	letter-spacing: 0;
}
.page-main .main-content > .floor-section > .section-hd .s-more:hover {
.page-main .main-content > .floor-section > .section-hd.section-hd--tabs .s-more {
	align-self: baseline;
}
@media (max-width: 767px) {
	.page-main .main-content > .floor-section > .section-hd h2 {
		font-size: 0.9375rem;
		line-height: 1.35;
	}
}
	background: rgba(185, 203, 226, 0.35);
	opacity: 1;
}
/* 首页「视频精选」「资源下载」标题行：Tab 行布局（字重字号由上一段统一�?*/
.floor-section.home-videos .section-hd.section-hd--tabs,
.floor-section.home-resources .section-hd.section-hd--tabs {
	align-items: baseline;
	flex-wrap: wrap;
	row-gap: 8px;
	column-gap: 12px;
}
/* 纯文�?Tab + 极淡指示�?*/
.floor-section.home-videos .section-hd.section-hd--tabs > .home-videos-tabs.city-tabs,
.floor-section.home-resources .section-hd.section-hd--tabs > .home-resources-tabs.city-tabs {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	gap: 0 14px;
	row-gap: 4px;
	justify-content: flex-start;
	align-items: baseline;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transform: translateY(0.22em);
}
.floor-section.home-videos .home-videos-tabs.city-tabs .tab-btn,
.floor-section.home-resources .home-resources-tabs.city-tabs .tab-btn {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	padding: 0 0 2px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.35;
	color: var(--c-text-3);
	border-radius: 0;
	background: transparent;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: color var(--ease);
}
.floor-section.home-videos .home-videos-tabs.city-tabs .tab-btn:hover,
.floor-section.home-resources .home-resources-tabs.city-tabs .tab-btn:hover {
	color: var(--c-text-2);
	background: transparent;
}
.floor-section.home-videos .home-videos-tabs.city-tabs .tab-btn.active,
.floor-section.home-resources .home-resources-tabs.city-tabs .tab-btn.active {
	color: var(--c-text);
	font-weight: 600;
	background: transparent;
	text-decoration-line: underline !important;
	text-decoration-color: rgba(22, 22, 22, 0.18) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}
.floor-section.home-videos .home-videos-tabs.city-tabs .tab-btn.active::after,
.floor-section.home-resources .home-resources-tabs.city-tabs .tab-btn.active::after {
	content: none !important;
}
.floor-section.home-videos .content-card.videos-list-card {
	border-radius: var(--r-lg);
	border-color: var(--c-line);
	box-shadow: var(--s-xs);
	transition:
		box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1),
		border-color var(--ease),
		transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.floor-section.home-videos .content-card.videos-list-card:hover {
	border-color: var(--c-line-strong);
	box-shadow: var(--s-sm);
	transform: translateY(-1px);
}
.floor-section.home-videos .videos-list-card .video-body {
	padding: 12px 12px 12px;
}
.floor-section.home-videos .videos-list-card .card-title {
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.35;
	-webkit-line-clamp: 1;
	color: #2a2a2a;
}
.floor-section.home-videos .videos-list-card .card-summary {
	margin-top: 6px;
	color: #747b84;
	font-size: 0.8125rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
.floor-section.home-videos .videos-list-card .tag-chip {
	background: var(--c-bg-soft);
	border-color: var(--c-line);
	color: var(--c-text-2);
	font-weight: 500;
}
.floor-section.home-videos .videos-list-card .tag-chip:hover {
	background: var(--c-bg-soft);
	color: var(--c-text-2);
	border-color: var(--c-line-strong);
}
@media (max-width: 767px) {
	.floor-section.home-videos .section-hd.section-hd--tabs > .home-videos-tabs.city-tabs,
	.floor-section.home-resources .section-hd.section-hd--tabs > .home-resources-tabs.city-tabs {
		flex: 1 1 100%;
		order: 3;
		max-width: 100%;
		padding: 0;
		gap: 0 12px;
		transform: translateY(0.12em);
	}
	.floor-section.home-videos .home-videos-tabs.city-tabs .tab-btn,
	.floor-section.home-resources .home-resources-tabs.city-tabs .tab-btn {
		padding: 0 0 2px;
		font-size: 0.72rem;
	}
	.floor-section.home-videos .section-hd .s-more,
	.floor-section.home-resources .section-hd .s-more {
		margin-left: auto;
	}
}
	color: var(--c-text-3);
}
	color: var(--c-text);
	text-decoration-color: rgba(233, 241, 255, 0.28) !important;
	background: transparent;
	box-shadow: none !important;
}
	border-color: rgba(185, 203, 226, 0.28);
}
/* 首页「出海工具推荐」：第一层分�?Tab，第二层 卡片 / 列表 */
.floor-section.home-number-resources .section-hd.section-hd--tabs {
	align-items: baseline;
	flex-wrap: wrap;
	row-gap: 8px;
	column-gap: 12px;
}
.floor-section.home-number-resources .section-hd.section-hd--tabs > .home-nr-cat-tabs.city-tabs {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0 0 2px;
	gap: 0 12px;
	row-gap: 6px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transform: translateY(0.22em);
}
/* 「更多xxx→」与 Tab 行同高、并贴近标题栏底部分割线（仅 baseline 时链接会偏上�?*/
.page-main .main-content > .floor-section.home-number-resources .section-hd.section-hd--tabs > a.s-more.home-nr-floor-more {
	align-self: flex-end;
	transform: translateY(0.22em);
	line-height: 1.35;
	white-space: nowrap;
}
.floor-section.home-number-resources .home-nr-cat-tabs.city-tabs .tab-btn {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	padding: 0 0 2px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.35;
	color: var(--c-text-3);
	border-radius: 0;
	background: transparent;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: color var(--ease);
}
.floor-section.home-number-resources .home-nr-cat-tabs.city-tabs .tab-btn:hover {
	color: var(--c-text-2);
	background: transparent;
}
.floor-section.home-number-resources .home-nr-cat-tabs.city-tabs .tab-btn.active {
	color: var(--c-text);
	font-weight: 600;
	background: transparent;
	text-decoration-line: underline !important;
	text-decoration-color: rgba(22, 22, 22, 0.18) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}
.floor-section.home-number-resources .home-nr-cat-tabs.city-tabs .tab-btn.active::after {
	content: none !important;
}
.home-nr-card.home-resource-card {
	transition:
		border-color var(--ease),
		box-shadow 0.2s ease,
		transform 0.2s ease;
}
.home-nr-card.home-resource-card:hover {
	transform: translateY(-1px);
}
/* 出海工具：与「资源下载」同套卡片栅格（原区块无 .home-resources 父级，网格规则未命中�?*/
.home-number-resources .row.home-resources-grid.home-nr-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
}
.home-number-resources .row.home-resources-grid.home-nr-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	display: flex;
}
.home-number-resources .resource-card.home-resource-card {
	flex: 1 1 auto;
	min-height: 100%;
	padding: 24px 24px;
	gap: 16px;
	align-items: flex-start;
}
.home-number-resources .resource-card.home-resource-card .res-info {
	flex: 1 1 auto;
	min-width: 0;
}
.home-number-resources .resource-card.home-resource-card .res-name {
	font-size: .95rem;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home-number-resources .resource-card.home-resource-card .res-meta {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
	font-size: 0.9rem;
	line-height: 1.45;
	min-height: calc(0.9rem * 1.45 * 2);
	margin-top: 0;
}
@media (max-width: 1200px) {
	.home-number-resources .row.home-resources-grid.home-nr-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.home-number-resources .row.home-resources-grid.home-nr-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
.home-number-resources > .tab-pane-custom {
	height: auto;
	min-height: 0;
}
@media (max-width: 767px) {
	.floor-section.home-number-resources .section-hd.section-hd--tabs > .home-nr-cat-tabs.city-tabs {
		flex: 1 1 100%;
		order: 3;
		max-width: 100%;
	}
}
	color: var(--c-text-3);
}
	color: var(--c-text);
	text-decoration-color: rgba(233, 241, 255, 0.28) !important;
}
/* ===== 404.html ===== */
.error-404-page .page-main {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}
.error-404-wrap {
	max-width: 520px;
	margin: 0 auto;
	padding: 48px 24px 64px;
	text-align: center;
}
.error-404-visual {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.error-404-code {
	display: block;
	font-size: clamp(4.5rem, 14vw, 6.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.06em;
	color: var(--c-text);
	opacity: .12;
	user-select: none;
}
.error-404-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.75rem;
	color: var(--c-text-3);
}
.error-404-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--c-text);
	margin: 0 0 12px;
	line-height: 1.35;
}
.error-404-desc {
	font-size: .9375rem;
	color: var(--c-text-2);
	line-height: var(--lh-normal);
	margin: 0 0 28px;
}
.error-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
}
.error-404-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 22px;
	border-radius: 10px;
	font-size: .9rem;
	font-weight: 600;
	text-decoration: none;
	transition: background var(--ease), color var(--ease), border-color var(--ease);
}
.error-404-btn-primary {
	background: var(--c-text);
	color: #fff;
	border: 1px solid var(--c-text);
}
.error-404-btn-primary:hover {
	background: var(--c-primary-h);
	color: #fff;
	border-color: var(--c-primary-h);
}
.error-404-btn-ghost {
	background: transparent;
	color: var(--c-text-2);
	border: 1px solid var(--c-line-strong);
}
.error-404-btn-ghost:hover {
	color: var(--c-text);
	border-color: var(--c-text-3);
	background: var(--c-bg-soft);
}
	opacity: .18;
	color: var(--c-text);
}
	background: #dbe8ff;
	color: #0f172a;
	border-color: #dbe8ff;
}
	background: #fff;
	color: #0f172a;
	border-color: #fff;
}
@media (max-width: 767px) {
	.error-404-wrap {
		padding: 28px 16px 40px;
	}
	.error-404-actions {
		flex-direction: column;
		width: 100%;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.error-404-btn {
		width: 100%;
	}
}
/* ===== show.html 商家/外链详情（结构参考跨境类导航详情页，配色走全站令牌） ===== */
.merchant-show-hero {
	background: #fff;
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
	padding: 28px 32px;
	margin-bottom: 24px;
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.merchant-show-logo-wrap {
	width: 400px;
	max-width: 100%;
	aspect-ratio: 400 / 300;
	min-width: 0;
	flex-shrink: 1;
	border-radius: var(--r-md);
	border: 1px solid var(--c-line);
	background: var(--c-bg-soft);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.merchant-show-logo-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.merchant-show-hero-main {
	flex: 1;
	min-width: 0;
}
.merchant-show-hero-main h1 {
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--c-text);
	margin: 0 0 10px;
	line-height: 1.35;
	letter-spacing: -0.02em;
}
.merchant-show-lead { font-size: .875rem; line-height: 1.7; color: var(--c-text-2); margin: 0 0 14px; }
.merchant-show-meta {
	margin-bottom: 10px;
}
.merchant-show-features {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 14px;
}
.merchant-show-features > .merchant-show-feature-chips:first-child {
	gap: 8px;
}
.merchant-show-features > .merchant-show-feature-chips:first-child .tag-chip {
	padding: 3px 9px;
	font-size: .7rem;
	border-radius: 6px;
	background: #f3f4f6;
	border-color: #e5e7eb;
	color: #374151;
}
.merchant-show-feature-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px 28px;
	min-width: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}
.merchant-show-feature-row .merchant-show-feature-group {
	flex: 0 0 auto;
	flex-wrap: nowrap;
}
.merchant-show-feature-row .merchant-show-feature-chips {
	flex-wrap: nowrap;
	gap: 8px;
}
.merchant-show-meta-strip {
	gap: 0;
	padding: 11px 6px;
	background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	box-shadow: var(--s-xs);
}
.merchant-show-meta-strip .merchant-show-feature-group {
	align-items: center;
	gap: 10px;
	padding: 2px 18px;
}
.merchant-show-meta-strip .merchant-show-feature-group + .merchant-show-feature-group {
	border-left: 1px solid rgba(0, 0, 0, .07);
}
.merchant-show-meta-strip .merchant-show-feature-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5em;
	padding: 4px 10px;
	font-size: .6875rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--c-text-2);
	letter-spacing: .04em;
	white-space: nowrap;
	background: #fff;
	border: 1px solid var(--c-line);
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}
.merchant-show-feature-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	min-width: 0;
}
.merchant-show-feature-label {
	flex: 0 0 auto;
	font-size: .75rem;
	font-weight: 600;
	color: var(--c-text-3, #64748b);
	letter-spacing: .02em;
}
.merchant-show-feature-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-width: 0;
}
.merchant-show-features .tag-chip {
	cursor: default;
}
.merchant-show-meta-strip .tag-chip {
	padding: 4px 11px;
	font-size: .72rem;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}
.merchant-show-features .tag-chip--service {
	background: linear-gradient(180deg, rgba(37, 99, 235, .14) 0%, rgba(37, 99, 235, .08) 100%);
	border-color: rgba(37, 99, 235, .28);
	color: #1e40af;
}
.merchant-show-features .tag-chip--lang {
	background: linear-gradient(180deg, rgba(15, 118, 110, .12) 0%, rgba(15, 118, 110, .06) 100%);
	border-color: rgba(15, 118, 110, .26);
	color: #0f766e;
}
.merchant-show-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 360px;
}
.merchant-show-actions .recommend-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
/* �?.merchant-show-hero 左右 32px 内边距一致，避免继承 .article-body �?40px 造成错位 */
.merchant-show-hero:has(+ .merchant-show-intro.article-body) {
	margin-bottom: 0;
}
/* 详情页：紧随简介时仍保留较小下边距（高于上一�?:has 规则�?*/
.merchant-show-hero.merchant-show-hero--mb-1:has(+ .merchant-show-intro.article-body) {
	margin-bottom: 1rem;
}
/* 左右与顶边不设内边距，与上方 hero 外缘对齐；仅保留下方留白 */
.merchant-show-intro.article-body {
	padding: 0 0 24px;
	border: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.merchant-show-intro.article-body {
		padding: 0 0 20px;
	}
}
@media (max-width: 640px) {
	.merchant-show-intro.article-body {
		padding: 0 0 18px;
	}
}
.merchant-show-intro .merchant-intro-section + .merchant-intro-section {
	margin-top: 1.35rem;
	padding-top: 1.2rem;
	border-top: 1px dashed var(--c-line);
}
.merchant-show-intro.article-body h2.merchant-intro-heading {
	font-size: 1rem;
	font-weight: 700;
	color: var(--c-text);
	margin: 0 0 10px;
	line-height: 1.35;
}
.merchant-show-intro .merchant-intro-note {
	font-size: .8125rem;
	color: var(--c-text-3);
	margin: 0 0 10px;
	line-height: 1.55;
}
.merchant-show-intro .merchant-intro-list {
	margin: 0 0 0.2em;
	padding-left: 1.25em;
}
.merchant-offers-section {
	margin-bottom: 1.5rem;
}
.merchant-offers-groups {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.merchant-offers-region__head {
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	color: var(--c-text-1, #1a1a1a);
	padding: 0.35rem 0 0.5rem;
	margin: 0 0 0.35rem;
	border-bottom: 1px solid var(--c-border, #e8e8e8);
}
.merchant-offers-region__head--row {
	font-weight: normal;
	font-size: .875rem;
	line-height: 1.6;
	color: var(--c-text-2, #555);
}
.merchant-offers-region__head--row .merchant-offers-list__title {
	font-weight: 600;
	color: var(--c-text-1, #1a1a1a);
}
.merchant-offers-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.merchant-offers-grid > li {
	flex: 0 0 calc((100% - 48px) / 4);
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px solid var(--c-border, #e8e8e8);
	font-size: .875rem;
	line-height: 1.6;
@media (min-width: 2000px) {
	.merchant-offers-grid > li {
		flex: 0 0 calc((100% - 64px) / 5);
	}
}
.merchant-offers-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.merchant-offers-list li {
	padding: 10px 0;
	border-bottom: 1px solid var(--c-border, #e8e8e8);
	font-size: .875rem;
	line-height: 1.6;
.merchant-offers-list__title {
	font-weight: 600;
	color: var(--c-text-1, #1a1a1a);
}
.merchant-offers-list__point {
	color: var(--c-text-2, #555);
	font-size: .8125rem;
}
.merchant-offers-list__point::before {
	content: '·';
	margin: 0 .25em;
	color: var(--c-text-3, #888);
}
.merchant-offers-list__region {
	display: inline-block;
	vertical-align: top;
}
.region-city-label {
	display: inline-block;
	line-height: 1.45;
}
.region-city-label__l2 {
	display: block;
	font-weight: 600;
	color: var(--c-text-1, #1a1a1a);
}
.region-city-label__l3 {
	display: block;
	padding-left: 0.75em;
	color: var(--c-text-2, #555);
}
.merchant-offers-list li:last-child {
	border-bottom: none;
}
.merchant-offers-list__addr {
	color: var(--c-link, #2563eb);
	text-decoration: none;
}
.merchant-offers-list__addr:hover {
	text-decoration: underline;
}
.merchant-offers-list span.merchant-offers-list__addr {
	color: var(--c-text-3, #888);
}
.nres-cat-row--sub2 .nres-cat-indent {
	padding-left: 2.5rem;
}
.merchant-show-intro .merchant-intro-list li {
	font-size: .9375rem;
	line-height: 1.65;
	color: var(--c-text);
	margin-bottom: 0.45em;
}
.show-panel {
	background: #fff;
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
	padding: 22px 24px 26px;
	margin-bottom: 20px;
}
.show-panel-title {
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--c-text);
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--c-line);
}
.show-notice {
	font-size: .8125rem;
	color: var(--c-text-2);
	line-height: 1.55;
	margin: 0 0 18px;
	padding: 10px 12px;
	background: var(--c-bg-soft);
	border-radius: var(--r-sm);
	border: 1px dashed var(--c-line);
}
.show-notice .fa-info-circle {
	color: var(--c-primary);
	margin-right: 6px;
}
.show-rating-summary {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 22px;
}
.show-rating-score {
	min-width: 120px;
}
.show-rating-num {
	font-size: 2rem;
	font-weight: 800;
	color: var(--c-text);
	line-height: 1;
}
.show-rating-max {
	font-size: 1rem;
	color: var(--c-text-3);
}
.show-rating-caption {
	font-size: .75rem;
	color: var(--c-text-3);
	margin-top: 6px;
}
.show-rating-bars {
	flex: 1;
	min-width: 200px;
	max-width: 360px;
}
.show-rating-row {
	display: grid;
	grid-template-columns: 36px 1fr 36px;
	align-items: center;
	gap: 8px;
	font-size: .75rem;
	color: var(--c-text-2);
	margin-bottom: 6px;
}
.show-rating-track {
	height: 8px;
	background: var(--c-bg-soft);
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--c-line);
}
.show-rating-fill {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--c-primary), var(--c-primary-h, #2563eb));
	border-radius: 3px;
}
.show-rating-pct {
	text-align: right;
	color: var(--c-text-3);
}
.show-comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.show-comment-item {
	display: flex;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--c-line);
}
.show-comment-item:last-child {
	border-bottom: none;
}
.show-comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--c-bg-soft);
	border: 1px solid var(--c-line);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .85rem;
	font-weight: 600;
	color: var(--c-text-2);
	flex-shrink: 0;
}
.show-comment-head {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 6px;
	flex-wrap: wrap;
}
.show-comment-name {
	font-size: .8125rem;
	font-weight: 600;
	color: var(--c-text);
}
.show-comment-time {
	font-size: .72rem;
	color: var(--c-text-3);
}
.show-comment-text {
	font-size: .8125rem;
	line-height: 1.6;
	color: var(--c-text-2);
	margin: 0;
}
.show-more-comments {
	margin: 8px 0 0;
	font-size: .8125rem;
}
.show-more-comments a {
	color: var(--c-primary);
}
.show-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}
.show-related-links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: .875rem;
	color: var(--c-text-2);
	text-decoration: none;
}
.show-related-links a:hover {
	color: var(--c-primary);
}
.show-related-links .fas {
	color: var(--c-primary);
	opacity: 0.85;
	font-size: .85rem;
}
@media (max-width: 640px) {
	.merchant-show-hero {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 22px 18px;
	}
	.merchant-show-hero-main {
		width: 100%;
	}
	.merchant-show-meta {
		justify-content: center;
	}
	.res-stats.merchant-show-meta {
		justify-content: center;
	}
	.merchant-show-features {
		justify-content: center;
	}
	.merchant-show-feature-row {
		justify-content: flex-start;
	}
	.merchant-show-meta-strip {
		justify-content: center;
	}
	.merchant-show-meta-strip .merchant-show-feature-group {
		padding: 2px 14px;
	}
	.merchant-show-actions {
		max-width: none;
		width: 100%;
	}
	.show-rating-summary {
		flex-direction: column;
	}
}
	background: var(--c-bg-card);
	border-color: var(--c-line);
}
	background: rgba(255, 255, 255, .06);
	border-color: var(--c-line);
	background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .02) 100%);
	border-color: var(--c-line);
	box-shadow: none;
}
	border-left-color: var(--c-line);
}
	background: rgba(255, 255, 255, .04);
	border-color: var(--c-line);
	color: var(--c-text-2);
	box-shadow: none;
}
/* ============================================================
   list.html（body.list-page）�?分类列表：字�?/ 色阶（高级感、协调）
   - 标题：略大、负字距、近墨色；副文：冷灰、略疏字距；标签：小号、低对比描边
   ============================================================ */
.list-page .toolbar.article-category-toolbar {
	margin-bottom: 1.5rem;
	padding: 0.65rem 0 1.05rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.065);
	background: transparent;
}
.list-page .toolbar > a {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.055em;
	color: #6e6e6e;
	text-decoration: none;
	transition: color var(--ease);
}
.list-page .toolbar > a:hover {
	color: #3a3a3a;
}
.list-page .toolbar > a.active {
	color: #141414;
	font-weight: 600;
	letter-spacing: 0.045em;
}
.list-page .toolbar > a.active::after {
	bottom: -11px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2f2f2f 0%, #7a7a7a 100%);
	opacity: 0.75;
}
.list-page .idc-card .card-main {
	padding: 15px 15px 11px;
}
.list-page .idc-card .card-name {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.38;
	color: #1a1a1a;
	margin-bottom: 5px;
}
.list-page .idc-card .card-desc {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.018em;
	color: #6b7280;
}
.list-page .idc-card .card-tags {
	padding: 9px 14px 13px;
	gap: 7px;
}
.list-page .idc-card .card-tags .tag-chip {
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.035em;
	color: #6f6f6f;
	background: rgba(0, 0, 0, 0.035);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 3px 9px;
}
.list-page .idc-card .card-tags .tag-chip:hover {
	background: rgba(0, 0, 0, 0.055);
	color: #3d3d3d;
	border-color: rgba(0, 0, 0, 0.1);
}
	border-bottom-color: rgba(255, 255, 255, 0.09);
}
	color: #9eb0c9;
}
	color: #e5edf9;
}
	color: #f5f8ff;
}
	background: linear-gradient(90deg, #c5d4ea 0%, #8fa6c4 100%);
	opacity: 0.85;
}
	color: #eef3fb;
}
	color: #a9b8ce;
}
	color: #c8d5e8;
	background: rgba(185, 203, 226, 0.1);
	border-color: rgba(185, 203, 226, 0.2);
}
	background: rgba(185, 203, 226, 0.16);
	color: #fff;
	border-color: rgba(185, 203, 226, 0.28);
}
/* ----- idc 子站 · 商家列表首页（body.list-page�?----- */
body.list-page .idc-product-toolbar {
	margin-bottom: 0.75rem;
}
body.idc-product-list-page .idc-product-offers-wrap {
	margin-top: 0.25rem;
}
body.idc-product-list-page .idc-product-offers.merchant-offers-section {
	margin-bottom: 0;
}
/* 分类页节点栅格：一行三列（默认全局为四列） */
body.idc-product-list-page .merchant-offers-grid > li {
	flex: 0 0 calc((100% - 32px) / 3);
}
@media (min-width: 2000px) {
	body.idc-product-list-page .merchant-offers-grid > li {
		flex: 0 0 calc((100% - 32px) / 3);
	}
}
/* 分类页节点：单行显示，超出列宽截断不换行 */
body.idc-product-list-page .merchant-offers-grid > li,
body.idc-product-list-page .merchant-offers-region__head--row {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: clip;
	min-width: 0;
	max-width: 100%;
}
body.idc-product-list-page .merchant-offers-grid > li .merchant-offers-list__title,
body.idc-product-list-page .merchant-offers-grid > li .merchant-offers-list__point,
body.idc-product-list-page .merchant-offers-grid > li .merchant-offers-list__addr {
	display: inline;
	max-width: none;
}
/* 分类页：地区名（香港、台湾…）与下方节点同字号，仅地区名加�?*/
body.idc-product-list-page .merchant-offers-region__head {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.6;
}
body.idc-product-list-page .merchant-offers-region__head--row,
body.idc-product-list-page .merchant-offers-region__head--row .merchant-offers-list__title,
body.idc-product-list-page .merchant-offers-grid > li,
body.idc-product-list-page .merchant-offers-grid > li .merchant-offers-list__title {
	font-weight: 400;
}
body.idc-product-list-page .breadcrumb-nav {
	margin-bottom: 0.75rem;
}
body.nres-list-page .breadcrumb-nav,
body.nres-show-page .breadcrumb-nav {
	margin-bottom: 0.75rem;
}
body.list-page .floor-section.idc-merchant-list {
	margin-bottom: 2.5rem;
}
body.list-page .floor-section.idc-merchant-list > .section-hd .s-more {
	display: none;
}
body.list-page .idc-merchant-grid {
	margin-bottom: 0.25rem;
}
body.list-page .idc-pagination-wrap {
	margin-top: 1.5rem;
	padding-top: 0.25rem;
}
body.list-page .idc-pagination-wrap .posts-nav {
	margin-top: 0;
	padding-bottom: 0.5rem;
}
body.list-page #term-recommend .idc-card .card-main {
	color: inherit;
}
body.list-page #term-recommend .idc-card .card-name {
	font-size: 0.9375rem;
}
body.list-page #term-recommend .idc-card .card-desc {
	font-size: 0.8125rem;
	line-height: 1.55;
	-webkit-line-clamp: 3;
}
/* ----- nres 子站 · 资源详情 /show/{id}.html ----- */
body.nres-detail-page .nres-detail-main {
	padding-bottom: 2.5rem;
}
body.nres-detail-page .nres-detail-breadcrumb {
	margin-bottom: 0.85rem;
}
body.nres-detail-page .nres-detail-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}
body.nres-detail-page .nres-detail-hero {
	padding: 1.65rem 1.75rem 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: linear-gradient(165deg, #fafbfc 0%, #fff 42%);
}
body.nres-detail-page .nres-detail-cat-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.65rem;
	padding: 0.28rem 0.72rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #1e40af;
	text-decoration: none;
	background: rgba(37, 99, 235, 0.1);
	border: 1px solid rgba(37, 99, 235, 0.22);
	border-radius: 999px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.nres-detail-page .nres-detail-cat-badge:hover {
	color: #1d4ed8;
	background: rgba(37, 99, 235, 0.16);
	border-color: rgba(37, 99, 235, 0.35);
}
body.nres-detail-page .nres-detail-title {
	margin: 0 0 0.55rem;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.03em;
	color: #111827;
}
body.nres-detail-page .nres-detail-lead {
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #4b5563;
}
body.nres-detail-page .nres-detail-lead:empty {
	display: none;
	margin: 0;
}
body.nres-detail-page .nres-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.5rem;
	margin-bottom: 1.15rem;
}
body.nres-detail-page .nres-detail-tags .tag-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.72rem;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.3;
	color: #374151;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	cursor: default;
	transition: background 0.15s ease, border-color 0.15s ease;
}
body.nres-detail-page .nres-detail-tags .tag-chip:hover {
	background: #e5e7eb;
	border-color: #d1d5db;
}
body.nres-detail-page .nres-detail-tags:empty {
	display: none;
	margin: 0;
}
body.nres-detail-page .nres-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	max-width: none;
}
body.nres-detail-page .nres-detail-actions .recommend-card-btn {
	min-width: 9.5rem;
	padding: 0.62rem 1.15rem;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 10px;
}
body.nres-detail-page .nres-detail-body {
	padding: 1.35rem 1.75rem 1.65rem;
}
body.nres-detail-page .nres-detail-body__title {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.85rem;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
	letter-spacing: -0.02em;
}
body.nres-detail-page .nres-detail-body__title .s-flag {
	display: inline-block;
	width: 3px;
	height: 1em;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--c-primary) 0%, var(--c-primary-active, #3d6fd8) 100%);
	flex-shrink: 0;
}
body.nres-detail-page .nres-detail-summary {
	margin: 0;
	padding: 1rem 1.1rem;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #4b5563;
	white-space: pre-wrap;
	word-break: break-word;
	background: #f9fafb;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 10px;
}
@media (max-width: 767.98px) {
	body.nres-detail-page .nres-detail-hero,
	body.nres-detail-page .nres-detail-body {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
	body.nres-detail-page .nres-detail-title {
		font-size: 1.28rem;
	}
	body.nres-detail-page .nres-detail-actions {
		flex-direction: column;
	}
	body.nres-detail-page .nres-detail-actions .recommend-card-btn {
		width: 100%;
		min-width: 0;
	}
}
/* 全站 · 秀米云推广条（简约黑白 + 动效，详情页通用） */
@keyframes xiumi-promo-enter {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes xiumi-promo-rise {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes xiumi-promo-shimmer {
	0% {
		transform: translateX(-130%) skewX(-14deg);
	}
	100% {
		transform: translateX(230%) skewX(-14deg);
	}
}
@keyframes xiumi-promo-ambient {
	0%,
	62%,
	100% {
		transform: translateX(-130%) skewX(-14deg);
		opacity: 0;
	}
	68% {
		opacity: 1;
	}
	78% {
		transform: translateX(230%) skewX(-14deg);
		opacity: 0;
	}
}
@keyframes xiumi-promo-spot-pulse {
	0%,
	100% {
		opacity: 0.55;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
}
@keyframes xiumi-promo-glow-breathe {
	0%,
	100% {
		opacity: 0.5;
	}
	50% {
		opacity: 0.95;
	}
}
@keyframes xiumi-promo-grain-drift-a {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-3%, 2%);
	}
	50% {
		transform: translate(2%, -3%);
	}
	75% {
		transform: translate(-2%, -1%);
	}
	100% {
		transform: translate(0, 0);
	}
}
@keyframes xiumi-promo-grain-drift-b {
	0% {
		transform: translate(0, 0) scale(1);
	}
	33% {
		transform: translate(2%, 3%) scale(1.02);
	}
	66% {
		transform: translate(-3%, 1%) scale(0.98);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes xiumi-promo-grain-flicker {
	0%,
	100% {
		opacity: 0.28;
	}
	50% {
		opacity: 0.38;
	}
}
@keyframes xiumi-promo-border-flow {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}
@keyframes xiumi-promo-bg-drift {
	0%,
	100% {
		transform: scale(1.02) translate3d(0, 0, 0);
	}
	50% {
		transform: scale(1.06) translate3d(-0.6%, 0, 0);
	}
}
@keyframes xiumi-promo-icon-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-4px);
	}
}
@keyframes xiumi-promo-accent-glow {
	0%,
	100% {
		opacity: 0.45;
	}
	50% {
		opacity: 1;
	}
}
@keyframes xiumi-promo-tag-pop {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
}
.xiumi-promo-card {
	margin: 0.35rem 0 1.85rem;
	animation: xiumi-promo-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.xiumi-promo-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
}
.xiumi-promo-card__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
	border-radius: 16px;
}
.xiumi-promo-card__inner {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-height: 7.25rem;
	padding: 1.35rem 1.25rem 1.35rem 1.75rem;
	padding-top: 1.75rem;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	isolation: isolate;
	transition:
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.4s ease,
		box-shadow 0.5s ease;
}
.xiumi-promo-card__main {
	position: relative;
	z-index: 5;
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.25rem;
}
.xiumi-promo-card__lead {
	display: flex;
	align-items: center;
	gap: 1.1rem;
}
.xiumi-promo-card__copy {
	flex: 1;
	min-width: 0;
}
.xiumi-promo-card__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.75rem;
	margin-bottom: 0.45rem;
}
.xiumi-promo-card__action {
	position: relative;
	z-index: 5;
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	min-width: 9rem;
}
.xiumi-promo-card__action-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	width: 100%;
	padding: 0.85rem 1.15rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 8px 28px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(14px);
	transition:
		background 0.4s ease,
		border-color 0.4s ease,
		box-shadow 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.xiumi-promo-card__action-brand {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	animation: xiumi-promo-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}
.xiumi-promo-card--mono .xiumi-promo-card__inner {
	background: linear-gradient(118deg, #050505 0%, #101010 38%, #161616 100%);
	border: 1px solid rgba(255, 255, 255, 0.13);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		inset 0 -50px 90px rgba(255, 255, 255, 0.04),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 20px 48px rgba(0, 0, 0, 0.35),
		0 8px 20px rgba(0, 0, 0, 0.2);
}
.xiumi-promo-card__accent {
	position: absolute;
	left: 0;
	top: 14%;
	bottom: 14%;
	width: 3px;
	z-index: 3;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(255, 255, 255, 0.85) 48%,
		transparent 100%
	);
	animation: xiumi-promo-accent-glow 3.2s ease-in-out infinite;
	pointer-events: none;
}
.xiumi-promo-card__glow {
	position: absolute;
	left: -6rem;
	bottom: -7rem;
	width: 16rem;
	height: 16rem;
	z-index: 0;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
	pointer-events: none;
	animation: xiumi-promo-glow-breathe 5s ease-in-out infinite;
}
.xiumi-promo-card__spot {
	position: absolute;
	right: 8%;
	top: 50%;
	width: 22rem;
	height: 22rem;
	z-index: 0;
	transform: translateY(-50%);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 42%, transparent 72%);
	pointer-events: none;
	animation: xiumi-promo-spot-pulse 7s ease-in-out infinite;
}
.xiumi-promo-card__mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.55;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: radial-gradient(ellipse 85% 120% at 58% 50%, #000 0%, transparent 78%);
	pointer-events: none;
}
.xiumi-promo-card--mono .xiumi-promo-card__inner::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(
		108deg,
		transparent 0%,
		rgba(255, 255, 255, 0.025) 42%,
		rgba(255, 255, 255, 0.06) 68%,
		transparent 100%
	);
	pointer-events: none;
}
.xiumi-promo-card--mono .xiumi-promo-card__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(100deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.55) 35%, rgba(5, 5, 5, 0.22) 58%, rgba(5, 5, 5, 0.08) 100%),
		url('/Public/uploads/ad/xiumi-promo-bg-mono.png');
	background-size: 100% 100%, cover;
	background-position: center, 68% center;
	background-repeat: no-repeat;
	pointer-events: none;
	animation: xiumi-promo-bg-drift 16s ease-in-out infinite;
	will-change: transform;
}
.xiumi-promo-card__vignette {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 120% 100% at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.45) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.2) 100%);
}
.xiumi-promo-card__grain {
	position: absolute;
	inset: 0;
	z-index: 3;
	overflow: hidden;
	pointer-events: none;
	border-radius: inherit;
	animation: xiumi-promo-grain-flicker 4s ease-in-out infinite;
}
.xiumi-promo-card__grain::before,
.xiumi-promo-card__grain::after {
	content: '';
	position: absolute;
	inset: -60%;
	background-repeat: repeat;
	background-size: 160px 160px;
	mix-blend-mode: overlay;
}
.xiumi-promo-card__grain::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
	opacity: 0.42;
	animation: xiumi-promo-grain-drift-a 1.1s steps(6) infinite;
}
.xiumi-promo-card__grain::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.04' numOctaves='2' seed='8'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
	background-size: 220px 220px;
	opacity: 0.3;
	mix-blend-mode: soft-light;
	animation: xiumi-promo-grain-drift-b 1.6s steps(5) infinite reverse;
}
.xiumi-promo-card--mono .xiumi-promo-card__inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	z-index: 2;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.15) 20%,
		rgba(255, 255, 255, 0.85) 50%,
		rgba(255, 255, 255, 0.15) 80%,
		transparent 100%
	);
	background-size: 200% 100%;
	animation: xiumi-promo-border-flow 3.5s linear infinite;
	pointer-events: none;
}
.xiumi-promo-card__shine {
	position: absolute;
	inset: 0;
	z-index: 4;
	background: linear-gradient(
		105deg,
		transparent 38%,
		rgba(255, 255, 255, 0.2) 50%,
		transparent 62%
	);
	transform: translateX(-130%) skewX(-14deg);
	pointer-events: none;
	mix-blend-mode: soft-light;
	animation: xiumi-promo-ambient 5.5s ease-in-out infinite;
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__inner {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 26px 52px rgba(0, 0, 0, 0.38),
		0 10px 22px rgba(0, 0, 0, 0.22),
		0 0 48px rgba(255, 255, 255, 0.06);
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__spot {
	opacity: 1;
	animation-duration: 4s;
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__bg {
	animation-play-state: paused;
	transform: scale(1.07);
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__shine {
	animation: xiumi-promo-shimmer 0.9s ease;
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__action-panel {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 12px 32px rgba(0, 0, 0, 0.35);
	transform: translateY(-1px);
}
.xiumi-promo-card__icon {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 13px;
	font-size: 1.35rem;
	backdrop-filter: blur(8px);
	transition:
		border-color 0.4s ease,
		background 0.4s ease,
		box-shadow 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	animation: xiumi-promo-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.xiumi-promo-card--mono .xiumi-promo-card__icon {
	color: #fafafa;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		0 10px 26px rgba(0, 0, 0, 0.3);
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__icon {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
	border-color: rgba(255, 255, 255, 0.32);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 14px 30px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
}
.xiumi-promo-card__head {
	margin: 0;
	padding: 0;
}
.xiumi-promo-card__eyebrow {
	position: absolute;
	top: 0.55rem;
	left: 0.65rem;
	z-index: 4;
	display: inline-block;
	margin: 0;
	padding: 0.1rem 0.38rem;
	font-size: 0.5625rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-radius: 3px;
	animation: xiumi-promo-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.xiumi-promo-card--mono .xiumi-promo-card__eyebrow {
	color: rgba(255, 255, 255, 0.75);
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(4px);
}
.xiumi-promo-card--mono .xiumi-promo-card__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.62rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #fafafa;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
	animation: xiumi-promo-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.xiumi-promo-card--mono .xiumi-promo-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.65rem;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.08em;
	color: #0a0a0a;
	background: #f5f5f5;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	animation: xiumi-promo-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
.xiumi-promo-card--mono .xiumi-promo-card__desc {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.58);
	animation: xiumi-promo-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}
.xiumi-promo-card__cta {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 6.5rem;
	padding: 0.65rem 1.1rem;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	white-space: nowrap;
	border-radius: 999px;
	overflow: hidden;
	animation: xiumi-promo-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
	transition:
		background 0.4s ease,
		color 0.4s ease,
		border-color 0.4s ease,
		box-shadow 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.xiumi-promo-card--mono .xiumi-promo-card__cta::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(
		120deg,
		transparent 30%,
		rgba(255, 255, 255, 0.35) 50%,
		transparent 70%
	);
	transform: translateX(-120%);
	transition: transform 0.55s ease;
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__cta::before {
	transform: translateX(120%);
}
.xiumi-promo-card--mono .xiumi-promo-card__cta {
	color: #0a0a0a;
	background: #fafafa;
	border: 1px solid #fafafa;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.26);
}
.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__cta {
	color: #fafafa;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.08);
	transform: translateX(2px) scale(1.02);
}
.xiumi-promo-card__cta i {
	position: relative;
	z-index: 1;
	font-size: 0.7rem;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.xiumi-promo-card__link:hover .xiumi-promo-card__cta i {
	transform: translateX(5px);
}
@media (max-width: 767.98px) {
	.xiumi-promo-card__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.85rem;
		min-height: 0;
		padding: 1.25rem 1.1rem 1.15rem 1.3rem;
		padding-top: 1.6rem;
	}
	.xiumi-promo-card__main {
		padding-right: 0;
	}
	.xiumi-promo-card__action {
		min-width: 0;
	}
	.xiumi-promo-card__action-panel {
		flex-direction: row;
		justify-content: space-between;
		padding: 0.75rem 1rem;
		border-radius: 12px;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__title {
		font-size: 1.22rem;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__desc {
		font-size: 0.8125rem;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__bg {
		background-position: center, center;
	}
	.xiumi-promo-card__cta {
		min-width: 0;
	}
	.xiumi-promo-card__eyebrow {
		top: 0.5rem;
		left: 0.55rem;
		font-size: 0.5rem;
		padding: 0.08rem 0.32rem;
	}
	.xiumi-promo-card__accent {
		top: 10%;
		bottom: auto;
		height: 2.5rem;
	}
}
@media (prefers-reduced-motion: reduce) {
	.xiumi-promo-card,
	.xiumi-promo-card__icon,
	.xiumi-promo-card__eyebrow,
	.xiumi-promo-card--mono .xiumi-promo-card__title,
	.xiumi-promo-card--mono .xiumi-promo-card__desc,
	.xiumi-promo-card--mono .xiumi-promo-card__badge,
	.xiumi-promo-card__cta {
		animation: none;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__inner::after,
	.xiumi-promo-card__shine,
	.xiumi-promo-card--mono .xiumi-promo-card__bg,
	.xiumi-promo-card__accent,
	.xiumi-promo-card__glow,
	.xiumi-promo-card__spot,
	.xiumi-promo-card__grain,
	.xiumi-promo-card__grain::before,
	.xiumi-promo-card__grain::after {
		animation: none;
	}
	.xiumi-promo-card__grain::before,
	.xiumi-promo-card__grain::after {
		opacity: 0.22;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__inner,
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__bg,
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__cta,
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__icon,
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__action-panel {
		transform: none;
	}
	.xiumi-promo-card--mono .xiumi-promo-card__link:hover .xiumi-promo-card__shine {
		animation: none;
	}
}
	background: var(--c-bg-card, #1a2230);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
	border-bottom-color: rgba(255, 255, 255, 0.08);
}
	color: #93c5fd;
	background: rgba(59, 130, 246, 0.15);
	border-color: rgba(147, 197, 253, 0.35);
}
	color: var(--c-text);
}
	color: var(--c-text-2);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
}
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}

/* 视频详情�?· 标签胶囊 */
body.video-detail-page .video-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.5rem;
}
body.video-detail-page .video-detail-tags:empty {
	display: none;
}
body.video-detail-page .video-detail-tags .tag-chip {
	font-size: 0.75rem;
}

/* 增值服务子站 vas.lekuidc.com 列表：满行四列，左右贴齐 */
body.vas-page .main-content {
	padding-right: 0;
}
body.vas-page .main-content .row.vas-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-left: 0;
	margin-right: 0;
}
body.vas-page .main-content .row.vas-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
@media (max-width: 900px) {
	body.vas-page .main-content .row.vas-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 640px) {
	body.vas-page .main-content .row.vas-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
@media (max-width: 900px) {
	body.vas-page .main-content {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	body.vas-page .main-content {
		padding-left: max(0px, env(safe-area-inset-left));
		padding-right: max(0px, env(safe-area-inset-right));
	}
}
body.vas-page .vas-grid .video-duration.vas-tag-badge:empty {
	display: none;
}
body.vas-page .vas-grid .vas-external-hint {
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #fff;
	background: rgba(99, 102, 241, 0.85);
	border-radius: 50%;
	pointer-events: none;
}
body.vas-page .vas-grid a[href="#"] .vas-external-hint {
	display: none;
}
body.vas-page .vas-grid .video-thumb {
	position: relative;
}
/* videos 列表：一�?Tab + 二级胶囊分类 */
.videos-page .videos-cat-toolbar-wrap {
	margin-bottom: 1.35rem;
	padding: 0.75rem 1rem 0.85rem;
	border-radius: 10px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.6) 100%);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
	background: transparent;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1.15rem;
}
.videos-page .videos-cat-toolbar-wrap .article-category-toolbar > a {
	margin-right: 0;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary {
	padding-bottom: 0.15rem;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary > a {
	padding: 0.35rem 0 0.55rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #64748b;
	transition: color 0.2s ease;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary > a:hover {
	color: #334155;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary > a.active {
	color: #0f172a;
	font-weight: 600;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary > a.active::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
	box-shadow: 0 2px 8px rgba(239, 68, 68, 0.28);
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary:not(.hidden) {
	margin-top: 0.55rem;
	padding-top: 0.6rem;
	padding-bottom: 0.15rem;
	gap: 0.45rem 0.55rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary > a {
	padding: 0.32rem 0.72rem;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	color: #64748b;
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid transparent;
	border-radius: 999px;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary > a::after {
	display: none;
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary > a:hover {
	color: #334155;
	background: rgba(15, 23, 42, 0.07);
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary > a.active {
	color: #dc2626;
	font-weight: 600;
	background: rgba(239, 68, 68, 0.1);
	border-color: rgba(239, 68, 68, 0.22);
	box-shadow: 0 1px 3px rgba(239, 68, 68, 0.12);
}
.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary.hidden {
	display: none;
}
@media (max-width: 768px) {
	.videos-page .videos-cat-toolbar-wrap {
		padding: 0.65rem 0.75rem 0.75rem;
		border-radius: 8px;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 0 1rem;
		padding-bottom: 0.25rem;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary::-webkit-scrollbar {
		display: none;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--primary > a {
		flex-shrink: 0;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary:not(.hidden) {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary:not(.hidden)::-webkit-scrollbar {
		display: none;
	}
	.videos-page .videos-cat-toolbar-wrap .videos-cat-toolbar--secondary > a {
		flex-shrink: 0;
	}
}

/* ----- sp 子站 · 促销资讯列表与详�?----- */
body.sp-page .breadcrumb-nav {
	margin-bottom: 0.75rem;
}
body.sp-page .sp-page-hero {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(254, 202, 202, 0.85);
	border-radius: 12px;
	background: linear-gradient(135deg, #fffafa 0%, #fff 52%, #fffbf7 100%);
}
body.sp-page .sp-page-hero__icon {
	flex: 0 0 2.25rem;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
	color: #fff;
	font-size: 0.95rem;
}
body.sp-page .sp-page-hero__title {
	margin: 0 0 0.25rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0f172a;
}
body.sp-page .sp-page-hero__desc {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #64748b;
}
.sp-cat-toolbar-wrap {
	margin-bottom: 0.75rem;
	padding: 0.5rem 0 0.55rem;
	border: none;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0;
	background: transparent;
}
body.sp-page .sp-cat-toolbar-wrap .toolbar,
body.sp-page .sp-cat-toolbar-wrap .toolbar.article-category-toolbar {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
	background: transparent;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1rem;
}
body.sp-page .sp-cat-toolbar-wrap .article-category-toolbar > a {
	margin-right: 0;
	padding: 0.25rem 0 0.45rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #64748b;
}
body.sp-page .sp-cat-toolbar-wrap .article-category-toolbar > a:hover {
	color: #334155;
}
body.sp-page .sp-cat-toolbar-wrap .article-category-toolbar > a.active {
	color: #0f172a;
	font-weight: 600;
}
body.sp-page .sp-cat-toolbar-wrap .sp-cat-toolbar--secondary.hidden {
	display: none;
}
body.sp-page .sp-cat-toolbar-wrap .sp-cat-toolbar--secondary:not(.hidden) {
	margin-top: 0.45rem;
	padding-top: 0.45rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}
body.sp-page .sp-cat-toolbar-wrap .sp-cat-toolbar--secondary:not(.hidden) > a {
	padding: 0.28rem 0.65rem;
	font-size: 0.75rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.04);
}
body.sp-page .sp-cat-toolbar-wrap .sp-cat-toolbar--secondary:not(.hidden) > a::after {
	display: none;
}
.sp-page .sp-cat-toolbar-wrap .article-category-toolbar > a.active::after {
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
}
body.sp-page .sp-deals-list,
body.sp-page .sp-articles-list,
body.sp-page .main-content .row.g-3.articles-grid,
body.sp-page .main-content .row.g-3.sp-articles-grid {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-left: 0;
	margin-right: 0;
}
body.sp-page .main-content .row.g-3.articles-grid > [class*="col-"],
body.sp-page .main-content .row.g-3.sp-articles-grid > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: 0 0 auto;
	padding: 0;
	margin-bottom: 0;
}
body.sp-page .content-card.sp-deal-card,
body.sp-page .content-card.sp-list-card {
	padding: 0;
	overflow: hidden;
	height: auto;
	border-radius: 10px;
	border-color: #e8edf2;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.sp-page .content-card.sp-deal-card:hover,
body.sp-page .content-card.sp-list-card:hover {
	transform: none;
	border-color: #cbd5e1;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
body.sp-page .sp-deal-card.is-ending {
	border-color: rgba(251, 146, 60, 0.45);
}
body.sp-page .sp-deal-card.is-ended {
	border-color: #e2e8f0;
	box-shadow: none;
}
body.sp-page .content-card.sp-deal-card {
	position: relative;
}
body.sp-page .sp-deal-card.is-ended .sp-deal-card__link {
	filter: blur(10px) grayscale(0.7) saturate(0.7);
	opacity: 0.5;
	user-select: none;
}
body.sp-page .sp-deal-card.is-ended > .sp-ended-veil {
	pointer-events: none;
}
body.sp-detail-page .sp-detail-ended-wrap {
	position: relative;
	margin-top: 0.35rem;
	border-radius: 12px;
	overflow: hidden;
}
body.sp-detail-page .sp-detail-card.is-ended .sp-detail-ended-wrap,
body.sp-detail-page .sp-detail-ended-wrap.is-ended {
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}
body.sp-detail-page .sp-detail-card.is-ended .sp-detail-ended-wrap .sp-detail-main,
body.sp-detail-page .sp-detail-ended-wrap.is-ended .sp-detail-main {
	filter: blur(14px) grayscale(0.72) saturate(0.65);
	opacity: 0.55;
	pointer-events: none;
	user-select: none;
}
body.sp-page .sp-ended-veil,
body.sp-detail-page .sp-ended-veil {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 4;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 1rem;
	box-sizing: border-box;
	background: rgba(248, 250, 252, 0.28);
	-webkit-backdrop-filter: blur(18px) saturate(1.12);
	backdrop-filter: blur(18px) saturate(1.12);
}
body.sp-page .sp-deal-card.is-ended > .sp-ended-veil,
body.sp-detail-page .sp-detail-card.is-ended .sp-ended-veil,
body.sp-detail-page .sp-detail-ended-wrap.is-ended .sp-ended-veil {
	display: flex !important;
	z-index: 20;
}
body.sp-page .sp-ended-veil__panel,
body.sp-detail-page .sp-ended-veil__panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	max-width: 18rem;
	padding: 1.1rem 1.5rem 1.15rem;
	text-align: center;
	border-radius: 12px;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 12px 28px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(226, 232, 240, 0.95);
}
body.sp-page .sp-ended-veil__icon,
body.sp-detail-page .sp-ended-veil__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0.15rem;
	border-radius: 50%;
	font-size: 1.125rem;
	color: #64748b;
	background: linear-gradient(145deg, #f8fafc 0%, #eef2f6 100%);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.22);
}
body.sp-page .sp-ended-veil__title,
body.sp-detail-page .sp-ended-veil__title {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: #334155;
}
body.sp-detail-page .sp-ended-veil__hint {
	margin: 0;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.55;
	color: #64748b;
}
body.sp-page .sp-deal-card.is-ended > .sp-ended-veil {
	min-height: 100%;
	padding: 0.75rem;
	-webkit-backdrop-filter: blur(14px) saturate(1.1);
	backdrop-filter: blur(14px) saturate(1.1);
}
body.sp-page .sp-deal-card.is-ended .sp-ended-veil__panel {
	padding: 0.75rem 1rem;
	max-width: 14rem;
}
body.sp-page .sp-deal-card.is-ended .sp-ended-veil__icon {
	width: 2.25rem;
	height: 2.25rem;
	margin-bottom: 0.1rem;
	font-size: 0.9375rem;
}
body.sp-page .sp-deal-card.is-ended .sp-ended-veil__title {
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
}
body.sp-detail-page .sp-detail-ended-wrap.is-ended .sp-detail-section__title {
	opacity: 0.35;
}
body.sp-page .sp-deal-card__link {
	display: block;
	padding: 0.95rem 1rem 0.9rem;
	color: inherit;
}
body.sp-page .sp-deal-card__link:hover {
	color: inherit;
	background: rgba(248, 250, 252, 0.55);
}
body.sp-page .sp-deal-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
}
body.sp-page .sp-deal-card__title-wrap {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	min-width: 0;
}
body.sp-page .sp-deal-card__title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.96875rem;
	font-weight: 600;
	line-height: 1.45;
	color: #0f172a;
}
body.sp-page .sp-deal-card__head .sp-deal-card__countdown {
	flex: 0 0 auto;
}
body.sp-page .sp-deal-card__status,
body.sp-detail-page .sp-detail-title-row .sp-deal-card__status {
	flex: 0 0 auto;
	display: inline-block;
	margin-top: 0.15rem;
	padding: 0.15rem 0.5rem 0.15rem 0.4rem;
	border: 0;
	border-left: 2px solid #10b981;
	border-radius: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.06em;
	color: #047857;
	background: #ecfdf5;
	box-shadow: inset 0 -1px 0 rgba(16, 185, 129, 0.12);
}
body.sp-page .sp-deal-card.is-ending .sp-deal-card__status,
body.sp-detail-page .sp-detail-card.is-ending .sp-deal-card__status {
	border-left-color: #f97316;
	color: #c2410c;
	background: #fff7ed;
	box-shadow: inset 0 -1px 0 rgba(249, 115, 22, 0.15);
}
body.sp-page .sp-deal-card.is-ended .sp-deal-card__status,
body.sp-detail-page .sp-detail-card.is-ended .sp-deal-card__status {
	border-left-color: #94a3b8;
	color: #64748b;
	background: #f1f5f9;
	box-shadow: inset 0 -1px 0 rgba(100, 116, 139, 0.12);
}
body.sp-page .sp-deal-card__summary {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #64748b;
	white-space: normal;
	word-break: break-word;
}
body.sp-page .sp-deal-card__countdown {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.35rem;
	min-width: 0;
	white-space: nowrap;
}
body.sp-page .sp-deal-card__countdown-label,
body.sp-page .sp-deal-card__quota-label {
	font-size: 0.6875rem;
	font-weight: 500;
	color: #94a3b8;
	letter-spacing: 0.02em;
}
body.sp-page .sp-deal-card__countdown-label i {
	margin-right: 0.15rem;
	color: #f97316;
}
body.sp-page .sp-deal-card__countdown-value {
	font-size: 0.8125rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #ea580c;
	letter-spacing: 0.01em;
}
body.sp-page .sp-deal-card.is-ended .sp-deal-card__countdown-value {
	color: #94a3b8;
	font-weight: 600;
}
body.sp-page .sp-deal-card__quota-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}
body.sp-page .sp-deal-card__quota-num {
	font-size: 0.75rem;
	font-weight: 600;
	color: #334155;
	font-variant-numeric: tabular-nums;
}
body.sp-page .sp-deal-card__progress {
	height: 6px;
	border-radius: 999px;
	background: #eef2f6;
	overflow: hidden;
}
body.sp-page .sp-deal-card__progress-bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #fb923c 0%, #ef4444 100%);
	transition: width 0.35s ease;
}
body.sp-page .sp-deal-card.is-ended .sp-deal-card__progress-bar {
	background: #cbd5e1;
}
body.sp-page .sp-deal-card__quota-pct {
	font-size: 0.6875rem;
	color: #94a3b8;
	text-align: right;
}
body.sp-page .sp-deal-card__date {
	display: block;
	margin-top: 0.65rem;
	font-size: 0.6875rem;
	color: #94a3b8;
	text-align: right;
}
@media (max-width: 640px) {
	body.sp-page .sp-deal-card__head {
		flex-wrap: wrap;
	}
	body.sp-page .sp-deal-card__head .sp-deal-card__countdown {
		width: 100%;
		justify-content: flex-start;
	}
}
body.sp-detail-page .sp-detail-title-row {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.45rem;
}
body.sp-detail-page .sp-detail-title-row .sp-detail-title {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: var(--sp-fs-title);
	font-weight: 700;
	line-height: var(--sp-lh-title);
	color: #0f172a;
}
body.sp-detail-page .sp-detail-title-row .sp-deal-card__countdown {
	flex: 0 0 auto;
	margin-top: 0.2rem;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.35rem;
	min-width: 0;
	white-space: nowrap;
}
body.sp-detail-page .sp-detail-title-row .sp-deal-card__countdown-label {
	font-size: 0.6875rem;
	font-weight: 500;
	color: #94a3b8;
	letter-spacing: 0.02em;
}
body.sp-detail-page .sp-detail-title-row .sp-deal-card__countdown-label i {
	margin-right: 0.15rem;
	color: #f97316;
}
body.sp-detail-page .sp-detail-title-row .sp-deal-card__countdown-value {
	font-size: 0.8125rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #ea580c;
	letter-spacing: 0.01em;
}
body.sp-detail-page .sp-detail-card.is-ended .sp-detail-title-row .sp-deal-card__countdown-value {
	color: #94a3b8;
	font-weight: 600;
}
@media (max-width: 640px) {
	body.sp-detail-page .sp-detail-title-row {
		flex-wrap: wrap;
	}
	body.sp-detail-page .sp-detail-title-row .sp-deal-card__countdown {
		width: 100%;
		justify-content: flex-start;
		margin-top: 0;
	}
}
body.sp-detail-page .sp-detail-deal {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__countdown {
	justify-content: flex-end;
}
body.sp-page .sp-deals-list__end {
	margin: 0.5rem 0 0;
	padding: 0.75rem 0 0.25rem;
	text-align: center;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0;
}
body.sp-page .sp-deals-list__end span {
	display: inline;
	font-size: 0.8125rem;
	font-weight: 400;
	color: #94a3b8;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.sp-pagination-wrap .posts-nav {
	margin-top: 1.25rem;
}
body.sp-detail-page .sp-detail-card {
	--sp-fs-meta: 0.75rem;
	--sp-lh-meta: 1.5;
	--sp-fs-title: 1.3125rem;
	--sp-lh-title: 1.45;
	--sp-fs-lead: 0.9375rem;
	--sp-lh-lead: 1.75;
	--sp-fs-section: 0.9375rem;
	--sp-lh-section: 1.4;
	--sp-fs-body: 0.9375rem;
	--sp-lh-body: 1.75;
	--sp-fs-deal-label: 0.8125rem;
	--sp-lh-deal-label: 1.5;
	--sp-fs-deal-value: 0.9375rem;
	--sp-lh-deal-value: 1.45;
	--sp-fs-tag: 0.75rem;
	--sp-lh-tag: 1.4;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: var(--sp-fs-body);
	line-height: var(--sp-lh-body);
}
body.sp-detail-page .sp-detail-hero {
	padding: 0 0 0.75rem;
	border: 0;
	border-bottom: 0;
	background: transparent;
}
body.sp-detail-page .sp-detail-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.45rem;
}
body.sp-detail-page .sp-detail-label {
	margin: 0;
	font-size: var(--sp-fs-meta);
	line-height: var(--sp-lh-meta);
	color: #94a3b8;
}
body.sp-detail-page .sp-detail-time {
	flex: 0 0 auto;
	font-size: var(--sp-fs-meta);
	line-height: var(--sp-lh-meta);
	color: #94a3b8;
	white-space: nowrap;
}
body.sp-detail-page .sp-detail-title {
	margin: 0 0 0.45rem;
	font-size: var(--sp-fs-title);
	font-weight: 700;
	line-height: var(--sp-lh-title);
	color: #0f172a;
}
body.sp-detail-page .sp-detail-lead {
	font-size: var(--sp-fs-lead);
	line-height: var(--sp-lh-lead);
	margin: 0 0 0.5rem;
	color: #64748b;
}
body.sp-detail-page .sp-detail-tags {
	margin: 0;
	gap: 6px;
}
body.sp-detail-page .sp-detail-tags:empty {
	display: none;
}
body.sp-detail-page .sp-detail-tags .tag-chip {
	padding: 2px 9px;
	font-size: var(--sp-fs-tag);
	line-height: var(--sp-lh-tag);
}
body.sp-detail-page .sp-detail-main {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}
body.sp-detail-page .sp-detail-section {
	margin: 0;
	padding-top: 0.35rem;
	border: 0;
	border-top: 0;
}
body.sp-detail-page .sp-detail-section__title {
	margin: 0.65rem 0 0.5rem;
	padding-left: 0.55rem;
	font-size: var(--sp-fs-section);
	font-weight: 700;
	color: #0f172a;
	line-height: var(--sp-lh-section);
	border-left: 3px solid #f97316;
}
body.sp-detail-page .sp-detail-body {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
body.sp-detail-page .sp-detail-body.article-body,
body.sp-detail-page .sp-detail-body .article-body {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
body.sp-detail-page .sp-detail-deal__head {
	margin-bottom: 0.25rem;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__promo {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	align-items: flex-end;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__countdown,
body.sp-detail-page .sp-detail-deal .sp-deal-card__quota {
	flex: 1 1 220px;
	min-width: 0;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__countdown-label,
body.sp-detail-page .sp-detail-deal .sp-deal-card__quota-label {
	display: block;
	font-size: var(--sp-fs-deal-label);
	line-height: var(--sp-lh-deal-label);
	color: #64748b;
	margin-bottom: 0.2rem;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__countdown-value {
	font-size: var(--sp-fs-deal-value);
	line-height: var(--sp-lh-deal-value);
	font-weight: 700;
	color: #0f172a;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__quota-meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__quota-num {
	font-size: var(--sp-fs-deal-value);
	line-height: var(--sp-lh-deal-value);
	font-weight: 600;
	color: #0f172a;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__progress {
	height: 6px;
	border-radius: 999px;
	background: #f1f5f9;
	overflow: hidden;
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__progress-bar {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
}
body.sp-detail-page .sp-detail-deal .sp-deal-card__quota-pct {
	display: inline-block;
	margin-top: 0.25rem;
	font-size: var(--sp-fs-deal-label);
	line-height: var(--sp-lh-deal-label);
	color: #64748b;
}

/* ----- user 子站 · 会员登录 ----- */
body.user-login-page .user-login-card {
	max-width: 420px;
	margin: 0.5rem auto 2rem;
	padding: 1.5rem 1.35rem 1.35rem;
	border: 1px solid var(--c-line, #e2e8f0);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}
body.user-login-page .user-login-card__title {
	margin: 0 0 0.35rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
}
body.user-login-page .user-login-card__desc {
	margin: 0 0 1.1rem;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #64748b;
}
body.user-login-page .user-login__error {
	margin: 0 0 0.85rem;
	padding: 0.55rem 0.75rem;
	font-size: 0.8125rem;
	color: #b91c1c;
	background: rgba(239, 68, 68, 0.08);
	border: 1px solid rgba(239, 68, 68, 0.18);
	border-radius: 8px;
}
body.user-login-page .user-login-form__field {
	margin-bottom: 0.85rem;
}
body.user-login-page .user-login-form__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
}
body.user-login-page .user-login-form__input {
	display: block;
	width: 100%;
	padding: 0.55rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #0f172a;
	background: #fff;
	border: 1px solid #dbe3ea;
	border-radius: 8px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.user-login-page .user-login-form__input:focus {
	outline: none;
	border-color: #94a3b8;
	box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
}
body.user-login-page .user-login-form__submit {
	display: block;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.62rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: opacity 0.15s ease;
}
body.user-login-page .user-login-form__submit:hover {
	opacity: 0.92;
}

/* ----- 全站会员登录弹窗 ----- */
body.member-login-modal-open {
	overflow: hidden;
}
.member-login-modal {
	position: fixed;
	inset: 0;
	z-index: 12000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.member-login-modal[hidden] {
	display: none !important;
}
.member-login-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.member-login-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 20px;
	background: #fff;
	box-shadow:
		0 24px 48px rgba(15, 23, 42, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.6) inset;
	overflow: hidden;
}
.member-login-modal:not([hidden]) .member-login-modal__dialog {
	animation: member-login-modal-in 0.24s ease-out;
}
@keyframes member-login-modal-in {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.97);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.member-login-modal__close {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	font-size: 0.875rem;
	line-height: 1;
	color: #64748b;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.member-login-modal__close:hover {
	background: #fff;
	color: #0f172a;
	transform: scale(1.05);
}
.member-login-modal__header {
	padding: 1.65rem 1.5rem 0.85rem;
	text-align: center;
	background:
		radial-gradient(circle at 50% -20%, rgba(249, 115, 22, 0.14) 0%, transparent 58%),
		linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border-bottom: 1px solid #f1f5f9;
}
.member-login-modal__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.75rem;
	border-radius: 14px;
	font-size: 1.125rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
	box-shadow: 0 8px 20px rgba(249, 115, 22, 0.28);
}
.member-login-modal__title {
	margin: 0 0 0.35rem;
	font-size: 1.3125rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
}
.member-login-modal__desc {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #64748b;
}
.member-login-modal__body {
	padding: 1.1rem 1.35rem 1.25rem;
}
.member-login-modal__tabs {
	display: flex;
	gap: 0.35rem;
	margin: 0 0 1rem;
	padding: 0.28rem;
	border: none;
	border-radius: 12px;
	background: #f1f5f9;
}
.member-login-modal__tab {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.58rem 0.65rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #64748b;
	background: transparent;
	border: none;
	border-radius: 9px;
	cursor: pointer;
	transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.member-login-modal__tab i {
	font-size: 0.8125rem;
	opacity: 0.85;
}
.member-login-modal__tab:hover {
	color: #334155;
}
.member-login-modal__tab.is-active {
	color: #0f172a;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.member-login-modal__panel {
	display: none;
}
.member-login-modal__panel.is-active {
	display: block;
	animation: member-login-panel-in 0.18s ease-out;
}
@keyframes member-login-panel-in {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.member-login-modal__panel[hidden] {
	display: none !important;
}
.member-login-modal__error {
	margin: 0 0 0.85rem;
	padding: 0.6rem 0.8rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #b91c1c;
	background: rgba(239, 68, 68, 0.08);
	border: 1px solid rgba(239, 68, 68, 0.16);
	border-radius: 10px;
}
.member-login-modal__error[hidden] {
	display: none;
}
.member-login-modal__field {
	margin: 0 0 0.9rem;
}
.member-login-modal__label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #334155;
}
.member-login-modal__input-wrap {
	position: relative;
	display: block;
}
.member-login-modal__input-wrap > i {
	position: absolute;
	left: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.875rem;
	color: #94a3b8;
	pointer-events: none;
}
.member-login-modal__input {
	display: block;
	width: 100%;
	padding: 0.62rem 0.85rem 0.62rem 2.35rem;
	font-size: 0.875rem;
	line-height: 1.45;
	color: #0f172a;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.member-login-modal__input::placeholder {
	color: #94a3b8;
}
.member-login-modal__input:hover {
	background: #fff;
	border-color: #cbd5e1;
}
.member-login-modal__input:focus {
	outline: none;
	background: #fff;
	border-color: #f97316;
	box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}
.member-login-modal__hint {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #94a3b8;
}
.member-login-modal__submit {
	display: block;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.72rem 1rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #ef4444 0%, #f97316 100%);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(249, 115, 22, 0.32);
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.member-login-modal__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(249, 115, 22, 0.38);
}
.member-login-modal__submit:active {
	transform: translateY(0);
}
.member-login-modal__submit:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
	box-shadow: none;
}
.member-login-modal__foot {
	margin: 0.85rem 0 0;
	padding-top: 0.85rem;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: center;
	color: #94a3b8;
	border-top: 1px solid #f1f5f9;
}
a.site-header__account-login.js-member-login-open,
a.talk-x-btn.js-member-login-open {
	cursor: pointer;
	text-decoration: none;
}

body.sp-detail-page .sp-detail-label .sep-dot {
	margin: 0 0.3rem;
	opacity: 0.5;
}
body.sp-detail-page .sp-detail-cover {
	margin-top: 1rem;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--c-line, #e2e8f0);
}
body.sp-detail-page .sp-detail-cover img {
	display: block;
	width: 100%;
	height: auto;
}
body.sp-detail-page .sp-detail-body-text {
	font-size: var(--sp-fs-body);
	line-height: var(--sp-lh-body);
	color: #334155;
}
body.sp-detail-page .sp-detail-body-text :where(p, li, td, th, blockquote, div) {
	font-size: inherit;
	line-height: inherit;
}
body.sp-detail-page .sp-detail-body-text p {
	margin: 0 0 0.75em;
}
body.sp-detail-page .sp-detail-body-text p:last-child {
	margin-bottom: 0;
}
body.sp-detail-page .sp-detail-body-text h2 {
	margin: 1.15em 0 0.45em;
	font-size: 1.0625rem;
	line-height: 1.45;
	font-weight: 700;
	color: #0f172a;
}
body.sp-detail-page .sp-detail-body-text h3 {
	margin: 1em 0 0.4em;
	font-size: var(--sp-fs-body);
	line-height: var(--sp-lh-section);
	font-weight: 700;
	color: #0f172a;
}
body.sp-detail-page .sp-detail-body-text ul,
body.sp-detail-page .sp-detail-body-text ol {
	margin: 0 0 0.75em;
	padding-left: 1.35em;
}
body.sp-detail-page .sp-detail-body-text li {
	margin-bottom: 0.35em;
}
body.sp-detail-page .sp-detail-body-text li:last-child {
	margin-bottom: 0;
}
/* 正文里秀米等编辑器外�?div 自带边框时去掉框�?*/
body.sp-detail-page .sp-detail-body-text > div,
body.sp-detail-page .sp-detail-body-text > section {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* 站内搜索 so.lekuidc.com / so.html */
body.so-page .main-content {
	max-width: none;
}
.so-page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.75rem;
	margin-bottom: 1.25rem;
}
.so-page-header__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--c-text, #0f1419);
	line-height: 1.5;
	word-break: keep-all;
}
.so-search-form__box {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-radius: 999px;
	border: 1px solid var(--c-line, #e2e8f0);
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	max-width: 720px;
}
.so-search-form__box:focus-within {
	border-color: var(--c-primary, #2563eb);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.so-search-form__box i {
	color: #64748b;
	flex-shrink: 0;
}
.so-search-form__box input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	font-size: 1rem;
	background: transparent;
}
.so-search-form__btn {
	flex-shrink: 0;
	border: none;
	border-radius: 999px;
	padding: 0.45rem 1.15rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	background: var(--c-primary, #1f1f1f);
	cursor: pointer;
}
.so-search-form__btn:hover {
	filter: brightness(1.08);
}
.so-result-summary {
	margin: 0;
	font-size: 0.9375rem;
	color: #64748b;
}
.so-pagination-wrap .posts-nav {
	margin-top: 1.25rem;
}
.so-empty {
	margin: 1.5rem 0;
	padding: 1.5rem 1.25rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px dashed var(--c-line, #e2e8f0);
}
.so-empty__title {
	margin: 0 0 0.35rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--c-text, #0f1419);
}
.so-empty__desc {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #64748b;
}
.so-empty__desc a {
	color: var(--c-primary, #2563eb);
}
.so-section {
	margin-bottom: 1.75rem;
}
.so-section__title {
	margin: 0 0 0.65rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--c-text, #0f1419);
}
.so-section__count {
	font-size: 0.875rem;
	font-weight: 600;
	color: #64748b;
}
.so-result-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	border: none;
	background: transparent;
}
.so-result-item {
	border: 1px solid var(--c-line, #e2e8f0);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.so-result-item__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 5.5rem;
	padding: 0.85rem 1rem;
	text-decoration: none;
	color: inherit;
	transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
}
.so-result-item__link:hover {
	background: #f8fafc;
	border-color: transparent;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
@media (max-width: 640px) {
	.so-result-list {
		grid-template-columns: minmax(0, 1fr);
	}
}
.so-result-item__badge {
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.1rem 0.45rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--c-primary, #2563eb);
	background: rgba(37, 99, 235, 0.08);
	border-radius: 4px;
}
.so-result-item__title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: var(--c-text, #0f1419);
	line-height: 1.35;
}
.so-result-item__summary {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #64748b;
}

/* 出海闲聊 talk.lekuidc.com �?主内容区铺满左侧栏右侧全�?*/
body.talk-page {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: #0f1419;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.talk-page .main-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	padding: 0;
	height: calc(100vh - var(--header-h));
	max-height: calc(100vh - var(--header-h));
	overflow: hidden;
}
body.talk-page .main-content > .talk-x-breadcrumb {
	padding: 0.75rem 1.1rem;
	margin-bottom: 0;
	border-bottom: 1px solid var(--c-line, #eff3f4);
	background: var(--c-bg, #fff);
	font-size: 0.875rem;
	line-height: 1.5;
	color: #536471;
}
body.talk-page .talk-x-breadcrumb a {
	color: #536471;
	text-decoration: none;
}
body.talk-page .talk-x-breadcrumb a:hover {
	color: var(--c-primary, #1d9bf0);
	text-decoration: underline;
}
body.talk-page .talk-x-breadcrumb .current {
	color: #0f1419;
	font-weight: 600;
}
body.talk-page .layout-body > .main-content > .talk-x-wrap {
	width: 100%;
}
body.talk-page .layout-body {
	align-items: stretch;
	height: calc(100vh - var(--header-h));
	max-height: calc(100vh - var(--header-h));
	overflow: hidden;
}
.talk-x-wrap {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}
.talk-x-feed {
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	min-width: 360px;
	min-height: 0;
	border-left: none;
	border-right: 1px solid var(--c-line, #eff3f4);
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.talk-x-topbar {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--c-line, #eff3f4);
}
.talk-x-topbar__title {
	margin: 0;
	padding: 0.75rem 1rem 0.25rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0f1419;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.02em;
}
.talk-x-tabs {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}
.talk-x-tabs__item {
	flex: 1;
	text-align: center;
	padding: 0.75rem 0.5rem;
	font-size: 0.9375rem;
	font-weight: 500;
	color: #536471;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: background 0.15s, color 0.15s;
}
.talk-x-tabs__item:hover {
	background: rgba(15, 20, 25, 0.04);
	color: #0f1419;
}
.talk-x-tabs__item.is-active {
	font-weight: 700;
	color: #0f1419;
	border-bottom-color: var(--c-primary, #1d9bf0);
}
.talk-x-compose {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--c-line, #eff3f4);
}
.talk-x-compose__body {
	width: 100%;
}
.talk-x-compose__input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.35rem 0;
	border: none;
	outline: none;
	resize: vertical;
	min-height: 12rem;
	font-size: 1.0625rem;
	line-height: 1.45;
	font-family: inherit;
	color: #0f1419;
	background: transparent;
}
.talk-x-compose__input::placeholder {
	color: #536471;
}
.talk-x-compose__previews:not([hidden]) {
	display: grid;
	gap: 4px;
	margin-top: 0.5rem;
	max-width: min(85%, 320px);
}
.talk-x-compose__previews--count-1:not([hidden]) {
	max-width: min(70%, 220px);
}
.talk-x-compose__previews--count-2:not([hidden]) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.talk-x-compose__previews--count-3:not([hidden]),
.talk-x-compose__previews--count-5:not([hidden]),
.talk-x-compose__previews--count-6:not([hidden]),
.talk-x-compose__previews--count-7:not([hidden]),
.talk-x-compose__previews--count-8:not([hidden]),
.talk-x-compose__previews--count-9:not([hidden]) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.talk-x-compose__previews--count-4:not([hidden]) {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.talk-x-compose__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-top: 0.65rem;
	margin-top: 0.35rem;
	border-top: 1px solid var(--c-line, #eff3f4);
}
.talk-x-compose__tools {
	display: flex;
	align-items: center;
	gap: 0.15rem;
}
.talk-x-compose__tool {
	border: none;
	background: transparent;
	color: var(--c-primary, #1d9bf0);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05rem;
	cursor: pointer;
	transition: background 0.12s;
}
.talk-x-compose__tool:hover {
	background: rgba(29, 155, 240, 0.1);
}
.talk-x-compose__submit-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.talk-x-compose__count {
	font-size: 0.8125rem;
	color: #536471;
}
.talk-x-compose__count.is-warn {
	color: #f59e0b;
}
.talk-x-compose__count.is-over {
	color: #f4212e;
	font-weight: 600;
}
.talk-x-compose--guest .talk-x-compose__guest-msg {
	margin: 0.35rem 0 0.75rem;
	color: #536471;
	font-size: 1rem;
	line-height: 1.45;
}
.talk-x-compose__file {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}
.talk-x-compose__previews {
	margin-top: 0;
}
.talk-x-compose__preview {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	border: none;
	max-width: 100%;
	background: #f0f2f5;
	aspect-ratio: 1;
}
.talk-x-compose__previews--count-1 .talk-x-compose__preview--image {
	aspect-ratio: auto;
}
.talk-x-compose__preview img,
.talk-x-compose__preview video {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 0;
	object-fit: cover;
	background: #f0f2f5;
}
.talk-x-compose__previews--count-1 .talk-x-compose__preview--image img {
	max-height: 220px;
	object-fit: cover;
}
.talk-x-compose__preview--video {
	aspect-ratio: auto;
}
.talk-x-compose__preview--video video {
	height: 140px;
}
.talk-x-compose__preview-remove {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 50%;
	background: rgba(15, 20, 25, 0.65);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}
.talk-x-flash {
	margin: 0;
	padding: 0.65rem 1rem;
	font-size: 0.9375rem;
	border-bottom: 1px solid var(--c-line, #eff3f4);
}
.talk-x-flash--ok {
	background: #e8f5e9;
	color: #1b5e20;
}
.talk-x-flash--err {
	background: #fdecea;
	color: #b71c1c;
}
.talk-x-post__media {
	margin-top: 0.65rem;
	border-radius: 4px;
	overflow: hidden;
}
.talk-x-post__media--image {
	display: inline-block;
	max-width: min(70%, 280px);
	vertical-align: top;
}
.talk-x-post__media-trigger,
.talk-x-post__media-item {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	background: #f0f2f5;
	overflow: hidden;
	cursor: zoom-in;
	line-height: 0;
}
.talk-x-post__media-trigger:focus-visible,
.talk-x-post__media-item:focus-visible {
	outline: 2px solid var(--c-primary, #1d9bf0);
	outline-offset: 2px;
}
.talk-x-post__media img,
.talk-x-post__media video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	background: #f0f2f5;
	pointer-events: none;
}
.talk-x-post__media--image img {
	max-height: 280px;
}
.talk-x-post__media--video video {
	max-height: 420px;
	object-fit: contain;
}
.talk-x-post__media--images {
	display: grid;
	gap: 4px;
	max-width: min(85%, 360px);
}
.talk-x-post__media--images-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.talk-x-post__media--images-3,
.talk-x-post__media--images-5,
.talk-x-post__media--images-6,
.talk-x-post__media--images-7,
.talk-x-post__media--images-8,
.talk-x-post__media--images-9 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.talk-x-post__media--images-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.talk-x-post__media-item {
	aspect-ratio: 1;
}
.talk-x-post__media-item img {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
}
.talk-x-post--detail .talk-x-post__media--image {
	max-width: min(100%, 480px);
}
.talk-x-post--detail .talk-x-post__media--image img {
	max-height: 520px;
}
.talk-x-post--detail .talk-x-post__media--images {
	max-width: min(100%, 480px);
}
.talk-x-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	padding: 1.5rem;
}
.talk-x-lightbox[hidden] {
	display: none !important;
}
body.talk-lightbox-open {
	overflow: hidden;
}
.talk-x-lightbox__img {
	display: block;
	max-width: min(96vw, 1200px);
	max-height: 92vh;
	object-fit: contain;
	user-select: none;
}
.talk-x-lightbox__close,
.talk-x-lightbox__nav {
	position: absolute;
	border: none;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
}
.talk-x-lightbox__close:hover,
.talk-x-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.22);
}
.talk-x-lightbox__close {
	top: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
}
.talk-x-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 1.25rem;
}
.talk-x-lightbox__nav--prev {
	left: 1rem;
}
.talk-x-lightbox__nav--next {
	right: 1rem;
}
.talk-x-lightbox__counter {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.875rem;
	letter-spacing: 0.02em;
}
.talk-x-post__edit-current--image {
	display: inline-block;
	vertical-align: top;
	margin: 0.35rem 0.5rem 0 0;
}
.talk-x-avatar {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: hsl(var(--talk-hue, 220) 65% 48%);
}
.talk-x-avatar--sm {
	width: 40px;
	height: 40px;
	font-size: 0.875rem;
}
.talk-x-btn {
	border: none;
	border-radius: 999px;
	padding: 0.4rem 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	cursor: default;
}
.talk-x-btn--primary {
	background: var(--c-primary, #1d9bf0);
	color: #fff;
	cursor: pointer;
}
.talk-x-btn--primary:hover {
	filter: brightness(1.05);
}
.talk-x-btn--outline {
	background: transparent;
	color: #0f1419;
	border: 1px solid #cfd9de;
	padding: 0.3rem 0.85rem;
	font-size: 0.8125rem;
	cursor: pointer;
}
.talk-x-btn--danger {
	background: #f4212e;
	color: #fff;
	cursor: pointer;
}
.talk-x-btn--danger:hover {
	filter: brightness(1.05);
}
body.talk-delete-modal-open {
	overflow: hidden;
}
.talk-x-delete-modal {
	position: fixed;
	inset: 0;
	z-index: 1300;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}
.talk-x-delete-modal[hidden] {
	display: none !important;
}
.talk-x-delete-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 20, 25, 0.45);
	backdrop-filter: blur(2px);
}
.talk-x-delete-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 22rem);
	padding: 1.5rem 1.35rem 1.25rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--c-line, #eff3f4);
	box-shadow: 0 20px 48px rgba(15, 20, 25, 0.18);
	text-align: center;
	animation: talk-delete-modal-in 0.18s ease-out;
}
@keyframes talk-delete-modal-in {
	from {
		opacity: 0;
		transform: scale(0.96) translateY(6px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
.talk-x-delete-modal__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 0.85rem;
	border-radius: 50%;
	background: rgba(244, 33, 46, 0.1);
	color: #f4212e;
	font-size: 1.125rem;
}
.talk-x-delete-modal__title {
	margin: 0 0 0.45rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0f1419;
	line-height: 1.35;
}
.talk-x-delete-modal__desc {
	margin: 0 0 1.15rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #536471;
}
.talk-x-delete-modal__actions {
	display: flex;
	justify-content: center;
	gap: 0.65rem;
}
.talk-x-delete-modal__actions .talk-x-btn {
	min-width: 5.5rem;
	padding: 0.45rem 1rem;
}
.talk-x-post {
	display: flex;
	gap: 0.85rem;
	padding: 1rem 1.15rem;
	border-bottom: 1px solid var(--c-line, #eff3f4);
	transition: background 0.12s;
}
.talk-x-post:hover {
	background: rgba(0, 0, 0, 0.02);
}
.talk-x-post__author-link,
.talk-x-post__handle-link,
.talk-x-post__time-link,
.talk-x-post__content-link {
	color: inherit;
	text-decoration: none;
}
.talk-x-post__author-link {
	font-weight: 600;
	color: #0f1419;
}
.talk-x-post__author-link:hover {
	text-decoration: underline;
}
.talk-x-post__handle-link,
.talk-x-post__time-link {
	color: #536471;
}
.talk-x-post__handle-link:hover,
.talk-x-post__time-link:hover {
	text-decoration: underline;
}
.talk-x-post__content-link {
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.talk-x-post__content-link:focus-visible {
	outline: 2px solid var(--c-primary, #1d9bf0);
	outline-offset: 2px;
	border-radius: 4px;
}
.talk-x-post__content-link:hover .talk-x-post__text {
	color: #0f1419;
}
.talk-x-post__content-link .talk-x-post__media {
	pointer-events: auto;
}
.talk-x-post--detail {
	padding: 1.15rem 1.25rem 1.35rem;
}
.talk-x-post--detail:hover {
	background: transparent;
}
.talk-x-feed--detail {
	padding-bottom: 0.5rem;
}
.talk-x-post__title--detail {
	margin: 0.5rem 0 0;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.55;
	color: #0f1419;
	letter-spacing: 0.01em;
}
.talk-x-post__title--detail:empty {
	display: none;
}
.talk-x-post__text--detail {
	font-size: 0.96875rem;
	font-weight: 400;
	line-height: 1.62;
	margin: 0.5rem 0 0;
	white-space: normal;
	letter-spacing: 0.01em;
	color: #0f1419;
}
.talk-detail-page .talk-x-post__tags {
	margin-top: 0.65rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.55;
}
.talk-detail-page .talk-x-post__tags .talk-x-tag {
	font-weight: 400;
}
.talk-x-detail-back {
	margin: 1rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid var(--c-line, #eff3f4);
}
.talk-x-wrap--detail .talk-x-feed {
	flex: 1 1 auto;
	width: 100%;
	max-width: none;
	min-width: 0;
	min-height: 0;
}
.talk-x-post__body {
	flex: 1;
	min-width: 0;
}
.talk-x-post__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
	line-height: 1.3;
}
.talk-x-post__head-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.15rem 0.35rem;
	min-width: 0;
	flex: 1;
}
.talk-x-post__author {
	font-weight: 600;
	color: #0f1419;
}
.talk-x-post__handle,
.talk-x-post__time {
	font-size: 0.9375rem;
	color: #536471;
}
.talk-x-post__dot {
	color: #536471;
	font-size: 0.8125rem;
	line-height: 1;
	margin: 0 0.08rem;
}
.talk-x-post__more-wrap {
	position: relative;
	flex-shrink: 0;
	margin-top: -0.15rem;
}
.talk-x-post__more {
	border: none;
	background: transparent;
	color: #536471;
	padding: 0.2rem 0.45rem;
	border-radius: 50%;
	cursor: pointer;
	line-height: 1;
}
.talk-x-post__more-dots {
	display: inline-flex;
	align-items: center;
	gap: 0.18rem;
}
.talk-x-post__more-dots span {
	width: 0.22rem;
	height: 0.22rem;
	border-radius: 50%;
	background: currentColor;
}
.talk-x-post__more:hover,
.talk-x-post__more[aria-expanded="true"] {
	color: var(--c-primary, #1d9bf0);
	background: rgba(29, 155, 240, 0.1);
}
.talk-x-post__menu {
	position: absolute;
	top: calc(100% + 0.25rem);
	right: 0;
	z-index: 20;
	min-width: 8.5rem;
	padding: 0.35rem 0;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 20, 25, 0.15);
}
.talk-x-post__menu-form {
	margin: 0;
}
.talk-x-post__menu-item {
	display: block;
	width: 100%;
	padding: 0.65rem 1rem;
	border: none;
	background: transparent;
	color: #0f1419;
	font-size: 0.9375rem;
	text-align: left;
	cursor: pointer;
}
.talk-x-post__menu-item:hover {
	background: rgba(15, 20, 25, 0.04);
}
.talk-x-post__menu-item--danger {
	color: #f4212e;
}
.talk-x-post__menu-item--danger:hover {
	background: rgba(244, 33, 46, 0.08);
}
.talk-x-post__text {
	margin: 0.4rem 0 0;
	font-size: 0.96875rem;
	font-weight: 400;
	line-height: 1.58;
	color: #0f1419;
	white-space: normal;
	letter-spacing: 0.01em;
}
.talk-x-post__text p {
	margin: 0 0 0.5em;
}
.talk-x-post__text p:last-child {
	margin-bottom: 0;
}
.talk-x-post__tags {
	margin: 0.5rem 0 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--c-primary, #1d9bf0);
}
.talk-x-tag {
	display: inline;
	color: var(--c-primary, #1d9bf0);
	text-decoration: none;
}
.talk-x-url {
	display: inline;
	color: #536471;
	text-decoration: none;
}
.talk-x-url-keep {
	display: inline;
	white-space: nowrap;
}
.talk-x-icon-link {
	display: inline;
	width: 0.875rem;
	height: 0.875rem;
	margin-right: 0.22rem;
	vertical-align: -0.15em;
	fill: currentColor;
}
.talk-x-tag:hover,
.talk-x-url:hover {
	text-decoration: underline;
}
.talk-x-tag--active {
	font-weight: 500;
}
.talk-x-tag-filter {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0.625rem 1rem;
	border-bottom: 1px solid var(--c-line, #eff3f4);
	background: rgba(29, 155, 240, 0.06);
}
.talk-x-tag-filter__label {
	font-size: 0.8125rem;
	color: #536471;
	flex-shrink: 0;
}
.talk-x-tag-filter__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: auto;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	color: #536471;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.talk-x-tag-filter__clear:hover {
	color: #0f1419;
	background: rgba(15, 20, 25, 0.08);
}
.talk-x-icon-close {
	display: block;
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	fill: currentColor;
}
.talk-x-post__tags:empty {
	display: none;
}
.talk-x-feed__empty {
	text-align: center;
}
.talk-x-post__actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
	max-width: 100%;
	margin-top: 0.65rem;
}
.talk-x-post__actions-main {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}
.talk-x-post__actions-side {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-left: 0.35rem;
}
.talk-x-action {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 0.8125rem;
	color: #536471;
	text-decoration: none;
}
.talk-x-action i {
	font-size: 1rem;
}
.talk-x-action:hover {
	color: var(--c-primary, #1d9bf0);
}
.talk-x-action--edit {
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font: inherit;
}
.talk-x-action--like,
.talk-x-action--repost,
.talk-x-action--comment,
.talk-x-action--share {
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font: inherit;
}
.talk-x-action--views {
	cursor: default;
}
.talk-x-action--share:hover {
	color: #0f1419;
}
.talk-x-icon-x {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	fill: currentColor;
}
.talk-x-action.is-active {
	color: var(--c-primary, #1d9bf0);
}
.talk-x-action--like.is-active {
	color: #f91880;
}
.talk-x-action--repost.is-active {
	color: #00ba7c;
}
.talk-x-repost-wrap {
	position: relative;
	display: inline-flex;
}
.talk-x-repost-menu {
	position: absolute;
	bottom: calc(100% + 0.35rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 25;
	min-width: 7.5rem;
	padding: 0.35rem 0;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 20, 25, 0.15);
}
.talk-x-repost-menu__item {
	display: block;
	width: 100%;
	padding: 0.65rem 1rem;
	border: none;
	background: transparent;
	color: #0f1419;
	font-size: 0.9375rem;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
}
.talk-x-repost-menu__item:hover {
	background: rgba(15, 20, 25, 0.04);
}
.talk-x-repost-badge {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #536471;
}
.talk-x-repost-badge i {
	color: #00ba7c;
	font-size: 0.875rem;
}
.talk-x-post--repost .talk-x-post__head-meta {
	margin-top: 0;
}
.talk-x-quote-card {
	display: block;
	margin-top: 0.65rem;
	padding: 0.75rem;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 12px;
	background: #f7f9f9;
	text-decoration: none;
	color: inherit;
}
.talk-x-quote-card__head {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem;
	margin-bottom: 0.35rem;
	text-decoration: none;
	color: inherit;
}
.talk-x-quote-card__author {
	font-weight: 700;
	color: #0f1419;
}
.talk-x-quote-card__handle {
	color: #536471;
	font-size: 0.8125rem;
}
.talk-x-quote-card__text {
	font-size: 0.9375rem;
	line-height: 1.45;
	color: #0f1419;
	word-break: break-word;
}
.talk-x-quote-card .talk-x-post__media {
	margin-top: 0.5rem;
}
.talk-x-quote-panel {
	margin-top: 0.75rem;
	padding: 0.75rem;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 12px;
	background: #f7f9f9;
}
.talk-x-quote-panel__form {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}
.talk-x-quote-panel__body {
	flex: 1;
	min-width: 0;
}
.talk-x-quote-panel__input {
	width: 100%;
	min-height: 4rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--c-line, #cfd9de);
	border-radius: 8px;
	font: inherit;
	font-size: 0.9375rem;
	line-height: 1.45;
	resize: vertical;
	background: #fff;
}
.talk-x-quote-panel__input:focus {
	outline: none;
	border-color: var(--c-primary, #1d9bf0);
	box-shadow: 0 0 0 1px var(--c-primary, #1d9bf0);
}
.talk-x-quote-panel__toolbar {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-top: 0.5rem;
}
.talk-x-comments {
	margin-top: 0;
	padding: 1.1rem 1.25rem 1.5rem;
	border-top: 1px solid var(--c-line, #eff3f4);
	background: #fafbfc;
}
.talk-x-comments__title {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.4;
	color: #0f1419;
}
.talk-x-comments__empty {
	margin: 1rem 0 0;
	color: #536471;
	font-size: 0.9375rem;
}
.talk-x-comments__list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 1rem;
}
.talk-x-comment-compose {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}
.talk-x-comment-compose--guest {
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
}
.talk-x-comment-compose__hint {
	margin: 0;
	color: #536471;
	font-size: 0.9375rem;
}
.talk-x-comment-compose__body {
	flex: 1;
	min-width: 0;
}
.talk-x-comment-compose__input {
	width: 100%;
	min-height: 4rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--c-line, #cfd9de);
	border-radius: 8px;
	font: inherit;
	font-size: 0.9375rem;
	line-height: 1.45;
	resize: vertical;
	background: #fff;
}
.talk-x-comment-compose__input:focus {
	outline: none;
	border-color: var(--c-primary, #1d9bf0);
	box-shadow: 0 0 0 1px var(--c-primary, #1d9bf0);
}
.talk-x-comment-compose__toolbar {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}
.talk-x-comment {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}
.talk-x-comment__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.25rem;
	margin-bottom: 0.25rem;
	font-size: 0.8125rem;
}
.talk-x-comment__author {
	font-weight: 700;
	color: #0f1419;
}
.talk-x-comment__handle,
.talk-x-comment__time {
	color: #536471;
}
.talk-x-comment__text {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.58;
	color: #0f1419;
	word-break: break-word;
}
.talk-x-compose--guest .talk-x-compose__input {
	cursor: pointer;
	background: #fff;
}
.talk-x-compose--guest .talk-x-compose__input:focus {
	outline: none;
}
.talk-x-post__edit {
	margin-top: 0.75rem;
	padding: 0.75rem;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 12px;
	background: #f7f9f9;
}
.talk-x-post__edit-input {
	width: 100%;
	min-height: 5rem;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--c-line, #cfd9de);
	border-radius: 8px;
	font: inherit;
	font-size: 0.9375rem;
	line-height: 1.45;
	resize: vertical;
	background: #fff;
}
.talk-x-post__edit-input:focus {
	outline: none;
	border-color: var(--c-primary, #1d9bf0);
	box-shadow: 0 0 0 1px var(--c-primary, #1d9bf0);
}
.talk-x-post__edit-current {
	margin-top: 0.65rem;
}
.talk-x-post__edit-current img,
.talk-x-post__edit-current video {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}
.talk-x-post__edit-remove {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.45rem;
	font-size: 0.8125rem;
	color: #536471;
	cursor: pointer;
}
.talk-x-post__edit-previews {
	margin-top: 0.65rem;
}
.talk-x-post__edit-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.65rem;
	flex-wrap: wrap;
}
.talk-x-post__edit-toolbar .talk-x-compose__submit-wrap {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.talk-x-feed__end {
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
	font-size: 0.875rem;
	color: #536471;
	border-bottom: 1px solid var(--c-line, #eff3f4);
}
.talk-x-rail {
	flex: 0 0 clamp(300px, 30vw, 400px);
	width: clamp(300px, 30vw, 400px);
	max-width: 400px;
	min-width: 280px;
	flex-shrink: 0;
	align-self: stretch;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	padding: 0.85rem 1rem 1.5rem;
	box-sizing: border-box;
	background: #f7f9f9;
	border-left: 1px solid var(--c-line, #eff3f4);
	scrollbar-width: thin;
	scrollbar-color: #cfd9de transparent;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
@media (min-width: 992px) {
	.talk-x-rail {
		display: block;
	}
}
@media (min-width: 1200px) {
	.talk-x-topbar {
		flex-direction: row;
		align-items: stretch;
	}
	.talk-x-topbar__title {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		padding: 0 1.25rem;
		min-width: 7rem;
		border-right: 1px solid var(--c-line, #eff3f4);
	}
	.talk-x-tabs {
		flex: 1 1 auto;
	}
}
@media (min-width: 1400px) {
	.talk-x-rail {
		flex-basis: 380px;
		width: 380px;
		padding-left: 1.15rem;
		padding-right: 1.15rem;
	}
}
.talk-x-widget {
	margin-bottom: 0.85rem;
	background: #fff;
	border: 1px solid var(--c-line, #eff3f4);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04);
}
.talk-x-widget--trends .talk-x-widget__title,
.talk-x-widget--follow .talk-x-widget__title {
	padding-bottom: 0.15rem;
}
.talk-x-widget.talk-x-search .talk-x-search__title {
	padding: 0.85rem 1rem 0.45rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
}
.talk-x-search__box {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0.85rem 0.85rem;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 0 0 0 1px #eff3f4;
}
.talk-x-search__box i {
	color: #536471;
}
.talk-x-search__box input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 0.9375rem;
	line-height: 1.45;
	background: transparent;
	color: #0f1419;
}
.talk-x-search__box input::placeholder {
	color: #8b98a5;
}
.talk-x-widget__title {
	margin: 0;
	padding: 0.85rem 1rem 0.45rem;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: #0f1419;
}
.talk-x-trends {
	list-style: none;
	margin: 0;
	padding: 0;
}
.talk-x-trends-body {
	padding: 0.85rem 1.1rem 0.95rem;
}
.talk-x-trends--compact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 0.45rem 0.35rem;
	padding: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
}
.talk-x-trends--compact .talk-x-tag {
	display: inline-block;
	flex: 0 0 auto;
	padding: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.45;
	color: #8b98a5;
	background: none;
	text-decoration: none;
	transition: color 0.12s;
	white-space: nowrap;
}
.talk-x-trends--compact .talk-x-tag--active {
	color: #6b7c8a;
	font-weight: 500;
}
.talk-x-trends--compact .talk-x-tag:hover {
	color: var(--c-primary, #1d9bf0);
	background: none;
	text-decoration: none;
}
.talk-x-trends--compact:empty {
	display: none;
}
.talk-x-trends--extra[hidden] {
	display: none !important;
}
.talk-x-trends--extra:not([hidden]) {
	margin-top: 0.15rem;
}
.talk-x-trends__item {
	border-top: 1px solid var(--c-line, #eff3f4);
}
.talk-x-trends__item:first-child {
	border-top: none;
}
.talk-x-trends__item.is-active .talk-x-trends__link {
	background: rgba(29, 155, 240, 0.06);
}
.talk-x-trends__link {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	color: inherit;
	text-decoration: none;
	transition: background 0.12s;
}
.talk-x-trends__link:hover {
	background: rgba(15, 20, 25, 0.03);
}
.talk-x-trends__rank {
	flex: 0 0 auto;
	width: 1.25rem;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.35;
	color: #536471;
}
.talk-x-trends__body {
	flex: 1;
	min-width: 0;
}
.talk-x-trends__meta {
	display: block;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #536471;
}
.talk-x-trends__tag {
	display: block;
	margin-top: 0.1rem;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.35;
	color: #0f1419;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.talk-x-trends__count {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.75rem;
	line-height: 1.3;
	color: #536471;
}
.talk-x-widget__more {
	display: block;
	padding: 0.5rem 1rem 0.65rem;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: #536471;
	text-decoration: none;
	border-top: 1px solid var(--c-line, #eff3f4);
	text-align: left;
}
.talk-x-widget__more:hover {
	color: var(--c-primary, #1d9bf0);
	background: rgba(15, 20, 25, 0.02);
}
.talk-x-follow {
	list-style: none;
	margin: 0;
	padding: 0;
}
.talk-x-follow__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.75rem 1rem;
	border-top: 1px solid var(--c-line, #eff3f4);
}
.talk-x-follow__item:first-child {
	border-top: none;
}
.talk-x-follow__profile {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: inherit;
	text-decoration: none;
}
.talk-x-follow__profile:hover .talk-x-follow__name {
	text-decoration: underline;
}
.talk-x-follow__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
}
.talk-x-follow__name {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #0f1419;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.talk-x-follow__handle {
	font-size: 0.8125rem;
	line-height: 1.25;
	color: #536471;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.talk-x-follow__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.75rem;
	padding: 0.3rem 0.75rem;
	border: 1px solid #cfd9de;
	border-radius: 999px;
	background: #fff;
	color: #0f1419;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.12s, border-color 0.12s;
}
.talk-x-follow__btn:hover {
	background: rgba(15, 20, 25, 0.04);
	border-color: #aab8c2;
	color: #0f1419;
}
.talk-x-rail__foot {
	font-size: 0.75rem;
	color: #536471;
	line-height: 1.6;
	padding: 0 0.25rem;
}
.talk-x-rail__foot a {
	color: #536471;
	text-decoration: none;
}
.talk-x-rail__foot a:hover {
	text-decoration: underline;
}
@media (max-width: 991px) {
	.talk-x-feed {
		border-right: none;
		min-width: 0;
	}
}
@media (max-width: 991px) {
	body.talk-page .layout-body,
	body.talk-page .main-content {
		height: auto;
		max-height: none;
		overflow: visible;
	}
	body.talk-page .main-content {
		display: block;
	}
	.talk-x-wrap {
		min-height: 0;
		overflow: visible;
	}
	.talk-x-feed {
		overflow-y: visible;
	}
}
@media (max-width: 767px) {
	body.talk-page .main-content {
		padding-left: max(0, env(safe-area-inset-left));
		padding-right: max(0, env(safe-area-inset-right));
	}
	.talk-x-compose__input {
		font-size: 1.0625rem;
	}
}

/* ===== tool.lekuidc.com 在线工具 ===== */
body.tool-page .toolbar.article-category-toolbar {
	padding-bottom: 0;
}
body.tool-page .toolbar.article-category-toolbar > a {
	padding-bottom: 1.05rem;
}
body.tool-page .toolbar.article-category-toolbar > a.active::after {
	bottom: -1px;
	height: 2px;
	border-radius: 0;
	background: #ef4444;
	opacity: 1;
	z-index: 1;
}
.tool-index-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
@media (max-width: 991.98px) {
	.tool-index-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575.98px) {
	.tool-index-grid {
		grid-template-columns: 1fr;
	}
}
.tool-index-card-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 20px 22px;
	min-height: 0;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tool-index-card-item:hover {
	border-color: #d0d0d0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	color: inherit;
	text-decoration: none;
}
.tool-index-card-item__title {
	margin: 0 0 10px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
}
.tool-index-card-item__desc {
	margin: 0;
	flex: 1 1 auto;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #666;
}
.tool-index-card-item__tags.card-tags {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.tool-index-card-item__tags .tag-chip {
	flex-shrink: 0;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.035em;
	color: #6f6f6f;
	background: rgba(0, 0, 0, 0.035);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 3px 9px;
}
.tool-index-card-item:hover .tool-index-card-item__tags .tag-chip {
	background: rgba(0, 0, 0, 0.055);
	color: #3d3d3d;
	border-color: rgba(0, 0, 0, 0.1);
}
.tool-page-card {
	max-width: 720px;
}
.tool-page-card textarea,
.tool-page-card input[readonly] {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9rem;
}
.tool-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.socks-test-result {
	border-radius: 8px;
	padding: 14px 16px;
	font-size: 0.95rem;
	display: none;
}
.socks-test-result.is-show {
	display: block;
}
.socks-test-result--ok {
	background: #ecfdf3;
	border: 1px solid #a7f3d0;
	color: #065f46;
}
.socks-test-result--port {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
}
.socks-test-result--auth {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}
.socks-test-result--other {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #334155;
}
.socks-test-result__title {
	font-weight: 700;
	margin-bottom: 4px;
}
.socks-test-result__detail {
	font-size: 0.85rem;
	opacity: 0.85;
	margin: 0;
}
.socks-test-result__detail.is-empty {
	display: none;
}

	border-color: rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(30, 41, 59, 0.55) 0%, rgba(15, 23, 42, 0.35) 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
	color: #94a3b8;
}
	color: #cbd5e1;
}
	color: #f1f5f9;
}
	border-top-color: rgba(255, 255, 255, 0.08);
}
	color: #94a3b8;
	background: rgba(255, 255, 255, 0.06);
}
	color: #e2e8f0;
	background: rgba(255, 255, 255, 0.1);
}
	color: #fca5a5;
	background: rgba(239, 68, 68, 0.18);
	border-color: rgba(248, 113, 113, 0.35);
}