/* Full news page — stacked rounded cards, nested panels */

.cols:has(.page--full) {
	--fs-radius: 20px;
	--fs-radius-sm: 14px;
	--fs-radius-xs: 10px;
	--fs-line: var(--card-line);
	--fs-panel: var(--panel);
	align-content: start;
}

.cols:has(.page--full) .cols__content {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.cols:has(.page--full) .speedbar {
	margin-bottom: 0;
	opacity: 0.75;
	font-size: 13px;
	letter-spacing: 0.01em;
}

.page--full {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.fs-card {
	background: var(--bg);
	border: 1px solid var(--fs-line);
	border-radius: var(--fs-radius);
	box-shadow: var(--card-shadow);
	padding: 20px;
}

.fs-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.fs-kicker::before {
	font-size: 12px;
	opacity: 0.85;
}

.fs-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.fs-head__icon {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--panel);
	color: var(--accent);
	font-size: 16px;
}

.fs-head__title {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0;
}

.fs-head .fs-kicker {
	margin-bottom: 4px;
}


/* Hero */

.fs-hero {
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(35, 79, 145, 0.08), transparent 55%),
		var(--bg);
}

.fs-hero__layout {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.fs-hero__media {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fs-hero__poster {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(20, 40, 80, 0.14);
	background: var(--bg-darker);
}

.fs-hero__age {
	position: absolute;
	z-index: 2;
	left: 8px;
	top: 8px;
	min-width: 32px;
	height: 22px;
	padding: 0 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(20, 24, 32, 0.82);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.fs-hero__heading {
	position: relative;
	display: block;
	margin: 0 0 4px;
}

.fs-hero__heading .fs-hero__title {
	margin: 0;
}

.fs-hero__heading:has(.fs-brand) .fs-hero__title {
	padding-right: 108px;
}

.fs-hero__brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.fs-brands {
	display: contents;
}

.fs-hero__brands:empty,
.fs-hero__brands:not(:has(.fs-brand)) {
	display: none;
}

.fs-hero__brands--head {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.fs-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: auto;
	max-height: 60px;
	padding: 0;
	border-radius: 2px;
	text-decoration: none;
	line-height: 0;
	background: transparent;
	overflow: visible;
	transition: filter 0.16s ease;
}

.fs-brand img {
	display: block;
	height: auto;
	width: auto;
	max-height: 60px;
	max-width: 100px;
	object-fit: contain;
}

.fs-brand:hover,
.fs-brand:focus,
a.fs-brand:hover,
a.fs-brand:focus {
	color: inherit;
	text-decoration: none;
	filter: drop-shadow(0 0 4px rgba(35, 79, 145, 0.35));
}

.fs-hero__rate {
	border: 1px solid var(--fs-line);
	background: var(--bg);
	border-radius: 16px;
	padding: 10px 10px 12px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.fs-rate {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fs-rate__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--fs-line);
}

.fs-rate__val {
	display: flex;
	align-items: baseline;
	gap: 3px;
	color: var(--tt);
	line-height: 1;
}

.fs-rate__star {
	color: #f5a623;
	font-size: 15px;
	line-height: 1;
	margin-right: 1px;
}

.fs-rate__val b {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.fs-rate__val > span:last-child {
	color: var(--tt-fade);
	font-size: 12px;
	font-weight: 500;
}

.fs-rate__votes {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--tt-fade);
	font-size: 13px;
	line-height: 1;
}

.fs-rate__stars {
	position: relative;
}

.fs-rate-10 {
	position: relative;
	container-type: inline-size;
	height: 14px;
}

.fs-rate-10__row {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	height: 14px;
}

.fs-rate-10__row span {
	display: grid;
	place-items: center;
}

.fs-rate-10__row span::before {
	content: "★";
	font-size: 12px;
	line-height: 14px;
}

.fs-rate-10__row--empty { color: #d5dbe3; }

.fs-rate-10__fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: var(--p, 0%);
	overflow: hidden;
	color: #f5a623;
	pointer-events: none;
}

.fs-rate-10__fill .fs-rate-10__row {
	width: 100cqw;
}

.fs-rate__vote,
.fs-rate__vote .rating,
.fs-rate__vote [data-ratig-layer-id],
.fs-rate__vote .unit-rating {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
}

.fs-rate__vote .unit-rating {
	--size: 14px;
}

.fs-rate__vote .unit-rating li {
	flex: 1 1 0;
	background: none !important;
}

.fs-rate__vote .unit-rating li.current-rating {
	display: none;
}

.fs-rate__vote .unit-rating li a {
	width: 100%;
	height: 14px;
	text-indent: -999px;
}

.fs-rate__stars:has(.r1-unit:hover) .fs-rate-10__fill { width: 20% !important; }
.fs-rate__stars:has(.r2-unit:hover) .fs-rate-10__fill { width: 40% !important; }
.fs-rate__stars:has(.r3-unit:hover) .fs-rate-10__fill { width: 60% !important; }
.fs-rate__stars:has(.r4-unit:hover) .fs-rate-10__fill { width: 80% !important; }
.fs-rate__stars:has(.r5-unit:hover) .fs-rate-10__fill { width: 100% !important; }

.fs-hero__rate-likes {
	display: flex;
	gap: 8px;
}

.fs-hero__rate-likes a,
.fs-hero__rate-likes span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 32px;
	padding: 0 10px;
	border-radius: 8px;
	background: var(--bg);
	border: 1px solid var(--fs-line);
	color: var(--tt);
	font-weight: 600;
}

.fs-rate__exts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	width: 100%;
}

.fs-rate__exts:not(:has(.fs-hero__ext)) {
	display: none;
}

.fs-hero__ext {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 8px 0 26px;
	border-radius: 8px;
	border: 1px solid var(--fs-line);
	background: var(--bg);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 14px;
	color: var(--tt);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.fs-hero__ext.kp { background-image: url(../images/kp.svg); }
.fs-hero__ext.imdb { background-image: url(../images/imdb.svg); }

.fs-hero__title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 8px;
}

.fs-hero__title a,
.fs-hero__title > span {
	margin-left: 8px;
	font-size: 14px;
	color: var(--accent);
	opacity: 0.7;
}

.fs-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
}

