	.postProgress{
		position:fixed;
		inset:auto 0 auto 0;
		top:0;
		height:3px;
		background:rgba(184,155,94,0.22);
		z-index:9999;
	}
	.postProgress__bar{
		height:100%;
		width:0%;
		background:#B89B5E;
	}
	.postHero{
		box-sizing:border-box;
		width:100%;
		display:flex;
		justify-content:center;
		padding:24px 16px;
		background:linear-gradient(-135deg, rgba(31,48,94,0.95) 0%, rgba(31,48,94,0.55) 100%);
		position:relative;
	}
	.postHero *{ box-sizing:border-box; }
	.postHero__inner{
		width:100%;
		max-width:1200px;
		display:flex;
		flex-direction:column;
		gap:12px;
	}
	.postHero__crumbs{
		display:flex;
		flex-wrap:wrap;
		gap:8px;
		align-items:center;
		font-size:12px;
		line-height:1.8;
		color:rgba(255,255,255,0.88);
	}
	.postHero__crumbs a{
		color:rgba(255,255,255,0.92);
		text-decoration:none;
	}
	.postHero__crumbs a:hover{ text-decoration:underline; }
	.postHero__title{
		padding:0;
		font-size:26px;
		font-weight:900;
		line-height:1.35;
		color:#ffffff;
	}
	.postHero__meta{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
		align-items:center;
	}
	.pill{
		display:inline-flex;
		gap:6px;
		align-items:center;
		padding:8px 10px;
		border-radius:9999px;
		background:rgba(255,255,255,0.12);
		border:1px solid rgba(255,255,255,0.18);
		font-size:12px;
		line-height:1.5;
		color:#ffffff;
	}
	.pill__k{ color:rgba(255,255,255,0.78); }
	.postWrap{
		box-sizing:border-box;
		width:100%;
		display:flex;
		justify-content:center;
		padding:32px 16px;
		background:linear-gradient(135deg, rgba(140,147,168,0.10) 0%, rgba(140,147,168,0.04) 55%, rgba(140,147,168,0.00) 100%);
	}
	.postWrap *{ box-sizing:border-box; }
	.post{
		width:100%;
		max-width:1200px;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.postGrid{
		width:100%;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.postMain,
	.postSide{
		width:100%;
		min-width:0;
		display:flex;
		flex-direction:column;
		gap:16px;
	}
	.card{
		border:1px solid #e2e8f0;
		border-radius:16px;
		background:#ffffff;
		box-shadow:0 8px 24px rgba(15,23,42,0.06);
		overflow:hidden;
	}
	.cardPad{
		padding:16px;
		display:flex;
		flex-direction:column;
		gap:12px;
		min-width:0;
	}
	.postCover{
		width:100%;
		display:flex;
	}
	.postCover__img{
		width:100%;
		height:auto;
		display:block;
		object-fit:cover;
		aspect-ratio:16/9;
	}
	.postCover__cap{
		padding:12px 16px;
		display:flex;
		flex-direction:column;
		gap:8px;
		background:linear-gradient(135deg, rgba(184,155,94,0.18) 0%, rgba(184,155,94,0.08) 55%, rgba(184,155,94,0.00) 100%);
	}
	.postCover__capText{
		font-size:12px;
		line-height:1.8;
		color:#0f172a;
	}
	.postContent{
		display:flex;
		flex-direction:column;
		gap:12px;
		min-width:0;
	}
	.postContent *{
		max-width:100%;
	}
	.postContent h2,
	.postContent h3,
	.postContent h4{
		padding:0;
		color:#0f172a;
		line-height:1.6;
	}
	.postContent h2{ font-size:16px; }
	.postContent h3{ font-size:14px; }
	.postContent h4{ font-size:13px; }
	.postContent p,
	.postContent li{
		font-size:12px;
		line-height:2;
		color:#334155;
	}
	.postContent ul,
	.postContent ol{
		padding:0 18px 0 0;
		display:flex;
		flex-direction:column;
		gap:8px;
	}
	.postContent blockquote{
		padding:12px;
		border-radius:12px;
		background:#e9edf6;
		display:flex;
		flex-direction:column;
		gap:8px;
		color:#0f172a;
	}
	.postContent img{
		width:100%;
		height:auto;
		display:block;
		object-fit:cover;
		border-radius:12px;
	}
	.postContent a{
		color:#1f4aa8;
		text-decoration:underline;
		text-underline-offset:3px;
	}
	.chips{
		display:flex;
		flex-wrap:wrap;
		gap:8px;
		align-items:center;
	}
	.chip{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:8px 10px;
		border-radius:9999px;
		border:1px solid rgba(15,23,42,0.10);
		background:#ffffff;
		font-size:12px;
		line-height:1.2;
		color:#0f172a;
		text-decoration:none;
	}
	.chip:hover{
		border-color:rgba(184,155,94,0.55);
	}
	.sideTitle{
		font-size:12px;
		line-height:1.6;
		color:#0f172a;
		font-weight:800;
	}
	.toc{
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	.tocList{
		padding:0;
		display:flex;
		flex-direction:column;
		gap:8px;
		list-style:none;
	}
	.tocLink{
		display:flex;
		align-items:flex-start;
		gap:8px;
		text-decoration:none;
		color:#334155;
		font-size:12px;
		line-height:1.9;
	}
	.tocDot{
		width:8px;
		height:8px;
		border-radius:9999px;
		background:#B89B5E;
		flex:0 0 auto;
		transform:translateY(6px);
	}
	.tocLink:hover{
		color:#0f172a;
		text-decoration:underline;
		text-underline-offset:3px;
	}
	.tocLink[data-level="3"]{
		padding-right:14px;
		opacity:0.92;
	}
	.actions{
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	.btnRow{
		display:flex;
		flex-wrap:wrap;
		gap:10px;
	}
	.btn{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		text-decoration:none;
		font-size:12px;
		line-height:1;
		border-radius:9999px;
		padding:12px 14px;
		border:1px solid rgba(15,23,42,0.10);
		background:#ffffff;
		color:#0f172a;
		cursor:pointer;
	}
	.btnPrimary{
		background:#B89B5E;
		border-color:#B89B5E;
		color:#ffffff;
	}
	.btn:focus{
		outline:2px solid #0f172a;
		outline-offset:2px;
	}
	.noteBox{
		border-radius:16px;
		background:#e9edf6;
		padding:16px;
		display:flex;
		flex-direction:column;
		gap:10px;
	}
	.noteBox__t{
		font-size:12px;
		line-height:1.9;
		color:#0f172a;
	}
	@media (min-width:900px){
		.postGrid{
			display:grid;
			grid-template-columns: minmax(0,1fr) 360px;
			gap:16px;
			align-items:start;
		}
		.postSide{
			position:sticky;
			top:16px;
		}
		.postHero__title{
			font-size:30px;
		}
	}