.skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link.screen-reader-text:focus {
	left: 10px;
	top: 10px;
	width: auto;
	height: auto;
	z-index: 100000;
	padding: 8px 12px;
	background: #111;
	color: #fff;
	border-radius: 4px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--tb--main);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

.topbar {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.topbar .topmenu {
	flex: 1 1 auto;
}

.navto-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 999px;
	color: inherit;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.navto-search:hover,
.navto-search:focus-visible,
.search-on .navto-search {
	color: var(--tb--main);
	background: rgba(148, 163, 184, .14);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .12);
}

.site-search {
	position: fixed !important;
	inset: 0;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100%;
	height: 100dvh !important;
	max-height: none;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
	z-index: 10020;
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none;
	transition: opacity .24s ease, visibility .24s ease;
}

.site-search::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, .18);
	backdrop-filter: blur(6px);
	opacity: 1;
	transition: opacity .24s ease;
}

.search-on .site-search {
	visibility: visible;
	pointer-events: auto;
	opacity: 1;
}

.site-search .container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	padding-top: calc(var(--dux-search-offset, 96px) + 14px);
	padding-bottom: 24px;
	overflow: visible;
	pointer-events: none;
}

.site-search .site-search-form {
	display: flex;
	align-items: stretch;
	width: min(760px, 100%);
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, .16);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
	box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
	overflow: visible;
	pointer-events: auto;
	opacity: 0;
	transform: translateY(-14px) scale(.98);
	transition: transform .28s ease, opacity .24s ease, box-shadow .24s ease;
	will-change: transform, opacity;
}

.search-on .site-search .site-search-form {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.site-search .site-search-form .search-input {
	float: none;
	flex: 1 1 auto;
	width: auto;
	height: 52px;
	padding: 0 18px;
	border: 1px solid rgba(148, 163, 184, .28);
	border-right: 0;
	border-radius: 14px 0 0 14px;
	background: #fff;
	color: #0f172a;
	box-shadow: none;
}

.site-search .site-search-form .search-input::placeholder {
	color: #94a3b8;
}

.site-search .site-search-form .search-input:focus {
	border-color: var(--tb--main);
}

.site-search .site-search-form .search-btn {
	float: none;
	width: 58px;
	height: auto;
	border: 1px solid var(--tb--main);
	border-radius: 0 14px 14px 0;
	background: var(--tb--main);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.site-search .site-search-form .search-btn:hover,
.site-search .site-search-form .search-btn:focus {
	opacity: .94;
	color: #fff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.site-search .site-search-form .search-btn:active {
	transform: scale(.98);
}

.header-notice {
	display: block;
	clear: both;
	position: relative;
	z-index: 120;
	overflow: hidden;
	border-top: 1px solid rgba(148, 163, 184, .28);
	border-bottom: 1px solid rgba(148, 163, 184, .2);
	background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .92));
	backdrop-filter: saturate(180%) blur(12px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55);
}

.header-notice--top {
	margin-bottom: 0;
}

.header-notice__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
}

.header-notice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--tb--main);
}

.header-notice__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.header-notice__viewport {
	position: relative;
	overflow: hidden;
	flex: 1 1 auto;
	min-width: 0;
}

.header-notice__track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: dux-notice-marquee 24s linear infinite;
}

.header-notice__viewport:hover .header-notice__track {
	animation-play-state: paused;
}

.header-notice__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-right: 72px;
	font-size: 13px;
	color: #334155;
	white-space: nowrap;
	line-height: 1.4;
}

.header-notice__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 14px;
	background: var(--tb--main);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 999px;
	white-space: nowrap;
	transition: all 0.2s ease;
	margin-left: 4px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .1);
}

