.shkpn {
	--shkpn-brown: #35170e;
	--shkpn-brown-2: #6b2a12;
	--shkpn-gold: var(--shk-gold, #c9982e);
	--shkpn-gold-light: #edcf80;
	--shkpn-cream: #fbf7ef;
	--shkpn-ink: #321b13;
	--shkpn-muted: #7c6d65;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(28px, 4vw, 58px);
	border: 1px solid rgba(201, 152, 46, .32);
	border-radius: 26px;
	background:
		radial-gradient(circle at 94% -4%, rgba(201, 152, 46, .18), transparent 28%),
		linear-gradient(145deg, #fff 0%, var(--shkpn-cream) 100%);
	box-shadow: 0 24px 70px rgba(53, 23, 14, .11);
	color: var(--shkpn-ink);
	font-family: var(--shk-fa-font, Vazirmatn, Tahoma, sans-serif);
}

.shkpn *, .shkpn *::before, .shkpn *::after { box-sizing: border-box; }
.shkpn a { color: inherit; text-decoration: none; }
.shkpn__halo { position: absolute; z-index: -1; width: 300px; height: 300px; inset-inline-end: -165px; top: -160px; border-radius: 50%; background: repeating-conic-gradient(from 8deg, rgba(201,152,46,.28) 0 3deg, transparent 3deg 12deg); animation: shkpn-spin 70s linear infinite; }

.shkpn__header { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 30px; }
.shkpn__eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9c6917; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.shkpn__eyebrow i { width: 34px; height: 2px; background: var(--shkpn-gold); }
.shkpn__header h2 { margin: 9px 0 0; color: var(--shkpn-brown); font-size: clamp(27px, 3vw, 43px); line-height: 1.25; }
.shkpn__all { flex: none; display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid rgba(107,42,18,.2); border-radius: 999px; color: var(--shkpn-brown-2); font-size: 13px; font-weight: 800; transition: .25s ease; }
.shkpn__all:hover { color: #fff; border-color: var(--shkpn-brown-2); background: var(--shkpn-brown-2); }

.shkpn__grid { display: grid; grid-template-columns: repeat(var(--shkpn-columns), minmax(0, 1fr)); gap: 22px; }
.shkpn-card { min-width: 0; overflow: hidden; border: 1px solid rgba(107,42,18,.12); border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(53,23,14,.07); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.shkpn-card:hover { transform: translateY(-7px); border-color: rgba(201,152,46,.58); box-shadow: 0 22px 44px rgba(53,23,14,.14); }
.shkpn-card__media { position: relative; display: block; height: 205px; overflow: hidden; background: var(--shkpn-brown); }
.shkpn-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.shkpn-card:hover .shkpn-card__media img { transform: scale(1.055); }
.shkpn-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(38,14,7,.74) 100%); }
.shkpn-card__category { position: absolute; inset-inline-start: 15px; bottom: 14px; max-width: calc(100% - 30px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 6px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(53,23,14,.72); color: #fff; backdrop-filter: blur(7px); font-size: 11px; font-weight: 800; }
.shkpn-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: radial-gradient(circle, #7a3a18 0, #35170e 65%); }
.shkpn-card__placeholder i { width: 88px; height: 88px; border: 2px solid var(--shkpn-gold); border-radius: 50%; box-shadow: 0 0 0 10px rgba(201,152,46,.1), 0 0 50px rgba(201,152,46,.35); }
.shkpn-card__body { padding: 21px 21px 22px; }
.shkpn-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 11px; color: var(--shkpn-muted); font-size: 11px; }
.shkpn-card h3 { margin: 0; color: var(--shkpn-brown); font-size: 18px; line-height: 1.75; }
.shkpn-card h3 a:hover { color: #9c6917; }
.shkpn-card p { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--shkpn-muted); font-size: 13px; line-height: 1.9; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.shkpn-card__read { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: #985f10; font-size: 12px; font-weight: 900; }
.shkpn-card__read span { transition: transform .2s ease; }
.shkpn-card__read:hover span { transform: translateX(-4px); }

.shkpn__grid--featured .shkpn-card--featured { grid-column: span 2; }
.shkpn__grid--featured .shkpn-card--featured .shkpn-card__media { height: 310px; }
.shkpn__grid--featured .shkpn-card--featured h3 { font-size: clamp(21px, 2vw, 28px); line-height: 1.6; }

.shkpn__footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(107,42,18,.12); color: var(--shkpn-muted); font-size: 11px; }
.shkpn__live { display: inline-flex; align-items: center; gap: 8px; color: #76500d; font-weight: 800; }
.shkpn__live i { width: 8px; height: 8px; border-radius: 50%; background: #178540; box-shadow: 0 0 0 5px rgba(23,133,64,.12); animation: shkpn-pulse 1.8s ease-out infinite; }
.shkpn__notice { padding: 35px; border: 1px dashed rgba(107,42,18,.24); border-radius: 16px; background: rgba(255,255,255,.7); text-align: center; color: var(--shkpn-muted); }

@keyframes shkpn-spin { to { transform: rotate(360deg); } }
@keyframes shkpn-pulse { 70% { box-shadow: 0 0 0 10px rgba(23,133,64,0); } 100% { box-shadow: 0 0 0 0 rgba(23,133,64,0); } }

@media (max-width: 900px) {
	.shkpn__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shkpn__grid--featured .shkpn-card--featured { grid-column: span 2; }
}

@media (max-width: 600px) {
	.shkpn { padding: 25px 16px; border-radius: 18px; }
	.shkpn__header { align-items: start; flex-direction: column; }
	.shkpn__grid { grid-template-columns: 1fr; }
	.shkpn__grid--featured .shkpn-card--featured { grid-column: auto; }
	.shkpn__grid--featured .shkpn-card--featured .shkpn-card__media, .shkpn-card__media { height: 210px; }
	.shkpn__footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.shkpn *, .shkpn *::before, .shkpn *::after { animation: none !important; transition: none !important; }
}

