.preors-policy-box {
	margin: 0 0 24px;
	padding: 18px 20px 20px;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #d72638;
	border-radius: 8px;
	background: #fff;
	color: #1f2933;
}

.preors-policy-box__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef0f3;
}

.preors-policy-box__head strong {
	font-size: 16px;
	line-height: 1.4;
	color: #101820;
}

.preors-policy-box__source {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 12px;
	border-radius: 4px;
	background: #101820;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	white-space: nowrap;
}

.preors-policy-box__source:hover {
	background: #d72638;
	color: #fff;
}

.preors-policy-box__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
	margin: 0;
}

.preors-policy-box__item {
	min-width: 0;
}

.preors-policy-box__item dt {
	margin: 0 0 4px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.4;
}

.preors-policy-box__item dd {
	margin: 0;
	color: #1f2933;
	font-size: 14px;
	line-height: 1.65;
	word-break: break-word;
}

.preors-home {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-home__lead {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) 360px;
	gap: 20px;
	align-items: stretch;
}

.preors-home-headline,
.preors-home-section {
	min-width: 0;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-home-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.preors-home-section__head h2 {
	position: relative;
	margin: 0;
	padding-left: 12px;
	color: #101820;
	font-size: 18px;
	line-height: 1.4;
}

.preors-home-section__head h2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 16px;
	margin-top: -8px;
	border-radius: 4px;
	background: #d72638;
}

.preors-home-headline__thumb {
	display: block;
	overflow: hidden;
	margin: -18px -18px 16px;
	aspect-ratio: 16 / 9;
	background: #f6f7f9;
	border-radius: 8px 8px 0 0;
}

.preors-home-headline__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-home-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.4;
}

.preors-home-meta span {
	color: #d72638;
}

.preors-home-headline__title {
	display: block;
	margin-bottom: 10px;
	color: #101820;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.preors-home-headline__title:hover,
.preors-home-list__title:hover {
	color: #d72638;
}

.preors-home-headline p {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}

.preors-home-list,
.preors-home-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-home-list li,
.preors-home-timeline li {
	padding: 0 0 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #eef0f3;
}

.preors-home-list li:last-child,
.preors-home-timeline li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-home-list__title {
	display: -webkit-box;
	overflow: hidden;
	color: #1f2933;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-timeline li {
	position: relative;
	padding-left: 16px;
}

.preors-home-timeline li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d72638;
}

.preors-home__channels {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.preors-channel {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-channel__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
	padding: 28px 30px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-channel--flash .preors-channel__hero {
	background: #101820;
}

.preors-channel--policy .preors-channel__hero {
	background: #8f1d2c;
}

.preors-channel--region .preors-channel__hero {
	background: #123a63;
}

.preors-channel--capital .preors-channel__hero {
	background: #14532d;
}

.preors-channel--soe .preors-channel__hero {
	background: #3b2768;
}

.preors-channel--insight .preors-channel__hero {
	background: #263241;
}

.preors-channel__eyebrow {
	margin-bottom: 8px;
	color: #f05a28;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.preors-channel__hero h1 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.2;
	color: #fff;
}

.preors-channel__hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.8;
}

.preors-channel__meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	white-space: nowrap;
}

.preors-channel__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 20px;
	align-items: start;
}

.preors-channel__main,
.preors-channel__side {
	min-width: 0;
}

.preors-channel-featured,
.preors-channel-section,
.preors-channel-sidebox {
	margin-bottom: 20px;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-channel-card {
	min-width: 0;
}

.preors-channel-card__thumb {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	background: #f6f7f9;
}

.preors-channel-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-channel-card__title {
	display: -webkit-box;
	overflow: hidden;
	color: #101820;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-channel-card__title--large {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1.3;
}

.preors-channel-card__title:hover {
	color: #d72638;
}

.preors-channel-card p {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}

.preors-channel-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.preors-channel-compact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-channel-compact li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #eef0f3;
}

.preors-channel-compact li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-channel-compact a {
	display: block;
	color: #1f2933;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.preors-channel-compact a:hover {
	color: #d72638;
}

.preors-channel-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.preors-channel-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	background: #f6f7f9;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.4;
}

.preors-channel-tags a:hover {
	border-color: #d72638;
	background: #fff;
	color: #d72638;
}

.preors-mobile-nav {
	display: none;
}

.preors-search {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-search__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 24px;
	align-items: end;
	margin-bottom: 20px;
	padding: 28px 30px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-search__hero h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}

.preors-search__hero p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.8;
}

.preors-search-form {
	display: flex;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.preors-search-form input {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: none;
	outline: none;
	color: #1f2933;
	font-size: 15px;
}

.preors-search-form button {
	width: 88px;
	border: none;
	background: #d72638;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.preors-search-form button:hover {
	background: #b91f2f;
}

.preors-search__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 20px;
	align-items: start;
}

.preors-search__main,
.preors-search__side {
	min-width: 0;
}

.preors-search__summary,
.preors-search-none,
.preors-search-result {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-search__summary {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 14px 18px;
}

.preors-search__summary span {
	color: #6b7280;
	font-size: 14px;
}

.preors-search__summary strong {
	color: #d72638;
	font-size: 24px;
	line-height: 1;
}

.preors-search-results {
	display: grid;
	gap: 14px;
}

.preors-search-result {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
}

.preors-search-result__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 6px;
	background: #f6f7f9;
}

.preors-search-result__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-search-result__body {
	min-width: 0;
}

.preors-search-result h2 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.4;
}

.preors-search-result h2 a {
	color: #101820;
}

.preors-search-result h2 a:hover {
	color: #d72638;
}

.preors-search-result p {
	margin: 0 0 12px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}

.preors-search-result__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #6b7280;
	font-size: 13px;
}

.preors-search-result__foot a {
	color: #d72638;
	white-space: nowrap;
}

.preors-search-none {
	padding: 34px 24px;
	text-align: center;
}

.preors-search-none h2 {
	margin: 0 0 10px;
	color: #101820;
	font-size: 22px;
	line-height: 1.35;
}

.preors-search-none p {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.7;
}

.preors-404 {
	max-width: 1240px;
	min-height: 520px;
	margin: 20px auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1f2933;
}

.preors-404__panel {
	width: 100%;
	max-width: 760px;
	padding: 44px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.preors-404 h1 {
	margin: 0;
	color: #101820;
	font-size: 92px;
	line-height: 1;
}

.preors-404 h2 {
	margin: 12px 0 10px;
	color: #101820;
	font-size: 26px;
	line-height: 1.35;
}

.preors-404 p {
	max-width: 520px;
	margin: 0 auto 22px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.8;
}

.preors-404__search {
	max-width: 520px;
	margin: 0 auto 20px;
	border-color: #e5e7eb;
	box-shadow: 0 8px 24px rgba(16, 24, 32, .06);
}

.preors-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.preors-404__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	background: #fff;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.4;
}

.preors-404__actions a:hover {
	border-color: #d72638;
	color: #d72638;
}

.preors-404__actions .preors-404__primary {
	border-color: #101820;
	background: #101820;
	color: #fff;
}

.preors-404__actions .preors-404__primary:hover {
	border-color: #d72638;
	background: #d72638;
	color: #fff;
}

.preors-404__recommended {
	max-width: 1240px;
	margin: 0 auto;
	padding: 40px 20px;
}

.preors-404__recommended .preors-home-section__head {
	margin-bottom: 20px;
}

.preors-404__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.preors-404__cards .preors-list-card {
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.preors-404__cards .preors-list-card__thumb {
	aspect-ratio: 16 / 9;
	background: #f6f7f9;
}

.preors-404__cards .preors-list-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-404__cards .preors-list-card__thumb-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: linear-gradient(135deg, #eef2f6, #f6f7f9);
	color: #8e99a8;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.preors-404__cards .preors-list-card__body {
	padding: 14px 16px;
}

.preors-404__cards .preors-list-card__meta {
	margin-bottom: 6px;
	color: #8e99a8;
	font-size: 12px;
}

.preors-404__cards .preors-list-card__title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.preors-404__cards .preors-list-card__title a {
	color: #101820;
}

.preors-404__cards .preors-list-card__title a:hover {
	color: #d72638;
}

@media (max-width: 768px) {
	.preors-404__cards {
		grid-template-columns: 1fr;
	}
}

.preors-archive {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-archive__hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
	padding: 28px 30px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-archive__hero h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}

.preors-archive__hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.8;
}

.preors-archive__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	white-space: nowrap;
}

.preors-archive__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, .18);
}

.preors-archive__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 20px;
	align-items: start;
}

.preors-archive__main,
.preors-archive__side {
	min-width: 0;
}

.preors-archive__side-text {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}

/* ── 作者页增强 ── */
.preors-author__hero {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.preors-author__info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.preors-author__avatar {
	width: 96px;
	height: 96px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.preors-author__stats {
	display: flex;
	gap: 24px;
}

.preors-author__stat {
	text-align: center;
}

.preors-author__stat strong {
	display: block;
	color: #101820;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.preors-author__stat span {
	display: block;
	margin-top: 4px;
	color: #637083;
	font-size: 13px;
}

.preors-author__extras {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
	align-items: flex-start;
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 20px 0;
}

.preors-author__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.preors-author__social a,
.preors-author__social span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 12px;
	border: 1px solid #e4e7ec;
	border-radius: 6px;
	background: #f8fafc;
	color: #526071;
	font-size: 13px;
	transition: all .2s;
}

.preors-author__social a:hover {
	background: #101820;
	border-color: #101820;
	color: #fff;
}

.preors-author__expertise {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.preors-author__expertise strong {
	color: #17202a;
	font-size: 13px;
	font-weight: 700;
}

.preors-author__expertise a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #e4e7ec;
	border-radius: 999px;
	background: #f8fafc;
	color: #526071;
	font-size: 13px;
}

.preors-author__expertise a:hover {
	background: #101820;
	border-color: #101820;
	color: #fff;
}

@media (max-width: 768px) {
	.preors-author__hero {
		grid-template-columns: 1fr;
		gap: 16px;
		text-align: center;
	}

	.preors-author__info {
		flex-direction: column;
		gap: 12px;
	}

	.preors-author__stats {
		justify-content: center;
	}
}

.preors-page {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-page__article {
	padding: 18px 20px 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-page__content {
	max-width: 820px;
	font-size: 17px;
	line-height: 1.85;
}

.preors-topic {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-topic__hero {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 20px;
	padding: 18px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-topic__cover {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	border-radius: 6px;
	background: #0c0f14;
}

.preors-topic__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.preors-topic__info h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}

.preors-topic__meta {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
}

.preors-topic__desc {
	max-width: 760px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.8;
}

.preors-topic__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 20px;
	align-items: start;
}

.preors-topic__main,
.preors-topic__side,
.preors-topic-index__main {
	min-width: 0;
}

.preors-topic-index {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px;
	color: #1f2933;
}

.preors-topic-index__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.preors-topic-card {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-topic-card__cover {
	display: block;
	aspect-ratio: 16 / 9;
	background: #f6f7f9;
}

.preors-topic-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-topic-card__body {
	padding: 16px 18px 18px;
}

.preors-topic-card__meta {
	margin-bottom: 8px;
	color: #6b7280;
	font-size: 12px;
}

.preors-topic-card__body h2 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.4;
}

.preors-topic-card__body h2 a {
	color: #101820;
}

.preors-topic-card__body h2 a:hover {
	color: #d72638;
}

.preors-topic-card__body p {
	margin: 0 0 14px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
}

.preors-topic-empty {
	grid-column: 1 / -1;
	padding: 34px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.preors-topic-empty h2 {
	margin: 0 0 10px;
	color: #101820;
	font-size: 22px;
	line-height: 1.35;
}

.preors-topic-empty p {
	margin: 0;
	color: #637083;
	font-size: 14px;
	line-height: 1.7;
}

.preors-topic-card__inner {
	display: grid;
	gap: 12px;
}

.preors-topic-card__sublist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-topic-card__sublist li + li {
	margin-top: 10px;
}

.preors-topic-card__sublist a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1f2933;
	font-size: 14px;
	line-height: 1.55;
}

.preors-topic-card__sublist a:hover {
	color: #d72638;
}

.preors-topic-card__sublist img {
	width: 56px;
	height: 36px;
	object-fit: cover;
	border-radius: 4px;
	flex: 0 0 auto;
}

.preors-topic-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 32px;
	padding: 6px 12px;
	border-radius: 4px;
	background: #101820;
	color: #fff;
	font-size: 13px;
}

.preors-topic-card__more:hover {
	background: #d72638;
	color: #fff;
}

.preors-comments {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px 30px;
	color: #1f2933;
}

.preors-comments__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	padding: 24px 28px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-comments__hero h2 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
}

.preors-comments__hero h2 b,
.preors-comments__hero h2 small {
	color: #f05a28;
}

.preors-comments__hero p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	line-height: 1.7;
}

