.index-dashboard {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	min-width: 0;
	max-width: 100%;
}

.index-hero-card {
	position: relative;
	border-radius: 1.1rem;
	min-height: 220px;
	padding: 1.35rem 1.35rem 1.1rem;
	background-image:
		linear-gradient(120deg, rgba(20, 27, 55, 0.34), rgba(16, 19, 42, 0.54)),
		var(--portal-bg-image, none),
		linear-gradient(140deg, #87618b 0%, #6d669f 45%, #4d5f96 100%);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(48, 65, 120, 0.22);
}

.index-hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 52%);
	pointer-events: none;
}

.index-hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(248px, 300px);
	gap: 1.25rem;
	align-items: stretch;
}

.index-hero-left {
	min-width: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.index-hero-left-top {
	flex: 0 0 auto;
}

.index-hero-right {
	min-width: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.index-hero-datetime {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.92);
}

.index-hero-date {
	font-weight: 500;
}

.index-hero-time {
	font-weight: 650;
	letter-spacing: 0.03em;
	font-variant-numeric: tabular-nums;
}

.index-hero-tz {
	font-size: 0.84rem;
	opacity: 0.82;
}

.index-hero-intro {
	margin-top: 0.55rem;
}

.index-greeting {
	font-size: clamp(1.15rem, 2.4vw, 1.55rem);
	margin: 0;
	line-height: 1.45;
	font-weight: 650;
}

.index-greeting-tenure {
	margin: 0.3rem 0 0;
	font-size: clamp(0.95rem, 2vw, 1.08rem);
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.index-hero-weather {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	max-width: min(680px, 100%);
	margin-top: 0.75rem;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.88);
}

.index-hero-weather-icon {
	flex: 0 0 auto;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
}

.index-hero-weather-temp {
	flex: 0 0 auto;
	font-size: 1.05rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.index-hero-weather-desc {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.92);
}

.index-hero-weather-sep {
	flex: 0 0 auto;
	opacity: 0.45;
}

.index-hero-weather-city {
	flex: 0 0 auto;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
}

.index-hero-weather-meta {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.78);
}

.index-hero-left .index-search-card {
	width: 100%;
	max-width: min(680px, 100%);
	margin-top: auto;
	flex-shrink: 0;
}

.index-search-card {
	position: relative;
	z-index: 1;
	margin-top: 0;
	max-width: 680px;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.92);
	padding: 0.78rem;
	border: 1px solid rgba(220, 229, 248, 0.95);
	box-shadow: 0 8px 22px rgba(42, 57, 106, 0.12);
	--engine-accent: #5268e8;
}

.index-engine-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.55rem;
}

.index-engine-tabs button {
	border: 0;
	background: #ebeff9;
	color: #5f6f96;
	border-radius: 999px;
	padding: 0.28rem 0.62rem;
	font-size: 0.78rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
	border: 1px solid transparent;
}

.index-engine-tabs button:hover {
	transform: translateY(-1px);
	background: #dfe7fb;
}

