.kh-player {
	background: #0b0b0b;
	color: var(--kh-color-text);
	direction: rtl;
	font-family: var(--kh-font-family);
	position: relative;
}

.kh-site-body {
	background: var(--kh-color-bg);
}

.kh-site-header,
.kh-site-footer {
	background: #070707;
	border-color: #1f1f1f;
	color: var(--kh-color-text);
	direction: rtl;
	font-family: var(--kh-font-family);
}

.kh-screen-reader-text,
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.kh-site-header {
	border-bottom: 1px solid #1f1f1f;
	position: sticky;
	top: 0;
	z-index: 50;
}

.admin-bar .kh-site-header {
	top: 32px;
}

.kh-site-header__inner,
.kh-site-footer__inner,
.kh-site-main {
	margin: 0 auto;
	max-width: 1180px;
}

.kh-site-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 14px 20px;
}

.kh-site-brand {
	align-items: center;
	color: var(--kh-color-text);
	display: inline-flex;
	gap: 10px;
	text-decoration: none;
}

.kh-site-brand__mark {
	align-items: center;
	background: var(--kh-color-primary);
	border-radius: 8px;
	color: #111;
	display: inline-flex;
	font-size: 22px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.kh-site-brand strong,
.kh-site-brand small {
	display: block;
}

.kh-site-brand strong {
	font-size: 18px;
	line-height: 1.4;
}

.kh-site-brand small {
	color: #aaa;
	font-size: 12px;
}

.kh-site-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.kh-site-nav a,
.kh-section-link {
	border-radius: 8px;
	color: #ddd;
	padding: 8px 10px;
	text-decoration: none;
}

.kh-site-nav a:hover,
.kh-section-link:hover {
	background: rgba(255, 122, 0, 0.12);
	color: #ff9b3d;
}

.kh-site-main {
	color: var(--kh-color-text);
	direction: rtl;
	font-family: var(--kh-font-family);
	padding: 34px 20px 72px;
}

.kh-section {
	margin-top: 42px;
}

.kh-section--split {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.kh-section h2 {
	color: var(--kh-color-text);
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.kh-home-hero,
.kh-page-hero,
.kh-single-hero {
	background: radial-gradient(circle at 80% 0%, rgba(255, 122, 0, 0.2), transparent 32%), #0d0d0d;
	border: 1px solid #242424;
	border-radius: 8px;
	overflow: hidden;
	padding: 38px;
}

.kh-home-hero__copy,
.kh-page-hero,
.kh-single-hero__content {
	max-width: 780px;
}

.kh-home-hero span,
.kh-page-hero span,
.kh-single-hero span {
	color: var(--kh-color-primary);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 10px;
}

.kh-home-hero h1,
.kh-page-hero h1,
.kh-single-hero h1 {
	color: var(--kh-color-text);
	font-size: 42px;
	line-height: 1.45;
	margin: 0;
}

.kh-home-hero p,
.kh-page-hero p,
.kh-single-hero p {
	color: #d6d6d6;
	font-size: 16px;
	line-height: 2;
	margin: 12px 0 0;
}

.kh-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.kh-single-meta span {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #eee;
	margin: 0;
	padding: 6px 10px;
}

.kh-playlist-hero {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	display: grid;
	gap: 28px;
	grid-template-columns: 280px minmax(0, 1fr);
	padding: 26px;
}

.kh-playlist-hero__poster {
	aspect-ratio: 2 / 3;
	background: #080808;
	border-radius: 8px;
	overflow: hidden;
}

.kh-playlist-hero__poster img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-playlist-hero__poster span {
	align-items: center;
	color: var(--kh-color-primary);
	display: flex;
	height: 100%;
	justify-content: center;
}

.kh-playlist-hero__content span {
	color: var(--kh-color-primary);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 10px;
}

.kh-playlist-hero__content h1 {
	color: var(--kh-color-text);
	font-size: 38px;
	line-height: 1.45;
	margin: 0;
}

.kh-playlist-hero__content p {
	color: #d6d6d6;
	line-height: 2;
	margin: 12px 0 0;
}

.kh-terms-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.kh-terms-line a {
	background: rgba(255, 122, 0, 0.12);
	border: 1px solid rgba(255, 122, 0, 0.24);
	border-radius: 999px;
	color: var(--kh-color-primary);
	font-size: 12px;
	padding: 6px 9px;
	text-decoration: none;
}

.kh-rich-text,
.kh-side-panel {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	color: #d6d6d6;
	line-height: 2;
	padding: 22px;
}

.kh-rich-text p:first-child {
	margin-top: 0;
}

.kh-rich-text p:last-child {
	margin-bottom: 0;
}

.kh-side-panel {
	align-self: start;
	display: grid;
	gap: 18px;
}

.kh-people-box h3,
.kh-side-panel h3 {
	color: var(--kh-color-text);
	font-size: 16px;
	margin: 0 0 10px;
}

.kh-people-box a,
.kh-side-link {
	background: #171717;
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	color: var(--kh-color-text);
	display: block;
	margin-top: 8px;
	padding: 9px 10px;
	text-decoration: none;
}

.kh-chapters {
	margin-top: 24px;
}

.kh-chapters ol {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	list-style: none;
	margin: 0;
	padding: 8px;
}

.kh-chapters li {
	border-bottom: 1px solid #222;
	padding: 0;
}

.kh-chapters li:last-child {
	border-bottom: 0;
}

.kh-chapters button {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	gap: 12px;
	padding: 12px 10px;
	text-align: right;
	width: 100%;
}

.kh-chapters button:hover,
.kh-chapters button:focus-visible,
.kh-chapters button.is-active {
	background: rgba(255, 122, 0, 0.08);
	outline: none;
}

.kh-chapters span {
	background: rgba(255, 122, 0, 0.12);
	border-radius: 999px;
	color: #ff9b3d;
	font-size: 12px;
	padding: 5px 8px;
}

.kh-chapters strong {
	color: var(--kh-color-text);
	font-size: 14px;
}

.kh-search-form {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 220px auto;
	padding: 14px;
}

.kh-search-form input,
.kh-search-form select,
.kh-search-form button {
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	font: inherit;
	padding: 11px 12px;
}

.kh-search-form input,
.kh-search-form select {
	background: var(--kh-color-bg);
	color: var(--kh-color-text);
}

.kh-search-form button {
	background: var(--kh-color-primary);
	color: #111;
	cursor: pointer;
	font-weight: 800;
}

.kh-search-autocomplete {
	min-width: 0;
	position: relative;
}

.kh-search-autocomplete input {
	width: 100%;
}

.kh-search-suggestions {
	background: #111;
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
	inset: calc(100% + 8px) 0 auto;
	max-height: min(420px, 65vh);
	overflow-y: auto;
	padding: 6px;
	position: absolute;
	z-index: 90;
}

.kh-search-suggestion {
	align-items: center;
	border-radius: 6px;
	color: var(--kh-color-text);
	display: grid;
	gap: 10px;
	grid-template-columns: 64px minmax(0, 1fr);
	min-height: 58px;
	padding: 7px;
	text-decoration: none;
}

.kh-search-suggestion:hover,
.kh-search-suggestion:focus-visible,
.kh-search-suggestion.is-active {
	background: rgba(255, 122, 0, 0.12);
	outline: none;
}

.kh-search-suggestion img,
.kh-search-suggestion__placeholder {
	aspect-ratio: 16 / 9;
	background: #1c1c1c;
	border-radius: 5px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 64px;
}

.kh-search-suggestion strong,
.kh-search-suggestion small {
	display: block;
}

.kh-search-suggestion strong {
	font-size: 13px;
	line-height: 1.7;
}

.kh-search-suggestion small {
	color: #aaa;
	font-size: 11px;
	margin-top: 2px;
}

.kh-search-form.is-searching .kh-search-autocomplete::after {
	animation: kh-search-spin 700ms linear infinite;
	border: 2px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	border-top-color: var(--kh-color-primary);
	content: "";
	height: 16px;
	left: 14px;
	position: absolute;
	top: 15px;
	width: 16px;
}

@keyframes kh-search-spin {
	to { transform: rotate(360deg); }
}

.kh-site-footer {
	border-top: 1px solid #1f1f1f;
}

.kh-site-footer__inner {
	display: grid;
	gap: 6px;
	padding: 28px 20px;
}

.kh-site-footer strong {
	color: var(--kh-color-text);
	font-size: 18px;
}

.kh-site-footer span,
.kh-site-footer small {
	color: #aaa;
}

.kh-player__media {
	background: #000;
	display: block;
	width: 100%;
}

.kh-aparat-embed {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.kh-aparat-embed iframe {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.kh-widget {
	color: var(--kh-color-text);
	direction: rtl;
	font-family: var(--kh-font-family);
}

.kh-widget__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.kh-widget__header h2 {
	color: var(--kh-color-text);
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}

.kh-widget__empty {
	color: #aaa;
	margin: 0;
}

.kh-card-grid {
	display: grid;
	gap: 16px;
}

.kh-card-grid--cols-1 {
	grid-template-columns: 1fr;
}

.kh-card-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kh-card-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kh-card-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kh-card-grid--cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kh-card {
	background: #111;
	border: 1px solid #242424;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.kh-card:hover {
	border-color: rgba(255, 122, 0, 0.42);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
	transform: translateY(-2px);
}

.kh-card__media {
	aspect-ratio: 16 / 9;
	background: var(--kh-color-bg);
	display: block;
	isolation: isolate;
	position: relative;
	text-decoration: none;
}

.kh-card__media::after {
	background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.38));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.kh-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-card__play {
	align-items: center;
	background: rgba(10, 10, 10, 0.82);
	border: 1px solid rgba(255, 122, 0, 0.82);
	border-radius: 50%;
	display: flex;
	height: 48px;
	inset: 50% auto auto 50%;
	justify-content: center;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out;
	width: 48px;
	z-index: 2;
}

.kh-card__play::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	content: "";
	margin-left: 3px;
}

.kh-card__media:hover .kh-card__play {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	transform: translate(-50%, -50%) scale(1.06);
}

.kh-card__media:focus-visible {
	outline: 3px solid var(--kh-color-primary);
	outline-offset: -3px;
}

.kh-card__placeholder {
	align-items: center;
	color: var(--kh-color-primary);
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
}

.kh-card__body {
	padding: 12px;
}

.kh-card__eyebrow {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 6px;
}

.kh-card__type {
	color: var(--kh-color-primary);
	font-size: 12px;
	font-weight: 700;
}

.kh-card__date {
	color: #c9c9c9;
	font-size: 11px;
	line-height: 1.5;
}

.kh-card__body h3 {
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.kh-card__body h3 a {
	color: var(--kh-color-text);
	text-decoration: none;
}

.kh-card__body h3 a:focus-visible {
	border-radius: 3px;
	outline: 2px solid var(--kh-color-primary);
	outline-offset: 3px;
}

.kh-card__meta {
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 122, 0, 0.1), rgba(255, 122, 0, 0.02));
	border-inline-start: 2px solid rgba(255, 122, 0, 0.9);
	border-radius: 8px;
	color: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 4px 0;
	line-height: 1.65;
	margin-top: 9px;
	padding: 5px 8px;
}

.kh-card__meta span {
	align-items: center;
	display: inline-flex;
}

.kh-card__meta-item + .kh-card__meta-item::before {
	color: var(--kh-color-primary);
	content: "·";
	font-size: 16px;
	font-weight: 900;
	margin-inline: 7px;
}

.kh-card__body p {
	color: rgba(255, 255, 255, 0.56);
	display: -webkit-box;
	font-size: 12px;
	line-height: 1.65;
	margin: 7px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.kh-card--program {
	background: radial-gradient(circle at 88% 0%, rgba(255, 122, 0, 0.16), transparent 34%), #111;
}

.kh-card--program .kh-card__media {
	aspect-ratio: 16 / 8.4;
}

.kh-card--program .kh-card__body {
	padding: 14px 14px 16px;
}

.kh-card--program .kh-card__type {
	background: rgba(255, 122, 0, 0.14);
	border-radius: 6px;
	color: #ffb066;
	padding: 4px 8px;
}

.kh-card--program .kh-card__body h3 {
	font-size: 18px;
	line-height: 1.65;
}

.kh-card--short-video {
	background: #0d0d0d;
}

.kh-card--short-video .kh-card__media {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	margin: 10px 10px 0;
	overflow: hidden;
}

.kh-card--short-video .kh-card__media::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
}

.kh-card--short-video .kh-card__play {
	height: 44px;
	inset: auto 12px 12px auto;
	transform: none;
	width: 44px;
}

.kh-card--short-video .kh-card__media:hover .kh-card__play {
	transform: scale(1.06);
}

.kh-card--short-video .kh-card__type {
	background: var(--kh-color-primary);
	border-radius: 6px;
	color: #111;
	font-size: 11px;
	padding: 3px 8px;
}

.kh-card--short-video .kh-card__body {
	padding: 11px 12px 13px;
}

.kh-card--short-video .kh-card__body h3 {
	font-size: 15px;
	line-height: 1.65;
}

.kh-card--short-video .kh-card__body p {
	display: none;
}

.kh-card--person {
	background: linear-gradient(180deg, #121212, #0a0a0a);
}

.kh-card--person .kh-card__media {
	aspect-ratio: 4 / 5;
	background: #080808;
	border-radius: 6px;
	margin: 10px 10px 0;
	overflow: hidden;
}

.kh-card--person .kh-card__media::after {
	background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.72));
}

.kh-card--person .kh-card__media img {
	object-position: center top;
}

.kh-card--person .kh-card__eyebrow {
	display: none;
}

.kh-card--person .kh-card__body {
	padding: 10px 12px 12px;
}

.kh-card--person .kh-card__body h3 {
	font-size: 15px;
	line-height: 1.6;
}

.kh-card--person .kh-card__body p {
	color: rgba(255, 255, 255, 0.72);
	display: -webkit-box;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kh-hero-slider__arrow,
.kh-hero-slider__toggle {
	border-color: rgba(255, 122, 0, 0.32);
}

.kh-hero-slider__dot::before {
	background: rgba(255, 176, 102, 0.42);
}

.kh-site-main .swiper-pagination-bullet-active,
.kh-site-main .elementor-swiper-button {
	color: var(--kh-color-primary);
}

.khordad-hello-theme .kh-card--program .kh-card__media {
	aspect-ratio: 16 / 8.4;
}

.khordad-hello-theme .kh-card--short-video .kh-card__media {
	aspect-ratio: 4 / 3;
}

.khordad-hello-theme .kh-card--person .kh-card__media,
.khordad-hello-theme .kh-elementor-home-people .kh-card--person .kh-card__media {
	aspect-ratio: 4 / 5;
}

.khordad-hello-theme .kh-hero-slider__arrow,
.khordad-hello-theme .kh-hero-slider__toggle {
	border-color: rgba(255, 122, 0, 0.42);
}

.khordad-hello-theme .kh-hero-slider__arrow:hover,
.khordad-hello-theme .kh-hero-slider__toggle:hover {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
}

.khordad-hello-theme .kh-hero-slider__dot.is-active {
	width: 44px;
}

.khordad-hello-theme .kh-hero-slider__dot::after {
	background: rgba(255, 176, 102, 0.42);
	transform: translate(-50%, -50%) scaleX(0.29);
	transition: background 180ms ease, transform 180ms ease;
	width: 28px;
}

.khordad-hello-theme .kh-hero-slider__dot.is-active::after {
	background: var(--kh-color-primary);
	transform: translate(-50%, -50%) scaleX(1);
	width: 28px;
}

@media (max-width: 540px) {
	.kh-card__play {
		height: 44px;
		width: 44px;
	}

	.kh-card__meta {
		font-size: 11px;
	}

	.kh-card--program .kh-card__body h3,
	.kh-card--short-video .kh-card__body h3 {
		font-size: 15px;
	}
}

.kh-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 28px;
}

.kh-pagination .page-numbers {
	align-items: center;
	background: var(--kh-color-surface);
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	color: var(--kh-color-text);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	padding-inline: 12px;
	text-decoration: none;
}

.kh-pagination .page-numbers.current,
.kh-pagination .page-numbers:hover,
.kh-pagination .page-numbers:focus-visible {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
	outline: none;
}

.kh-hero-slider {
	color: var(--kh-color-text);
	cursor: default;
	direction: rtl;
	font-family: var(--kh-font-family);
	min-height: 420px;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.kh-hero-slider.is-slider-dragging {
	cursor: grabbing;
}

.kh-hero-slider__track {
	min-height: inherit;
	position: relative;
}

.kh-hero-slide {
	aspect-ratio: 16 / 7;
	background: #080808;
	border-radius: 8px;
	inset: 0;
	min-height: 320px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transform: scale(1.025);
	transition: opacity 520ms ease, transform 760ms ease;
	visibility: hidden;
	z-index: 0;
}

.kh-hero-slide:not(:first-child) {
	position: absolute;
}

.kh-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	z-index: 1;
}

.kh-hero-slide__image {
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: scale(1.04);
	transition: transform 6800ms ease;
	width: 100%;
}

.kh-hero-slide.is-active .kh-hero-slide__image {
	transform: scale(1);
}

.kh-hero-slide__overlay {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.82));
	inset: 0;
	position: absolute;
}