.preors-comments__form,
.preors-comments__list {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-comments__form {
	margin-bottom: 20px;
	padding: 18px;
}

.preors-comments__sign,
.preors-comments__closed {
	padding: 10px 0 0;
}

.preors-comments__sign h3,
.preors-comments__closed strong {
	margin: 0 0 10px;
	color: #101820;
	font-size: 18px;
	line-height: 1.4;
}

.preors-comments__sign p {
	margin: 0;
}

.preors-comments__list {
	padding: 18px;
}

.preors-comments__list .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-comments__list .pagenav {
	margin-top: 16px;
}

.preors-topic-index__main .pagination,
.preors-topic__main .pagination {
	margin-top: 18px;
}

@media (max-width: 600px) {
	.preors-policy-box {
		margin: 0 15px 18px;
		padding: 16px;
		border-radius: 6px;
	}

	.preors-policy-box__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.preors-policy-box__source {
		width: 100%;
	}

	.preors-policy-box__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	.preors-home__lead,
	.preors-home__channels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.preors-home-headline {
		grid-column: 1 / -1;
	}

	.preors-channel__grid {
		grid-template-columns: 1fr;
	}

	.preors-channel__side {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.preors-search__hero,
	.preors-search__grid {
		grid-template-columns: 1fr;
	}

	.preors-search__side {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}

@media (max-width: 600px) {
	.preors-home {
		margin: 0;
		padding: 0;
	}

	.preors-home__lead,
	.preors-home__channels {
		display: block;
	}

	.preors-home-headline,
	.preors-home-section {
		margin-bottom: 12px;
		padding: 15px;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-home-headline__thumb {
		margin: -15px -15px 14px;
		border-radius: 0;
	}

	.preors-home-headline__title {
		font-size: 22px;
	}

	.preors-home-section__head h2 {
		font-size: 16px;
	}

	.preors-channel {
		margin: 0;
		padding: 0;
	}

	.preors-channel__hero {
		display: block;
		margin-bottom: 12px;
		padding: 22px 15px;
		border-radius: 0;
	}

	.preors-channel__hero h1 {
		font-size: 26px;
	}

	.preors-channel__meta {
		align-items: flex-start;
		margin-top: 16px;
	}

	.preors-channel-featured,
	.preors-channel-section,
	.preors-channel-sidebox {
		margin-bottom: 12px;
		padding: 15px;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-channel-card-grid,
	.preors-channel__side {
		display: block;
	}

	.preors-channel-card {
		padding-bottom: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid #eef0f3;
	}

	.preors-channel-card:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.preors-channel-card__title--large {
		font-size: 22px;
	}

	.preors-search {
		margin: 0;
		padding: 0;
	}

	.preors-search__hero {
		display: block;
		margin-bottom: 12px;
		padding: 22px 15px;
		border-radius: 0;
	}

	.preors-search__hero h1 {
		font-size: 26px;
	}

	.preors-search-form {
		margin-top: 16px;
	}

	.preors-search-form button {
		width: 74px;
	}

	.preors-search__summary,
	.preors-search-none,
	.preors-search-result,
	.preors-search__side .preors-channel-sidebox {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-search-result {
		display: block;
		padding: 15px;
	}

	.preors-search-result__thumb {
		margin-bottom: 12px;
	}

	.preors-search-result h2 {
		font-size: 18px;
	}

	.preors-search__side {
		display: block;
	}

	.preors-archive {
		margin: 0;
		padding: 0;
	}

	.preors-archive__hero {
		display: block;
		margin-bottom: 12px;
		padding: 22px 15px;
		border-radius: 0;
	}

	.preors-archive__hero h1 {
		font-size: 26px;
	}

	.preors-archive__meta {
		margin-top: 16px;
	}

	.preors-archive__grid {
		grid-template-columns: 1fr;
	}

	.preors-archive__side .preors-channel-sidebox {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-page {
		margin: 0;
		padding: 0;
	}

	.preors-page__article {
		padding: 15px 15px 0;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-topic {
		margin: 0;
		padding: 0;
	}

	.preors-topic__hero {
		display: block;
		margin-bottom: 12px;
		padding: 15px;
		border-radius: 0;
	}

	.preors-topic__cover {
		min-height: 180px;
		margin-bottom: 14px;
	}

	.preors-topic__info h1 {
		font-size: 26px;
	}

	.preors-topic__grid {
		grid-template-columns: 1fr;
	}

	.preors-topic-index {
		margin: 0;
		padding: 0;
	}

	.preors-topic-index__list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.preors-topic-card {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-comments {
		margin: 0;
		padding: 0 0 24px;
	}

	.preors-comments__hero {
		display: block;
		margin-bottom: 12px;
		padding: 18px 15px;
		border-radius: 0;
	}

	.preors-comments__hero h2 {
		font-size: 22px;
	}

	.preors-comments__form,
	.preors-comments__list {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-comments__form {
		padding: 15px;
	}

	.preors-comments__list {
		padding: 15px;
	}

	.preors-404 {
		min-height: 460px;
		margin: 0;
		padding: 0;
	}

	.preors-404__panel {
		padding: 36px 15px;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-404 h1 {
		font-size: 72px;
	}

	.preors-404 h2 {
		font-size: 22px;
	}

	.preors-404__actions {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.preors-home-v2 {
	max-width: 1240px;
	margin: 20px auto 0;
	padding: 0 20px 32px;
	color: #1f2933;
}

.preors-home-v2__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, .95fr);
	gap: 20px;
	align-items: stretch;
}

.preors-home-v2__hero-main,
.preors-home-v2__stream,
.preors-home-v2__panel,
.preors-home-v2__insight,
.preors-home-v2__latest,
.preors-home-v2__overview {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.preors-home-v2__hero-main {
	min-width: 0;
	padding: 28px 28px 24px;
	background: linear-gradient(135deg, #101820 0%, #141b26 100%);
	color: #fff;
}

.preors-home-v2__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	margin-bottom: 18px;
	border-radius: 4px;
	background: rgba(215, 38, 56, .14);
	color: #f3a1ab;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
}

.preors-home-v2__hero-main h1 {
	margin: 0 0 14px;
	max-width: 640px;
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}

.preors-home-v2__hero-main p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: 15px;
	line-height: 1.85;
}

.preors-home-v2__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.preors-home-v2__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 4px;
	background: #d72638;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.preors-home-v2__action:hover {
	background: #b61f30;
	color: #fff;
}

.preors-home-v2__action--ghost {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
}

.preors-home-v2__hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.preors-home-v2__hero-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
}

.preors-home-v2__hero-side {
	min-width: 0;
	display: grid;
}

.preors-home-v2__stream {
	padding: 18px;
	background: #fff;
}

.preors-home-v2__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.preors-home-v2__section-head h2 {
	margin: 0;
	color: #101820;
	font-size: 18px;
	line-height: 1.4;
}

.preors-home-v2__section-head p {
	margin: 4px 0 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.5;
}

.preors-home-v2__section-head a,
.preors-home-v2__panel-more {
	color: #d72638;
	font-size: 13px;
	font-weight: 700;
}

.preors-home-v2__section-head a:hover,
.preors-home-v2__panel-more:hover {
	color: #b61f30;
}

.preors-home-v2__stream-list,
.preors-home-v2__latest-list,
.preors-home-v2__compact {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-home-v2__stream-list li,
.preors-home-v2__latest-list li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eef0f3;
}

.preors-home-v2__stream-list li:last-child,
.preors-home-v2__latest-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-home-v2__stream-list .preors-home-list__title,
.preors-home-v2__latest-list .preors-home-list__title {
	font-size: 14px;
	line-height: 1.6;
}

.preors-home-v2__overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
	padding: 14px;
}

.preors-home-v2__overview-card {
	min-width: 0;
	padding: 14px 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fbfcfe;
	color: #1f2933;
}

.preors-home-v2__overview-card:hover {
	border-color: #d72638;
	background: #fff;
}

.preors-home-v2__overview-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: rgba(16, 24, 32, .06);
	color: #101820;
	font-size: 11px;
	font-weight: 700;
}

.preors-home-v2__overview-card strong {
	display: block;
	margin-bottom: 6px;
	color: #101820;
	font-size: 16px;
	line-height: 1.3;
}

.preors-home-v2__overview-card p {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.65;
}

.preors-home-v2__matrix {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.preors-home-v2__panel {
	padding: 18px;
}

.preors-home-v2__panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.preors-home-v2__panel-kicker {
	margin-bottom: 6px;
	color: #d72638;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
}

.preors-home-v2__panel-head h3 {
	margin: 0;
	color: #101820;
	font-size: 22px;
	line-height: 1.25;
}

.preors-home-v2__panel-head p {
	margin: 8px 0 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.7;
	max-width: 540px;
}

.preors-home-v2__panel-body {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
	gap: 18px;
	align-items: start;
}

.preors-home-v2__feature-card {
	min-width: 0;
}

.preors-home-v2__feature-thumb {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	background: #f6f7f9;
}

.preors-home-v2__feature-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-home-v2__feature-title {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 10px;
	color: #101820;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-v2__feature-title:hover,
.preors-home-v2__compact a:hover {
	color: #d72638;
}

.preors-home-v2__feature-card p {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.8;
}

.preors-home-v2__compact li {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #eef0f3;
}

.preors-home-v2__compact li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-home-v2__compact a {
	display: -webkit-box;
	overflow: hidden;
	color: #1f2933;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-v2__insight {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	gap: 20px;
	margin-top: 20px;
	padding: 18px;
	background: #101820;
	color: #fff;
}

.preors-home-v2__section-head--dark h2,
.preors-home-v2__section-head--dark p {
	color: #fff;
}

.preors-home-v2__section-head--dark p {
	opacity: .72;
}

.preors-home-v2__os-card {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .03);
}

.preors-home-v2__os-mark {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	margin-bottom: 14px;
	border-radius: 4px;
	background: rgba(215, 38, 56, .18);
	color: #f3a1ab;
	font-size: 12px;
	font-weight: 700;
}

.preors-home-v2__os-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 28px;
	line-height: 1.25;
}

.preors-home-v2__os-card p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	line-height: 1.85;
}

.preors-home-v2__os-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-home-v2__os-card li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
	line-height: 1.6;
}

.preors-home-v2__os-card li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d72638;
}

.preors-home-v2__brand-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.preors-home-v2__brand-card {
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 6px;
	background: rgba(255, 255, 255, .03);
}

.preors-home-v2__brand-card strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 15px;
	line-height: 1.35;
}

.preors-home-v2__brand-card p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	line-height: 1.7;
}

.preors-home-v2__subtopics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.preors-home-v2__subtopic {
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 6px;
	background: rgba(255, 255, 255, .03);
	color: #fff;
}

.preors-home-v2__subtopic span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 12px;
	border-radius: 4px;
	background: rgba(215, 38, 56, .16);
	color: #f3a1ab;
	font-size: 12px;
	font-weight: 700;
}

.preors-home-v2__subtopic strong {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.4;
}

.preors-home-v2__subtopic p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	line-height: 1.7;
}