.fs-hero__chips:empty {
	display: none;
}

.fs-hero__chips a,
.fs-hero__chips span {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid var(--fs-line);
	background: var(--panel);
	color: var(--tt-fade-0);
	font-size: 12px;
	text-transform: none;
	font-weight: 500;
	opacity: 1;
}

.fs-hero__chips a.fs-chip--channel {
	background: #ece8f8;
	border-color: #ddd6f3;
	color: #3a4d62;
}

.fs-hero__chips a:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.fs-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	align-items: stretch;
}

.fs-hero__actions > .fs-btn,
.fs-hero__fav,
.fs-share {
	flex: 0 0 auto;
}

.fs-hero__fav .fs-btn,
.fs-share .fs-btn {
	width: auto;
	min-width: max-content;
	flex-shrink: 0;
}

.fs-btn {
	height: 36px;
	padding: 0 14px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	cursor: pointer;
}

.fs-btn--primary {
	background: var(--accent);
	color: #fff;
}

.fs-btn--primary:hover {
	background: var(--ui-bg-btn-hover);
	color: #fff;
}

.fs-btn--ghost {
	background: var(--bg);
	color: var(--accent);
	border: 1px solid var(--fs-line);
}

.fs-btn--ghost:hover,
.fs-btn--ghost.is-active {
	background: var(--panel);
	color: var(--accent);
}

.fs-hero__fav > span,
.fs-hero__fav > a {
	cursor: pointer;
}

.fs-hero__fav .fs-btn {
	width: auto;
	min-width: max-content;
	aspect-ratio: auto;
}

.fs-hero__rate:not(:has(.unit-rating, .fs-hero__ext, .fs-hero__rate-likes, .fs-rate)) {
	display: none;
}

.fs-share {
	position: relative;
}

.fs-share__drop {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	z-index: 20;
	min-width: 220px;
	padding: 12px;
	border-radius: 12px;
	background: var(--bg);
	border: 1px solid var(--fs-line);
	box-shadow: 0 12px 30px rgba(20, 40, 80, 0.16);
}

