/* ========== Plain主题侧边栏样式 ========== */

/* 主内容区域布局调整 */
.content-with-sidebar {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.main-content {
	flex: 1;
	min-width: 0;
}
/* 幻灯片在侧边栏布局中的样式调整 */
.content-with-sidebar .index_slide,.content-with-sidebar .slide_card {
	margin-left: 1rem;
	margin-right: 0;
	margin-top: 0;
}
/* 文章列表在侧边栏布局中的样式调整 */
.content-with-sidebar .main-content .index_card,.content-with-sidebar .main-content .index_list {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
/* 也处理普通的index_list（非卡片模式） */
.content-with-sidebar .index_list {
	margin-right: 0 !important;
}
/* 分类页面communal和communal_card在主内容区域内，与文章列表对齐 */
.content-with-sidebar .main-content .communal,.content-with-sidebar .main-content .communal_card {
	margin-left: 1rem !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0.75rem !important;
}
/* 文章页和页面的卡片风格 */
.content-with-sidebar .content_top {
	margin-left: 1rem;
	margin-right: 0;
	margin-top: 0;
}

.content-with-sidebar .post.match_bg,.content-with-sidebar .public {
	background: var(--bg-color,#fff);
	border-radius: 6px;
	border: 1px solid #eff2f9;
}
/* time分类文章的palbum卡片样式 */
body .content_top .post.match_bg .palbum {
	margin: 0 0 1.5rem 0;
	border-radius: 6px;
	overflow: hidden;
}

body .content_top .post.match_bg .palbum_img {
	border-radius: 6px;
	overflow: hidden;
}

body .content_top .post.match_bg .palbum_filter {
	border-radius: 6px;
}
/* time分类文章的相册网格样式 */
body .content_top .post.match_bg .song .photos_album {
	background: var(--bg-color,#fff);
	border-radius: 6px;
	margin: 1rem 0;
}
/* 夜间模式 */
.dark body .content_top .post.match_bg .song .photos_album {
	background: #1e2b33 !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
	border: 1px solid #384e5c !important;
}
/* 个人动态页（say页面）的卡片样式 */
.content-with-sidebar .public {
	margin-right: 0;
	margin-top: 0;
}
/* 确保文章内容区域有适当的内边距 */
.content-with-sidebar .post.match_bg .post_text,.content-with-sidebar .post.match_bg .words {
	padding: 1rem;
}

.content-with-sidebar .post.match_bg .post_tags,.content-with-sidebar .post.match_bg .post_tools {
	padding-left: 1rem;
	padding-right: 1rem;
}
/* 评论区卡片风格 */
.content-with-sidebar .post_comments {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eff2f9;
	margin-top: 0.75rem;
	padding: 1rem;
}
/* 文章导航卡片风格 */
.content-with-sidebar .post_navigation {
	background: var(--bg-color,#fff);
	border-radius: 6px;
	border: 1px solid #eff2f9;
	margin-top: 0.75rem;
}
/* 侧边栏 */
.sidebar {
	width: 280px;
	margin-left: 0.75rem;
	margin-right: 1rem;
	margin-top: 0;
	flex-shrink: 0;
}
/* 公告栏和面包屑导航卡片风格 */
.notice-bar,.breadcrumb-bar {
	max-width: 1200px !important;
	margin: 0.75rem 1rem !important;
	margin-left: 1rem !important;
	margin-right: 1rem !important;
	padding: 10px 1rem !important;
	border-radius: 6px !important;
	border: 1px solid #eff2f9 !important;
	background: #fff !important;
}
/* 开启侧边栏时，公告栏和面包屑导航需要额外的左右内边距 */
.notice-bar.sidebar-enabled,.breadcrumb-bar.sidebar-enabled {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
/* Header卡片风格 */
body #headers {
	max-width: 1200px !important;
	margin: 0.75rem 1rem !important;
	border-radius: 6px !important;
	border: 1px solid #eff2f9 !important;
	overflow: visible !important;
}
/* 友链、留言、关于页面的卡片样式 */
body .content_top .public,body .content_top .post.match_bg,body .content_top .album_list {
	background: var(--bg-color,#fff);
	border-radius: 6px;
	border: 1px solid #eff2f9
}
/* 开启侧边栏时，移除文章卡片的 padding */
.content-with-sidebar .content_top .post.match_bg {
	padding: 0 !important;
}
/* 只为没有侧边栏的页面添加padding */
body .content_top:not(.content-with-sidebar):not(.content-with-sidebar .content_top) {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

body .content_top .post_comments {
	border-radius: 6px;
	border: 1px solid #eff2f9;
	margin-top: 0.75rem;
	padding: 1rem;
}
/* time.php和image.php相册页面的头部样式 */
body .album_public {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}
/* communal_card卡片样式 - 不添加padding，让背景图充满 */
body .communal.communal_card {
	max-width: calc(1200px - 2rem) !important;
	margin: 0 1rem 0.75rem 1rem !important;
	padding: 0 !important;
}
/* 在有侧边栏的布局中，communal_card需要左边距 */
.content-with-sidebar .main-content .communal.communal_card {
	max-width: 100% !important;
	margin-left: 1rem !important;
	margin-right: 0 !important;
	padding: 0 !important;
}
/* 修复communal_card的背景图片充满问题 */
.communal_card .communal_box {
	overflow: hidden;
	border-radius: 6px;
}

.communal_card .communal_box_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.communal_card .communal_box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 夜间模式 */
.dark body .content_top .public,.dark body .content_top .post.match_bg,.dark body .content_top .album_list,.dark body .content_top .post_comments {
	background: #1e2b33 !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
	border: 1px solid #384e5c !important;
}
/* 夜间模式 - 相册图片网格容器（额外确保） */
.normal.dark body .content_top .post.match_bg .song .photos_album,body.dark .content_top .post.match_bg .song .photos_album,.dark .content_top .post.match_bg .song .photos_album {
	background: #1e2b33 !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
	border: 1px solid #384e5c !important;
}
/* 公告栏内容区域宽度调整 */
.notice-bar .notice-content,.breadcrumb-bar .breadcrumb-content {
	flex: 1;
	padding-right: 1rem;
}
/* 侧边栏组件 - 与主题卡片风格一致 */
.sidebar-widget {
	background: var(--bg-color,#fff);
	border-radius: 6px;
	padding: 1rem;
	margin-bottom: 0.75rem;
	border: 1px solid #eff2f9;
}
/* 作者卡片 */
.author-card {
	text-align: center;
}

.author-card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.author-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 1rem;
	border: 3px solid #eff2f9;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-name {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--text-color,#333);
	margin: 0 0 0.75rem 0;
}

.author-bio {
	font-size: 0.875rem;
	color: #7a8b9a;
	line-height: 1.6;
	margin: 0 0 1rem 0;
}

.author-social {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f9fafb;
	border: 1px solid #eff2f9;
	transition: all 0.3s;
	text-decoration: none;
}

.social-link:hover {
	background: var(--dark-green,#00a67c);
	border-color: var(--dark-green,#00a67c);
	transform: translateY(-2px);
}

.social-link i {
	font-size: 1.125rem;
	color: #52525c;
}

.social-link:hover i {
	color: #fff;
}

.social-link img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
/* 第一个侧边栏组件没有上边距 */
.sidebar-widget:first-child {
	margin-top: 0;
}
/* 侧边栏标题 */
.sidebar-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--text-color,#333);
	margin: 0 0 1rem 0;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #eff2f9;
	position: relative;
}

.sidebar-title::after {
	content: "";
	left: 0;
	width: 2rem;
	height: 2px;
	bottom: -2px;
	position: absolute;
	background-color: var(--dark-green,#00a67c);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar-widget:hover .sidebar-title::after {
	width: 3rem;
}
/* 确保在match主题下也显示 */
.match .sidebar-title::after {
	background-color: var(--dark-green,#00a67c) !important;
}
/* 侧边栏内容 */
.sidebar-content {
	font-size: 0.875rem;
	line-height: 1.8;
}
/* 网站统计 */
.site-stats {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.75rem;
}

.site-stats li {
	padding: 0.75rem;
	background: #f9fafb;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #eff2f9;
}

.stats-label {
	display: block;
	color: #7a8b9a;
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}

.stats-value {
	display: block;
	color: var(--dark-green,#00a67c);
	font-weight: 600;
	font-size: 1.25rem;
}
/* 响应式：小屏幕改为2列 */
@media (max-width:1200px) {
	.site-stats {
		grid-template-columns: repeat(2,1fr);
	}
}/* 最近回复 */
.recent-comments {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-item {
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #eff2f9;
}

.comment-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--text-color,#333);
}

.comment-item a:hover {
	color: var(--dark-green,#00a67c);
}

.comment-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 0.75rem;
	border: 1px solid #eff2f9;
}

.comment-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment-info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.comment-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
}

.comment-author {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--text-color,#333);
	line-height: 1.4;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.comment-date {
	font-size: 0.75rem;
	color: #999;
	flex-shrink: 0;
}

.comment-excerpt {
	font-size: 0.8125rem;
	color: #7a8b9a;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 热门文章 - 新样式（与最新文章一致） */
.hot-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hot-posts li {
	margin-bottom: 0;
	border-bottom: 1px solid #eff2f9;
}

.hot-posts li:last-child {
	border-bottom: none;
}

.hot-posts a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #52525c;
	padding: 0.55rem 0;
	font-size: 0.875rem;
	gap: 0.75rem;
	transition: all 0.3s;
}

.hot-posts a:hover {
	color: var(--dark-green,#00a67c);
}

.hot-posts .post-title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
	position: relative;
	padding-left: 0.75rem;
	min-width: 0;
}

.hot-posts .post-title::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #999;
	font-weight: 400;
}

.hot-posts .post-date {
	flex-shrink: 0;
	font-size: 0.8125rem;
	color: #999;
	font-weight: 400;
	min-width: 80px;
	text-align: right;
	white-space: nowrap;
}

/* 归档、其它链接 */
.archive-list,.other-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-list li,.other-links li {
	margin-bottom: 0.5rem;
}

.archive-list li:last-child,.other-links li:last-child {
	margin-bottom: 0;
}

.archive-list a,.other-links a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #52525c;
	padding: 0.3rem 0;
	font-size: 0.875rem;
}

.archive-list a:hover,.other-links a:hover {
	color: var(--dark-green,#00a67c);
}

.archive-list a i,.other-links a i {
	margin-right: 0.5rem;
	font-size: 0.875rem;
}

/* 最新文章 - 新样式 */
.recent-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recent-posts li {
	margin-bottom: 0;
	border-bottom: 1px solid #eff2f9;
}

.recent-posts li:last-child {
	border-bottom: none;
}

.recent-posts a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #52525c;
	padding: 0.75rem 0;
	font-size: 0.875rem;
	gap: 0.75rem;
	transition: all 0.3s;
}

.recent-posts a:hover {
	color: var(--dark-green,#00a67c);
}

.recent-posts .post-title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
	position: relative;
	padding-left: 0.75rem;
	min-width: 0;
}

.recent-posts .post-title::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #999;
	font-weight: 400;
}

.recent-posts .post-date {
	flex-shrink: 0;
	font-size: 0.8125rem;
	color: #999;
	font-weight: 400;
	min-width: 80px;
	text-align: right;
	white-space: nowrap;
}
/* 标签云 */
.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tag-item {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	background: #f9fafb;
	border-radius: 6px;
	text-decoration: none;
	color: #52525c;
	font-size: 0.875rem;
	border: 1px solid #eff2f9;
}

.tag-item:hover {
	color: var(--dark-green,#00a67c);
	border-color: var(--dark-green,#00a67c);
}
/* 标签大小 */
.tag-size-5 {
	font-size: 0.75rem;
}

.tag-size-10 {
	font-size: 0.875rem;
}

.tag-size-20 {
	font-size: 0.9375rem;
}

.tag-size-30 {
	font-size: 1rem;
	font-weight: 500;
}
/* 空提示 */
.empty-tip {
	text-align: center;
	color: #7a8b9a;
	font-size: 0.875rem;
	margin: 0;
	padding: 1rem 0;
}
/* 响应式设计 */
@media (max-width:1024px) {
	.content-with-sidebar {
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
		margin-left: 1rem;
		margin-right: 1rem;
		margin-top: 1rem;
	}

	.sidebar-widget {
		margin-bottom: 0.75rem;
	}
}

@media (max-width:768px) {
	.sidebar {
		display: none;
	}
/* 手机端有侧边栏时，communal_card右侧必须有留白 */
	.content-with-sidebar .main-content .communal.communal_card {
		margin-right: 1rem !important;
	}

	.sidebar-widget {
		padding: 0.875rem;
	}

	.sidebar-title {
		font-size: 0.9375rem;
	}

	.comment-avatar {
		width: 32px;
		height: 32px;
	}
}/* 夜间模式适配 */
.dark .sidebar-widget {
	background: #1e2b33;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	border-color: #384e5c;
}

.dark .author-avatar {
	border-color: #384e5c;
}

.dark .author-name {
	color: #9bbace;
}

.dark .author-bio {
	color: #9bbace;
}

.dark .social-link {
	background: #384e5c;
	border-color: #384e5c;
}

.dark .social-link:hover {
	background: #3887b9;
	border-color: #3887b9;
}

.dark .social-link i {
	color: #9bbace;
}

.dark .social-link:hover i {
	color: #fff;
}

.dark .sidebar-title {
	color: #9bbace;
	border-bottom-color: #384e5c;
}

.dark .sidebar-title::after {
	background-color: #3887b9 !important;
}

.dark .site-stats li {
	background: #384e5c;
	border-color: #384e5c;
}

.dark .stats-label {
	color: #9bbace;
}

.dark .stats-value {
	color: #3887b9;
}

.dark .comment-item {
	border-bottom-color: #384e5c;
}

.dark .comment-item a {
	color: #9bbace;
}

.dark .comment-item a:hover {
	color: #3887b9;
}

.dark .comment-item a:hover .comment-author {
	color: #3887b9;
}

.dark .comment-avatar {
	border-color: #384e5c;
}

.dark .comment-author {
	color: #9bbace;
}

.dark .comment-excerpt {
	color: #7a8e9c;
}

.dark .comment-date {
	color: #7a8e9c;
}

.dark .hot-posts li {
	border-bottom-color: #384e5c;
}

.dark .hot-posts a {
	color: #9bbace;
}

.dark .hot-posts a:hover {
	color: #3887b9;
}

.dark .hot-posts .post-date {
	color: #7a8e9c;
}

.dark .archive-list a,.dark .other-links a {
	color: #9bbace;
}

.dark .archive-list a:hover,.dark .other-links a:hover {
	color: #3887b9;
}

.dark .recent-posts li {
	border-bottom-color: #384e5c;
}

.dark .recent-posts a {
	color: #9bbace;
}

.dark .recent-posts a:hover {
	color: #3887b9;
}

.dark .recent-posts .post-date {
	color: #7a8e9c;
}

.dark .tag-item {
	background: #384e5c;
	color: #9bbace;
	border-color: #384e5c;
}

.dark .tag-item:hover {
	color: #3887b9;
	border-color: #3887b9;
}

.dark .empty-tip {
	color: #9bbace;
}
/* 夜间模式下的文章页卡片 */
.dark .content-with-sidebar .post.match_bg,.dark .content-with-sidebar .public,.dark .content-with-sidebar .post_comments,.dark .content-with-sidebar .post_navigation {
	background: #1e2b33;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	border-color: #384e5c;
}
/* 夜间模式下的公告栏和面包屑导航 */
.dark .notice-bar,.dark .breadcrumb-bar {
	background: #1e2b33 !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
	border-color: #384e5c !important;
}
/* 夜间模式下的Header */
.dark body #headers {
	border: 1px solid #384e5c !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
}

.dark #headers {
	border: 1px solid #384e5c !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
}
/* 夜间模式下的Footer */
.dark #footer {
	background: #1e2b33 !important;
	border: 1px solid #384e5c !important;
	border-top: 1px solid #384e5c !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
	color: #9bbace !important;
}

.dark body #footer {
	background: #1e2b33 !important;
	border: 1px solid #384e5c !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
}

.dark #footer a {
	color: #9bbace !important;
}

.dark #footer a:hover {
	color: #3887b9 !important;
}

.dark #footer .synopsis {
	color: #9bbace !important;
}
/* 微信二维码弹出层 */
.wechat-wrapper {
	position: relative;
	display: inline-block;
}

.wechat-qr-popup {
	position: absolute;
	bottom: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--bg-color,#fff);
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	min-width: 180px;
	text-align: center;
}

.wechat-wrapper:hover .wechat-qr-popup {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 8px);
}

.wechat-qr-arrow {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--bg-color,#fff);
}

.wechat-qr-popup img {
	width: 160px;
	height: 160px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
}

.wechat-qr-text {
	margin-top: 8px;
	font-size: 0.75rem;
	color: #666;
}
/* 微信图标样式 */
.author-social .wechat-link {
	cursor: pointer;
}

.author-social .wechat-link:hover {
	transform: scale(1.1);
}
/* 抖音二维码弹出层 */
.douyin-wrapper {
	position: relative;
	display: inline-block;
}

.douyin-qr-popup {
	position: absolute;
	bottom: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--bg-color,#fff);
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	min-width: 180px;
	text-align: center;
}

.douyin-wrapper:hover .douyin-qr-popup {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 8px);
}

.douyin-qr-arrow {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--bg-color,#fff);
}

.douyin-qr-popup img {
	width: 160px;
	height: 160px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
}

.douyin-qr-text {
	margin-top: 8px;
	font-size: 0.75rem;
	color: #666;
}
/* 抖音图标样式 */
.author-social .douyin-link {
	cursor: pointer;
}

.author-social .douyin-link:hover {
	transform: scale(1.1);
}
/* 夜间模式 */
.dark .wechat-qr-popup,.dark .douyin-qr-popup {
	background: #1e2b33;
	box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.dark .wechat-qr-arrow,.dark .douyin-qr-arrow {
	border-top-color: #1e2b33;
}

.dark .wechat-qr-text,.dark .douyin-qr-text {
	color: #7a8e9c;
}

/* ========== 时光飞逝模块样式 ========== */
.time-progress-widget .time-progress-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.time-progress-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.time-progress-item .title {
	font-size: 13px;
	color: #666;
	font-weight: 400;
}

.time-progress-item .title span {
	font-weight: 600;
	color: #333;
}

.time-progress-item .progress {
	position: relative;
	width: 100%;
	height: 15px;
	background: #f0f0f0;
	border-radius: 6px;
	overflow: hidden;
}

.time-progress-item .progress-inner {
	height: 100%;
	border-radius: 6px;
	transition: width 1s ease-out;
	position: relative;
	overflow: hidden;
}

/* 进度条动态条纹效果 */
.time-progress-item .progress-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.3),
		transparent
	);
	animation: progress-shine 2s infinite;
}