.preors-home-v2__latest {
	margin-top: 20px;
	padding: 18px;
}

@media (max-width: 1024px) {
	.preors-home-v2__hero,
	.preors-home-v2__insight,
	.preors-home-v2__panel-body {
		grid-template-columns: 1fr;
	}

	.preors-home-v2__overview {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.preors-home-v2__matrix {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.preors-home-v2 {
		margin: 0;
		padding: 0 0 20px;
	}

	.preors-home-v2__hero-main,
	.preors-home-v2__stream,
	.preors-home-v2__panel,
	.preors-home-v2__insight,
	.preors-home-v2__latest {
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

	.preors-home-v2__hero-main {
		padding: 20px 16px 18px;
	}

	.preors-home-v2__hero-main h1 {
		font-size: 24px;
	}

	.preors-home-v2__overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 12px 0 0;
		border: none;
		background: rgba(0, 0, 0, 0);
	}

	.preors-home-v2__overview-card,
	.preors-home-v2__panel,
	.preors-home-v2__latest {
		padding: 15px;
	}

	.preors-home-v2__panel-head h3 {
		font-size: 20px;
	}

	.preors-home-v2__feature-title {
		font-size: 20px;
	}

	.preors-home-v2__brand-grid,
	.preors-home-v2__subtopics {
		grid-template-columns: 1fr;
	}

	.preors-home-v2__section-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

.preors-home-v3 {
	max-width: 1240px;
	margin: 20px auto 36px;
	padding: 0 20px;
	color: #17202a;
}

.preors-home-v3 a {
	color: inherit;
}

.preors-home-v3 a:hover {
	color: #d72638;
}

.preors-home-v3__lead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 16px;
	align-items: stretch;
	padding: 14px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
}

.preors-home-v3__lead-main {
	min-width: 0;
	display: grid;
	grid-template-rows: auto auto;
	gap: 10px;
}

.preors-home-v3__top-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	min-height: 240px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.preors-home-v3__top-image,
.preors-home-v3__secondary-image,
.preors-home-v3__channel-image {
	display: block;
	position: relative;
	overflow: hidden;
	background: #eef2f6;
}

.preors-home-v3__top-image img,
.preors-home-v3__secondary-image img,
.preors-home-v3__channel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-home-v3__top-image {
	min-height: 240px;
	max-height: 340px;
}

.preors-home-v3__top-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 20px 24px;
	border-left: 1px solid #edf0f4;
}

.preors-home-v3__top-title {
	display: block;
	margin: 4px 0 10px;
	color: #101820;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.preors-home-v3__top-copy p {
	margin: 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.7;
}

.preors-home-v3__secondary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.preors-home-v3__secondary-story {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 10px;
	min-width: 0;
	padding: 10px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
}

.preors-home-v3__secondary-image {
	aspect-ratio: 4 / 3;
	border-radius: 4px;
}

.preors-home-v3__secondary-story a:not(.preors-home-v3__secondary-image) {
	display: -webkit-box;
	overflow: hidden;
	color: #101820;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.preors-home-v3__flash {
	min-width: 0;
	display: flex;
	flex-direction: column;
	padding: 14px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #111827;
	color: #fff;
}

.preors-home-v3__flash-scroll {
	overflow: hidden;
}

.preors-home-v3__flash-head,
.preors-home-v3__section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.preors-home-v3__flash-head span,
.preors-home-v3__section-head span {
	display: block;
	margin-bottom: 5px;
	color: #d72638;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.preors-home-v3__flash-head h2,
.preors-home-v3__section-head h2 {
	margin: 0;
	color: #101820;
	font-size: 22px;
	line-height: 1.25;
}

.preors-home-v3__flash-head h2 {
	color: #fff;
}

.preors-home-v3__flash-head a,
.preors-home-v3__section-head a {
	color: #d72638;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.preors-home-v3__flash-list,
.preors-home-v3__channel-list,
.preors-home-v3__insight-list,
.preors-home-v3__latest-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.preors-home-v3__flash-list li {
	position: relative;
	padding: 0 0 14px 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.preors-home-v3__flash-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d72638;
}

.preors-home-v3__flash-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-home-v3__flash-list a {
	display: -webkit-box;
	overflow: hidden;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.58;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-v3__flash .preors-home-meta {
	color: rgba(255, 255, 255, .48);
}

.preors-home-v3__nav {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	margin-top: 20px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.preors-home-v3__nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 0 16px;
	border-right: 1px solid #edf0f4;
	color: #101820;
	font-size: 15px;
	font-weight: 800;
}

.preors-home-v3__nav a:last-child {
	border-right: none;
}

.preors-home-v3__nav span {
	color: #a9b2bf;
	font-size: 12px;
	font-weight: 800;
}

.preors-home-v3__os {
	margin-top: 20px;
	padding: 24px 20px 20px;
	border: 1px solid #dfe4ea;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-home-v3__os-head {
	margin-bottom: 20px;
	text-align: center;
}

.preors-home-v3__os-head span {
	display: block;
	margin-bottom: 5px;
	color: #f3b23f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .5px;
}

.preors-home-v3__os-head h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
}

.preors-home-v3__os-head p {
	margin: 0 auto;
	max-width: 600px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	line-height: 1.7;
}

.preors-home-v3__os-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.preors-home-v3__os-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 130px;
	padding: 18px 16px 14px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .04);
	transition: background .2s, border-color .2s;
}

.preors-home-v3__os-item:hover {
	border-color: rgba(243, 178, 63, .5);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.preors-home-v3__os-item strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.preors-home-v3__os-item span {
	display: block;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
	line-height: 1.6;
}

.preors-home-v3__os-item em {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #f3b23f;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}

.preors-home-v3__os-foot {
	margin-top: 16px;
	text-align: center;
}

.preors-home-v3__os-foot a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 6px;
	color: rgba(255,255,255,.7);
	font-size: 13px;
	transition: border-color .2s, color .2s;
}

.preors-home-v3__os-foot a:hover {
	border-color: rgba(243,178,63,.5);
	color: #f3b23f;
}

.preors-home-v3__channels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.preors-home-v3__channel,
.preors-home-v3__insight,
.preors-home-v3__latest {
	min-width: 0;
	padding: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
}

.preors-home-v3__channel-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.preors-home-v3__channel-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid #e4e7ec;
	border-radius: 4px;
	background: #f7f9fb;
	color: #526071;
	font-size: 12px;
	font-weight: 650;
}

.preors-home-v3__channel-tags a:hover {
	border-color: #d72638;
	background: #fff;
}

.preors-home-v3__signal {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 16px;
}

.preors-home-v3__signal a {
	display: block;
	min-width: 0;
	min-height: 70px;
	padding: 11px 12px;
	border: 1px solid #e4e7ec;
	border-radius: 6px;
	background: #fbfcfe;
}

.preors-home-v3__signal strong {
	display: block;
	margin-bottom: 7px;
	color: #101820;
	font-size: 15px;
	line-height: 1.2;
}

.preors-home-v3__signal span {
	display: block;
	color: #637083;
	font-size: 12px;
	line-height: 1.45;
}

.preors-home-v3__signal--policy a {
	background: #fff8f8;
}

.preors-home-v3__signal--region a {
	background: #f5f8ff;
}

.preors-home-v3__signal--capital a {
	background: #f4fbf6;
}

.preors-home-v3__signal--soe a {
	background: #f8f5ff;
}

.preors-home-v3__channel-body {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	gap: 16px;
	align-items: start;
}

.preors-home-v3__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 24px;
	border: 1px dashed #dfe4ea;
	border-radius: 8px;
	background: #fafbfc;
	color: #8e99a8;
	font-size: 14px;
	text-align: center;
}

.preors-home-v3__channel-image {
	margin-bottom: 12px;
	aspect-ratio: 16 / 9;
	border-radius: 6px;
}

.preors-home-v3__channel-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 6px 0 9px;
	color: #101820;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.34;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-v3__channel-lead p {
	margin: 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.75;
}

.preors-home-v3__channel-list li,
.preors-home-v3__insight-list li,
.preors-home-v3__latest-list li {
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #edf0f4;
}

.preors-home-v3__channel-list li:last-child,
.preors-home-v3__insight-list li:last-child,
.preors-home-v3__latest-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.preors-home-v3__channel-list a,
.preors-home-v3__insight-list a,
.preors-home-v3__latest-list a {
	display: -webkit-box;
	overflow: hidden;
	color: #17202a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-home-v3__channel--policy {
	border-top: 4px solid #d72638;
}

.preors-home-v3__channel--region {
	border-top: 4px solid #2563eb;
}

.preors-home-v3__channel--capital {
	border-top: 4px solid #16a34a;
}

.preors-home-v3__channel--soe {
	border-top: 4px solid #7c3aed;
}

.preors-home-v3__channel--insight {
	border-top: 4px solid #0ea5e9;
}

.preors-home-v3__channel--discover {
	border-top: 4px solid #f59e0b;
}

.preors-home-v3__brand-strip {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.preors-home-v3__brand-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
	padding: 16px;
	border: 1px solid #dfe4ea;
	border-radius: 8px;
	background: #fff;
}

.preors-home-v3__brand-item:first-child {
	border-color: #101820;
	background: #101820;
}

.preors-home-v3__brand-item:first-child strong {
	color: #fff;
}

.preors-home-v3__brand-item:first-child span {
	color: rgba(255, 255, 255, .66);
}

.preors-home-v3__brand-item strong {
	color: #101820;
	font-size: 18px;
	line-height: 1.3;
}

.preors-home-v3__brand-item span {
	color: #637083;
	font-size: 13px;
	line-height: 1.6;
}

.preors-home-v3__latest {
	margin-top: 20px;
}

.preors-home-v3__latest-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 22px;
}