.fs-share.is-open .fs-share__drop {
	display: block;
}

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

.fs-meta__row {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 10px;
	padding: 7px 0;
	border-top: 1px solid var(--fs-line);
	font-size: 13px;
	line-height: 1.4;
}

.fs-meta__row span:first-child {
	color: var(--tt-fade);
	font-weight: 500;
}

.fs-meta__row div,
.fs-meta__row a {
	color: var(--tt);
	min-width: 0;
}

.fs-meta__row a {
	color: var(--accent);
}

.fs-meta__row--wide {
	grid-column: 1 / -1;
}

.fs-collect {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--fs-line);
}

.fs-collect__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.fs-collect__list a {
	color: var(--accent);
	font-weight: 600;
}

.fs-collect__list a:hover {
	text-decoration: underline;
}


/* Plot */

.fs-plot__box {
	border: 1px solid var(--fs-line);
	border-radius: var(--fs-radius-sm);
	background: var(--fs-panel);
	padding: 22px 24px;
}

.fs-plot__box .full-text {
	font-size: 15px;
	line-height: 1.75;
	color: var(--tt-fade-0);
}

.fs-plot__scr {
	margin-top: 18px;
}

.fs-plot__scr ul {
	margin-top: 0;
}

.fs-plot__scr a,
.fs-plot__scr img {
	border-radius: 12px;
}


/* Player */

.fs-card.fs-player {
	position: relative;
	background: linear-gradient(180deg, #234f91 0%, #2a589e 58%, #d7e4f4 90%, #eef3f8 100%);
	border-color: rgba(35, 79, 145, 0.16);
	color: #e8eef6;
	padding: 0;
	box-shadow: 0 18px 42px rgba(35, 79, 145, 0.18);
	overflow: hidden;
}

.fs-player::before {
	display: none;
}

.fs-player__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 22px 24px 14px;
}

.fs-player__kicker {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9ec0ee;
	margin-bottom: 8px;
}

.fs-player__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.3;
	color: #fff;
}

.fs-player__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.fs-player__chips span {
	height: 26px;
	padding: 0 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.86);
}

.fs-player__chips span.is-light {
	background: #eef3f8;
	border-color: transparent;
	color: #1b2a40;
	font-weight: 600;
}

.fs-player__aside {
	flex: 0 0 auto;
	width: 220px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fs-player__note {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	color: #e8eef6;
}

.fs-player__note .fal {
	color: #9ec0ee;
}

.fs-player__vote {
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.fs-player__vote-cap {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9ec0ee;
	margin-bottom: 8px;
}

.fs-player__vote .fs-rate-10__row--empty { color: rgba(255, 255, 255, 0.28); }

.fs-player__vote-num {
	margin-top: 6px;
	font-size: 11px;
	color: rgba(232, 238, 246, 0.7);
}

.fs-player__vote--likes {
	display: flex;
	gap: 8px;
}

.fs-player__vote--likes a,
.fs-player__vote--likes span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #e8eef6;
	font-size: 13px;
	font-weight: 600;
}

.fs-player__source {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 20px 10px;
	font-size: 13px;
	color: rgba(27, 42, 64, 0.72);
}

.fs-player__source[hidden] { display: none !important; }

.fs-player__source a {
	color: #234f91;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.fs-player__stage {
	position: relative;
	margin: 0 16px;
	border-radius: 18px;
	overflow: hidden;
	background: #080c14;
	aspect-ratio: 16 / 9;
	min-height: 420px;
	border: 0;
	box-shadow: 0 16px 36px rgba(16, 24, 40, 0.22);
}

.fs-player__stub {
	position: absolute;
	inset: 0;
	min-height: 0;
	cursor: pointer;
	isolation: isolate;
}

.fs-player__stub-bg {
	position: absolute;
	inset: -12px;
	background: center / cover no-repeat #121820;
	filter: blur(18px) saturate(1.1);
	transform: scale(1.08);
	z-index: 0;
}

.fs-player__stub-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(7, 11, 18, 0.9) 0%, rgba(7, 11, 18, 0.55) 46%, rgba(7, 11, 18, 0.28) 100%),
		linear-gradient(180deg, rgba(7, 11, 18, 0.12) 0%, rgba(7, 11, 18, 0.55) 100%);
}