.index-engine-tabs button.active {
	background: #5268e8;
	color: #fff;
	border-color: color-mix(in srgb, var(--engine-accent, #5268e8) 55%, #ffffff);
	box-shadow: 0 6px 16px color-mix(in srgb, var(--engine-accent, #5268e8) 28%, transparent);
}

.index-engine-tabs button img {
	width: 0.95rem;
	height: 0.95rem;
	border-radius: 999px;
}

.index-search-form {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	border: 1px solid #dce4f6;
	border-radius: 0.7rem;
	padding: 0.35rem 0.35rem 0.35rem 0.55rem;
	background: #fff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.index-search-form:focus-within {
	border-color: #bccbf1;
	box-shadow: 0 0 0 3px rgba(92, 114, 234, 0.14);
}

.index-search-form i {
	color: #90a0c5;
}

.index-search-form input {
	flex: 1;
	border: 0;
	outline: none;
	font-size: 0.89rem;
	color: #2a3551;
	background: transparent;
}

.index-search-form .index-search-submit {
	border-radius: 0.55rem;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 0.38rem 0.95rem;
	flex-shrink: 0;
}

.index-grid-top,
.index-grid-bottom {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1.1rem;
}

.index-grid-top .index-panel:first-child {
	grid-column: span 12;
}

.index-grid-bottom .index-panel {
	grid-column: span 6;
}

.index-grid-bottom .index-panel.index-panel-articles,
.index-grid-bottom .index-panel.index-panel-rss {
	grid-column: span 12;
}

.index-articles-cols {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.index-articles-cols > .index-list {
	grid-column: span 6;
	min-width: 0;
}

.index-panel {
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: 0 8px 22px rgba(76, 99, 167, 0.08);
	min-width: 0;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.index-panel:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(72, 92, 155, 0.13);
	border-color: #d8e1f4;
}

.index-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}

.index-panel-head h2 {
	font-size: 1rem;
	margin: 0;
	color: #2c3a59;
}

.index-panel-head a {
	text-decoration: none;
	font-size: 0.8rem;
	color: #6a7eb6;
}

.index-quick-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem 0.55rem;
}

.index-quick-item {
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	border: 0;
	background: transparent;
	border-radius: 0.65rem;
	padding: 0.45rem 0.42rem 0.5rem;
	text-decoration: none;
	color: #36466e;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.28rem;
	font-size: 0.76rem;
	transition: transform 0.16s ease, opacity 0.16s ease;
}

.index-quick-item:hover {
	transform: translateY(-1px);
	opacity: 0.88;
}

.index-quick-icon {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.index-quick-icon-wrap {
	width: fit-content;
	max-width: 56px;
	height: 44px;
	min-width: 44px;
	padding: 0 0.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.55rem;
	background: transparent;
	border: 0;
}

.index-quick-icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.index-quick-title {
	max-width: 5.5rem;
	text-align: center;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.72rem;
}

.index-fallback-badge {
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 0.42rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.64rem;
	font-weight: 700;
	color: #fff;
}

.index-todo-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.48rem;
}

.index-todo-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.48rem;
}

.index-dot {
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 999px;
	background: #5268e8;
	margin-top: 0.35rem;
}

.index-todo-main p {
	margin: 0;
	font-size: 0.86rem;
	color: #33425e;
}

.index-todo-main small {
	color: #8b9abd;
}

.index-mini-month {
	font-size: 0.8rem;
	color: rgba(228, 238, 255, 0.92);
	margin-bottom: 0.35rem;
}

.index-mini-week-head,
.index-mini-calendar {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.25rem;
}

.index-mini-week-head span {
	text-align: center;
	font-size: 0.72rem;
	color: rgba(215, 228, 255, 0.84);
}

.index-mini-day {
	min-height: 1.75rem;
	border: 1px solid rgba(212, 225, 255, 0.24);
	border-radius: 0.45rem;
	text-decoration: none;
	color: rgba(244, 248, 255, 0.9);
	background: rgba(255, 255, 255, 0.08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 0.78rem;
	transition: border-color 0.16s ease, background-color 0.16s ease;
}

.index-mini-day:hover {
	border-color: rgba(212, 225, 255, 0.44);
	background: rgba(255, 255, 255, 0.14);
}

.index-mini-day.is-muted {
	opacity: 0.45;
}

.index-mini-day.is-today {
	border-color: rgba(255, 255, 255, 0.78);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44) inset;
	font-weight: 700;
}

.index-mini-day em {
	font-style: normal;
	position: absolute;
	right: 0.22rem;
	top: 0.14rem;
	background: #5d74ee;
	color: #fff;
	border-radius: 999px;
	font-size: 0.62rem;
	padding: 0 0.24rem;
	line-height: 1.2;
}

.index-hero-calendar {
	border: 1px solid rgba(216, 228, 255, 0.3);
	background: rgba(34, 47, 86, 0.22);
	backdrop-filter: blur(5px);
	border-radius: 0.9rem;
	padding: 0.55rem 0.58rem;
}

.index-hero-today {
	border: 1px solid rgba(216, 228, 255, 0.28);
	background: rgba(28, 40, 78, 0.2);
	backdrop-filter: blur(5px);
	border-radius: 0.9rem;
	padding: 0.55rem 0.62rem;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.index-hero-today-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.45rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(238, 244, 255, 0.95);
}

.index-hero-today-head a {
	color: rgba(200, 218, 255, 0.88);
	font-size: 0.74rem;
	font-weight: 500;
	text-decoration: none;
}

.index-hero-today-head a:hover {
	text-decoration: underline;
}

.index-hero-todo-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.38rem;
	max-height: min(42vh, 220px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.index-hero-todo-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.42rem;
}

.index-hero-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: rgba(147, 168, 255, 0.95);
	margin-top: 0.32rem;
	flex-shrink: 0;
}

.index-hero-todo-main p {
	margin: 0;
	font-size: 0.8rem;
	color: rgba(244, 248, 255, 0.94);
	line-height: 1.35;
}

.index-hero-todo-main small {
	color: rgba(200, 214, 246, 0.82);
	font-size: 0.72rem;
}

.index-hero-empty {
	font-size: 0.78rem;
	color: rgba(200, 214, 246, 0.75);
	padding: 0.2rem 0;
}

.index-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
}

.index-list li {
	border: 1px solid #e7edf8;
	background: #f9fbff;
	border-radius: 0.62rem;
	padding: 0.52rem 0.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	transition: border-color 0.16s ease, background-color 0.16s ease;
}

.index-list li:hover {
	border-color: #d6e1f8;
	background: #f3f7ff;
}