.preors-home-v3__media-fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 20px 16px;
	background: linear-gradient(135deg, #e8ecf1 0%, #dce2e9 50%, #eef2f6 100%);
	color: #526071;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.preors-home-v3__media-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, #101820, #1e3044);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	line-height: 1;
	flex-shrink: 0;
}

.preors-home-v3__media-fallback span {
	display: -webkit-box;
	overflow: hidden;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
	.preors-home-v3__lead,
	.preors-home-v3__top-story,
	.preors-home-v3__insight,
	.preors-home-v3__os {
		grid-template-columns: 1fr;
	}

	.preors-home-v3__top-image {
		min-height: auto;
		aspect-ratio: 16 / 9;
	}

	.preors-home-v3__top-copy {
		border-left: none;
		border-top: 1px solid #edf0f4;
	}

	.preors-home-v3__nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.preors-home-v3__nav a:nth-child(3n) {
		border-right: none;
	}

	.preors-home-v3__channels {
		grid-template-columns: 1fr;
	}

	.preors-home-v3__os-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.preors-home-v3 {
		margin: 0;
		padding: 0 0 24px;
	}

	.preors-home-v3__lead {
		gap: 12px;
		padding: 0;
		border: none;
		background: transparent;
	}

	.preors-home-v3__top-story,
	.preors-home-v3__secondary-story,
	.preors-home-v3__flash,
	.preors-home-v3__channel,
	.preors-home-v3__insight,
	.preors-home-v3__latest,
	.preors-home-v3__os {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-home-v3__top-copy {
		padding: 18px 16px;
	}

	.preors-home-v3__top-title {
		font-size: 24px;
	}

	.preors-home-v3__secondary-grid,
	.preors-home-v3__secondary-story,
	.preors-home-v3__channel-body,
	.preors-home-v3__signal,
	.preors-home-v3__brand-strip,
	.preors-home-v3__latest-list,
	.preors-home-v3__os-grid {
		grid-template-columns: 1fr;
	}

	.preors-home-v3__secondary-image {
		aspect-ratio: 16 / 9;
	}

	.preors-home-v3__flash,
	.preors-home-v3__channel,
	.preors-home-v3__insight,
	.preors-home-v3__latest,
	.preors-home-v3__os {
		padding: 16px;
	}

	.preors-home-v3__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 12px;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-home-v3__nav a {
		min-height: 52px;
		padding: 0 14px;
		font-size: 15px;
	}

	.preors-home-v3__nav a:nth-child(3n) {
		border-right: 1px solid #edf0f4;
	}

	.preors-home-v3__nav a:nth-child(2n) {
		border-right: none;
	}
}

@media (max-width: 768px) {
	.preors-mobile-nav {
		position: sticky;
		top: 50px;
		z-index: 998;
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding: 8px 12px;
		border-bottom: 1px solid #e5e7eb;
		background: rgba(255, 255, 255, .96);
		-webkit-overflow-scrolling: touch;
	}

	.preors-mobile-nav::-webkit-scrollbar {
		display: none;
	}

	.preors-mobile-nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		min-width: 54px;
		min-height: 32px;
		padding: 6px 11px;
		border: 1px solid #e5e7eb;
		border-radius: 999px;
		background: #fff;
		color: #263241;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
	}

	.preors-mobile-nav a.is-current {
		border-color: #101820;
		background: #101820;
		color: #fff;
	}

	.preors-mobile-nav__search,
	.preors-mobile-nav__user {
		min-width: 36px !important;
		padding: 6px 8px !important;
		border-radius: 50% !important;
		font-size: 16px !important;
	}

	.preors-mobile-nav__search {
		margin-left: auto;
	}
}

.preors-single {
	color: #17202a;
}

.preors-single .content {
	margin-bottom: 28px;
}

.preors-single .article-header,
.preors-single .article-content,
.preors-single .post-copyright,
.preors-single .post-copyright-custom,
.preors-single .post-actions,
.preors-single .article-tags,
.preors-single .article-author,
.preors-single .article-nav,
.preors-single .relates {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 24, 32, .05);
}

.preors-single .article-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
	padding: 34px 38px 28px;
	border-top: 4px solid #d72638;
}

.preors-single .article-title {
	margin: 0 0 18px;
	color: #101820;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0;
}

.preors-single .article-title a {
	color: inherit;
}

.preors-single .article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: #637083;
	font-size: 13px;
	line-height: 1.6;
}

.preors-single .article-meta .item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.preors-single .article-meta a {
	color: #526071;
}

.preors-single .article-meta a:hover {
	color: #d72638;
}

.preors-source-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
	padding: 16px 18px;
	border: 1px solid #dfe4ea;
	border-radius: 8px;
	background: #f8fafc;
}

.preors-source-card span {
	display: block;
	margin-bottom: 4px;
	color: #7a8493;
	font-size: 12px;
}

.preors-source-card strong {
	display: block;
	color: #101820;
	font-size: 15px;
	line-height: 1.5;
}

.preors-source-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	min-height: 34px;
	padding: 6px 12px;
	border-radius: 4px;
	background: #101820;
	color: #fff;
	font-size: 13px;
}

.preors-source-card a:hover {
	background: #d72638;
	color: #fff;
}

.preors-source-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.preors-single .article-content {
	padding: 34px 38px;
	color: #263241;
	font-size: 17px;
	line-height: 1.95;
}

.preors-single .article-content p {
	margin-bottom: 1.1em;
}

.preors-single .article-content h2,
.preors-single .article-content h3 {
	margin: 1.5em 0 .65em;
	color: #101820;
	font-weight: 800;
	line-height: 1.35;
}

.preors-single .article-content h2 {
	padding-left: 12px;
	border-left: 4px solid #d72638;
	font-size: 24px;
}

.preors-single .article-content h3 {
	font-size: 20px;
}

.preors-single .article-content h4 {
	margin: 1.25em 0 .55em;
	color: #1f2937;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
}

.preors-single .article-content ul,
.preors-single .article-content ol {
	margin: 0 0 1.2em 1.35em;
	padding: 0;
	list-style-position: outside;
}

.preors-single .article-content ul {
	list-style: disc;
}

.preors-single .article-content ol {
	list-style: decimal;
}

.preors-single .article-content li {
	margin-bottom: .45em;
	padding-left: .15em;
	line-height: 1.85;
}

.preors-single .article-content .preors-direct-list {
	margin-left: 0;
	list-style: none;
}

.preors-single .article-content .preors-direct-list li {
	position: relative;
	padding-left: 1.25em;
}

.preors-single .article-content .preors-direct-list li::before {
	content: "";
	position: absolute;
	top: .85em;
	left: .15em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d72638;
}

.preors-single .article-content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 4px solid #101820;
	background: #f8fafc;
	color: #3d4856;
}

.preors-single .article-content img {
	border-radius: 6px;
}

.preors-single .article-update-tips {
	margin-bottom: 20px;
	padding: 12px 14px;
	border: 1px solid #fde2e2;
	border-radius: 6px;
	background: #fff7f7;
	color: #9f1d2a;
	font-size: 14px;
	line-height: 1.6;
}

.preors-single .post-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 16px 0;
	padding: 18px;
}

.preors-single .post-actions .action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 36px;
	padding: 7px 14px;
	border: 1px solid #dfe4ea;
	border-radius: 4px;
	background: #fff;
	color: #17202a;
	font-size: 14px;
}

.preors-single .post-actions .action:hover {
	border-color: #d72638;
	background: #d72638;
	color: #fff;
}

.preors-single .post-copyright,
.preors-single .post-copyright-custom {
	margin: 16px 0;
	padding: 16px 18px;
	color: #637083;
	font-size: 13px;
	line-height: 1.7;
}

.preors-single .article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
	padding: 16px 18px;
}

.preors-single .article-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eef2f6;
	color: #526071;
	font-size: 13px;
}

.preors-single .article-tags a:hover {
	background: #101820;
	color: #fff;
}

.preors-single .article-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 16px 0;
	overflow: hidden;
}

.preors-single .article-nav span {
	display: block;
	min-height: 78px;
	padding: 18px;
	color: #7a8493;
	font-size: 12px;
	line-height: 1.55;
}

.preors-single .article-nav span + span {
	border-left: 1px solid #e5e7eb;
	text-align: right;
}

.preors-single .article-nav a {
	display: inline-block;
	margin-top: 4px;
	color: #17202a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
}

.preors-single .article-nav a:hover {
	color: #d72638;
}

.preors-single .relates {
	margin: 16px 0;
	padding: 20px;
}

.preors-single .relates .title {
	margin-bottom: 14px;
}

.preors-single .relates .title h3 {
	padding-left: 12px;
	color: #101820;
	font-size: 18px;
	font-weight: 800;
}

.preors-single .relates ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
}

.preors-single .relates li {
	padding: 0;
	border: none;
}

.preors-single .relates a {
	color: #263241;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
}

.preors-single .relates a:hover {
	color: #d72638;
}

.preors-rewards-popover {
	border-radius: 8px;
}

.preors-os {
	max-width: 1240px;
	margin: 20px auto;
	padding: 0 20px 32px;
	color: #17202a;
}

.preors-os__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: stretch;
	margin-bottom: 20px;
	padding: 34px;
	border-radius: 8px;
	background: #101820;
	color: #fff;
}

.preors-os__hero h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 42px;
	line-height: 1.15;
}

.preors-os__hero p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 16px;
	line-height: 1.85;
}

.preors-os__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.preors-os__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.preors-os__actions a:first-child,
.preors-os__actions a:hover {
	border-color: #f05a28;
	background: #f05a28;
	color: #fff;
}

.preors-os__panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 240px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
}

.preors-os__panel strong {
	color: #f05a28;
	font-size: 56px;
	line-height: 1;
}

.preors-os__panel span {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
}

.preors-os__panel ul {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.preors-os__panel li {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.preors-os__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.preors-os__module,
.preors-os__flow {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 24, 32, .05);
}

.preors-os__module {
	padding: 22px;
}

.preors-os__module-head span {
	display: block;
	margin-bottom: 8px;
	color: #d72638;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.preors-os__module-head h2 {
	margin: 0;
	color: #101820;
	font-size: 23px;
	line-height: 1.35;
}

.preors-os__module p {
	margin: 14px 0 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.8;
}

.preors-os__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.preors-os__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eef2f6;
	color: #526071;
	font-size: 13px;
}

.preors-os__module-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 20px;
	padding: 7px 13px;
	border-radius: 4px;
	background: #101820;
	color: #fff;
	font-size: 14px;
}

.preors-os__module-link:hover {
	background: #d72638;
	color: #fff;
}

.preors-os__flow {
	margin-top: 20px;
	padding: 22px;
}

.preors-os__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.preors-os__steps div {
	min-height: 104px;
	padding: 16px;
	border-radius: 8px;
	background: #f8fafc;
}

.preors-os__steps strong {
	display: block;
	margin-bottom: 12px;
	color: #d72638;
	font-size: 18px;
}