.header-notice__link:hover {
	color: #fff;
	background: var(--tb--main);
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.header-notice__link:active {
	transform: translateY(0);
}
@keyframes dux-notice-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.dux-popup-notice {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 图标按钮 - 最小化状态（左下角） */
.dux-popup-notice__icon-btn {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--tb--main);
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 99998;
}

.dux-popup-notice__icon-btn svg {
	display: block;
	width: 24px;
	height: 24px;
	animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
	0%, 100% { 
		transform: scale(1);
		opacity: 1;
	}
	50% { 
		transform: scale(1.1);
		opacity: 0.9;
	}
}

.dux-popup-notice__icon-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.dux-popup-notice__icon-btn:hover svg {
	animation: iconBounce 0.6s ease-in-out;
}

@keyframes iconBounce {
	0%, 100% { transform: scale(1) rotate(0deg); }
	25% { transform: scale(1.1) rotate(-10deg); }
	50% { transform: scale(1.15) rotate(10deg); }
	75% { transform: scale(1.1) rotate(-5deg); }
}

.dux-popup-notice__icon-btn:active {
	transform: scale(0.95);
}

/* 弹窗面板 */
.dux-popup-notice__panel {
	position: relative;
	width: min(380px, calc(100vw - 40px));
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	border: 1px solid rgba(148, 163, 184, .18);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
	transform: translateY(20px) scale(0.95);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 展开状态 */
.dux-popup-notice.is-open .dux-popup-notice__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.dux-popup-notice.is-open .dux-popup-notice__icon-btn {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* 最小化状态 */
.dux-popup-notice.is-minimized .dux-popup-notice__panel {
	transform: translateY(20px) scale(0.95);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.dux-popup-notice.is-minimized .dux-popup-notice__icon-btn {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	pointer-events: auto;
}

/* 关闭按钮 X */
.dux-popup-notice__close-x {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(241, 245, 249, .96);
	color: #64748b;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	transition: all 0.2s ease;
	z-index: 2;
}

.dux-popup-notice__close-x:hover {
	background: #e2e8f0;
	color: #334155;
	transform: rotate(90deg);
}

.dux-popup-notice__title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 12px;
	padding-right: 32px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
}

.dux-popup-notice__title svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: var(--tb--main);
}

.dux-popup-notice__content {
	font-size: 14px;
	line-height: 1.7;
	color: #475569;
	margin: 0 0 16px;
}

.dux-popup-notice__content p:last-child {
	margin-bottom: 0;
}

.dux-popup-notice__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.dux-popup-notice__btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--tb--main);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
}