.index-list a {
	min-width: 0;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.index-list strong {
	color: #2e3f64;
	font-size: 0.83rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-list span {
	color: #8d9bb9;
	font-size: 0.74rem;
}

.index-list em {
	font-style: normal;
	font-size: 0.74rem;
	color: #6f82b3;
	white-space: nowrap;
}

.index-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.index-tag-cloud a {
	text-decoration: none;
	background: #eff3ff;
	border: 1px solid #dee7ff;
	color: #4f63a9;
	padding: 0.28rem 0.52rem;
	border-radius: 999px;
	font-size: 0.76rem;
	transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.index-tag-cloud a:hover {
	transform: translateY(-1px);
	background: #e5edff;
	border-color: #cfdcff;
}

.index-tag-cloud span {
	opacity: 0.8;
}

.index-progress {
	background: #edf2fc;
	height: 0.44rem;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 0.7rem;
}

.index-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #6378f2, #728cfb);
}

.index-list-compact li > div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

/* RSS：网格卡片，大屏一行 4 个，左图右文，卡片间距由 gap 控制 */
.index-panel.index-panel-rss {
	padding: 0;
	overflow: hidden;
}

.index-panel.index-panel-rss .index-panel-head {
	padding: 1rem 1.05rem 0.72rem;
	margin-bottom: 0;
	border-bottom: 1px solid #e6ecf7;
}

.index-rss-feed {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	padding: 0.85rem 1rem 1rem;
	min-height: 0;
	align-items: stretch;
}

.index-rss-feed-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 0.35rem 0 0.15rem;
}

.index-rss-card {
	display: flex;
	align-items: stretch;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.65rem 0.72rem;
	border-radius: 0.85rem;
	border: 1px solid #dde6f4;
	background: #fafcfe;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
}

.index-rss-card:hover {
	border-color: #c5d3ef;
	background: #fff;
	box-shadow: 0 6px 16px rgba(76, 99, 167, 0.09);
}

.index-rss-card-media {
	flex: 0 0 auto;
	width: 3.85rem;
	min-width: 3.85rem;
	min-height: 4.25rem;
	border-radius: 0.5rem;
	background: #e8f0fc;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index-rss-card-media--empty {
	background: linear-gradient(145deg, #e6ebf8, #f1f5fd);
}

.index-rss-card-media-fallback {
	display: none;
	font-size: 1.25rem;
	color: #8a9fd4;
}

.index-rss-card-media--empty .index-rss-card-media-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.index-rss-card-thumb {
	width: 100%;
	height: 100%;
	min-height: 4.25rem;
	object-fit: cover;
	display: block;
}

.index-rss-card-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.index-rss-card-title {
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.35;
	color: #2e3f64;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-rss-card-summary {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.45;
	color: #5a6b8f;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 0;
}

.index-rss-card-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: 0.2rem;
}

.index-rss-card-meta {
	font-size: 0.7rem;
	color: #7a8cb8;
}

.index-rss-card-source {
	font-size: 0.7rem;
	font-weight: 600;
	color: #5268c8;
	text-align: right;
}

.index-empty {
	font-size: 0.82rem;
	color: #8f9fbe;
}

@media (max-width: 1199.98px) {
	.index-rss-feed {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.index-grid-top .index-panel:first-child,
	.index-grid-bottom .index-panel {
		grid-column: span 12;
	}
}

@media (max-width: 768px) {
	.index-hero-card {
		padding: 1rem 0.85rem 0.9rem;
		max-width: 100%;
	}

	.index-hero-layout {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.index-hero-intro .index-greeting {
		font-size: clamp(1.35rem, 5.5vw, 1.85rem);
		word-break: break-word;
	}

	.index-engine-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 0.15rem;
	}

	.index-engine-tabs::-webkit-scrollbar {
		display: none;
	}

	.index-engine-tabs button {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.index-search-form input {
		min-width: 0;
		font-size: 16px;
	}

	.index-search-form .index-search-submit {
		flex: 0 0 auto;
		white-space: nowrap;
		padding: 0.38rem 0.75rem;
	}

	.index-hero-left .index-search-card {
		margin-top: 0.85rem;
	}

	.index-hero-weather {
		max-width: none;
	}

	.index-quick-title {
		max-width: 4.8rem;
	}

	.index-grid-top,
	.index-grid-bottom {
		gap: 0.85rem;
	}

	.index-panel {
		padding: 0.82rem;
	}

	.index-panel.index-panel-rss {
		padding: 0;
	}

	.index-rss-feed {
		grid-template-columns: 1fr;
		padding: 0.75rem 0.82rem 0.9rem;
		gap: 0.75rem;
	}

	.index-articles-cols > .index-list {
		grid-column: span 12;
	}
}

/* 首页暗色主题覆盖（解决白底卡片/输入框） */
[data-bs-theme="dark"] .index-panel {
	background: #171f31;
	border-color: #2b3858;
	box-shadow: 0 8px 22px rgba(8, 12, 22, 0.38);
}

[data-bs-theme="dark"] .index-panel:hover {
	border-color: #3a4d77;
	box-shadow: 0 14px 30px rgba(8, 12, 22, 0.48);
}

[data-bs-theme="dark"] .index-panel-head h2 {
	color: #e6eeff;
}

[data-bs-theme="dark"] .index-panel-head a {
	color: #9fb6ec;
}

[data-bs-theme="dark"] .index-search-card {
	background: rgba(22, 32, 52, 0.9);
	border-color: rgba(148, 163, 184, 0.18);
	box-shadow: 0 8px 22px rgba(6, 10, 20, 0.35);
}

[data-bs-theme="dark"] .index-engine-tabs button {
	background: rgba(255, 255, 255, 0.05);
	color: #b8c9ef;
	border-color: rgba(148, 163, 184, 0.14);
}

[data-bs-theme="dark"] .index-engine-tabs button:hover {
	background: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .index-engine-tabs button.active {
	color: #fff;
	background: linear-gradient(
		135deg,
		color-mix(in srgb, var(--engine-accent, #647fd6) 84%, #ffffff 16%),
		color-mix(in srgb, var(--engine-accent, #647fd6) 68%, #0f172a 32%)
	);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 14px color-mix(in srgb, var(--engine-accent, #647fd6) 24%, transparent);
}

[data-bs-theme="dark"] .index-search-form {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(148, 163, 184, 0.2);
}

[data-bs-theme="dark"] .index-search-form:focus-within {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(124, 147, 232, 0.42);
	box-shadow: 0 0 0 3px rgba(87, 122, 216, 0.14);
}

[data-bs-theme="dark"] .index-search-form i {
	color: #8ea3d1;
}

[data-bs-theme="dark"] .index-search-form input {
	color: #e8efff;
	background: transparent;
	caret-color: #e8efff;
}

[data-bs-theme="dark"] .index-search-form input:-webkit-autofill,
[data-bs-theme="dark"] .index-search-form input:-webkit-autofill:hover,
[data-bs-theme="dark"] .index-search-form input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px rgba(22, 32, 52, 0.96) inset;
	-webkit-text-fill-color: #e8efff;
	transition: background-color 9999s ease-out 0s;
}

[data-bs-theme="dark"] .index-search-form input::placeholder {
	color: #8ea3d1;
}

[data-bs-theme="dark"] .index-search-form .index-search-submit {
	--btn-shiny-bg: #0b1220;
	--btn-shiny-bg-subtle: #1e293b;
}

[data-bs-theme="dark"] .index-list li {
	border-color: #2b3b5e;
	background: #1a2438;
}

[data-bs-theme="dark"] .index-list li:hover {
	border-color: #39507e;
	background: #1e2b44;
}

[data-bs-theme="dark"] .index-list strong {
	color: #dee8ff;
}

[data-bs-theme="dark"] .index-list span {
	color: #8ea2cd;
}

[data-bs-theme="dark"] .index-list em {
	color: #9eb3df;
}

[data-bs-theme="dark"] .index-tag-cloud a {
	background: #24334f;
	border-color: #374b72;
	color: #b8caf5;
}

[data-bs-theme="dark"] .index-tag-cloud a:hover {
	background: #2c3d60;
	border-color: #4a6393;
}

[data-bs-theme="dark"] .index-progress {
	background: #1f2b45;
}

[data-bs-theme="dark"] .index-panel.index-panel-rss .index-panel-head {
	border-bottom-color: #2c3a58;
}

[data-bs-theme="dark"] .index-rss-card {
	border-color: #2f4267;
	background: #171f31;
}

[data-bs-theme="dark"] .index-rss-card:hover {
	border-color: #4a6393;
	background: #1c263b;
	box-shadow: 0 6px 16px rgba(8, 12, 22, 0.35);
}

[data-bs-theme="dark"] .index-rss-card-media {
	background: #24334f;
}

[data-bs-theme="dark"] .index-rss-card-media--empty {
	background: linear-gradient(145deg, #1f2d4a, #24334f);
}

[data-bs-theme="dark"] .index-rss-card-media-fallback {
	color: #7c92d4;
}

[data-bs-theme="dark"] .index-rss-card-title {
	color: #dce7ff;
}

[data-bs-theme="dark"] .index-rss-card-summary {
	color: #90a5d3;
}

[data-bs-theme="dark"] .index-rss-card-meta {
	color: #7d8eb8;
}

[data-bs-theme="dark"] .index-rss-card-source {
	color: #9eb4f5;
}

[data-bs-theme="dark"] .index-empty {
	color: #90a5d3;
}