.preors-os__steps span {
	color: #263241;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

@media (max-width: 720px) {
	.preors-single .article-header,
	.preors-single .article-content,
	.preors-single .post-copyright,
	.preors-single .post-copyright-custom,
	.preors-single .post-actions,
	.preors-single .article-tags,
	.preors-single .article-author,
	.preors-single .article-nav,
	.preors-single .relates,
	.preors-source-card {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	.preors-single .article-header,
	.preors-single .article-content {
		padding: 22px 16px;
	}

	.preors-single .article-title {
		font-size: 25px;
	}

	.preors-single .article-content {
		font-size: 16px;
		line-height: 1.9;
	}

	.preors-source-card {
		align-items: flex-start;
		flex-direction: column;
		padding: 14px 16px;
	}

	.preors-single .article-nav,
	.preors-single .relates ul {
		grid-template-columns: 1fr;
	}

	.preors-single .article-nav span + span {
		border-top: 1px solid #e5e7eb;
		border-left: none;
		text-align: left;
	}

	.preors-os {
		margin: 0;
		padding: 0 0 24px;
	}

	.preors-os__hero,
	.preors-os__grid,
	.preors-os__steps {
		grid-template-columns: 1fr;
	}

	.preors-os__hero {
		margin-bottom: 12px;
		padding: 24px 16px;
		border-radius: 0;
	}

	.preors-os__hero h1 {
		font-size: 32px;
	}

	.preors-os__module,
	.preors-os__flow {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}
}

/* ========== 文章目录 TOC ========== */
.preors-toc {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px 24px;
	margin: 0 0 24px;
}

.preors-toc__title {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e8f0;
}

.preors-toc__title span {
	position: relative;
}

.preors-toc__title span::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 2px;
	width: 3px;
	height: 16px;
	background: #1e73be;
	border-radius: 2px;
}

.preors-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.preors-toc__list li {
	padding: 6px 0;
	border-bottom: 1px dashed #e2e8f0;
}

.preors-toc__list li:last-child {
	border-bottom: none;
}

.preors-toc__list a {
	color: #475569;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	transition: color 0.2s;
}

.preors-toc__list a:hover {
	color: #1e73be;
}

.preors-toc__sub {
	padding-left: 16px;
}

/* ========== 编辑精选 ========== */
.preors-home-editor-picks {
	margin: 32px 0;
}

.preors-editor-picks__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.preors-editor-pick {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	transition: box-shadow 0.2s, transform 0.2s;
}

.preors-editor-pick:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.preors-editor-pick__thumb {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.preors-editor-pick__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.preors-editor-pick:hover .preors-editor-pick__thumb img {
	transform: scale(1.05);
}

.preors-editor-pick__body {
	padding: 16px;
}

.preors-editor-pick__meta {
	display: flex;
	gap: 10px;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 8px;
}

.preors-editor-pick h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

.preors-editor-pick h3 a {
	color: #1f2937;
	text-decoration: none;
}

.preors-editor-pick h3 a:hover {
	color: #1e73be;
}

/* ========== 热门排行 ========== */
.preors-hot-posts {
	margin: 32px 0;
}

.preors-hot-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.preors-hot-post {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e7eb;
}

.preors-hot-post:last-child {
	border-bottom: none;
}

.preors-hot-post__rank {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 13px;
	font-weight: 700;
	color: #6b7280;
	background: #f3f4f6;
	border-radius: 6px;
	flex-shrink: 0;
}

.preors-hot-post:nth-child(1) .preors-hot-post__rank {
	color: #fff;
	background: #dc2626;
}

.preors-hot-post:nth-child(2) .preors-hot-post__rank {
	color: #fff;
	background: #ea580c;
}

.preors-hot-post:nth-child(3) .preors-hot-post__rank {
	color: #fff;
	background: #d97706;
}

.preors-hot-post a {
	color: #374151;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.preors-hot-post a:hover {
	color: #1e73be;
}

/* ========== 首页专题卡片 ========== */
.preors-home-topics {
	margin: 32px 0;
}

.preors-home-topics__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.preors-home-topic-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	transition: box-shadow 0.2s;
}

.preors-home-topic-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.preors-home-topic-card__cover {
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	aspect-ratio: unset;
	overflow: hidden;
}

.preors-home-topic-card__cover img {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.preors-home-topic-card:hover .preors-home-topic-card__cover img {
	transform: scale(1.05);
}

.preors-home-topic-card__body {
	padding: 14px;
}

.preors-home-topic-card__meta {
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 6px;
}

.preors-home-topic-card h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
}

.preors-home-topic-card h3 a {
	color: #1f2937;
	text-decoration: none;
}

.preors-home-topic-card h3 a:hover {
	color: #1e73be;
}

/* ========== 移动端适配 ========== */
@media (max-width: 768px) {
	.preors-editor-picks__grid,
	.preors-home-topics__grid {
		grid-template-columns: 1fr;
	}

	.preors-toc {
		padding: 16px;
		margin: 0 0 20px;
	}
}

/* ========== 移动端文章页优化 ========== */
@media (max-width: 768px) {
	/* 文章标题 */
	.preors-single .article-title {
		font-size: 22px;
		line-height: 1.4;
	}

	.preors-single .article-title a {
		font-size: 22px;
	}

	/* 文章元信息 */
	.preors-single .article-meta {
		flex-wrap: wrap;
		gap: 6px 12px;
		font-size: 13px;
	}

	/* 来源卡片 */
	.preors-source-card {
		flex-direction: column;
		gap: 12px;
		padding: 16px;
	}

	.preors-source-card > div {
		width: 100%;
	}

	.preors-source-card a {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.preors-source-links {
		width: 100%;
		flex-direction: column;
	}

	/* 文章内容 */
	.preors-single .article-content {
		padding: 16px;
		font-size: 16px;
		line-height: 1.8;
	}

	.preors-single .article-content p {
		margin-bottom: 1em;
	}

	/* 文章导航 */
	.preors-single .article-nav {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.preors-single .article-nav-prev,
	.preors-single .article-nav-next {
		padding: 14px;
		font-size: 14px;
	}

	/* 标签 */
	.preors-single .article-tags {
		padding: 12px 0;
	}

	.preors-single .article-tags a {
		padding: 5px 10px;
		font-size: 13px;
	}

	/* 相关文章 */
	.preors-single .relates {
		padding: 16px;
	}

	.preors-single .relates .title h3 {
		font-size: 18px;
	}

	.preors-single .relates li {
		padding: 10px 0;
		font-size: 14px;
	}

	/* 操作栏 */
	.preors-single .post-actions {
		flex-wrap: wrap;
		gap: 10px;
	}

	.preors-single .post-actions .action {
		flex: 1 1 auto;
		min-width: 80px;
		justify-content: center;
	}

	/* 版权 */
	.preors-single .post-copyright,
	.preors-single .post-copyright-custom {
		padding: 14px;
		font-size: 13px;
	}
}

/* ========== 移动端栏目页优化 ========== */
@media (max-width: 768px) {
	.preors-channel__hero {
		padding: 24px 16px;
	}

	.preors-channel__hero h1 {
		font-size: 26px;
	}

	.preors-channel__eyebrow {
		font-size: 11px;
	}

	.preors-channel__desc {
		font-size: 14px;
	}
}

/* ========== 移动端搜索页优化 ========== */
@media (max-width: 768px) {
	.preors-search__hero {
		padding: 24px 16px;
	}

	.preors-search__hero h1 {
		font-size: 22px;
	}

	.preors-search-form {
		flex-direction: column;
	}

	.preors-search-form input {
		border-radius: 12px 12px 0 0;
	}

	.preors-search-form button {
		border-radius: 0 0 12px 12px;
		padding: 12px;
	}

	.preors-search-result {
		flex-direction: column;
	}

	.preors-search-result__thumb {
		width: 100%;
		height: 160px;
	}
}

/* ========== 移动端专题页优化 ========== */
@media (max-width: 768px) {
	.preors-topic__hero {
		padding: 24px 16px;
	}

	.preors-topic__hero h1 {
		font-size: 26px;
	}

	.preors-topic__grid,
	.preors-topic-index__grid {
		grid-template-columns: 1fr;
	}

	.preors-topic-card {
		flex-direction: column;
	}

	.preors-topic-card__cover {
		width: 100%;
		height: 180px;
	}
}

/* ========== 移动端品牌页优化 ========== */
@media (max-width: 768px) {
	.brand-page-wrap {
		padding: 16px 0 40px;
	}

	.brand-hero h1 {
		font-size: 28px;
	}

	.brand-subtitle {
		font-size: 15px;
	}

	.brand-stats {
		grid-template-columns: 1fr;
	}

	.brand-grid,
	.brand-card-grid,
	.brand-flow,
	.brand-audiences,
	.brand-entry-list {
		grid-template-columns: 1fr;
	}

	.brand-media {
		grid-template-columns: 1fr;
	}

	.brand-actions,
	.brand-footer {
		flex-direction: column;
	}

	.brand-actions a,
	.brand-footer a {
		width: 100%;
		justify-content: center;
	}
}

/* ========== 资料库卡片 ========== */
.preors-home-documents {
	margin: 32px 0;
}

.preors-home-documents__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.preors-doc-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	transition: box-shadow 0.2s, transform 0.2s;
}

.preors-doc-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.preors-doc-card__icon {
	flex-shrink: 0;
	font-size: 28px;
	line-height: 1;
}

.preors-doc-card__body {
	min-width: 0;
}

.preors-doc-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #6b7280;
}

.preors-doc-card__type {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 4px;
	background: #eef2f6;
	color: #526071;
	font-size: 11px;
	font-weight: 700;
}

.preors-doc-card h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.preors-doc-card h3 a {
	color: #1f2937;
	text-decoration: none;
}

.preors-doc-card h3 a:hover {
	color: #1e73be;
}

/* ========== 邮件订阅 ========== */
.preors-subscribe {
	margin: 32px 0;
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f8fafc;
}

.preors-subscribe__inner {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
}

.preors-subscribe h3 {
	margin: 0 0 10px;
	color: #101820;
	font-size: 22px;
	font-weight: 700;
}

.preors-subscribe p {
	margin: 0 0 18px;
	color: #637083;
	font-size: 14px;
	line-height: 1.7;
}

.preors-subscribe__form {
	display: flex;
	gap: 10px;
}

.preors-subscribe__form input[type="email"] {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	background: #fff;
	color: #1f2937;
	font-size: 14px;
}

.preors-subscribe__form button {
	flex-shrink: 0;
	height: 44px;
	padding: 0 20px;
	border: none;
	border-radius: 6px;
	background: #101820;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.preors-subscribe__form button:hover {
	background: #d72638;
}

.preors-subscribe__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 6px;
	background: #101820;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.preors-subscribe__btn:hover {
	background: #d72638;
	color: #fff;
}

@media (max-width: 768px) {
	.preors-home-documents__grid {
		grid-template-columns: 1fr;
	}

	.preors-subscribe {
		padding: 20px 16px;
	}

	.preors-subscribe__form {
		flex-direction: column;
	}

	.preors-subscribe__form input[type="email"],
	.preors-subscribe__form button {
		width: 100%;
	}
}

/* 编辑精选 */
.preors-home-v3__featured {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
}

.preors-home-v3__featured-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.preors-home-v3__featured-card {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 12px;
	padding: 10px;
	border: 1px solid #edf0f4;
	border-radius: 6px;
	background: #fafbfc;
}