.fs-player__stub-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 100%;
	height: 100%;
	padding: 28px;
	max-width: none;
	width: auto;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.fs-player__stub-panel {
	position: relative;
	z-index: 2;
	max-width: 420px;
	padding: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.fs-player__stub-poster {
	flex: 0 0 148px;
	width: 148px;
	aspect-ratio: 2 / 3;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #121820;
}

.fs-player__stub-poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.fs-player__ready {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.fs-player__ready i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #8eb8ef;
	box-shadow: 0 0 0 4px rgba(142, 184, 239, 0.22);
}

.fs-player__stub-name {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1.25;
}

.fs-player__stub-hint {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(232, 238, 246, 0.7);
}

.fs-player__resume-place {
	display: none;
	align-items: center;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(245, 208, 122, 0.16);
	border: 1px solid rgba(245, 208, 122, 0.42);
	color: #f5d07a;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.fs-player.has-resume .fs-player__resume-place.is-on {
	display: inline-flex;
}

.fs-player.has-resume .js-resume-hint-text {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
}

.fs-player__stub-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.fs-player__go {
	display: inline-flex;
	align-items: center;
	height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	box-shadow: 0 8px 22px rgba(35, 79, 145, 0.45);
	gap: 10px;
}

.fs-player__go:hover {
	background: var(--ui-bg-btn-hover);
	color: #fff;
}

.fs-player__go-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

.fs-player button.fs-player__restart {
	display: none;
	height: 44px;
	margin: 0;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
	cursor: pointer;
}
.fs-player.has-resume button.fs-player__restart {
	display: inline-flex;
}
.fs-player.has-resume .fs-player__ready {
	color: #f5d07a;
}
.fs-player button.fs-player__restart:hover,
.fs-player button.fs-player__restart:focus {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: none;
}
.fs-player button.fs-player__restart:active {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}

.fs-player__stub-foot {
	margin-top: 10px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.42);
}

.fs-player__screen {
	display: none;
}

.fs-player.is-started .fs-player__stub {
	display: none;
}

.fs-player.is-started .fs-player__screen {
	display: flex;
	flex-direction: column;
	position: absolute;
	inset: 0;
}