@keyframes progress-shine {
	0% {
		left: -100%;
	}
	100% {
		left: 200%;
	}
}

/* 不同进度条的颜色 - 使用斜纹样式（淡色版） */
.time-progress-day {
	background: #e3f4ff;
	background-image: linear-gradient(135deg, #a8d8ff 25%, transparent 25%, transparent 50%, #a8d8ff 50%, #a8d8ff 75%, transparent 75%, transparent 100%);
	background-size: 30px 30px;
}

.time-progress-week {
	background: #fff4d9;
	background-image: linear-gradient(135deg, #ffe4a3 25%, transparent 25%, transparent 50%, #ffe4a3 50%, #ffe4a3 75%, transparent 75%, transparent 100%);
	background-size: 30px 30px;
}

.time-progress-month {
	background: #ffe5e5;
	background-image: linear-gradient(135deg, #ffb3b3 25%, transparent 25%, transparent 50%, #ffb3b3 50%, #ffb3b3 75%, transparent 75%, transparent 100%);
	background-size: 30px 30px;
}

.time-progress-year {
	background: #e8f5e3;
	background-image: linear-gradient(135deg, #b8e6a8 25%, transparent 25%, transparent 50%, #b8e6a8 50%, #b8e6a8 75%, transparent 75%, transparent 100%);
	background-size: 30px 30px;
}

.time-progress-item .progress-percentage {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: 600;
	color: #333;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

/* 暗色模式适配 */
.dark .time-progress-item .title {
	color: #aaa;
}

.dark .time-progress-item .title span {
	color: #ddd;
}

.dark .time-progress-item .progress {
	background: #2a2a2a;
}

.dark .time-progress-item .progress-percentage {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