.preors-home-v3__featured-image {
	aspect-ratio: 4 / 3;
	border-radius: 4px;
	overflow: hidden;
}

.preors-home-v3__featured-copy a {
	display: -webkit-box;
	overflow: hidden;
	color: #101820;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.preors-home-v3__featured-copy a:hover {
	color: #d72638;
}

@media (max-width: 768px) {
	.preors-home-v3__featured-grid {
		grid-template-columns: 1fr;
	}
}

/* 品牌矩阵 */
.preors-home-v3__brands {
	margin-top: 20px;
	padding: 28px 24px 24px;
	border-radius: 8px;
	background: linear-gradient(135deg, #101820 0%, #1a2a3a 50%, #0f1c2d 100%);
	color: #fff;
}

.preors-home-v3__brands-head {
	margin-bottom: 24px;
	text-align: center;
}

.preors-home-v3__brands-head span {
	display: block;
	margin-bottom: 5px;
	color: #f3b23f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.5px;
}

.preors-home-v3__brands-head h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
}

.preors-home-v3__brands-head p {
	margin: 0;
	color: rgba(255,255,255,.55);
	font-size: 14px;
}

.preors-home-v3__brands-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.preors-home-v3__brand-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 16px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 8px;
	background: rgba(255,255,255,.04);
	transition: background .2s, border-color .2s;
}

.preors-home-v3__brand-card:hover {
	border-color: rgba(243,178,63,.5);
	background: rgba(255,255,255,.08);
	color: #fff;
}

.preors-home-v3__brand-card__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background: rgba(243,178,63,.15);
	color: #f3b23f;
	font-size: 15px;
	font-weight: 800;
	flex-shrink: 0;
}

.preors-home-v3__brand-card strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
}

.preors-home-v3__brand-card p {
	margin: 0;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.preors-home-v3__brands-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.preors-home-v3__brands {
		padding: 20px 16px;
	}
}

/* 快讯时间线 */
/* loop-flash overrides */
.loop-flash article h2 { font-size: 18px; font-weight: 600; }
.loop-flash article h2 a { color: #1a1a1a; }
.loop-flash article h2 a:hover { color: #d72638; }
.loop-flash article .note { margin: 8px 0 0; color: #6b7280; font-size: 14px; line-height: 1.7; }
@media (max-width: 600px) {
	.loop-flash article .note { display: block !important; font-size: 13px; }
}

/* Logo fix: maintain aspect ratio, 1.5x size */
.logo a { height: auto !important; max-width: 100%; }
.logo img { max-height: 52px !important; height: auto !important; width: auto !important; max-width: 100% !important; margin-bottom: 0 !important; object-fit: contain; }
@media (max-width: 768px) {
	.logo a { height: auto !important; }
	.logo img { max-height: 36px !important; max-width: 60% !important; height: auto !important; }
}

/* 文章页远见OS行动卡 */
.preors-os-action-card {
	margin: 32px 0 20px;
	padding: 22px 24px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fafc;
}

.preors-os-action-card__head {
	margin-bottom: 16px;
}

.preors-os-action-card__head strong {
	display: block;
	margin-bottom: 6px;
	color: #101820;
	font-size: 16px;
	font-weight: 700;
}

.preors-os-action-card__head p {
	margin: 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.65;
}

.preors-os-action-card__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.preors-os-action-card__actions a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	background: #fff;
	color: #101820;
	font-size: 13px;
	font-weight: 600;
	transition: border-color .2s, background .2s;
}

.preors-os-action-card__actions a:hover {
	border-color: #101820;
	background: #101820;
	color: #fff;
}

@media (max-width: 600px) {
	.preors-os-action-card {
		padding: 16px;
	}
	.preors-os-action-card__actions {
		flex-direction: column;
	}
	.preors-os-action-card__actions a {
		justify-content: center;
	}
}

/* 远见OS 中转页 */
.preors-os-landing {
	max-width: 860px;
	margin: 0 auto;
	padding: 40px 20px 60px;
	color: #1f2933;
}

.preors-os-landing__hero {
	text-align: center;
	padding: 48px 20px 40px;
	margin-bottom: 32px;
	border-radius: 10px;
	background: linear-gradient(135deg, #101820 0%, #1a2a3a 100%);
	color: #fff;
}

.preors-os-landing__hero h1 {
	margin: 0 0 14px;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}

.preors-os-landing__hero p {
	margin: 0 auto 28px;
	max-width: 580px;
	color: rgba(255,255,255,.65);
	font-size: 15px;
	line-height: 1.75;
}

.preors-os-landing__cta {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.preors-os-landing__cta a {
	display: inline-flex;
	align-items: center;
	padding: 10px 22px;
	border-radius: 6px;
	background: #f3b23f;
	color: #101820;
	font-size: 14px;
	font-weight: 700;
	transition: opacity .2s;
}

.preors-os-landing__cta a:hover {
	opacity: .85;
	color: #101820;
}

.preors-os-landing__link {
	display: inline-block;
	color: rgba(255,255,255,.6);
	font-size: 13px;
}

.preors-os-landing__link:hover {
	color: #f3b23f;
}

.preors-os-landing__section {
	margin-bottom: 32px;
	padding: 28px 24px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.preors-os-landing__section h2 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
}

.preors-os-landing__section p {
	margin: 0 auto 18px;
	max-width: 560px;
	color: #526071;
	font-size: 14px;
	line-height: 1.7;
}

.preors-os-landing__section--dark {
	background: #101820;
	color: #fff;
	border-color: #101820;
}

.preors-os-landing__section--dark h2 { color: #fff; }
.preors-os-landing__section--dark p { color: rgba(255,255,255,.6); }

.preors-os-landing__tags {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.preors-os-landing__tags span {
	padding: 6px 14px;
	border: 1px solid #dfe4ea;
	border-radius: 20px;
	font-size: 13px;
	color: #526071;
}

.preors-os-landing__roles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 700px;
	margin: 0 auto;
}

.preors-os-landing__role {
	padding: 18px 14px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.05);
}

.preors-os-landing__role strong {
	display: block;
	margin-bottom: 6px;
	color: #f3b23f;
	font-size: 16px;
}

.preors-os-landing__role p {
	color: rgba(255,255,255,.6);
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 0;
}

.preors-os-landing__scenarios {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 480px;
	text-align: left;
}

.preors-os-landing__scenarios li {
	padding: 8px 0 8px 20px;
	position: relative;
	color: #374151;
	font-size: 14px;
	line-height: 1.6;
}

.preors-os-landing__scenarios li::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d72638;
}

.preors-os-landing__cta-bottom {
	text-align: center;
	padding: 36px 20px;
}

.preors-os-landing__cta-bottom h2 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 600px) {
	.preors-os-landing {
		padding: 20px 12px 40px;
	}
	.preors-os-landing__hero h1 {
		font-size: 26px;
	}
	.preors-os-landing__roles {
		grid-template-columns: 1fr;
	}
}

/* ═══════════════════════════════════════════════════════════════
   P0-1: 文章页 V3 化覆盖样式（扁平化 + 组件增强）
   ═══════════════════════════════════════════════════════════════ */

/* ── 扁平化：移除过重阴影，统一卡片质感 ── */
.preors-single .article-header,
.preors-single .article-content,
.preors-single .post-copyright,
.preors-single .post-copyright-custom,
.preors-single .post-actions,
.preors-single .article-tags,
.preors-single .article-author,
.preors-single .article-nav,
.preors-single .relates {
	box-shadow: 0 1px 3px rgba(16, 24, 32, .04);
	transition: box-shadow .2s ease;
}

/* ── 作者卡片 V3 化 ── */
.preors-single .article-author {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
}

.preors-single .article-author img.avatar {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 2px solid #e4e7ec;
}

.preors-single .article-author__info {
	flex: 1 1 auto;
	min-width: 0;
}

.preors-single .article-author__info h4 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
}

.preors-single .article-author__info h4 a {
	color: #101820;
}

.preors-single .article-author__info h4 a:hover {
	color: #d72638;
}

.preors-single .article-author__info h4 .-rss {
	margin-left: 8px;
	color: #8e99a8;
	font-size: 13px;
}

.preors-single .article-author__info h4 .-rss:hover {
	color: #d72638;
}

.preors-single .article-author__info p {
	margin: 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.7;
}

/* ── 相关文章网格卡片 ── */
.preors-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.preors-related-card {
	overflow: hidden;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	transition: transform .15s ease, box-shadow .15s ease;
}

.preors-related-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(16, 24, 32, .08);
}

.preors-related-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #eef2f6;
}

.preors-related-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.preors-related-card:hover .preors-related-card__thumb img {
	transform: scale(1.04);
}

.preors-related-card__body {
	padding: 12px 14px 14px;
}

.preors-related-card__body h4 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.preors-related-card__body h4 a {
	color: #17202a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.preors-related-card__body h4 a:hover {
	color: #d72638;
}

.preors-related-card__body time {
	color: #8e99a8;
	font-size: 12px;
}

.preors-related-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 24px;
	color: #8e99a8;
	font-size: 14px;
	text-align: center;
}

/* ── OS 行动卡深色变体 ── */
.preors-single .preors-os-action-card {
	background: #101820;
	border-color: rgba(255, 255, 255, .08);
	color: #fff;
}

.preors-single .preors-os-action-card__head strong {
	color: #fff;
}

.preors-single .preors-os-action-card__head p {
	color: rgba(255, 255, 255, .72);
}

.preors-single .preors-os-action-card__actions a {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .12);
	color: #fff;
}

.preors-single .preors-os-action-card__actions a:hover {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .3);
}

/* ── 响应式覆盖 ── */
@media (max-width: 1024px) {
	.preors-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.preors-single .article-author {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 12px;
	}

	.preors-single .article-author img.avatar {
		width: 72px;
		height: 72px;
	}

	.preors-single .article-author__info h4 {
		font-size: 15px;
	}

	.preors-related-grid {
		grid-template-columns: 1fr;
	}

	.preors-related-card__thumb {
		aspect-ratio: 16 / 9;
	}
}

/* ═══════════════════════════════════════════════════════════════
   P0-3: 深色模式全局适配 — html.darking 下所有 .preors-* 覆盖
   ═══════════════════════════════════════════════════════════════ */

/* ── 基础映射 ──
   #fff, #f8fafc  →  #1a1d21 (页面/区块背景)
   #f6f7f9, #eef2f6, #f7f9fb  →  #1e2127 (卡片/标签背景)
   #e4e7ec, #e5e7eb, #dfe4ea  →  #2c3036 (边框)
   #101820, #17202a  →  #e8eaed (主标题)
   #263241, #1f2937  →  #c9cdd1 (正文)
   #526071, #637083, #4b5563  →  #9aa0a6 (次要文字)
   #8e99a8, #7a8493  →  #80868b (元信息)
   #111827  →  #0d1117 (加深)
   #d72638 保持
*/

/* ── 全局 ── */
html.darking {
	color: #c9cdd1;
	background-color: #1a1d21;
}

/* ── 首页 V3 ── */
html.darking .preors-home-v3 {
	color: #c9cdd1;
}

html.darking .preors-home-v3__lead {
	background: #1a1d21;
	border-color: #2c3036;
}