.dux-popup-notice__btn:hover,
.dux-popup-notice__btn:focus {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dux-popup-notice__btn:active {
	transform: translateY(0);
}

.dux-popup-notice__close {
	border: 0;
	background: transparent;
	color: #64748b;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 12px;
	transition: all 0.2s ease;
}

.dux-popup-notice__close:hover,
.dux-popup-notice__close:focus {
	color: var(--tb--main);
}

.footer-plus {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 28px;
	padding: 24px 0 10px;
	border-bottom: 1px solid rgba(148, 163, 184, .3);
	margin-bottom: 16px;
}

.footer-plus__title {
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 10px;
	font-weight: 700;
	color: #f8fafc;
}

.footer-plus__desc,
.footer-plus__contact {
	font-size: 13px;
	line-height: 1.85;
	color: #dbeafe;
}

.footer-plus__menu ul {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 12px;
}

.footer-plus__menu li {
	margin: 0;
}

.footer-plus__menu a {
	font-size: 13px;
	color: #e2e8f0;
}

.footer-plus__menu a:hover {
	color: var(--tb--main);
}

.footer-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.container-user--guest {
	min-height: 500px;
}

.user-main-postnew.is-hidden,
.comt-comterinfo.is-hidden {
	display: none;
}

.footer-copy {
	margin: 0;
	color: #dbeafe;
}

.footer-copy a {
	color: #f8fafc;
}

.footer-copy a:hover {
	color: var(--tb--main);
}

.footer-subcopy {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.8;
	color: #cbd5e1;
}

.footer-reg {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 12px;
	color: #cbd5e1;
}

.footer-reg a {
	color: inherit;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

.title h3 {
	font-weight: 700;
	letter-spacing: .2px;
}

.excerpt,
.excerpt-minic,
.widget,
.container-page,
.pageside,
.article,
.article-content {
	border-radius: 10px;
}

.excerpt,
.excerpt-minic,
.widget {
	border-color: rgba(148, 163, 184, .26) !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.excerpt:hover,
.excerpt-minic:hover,
.widget:hover {
	box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.content > .title.excerpts-title {
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.content > .title.excerpts-title + .excerpt {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.content > .excerpt {
	margin-bottom: 0;
	border-radius: 0;
}

.content > .excerpt:first-of-type {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.content > .excerpt:last-of-type {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.content > .excerpt:not(:last-of-type) {
	border-bottom: 1px solid rgba(148, 163, 184, .2);
}

.pagination a,
.pagination span {
	border-radius: 10px;
	transition: all .22s ease;
}

.pagination a:hover,
.pagination a:focus {
	transform: translateY(-1px);
}

.footer {
	border-top: 1px solid rgba(148, 163, 184, .2);
	background: linear-gradient(180deg, #0f172a 0%, #0b1222 100%);
}

.dark-on .header-notice {
	background: linear-gradient(90deg, rgba(2, 6, 23, .95), rgba(15, 23, 42, .92));
	border-top-color: rgba(148, 163, 184, .2);
	border-bottom-color: rgba(148, 163, 184, .16);
	box-shadow: inset 0 1px 0 rgba(148, 163, 184, .08);
}

.dark-on .header-notice__item {
	color: #e2e8f0;
}

.dark-on .header-notice__link {
	background: var(--tb--main);
	color: #fff;
	box-shadow: 0 10px 20px rgba(2, 6, 23, .4);
}

.dark-on .header-notice__link:hover {
	opacity: 0.85;
}

.dark-on .site-search::before {
	background: rgba(2, 6, 23, .48);
}

.dark-on .site-search .site-search-form {
	background: linear-gradient(180deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .96));
	border-color: rgba(148, 163, 184, .18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.dark-on .site-search .site-search-form .search-input {
	background: rgba(15, 23, 42, .94);
	border-color: rgba(148, 163, 184, .24);
	color: #f8fafc;
}

.dark-on .site-search .site-search-form .search-input::placeholder {
	color: #94a3b8;
}

.dark-on .navto-search:hover,
.dark-on .navto-search:focus-visible,
.dark-on.search-on .navto-search {
	background: rgba(148, 163, 184, .12);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .12);
}

.dark-on .dux-popup-notice__icon-btn {
	box-shadow: 0 12px 30px rgba(2, 6, 23, 0.5);
}

.dark-on .dux-popup-notice__panel {
	background: linear-gradient(180deg, rgba(2, 6, 23, .98), rgba(15, 23, 42, .96));
	border-color: rgba(148, 163, 184, .18);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.dark-on .dux-popup-notice__close-x {
	background: rgba(148, 163, 184, 0.1);
	color: #94a3b8;
}

.dark-on .dux-popup-notice__close-x:hover {
	background: rgba(148, 163, 184, 0.2);
	color: #cbd5e1;
}

.dark-on .dux-popup-notice__title {
	color: #f8fafc;
}

.dark-on .dux-popup-notice__content {
	color: #cbd5e1;
}

.dark-on .dux-popup-notice__close {
	color: #94a3b8;
}

.dark-on .dux-popup-notice__close:hover {
	color: var(--tb--main);
}

.dark-on .dux-popup-notice__btn {
	box-shadow: 0 10px 24px rgba(2, 6, 23, .45);
}

.dark-on .footer-plus {
	border-bottom-color: rgba(148, 163, 184, .25);
}

.dark-on .footer-plus__title,
.dark-on .footer-copy,
.dark-on .footer-copy a {
	color: #fff;
}

.dark-on .footer-plus__desc,
.dark-on .footer-plus__contact,
.dark-on .footer-reg,
.dark-on .footer-subcopy {
	color: #e2e8f0;
}

.dark-on .footer-plus__menu a {
	color: #f1f5f9;
}

.dark-on .excerpt,
.dark-on .excerpt-minic,
.dark-on .widget {
	box-shadow: none;
	border-color: rgba(148, 163, 184, .22) !important;
}

.dark-on .footer {
	border-top-color: rgba(148, 163, 184, .18);
	background: linear-gradient(180deg, #020617 0%, #000814 100%);
}

@media (max-width: 782px) {
	.site-search {
		height: 100dvh !important;
	}

	.topbar {
		gap: 8px;
	}

	.topbar .topmenu {
		width: 100%;
	}

	.header-notice__inner {
		min-height: 34px;
	}
	
	.header-notice__icon svg {
		width: 16px;
		height: 16px;
	}

	.header-notice__item {
		font-size: 12px;
		padding-right: 48px;
		gap: 10px;
	}
	
	.header-notice__link {
		font-size: 11px;
		padding: 3px 10px;
	}

	.search-on .site-search {
		opacity: 1;
	}

	.site-search .container {
		padding-top: calc(var(--dux-search-offset, 50px) + 10px);
		padding-bottom: 18px;
	}

	.site-search .site-search-form {
		padding: 14px;
		border-radius: 16px;
	}

	.site-search .site-search-form .search-input {
		height: 46px;
		font-size: 14px;
	}

	.site-search .site-search-form .search-btn {
		width: 52px;
	}

	.dux-popup-notice {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	
	.dux-popup-notice__panel {
		width: 100%;
	}
	
	.dux-popup-notice__icon-btn {
		left: 12px;
		bottom: 12px;
		width: 50px;
		height: 50px;
	}
	
	.dux-popup-notice__icon-btn svg {
		width: 22px;
		height: 22px;
	}
	
	.dux-popup-notice__title {
		font-size: 16px;
	}
	
	.dux-popup-notice__title svg {
		width: 18px;
		height: 18px;
	}
	
	.dux-popup-notice__content {
		font-size: 13px;
	}
	
	.dux-popup-notice__btn {
		font-size: 13px;
		padding: 9px 14px;
	}
	
	.dux-popup-notice__close {
		font-size: 13px;
	}

	.footer-plus {
		grid-template-columns: 1fr;
		gap: 14px;
		padding-top: 18px;
	}

	.footer-plus__menu ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.site-search .container {
		padding-top: calc(var(--dux-search-offset, 50px) + 8px);
	}

	.site-search .site-search-form {
		padding: 12px;
	}

	.site-search .site-search-form .search-input {
		height: 42px;
		padding: 0 14px;
		font-size: 13px;
		border-radius: 12px 0 0 12px;
	}

	.site-search .site-search-form .search-btn {
		width: 48px;
		border-radius: 0 12px 12px 0;
	}
}