.kh-hero-slide__content {
	bottom: 0;
	max-width: 620px;
	opacity: 0;
	padding: 32px;
	position: absolute;
	right: 0;
	transform: translateY(18px);
	transition: opacity 460ms ease 140ms, transform 520ms ease 140ms;
	z-index: 2;
}

.kh-hero-slide.is-active .kh-hero-slide__content {
	opacity: 1;
	transform: translateY(0);
}

.kh-hero-slide__type {
	color: var(--kh-color-primary);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.kh-hero-slide__content h2 {
	color: var(--kh-color-text);
	font-size: 34px;
	line-height: 1.45;
	margin: 0;
}

.kh-hero-slide__meta {
	color: #ffbd80;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
	margin-top: 10px;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.52);
}

.kh-hero-slide__content p {
	color: #ddd;
	font-size: 15px;
	line-height: 1.9;
	margin: 10px 0 0;
}

.kh-hero-slide__button {
	background: var(--kh-color-primary);
	border-radius: 8px;
	color: #111;
	display: inline-flex;
	font-weight: 700;
	margin-top: 18px;
	padding: 9px 18px;
	text-decoration: none;
}

.kh-hero-slider__arrow {
	align-items: center;
	background: rgba(10, 10, 10, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 44px;
	z-index: 4;
}

.kh-hero-slider__arrow:hover {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
	transform: translateY(-50%) scale(1.04);
}

.kh-hero-slider__arrow:focus-visible,
.kh-hero-slider__dot:focus-visible,
.kh-hero-slider__toggle:focus-visible {
	outline: 2px solid var(--kh-color-primary);
	outline-offset: 3px;
}

.kh-hero-slider__arrow::before {
	border-color: currentColor;
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
}

.kh-hero-slider__arrow--prev {
	right: 18px;
}

.kh-hero-slider__arrow--prev::before {
	transform: rotate(45deg);
}

.kh-hero-slider__arrow--next {
	left: 18px;
}

.kh-hero-slider__arrow--next::before {
	transform: rotate(225deg);
}

.kh-hero-slider__controls {
	align-items: center;
	bottom: 18px;
	display: flex;
	gap: 10px;
	left: 50%;
	max-width: calc(100% - 32px);
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.kh-hero-slider__dots {
	align-items: center;
	display: flex;
	gap: 8px;
}

.kh-hero-slider__dot {
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
	height: 44px;
	min-height: 44px;
	min-width: 44px;
	padding: 0;
	position: relative;
	width: 44px;
}

.kh-hero-slider__dot::before {
	background: rgba(255, 255, 255, 0.34);
	border-radius: inherit;
	content: "";
	display: block;
	height: 8px;
	inset: 18px 8px;
	position: absolute;
	transform: scaleX(0.29);
	transition: background 180ms ease, transform 180ms ease;
	width: 28px;
}

.kh-hero-slider__dot.is-active {
	background: transparent;
}

.kh-hero-slider__dot.is-active::before {
	background: var(--kh-color-primary);
	transform: scaleX(1);
}

.kh-hero-slider__toggle {
	align-items: center;
	background: rgba(10, 10, 10, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	height: 44px;
	justify-content: center;
	min-height: 44px;
	min-width: 72px;
	padding: 0 14px;
}

.kh-hero-slider__toggle::before {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 3px;
	content: "";
	height: 12px;
	width: 8px;
}

.kh-hero-slider__toggle.is-paused::before {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	height: 0;
	width: 0;
}

.kh-hero-slider__toggle:hover {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
}

.kh-hero-slider__toggle:disabled {
	cursor: default;
	opacity: 0.56;
}

.kh-hero-slider__arrow,
.kh-hero-slider__controls {
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.kh-hero-slider__arrow {
	transform: translateY(-50%);
}

.kh-hero-slider__controls {
	transform: translate(-50%, 8px);
}

.kh-hero-slider:hover .kh-hero-slider__arrow,
.kh-hero-slider:focus-within .kh-hero-slider__arrow,
.kh-hero-slider.is-slider-controls-visible .kh-hero-slider__arrow,
.kh-hero-slider:hover .kh-hero-slider__controls,
.kh-hero-slider:focus-within .kh-hero-slider__controls,
.kh-hero-slider.is-slider-controls-visible .kh-hero-slider__controls {
	opacity: 1;
	pointer-events: auto;
}

.kh-hero-slider:hover .kh-hero-slider__arrow,
.kh-hero-slider:focus-within .kh-hero-slider__arrow,
.kh-hero-slider.is-slider-controls-visible .kh-hero-slider__arrow {
	transform: translateY(-50%);
}

.kh-hero-slider:hover .kh-hero-slider__controls,
.kh-hero-slider:focus-within .kh-hero-slider__controls,
.kh-hero-slider.is-slider-controls-visible .kh-hero-slider__controls {
	transform: translate(-50%, 0);
}

.kh-hero-slider__arrow:hover {
	transform: translateY(-50%) scale(1.04);
}

.kh-topic-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kh-home-topic-strip {
	display: none;
}

.kh-topic-pill {
	align-items: center;
	background: #111;
	border: 1px solid #262626;
	border-radius: 8px;
	color: var(--kh-color-text);
	display: inline-flex;
	gap: 10px;
	padding: 10px 14px;
	text-decoration: none;
}

.kh-topic-pill.is-active,
.kh-topic-pill:hover {
	background: rgba(255, 122, 0, 0.16);
	border-color: #ff7a00;
	color: #fff;
}

.kh-topic-pill span {
	font-size: 14px;
	font-weight: 700;
}

.kh-topic-pill small {
	background: rgba(255, 122, 0, 0.14);
	border-radius: 999px;
	color: #ff9b3d;
	font-size: 12px;
	line-height: 1;
	padding: 5px 7px;
}

.kh-topic-more {
	position: relative;
}

.kh-topic-more summary {
	list-style: none;
}

.kh-topic-more summary::-webkit-details-marker {
	display: none;
}

.kh-topic-more[open] > summary {
	background: rgba(255, 122, 0, 0.16);
	border-color: #ff7a00;
}

.kh-topic-more__items {
	background: #111;
	border: 1px solid #262626;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
	display: grid;
	gap: 8px;
	margin-top: 10px;
	min-width: 220px;
	padding: 10px;
	position: absolute;
	right: 0;
	z-index: 6;
}

.kh-topic-more__items .kh-topic-pill {
	justify-content: space-between;
}

.kh-person-page {
	background: var(--kh-color-bg);
	color: var(--kh-color-text);
	direction: rtl;
	font-family: var(--kh-font-family);
	margin: 0 auto;
	min-height: 70vh;
	padding: 48px 20px 72px;
}

.kh-person-page a {
	color: inherit;
}

.kh-person-hero,
.kh-person-section {
	margin: 0 auto;
	max-width: 1120px;
}

.kh-person-hero {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: 340px minmax(0, 1fr);
}

.kh-person-hero__media {
	background: #111;
	border: 1px solid #242424;
	border-radius: 8px;
	overflow: hidden;
}

.kh-person-hero__media img {
	aspect-ratio: 4 / 5;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-person-hero__placeholder {
	align-items: center;
	aspect-ratio: 4 / 5;
	color: var(--kh-color-primary);
	display: flex;
	font-size: 80px;
	font-weight: 800;
	justify-content: center;
}

.kh-person-hero__content {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	padding: 32px;
}

.kh-person-roles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.kh-person-roles span,
.kh-person-links a {
	background: rgba(255, 122, 0, 0.12);
	border: 1px solid rgba(255, 122, 0, 0.28);
	border-radius: 999px;
	color: #ff9b3d;
	font-size: 13px;
	padding: 6px 10px;
}

.kh-person-hero h1 {
	color: var(--kh-color-text);
	font-size: 44px;
	line-height: 1.35;
	margin: 0;
}

.kh-person-title {
	color: #ddd;
	font-size: 18px;
	line-height: 1.8;
	margin: 10px 0 0;
}

.kh-person-facts {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.kh-person-facts div {
	background: #0a0a0a;
	border: 1px solid #232323;
	border-radius: 8px;
	padding: 14px;
}

.kh-person-facts span {
	color: #999;
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

.kh-person-facts strong {
	color: var(--kh-color-text);
	font-size: 15px;
	font-weight: 700;
}

.kh-person-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.kh-person-links a {
	text-decoration: none;
}

.kh-person-section {
	margin-top: 44px;
}

.kh-person-section h2 {
	color: var(--kh-color-text);
	font-size: 24px;
	line-height: 1.5;
	margin: 0 0 16px;
}

.kh-person-bio {
	background: var(--kh-color-surface);
	border: 1px solid #242424;
	border-radius: 8px;
	color: #d6d6d6;
	font-size: 16px;
	line-height: 2;
	padding: 24px;
}

.kh-person-bio p {
	margin: 0 0 12px;
}

.kh-person-bio p:last-child {
	margin-bottom: 0;
}

.kh-player__actions {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.kh-player__button {
	background: #171717;
	border: 1px solid #2b2b2b;
	border-radius: 8px;
	color: var(--kh-color-text);
	cursor: pointer;
	font: inherit;
	padding: 8px 14px;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.kh-player__button:hover,
.kh-player__button.is-active {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
}

.kh-player__button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.kh-player__recommendations {
	background: linear-gradient(180deg, rgba(11, 11, 11, 0.2), rgba(11, 11, 11, 0.96));
	bottom: 0;
	left: 0;
	padding: 16px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.kh-player__recommendations-title {
	color: var(--kh-color-primary);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

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

.kh-player__recommendation {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: var(--kh-color-text);
	display: grid;
	gap: 6px;
	overflow: hidden;
	padding: 8px;
	text-decoration: none;
}

.kh-player__recommendation img {
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.kh-player__recommendation-type {
	color: #ffb066;
	font-size: 12px;
}

.kh-player__recommendation strong {
	font-size: 13px;
	line-height: 1.7;
}

@media (max-width: 640px) {
	.admin-bar .kh-site-header {
		top: 46px;
	}

	.kh-site-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.kh-site-main {
		padding: 20px 14px 48px;
	}

	.kh-section--split {
		grid-template-columns: 1fr;
	}

	.kh-playlist-hero {
		grid-template-columns: 1fr;
	}

	.kh-search-form {
		grid-template-columns: 1fr;
	}

	.kh-topic-more {
		flex-basis: 100%;
	}

	.kh-topic-more__items {
		position: static;
	}

	.kh-home-hero,
	.kh-page-hero,
	.kh-single-hero {
		padding: 22px;
	}

	.kh-home-hero h1,
	.kh-page-hero h1,
	.kh-single-hero h1 {
		font-size: 28px;
	}

	.kh-card-grid,
	.kh-card-grid--cols-2,
	.kh-card-grid--cols-3,
	.kh-card-grid--cols-4 {
		grid-template-columns: 1fr;
	}

	.kh-player__recommendations {
		padding: 10px;
	}

	.kh-hero-slider {
		min-height: 460px;
	}

	.kh-hero-slide {
		aspect-ratio: 9 / 12;
		min-height: 420px;
	}

	.kh-hero-slide__content {
		padding: 20px;
	}

	.kh-hero-slide__content h2 {
		font-size: 24px;
	}

	.kh-hero-slide__meta {
		font-size: 13px;
		margin-top: 8px;
	}

	.kh-hero-slider__arrow {
		box-sizing: border-box;
		height: 44px;
		min-height: 44px;
		min-width: 44px;
		width: 44px;
	}

	.kh-hero-slider__arrow--prev {
		right: max(10px, env(safe-area-inset-right));
	}

	.kh-hero-slider__arrow--next {
		left: max(10px, env(safe-area-inset-left));
	}

	.kh-hero-slider__controls {
		bottom: 12px;
		gap: 8px;
		justify-content: center;
		left: 12px;
		max-width: none;
		right: 12px;
		transform: translateY(8px);
		width: auto;
	}

	.kh-hero-slider:hover .kh-hero-slider__controls,
	.kh-hero-slider:focus-within .kh-hero-slider__controls,
	.kh-hero-slider.is-slider-controls-visible .kh-hero-slider__controls {
		transform: translateY(0);
	}

	.kh-hero-slider__dots {
		flex: 1 1 auto;
		gap: 2px;
		justify-content: center;
		min-width: 0;
	}

	.kh-hero-slider__dot {
		box-sizing: border-box;
		flex: 0 0 44px;
		height: 44px;
		min-height: 44px;
		min-width: 44px;
		width: 44px;
	}

	.kh-hero-slider__toggle {
		box-sizing: border-box;
		flex: 0 0 auto;
		height: 44px;
		min-height: 44px;
		min-width: 64px;
		padding-inline: 12px;
	}
}

@media (max-width: 390px) {
	.kh-hero-slider__controls {
		bottom: 12px;
		gap: 6px;
		left: 10px;
		right: 10px;
	}

	.kh-hero-slider__toggle {
		min-width: 60px;
		padding-inline: 10px;
	}
}

@media (max-width: 640px) {
	.kh-person-page {
		padding: 24px 14px 48px;
	}

	.kh-person-hero {
		grid-template-columns: 1fr;
	}

	.kh-person-hero__content {
		padding: 20px;
	}

	.kh-person-hero h1 {
		font-size: 32px;
	}

	.kh-person-facts {
		grid-template-columns: 1fr;
	}

	.kh-player__recommendations-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kh-hero-slide,
	.kh-hero-slide__image,
	.kh-hero-slide__content {
		transition: none;
		transform: none;
	}
}

/* Professional media player. */
.kh-player {
	background: transparent;
	border-radius: 8px;
	outline: none;
	width: 100%;
}

.kh-player__stage {
	background:
		radial-gradient(circle at 84% 10%, rgba(255, 122, 0, 0.26), transparent 32%),
		linear-gradient(180deg, #15100c 0%, #050505 58%);
	border: 1px solid rgba(255, 122, 0, 0.34);
	border-radius: 16px;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	direction: ltr;
	min-height: 220px;
	overflow: hidden;
	position: relative;
}

.kh-player--video .kh-player__stage {
	aspect-ratio: 16 / 9;
}

.kh-player__media {
	background: #000;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.kh-player__brand-chip {
	align-items: center;
	background: rgba(8, 8, 8, 0.7);
	border: 1px solid rgba(255, 122, 0, 0.36);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
	color: #ffb066;
	display: inline-flex;
	direction: rtl;
	font-size: 12px;
	font-weight: 900;
	gap: 7px;
	inset: 16px 16px auto auto;
	letter-spacing: -0.01em;
	padding: 8px 12px;
	position: absolute;
	z-index: 4;
}

.kh-player--audio .kh-player__media {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.kh-player__audio-visual {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 122, 0, 0.16), transparent 48%),
		#0b0b0b;
	direction: rtl;
	display: flex;
	gap: 22px;
	inset: 0;
	padding: 34px 38px 86px;
	position: absolute;
}

.kh-player__audio-visual::before {
	background-image: var(--kh-player-art);
	background-position: center;
	background-size: cover;
	content: "";
	filter: blur(28px);
	inset: -30px;
	opacity: 0.13;
	position: absolute;
}

.kh-player__audio-visual > * {
	position: relative;
}

.kh-player__art {
	background: #1d1d1d;
	border: 1px solid rgba(255, 122, 0, 0.34);
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
	flex: 0 0 132px;
	overflow: hidden;
}

.kh-player__art,
.kh-player__art img {
	aspect-ratio: 1;
}

.kh-player__art img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kh-player__audio-visual span,
.kh-player__audio-visual strong {
	display: block;
}

.kh-player__audio-visual span {
	color: var(--kh-color-primary);
	font-size: 13px;
	margin-bottom: 8px;
}

.kh-player__audio-visual strong {
	color: #fff;
	font-size: 22px;
	line-height: 1.8;
}

.kh-player__center-play {
	align-items: center;
	background: linear-gradient(135deg, #ff9b28, var(--kh-color-primary));
	border: 0;
	border-radius: 50%;
	box-shadow: 0 18px 44px rgba(255, 122, 0, 0.38), 0 0 0 10px rgba(255, 122, 0, 0.1);
	color: #120904;
	cursor: pointer;
	display: flex;
	height: 78px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%);
	transition: box-shadow 180ms ease, opacity 160ms ease, transform 160ms ease;
	width: 78px;
	z-index: 3;
}

.kh-player__center-play:hover {
	box-shadow: 0 22px 54px rgba(255, 122, 0, 0.48), 0 0 0 14px rgba(255, 122, 0, 0.12);
	transform: translate(-50%, -50%) scale(1.04);
}

.kh-player__icon {
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 24px;
	font-style: normal;
	font-variation-settings: "FILL" 0, "wght" 520, "GRAD" 0, "opsz" 24;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}

.kh-player__center-play .kh-player__icon {
	font-size: 40px;
	font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

.kh-player.is-playing .kh-player__center-play {
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.88);
}

.kh-player__controls {
	background: linear-gradient(180deg, rgba(12, 8, 5, 0.18), rgba(8, 8, 8, 0.96) 24%, rgba(5, 5, 5, 0.98));
	bottom: 0;
	box-shadow: 0 -24px 44px rgba(0, 0, 0, 0.34);
	direction: rtl;
	left: 0;
	padding: 14px 16px 16px;
	position: absolute;
	right: 0;
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 5;
}

.kh-player__now {
	align-items: center;
	display: grid;
	gap: 3px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 5px;
	text-align: right;
}

.kh-player__now span {
	align-items: center;
	color: #ffb066;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 6px;
	line-height: 1.4;
}

.kh-player__now strong {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.55;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kh-player.is-controls-hidden .kh-player__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
}

.kh-player__timeline {
	direction: ltr;
	height: 44px;
	position: relative;
}

.kh-player__timeline::before,
.kh-player__buffered,
.kh-player__played {
	border-radius: 999px;
	height: 4px;
	left: 0;
	position: absolute;
	top: 20px;
}

.kh-player__timeline::before {
	background: rgba(255, 255, 255, 0.18);
	content: "";
	right: 0;
}

.kh-player__buffered {
	background: rgba(255, 255, 255, 0.32);
	width: 0;
}

.kh-player__played {
	background: linear-gradient(90deg, #ffb066, var(--kh-color-primary));
	box-shadow: 0 0 18px rgba(255, 122, 0, 0.42);
	width: 0;
}

.kh-player__timeline input {
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 44px;
	inset: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.kh-player__timeline input::-webkit-slider-thumb {
	appearance: none;
	background: var(--kh-color-primary);
	border: 3px solid #fff2e5;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.18);
	height: 18px;
	width: 18px;
}

.kh-player__timeline input::-moz-range-thumb {
	background: var(--kh-color-primary);
	border: 3px solid #fff2e5;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.18);
	height: 16px;
	width: 16px;
}

.kh-player__control-row,
.kh-player__volume {
	align-items: center;
	display: flex;
}

.kh-player__control-row {
	direction: rtl;
	gap: 7px;
}

.kh-player__control {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: #f8f8f8;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 44px;
}

.kh-player__control:hover {
	background: rgba(255, 122, 0, 0.16);
	border-color: rgba(255, 122, 0, 0.52);
	color: #ffb066;
}

.kh-player__control:focus-visible,
.kh-player__timeline input:focus-visible,
.kh-player__volume input:focus-visible,
.kh-player__speed select:focus-visible,
.kh-player__resume button:focus-visible,
.kh-player__error button:focus-visible,
.kh-player__recommendations-head button:focus-visible {
	outline: 2px solid var(--kh-color-primary);
	outline-offset: 2px;
}

.kh-player__control--primary {
	background: linear-gradient(135deg, #ff9b28, var(--kh-color-primary));
	border-color: rgba(255, 176, 102, 0.72);
	box-shadow: 0 12px 26px rgba(255, 122, 0, 0.28);
	color: #120904;
}

.kh-player__control--primary .kh-player__icon {
	font-variation-settings: "FILL" 1, "wght" 650, "GRAD" 0, "opsz" 32;
}

.kh-player__control small {
	display: none;
}

.kh-player__time {
	background: rgba(255, 122, 0, 0.09);
	border: 1px solid rgba(255, 122, 0, 0.18);
	border-radius: 999px;
	color: #ffe0c2;
	direction: ltr;
	display: flex;
	font-size: 12px;
	gap: 5px;
	margin: 0 4px;
	padding: 8px 10px;
	white-space: nowrap;
}

.kh-player__time i {
	color: #777;
	font-style: normal;
}

.kh-player__volume {
	direction: ltr;
	gap: 2px;
}

.kh-player__volume input {
	accent-color: var(--kh-color-primary);
	cursor: pointer;
	min-height: 44px;
	width: 74px;
}

.kh-player__volume input::-webkit-slider-thumb {
	background: var(--kh-color-primary);
}

.kh-player__spacer {
	flex: 1;
}

.kh-player__speed select {
	background: rgba(255, 122, 0, 0.1);
	border: 1px solid rgba(255, 122, 0, 0.24);
	border-radius: 12px;
	color: #ffe0c2;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	height: 44px;
	padding: 0 8px;
}

.kh-player__loading {
	left: 50%;
	position: absolute;
	top: 44%;
	transform: translate(-50%, -50%);
	z-index: 6;
}

.kh-player__loading > span:first-child {
	animation: kh-player-spin 700ms linear infinite;
	border: 3px solid rgba(255,255,255,.28);
	border-radius: 50%;
	border-top-color: var(--kh-color-primary);
	display: block;
	height: 38px;
	width: 38px;
}

@keyframes kh-player-spin {
	to { transform: rotate(360deg); }
}

.kh-player__error,
.kh-player__resume {
	background: rgba(10, 8, 6, 0.97);
	border: 1px solid rgba(255, 122, 0, 0.32);
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
	color: #fff;
	direction: rtl;
	left: 50%;
	max-width: calc(100% - 32px);
	padding: 18px;
	position: absolute;
	text-align: center;
	top: 44%;
	transform: translate(-50%, -50%);
	z-index: 7;
}

.kh-player__resume {
	min-width: 260px;
	text-align: center;
}

.kh-player__resume strong,
.kh-player__resume span,
.kh-player__error strong,
.kh-player__error span {
	display: block;
}

.kh-player__resume span,
.kh-player__error span {
	color: var(--kh-color-primary);
	margin: 5px 0 12px;
}

.kh-player__resume div {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.kh-player__resume button,
.kh-player__error button {
	align-items: center;
	background: var(--kh-color-primary);
	border: 0;
	border-radius: 6px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 12px;
	justify-content: center;
	min-height: 44px;
	padding: 9px 12px;
}

.kh-player__resume button:last-child {
	background: #252525;
	color: #fff;
}

.kh-player__actions {
	background: linear-gradient(135deg, rgba(255, 122, 0, 0.09), #101010 42%);
	border: 1px solid rgba(255, 122, 0, 0.18);
	border-radius: 14px;
	direction: rtl;
	flex-wrap: wrap;
	padding: 12px;
}

.kh-player__actions-label {
	color: #bbb;
	font-size: 13px;
	margin-left: auto;
}

.kh-player__button {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	gap: 7px;
	min-height: 42px;
	padding: 0 13px;
}

.kh-player__button:hover,
.kh-player__button.is-active {
	background: rgba(255, 122, 0, 0.16);
	border-color: rgba(255, 122, 0, 0.4);
	color: #ffb066;
}

.kh-player__button .kh-player__icon {
	font-size: 20px;
}

.kh-player__button b {
	background: rgba(255,255,255,.1);
	border-radius: 999px;
	font-size: 11px;
	min-width: 25px;
	padding: 2px 6px;
}

.kh-player__recommendations {
	background: radial-gradient(circle at 80% 12%, rgba(255, 122, 0, 0.2), transparent 34%), rgba(5, 5, 5, 0.98);
	bottom: 0;
	direction: rtl;
	inset: 0;
	overflow: auto;
	padding: 26px;
	position: absolute;
	z-index: 8;
}

.kh-player__recommendations-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.kh-player__recommendations-head span,
.kh-player__recommendations-head strong {
	display: block;
}

.kh-player__recommendations-head span {
	color: var(--kh-color-primary);
	font-size: 13px;
}

.kh-player__recommendations-head strong {
	font-size: 18px;
	margin-top: 3px;
}

.kh-player__recommendations-head button {
	background: #242424;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	height: 44px;
	width: 44px;
}

.kh-player__recommendation {
	grid-template-columns: 42% minmax(0, 1fr);
}

.kh-player__recommendation img {
	grid-row: span 2;
}

.kh-chapters button[aria-current="true"] strong::after {
	color: var(--kh-color-primary);
	content: " • در حال پخش";
	font-size: 11px;
}

.kh-aparat-player {
	aspect-ratio: 16 / 9;
	background: #050505;
	border: 1px solid #282828;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.kh-aparat-player__poster,
.kh-aparat-player__frame,
.kh-aparat-player__frame iframe {
	height: 100%;
	width: 100%;
}

.kh-aparat-player__poster {
	background-color: #151515;
	background-position: center;
	background-size: cover;
	position: relative;
}

.kh-aparat-player__shade {
	background: rgba(0,0,0,.62);
	inset: 0;
	position: absolute;
}

.kh-aparat-player__intro {
	align-items: center;
	direction: rtl;
	display: flex;
	flex-direction: column;
	inset: 0;
	justify-content: center;
	padding: 30px;
	position: absolute;
	text-align: center;
}

.kh-aparat-player__intro > span {
	color: var(--kh-color-primary);
	font-size: 13px;
}

.kh-aparat-player__intro strong {
	color: #fff;
	font-size: 22px;
	line-height: 1.8;
	margin: 6px 0 18px;
	max-width: 680px;
}

.kh-aparat-player__intro button {
	align-items: center;
	background: var(--kh-color-primary);
	border: 0;
	border-radius: 8px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	gap: 8px;
	min-height: 46px;
	padding: 8px 16px;
}

.kh-aparat-player__intro svg {
	height: 24px;
	width: 24px;
}

.kh-aparat-player__frame {
	display: none;
}

.kh-aparat-player__frame iframe {
	border: 0;
	display: block;
}

.kh-aparat-player.is-launched .kh-aparat-player__poster {
	display: none;
}

.kh-aparat-player.is-launched .kh-aparat-player__frame {
	display: block;
}

@media (max-width: 700px) {
	.kh-player__stage {
		min-height: 210px;
	}

	.kh-player--video .kh-player__stage {
		aspect-ratio: 16 / 10;
	}

	.kh-player__audio-visual {
		gap: 14px;
		padding: 22px 18px 88px;
	}

	.kh-player__art {
		flex-basis: 88px;
	}

	.kh-player__audio-visual strong {
		font-size: 16px;
	}

	.kh-player__center-play {
		height: 62px;
		width: 62px;
	}

	.kh-player__center-play .kh-player__icon {
		font-size: 34px;
	}

	.kh-player__controls {
		padding: 10px 10px 12px;
	}

	.kh-player__now {
		margin-bottom: 2px;
	}

	.kh-player__now strong {
		font-size: 12px;
	}

	.kh-player__control {
		flex-basis: 44px;
		height: 44px;
		width: 44px;
	}

	.kh-player__volume input,
	.kh-player__control[data-kh-pip],
	.kh-player__control[data-kh-skip="10"] {
		display: none;
	}

	.kh-player__time {
		font-size: 10px;
		margin: 0 3px;
		padding: 7px 9px;
	}

	.kh-player__time i,
	.kh-player__time [data-kh-duration] {
		display: none;
	}

	.kh-player__speed select {
		padding: 0 5px;
		width: 56px;
	}

	.kh-player__actions-label {
		flex-basis: 100%;
		margin-bottom: 4px;
	}

	.kh-player__recommendations {
		padding: 14px;
	}

	.kh-player__recommendations-grid {
		grid-template-columns: 1fr;
	}

	.kh-player__recommendation {
		grid-template-columns: 108px minmax(0, 1fr);
	}

	.kh-aparat-player__intro {
		padding: 18px;
	}

	.kh-aparat-player__intro strong {
		font-size: 16px;
		margin-bottom: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kh-player__center-play,
	.kh-player__controls,
	.kh-player__loading > span:first-child {
		animation: none;
		transition: none;
	}
}

/* Final brand-card refinements: keep content types visually distinct after theme overrides. */
.khordad-hello-theme .kh-card--program .kh-card__media,
.kh-card--program .kh-card__media {
	aspect-ratio: 16 / 8.4;
}

.khordad-hello-theme .kh-card--short-video .kh-card__media,
.kh-card--short-video .kh-card__media {
	aspect-ratio: 4 / 3;
}

.khordad-hello-theme .kh-card--person .kh-card__media,
.khordad-hello-theme .kh-elementor-home-people .kh-card--person .kh-card__media,
.kh-card--person .kh-card__media {
	aspect-ratio: 4 / 5;
}

.khordad-hello-theme .kh-hero-slider__arrow,
.khordad-hello-theme .kh-hero-slider__toggle,
.kh-hero-slider__arrow,
.kh-hero-slider__toggle {
	border-color: rgba(255, 122, 0, 0.42);
	color: var(--kh-color-primary);
}

.khordad-hello-theme .kh-hero-slider__arrow:hover,
.khordad-hello-theme .kh-hero-slider__toggle:hover,
.kh-hero-slider__arrow:hover,
.kh-hero-slider__toggle:hover {
	background: var(--kh-color-primary);
	border-color: var(--kh-color-primary);
	color: #111;
}

.khordad-hello-theme .kh-hero-slider__dot,
.khordad-hello-theme .kh-hero-slider__dot.is-active,
.kh-hero-slider__dot,
.kh-hero-slider__dot.is-active {
	border-color: rgba(255, 122, 0, 0.42);
	color: var(--kh-color-primary);
}

.khordad-hello-theme .kh-hero-slider__dot::before,
.kh-hero-slider__dot::before {
	background: rgba(255, 176, 102, 0.42);
}

.khordad-hello-theme .kh-hero-slider__dot::after,
.kh-hero-slider__dot::after {
	background: rgba(255, 122, 0, 0.72);
	width: 28px;
}

.khordad-hello-theme .kh-hero-slider__dot.is-active::before,
.khordad-hello-theme .kh-hero-slider__dot.is-active::after,
.kh-hero-slider__dot.is-active::before,
.kh-hero-slider__dot.is-active::after {
	background: var(--kh-color-primary);
}

/* Google Material Symbols: readable, decorative anchors for scanning the media UI. */
.kh-mi {
	direction: ltr;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 1.15em;
	font-style: normal;
	font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	text-rendering: optimizeLegibility;
	text-transform: none;
	vertical-align: -0.16em;
	white-space: nowrap;
	word-wrap: normal;
}

.kh-card__type,
.kh-card__date,
.kh-card__meta-item,
.kh-people-box h3,
.kh-people-box a,
.kh-terms-line a,
.kh-section-link {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.kh-card__type-icon,
.kh-card__date-icon,
.kh-card__meta-icon,
.kh-link-icon,
.kh-box-title-icon {
	color: var(--kh-color-primary);
	font-size: 17px;
	opacity: 0.92;
}

.kh-card__date-icon,
.kh-card__meta-icon {
	color: #ffb066;
	font-size: 16px;
}

.kh-card__play::before {
	display: none;
}

.kh-card__play-icon {
	color: #fff;
	font-size: 30px;
	margin-inline-start: 1px;
}

.kh-card__media:hover .kh-card__play-icon {
	color: #111;
}

.kh-card--short-video .kh-card__play-icon {
	font-size: 27px;
}

.kh-search-form button {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	justify-content: center;
}

.kh-search-form button::before,
.kh-section-link::after {
	direction: ltr;
	display: inline-flex;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 19px;
	font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
	line-height: 1;
}

.kh-search-form button::before {
	content: "search";
}

.kh-section-link::after {
	content: "chevron_left";
	font-size: 18px;
}

.kh-people-box h3,
.kh-chapters h2 {
	align-items: center;
	display: flex;
	gap: 7px;
}

.kh-people-box a,
.kh-side-link {
	align-items: center;
	gap: 7px;
}

.kh-chapters li > span {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.kh-chapters li > span .kh-mi,
.kh-chapters li > span span {
	background: transparent;
	color: inherit;
	font-size: inherit;
	padding: 0;
}

.kh-terms-line a .kh-mi {
	font-size: 15px;
}

.kh-widget__header h2 {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.kh-widget__header h2::before,
.kh-topic-pill::before {
	direction: ltr;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 20px;
	font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
	line-height: 1;
}

.kh-widget__header h2::before {
	color: var(--kh-color-primary);
	content: "view_module";
}

.kh-widget-kh_program .kh-widget__header h2::before {
	content: "smart_display";
}

.kh-widget-kh_short_video .kh-widget__header h2::before {
	content: "movie";
}

.kh-widget-kh_person .kh-widget__header h2::before {
	content: "groups";
}

.kh-widget-mixed .kh-widget__header h2::before {
	content: "auto_awesome_mosaic";
}

.kh-topic-widget .kh-widget__header h2::before {
	content: "label";
}

.kh-topic-pill {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.kh-topic-pill::before {
	color: var(--kh-color-primary);
	content: "label";
	font-size: 16px;
	opacity: 0.82;
}

.kh-topic-pill.is-active::before {
	content: "apps";
}

.kh-topic-more > .kh-topic-pill::before {
	content: "more_horiz";
}

/* Player redesign final layer: keep Material icons and orange controls authoritative. */
.kh-player .kh-player__icon {
	color: currentColor;
	font-family: "Material Symbols Rounded";
	font-feature-settings: "liga";
	font-size: 24px;
	font-style: normal;
	font-variation-settings: "FILL" 0, "wght" 540, "GRAD" 0, "opsz" 24;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

.kh-player .kh-player__center-play .kh-player__icon {
	font-size: 42px;
	font-variation-settings: "FILL" 1, "wght" 650, "GRAD" 0, "opsz" 48;
}

.kh-player .kh-player__control--primary .kh-player__icon {
	font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 32;
}