html.darking .preors-home-v3__top-story,
html.darking .preors-home-v3__secondary-story,
html.darking .preors-home-v3__channel,
html.darking .preors-home-v3__brands,
html.darking .preors-home-v3__latest {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-home-v3__top-title,
html.darking .preors-home-v3__channel-title,
html.darking .preors-home-v3__secondary-story a,
html.darking .preors-home-v3__channel-list a {
	color: #e8eaed;
}

html.darking .preors-home-v3__top-copy p,
html.darking .preors-home-v3__channel-lead p {
	color: #9aa0a6;
}

html.darking .preors-home-v3__channel-tags a {
	background: #24282e;
	border-color: #2c3036;
	color: #9aa0a6;
}

html.darking .preors-home-v3__channel-tags a:hover {
	background: #2c3036;
	color: #e8eaed;
}

html.darking .preors-home-v3__signal a {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-home-v3__signal a:hover {
	background: #24282e;
}

html.darking .preors-home-v3__nav {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-home-v3__nav a {
	color: #c9cdd1;
	border-color: #2c3036;
}

html.darking .preors-home-v3__nav a:hover {
	background: #24282e;
}

html.darking .preors-home-v3__media-fallback {
	background: linear-gradient(135deg, #1e2127, #24282e, #1a1d21);
	color: #80868b;
}

html.darking .preors-home-v3__media-icon {
	background: linear-gradient(135deg, #e8eaed, #9aa0a6);
	color: #1a1d21;
}

/* 品牌矩阵 */
html.darking .preors-home-v3__brands-grid {
	background: transparent;
}

html.darking .preors-home-v3__brand-card {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-home-v3__brand-card strong {
	color: #e8eaed;
}

html.darking .preors-home-v3__brand-card p {
	color: #9aa0a6;
}

/* 快讯（保持深色，微调文字） */
html.darking .preors-home-v3__flash {
	background: #0d1117;
	border-color: #1e2127;
}

html.darking .preors-home-v3__flash-head h2,
html.darking .preors-home-v3__flash-head span {
	color: #e8eaed;
}

html.darking .preors-home-v3__flash-list a {
	color: rgba(255, 255, 255, .88);
}

html.darking .preors-home-v3__flash-list li {
	border-color: rgba(255, 255, 255, .08);
}

/* OS */
html.darking .preors-home-v3__os {
	background: #0d1117;
	border-color: #1e2127;
}

html.darking .preors-home-v3__os-item {
	background: rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .1);
}

html.darking .preors-home-v3__os-item:hover {
	background: rgba(255, 255, 255, .08);
}

html.darking .preors-home-v3__os-item strong {
	color: #e8eaed;
}

html.darking .preors-home-v3__os-item span {
	color: #9aa0a6;
}

/* 移动端导航 */
html.darking .preors-mobile-nav {
	background: rgba(26, 29, 33, .96);
	border-color: #2c3036;
}

html.darking .preors-mobile-nav a {
	background: #1e2127;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .preors-mobile-nav a.is-current {
	background: #e8eaed;
	border-color: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-mobile-nav__search,
html.darking .preors-mobile-nav__user {
	background: #24282e;
	border-color: #2c3036;
	color: #c9cdd1;
}

/* ── 文章页 ── */
html.darking .preors-single .article-header,
html.darking .preors-single .article-content,
html.darking .preors-single .post-copyright,
html.darking .preors-single .post-copyright-custom,
html.darking .preors-single .post-actions,
html.darking .preors-single .article-tags,
html.darking .preors-single .article-author,
html.darking .preors-single .article-nav,
html.darking .preors-single .relates {
	background: #1e2127;
	border-color: #2c3036;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

html.darking .preors-single .article-title {
	color: #e8eaed;
}

html.darking .preors-single .article-meta {
	color: #80868b;
}

html.darking .preors-single .article-meta a {
	color: #9aa0a6;
}

html.darking .preors-single .article-meta a:hover {
	color: #d72638;
}

html.darking .preors-single .article-content {
	color: #c9cdd1;
}

html.darking .preors-single .article-content p {
	color: #c9cdd1;
}

html.darking .preors-single .article-content h2,
html.darking .preors-single .article-content h3,
html.darking .preors-single .article-content h4 {
	color: #e8eaed;
}

html.darking .preors-single .article-content h2 {
	border-left-color: #d72638;
}

html.darking .preors-single .article-content blockquote {
	background: #1a1d21;
	border-left-color: #e8eaed;
	color: #9aa0a6;
}

html.darking .preors-single .article-content img {
	border-radius: 6px;
}

html.darking .preors-single .article-update-tips {
	background: #2d1f1f;
	border-color: #3d2525;
	color: #d48a8a;
}

/* 来源卡片 */
html.darking .preors-source-card {
	background: #1a1d21;
	border-color: #2c3036;
}

html.darking .preors-source-card span {
	color: #80868b;
}

html.darking .preors-source-card strong {
	color: #e8eaed;
}

html.darking .preors-source-card a {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-source-card a:hover {
	background: #d72638;
	color: #fff;
}

/* 操作栏 */
html.darking .preors-single .post-actions .action {
	background: #24282e;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .preors-single .post-actions .action:hover {
	background: #d72638;
	border-color: #d72638;
	color: #fff;
}

/* 版权 */
html.darking .preors-single .post-copyright,
html.darking .preors-single .post-copyright-custom {
	color: #80868b;
}

/* 标签 */
html.darking .preors-single .article-tags a {
	background: #24282e;
	color: #9aa0a6;
}

html.darking .preors-single .article-tags a:hover {
	background: #e8eaed;
	color: #1a1d21;
}

/* 作者 */
html.darking .preors-single .article-author img.avatar {
	border-color: #2c3036;
}

html.darking .preors-single .article-author__info h4 a {
	color: #e8eaed;
}

html.darking .preors-single .article-author__info p {
	color: #9aa0a6;
}

/* 导航 */
html.darking .preors-single .article-nav span {
	color: #80868b;
}

html.darking .preors-single .article-nav span + span {
	border-left-color: #2c3036;
}

html.darking .preors-single .article-nav a {
	color: #c9cdd1;
}

html.darking .preors-single .article-nav a:hover {
	color: #d72638;
}

/* 相关文章 */
html.darking .preors-single .relates .title h3 {
	color: #e8eaed;
}

html.darking .preors-related-card {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-related-card__body h4 a {
	color: #e8eaed;
}

html.darking .preors-related-card__body time {
	color: #80868b;
}

html.darking .preors-related-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

/* ── 列表卡片 ── */
html.darking .preors-list-page__header {
	border-color: #2c3036;
}

html.darking .preors-list-page__header h1 {
	color: #e8eaed;
}

html.darking .preors-list-page__header p {
	color: #9aa0a6;
}

html.darking .preors-list-card {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-list-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
}

html.darking .preors-list-card__thumb {
	background: #1a1d21;
}

html.darking .preors-list-card__top-label span {
	background: #24282e;
	color: #9aa0a6;
}

html.darking .preors-list-card__cat {
	background: #24282e;
	color: #9aa0a6;
}

html.darking .preors-list-card__cat:hover {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-list-card__label {
	color: #80868b;
}

html.darking .preors-list-card__meta time {
	color: #80868b;
}

html.darking .preors-list-card__title a {
	color: #e8eaed;
}

html.darking .preors-list-card__desc {
	color: #9aa0a6;
}

html.darking .preors-list-card__foot {
	border-color: #2c3036;
	color: #80868b;
}

html.darking .preors-list-card__author a {
	color: #9aa0a6;
}

html.darking .preors-list-ad {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-list-ad__body h3 a {
	color: #e8eaed;
}

html.darking .preors-list-ad__body p {
	color: #9aa0a6;
}

/* ── 频道页 ── */
html.darking .preors-channel__hero {
	background: linear-gradient(135deg, #1a1d21 0%, #1e2127 100%);
}

html.darking .preors-channel__hero h1 {
	color: #e8eaed;
}

html.darking .preors-channel__hero p {
	color: #9aa0a6;
}

html.darking .preors-channel__eyebrow {
	background: rgba(255, 255, 255, .08);
	color: #c9cdd1;
}

html.darking .preors-channel-card {
	background: transparent;
}

html.darking .preors-channel-card__thumb {
	background: #1a1d21;
}

html.darking .preors-channel-card__title {
	color: #e8eaed;
}

html.darking .preors-channel-card p {
	color: #9aa0a6;
}

html.darking .preors-channel-sidebox {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-channel-tags a {
	background: #24282e;
	border-color: #2c3036;
	color: #9aa0a6;
}

html.darking .preors-channel-tags a:hover {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-channel-compact a {
	color: #c9cdd1;
}

html.darking .preors-channel-compact a:hover {
	color: #d72638;
}

/* 区域筛选 */
html.darking .preors-region-group {
	background: transparent;
}

html.darking .preors-region-label {
	color: #80868b;
}

html.darking .preors-region-link {
	background: #24282e;
	color: #9aa0a6;
}

html.darking .preors-region-link:hover,
html.darking .preors-region-link.is-active {
	background: #e8eaed;
	color: #1a1d21;
}

/* 作者页 */
html.darking .preors-author__avatar {
	border-color: #2c3036;
}

html.darking .preors-author__stat strong {
	color: #e8eaed;
}

html.darking .preors-author__stat span {
	color: #9aa0a6;
}

html.darking .preors-author__social a,
html.darking .preors-author__social span {
	background: #1a1d21;
	border-color: #2c3036;
	color: #9aa0a6;
}

html.darking .preors-author__social a:hover {
	background: #e8eaed;
	border-color: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-author__expertise strong {
	color: #e8eaed;
}

html.darking .preors-author__expertise a {
	background: #1a1d21;
	border-color: #2c3036;
	color: #9aa0a6;
}

html.darking .preors-author__expertise a:hover {
	background: #e8eaed;
	border-color: #e8eaed;
	color: #1a1d21;
}

/* ── 搜索页 ── */
html.darking .preors-search__hero {
	background: linear-gradient(135deg, #1a1d21 0%, #1e2127 100%);
}

html.darking .preors-search__hero h1 {
	color: #e8eaed;
}

html.darking .preors-search__hero p {
	color: #9aa0a6;
}

html.darking .preors-search-form input {
	background: #1e2127;
	border-color: #2c3036;
	color: #e8eaed;
}

html.darking .preors-search-form input::placeholder {
	color: #80868b;
}

html.darking .preors-search-form button {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-search__summary span {
	color: #80868b;
}

html.darking .preors-search__summary strong {
	color: #e8eaed;
}

html.darking .preors-search-result {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-search-result h2 a {
	color: #e8eaed;
}

html.darking .preors-search-result p {
	color: #9aa0a6;
}

html.darking .preors-search-result__foot span {
	color: #80868b;
}

html.darking .preors-search-result__foot a {
	color: #c9cdd1;
}

html.darking .preors-search-none h2 {
	color: #e8eaed;
}

html.darking .preors-search-none p {
	color: #9aa0a6;
}

/* 404 推荐 */
html.darking .preors-404__cards .preors-list-card {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-404__cards .preors-list-card__thumb {
	background: #1a1d21;
}

html.darking .preors-404__cards .preors-list-card__thumb-fallback {
	background: linear-gradient(135deg, #1e2127, #24282e);
	color: #80868b;
}

html.darking .preors-404__cards .preors-list-card__meta {
	color: #80868b;
}

html.darking .preors-404__cards .preors-list-card__title a {
	color: #e8eaed;
}

/* ── 存档/标签/作者 ── */
html.darking .preors-archive__hero,
html.darking .preors-topic__hero {
	background: linear-gradient(135deg, #1a1d21 0%, #1e2127 100%);
}

html.darking .preors-archive__hero h1,
html.darking .preors-topic__info h1 {
	color: #e8eaed;
}

html.darking .preors-archive__hero p,
html.darking .preors-topic__desc {
	color: #9aa0a6;
}

html.darking .preors-archive__meta span {
	color: #80868b;
}

html.darking .preors-archive__side-text {
	color: #9aa0a6;
}

/* 专题页封面 */
html.darking .preors-topic__cover {
	opacity: .8;
}

/* ── 404 ── */
html.darking .preors-404__panel {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-404 h1 {
	color: #e8eaed;
}

html.darking .preors-404 h2 {
	color: #c9cdd1;
}

html.darking .preors-404 p {
	color: #9aa0a6;
}

html.darking .preors-404__actions a {
	background: #24282e;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .preors-404__actions a:hover {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-404__actions .preors-404__primary {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .preors-404__actions .preors-404__primary:hover {
	background: #fff;
}

/* ── 订阅 ── */
html.darking .preors-subscribe {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-subscribe h3 {
	color: #e8eaed;
}

html.darking .preors-subscribe p {
	color: #9aa0a6;
}

html.darking .preors-subscribe__form input {
	background: #24282e;
	border-color: #2c3036;
	color: #e8eaed;
}

html.darking .preors-subscribe__form button {
	background: #e8eaed;
	color: #1a1d21;
}

/* ── OS 行动卡（文章页追加） ── */
html.darking .preors-os-action-card {
	background: #0d1117;
	border-color: #1e2127;
}

html.darking .preors-os-action-card__actions a {
	background: #24282e;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .preors-os-action-card__actions a:hover {
	background: #e8eaed;
	border-color: #e8eaed;
	color: #1a1d21;
}

/* ── 品牌页（覆盖内联样式）── */
html.darking .brand-page-wrap {
	background: transparent;
}

html.darking .brand-panel {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .brand-hero h1,
html.darking .brand-hero .brand-subtitle {
	color: #e8eaed;
}

html.darking .brand-hero .brand-lead {
	color: #9aa0a6;
}

html.darking .brand-actions .primary {
	background: #e8eaed;
	color: #1a1d21;
	box-shadow: 0 10px 24px rgba(255, 255, 255, .08);
}

html.darking .brand-actions .ghost {
	background: transparent;
	color: #c9cdd1;
	border-color: #2c3036;
}

html.darking .stat-card {
	background: rgba(255, 255, 255, .04);
	border-color: #2c3036;
}

html.darking .stat-card strong {
	color: #e8eaed;
}

html.darking .stat-card span {
	color: #9aa0a6;
}

html.darking .info-card,
html.darking .content-card,
html.darking .audience-card,
html.darking .brand-entry,
html.darking .brand-roadmap,
html.darking .brand-quote,
html.darking .brand-card {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .info-card h3,
html.darking .content-card h3,
html.darking .audience-card h3,
html.darking .brand-entry h3,
html.darking .brand-roadmap h3,
html.darking .brand-quote h3,
html.darking .brand-card h3 {
	color: #e8eaed;
}

html.darking .info-card p,
html.darking .content-card p,
html.darking .audience-card p,
html.darking .brand-entry p,
html.darking .brand-roadmap p,
html.darking .brand-card p {
	color: #9aa0a6;
}

html.darking .brand-card .thumb {
	background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
	border-color: rgba(255, 255, 255, .06);
}

html.darking .brand-flow .flow-item {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .brand-flow .flow-item h4 {
	color: #e8eaed;
}

html.darking .brand-flow .flow-item p {
	color: #9aa0a6;
}

html.darking .brand-block h2,
html.darking .brand-block p.intro {
	color: #c9cdd1;
}

html.darking .brand-anchors a {
	background: #24282e;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .brand-footer .primary {
	background: #e8eaed;
	color: #1a1d21;
}

html.darking .brand-footer .secondary {
	background: transparent;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .brand-body-content {
	color: #c9cdd1;
	border-color: #2c3036;
}

/* 品牌页侧边栏视觉面板 */
html.darking .brand-visual {
	background: linear-gradient(180deg, #0d1117, #111827);
}

html.darking .brand-visual h3 {
	color: #e8eaed;
}

html.darking .brand-visual p {
	color: rgba(255, 255, 255, .72);
}

/* ── OS 落地页 ── */
html.darking .preors-os-landing {
	color: #c9cdd1;
}

html.darking .preors-os-landing__section {
	background: transparent;
}

html.darking .preors-os-landing__section h2 {
	color: #e8eaed;
}

html.darking .preors-os-landing__section p {
	color: #9aa0a6;
}

html.darking .preors-os-landing__tags span {
	background: #24282e;
	color: #9aa0a6;
}

html.darking .preors-os-landing__role {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .preors-os-landing__role strong {
	color: #e8eaed;
}

html.darking .preors-os-landing__role p {
	color: #9aa0a6;
}

html.darking .preors-os-landing__scenarios li {
	color: #c9cdd1;
}

html.darking .preors-os-landing__scenarios li::before {
	background: #d72638;
}

/* ── 分页 ── */
html.darking .paging {
	background: transparent;
}

html.darking .paging a {
	background: #1e2127;
	border-color: #2c3036;
	color: #c9cdd1;
}

html.darking .paging a:hover {
	background: #24282e;
	color: #e8eaed;
}

html.darking .paging .current {
	background: #e8eaed;
	color: #1a1d21;
}

/* ── 面包屑 ── */
html.darking .breadcrumbs {
	background: #1a1d21;
	border-color: #2c3036;
}

html.darking .breadcrumbs a {
	color: #9aa0a6;
}

html.darking .breadcrumbs a:hover {
	color: #e8eaed;
}

/* ── 广告位容器（如有）── */
html.darking .orbui-post,
html.darking .orbui-cat,
html.darking .orbui-search,
html.darking .orbui-index {
	background: #1e2127;
	border-color: #2c3036;
}

/* ── 侧边栏小工具（DUX兼容）── */
html.darking .sidebar .widget {
	background: #1e2127;
	border-color: #2c3036;
}

html.darking .sidebar .widget-title {
	color: #e8eaed;
}

html.darking .sidebar a {
	color: #c9cdd1;
}

html.darking .sidebar a:hover {
	color: #d72638;
}

/* ── 页脚 ── */
html.darking .footer {
	background: #1a1d21;
	border-color: #2c3036;
}

html.darking .footer p,
html.darking .footer a {
	color: #80868b;
}

html.darking .footer a:hover {
	color: #e8eaed;
}

/* ── 响应式深色覆盖 ── */
@media (max-width: 720px) {
	html.darking .preors-single .article-header,
	html.darking .preors-single .article-content,
	html.darking .preors-single .post-copyright,
	html.darking .preors-single .post-copyright-custom,
	html.darking .preors-single .post-actions,
	html.darking .preors-single .article-tags,
	html.darking .preors-single .article-author,
	html.darking .preors-single .article-nav,
	html.darking .preors-single .relates,
	html.darking .preors-source-card {
		border-color: #2c3036;
	}
}

/* ═══════════════════════════════════════════════════════════════
   P0-2: 列表页 V3 化（excerpt / loop-default）
   ═══════════════════════════════════════════════════════════════ */

/* ── 列表页面容器 ── */
.preors-list-page__header {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e7ec;
}

.preors-list-page__header h1 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 800;
	color: #101820;
}

.preors-list-page__header p {
	margin: 0;
	color: #526071;
	font-size: 15px;
	line-height: 1.7;
}

/* ── 列表网格 ── */
.preors-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 24px;
}

/* ── 文章卡片 ── */
.preors-list-card {
	overflow: hidden;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	transition: transform .15s ease, box-shadow .15s ease;
}

.preors-list-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(16, 24, 32, .08);
}

/* ── 缩略图 ── */
.preors-list-card__thumb {
	display: block;
	overflow: hidden;
	position: relative;
	aspect-ratio: 16 / 9;
	background: #f6f7f9;
}

.preors-list-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.preors-list-card:hover .preors-list-card__thumb img {
	transform: scale(1.04);
}

/* ── 置顶/NEW 标记 ── */
.preors-list-card__sticky,
.preors-list-card__new {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.preors-list-card__sticky {
	background: #d72638;
	color: #fff;
}

.preors-list-card__new {
	background: #101820;
	color: #fff;
}

/* ── 纯文字模式顶部标签 ── */
.preors-list-card__top-label {
	padding: 12px 16px 0;
}

.preors-list-card__top-label span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eef2f6;
	color: #526071;
	font-size: 12px;
	font-weight: 650;
}

/* ── 内容区 ── */
.preors-list-card__body {
	padding: 14px 16px 16px;
}

/* ── Meta 行 ── */
.preors-list-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1;
}

.preors-list-card__cat {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 4px;
	background: #f7f9fb;
	color: #526071;
	font-size: 12px;
	font-weight: 650;
}

.preors-list-card__cat:hover {
	background: #101820;
	color: #fff;
}

.preors-list-card__label {
	color: #8e99a8;
	font-size: 12px;
}

.preors-list-card__meta time {
	margin-left: auto;
	color: #8e99a8;
}

/* ── 标题 ── */
.preors-list-card__title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.preors-list-card__title a {
	color: #101820;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.preors-list-card__title a:hover {
	color: #d72638;
}

/* ── 摘要 ── */
.preors-list-card__desc {
	margin: 0 0 12px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── 底部 ── */
.preors-list-card__foot {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 12px;
	border-top: 1px solid #edf0f4;
	color: #8e99a8;
	font-size: 12px;
}

.preors-list-card__author a {
	color: #526071;
	font-weight: 600;
}

.preors-list-card__author a:hover {
	color: #d72638;
}

.preors-list-card__pv {
	margin-left: auto;
}

.preors-list-card__comment {
	color: #8e99a8;
}

.preors-list-card__comment:hover {
	color: #d72638;
}

/* ── 广告卡片 ── */
.preors-list-ad {
	overflow: hidden;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	gap: 0;
}

.preors-list-ad__thumb {
	display: block;
	overflow: hidden;
}

.preors-list-ad__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.preors-list-ad__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.preors-list-ad__body h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
}

.preors-list-ad__body h3 a {
	color: #101820;
}

.preors-list-ad__body p {
	margin: 0;
	color: #526071;
	font-size: 14px;
	line-height: 1.7;
}

/* ── 响应式 ── */
@media (max-width: 1024px) {
	.preors-list-grid {
		gap: 16px;
	}
}

@media (max-width: 720px) {
	.preors-list-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.preors-list-page__header h1 {
		font-size: 22px;
	}

	.preors-list-card__title {
		font-size: 15px;
	}

	.preors-list-ad {
		grid-template-columns: 1fr;
	}

	.preors-list-ad__thumb {
		aspect-ratio: 16 / 9;
	}
}
