/* 关注 · 短讯列表 / 详情 */

.mj-focus-page {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 1rem 2rem;
	overflow-x: clip;
}

.mj-focus {
	min-width: 0;
	padding: 1.5rem 0 1rem;
}

.mj-focus-header {
	margin-bottom: 1.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #212529;
}

.mj-focus-header h1 {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 0.25rem;
}

.mj-focus-header .lead {
	font-size: 0.9rem;
	margin: 0;
}

.mj-focus-nav a {
	color: #6c757d;
	text-decoration: none;
}

.mj-focus-nav a:hover {
	color: #0d6efd;
	text-decoration: underline;
}

.mj-focus-item {
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	min-width: 0;
	scroll-margin-top: 1.5rem;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.mj-focus-item:last-child {
	border-bottom: none;
}

.mj-focus-item-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.mj-focus-item-link:link,
.mj-focus-item-link:visited {
	color: inherit;
	text-decoration: none;
}

.mj-focus-item-link:hover .mj-focus-title {
	color: #0d6efd;
}

.mj-focus-time {
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.8rem;
	color: #6c757d;
	margin-bottom: 0.35rem;
}

.mj-focus-title {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0 0.65rem;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.mj-focus-detail .mj-focus-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.mj-focus-badge {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.2em 0.4em;
	margin-right: 0.35em;
	vertical-align: 0.12em;
	color: #9a3412;
	background: rgba(253, 186, 116, 0.55);
	border-radius: 0.2rem;
}

.mj-focus-meta {
	font-size: 0.8rem;
	color: #6c757d;
	margin: 0 0 0.75rem;
}

.mj-focus-meta-sep {
	margin: 0 0.25rem;
}

.mj-focus-body {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #343a40;
	overflow-wrap: anywhere;
	word-break: break-word;
	min-width: 0;
}

.mj-focus-body img,
.mj-focus-body table,
.mj-focus-body pre {
	max-width: 100%;
}

.mj-focus-body > :first-child {
	margin-top: 0;
}

.mj-focus-body > :last-child {
	margin-bottom: 0;
}

.mj-focus-update {
	margin-top: 1rem;
	padding: 0.85rem 0 0 2rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.12);
	scroll-margin-top: 1.5rem;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.mj-focus-update-label {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	color: #c2410c;
}

.mj-focus-update-label strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, rgba(253, 186, 116, 0.55) 60%);
	padding: 0 0.1em;
}

/* 锚点高亮：详情页跟进块 + 列表时间线条目 */
.mj-focus-update:target,
.mj-focus-update.is-highlight,
.mj-focus-item:target,
.mj-focus-item.is-highlight {
	background: rgba(253, 186, 116, 0.28);
	box-shadow: inset 3px 0 0 #c2410c;
	border-radius: 0.25rem;
}

.mj-focus-update:target,
.mj-focus-update.is-highlight {
	padding: 0.85rem 0.85rem 0.85rem calc(2rem + 0.25rem);
	border-top-color: transparent;
}

.mj-focus-item:target,
.mj-focus-item.is-highlight {
	padding: 1.25rem 0.85rem;
	margin: 0 -0.85rem;
	border-bottom-color: transparent;
}

[data-bs-theme='dark'] .mj-focus-header {
	border-bottom-color: #adb5bd;
}

[data-bs-theme='dark'] .mj-focus-item {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme='dark'] .mj-focus-body {
	color: #ced4da;
}

[data-bs-theme='dark'] .mj-focus-update {
	border-top-color: rgba(255, 255, 255, 0.15);
}

[data-bs-theme='dark'] .mj-focus-update-label {
	color: #fdba74;
}

[data-bs-theme='dark'] .mj-focus-update-label strong {
	background: linear-gradient(transparent 60%, rgba(194, 65, 12, 0.45) 60%);
}

[data-bs-theme='dark'] .mj-focus-item-link:hover .mj-focus-title {
	color: #6ea8fe;
}

[data-bs-theme='dark'] .mj-focus-badge {
	color: #fdba74;
	background: rgba(194, 65, 12, 0.45);
}

[data-bs-theme='dark'] .mj-focus-update:target,
[data-bs-theme='dark'] .mj-focus-update.is-highlight,
[data-bs-theme='dark'] .mj-focus-item:target,
[data-bs-theme='dark'] .mj-focus-item.is-highlight {
	background: rgba(194, 65, 12, 0.35);
	box-shadow: inset 3px 0 0 #fdba74;
}