.fs-player__hit {
	display: none;
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	z-index: 8;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	background: rgba(8, 14, 24, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	pointer-events: auto;
}
.fs-player.is-started .fs-player__hit:not([hidden]) {
	display: inline-flex;
}
.fs-player.is-started.is-playing .fs-player__hit {
	display: none !important;
}
.fs-player__hit-ico {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.fs-player__chrome {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	gap: 6px;
	flex-direction: column;
	align-items: flex-end;
	max-width: min(220px, calc(100% - 20px));
}
.fs-player.is-started .fs-player__chrome {
	display: flex;
}
.fs-player__ctrl {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 11px;
	border-radius: 9px;
	background: rgba(8, 14, 24, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}
.fs-player__ctrl:hover,
.fs-player.is-theater .js-fs-theater.fs-player__ctrl,
.fs-player.is-fs .js-fs-full.fs-player__ctrl {
	background: var(--accent);
	color: #fff;
	border-color: transparent;
}

body.is-player-theater .cols:has(.page--full) {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas: "content";
}
body.is-player-theater .cols__sidebar {
	display: none;
}
body.is-player-theater .fs-player__stage {
	min-height: min(78vh, 880px);
	margin: 0 12px 12px;
}

.fs-player__stage:fullscreen,
.fs-player__stage:-webkit-full-screen {
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	min-height: 100%;
	border-radius: 0;
	margin: 0;
	background: #000;
}
.fs-player__stage:fullscreen .fs-player__screen,
.fs-player__stage:-webkit-full-screen .fs-player__screen {
	inset: 0;
}

.fs-player__controls,
.fs-player .tabs-block__select {
	display: none !important;
}

.fs-player .tabs-block__select {
	gap: 8px;
	margin-bottom: 0;
}

.fs-player .tabs-block__select button {
	height: 34px;
	padding: 0 12px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.72);
	text-transform: none;
	font-size: 13px;
	box-shadow: none;
}

.fs-player .tabs-block__select button.is-active,
.fs-player .tabs-block__select button:hover {
	background: #3d6eb0;
	color: #fff;
}

.fs-player .page__complaint {
	position: static;
	margin: 0;
}

.fs-player .page__complaint a,
.fs-player__bug a {
	position: static;
	height: 34px;
	padding: 0 12px;
	border-radius: 9px;
	background: rgba(240, 147, 43, 0.14);
	color: #f0b27a;
	gap: 8px;
	font-size: 13px;
	text-transform: none;
}

.fs-player .video-inside,
.fs-player .video-responsive,
.fs-player .playlists-iframe {
	border-radius: 0;
	overflow: hidden;
}

.fs-card.fs-player .tabs-block__content.video-inside {
	position: relative;
	inset: auto;
	flex: 1 1 auto;
	width: 100%;
	height: auto;
	min-height: 0;
}

.fs-card.fs-player .tabs-block__content.video-inside.d-none {
	display: none;
}

.fs-player .playlists-ajax,
.fs-player .playlists-player {
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.fs-player .playlists-player {
	background: transparent;
	padding: 0;
	overflow: hidden;
}

.fs-player .playlists-iframe {
	order: 1;
}

.fs-player .playlists-lists {
	order: 2;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.fs-player .playlists-videos {
	order: 3;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.fs-player .playlists-items {
	flex: 0 0 auto;
	position: relative;
	height: 44px;
}

.fs-player .playlists-prev,
.fs-player .playlists-next {
	top: 0;
	bottom: 0;
	height: 44px;
	z-index: 3;
}

.fs-player .video-responsive,
.fs-player .playlists-iframe {
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	padding-top: 0 !important;
	position: relative;
}

.fs-player .video-responsive > iframe,
.fs-player .playlists-iframe iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.fs-player .playlists-items li {
	border-radius: 8px;
}

.fs-player .playlists-player--aside,
.fs-player .playlists-player--left {
	display: grid !important;
	flex-direction: unset;
	align-items: stretch;
	grid-template-rows: auto minmax(0, 1fr);
}
.fs-player .playlists-player--aside {
	grid-template-columns: minmax(0, 1fr) 240px;
	grid-template-areas: "video lists" "video eps";
}
.fs-player .playlists-player--left {
	grid-template-columns: 240px minmax(0, 1fr);
	grid-template-areas: "lists video" "eps video";
}
.fs-player .playlists-player--aside .playlists-iframe,
.fs-player .playlists-player--left .playlists-iframe {
	grid-area: video;
	order: unset !important;
	flex: none;
	min-height: 0;
	height: auto;
}
.fs-player .playlists-player--aside .playlists-lists,
.fs-player .playlists-player--left .playlists-lists {
	grid-area: lists;
	order: unset !important;
	max-height: 88px;
	overflow: auto;
	background: #161b24;
}
.fs-player .playlists-player--aside .playlists-videos,
.fs-player .playlists-player--left .playlists-videos {
	grid-area: eps;
	order: unset !important;
	overflow: auto;
	min-height: 0;
	background: #11151c;
}
.fs-player .playlists-player--aside .playlists-items,
.fs-player .playlists-player--left .playlists-items,
.fs-player .playlists-player--grid .playlists-items,
.fs-player .playlists-player--overlay .playlists-items,
.fs-player .playlists-player--stack .playlists-items {
	height: auto !important;
}
.fs-player .playlists-player--aside .playlists-items li,
.fs-player .playlists-player--left .playlists-items li {
	display: block !important;
	width: auto !important;
	margin: 0;
	height: 36px;
	line-height: 36px;
	text-align: left;
	padding: 0 12px;
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.fs-player .playlists-player--aside .playlists-videos .playlists-items li,
.fs-player .playlists-player--left .playlists-videos .playlists-items li {
	padding-right: 40px;
}
.fs-player .playlists-player--aside .playlists-prev,
.fs-player .playlists-player--aside .playlists-next,
.fs-player .playlists-player--left .playlists-prev,
.fs-player .playlists-player--left .playlists-next,
.fs-player .playlists-player--grid .playlists-prev,
.fs-player .playlists-player--grid .playlists-next {
	display: none !important;
}
.fs-player .playlists-player--overlay .playlists-lists,
.fs-player .playlists-player--overlay .playlists-videos {
	position: absolute;
	flex: none;
	height: auto;
}
.fs-player .playlists-player:not(.playlists-player--ribbon) .playlists-items {
	height: auto;
}
.fs-player .playlists-player:not(.playlists-player--ribbon) .playlists-prev,
.fs-player .playlists-player:not(.playlists-player--ribbon) .playlists-next {
	display: none !important;
}

.fs-player .playlists-player--dropdown {
	display: flex !important;
	flex-direction: column;
	overflow: visible;
}
.fs-player .playlists-player--dropdown .playlists-iframe {
	order: 1;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	padding-top: 0 !important;
}
.fs-player .playlists-player--dropdown .playlists-lists,
.fs-player .playlists-player--dropdown .playlists-videos {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	pointer-events: none;
}
.fs-player .playlists-player--dropdown .playlists-ddbar {
	order: 2;
	flex: 0 0 auto;
}
.fs-player[data-player-skin="dropdown"] .video-inside,
.fs-player[data-player-skin="dropdown"] .playlists-player {
	overflow: visible;
}

.fs-player .playlists-player--plain .playlists-lists,
.fs-player .playlists-player--plain .playlists-videos,
.fs-player .playlists-player--plain .playlists-ddbar {
	display: none !important;
}
.fs-player .playlists-player--plain .playlists-iframe {
	order: 1;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	padding-top: 0 !important;
}

.fs-player__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	padding: 14px 20px 18px;
}

.fs-player__bar-hint {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(27, 42, 64, 0.72);
}

.fs-player__bar-hint i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #234f91;
	box-shadow: 0 0 0 4px rgba(35, 79, 145, 0.16);
}

.fs-player__bar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fs-player__tool {
	height: 34px;
	padding: 0 12px;
	border-radius: 9px;
	background: rgba(35, 79, 145, 0.08);
	color: #1b2a40;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	box-shadow: none;
	gap: 7px;
}

.fs-player__tool:hover,
.fs-player__tool.is-copied {
	background: var(--accent);
	color: #fff;
}

.fs-player__bug a {
	background: rgba(235, 77, 75, 0.12) !important;
	color: var(--red) !important;
}


/* Share bar */

.fs-sharebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 20px;
	padding: 16px 18px;
}

.fs-sharebar__lead {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.fs-sharebar__lead .fs-sharebar__ico {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(35, 79, 145, 0.1);
	color: var(--accent);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
	flex: 0 0 44px;
	margin: 0;
}

.fs-sharebar__lead .fs-sharebar__ico::before {
	display: block;
	font-size: 18px;
	line-height: 1;
	width: 1em;
	height: 1em;
	text-align: center;
}

.fs-sharebar__lead b {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--tt);
	line-height: 1.25;
}

.fs-sharebar__lead span {
	display: block;
	font-size: 12px;
	color: var(--tt-fade);
	margin-top: 2px;
}

.fs-sharebar .ya-share2 {
	min-height: 0;
	margin: 0;
	flex: 0 0 auto;
}

.fs-sharebar .ya-share2__container {
	margin: 0 !important;
}

.fs-sharebar .ya-share2__list {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 8px;
	margin: 0 !important;
}

.fs-sharebar .ya-share2__item {
	margin: 0 !important;
	padding: 0 !important;
}

.fs-sharebar .ya-share2__link,
.fs-sharebar .ya-share2__badge {
	width: 40px !important;
	height: 40px !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.fs-sharebar .ya-share2__icon {
	width: 20px !important;
	height: 20px !important;
}


/* FAQ */

.fs-faq__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fs-faq__item {
	border: 1px solid var(--fs-line);
	background: var(--fs-panel);
	border-radius: 12px;
	overflow: hidden;
}

.fs-faq__item summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 500;
	color: var(--tt);
}

.fs-faq__item summary::-webkit-details-marker {
	display: none;
}

.fs-faq__item summary::after {
	content: "+";
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--panel);
	color: var(--accent);
	display: grid;
	place-items: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.fs-faq__item[open] summary::after {
	content: "–";
}

.fs-faq__body {
	padding: 0 16px 16px;
	color: var(--tt-fade-0);
	font-size: 14px;
	line-height: 1.65;
}


/* Comments */

.fs-comms .page__comments-info {
	margin: 0 0 16px;
}

.fs-comms__form {
	border: 1px solid var(--fs-line);
	border-radius: var(--fs-radius-sm);
	background: var(--fs-panel);
	padding: 16px;
	margin-bottom: 14px;
}

.fs-comms .ac-form {
	cursor: auto;
}

.fs-comms .ac-form__header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 10px;
}

.fs-comms .ac-form .bb-pane {
	display: none;
}

.fs-comms .tox-tinymce,
.fs-comms .mce-tinymce {
	border-radius: 12px !important;
	overflow: hidden;
	border: 1px solid var(--fs-line) !important;
}

.fs-comms .ac-form__header input,
.fs-comms .ac-form__editor textarea,
.fs-comms .bb-editor textarea {
	border-radius: 12px;
	border: 1px solid var(--fs-line);
	background: var(--ui-bg-inp);
}

.fs-comms .ac-toggle .ac-form__editor .bb-editor textarea,
.fs-comms .ac-form__editor .bb-editor textarea {
	height: 140px;
	padding: 16px;
}

.fs-comms .ac-toggle .ac-form__bottom button,
.fs-comms .ac-form__bottom button {
	position: static;
	pointer-events: auto;
	border-radius: 12px;
	text-transform: none;
	padding: 0 22px;
	height: 42px;
}

.fs-comms .ac-toggle .has-checkbox {
	display: block;
}

.fs-comms .ac-form__bottom {
	margin-top: 12px;
	gap: 16px;
}

.fs-comms .comm {
	border-radius: 14px;
	border: 1px solid var(--fs-line);
	background: var(--bg);
	padding: 16px 16px 14px 78px;
	margin-bottom: 10px;
}

.fs-comms .comm__img {
	left: 16px;
	top: 16px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.fs-comms .comm__letter {
	font-size: 16px;
}

.fs-comms .comm__rating a {
	width: 26px;
	height: 26px;
	border-radius: 8px;
}

.fs-comms__empty {
	padding: 18px;
	border-radius: 14px;
	border: 1px dashed var(--fs-line);
	color: var(--tt-fade);
	text-align: center;
}


/* Dark theme */

.dt .fs-hero {
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(132, 203, 250, 0.12), transparent 55%),
		var(--bg);
}

.dt .fs-hero__rate {
	border-color: rgba(255, 255, 255, 0.12);
	background: var(--panel);
}

.dt .fs-rate-10__row--empty { color: rgba(255, 255, 255, 0.22); }

.dt .fs-sharebar__lead .fs-sharebar__ico {
	background: rgba(132, 203, 250, 0.14);
	color: #84cbfa;
}

.dt .fs-btn--ghost {
	color: #84cbfa;
	border-color: rgba(132, 203, 250, 0.35);
}

.dt .fs-head__icon,
.dt .fs-faq__item summary::after {
	background: rgba(132, 203, 250, 0.12);
	color: #84cbfa;
}

.dt .fs-comms .comm {
	background: var(--panel);
}

.dt .fs-card.fs-player {
	background: linear-gradient(180deg, #1a3d75 0%, #234f91 58%, #c5d6ee 90%, #e4ecf5 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.dt .fs-player__source { color: rgba(27, 42, 64, 0.78); }
.dt .fs-player__source a { color: #1b3a6e; }

.dt .fs-player__tool {
	background: rgba(35, 79, 145, 0.12);
	color: #1b2a40;
}


/* Responsive */

@media screen and (max-width: 950px) {
	.fs-hero__layout {
		grid-template-columns: 132px minmax(0, 1fr);
		gap: 16px;
	}
	.fs-hero__title { font-size: 20px; }
	.fs-meta { grid-template-columns: 1fr; }
	.fs-meta__row--wide { grid-column: auto; }
}

@media screen and (max-width: 760px) {
	.fs-card { padding: 18px; }
	.fs-card.fs-player { padding: 0; }
	.fs-hero__layout {
		grid-template-columns: 1fr;
	}
	.fs-hero__media {
		max-width: 168px;
		margin: 0 auto;
		width: 100%;
	}
	.fs-hero__heading:has(.fs-brand) .fs-hero__title { padding-right: 0; }
	.fs-hero__brands--head {
		position: static;
		justify-content: flex-start;
		margin: 8px 0 4px;
	}
	.fs-brand img { max-height: 40px; max-width: 80px; }
	.fs-hero__actions .fs-btn--primary { width: 100%; flex: 1 1 100%; }
	.fs-hero__fav,
	.fs-share { flex: 1 1 calc(50% - 8px); min-width: 0; }
	.fs-hero__fav .fs-btn,
	.fs-share .fs-btn { width: 100%; min-width: 0; }
	.fs-meta__row { grid-template-columns: 100px minmax(0, 1fr); }
	.fs-player__top { flex-wrap: wrap; }
	.fs-player__aside { width: 100%; }
	.fs-player__bar { flex-direction: column; align-items: flex-start; }
	.fs-player__stub { min-height: 0; }
	.fs-player__stage { min-height: 280px; margin: 0 10px 12px; width: calc(100% - 20px); max-width: 100%; }
	.fs-player.is-started .fs-player__stage { min-height: 280px; }
	.fs-player__stub-inner { min-height: 100%; padding: 20px 18px; gap: 16px; }
	.fs-player__stub-panel { padding: 0; max-width: none; }
	.fs-player__stub-poster { flex: 0 0 128px; width: 128px; }
	.fs-player__controls { flex-wrap: wrap; }
	.fs-player .tabs-block__select { width: 100%; }
	.fs-player .tabs-block__select button { flex: 1 1 0; }
	.fs-player .page__complaint { margin-left: 0; }
	.fs-comms .ac-form__header { grid-template-columns: 1fr; }
	.fs-comms .comm { padding: 14px; }
	.fs-comms .comm__img { position: relative; left: 0; top: 0; }
}

@media screen and (max-width: 590px) {
	.fs-head__title,
	.fs-hero__title { font-size: 20px; }
	.fs-card { padding: 14px; }
	.fs-card.fs-player { padding: 0; }
	.fs-player__title { font-size: 16px; }
	.fs-player__stage { min-height: 220px; }
	.fs-player.is-started .fs-player__stage { min-height: 240px; }
	.fs-player__chrome { left: auto; right: 8px; top: 8px; max-width: 46%; }
	.fs-player__ctrl { height: 32px; font-size: 11px; padding: 0 9px; }
	.fs-player__stub-inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 100%;
		padding: 14px 12px 14px 16px;
		gap: 12px;
	}
	.fs-player__stub-poster {
		flex: 0 0 96px;
		width: 92px;
		border-radius: 10px;
	}
	.fs-player__stub-name { font-size: 16px; margin-bottom: 6px; }
	.fs-player__stub-hint { font-size: 12px; margin: 0 0 12px; line-height: 1.4; }
	.fs-player__ready { height: 24px; font-size: 11px; margin-bottom: 8px; }
	.fs-player__go { height: 40px; padding: 0 14px; font-size: 13px; white-space: nowrap; }
	.fs-player button.fs-player__restart { height: 40px; padding: 0 12px; font-size: 12px; }
	.fs-player__stub-foot { margin-top: 8px; font-size: 10px; }
	.fs-sharebar .ya-share2__list { flex-wrap: wrap; }
	.cols:has(.page--full) .speedbar { margin-top: 0; }
}
