:root {
	--bg: #090a0e;
	--bg-2: #10131a;
	--panel: #12161d;
	--panel-2: #161b24;
	--line: rgba(255, 255, 255, 0.08);
	--line-strong: rgba(164, 52, 62, 0.42);
	--text: #ece7e4;
	--muted: #9b9ea7;
	--accent: #bd5a54;
	--accent-2: #8d262f;
	--gold: #d7b46b;
	--shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
	--radius: 8px;
	--bg-glow: rgba(141, 38, 47, 0.18);
}

body .visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@font-face {
	font-family: "Always Angry";
	src: url("../fonts/AlwaysAngryBB[RUSbyPenka220]-Bold.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html.blood-mode {
	--bg: #100607;
	--bg-2: #16090b;
	--panel: #171116;
	--panel-2: #201115;
	--line: rgba(255, 255, 255, 0.08);
	--line-strong: rgba(215, 58, 71, 0.5);
	--text: #f0e8e6;
	--muted: #ab9a99;
	--accent: #d14b55;
	--accent-2: #86151d;
	--gold: #d9b56d;
	--bg-glow: rgba(214, 58, 71, 0.26);
}

html.blood-mode .topbar {
	border-bottom-color: rgba(209, 75, 85, 0.24);
	background: linear-gradient(180deg, rgba(18, 6, 8, 0.58), rgba(10, 4, 5, 0.22));
}

html.blood-mode .rail-panel,
html.blood-mode .content-shell,
html.blood-mode .seo-block,
html.blood-mode .section-seo,
html.blood-mode .vault-collections,
html.blood-mode .hero-side,
html.blood-mode .account-dropdown,
html.blood-mode .profile-hero-card,
html.blood-mode .profile-panel,
html.blood-mode .profile-stat,
html.blood-mode .top10-hero,
html.blood-mode .top10-board,
html.blood-mode .top10-note {
	background: linear-gradient(180deg, #1a0d11, #100709);
}

html.blood-mode .hero-btn--solid,
html.blood-mode .button,
html.blood-mode .btn,
html.blood-mode .login-form button {
	background: rgba(126, 21, 32, 0.76);
	border-color: rgba(209, 75, 85, 0.42);
}

html.blood-mode .next-prev .button {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

html.blood-mode .searchbar,
html.blood-mode .icon-button {
	background: rgba(29, 10, 13, 0.3);
}

html.blood-mode .content-shell--single,
html.blood-mode .content-shell--category,
html.blood-mode .content-shell:has(.watch-page) {
	background: transparent;
	box-shadow: none;
}

html.blood-mode .content-feed--category {
	background:
		linear-gradient(135deg, rgba(209, 75, 85, 0.04), transparent 42%),
		linear-gradient(180deg, #13161d, #0d0f14);
}

html.blood-mode .category-hero,
html.blood-mode .category-section-head,
html.blood-mode .category-seo-footer,
html.blood-mode .watch-description,
html.blood-mode .watch-seo-text {
	background: transparent;
	box-shadow: none;
}

html.blood-mode .watch-player,
html.blood-mode .watch-info,
html.blood-mode .related-section,
html.blood-mode .watch-comments,
html.blood-mode .comment {
	background:
		linear-gradient(135deg, rgba(209, 75, 85, 0.065), transparent 34%),
		linear-gradient(180deg, #151216, #0c0e13);
}

html.blood-mode .player-native-slot {
	background:
		radial-gradient(circle at 50% 52%, rgba(146, 34, 47, 0.18), transparent 24%),
		linear-gradient(180deg, #151216 0%, #09090d 58%, #050506 100%);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	color: var(--text);
	background:
		linear-gradient(180deg, rgba(9, 10, 14, 0.94), rgba(9, 10, 14, 0.98) 360px),
		radial-gradient(circle at 12% 0%, var(--bg-glow), transparent 34%),
		var(--bg);
}

body.story-page,
body.category-page,
body.register-page,
body.userinfo-page {
	background: #090a0e;
}

a {
	color: inherit;
	text-decoration: none;
}

:where(
	.watch-info-grid dd,
	.watch-description,
	.watch-seo-text,
	.section-seo,
	.category-seo-footer,
	.static-page,
	.movie-floating-details em,
	.movie-meta,
	.search-result,
	.profile-details dd
) a {
	position: relative;
	color: #e8b4ad;
	font-weight: 800;
	text-decoration: none;
	text-underline-offset: 0.22em;
	background-image: linear-gradient(90deg, rgba(190, 90, 84, 0.68), rgba(232, 180, 173, 0.18));
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
	transition: color 0.18s ease, background-size 0.18s ease, text-shadow 0.18s ease;
}

:where(
	.watch-info-grid dd,
	.watch-description,
	.watch-seo-text,
	.section-seo,
	.category-seo-footer,
	.static-page,
	.movie-floating-details em,
	.movie-meta,
	.search-result,
	.profile-details dd
) a:hover {
	color: #fff0ec;
	background-size: 100% 2px;
	text-shadow: 0 0 14px rgba(190, 90, 84, 0.24);
}

img {
	display: block;
	max-width: 100%;
}

button,
input,
textarea,
select {
	font: inherit;
}

.container {
	width: min(1360px, calc(100% - 32px));
	margin-inline: auto;
}

.page-shell {
	min-height: 100vh;
}

.story-page .page-shell,
.category-page .page-shell,
.register-page .page-shell,
.userinfo-page .page-shell {
	background: #090a0e;
}

.story-page .brand-mark::before,
.category-page .brand-mark::before,
.register-page .brand-mark::before,
.userinfo-page .brand-mark::before {
	opacity: 0.22;
	filter: blur(4px);
}

.story-page .brand-mark img,
.category-page .brand-mark img,
.register-page .brand-mark img,
.userinfo-page .brand-mark img {
	filter:
		drop-shadow(0 0 1px rgba(255, 238, 228, 0.68))
		drop-shadow(0 0 8px rgba(255, 238, 228, 0.22))
		drop-shadow(0 10px 14px rgba(0, 0, 0, 0.52));
}

.story-page .topbar,
.category-page .topbar,
.register-page .topbar,
.userinfo-page .topbar {
	border-bottom-color: rgba(255, 255, 255, 0.075);
	background: rgba(6, 8, 12, 0.82);
}

.topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	border-bottom: 1px solid rgba(190, 90, 84, 0.16);
	background: linear-gradient(180deg, rgba(6, 8, 12, 0.36), rgba(6, 8, 12, 0.14));
	backdrop-filter: blur(12px);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03);
	transition: transform 0.28s ease, opacity 0.28s ease, background 0.28s ease;
}

.topbar.is-hidden {
	transform: translateY(-110%);
	opacity: 0.06;
	pointer-events: none;
}

.topbar.is-menu-open {
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.topbar-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto auto;
	gap: 24px;
	align-items: center;
	min-height: 74px;
}

.brand {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	min-width: 0;
}

.brand-mark {
	position: relative;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #c7837c;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: none;
	backdrop-filter: none;
}

.brand-mark::before {
	content: "";
	position: absolute;
	inset: 4px;
	z-index: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(245, 230, 220, 0.34) 0 18%, rgba(178, 39, 48, 0.24) 34%, rgba(178, 39, 48, 0) 68%);
	filter: blur(6px);
	opacity: 0.7;
	animation: logoLamp 4.8s infinite;
}

.brand-mark img {
	position: relative;
	z-index: 1;
	width: 56px;
	height: 56px;
	object-fit: contain;
	filter:
		drop-shadow(0 0 1px rgba(255, 238, 228, 0.86))
		drop-shadow(0 0 7px rgba(255, 238, 228, 0.48))
		drop-shadow(0 0 18px rgba(171, 32, 43, 0.58))
		drop-shadow(0 12px 16px rgba(0, 0, 0, 0.5));
	animation: logoLampIcon 4.8s infinite;
}

@keyframes logoLamp {
	0%, 100% { opacity: 0.62; transform: scale(0.98); }
	8% { opacity: 0.92; transform: scale(1.02); }
	10% { opacity: 0.38; }
	13% { opacity: 0.86; }
	54% { opacity: 0.68; }
	57% { opacity: 0.95; }
	60% { opacity: 0.52; }
}

@keyframes logoLampIcon {
	0%, 100% { filter: drop-shadow(0 0 1px rgba(255, 238, 228, 0.82)) drop-shadow(0 0 7px rgba(255, 238, 228, 0.42)) drop-shadow(0 0 18px rgba(171, 32, 43, 0.52)) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.5)); }
	8%, 57% { filter: drop-shadow(0 0 2px rgba(255, 246, 236, 0.95)) drop-shadow(0 0 12px rgba(255, 238, 228, 0.62)) drop-shadow(0 0 24px rgba(190, 42, 52, 0.72)) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.5)); }
	10%, 60% { filter: drop-shadow(0 0 1px rgba(255, 238, 228, 0.66)) drop-shadow(0 0 5px rgba(255, 238, 228, 0.28)) drop-shadow(0 0 12px rgba(171, 32, 43, 0.42)) drop-shadow(0 12px 16px rgba(0, 0, 0, 0.5)); }
}

.brand-copy {
	display: grid;
	line-height: 1;
}

.brand-copy strong {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	gap: 2px;
	font-family: "Always Angry", "Impact", "Arial Black", serif;
	font-size: 31px;
	line-height: 0.92;
	letter-spacing: 0.045em;
	color: #efe0dc;
	filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.68)) drop-shadow(0 0 11px rgba(124, 22, 32, 0.18));
	text-transform: uppercase;
}

.brand-copy strong::before,
.brand-copy strong::after {
	content: none;
}

.brand-main {
	display: inline-block;
	background:
		radial-gradient(circle at 22% 8%, rgba(255, 255, 255, 0.42), transparent 14%),
		linear-gradient(180deg, #fff3e6 0%, #e4d3c3 42%, #b3a397 66%, #6d151e 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 900;
	letter-spacing: 0.012em;
	-webkit-text-stroke: 0.4px rgba(14, 9, 10, 0.75);
	text-shadow: 0 0 12px rgba(239, 222, 207, 0.12), 0 0 16px rgba(103, 13, 23, 0.28);
	text-transform: uppercase;
}

.brand-pro {
	display: inline-block;
	padding-bottom: 2px;
	color: #d9c9bc;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.045em;
	-webkit-text-stroke: 0.25px rgba(9, 8, 9, 0.72);
	text-shadow: 0 0 10px rgba(231, 214, 202, 0.12), 0 0 9px rgba(86, 9, 18, 0.28);
	text-transform: none;
}

.brand-copy small {
	margin-top: 5px;
	color: #c0837b;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.icon-button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: rgba(16, 20, 27, 0.26);
	color: #e8d6d4;
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.icon-button svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
}

.icon-button:hover {
	border-color: rgba(190, 90, 84, 0.45);
	background: rgba(25, 15, 18, 0.38);
	color: #fff;
	transform: translateY(-1px);
}

.mobile-nav-toggle {
	display: none;
	gap: 4px;
}

.mobile-nav-toggle span {
	display: block;
	width: 19px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.topbar.is-menu-open .mobile-nav-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.topbar.is-menu-open .mobile-nav-toggle span:nth-child(2) {
	opacity: 0;
}

.topbar.is-menu-open .mobile-nav-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.theme-toggle.is-active,
html.blood-mode .theme-toggle {
	border-color: rgba(209, 75, 85, 0.42);
	background: rgba(209, 75, 85, 0.14);
	color: #ffd9db;
}

.theme-toggle {
	position: relative;
	overflow: hidden;
}

.theme-toggle .theme-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 21px;
	height: 21px;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.theme-toggle .theme-icon--moon {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.theme-toggle .theme-icon--drop {
	opacity: 0;
	transform: translate(-50%, calc(-50% + 6px)) scale(0.74);
}

.theme-toggle:hover .theme-icon--moon,
html.blood-mode .theme-toggle .theme-icon--moon {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.72) rotate(-18deg);
}

.theme-toggle:hover .theme-icon--drop,
html.blood-mode .theme-toggle .theme-icon--drop {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.topnav {
	display: flex;
	gap: 18px;
	justify-content: center;
	align-items: center;
	min-width: 0;
	padding: 0 8px;
	overflow: visible;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.topnav::-webkit-scrollbar {
	display: none;
}

.topnav > a,
.nav-item > a {
	position: relative;
	isolation: isolate;
	padding: 10px 7px 15px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	color: #d1ccd2;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.18s ease, text-shadow 0.18s ease;
}

.topnav > a.is-active,
.nav-item > a.is-active,
.topnav > a:hover,
.nav-item > a:hover {
	color: #f6e9e5;
	text-shadow:
		0 0 8px rgba(246, 219, 213, 0.1),
		0 0 16px rgba(190, 90, 84, 0.16);
}

.topnav > a.is-active::before,
.nav-item > a.is-active::before,
.topnav > a:hover::before,
.nav-item > a:hover::before {
	display: none;
}

.topnav > a.is-active::after,
.nav-item > a.is-active::after,
.topnav > a:hover::after,
.nav-item > a:hover::after {
	content: "";
	position: absolute;
	right: 7px;
	bottom: 7px;
	left: 7px;
	z-index: 1;
	height: 1px;
	border-radius: 0;
	background:
		linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.46) 18%, rgba(238, 206, 199, 0.74) 50%, rgba(190, 90, 84, 0.46) 82%, transparent);
	box-shadow: 0 0 10px rgba(190, 90, 84, 0.28);
	opacity: 0.95;
}

.topnav > a.nav-top10 {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	padding-inline: 7px;
	color: #f2d6c5;
	text-shadow:
		0 0 10px rgba(232, 156, 116, 0.28),
		0 0 22px rgba(190, 90, 84, 0.22),
		0 0 34px rgba(239, 188, 151, 0.1);
}

.topnav > a.nav-top10::before {
	display: none;
}

.topnav > a.nav-top10::after {
	right: 7px;
	left: 7px;
	background:
		linear-gradient(90deg, transparent, rgba(228, 165, 128, 0.96) 28%, rgba(255, 232, 214, 0.94) 52%, rgba(190, 90, 84, 0.7) 78%, transparent);
	box-shadow:
		0 0 16px rgba(190, 90, 84, 0.42),
		0 0 28px rgba(228, 165, 128, 0.18);
	opacity: 1;
}

.nav-top10-icon {
	width: 15px;
	height: 15px;
	color: #e3ad7f;
	filter:
		drop-shadow(0 0 7px rgba(228, 165, 128, 0.34))
		drop-shadow(0 0 14px rgba(190, 90, 84, 0.2));
	transform: translateY(-1px);
	transition: color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

.topnav > a.nav-top10:hover,
.topnav > a.nav-top10.is-active {
	color: #fff5ed;
}

.topnav > a.nav-top10:hover .nav-top10-icon,
.topnav > a.nav-top10.is-active .nav-top10-icon {
	color: #ffe1b6;
	filter:
		drop-shadow(0 0 8px rgba(255, 219, 176, 0.42))
		drop-shadow(0 0 16px rgba(190, 90, 84, 0.28));
	transform: translateY(-2px);
}

.is-error-page .category-hero,
.is-error-page .category-section-head,
.is-error-page .category-filter,
.is-error-page .category-filter-empty,
.is-error-page .category-seo-footer,
.is-error-page #category-feed.content-feed--category {
	display: none !important;
}
.nav-item {
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 26px;
	margin-bottom: -26px;
}

.nav-dropdown {
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	z-index: 10020;
	display: grid;
	min-width: 244px;
	padding: 10px;
	transform: translate(-50%, 8px) scale(0.98);
	border: 1px solid rgba(190, 90, 84, 0.22);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(18, 21, 28, 0.96), rgba(9, 11, 15, 0.98)),
		radial-gradient(circle at 18% 0%, rgba(190, 90, 84, 0.14), transparent 34%);
	backdrop-filter: blur(20px);
	box-shadow: 0 28px 58px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.nav-dropdown:hover {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0) scale(1);
}

.nav-dropdown::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 12px;
	height: 12px;
	transform: translateX(-50%) rotate(45deg);
	border-top: 1px solid rgba(190, 90, 84, 0.2);
	border-left: 1px solid rgba(190, 90, 84, 0.2);
	background: rgba(18, 21, 28, 0.96);
}

.nav-dropdown::after {
	content: "";
	position: absolute;
	top: 0;
	right: 12px;
	left: 12px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.62), transparent);
}

.nav-dropdown--wide {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 360px;
	column-gap: 8px;
}

.nav-dropdown a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 11px 12px;
	overflow: hidden;
	border-radius: 6px;
	color: #d8d4d5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.22;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
}

.nav-dropdown a::before {
	content: "";
	flex: 0 0 18px;
	width: 18px;
	height: 8px;
	border: 0;
	border-left: 2px solid rgba(190, 90, 84, 0.78);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.62), transparent) 0 50% / 18px 1px no-repeat,
		radial-gradient(circle, rgba(228, 119, 110, 0.62) 0 2px, transparent 3px) 0 50% / 8px 8px no-repeat;
	transition: border-color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown a:hover {
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.16), rgba(255, 255, 255, 0.035));
	color: #fff;
}

.nav-dropdown a:hover::before {
	border-color: rgba(230, 111, 103, 0.72);
	opacity: 1;
	transform: translateX(2px);
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
	transform: translate(-50%, 0) scale(1);
	opacity: 1;
	pointer-events: auto;
}

.searchbar {
	position: relative;
	z-index: 10030;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: min(230px, 100%);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: rgba(16, 20, 27, 0.16);
	backdrop-filter: blur(10px);
	overflow: visible;
}

.searchbar input {
	min-width: 0;
	padding: 11px 12px;
	border: 0;
	background: transparent;
	color: #dcd7dc;
	text-transform: none;
	outline: none;
}

.searchbar input::placeholder {
	color: #8e9098;
}

.searchbar button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: rgba(190, 90, 84, 0.08);
	color: #f1d3d0;
	cursor: pointer;
}

.searchbar button svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.site-search-results {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: auto;
	z-index: 10080;
	display: grid;
	width: min(380px, calc(100vw - 24px));
	max-height: 430px;
	overflow: auto;
	border: 1px solid rgba(190, 90, 84, 0.24);
	border-radius: 7px;
	background: rgba(8, 10, 14, 0.98);
	box-shadow: 0 26px 56px rgba(0, 0, 0, 0.64), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(18px);
}

.site-search-results[hidden] {
	display: none;
}

.site-search-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #efe6e3;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease;
}

.site-search-item:hover {
	background: rgba(190, 90, 84, 0.13);
	color: #fff;
}

.site-search-poster {
	display: block;
	width: 48px;
	height: 68px;
	overflow: hidden;
	border: 1px solid rgba(190, 90, 84, 0.2);
	border-radius: 5px;
	background: linear-gradient(180deg, #171b23, #0b0d12);
}

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

.site-search-body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.site-search-body strong {
	overflow: hidden;
	color: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.22;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-search-body span {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
	color: #aeb4bf;
	font-size: 11px;
	line-height: 1.25;
}

.site-search-body em,
.site-search-body b,
.site-search-body i {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
}

.site-search-body em {
	padding: 3px 7px;
	border: 1px solid rgba(190, 90, 84, 0.2);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.04);
	color: #d5c1bd;
}

.site-search-empty {
	padding: 14px;
	color: #b9b4b7;
	font-size: 13px;
	line-height: 1.4;
}

.account-menu {
	position: relative;
	justify-self: end;
}

.account-toggle {
	background: rgba(16, 20, 27, 0.3);
}

.account-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 10040;
	width: min(340px, calc(100vw - 20px));
	padding: 18px;
	border: 1px solid rgba(190, 90, 84, 0.22);
	border-radius: 8px;
	background: rgba(10, 12, 16, 0.96);
	backdrop-filter: blur(16px);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.52);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.account-menu.is-open .account-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.account-menu.is-open .account-toggle {
	border-color: rgba(190, 90, 84, 0.45);
	background: rgba(190, 90, 84, 0.14);
}

.page-grid {
	display: grid;
	grid-template-columns: 292px minmax(0, 1fr);
	gap: 24px;
	padding: 96px 0 26px;
	align-items: start;
}

.home-page .page-grid {
	padding-top: 24px;
}

.story-page .page-grid {
	grid-template-columns: minmax(0, 1fr);
}

.story-page .left-rail,
.register-page .left-rail,
.feedback-page .left-rail,
.userinfo-page .left-rail {
	display: none;
}

.register-page .page-grid,
.feedback-page .page-grid,
.userinfo-page .page-grid {
	grid-template-columns: minmax(0, 1fr);
}

.top10-page-body .left-rail {
	display: none;
}

.top10-page-body .page-grid {
	grid-template-columns: minmax(0, 1fr);
}

.page-grid:has(.top10-page) {
	grid-template-columns: minmax(0, 1fr);
}

.page-grid:has(.top10-page) .left-rail {
	display: none;
}

.left-rail {
	position: sticky;
	top: 92px;
	display: grid;
	gap: 16px;
}

.left-rail {
	align-self: start;
}

.rail-panel {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #11151d, #0d1015);
	box-shadow: var(--shadow);
}

.coming-soon {
	position: relative;
	overflow: hidden;
}

.coming-soon::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 16% 18%, rgba(190, 90, 84, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 44%);
	pointer-events: none;
}

.coming-soon-card {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 13px;
	align-items: stretch;
}

.coming-soon-poster {
	position: relative;
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid rgba(190, 90, 84, 0.24);
	border-radius: 6px;
	background: #0d1015;
}

.coming-soon-poster::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 34px rgba(190, 45, 55, 0.28), inset 0 -44px 44px rgba(0, 0, 0, 0.52);
}

.coming-soon-poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.08);
}

.coming-soon-body {
	display: grid;
	align-content: center;
	gap: 6px;
	min-width: 0;
}

.coming-soon-body strong {
	color: #f1e5e1;
	font-size: 16px;
	line-height: 1.15;
	text-transform: uppercase;
}

.coming-soon-body em {
	color: #a9a2a5;
	font-size: 12px;
	font-style: normal;
}

.coming-countdown {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	margin-top: 5px;
}

.coming-countdown b {
	display: grid;
	place-items: center;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
		rgba(8, 10, 14, 0.5);
	font-weight: 900;
}

.coming-countdown span {
	color: #f4e3dd;
	font-size: 14px;
	line-height: 1;
}

.coming-countdown small {
	margin-top: 3px;
	color: #b77772;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.recent-watch[hidden] {
	display: none;
}

.recent-watch {
	position: relative;
	overflow: hidden;
	padding: 15px;
	background:
		radial-gradient(circle at 10% 10%, rgba(190, 90, 84, 0.15), transparent 34%),
		linear-gradient(180deg, #11151d, #0d1015);
}

.recent-watch-card {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
	min-height: 130px;
}

.recent-watch-poster {
	position: relative;
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 6px;
	background: #090b0f;
}

.recent-watch-poster.is-missing {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.08), transparent 48%),
		#090b0f;
}

.recent-watch-poster.is-missing::before {
	content: "POSTER";
	color: rgba(231, 207, 200, 0.32);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.16em;
}

.recent-watch-poster.is-missing img:not([src]) {
	display: none;
}

.recent-watch-poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.04);
}

.recent-watch-body {
	display: grid;
	grid-template-rows: auto auto 1fr;
	align-content: stretch;
	gap: 7px;
	min-width: 0;
	padding: 2px 0 1px;
	text-align: left;
}

.recent-watch-body em {
	color: #b76d66;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.recent-watch-body strong {
	display: -webkit-box;
	overflow: hidden;
	color: #f1e8e4;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.recent-watch-body strong span:first-child {
	color: #c88780;
}

.recent-watch-year {
	justify-self: start;
	min-height: 20px;
	padding: 2px 8px;
	border: 1px solid rgba(190, 90, 84, 0.24);
	background: rgba(190, 90, 84, 0.08);
	color: #d4b3ae;
	font-size: 11px;
	font-weight: 800;
}

.recent-watch-return {
	align-self: end;
	justify-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 32px;
	margin-top: auto;
	padding: 0 13px;
	border: 1px solid rgba(232, 176, 164, 0.2);
	border-radius: 5px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(190, 90, 84, 0.105) 55%, rgba(255, 255, 255, 0.018)),
		rgba(9, 11, 15, 0.42);
	color: #f3e4df;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0.095em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.055),
		0 9px 24px rgba(0, 0, 0, 0.18);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.recent-watch-return::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	opacity: 0.65;
	transform: rotate(45deg);
}

.recent-watch-card:hover .recent-watch-return {
	border-color: rgba(240, 194, 184, 0.34);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(190, 90, 84, 0.15) 55%, rgba(255, 255, 255, 0.028)),
		rgba(15, 17, 22, 0.5);
	color: #fff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 12px 28px rgba(190, 90, 84, 0.11);
}

.rail-panel h3,
.section-head h1,
.section-head h2,
.page-heading h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.05;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.rail-panel h3 {
	text-align: left;
}

.panel-headline {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	gap: 12px;
}

.panel-headline h3,
.panel-headline strong {
	margin: 0;
	position: relative;
	flex: 0 0 auto;
	padding-left: 24px;
	color: #e9dfdd;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.panel-headline::before,
.panel-headline::after {
	content: "";
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.34), rgba(255, 255, 255, 0.05));
	flex: 1;
}

.panel-headline h3::before,
.panel-headline strong::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	border: 1px solid rgba(190, 90, 84, 0.5);
	background: rgba(190, 90, 84, 0.14);
	box-shadow: 0 0 0 3px rgba(190, 90, 84, 0.07);
}

.filter-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
}

.filter-list a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 39px;
	padding: 9px 9px 9px 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 2px;
	background: linear-gradient(180deg, #10141b, #0b0e13);
	color: #d5d7dc;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0.02em;
	text-align: left;
	text-transform: uppercase;
	transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.filter-list a::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 3px;
	background: rgba(190, 90, 84, 0.5);
	opacity: 0.72;
	transition: opacity 0.18s ease, background 0.18s ease;
}

.filter-list a:hover {
	transform: translateY(-1px);
	border-color: rgba(190, 90, 84, 0.38);
	background: linear-gradient(180deg, #151922, #0f1218);
	color: #fff;
}

.filter-list a:hover::before {
	background: #d56a63;
	opacity: 1;
}

.toggle-list {
	display: grid;
	gap: 0;
}

.toggle-list label {
	display: grid;
	grid-template-columns: 1fr 34px;
	gap: 10px;
	align-items: center;
	padding: 11px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: #cdd0d7;
}

.toggle-list input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.toggle-list i {
	position: relative;
	width: 34px;
	height: 18px;
	border-radius: 999px;
	background: #262a33;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.toggle-list i::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #a6a9b1;
	transition: transform 0.18s ease, background 0.18s ease;
}

.toggle-list input:checked + span + i {
	background: rgba(190, 90, 84, 0.35);
}

.toggle-list input:checked + span + i::after {
	transform: translateX(16px);
	background: #fff;
}

.main-column {
	min-width: 0;
}

.speedbar-wrap {
	margin-bottom: 16px;
	color: var(--muted);
	font-size: 13px;
}

.hero-panel {
	position: relative;
	display: block;
	min-height: 530px;
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid rgba(188, 46, 57, 0.3);
	border-radius: 0;
	box-shadow: var(--shadow);
}

.home-hero {
	margin: 0;
	padding: 0;
	border-width: 0 0 1px;
	box-shadow: inset 0 -1px 0 rgba(188, 46, 57, 0.38), var(--shadow);
}

.hero-slides {
	position: relative;
	min-height: 530px;
}

.hero-slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: stretch;
	background:
		linear-gradient(90deg, rgba(8, 9, 12, 0.18) 0%, rgba(8, 9, 12, 0.56) 48%, rgba(8, 9, 12, 0.86) 100%),
		linear-gradient(135deg, #171b24, #0d1015);
	opacity: 0;
	pointer-events: none;
	transform: scale(1.01);
	transition: opacity 0.45s ease, transform 0.45s ease;
	z-index: 0;
}

.hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	z-index: 1;
}

.hero-slide--ritual {
	background:
		linear-gradient(90deg, rgba(8, 9, 12, 0.18) 0%, rgba(8, 9, 12, 0.56) 48%, rgba(8, 9, 12, 0.86) 100%),
		linear-gradient(135deg, #171b24, #0d1015);
}

.hero-slide--omen {
	background:
		linear-gradient(90deg, rgba(8, 9, 12, 0.18) 0%, rgba(8, 9, 12, 0.56) 48%, rgba(8, 9, 12, 0.86) 100%),
		linear-gradient(135deg, #171b24, #0d1015);
}

.hero-slide--fall {
	background:
		linear-gradient(90deg, rgba(8, 9, 12, 0.18) 0%, rgba(8, 9, 12, 0.56) 48%, rgba(8, 9, 12, 0.86) 100%),
		linear-gradient(135deg, #171b24, #0d1015);
}

.hero-slide .hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
	gap: 30px;
	align-items: end;
	min-height: 530px;
	padding-top: 112px;
	padding-bottom: 38px;
}

.hero-controls {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.hero-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.48) 100%),
		radial-gradient(circle at 8% 55%, rgba(0, 0, 0, 0.5), transparent 26%);
	pointer-events: none;
}

.hero-copy {
	position: relative;
	z-index: 3;
	max-width: 760px;
}

.hero-kicker {
	display: inline-block;
	margin-bottom: 14px;
	color: #cf8d85;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.26em;
	text-transform: uppercase;
}

.hero-panel h1 {
	margin: 0;
	font-size: clamp(44px, 4.8vw, 74px);
	line-height: 0.95;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hero-panel h2 {
	margin: 0;
	font-size: clamp(44px, 4.8vw, 74px);
	line-height: 0.95;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hero-copy > h2 {
	font-size: clamp(40px, 4vw, 62px);
	white-space: nowrap;
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 14px;
	color: #cbc2c4;
	font-size: 14px;
}

.hero-meta .rating {
	color: #f0d07c;
	font-weight: 700;
}

.hero-panel p {
	max-width: 540px;
	margin: 14px 0 0;
	color: #d0c7ca;
}

.hero-side {
	position: relative;
	z-index: 3;
	padding: 20px 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(12, 14, 19, 0.56);
	backdrop-filter: blur(8px);
}

.hero-side-kicker {
	display: inline-block;
	margin-bottom: 10px;
	color: #cf8d85;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hero-side h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-transform: none;
}

.hero-side p {
	margin: 14px 0 0;
	color: #d6ced1;
	font-size: 14px;
}

.hero-side-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.hero-side-meta span {
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: #d6d8dd;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.seo-block {
	margin: 18px 0 14px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	background: #10141b;
}

.seo-block h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: left;
}

.seo-block p {
	margin: 8px 0 0;
	color: var(--muted);
}

.hero-actions {
	position: relative;
	z-index: 5;
	display: flex;
	gap: 12px;
	margin-top: 18px;
	pointer-events: auto;
}

.hero-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 7px;
	border: 0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
	cursor: pointer;
	overflow: hidden;
	isolation: isolate;
	pointer-events: auto;
	user-select: none;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-btn > span {
	position: relative;
	z-index: 2;
}

.hero-btn--solid {
	border: 1px solid rgba(238, 188, 178, 0.24);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(190, 90, 84, 0.2) 48%, rgba(255, 255, 255, 0.035)),
		rgba(12, 14, 19, 0.32);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		inset 0 -1px 0 rgba(190, 90, 84, 0.18),
		0 14px 32px rgba(0, 0, 0, 0.24);
}

.hero-btn--solid::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14%;
	z-index: 1;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(241, 185, 168, 0.72);
	box-shadow:
		22px -9px 0 rgba(190, 90, 84, 0.42),
		48px 7px 0 rgba(241, 185, 168, 0.38),
		76px -6px 0 rgba(190, 90, 84, 0.3),
		108px 8px 0 rgba(241, 185, 168, 0.34);
	filter: blur(0.2px);
	opacity: 0;
	transform: translateY(-50%) scale(0.7);
	transition: transform 0.24s ease, opacity 0.2s ease;
	pointer-events: none;
}

.hero-btn--solid::after {
	content: "";
	position: absolute;
	inset: 1px;
	z-index: 0;
	border-radius: inherit;
	background:
		radial-gradient(circle at 22% 62%, rgba(190, 90, 84, 0.18), transparent 34%),
		radial-gradient(circle at 78% 36%, rgba(241, 185, 168, 0.12), transparent 30%);
	opacity: 0;
	transition: opacity 0.22s ease;
	pointer-events: none;
}

.hero-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(10, 12, 16, 0.42);
	color: #e8d6d4;
}

.hero-btn--ghost.is-favorite {
	border-color: rgba(209, 75, 85, 0.42);
	background:
		linear-gradient(90deg, rgba(209, 75, 85, 0.18), rgba(10, 12, 16, 0.45));
	color: #fff1ee;
}

.hero-btn:hover {
	transform: translateY(-1px);
	border-color: rgba(242, 198, 188, 0.36);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(190, 90, 84, 0.26) 48%, rgba(255, 255, 255, 0.05)),
		rgba(12, 14, 19, 0.4);
	color: #fff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		inset 0 -1px 0 rgba(190, 90, 84, 0.24),
		0 18px 36px rgba(0, 0, 0, 0.28),
		0 0 28px rgba(190, 90, 84, 0.12);
}

.hero-btn--solid:hover::before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.hero-btn--solid:hover::after {
	opacity: 1;
}

.home-hero .hero-btn--solid {
	background-size: auto;
}

.home-hero .hero-btn--solid:hover,
.home-hero .hero-btn--solid:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(221, 139, 125, 0.42);
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.18), rgba(255, 255, 255, 0.035)),
		rgba(15, 17, 22, 0.58);
	color: #fff;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.035),
		0 14px 34px rgba(0, 0, 0, 0.28),
		0 0 22px rgba(190, 90, 84, 0.14);
}

.home-hero .hero-btn--solid:hover::before,
.home-hero .hero-btn--solid:focus-visible::before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.home-hero .hero-btn--solid:hover::after,
.home-hero .hero-btn--solid:focus-visible::after {
	opacity: 1;
}

.home-hero .hero-actions .hero-btn--solid {
	border-color: rgba(190, 90, 84, 0.46) !important;
	background:
		linear-gradient(135deg, rgba(156, 34, 44, 0.42), rgba(10, 12, 16, 0.48)),
		rgba(32, 12, 16, 0.4) !important;
	color: #fff4ef;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.04),
		inset 0 -18px 28px rgba(84, 8, 16, 0.2),
		0 12px 28px rgba(0, 0, 0, 0.28);
}

.home-hero .hero-actions .hero-btn--solid::before {
	top: 50%;
	left: 18px;
	width: 4px;
	height: 4px;
	background: rgba(245, 168, 151, 0.84);
	box-shadow:
		32px -8px 0 rgba(190, 90, 84, 0.58),
		65px 7px 0 rgba(245, 168, 151, 0.45),
		98px -5px 0 rgba(190, 90, 84, 0.42),
		132px 6px 0 rgba(245, 168, 151, 0.36);
	opacity: 0;
	transform: translateY(-50%) scale(0.65);
}

.home-hero .hero-actions .hero-btn--solid::after {
	background:
		radial-gradient(circle at 28% 52%, rgba(190, 90, 84, 0.2), transparent 34%),
		radial-gradient(circle at 74% 45%, rgba(245, 168, 151, 0.11), transparent 30%);
	opacity: 0;
}

.home-hero .hero-actions .hero-btn--solid:hover,
.home-hero .hero-actions .hero-btn--solid:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(238, 135, 122, 0.72) !important;
	background:
		linear-gradient(135deg, rgba(184, 45, 55, 0.56), rgba(16, 16, 22, 0.5)),
		rgba(55, 14, 21, 0.58) !important;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.05),
		inset 0 -20px 34px rgba(98, 10, 18, 0.28),
		0 15px 34px rgba(0, 0, 0, 0.32),
		0 0 26px rgba(190, 90, 84, 0.2);
}

.home-hero .hero-actions .hero-btn--solid:hover::before,
.home-hero .hero-actions .hero-btn--solid:focus-visible::before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.home-hero .hero-actions .hero-btn--solid:hover::after,
.home-hero .hero-actions .hero-btn--solid:focus-visible::after {
	opacity: 1;
}

.hero-dots {
	display: flex;
	gap: 0;
	margin-top: 0;
	pointer-events: auto;
}

.hero-dots button {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hero-dots button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.24);
	transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.hero-dots button:hover::before,
.hero-dots button:focus-visible::before {
	transform: translate(-50%, -50%) scale(1.18);
	background: rgba(238, 202, 196, 0.48);
}

.hero-dots button.is-active::before {
	background: #d46c67;
	box-shadow: 0 0 12px rgba(212, 108, 103, 0.35);
}

.home-digest {
	display: grid;
	gap: 28px;
}

.home-section {
	display: grid;
	gap: 12px;
}

.section-topline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: end;
}

.section-head {
	position: relative;
	margin: 0;
	padding: 0 0 12px;
	border: 0;
	background: transparent;
}

.section-head h1,
.section-head h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 24px;
	text-align: left;
}

.section-head h1 a,
.section-head h2 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.section-head h1 a:hover,
.section-head h2 a:hover {
	color: #e3b4b0;
}

.section-head::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.38), rgba(255, 255, 255, 0.06), transparent);
}

.section-head::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 128px;
	height: 2px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.9), rgba(190, 90, 84, 0));
}

.section-head h1::before,
.section-head h2::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border: 1px solid rgba(190, 90, 84, 0.45);
	background: rgba(190, 90, 84, 0.16);
	box-shadow: 0 0 0 3px rgba(190, 90, 84, 0.07);
	flex: 0 0 auto;
}

.section-head h1::after,
.section-head h2::after {
	content: "";
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.12);
	flex: 0 0 auto;
}

.carousel-actions {
	display: flex;
	gap: 8px;
	padding-bottom: 10px;
}

.carousel-actions button {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	background: rgba(13, 16, 22, 0.54);
	color: #d8c8c5;
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.carousel-actions button svg {
	width: 21px;
	height: 21px;
}

.carousel-actions button:hover {
	border-color: rgba(190, 90, 84, 0.48);
	background: rgba(70, 24, 30, 0.45);
	color: #fff;
	transform: translateY(-1px);
}

.carousel-actions button[aria-disabled="true"] {
	opacity: 0.42;
	pointer-events: none;
}

.page-heading {
	padding: 18px 0 6px;
}

.page-heading h2 {
	font-size: 28px;
}

.page-heading h3,
.page-heading strong {
	display: block;
	margin: 0;
	color: #e9dfdd;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

.content-shell {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	background: #0f1218;
	box-shadow: var(--shadow);
}

.content-feed {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.content-shell--category {
	display: grid;
	gap: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.category-hero {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 22px 0 20px;
	border-bottom: 1px solid rgba(190, 90, 84, 0.18);
}

.category-hero::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: min(420px, 76%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.88), rgba(190, 90, 84, 0.18), transparent);
}

.category-hero > span {
	color: #a76864;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.category-hero h1 {
	max-width: 1040px;
	margin: 0;
	color: #f1ede8;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.04;
	letter-spacing: 0;
	text-transform: uppercase;
}

.category-description {
	max-width: 850px;
	color: #c8cad1;
	font-size: 15px;
	line-height: 1.7;
}

.category-description:empty {
	display: none;
}

.category-tools {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 4px;
}

.category-tools a {
	position: relative;
	padding: 0 0 8px;
	color: #d8d2d4;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.category-tools a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.72), transparent);
	opacity: 0.7;
}

.category-tools a:hover {
	color: #fff;
}

.category-section-head {
	display: grid;
	gap: 7px;
	padding-top: 4px;
}

.category-section-head h2 {
	margin: 0;
	color: #f1ede8;
	font-size: 24px;
	line-height: 1.15;
	text-transform: uppercase;
}

.category-section-head p {
	max-width: 760px;
	margin: 0;
	color: #969aa4;
	font-size: 13px;
	line-height: 1.6;
}

.category-filter {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 12px;
	border-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
	background: transparent;
}

.category-filter-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.category-filter-copy span,
.category-year-select span {
	color: #a76864;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.category-filter-copy strong {
	color: #e7dddc;
	font-size: 13px;
	line-height: 1.25;
	text-transform: uppercase;
}

.category-filter-controls {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.category-mode,
.category-year-toggle {
	position: relative;
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 0;
	background:
		rgba(255, 255, 255, 0.018);
	color: #d7d0d0;
	font: inherit;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.category-mode::after,
.category-year-toggle::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 6px;
	left: 10px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.62), transparent);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.category-mode:hover,
.category-mode.is-active,
.category-year-menu.is-open .category-year-toggle,
.category-year-toggle:hover {
	border-color: rgba(190, 90, 84, 0.26);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.07), transparent 62%),
		rgba(255, 255, 255, 0.022);
	color: #fff;
}

.category-mode:hover::after,
.category-mode.is-active::after,
.category-year-menu.is-open .category-year-toggle::after,
.category-year-toggle:hover::after {
	opacity: 1;
}

.category-year-menu {
	position: relative;
	z-index: 12;
}

.category-year-toggle {
	min-width: 126px;
	justify-content: space-between;
	padding-right: 12px;
}

.category-year-toggle svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.category-year-menu.is-open .category-year-toggle svg {
	transform: rotate(180deg);
}

.category-year-list {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	display: grid;
	gap: 2px;
	width: 148px;
	max-height: 260px;
	overflow: auto;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background:
		linear-gradient(180deg, rgba(20, 23, 31, 0.98), rgba(9, 11, 16, 0.98));
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.46);
}

.category-year-list[hidden],
.content-feed--category .movie-card[hidden] {
	display: none !important;
}

.category-year-list::-webkit-scrollbar {
	width: 8px;
}

.category-year-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.035);
}

.category-year-list::-webkit-scrollbar-thumb {
	border: 2px solid rgba(10, 12, 17, 0.98);
	background: rgba(190, 90, 84, 0.72);
}

.category-year-list {
	scrollbar-color: rgba(190, 90, 84, 0.72) rgba(255, 255, 255, 0.035);
	scrollbar-width: thin;
}

.category-year-list button {
	min-height: 44px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: #cfc8c8;
	font: inherit;
	font-size: 12px;
	font-weight: 850;
	text-align: left;
	cursor: pointer;
}

.category-year-list button:hover,
.category-year-list button.is-active {
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.16), transparent);
	color: #fff;
}

.category-year-select {
	position: relative;
	display: grid;
	gap: 6px;
	min-width: 210px;
	margin-left: auto;
}

.category-year-select select {
	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	appearance: none;
	background:
		linear-gradient(135deg, transparent 50%, #d7cac8 50%) calc(100% - 18px) 17px / 7px 7px no-repeat,
		linear-gradient(45deg, transparent 50%, #d7cac8 50%) calc(100% - 13px) 17px / 7px 7px no-repeat,
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
	color: #f0e6e4;
	font: inherit;
	font-size: 13px;
	font-weight: 850;
	outline: none;
}

.category-year-select select:focus {
	border-color: rgba(190, 90, 84, 0.55);
	box-shadow: 0 0 0 3px rgba(190, 90, 84, 0.08);
}

.category-year-select option {
	background: #11151d;
	color: #f0e6e4;
}

.category-filter-reset {
	position: relative;
	min-height: 38px;
	padding: 0 0 7px;
	border: 0;
	background: transparent;
	color: #cfc5c4;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.category-filter-reset::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.74), transparent);
	opacity: 0.64;
}

.category-filter-reset:hover {
	color: #fff;
}

.category-filter:not(.is-filtered) .category-filter-reset {
	opacity: 0.42;
	pointer-events: none;
}

.category-filter-empty {
	margin: -4px 0 0;
	padding: 13px 16px;
	border-left: 1px solid rgba(190, 90, 84, 0.42);
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.08), transparent 52%);
	color: #d6cccc;
	font-size: 13px;
	line-height: 1.55;
}

.content-feed--category {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 10px;
	background: #0f1218;
	box-shadow: var(--shadow);
}

.collection-category-marker {
	display: none;
}

.content-shell:has(.collection-category-marker) {
	gap: 22px;
}

.content-shell:has(.collection-category-marker) .category-filter,
.content-shell:has(.collection-category-marker) .category-filter-empty,
.content-shell:has(.collection-category-marker) #category-feed.content-feed--category {
	display: none;
}

.category-hero--collection {
	min-height: 250px;
	align-content: end;
	padding: 42px 34px 30px;
	overflow: hidden;
	border: 1px solid rgba(190, 90, 84, 0.18);
	border-radius: var(--radius);
	background:
		linear-gradient(90deg, rgba(8, 9, 13, 0.36), rgba(8, 9, 13, 0.86) 72%),
		linear-gradient(135deg, rgba(190, 90, 84, 0.16), transparent 58%),
		#0d1015;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.category-hero--collection::before {
	width: 100%;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.84), transparent);
}

.category-hero--collection::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(circle at 18% 20%, rgba(190, 90, 84, 0.22), transparent 32%);
	opacity: 0.75;
	pointer-events: none;
}

.category-hero--collection > * {
	position: relative;
	z-index: 1;
}

.category-hero--demons {
	background:
		linear-gradient(90deg, rgba(8, 9, 13, 0.34), rgba(8, 9, 13, 0.9) 74%),
		url("https://99px.ru/sstorage/53/2017/12/tmb_216374_676271.jpg") center/cover no-repeat;
}

.category-hero--slashers {
	background:
		linear-gradient(90deg, rgba(8, 9, 13, 0.34), rgba(8, 9, 13, 0.9) 74%),
		url("https://s0.rbk.ru/v6_top_pics/media/img/0/19/347689801658190.webp") center/cover no-repeat;
}

.category-hero--night {
	background:
		linear-gradient(90deg, rgba(8, 9, 13, 0.34), rgba(8, 9, 13, 0.9) 74%),
		url("https://kinoreporter.ru/wp-content/webp-express/webp-images/uploads/2025/06/f1-1.jpg.webp") center/cover no-repeat;
}

.category-hero--paranormal {
	background:
		linear-gradient(90deg, rgba(8, 9, 13, 0.34), rgba(8, 9, 13, 0.9) 74%),
		url("https://cdn.kanobu.ru/articles/pics/tmp/images/2025/9/19/1f022b98-4435-4ad6-94d0-8726fab274c9.jpg") center/cover no-repeat;
}

.category-section-head--collection {
	padding-left: 20px;
	border-left: 1px solid rgba(190, 90, 84, 0.44);
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.06), transparent 70%);
}

.collection-category-feed {
	display: grid;
	gap: 18px;
}

.collection-category-feed__head {
	display: grid;
	gap: 5px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(190, 90, 84, 0.18);
}

.collection-category-feed__head span {
	color: #a76864;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.collection-category-feed__head strong {
	color: #f0e8e4;
	font-size: 20px;
	line-height: 1.2;
}

.content-feed--collection {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.content-feed--collection .movie-card {
	min-height: 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.content-feed--collection .movie-poster-wrap {
	height: auto;
}

.content-feed--collection .movie-poster {
	aspect-ratio: 2 / 3;
	height: auto;
	min-height: 0;
}

.content-feed--collection .movie-poster-img {
	object-position: center;
}

.content-feed--collection .movie-poster-title {
	right: 14px;
	bottom: 14px;
	left: 14px;
	max-width: none;
	text-align: center;
}

.content-feed--category .movie-card:nth-child(n+11),
.category-seo-footer {
	content-visibility: auto;
	contain-intrinsic-size: 1px 360px;
}

.category-seo-footer {
	display: grid;
	gap: 14px;
	padding: 18px 0 4px;
	border-top: 1px solid rgba(190, 90, 84, 0.18);
}

.category-seo-footer h2 {
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	color: #f1ede8;
	font-size: 22px;
	line-height: 1.15;
}

.category-seo-footer h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(380px, 68%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.82), rgba(190, 90, 84, 0.16), transparent);
}

.category-seo-footer > p {
	max-width: 880px;
	margin: 0;
	color: #c3c5cc;
	font-size: 14px;
	line-height: 1.7;
}

.category-seo-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.category-seo-points article {
	padding: 13px 14px;
	border-left: 1px solid rgba(190, 90, 84, 0.3);
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.045), transparent 58%);
}

.category-seo-points h3 {
	margin: 0 0 7px;
	color: #eee2df;
	font-size: 13px;
	text-transform: uppercase;
}

.category-seo-points p {
	margin: 0;
	color: #bfc0c7;
	font-size: 13px;
	line-height: 1.6;
}

.content-shell--single {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.content-feed--single {
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.content-feed--single > *,
.content-feed > .watch-page,
.content-feed > .watch-comments {
	grid-column: 1 / -1;
	min-width: 0;
}

.content-shell:has(.watch-page) {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.content-feed:has(> .watch-page) {
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.content-shell--carousel {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	border-bottom-color: rgba(255, 255, 255, 0.035);
}

.poster-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 64px) / 5);
	grid-template-columns: none;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 10px;
	scroll-behavior: smooth;
	scroll-padding-left: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.poster-carousel::-webkit-scrollbar {
	display: none;
}

.poster-carousel .movie-card {
	scroll-snap-align: start;
}

.movie-card {
	display: grid;
	position: relative;
	gap: 10px;
}

.movie-poster-wrap {
	position: relative;
	display: block;
}

.movie-poster {
	position: relative;
	z-index: 1;
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 7px;
	--poster-image: linear-gradient(135deg, #181d25, #0f1116);
	background:
		linear-gradient(180deg, rgba(10, 12, 17, 0.1), rgba(10, 12, 17, 0.72)),
		var(--poster-image) center/cover no-repeat;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.movie-poster-img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease, filter 0.28s ease;
}

.movie-poster::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0 34%, rgba(0, 0, 0, 0.78) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.12));
	transition: opacity 0.22s ease;
}

.movie-poster::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.02);
	background:
		radial-gradient(circle at 50% 78%, rgba(208, 75, 71, 0.12), transparent 38%),
		linear-gradient(180deg, rgba(190, 90, 84, 0), rgba(190, 90, 84, 0.1));
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.025),
		inset 0 -48px 58px rgba(190, 45, 55, 0.08);
	opacity: 0.78;
	transition: opacity 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.movie-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	transform: translate(-50%, -42%) scale(0.86);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(118, 20, 29, 0.78);
	opacity: 0;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.38);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.movie-play::before {
	content: "";
	margin-left: 4px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 16px solid #fff;
}

.movie-year-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	padding: 6px 12px;
	transform: translateY(-7px);
	border: 1px solid rgba(181, 87, 79, 0.32);
	border-radius: 4px;
	background: rgba(12, 14, 18, 0.64);
	backdrop-filter: blur(10px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	color: #e5d7d4;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.movie-details-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 6;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(181, 87, 79, 0.34);
	border-radius: 5px;
	background: rgba(10, 12, 16, 0.72);
	color: #e8d6d4;
	cursor: pointer;
	backdrop-filter: blur(10px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.movie-details-toggle svg {
	width: 18px;
	height: 18px;
}

.movie-details-toggle:hover,
.movie-card.is-details-open .movie-details-toggle {
	transform: translateY(-1px);
	border-color: rgba(190, 90, 84, 0.62);
	background: rgba(82, 23, 30, 0.72);
	color: #fff;
}

.movie-details-data {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	inset: auto !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.movie-poster-title {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 4;
	color: #f3e9e5;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.18;
	max-height: 2.36em;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 8px 20px rgba(0, 0, 0, 0.65);
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.movie-poster:hover {
	transform: translateY(-3px);
	border-color: rgba(201, 80, 74, 0.58);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.movie-poster:hover .movie-poster-img {
	transform: scale(1.045);
	filter: saturate(1.05) contrast(1.05);
}

.movie-poster:hover::before {
	opacity: 0.98;
}

.movie-poster:hover::after {
	opacity: 1;
	background:
		radial-gradient(circle at 50% 58%, rgba(223, 96, 88, 0.22), transparent 34%),
		linear-gradient(180deg, rgba(190, 90, 84, 0.04), rgba(190, 45, 55, 0.18));
	box-shadow:
		inset 0 0 0 1px rgba(216, 111, 103, 0.36),
		inset 0 0 34px rgba(190, 55, 63, 0.34),
		inset 0 -70px 70px rgba(86, 9, 18, 0.42);
}

.movie-poster:hover .movie-play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.movie-poster:hover .movie-year-badge {
	transform: translateY(0);
	opacity: 1;
}

.movie-poster:hover .movie-poster-title {
	color: #fff;
	transform: translateY(-2px);
}

.movie-info h3 {
	margin: 0;
}

.movie-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	color: #a7a9b1;
	font-size: 12px;
	text-align: center;
}

.movie-floating-details {
	position: fixed;
	z-index: 10020;
	width: min(286px, calc(100vw - 24px));
	padding: 14px;
	border: 1px solid rgba(190, 90, 84, 0.3);
	border-radius: 8px;
	background: rgba(10, 12, 16, 0.94);
	color: #d8c8c5;
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(18px);
}

.movie-floating-details::before {
	content: "";
	position: absolute;
	top: 18px;
	left: -6px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-left: 1px solid rgba(190, 90, 84, 0.3);
	border-bottom: 1px solid rgba(190, 90, 84, 0.3);
	background: rgba(10, 12, 16, 0.94);
}

.movie-floating-details.is-left::before {
	right: -6px;
	left: auto;
	border: 0;
	border-top: 1px solid rgba(190, 90, 84, 0.3);
	border-right: 1px solid rgba(190, 90, 84, 0.3);
}

.movie-floating-details span {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 12px;
	line-height: 1.25;
}

.movie-floating-details span:last-child {
	border-bottom: 0;
}

.movie-floating-details b {
	color: #a39a9c;
	font-weight: 800;
	text-transform: uppercase;
}

.movie-floating-details em {
	min-width: 0;
	color: #f0d4cf;
	font-style: normal;
	overflow-wrap: anywhere;
}

.movie-floating-details a {
	color: #f0d4cf;
	text-decoration: none;
}

.section-seo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: -12px;
	padding: 16px 18px 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.06), transparent 42%),
		#10141b;
}

.section-seo h3 {
	margin: 0;
	color: #f0e7e3;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

.section-seo p {
	max-width: 720px;
	margin: 5px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.section-more {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(190, 90, 84, 0.24);
	border-radius: 6px;
	background: rgba(12, 15, 20, 0.34);
	color: #d9c9c6;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.section-more:hover {
	border-color: rgba(190, 90, 84, 0.48);
	background: rgba(70, 24, 30, 0.36);
	color: #fff;
	transform: translateY(-1px);
}

.vault-collections--hero {
	position: relative;
	padding: 24px 0 30px;
	border-top: 1px solid rgba(190, 90, 84, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
	background:
		linear-gradient(180deg, rgba(8, 9, 13, 0.94), rgba(8, 9, 13, 0.98)),
		radial-gradient(circle at 18% 0%, rgba(190, 90, 84, 0.13), transparent 32%);
}

.vault-collections-inner {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}

.collection-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 154px;
	padding-right: 18px;
	border-right: 1px solid rgba(190, 90, 84, 0.22);
}

.collection-head > span {
	margin-bottom: 10px;
	color: #b7837d;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.collection-head h2 {
	margin: 0;
	font-size: 28px;
	line-height: 0.98;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.collection-head p {
	margin: 10px 0 0;
	color: var(--muted);
	line-height: 1.55;
}

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

.collection-link {
	position: relative;
	display: flex;
	min-height: 154px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 8px;
	--collection-bg: url("../images/hero-horror-cinema-lcp.jpg");
	background:
		linear-gradient(180deg, rgba(13, 16, 22, 0.48), rgba(8, 9, 13, 0.94)),
		linear-gradient(90deg, rgba(94, 18, 26, 0.24), transparent 52%),
		var(--collection-bg) center/cover no-repeat;
	color: #f0e7e3;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.collection-link::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0 34%, rgba(0, 0, 0, 0.68) 100%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
	opacity: 0.78;
}

.collection-link::after {
	content: "";
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 1px;
	background: rgba(190, 90, 84, 0.7);
	box-shadow: 0 7px 0 rgba(190, 90, 84, 0.28);
}

.collection-link span,
.collection-link .collection-title,
.collection-link p {
	position: relative;
	z-index: 1;
}

.collection-link span {
	position: absolute;
	top: 14px;
	left: 16px;
	color: rgba(227, 180, 176, 0.72);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
}

.collection-link .collection-title {
	display: block;
	margin: 0;
	color: #f0e7e3;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.16;
}

.collection-link p {
	margin: 7px 0 0;
	color: #aeb1b9;
	font-size: 13px;
	line-height: 1.42;
}

.collection-link:hover {
	transform: translateY(-4px);
	border-color: rgba(190, 90, 84, 0.44);
	background:
		linear-gradient(180deg, rgba(33, 16, 20, 0.42), rgba(8, 9, 13, 0.9)),
		linear-gradient(90deg, rgba(94, 18, 26, 0.18), transparent 52%),
		var(--collection-bg) center/cover no-repeat;
}

.collection-link--demon {
	--collection-bg: url("../images/hero-horror-cinema-lcp.jpg");
}

.collection-link--slasher {
	--collection-bg: url("../images/hero-horror-cinema-lcp.jpg");
}

.collection-link--night {
	--collection-bg: url("../images/hero-horror-cinema-lcp.jpg");
}

.collection-link--paranormal {
	--collection-bg: url("../images/hero-horror-cinema-lcp.jpg");
}

html.blood-mode .vault-collections--hero {
	background:
		linear-gradient(180deg, rgba(18, 8, 10, 0.96), rgba(10, 4, 6, 0.98)),
		radial-gradient(circle at 18% 0%, rgba(209, 75, 85, 0.15), transparent 32%);
}

.phone-preview {
	position: sticky;
	top: 14px;
	align-self: start;
}

.phone-frame {
	position: relative;
	display: grid;
	gap: 16px;
	padding: 18px 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(22, 26, 34, 0.98), rgba(12, 15, 20, 0.98)),
		#0c0f14;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
}

.phone-notch {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 120px;
	height: 18px;
	transform: translateX(-50%);
	border-radius: 0 0 16px 16px;
	background: #090b10;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.phone-topbar {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) 28px;
	gap: 12px;
	align-items: center;
	padding: 16px 8px 8px;
}

.rail-icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #d6b1ac;
	font-size: 18px;
}

.rail-brand {
	display: grid;
	justify-items: center;
	line-height: 0.94;
}

.rail-brand strong {
	font-size: 18px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.rail-brand small {
	color: #c98c85;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

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

.sidebar-showcase {
	padding: 14px;
}

.rail-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: start;
}

.rail-poster {
	position: relative;
	display: block;
	height: 190px;
	aspect-ratio: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 6px;
	background: linear-gradient(180deg, #1d222d, #0d1015);
}

.rail-poster::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 0 62%, rgba(0, 0, 0, 0.56) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.14));
}

.rail-card {
	display: grid;
	grid-template-rows: 190px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 7px;
	background: rgba(12, 15, 20, 0.52);
}

.sidebar-showcase .rail-card {
	min-width: 0;
}

.sidebar-showcase .rail-card > .rail-poster {
	width: 100%;
	height: 190px;
	border: 0;
	border-radius: 7px 7px 0 0;
}

.sidebar-showcase .movie-poster .movie-play {
	width: 52px;
	height: 52px;
}

.sidebar-showcase .movie-poster .movie-play::before {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 14px;
}

.sidebar-showcase .movie-poster .movie-year-badge {
	top: 8px;
	right: 8px;
	padding: 6px 10px;
}

.sidebar-showcase .movie-poster:hover .movie-poster-img {
	transform: none;
	filter: saturate(1.05) contrast(1.05);
}

.left-rail .movie-poster:hover,
.sidebar-showcase .movie-poster:hover {
	transform: none;
}

.rail-poster-title {
	right: 8px;
	bottom: 10px;
	left: 8px;
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.16;
	max-height: 2.32em;
	letter-spacing: 0;
	text-transform: none;
}

.rail-card-title {
	display: grid;
	align-items: center;
	min-height: 38px;
	max-height: 38px;
	margin: 0;
	padding: 5px 7px;
	border-top: 1px solid rgba(190, 90, 84, 0.18);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.08), transparent 70%),
		rgba(9, 11, 15, 0.82);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

.left-rail .rail-card-title,
.sidebar-showcase .rail-card-title {
	min-height: 34px !important;
	max-height: 34px !important;
	padding: 4px 6px !important;
	font-size: 9.5px !important;
	font-weight: 650 !important;
	letter-spacing: 0 !important;
	line-height: 1.12 !important;
	text-transform: none !important;
}

.rail-card-title a {
	display: -webkit-box;
	overflow: hidden;
	color: #eadfdb;
	text-decoration: none;
	overflow-wrap: anywhere;
	hyphens: auto;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.left-rail .rail-card-title a,
.sidebar-showcase .rail-card-title a {
	width: 100%;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	text-align: center !important;
	text-transform: none !important;
}

.rail-card-title a:hover {
	color: #fff;
}

.rail-panel {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #11151d, #0d1015);
	box-shadow: var(--shadow);
}

.phone-panel {
	display: grid;
	gap: 14px;
	padding: 18px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.phone-panel h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.rail-footer {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #10141b, #0c0f14);
	box-shadow: var(--shadow);
}

.rail-footer-brand {
	display: grid;
	line-height: 0.94;
}

.rail-footer-brand strong {
	font-size: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rail-footer-brand span {
	color: #bf7d75;
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rail-footer-links {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #d1d3d8;
	font-size: 12px;
	text-transform: uppercase;
}

.phone-footer {
	margin: 0 10px 10px;
}

.site-footer {
	margin-top: 44px;
	border-top: 1px solid rgba(190, 90, 84, 0.16);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.055), transparent 34%),
		linear-gradient(180deg, #0b0d12, #07080b);
}

.site-footer-inner {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 28px 0 32px;
	color: #9da0a8;
	font-size: 13px;
}

.footer-brand {
	display: grid;
	gap: 5px;
	line-height: 1;
}

.footer-brand strong {
	font-family: "Always Angry", "Impact", "Arial Black", serif;
	color: #d8c9c0;
	font-size: 31px;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	text-shadow: 0 0 14px rgba(190, 90, 84, 0.14);
}

.footer-brand strong span {
	color: #efe1d7;
}

.footer-brand small {
	color: #a76d68;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.footer-seo {
	display: grid;
	gap: 8px;
	max-width: 760px;
	padding-left: 20px;
	border-left: 1px solid rgba(190, 90, 84, 0.28);
}

.footer-seo h2 {
	margin: 0;
	color: #e9dfdd;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer-seo p {
	margin: 0;
	color: #aeb0b8;
	font-size: 13px;
	line-height: 1.65;
}

.footer-feedback {
	position: relative;
	justify-self: end;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	width: fit-content;
	padding: 0 0 7px;
	color: #c9c3c5;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 0.18s ease, text-shadow 0.18s ease;
}

.footer-feedback::after {
	content: "";
	position: absolute;
	right: 6px;
	bottom: 0;
	left: 6px;
	height: 10px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(190, 90, 84, 0.28), rgba(190, 90, 84, 0.08) 56%, transparent 78%);
	filter: blur(0.5px);
	opacity: 0.82;
}

.footer-feedback:hover {
	color: #fff;
	text-shadow: 0 0 16px rgba(190, 90, 84, 0.18);
}

.register-page .site-footer,
.userinfo-page .site-footer {
	margin-top: 72px;
}

.panel,
.addnews-panel,
.fullstory-panel,
.comments,
.static-page,
.search-result,
.page-heading,
.panel-head {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #11151d, #0d1015);
	box-shadow: var(--shadow);
}

.searchbar [class*="suggest"],
.searchbar [class*="autocomplete"],
.searchbar [class*="searchsuggest"],
.searchbar .ui-autocomplete,
.searchbar .ac_results,
.searchbar .search-suggest,
#dleajaxsearch,
#searchsuggestions,
#ajax_search,
.dleajaxsearch,
.searchbar [role="listbox"],
.autocomplete-suggestions,
.searchsuggestions,
.ac_results,
.ui-autocomplete,
.search-suggest,
[role="listbox"] {
	position: fixed !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: min(360px, calc(100vw - 24px)) !important;
	background: rgba(10, 12, 16, 0.98) !important;
	border: 1px solid rgba(190, 90, 84, 0.22) !important;
	border-radius: 6px !important;
	box-shadow: 0 24px 42px rgba(0, 0, 0, 0.58) !important;
	backdrop-filter: blur(16px);
	max-height: 320px;
	overflow: auto;
	z-index: 10060 !important;
	color: #e8d6d4 !important;
}

.searchbar [class*="suggest"],
.searchbar [class*="autocomplete"],
.searchbar [class*="searchsuggest"],
.searchbar .ui-autocomplete,
.searchbar .ac_results,
.searchbar .search-suggest,
.searchbar [role="listbox"] {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

.dle-search-popover {
	right: auto !important;
	margin: 0 !important;
	transform: none !important;
}

#dleajaxsearch *,
#searchsuggestions *,
#ajax_search *,
.dleajaxsearch *,
.searchsuggestions *,
.autocomplete-suggestions *,
.ac_results *,
.ui-autocomplete *,
.search-suggest * {
	color: inherit !important;
}

#dleajaxsearch a,
#searchsuggestions a,
#ajax_search a,
.dleajaxsearch a,
.searchsuggestions a,
.autocomplete-suggestions a,
.ac_results a,
.ui-autocomplete a,
.search-suggest a,
.fast-search-item {
	display: block;
	padding: 10px 12px;
	color: #e8d6d4 !important;
	text-decoration: none;
}

.fast-search-item {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	row-gap: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fast-search-item:has(.fast-search-poster) {
	grid-template-columns: 46px minmax(0, 1fr);
}

.fast-search-poster {
	display: block;
	width: 46px;
	height: 64px;
	overflow: hidden;
	border: 1px solid rgba(190, 90, 84, 0.22);
	border-radius: 5px;
	background: #0d1016;
}

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

.fast-search-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fast-search-title {
	color: #f2e8e5;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.fast-search-year {
	width: fit-content;
	padding: 4px 8px;
	border: 1px solid rgba(190, 90, 84, 0.18);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.04);
	color: #c9b4b0;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

#dleajaxsearch a:hover,
#searchsuggestions a:hover,
#ajax_search a:hover,
.dleajaxsearch a:hover,
.searchsuggestions a:hover,
.autocomplete-suggestions a:hover,
.ac_results a:hover,
.ui-autocomplete a:hover,
.search-suggest a:hover,
.fast-search-item:hover {
	background: rgba(190, 90, 84, 0.14);
	color: #fff !important;
}

#dleajaxsearch .notfound,
#searchsuggestions .notfound,
#ajax_search .notfound,
.dleajaxsearch .notfound,
.searchsuggestions .notfound,
.autocomplete-no-suggestion,
.empty-result {
	padding: 12px 14px;
	color: #c7b9b6 !important;
	font-size: 13px;
	line-height: 1.45;
}

.panel-head,
.addnews-panel .panel-head,
.page-heading {
	padding: 18px;
}

.panel-head p {
	margin: 8px 0 0;
	color: var(--muted);
}

.registration-panel {
	position: relative;
	overflow: hidden;
	width: min(760px, 100%);
	margin: 0 auto;
	padding: 0;
	border-color: rgba(190, 90, 84, 0.16);
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.08), transparent 38%),
		linear-gradient(180deg, #11151d, #0d1015);
}

.registration-panel::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.66), transparent);
}

.registration-panel .panel-head {
	padding: 24px 26px 18px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.registration-panel .panel-head h1 {
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	color: #f1ede8;
	font-size: 32px;
	line-height: 1.05;
	text-transform: uppercase;
}

.registration-panel .panel-head h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(320px, 70%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.82), rgba(190, 90, 84, 0.16), transparent);
}

.registration-panel .horror-form {
	padding: 24px 26px 8px;
}

.registration-panel .form-group {
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.registration-panel .form-group:last-child {
	border-bottom: 0;
}

.registration-panel .form-submit {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}

.registration-panel > .form-submit {
	display: flex;
	justify-content: flex-end;
	padding: 8px 26px 26px;
}

.registration-panel #result-registration {
	color: #c9b4b0;
	font-size: 12px;
}

.register-check-result {
	min-height: 18px;
	color: #c9b4b0;
	font-size: 12px;
	line-height: 1.45;
}

.register-check-result.is-loading {
	color: #d8c5bf;
}

.register-check-result.is-error {
	color: #df8f8b;
}

.register-check-result .success,
.register-check-result b {
	color: #d8e4c9;
}

.registration-panel .captcha-line {
	align-items: center;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.018);
}

.registration-panel .captcha-line input {
	flex: 1 1 180px;
}

.register-page .content-shell--single {
	padding: 0;
}

.register-page .content-feed--single {
	justify-items: center;
}

.register-page .panel:not(.registration-panel) {
	position: relative;
	width: min(860px, 100%);
	margin: 0 auto;
	padding: 28px 30px;
	overflow: hidden;
	border-color: rgba(190, 90, 84, 0.16);
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.07), transparent 38%),
		linear-gradient(180deg, #11151d, #0d1015);
}

.register-page .panel:not(.registration-panel)::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.62), transparent);
}

.register-page .panel:not(.registration-panel) h1,
.register-page .panel:not(.registration-panel) h2,
.register-page .panel:not(.registration-panel) h3 {
	max-width: 720px;
	margin: 0 0 16px;
	color: #f1ede8;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.08;
	text-transform: uppercase;
}

.register-page .panel:not(.registration-panel) p,
.register-page .panel:not(.registration-panel) li {
	max-width: 720px;
	color: #d6d0d2;
	font-size: 15px;
	line-height: 1.72;
}

.register-page .panel:not(.registration-panel) strong,
.register-page .panel:not(.registration-panel) b {
	color: #f0e3df;
}

.userinfo-page .content-shell--single {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.userinfo-page .content-feed--single {
	display: block;
}

.profile-page {
	display: grid;
	gap: 18px;
	width: min(1060px, 100%);
	margin: 0 auto;
}

.profile-hero-card,
.profile-panel,
.profile-stat {
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 42%),
		#10141b;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.profile-hero-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 24px;
}

.profile-hero-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	height: 100%;
	background:
		radial-gradient(circle at 72% 22%, rgba(190, 90, 84, 0.22), transparent 34%),
		linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.055));
	pointer-events: none;
}

.profile-avatar-wrap,
.profile-intro {
	position: relative;
	z-index: 1;
}

.profile-avatar-wrap {
	display: grid;
	justify-items: center;
	gap: 10px;
}

.profile-avatar {
	position: relative;
	display: grid;
	place-items: center;
	width: 128px;
	height: 128px;
	border-radius: 24px;
	padding: 5px;
	background:
		linear-gradient(145deg, rgba(235, 220, 210, 0.18), rgba(190, 90, 84, 0.28)),
		#0b0d12;
}

.profile-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	background: #090b10;
}

.profile-online {
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: #d7cec9;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.profile-kicker,
.profile-section-head span {
	display: inline-block;
	color: #c9827d;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.profile-title {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.profile-intro h1 {
	margin: 0;
	color: #f4eeeb;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 0.98;
	letter-spacing: 0.02em;
}

.profile-group-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid rgba(190, 90, 84, 0.34);
	border-radius: 999px;
	background: rgba(190, 90, 84, 0.11);
	color: #f0d6d0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.profile-intro p {
	max-width: 620px;
	margin: 12px 0 0;
	color: #c9c2c5;
}

.profile-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	padding: 0;
	list-style: none;
}

.profile-tabs a,
.profile-tabs button,
.profile-tabs span a,
.profile-tabs > span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 7px;
	appearance: none;
	background: rgba(255, 255, 255, 0.03);
	color: #ded6d4;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.profile-tabs a.active,
.profile-tabs button.active,
.profile-tabs a:hover,
.profile-tabs button:hover,
.profile-tabs span a:hover {
	border-color: rgba(190, 90, 84, 0.5);
	background: rgba(190, 90, 84, 0.12);
	color: #fff;
}

.profile-rank {
	display: grid;
	gap: 8px;
	justify-items: start;
	align-self: stretch;
	min-width: 170px;
	padding: 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-rank span,
.profile-rank em {
	color: #a9a3a7;
	font-size: 12px;
	font-style: normal;
}

.profile-rank strong {
	color: #f1e9e5;
	font-size: 18px;
}

.profile-tab-content .tab-pane {
	display: none;
}

.profile-tab-content .tab-pane.active {
	display: grid;
	gap: 18px;
}

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

.profile-stat {
	display: grid;
	gap: 8px;
	min-height: 94px;
	padding: 16px;
}

.profile-stat span {
	color: #a9a3a7;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.profile-stat strong {
	color: #f4eeeb;
	font-size: 30px;
	line-height: 1;
}

.profile-stat small,
.profile-stat small a {
	color: #c9827d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.profile-stat small a:hover {
	color: #fff;
}

.profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 18px;
}

.profile-panel {
	padding: 22px;
}

.profile-section-head {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 12px;
}

.profile-section-head::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 74px;
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.78), transparent);
}

.profile-section-head h2 {
	margin: 6px 0 0;
	color: #f0e8e5;
	font-size: 24px;
	line-height: 1.1;
}

.profile-section-head--compact h2 {
	font-size: 18px;
}

.profile-details {
	display: grid;
	gap: 10px;
	margin: 0;
}

.profile-details div {
	display: grid;
	grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.profile-details div:last-child {
	border-bottom: 0;
}

.profile-details dt {
	color: #9e989d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.profile-details dd {
	margin: 0;
	color: #ece5e1;
}

.profile-text {
	color: #d5ced0;
	line-height: 1.75;
}

.profile-text:empty::before {
	content: "Пользователь пока не добавил описание.";
	color: #8d878d;
}

.profile-form .ui-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.profile-form .form-group {
	min-width: 0;
}

.profile-form .form-group:has(textarea),
.profile-form .form-group:has(fieldset),
.profile-form .form-group:has(.user_fields),
.profile-form .form-sep,
.profile-form .profile-fieldset {
	grid-column: 1 / -1;
}

.profile-form .form-sep {
	height: 1px;
	padding: 0;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.32), transparent);
}

.profile-checkbox {
	color: #bdb5b7;
	font-size: 13px;
}

.profile-fieldset fieldset {
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

.profile-fieldset legend {
	padding: 0 8px;
	color: #ded5d2;
	font-weight: 800;
}

.profile-submit {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-delete {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 7px;
	color: #d6bbb8;
}

.top10-page-body .content-shell--single {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.content-shell--single:has(.top10-page) {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.top10-page-body .content-feed--single {
	display: block;
}

.content-feed--single:has(.top10-page) {
	display: block;
}

.content-feed > .top10-page,
.content-feed--single > .top10-page {
	grid-column: 1 / -1;
	width: 100%;
	max-width: 1180px;
	min-width: 0;
	justify-self: center;
}

.top10-page .story-actions,
.top10-edit {
	margin: 0 0 4px;
	color: #c9bec0;
	font-size: 13px;
}

.top10-page {
	display: grid;
	gap: 18px;
	width: min(1180px, 100%);
	margin: 0 auto;
	counter-reset: top10;
}

.top10-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	min-height: 310px;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(8, 10, 14, 0.92), rgba(8, 10, 14, 0.64)),
		radial-gradient(circle at 76% 34%, rgba(190, 90, 84, 0.28), transparent 28%),
		linear-gradient(135deg, #151a22, #090b10);
	box-shadow: 0 22px 62px rgba(0, 0, 0, 0.26);
}

.top10-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, transparent 0 44%, rgba(255, 255, 255, 0.035) 44.2% 44.6%, transparent 44.8%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 78px);
	opacity: 0.8;
	pointer-events: none;
}

.top10-hero-copy,
.top10-score-card {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.top10-hero-copy span,
.top10-board-head span {
	display: inline-block;
	color: #c9827d;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.top10-hero h1 {
	max-width: 760px;
	margin: 10px 0 0;
	color: #f4eeeb;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.top10-hero p {
	max-width: 650px;
	margin: 16px 0 0;
	color: #d4ccce;
	font-size: 16px;
	line-height: 1.7;
}

.top10-score-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 168px;
	aspect-ratio: 1;
	border: 1px solid rgba(190, 90, 84, 0.32);
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(190, 90, 84, 0.2), transparent 62%),
		rgba(8, 10, 14, 0.62);
	color: #eee6e1;
	text-align: center;
}

.top10-score-card strong {
	display: block;
	font-size: 74px;
	line-height: 0.9;
	text-align: center;
}

.top10-score-card span {
	max-width: 90px;
	color: #bfb8ba;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.top10-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
}

.top10-strip a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px 0 20px;
	color: #ded6d4;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.top10-strip a::before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid rgba(190, 90, 84, 0.68);
	transform: rotate(45deg);
}

.top10-strip a:hover {
	color: #fff;
}

.top10-board,
.top10-note {
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 36%),
		#10141b;
}

.top10-board {
	padding: clamp(18px, 3vw, 28px);
}

.top10-board-head {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(190, 90, 84, 0.28);
}

.top10-board-head h2,
.top10-note h2 {
	margin: 6px 0 0;
	color: #f1e9e5;
	font-size: clamp(26px, 3.2vw, 42px);
	line-height: 1;
	text-transform: uppercase;
}

.top10-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.top10-grid .movie-card {
	position: relative;
	gap: 9px;
	padding-top: 30px;
}

.top10-grid .movie-card::before {
	counter-increment: top10;
	content: "№ " counter(top10);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 22px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.16), rgba(255, 255, 255, 0.025));
	color: #e7d7d4;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.top10-grid .movie-card:nth-child(1)::before,
.top10-grid .movie-card:nth-child(2)::before,
.top10-grid .movie-card:nth-child(3)::before {
	border-color: rgba(190, 90, 84, 0.42);
	background:
		linear-gradient(90deg, rgba(126, 30, 39, 0.42), rgba(255, 255, 255, 0.025));
	color: #f3e2de;
}

.top10-note {
	padding: 20px 22px;
}

.top10-note h2 {
	font-size: 22px;
}

.top10-note p {
	max-width: 880px;
	margin: 10px 0 0;
	color: #c9c2c5;
	line-height: 1.75;
}

.horror-form,
.ui-form {
	display: grid;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.form-group {
	display: grid;
	gap: 8px;
}

.form-group label,
.horror-form label {
	color: #dfd8d6;
	font-weight: 700;
}

.wide,
.horror-form input,
.horror-form textarea,
.horror-form select,
.login-form input,
.search-result input,
.search-result textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 7px;
	background: #0e1117;
	color: var(--text);
	outline: none;
}

.wide:focus,
.horror-form input:focus,
.horror-form textarea:focus,
.horror-form select:focus,
.login-form input:focus {
	border-color: rgba(190, 90, 84, 0.68);
	box-shadow: 0 0 0 3px rgba(190, 90, 84, 0.1);
}

.button,
.btn,
.login-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(190, 90, 84, 0.55);
	border-radius: 7px;
	background: linear-gradient(180deg, rgba(172, 47, 59, 0.95), rgba(105, 22, 31, 0.95));
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.button.secondary,
.btn-border,
.ghost-button {
	background: #10141a;
	border-color: rgba(255, 255, 255, 0.12);
	color: #d9dbe1;
}

.feedback-page .content-shell--single {
	width: min(920px, 100%);
	margin-inline: auto;
}

.feedback-page .content-feed--single {
	display: block;
}

.feedback-page .panel {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.08), transparent 34%),
		linear-gradient(180deg, #11151d, #0c0f14);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.feedback-page .panel-head {
	padding: 24px 26px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.feedback-page .panel-head h1 {
	margin: 0;
	color: #f2e9e5;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
	text-transform: uppercase;
}

.feedback-page .panel-head p {
	max-width: 620px;
	margin: 10px 0 0;
	color: #c8c0c3;
}

.feedback-page .horror-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 24px 26px 8px;
}

.feedback-page .horror-form .form-group:has(textarea),
.feedback-page .horror-form .form-group:has(select),
.feedback-page .horror-form .form-group:nth-last-child(1) {
	grid-column: 1 / -1;
}

.feedback-page .horror-form textarea {
	min-height: 190px;
	resize: vertical;
}

.feedback-page .form-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 26px 26px;
}

.feedback-page .captcha-line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

@media (max-width: 760px) {
	.feedback-page .horror-form {
		grid-template-columns: 1fr;
		padding: 20px 16px 6px;
	}

	.feedback-page .panel-head,
	.feedback-page .form-submit {
		padding-right: 16px;
		padding-left: 16px;
	}

	.feedback-page .form-submit {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: stretch;
	}

	.feedback-page .form-submit .button {
		width: 100%;
	}

	.watch-cast {
		padding: 15px;
	}

	.watch-cast-head {
		display: grid;
		justify-items: start;
	}

	.watch-cast-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.watch-cast-list b {
		width: 48px;
		height: 48px;
	}
}

.login-box {
	display: grid;
	gap: 10px;
}

.login-user {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #1a1e27 center/cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.login-menu,
.login-links {
	display: grid;
	gap: 8px;
}

.login-menu a,
.login-links a {
	color: #b6bac3;
}

.login-form {
	display: grid;
	gap: 8px;
}

.login-form button {
	width: 100%;
}

.checkline,
.captcha-line {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.checkline input {
	width: auto;
}

.content-feed .movie-card:nth-child(1) .movie-poster,
.content-feed .movie-card:nth-child(2) .movie-poster,
.content-feed .movie-card:nth-child(3) .movie-poster {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.navigation {
	grid-column: 1 / -1;
	order: 999;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0 0;
}

.navigation-fallback {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.pages,
.nav-prev,
.nav-next {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.pages a,
.pages span,
.nav-prev a,
.nav-next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: rgba(15, 18, 24, 0.72);
	color: #d9d2d0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pages a:hover,
.nav-prev a:hover,
.nav-next a:hover {
	border-color: rgba(205, 98, 90, 0.5);
	background: rgba(42, 18, 22, 0.76);
	color: #fff3ef;
}

.load-more-source {
	display: none;
	justify-content: center;
	width: 100%;
}

.navigation.is-load-more-ready .navigation-fallback {
	display: none;
}

.navigation.is-load-more-ready .load-more-source {
	display: flex;
}

.navigation:has(.load-more-source a) .navigation-fallback {
	display: none;
}

.navigation:has(.load-more-source a) .load-more-source {
	display: flex;
}

.navigation.is-empty,
.navigation.is-load-more-done {
	display: none;
}

.navigation.is-infinite-scroll {
	min-height: 2px;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.navigation.is-infinite-scroll .load-more-source,
.navigation.is-infinite-scroll .navigation-fallback {
	display: none !important;
}

.load-more-source a,
.load-more-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	min-height: 48px;
	padding: 0 28px;
	overflow: hidden;
	border: 1px solid rgba(201, 86, 80, 0.42);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(123, 26, 34, 0.38), rgba(14, 16, 21, 0.58)),
		rgba(16, 18, 24, 0.72);
	color: #f2e7e2;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.035),
		0 16px 34px rgba(0, 0, 0, 0.28);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.load-more-source a::before,
.load-more-button::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: 5px;
	background: radial-gradient(circle at 50% 0%, rgba(221, 105, 95, 0.24), transparent 58%);
	opacity: 0;
	transition: opacity 0.22s ease;
	pointer-events: none;
}

.load-more-source a:hover,
.load-more-button:hover {
	transform: translateY(-1px);
	border-color: rgba(228, 123, 112, 0.72);
	background:
		linear-gradient(135deg, rgba(145, 32, 40, 0.46), rgba(18, 19, 25, 0.64)),
		rgba(24, 21, 27, 0.78);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.04),
		0 18px 38px rgba(0, 0, 0, 0.32),
		0 0 22px rgba(173, 59, 57, 0.12);
	color: #fff7f2;
}

.load-more-source a:hover::before,
.load-more-button:hover::before {
	opacity: 1;
}

.load-more-source a.is-loading,
.load-more-source a.is-disabled {
	pointer-events: none;
	opacity: 0.68;
	transform: none;
}

.load-more-source a.is-loading::after {
	content: "";
	width: 15px;
	height: 15px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-top-color: rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	animation: loadMoreSpin 0.75s linear infinite;
}

@keyframes loadMoreSpin {
	to {
		transform: rotate(360deg);
	}
}

.edit-note {
	margin-top: 16px;
	padding: 12px 14px;
	border-left: 3px solid var(--accent);
	background: rgba(190, 90, 84, 0.08);
	color: #ead8d6;
}

.comment {
	padding: 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #10141b;
}

.comment-head {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 10px;
}

.comment-head strong {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.comment-head span,
.comment-head em {
	color: var(--muted);
	font-style: normal;
}

.comment-body h3 {
	margin: 0 0 8px;
}

.comment-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 12px;
	color: #c8cad1;
	font-size: 13px;
}

.watch-page {
	display: grid;
	gap: 24px;
}

.watch-head {
	display: grid;
	gap: 12px;
	padding: 2px 0 0;
}

.watch-head h1 {
	position: relative;
	margin: 0;
	padding-bottom: 16px;
	color: #f1ede8;
	font-size: 34px;
	line-height: 1.05;
	letter-spacing: 0;
}

.watch-head h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(420px, 72%);
	height: 2px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.95), rgba(190, 90, 84, 0.24), transparent);
}

.watch-player {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.068);
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005)),
		linear-gradient(180deg, #10141b, #080a0e);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

.player-top,
.watch-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 42%),
		rgba(5, 7, 10, 0.62);
}

.player-tabs,
.watch-social,
.watch-rate {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.player-tabs {
	position: relative;
	gap: 0;
	padding-left: 0;
}

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

.player-tabs button {
	position: relative;
	min-height: 42px;
	padding: 0 22px 0 0;
	border: 0;
	background: transparent;
	color: #9fa1a8;
	cursor: pointer;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.player-tabs button span {
	position: relative;
	display: inline-grid;
	place-items: center;
	min-height: 42px;
}

.player-tabs button span::after {
	display: none;
}

.player-tabs button.is-active {
	color: #f2e6df;
	text-shadow: none;
}

.player-tabs button.is-active span::after,
.player-tabs button:hover span::after {
	display: none;
}

.lights-toggle {
	display: inline-grid;
	grid-template-columns: 76px minmax(120px, 1fr);
	gap: 12px;
	align-items: center;
	justify-items: start;
	width: 220px;
	min-width: 220px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #cfc4c0;
	cursor: pointer;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.lights-toggle__plate {
	position: relative;
	display: block;
	width: 72px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 238, 220, 0.13), transparent 22%),
		linear-gradient(180deg, #1b1f27, #090b0f);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -10px 18px rgba(0, 0, 0, 0.28), 0 10px 20px rgba(0, 0, 0, 0.34);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.lights-toggle__plate::before,
.lights-toggle__plate::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.lights-toggle__plate::before {
	left: 12px;
	background: rgba(230, 218, 205, 0.62);
	box-shadow: 0 0 10px rgba(230, 218, 205, 0.18);
}

.lights-toggle__plate::after {
	right: 12px;
	background: rgba(120, 24, 33, 0.7);
	box-shadow: 0 0 12px rgba(190, 90, 84, 0.2);
}

.lights-toggle__lever {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 28px;
	height: 24px;
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.04) 42%),
		linear-gradient(180deg, #d8cabf, #8c7f7a);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 6px 14px rgba(0, 0, 0, 0.46);
	transition: left 0.24s ease, background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.lights-toggle.is-active .lights-toggle__plate {
	border-color: rgba(190, 90, 84, 0.6);
	background:
		radial-gradient(circle at 78% 50%, rgba(190, 90, 84, 0.34), transparent 26%),
		linear-gradient(180deg, #201217, #08090d);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -10px 18px rgba(0, 0, 0, 0.32), 0 0 28px rgba(190, 90, 84, 0.3);
}

.lights-toggle.is-active .lights-toggle__lever {
	left: 39px;
	background:
		linear-gradient(145deg, rgba(255, 212, 202, 0.7), rgba(255, 255, 255, 0.04) 42%),
		linear-gradient(180deg, #b94a4d, #510c16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 0 18px rgba(190, 90, 84, 0.38), 0 6px 14px rgba(0, 0, 0, 0.46);
	transform: scale(0.98);
}

.lights-toggle__text {
	transition: color 0.22s ease;
}

.lights-toggle:hover .lights-toggle__text,
.lights-toggle.is-active .lights-toggle__text {
	color: #f1ded8;
}

.player-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #030406;
}

.player-frame[hidden] {
	display: none;
}

.player-frame iframe,
.player-native-slot iframe,
.player-native-slot video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.player-native-slot {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 50% 52%, rgba(112, 28, 38, 0.14), transparent 24%),
		linear-gradient(180deg, #11151d 0%, #07090d 58%, #050507 100%);
}

.player-native-slot > * {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.player-native-slot::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 52%, transparent 0 13%, rgba(0, 0, 0, 0.34) 58%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%, rgba(0, 0, 0, 0.3));
	opacity: 0.92;
	pointer-events: none;
	z-index: 0;
}

.watch-actions {
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	border-bottom: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 46%),
		rgba(8, 10, 14, 0.82);
}

.watch-social {
	gap: 12px;
}

.watch-social a {
	position: relative;
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: #c9c2c4;
	transition: color 0.22s ease, transform 0.22s ease;
}

.watch-social a::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 2px;
	left: 5px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.9), transparent);
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.watch-social svg {
	width: 22px;
	height: 22px;
}

.watch-social a:hover {
	color: #f3e5de;
	transform: translateY(-2px);
}

.watch-social a:hover::after {
	opacity: 1;
	transform: translateY(0);
}

.watch-rate {
	gap: 12px;
}

.watch-rate > a,
.watch-rate > span,
.watch-rate .watch-action-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #cfc5c3;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.watch-rate > a {
	padding: 0 2px;
}

.watch-action-link {
	cursor: pointer;
}

.watch-action-icon {
	position: relative;
	display: inline-grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
		rgba(255, 255, 255, 0.025);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.watch-action-icon::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: currentColor;
	opacity: 0.78;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.watch-action-icon--fav::before {
	clip-path: polygon(50% 8%, 61% 36%, 91% 36%, 67% 55%, 76% 86%, 50% 68%, 24% 86%, 33% 55%, 9% 36%, 39% 36%);
}

.watch-action-icon--report::before {
	content: "!";
	width: auto;
	height: auto;
	background: transparent;
	box-shadow: none;
	clip-path: none;
	color: currentColor;
	font-size: 17px;
	font-weight: 950;
	line-height: 1;
 }

.watch-rate > a:hover,
.watch-rate > span:hover,
.watch-rate .watch-action-link:hover {
	color: #cfc5c3;
}

.watch-rate > a:hover .watch-action-icon,
.watch-rate > span:hover .watch-action-icon,
.watch-rate .watch-action-link:hover .watch-action-icon {
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
		rgba(255, 255, 255, 0.025);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.watch-rate > a:hover .watch-action-icon::before,
.watch-rate > span:hover .watch-action-icon::before,
.watch-rate .watch-action-link:hover .watch-action-icon::before {
	opacity: 0.78;
}

.watch-info {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 18px;
	padding: 16px;
	border: 1px solid rgba(190, 90, 84, 0.18);
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.08), transparent 36%),
		linear-gradient(180deg, #11151d, #0b0e13);
	box-shadow: var(--shadow);
}

.watch-info-side {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
}

.watch-info-poster {
	position: relative;
	overflow: hidden;
	aspect-ratio: 2 / 3;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.16), transparent),
		#07090d;
	box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
}

.watch-info-poster::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.32));
	pointer-events: none;
}

.watch-info-poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.watch-age-badge {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 2;
	isolation: isolate;
	display: inline-grid;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	background: #f4eee8;
	clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
	color: #fff7f0;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.48);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.42), 0 0 18px rgba(190, 90, 84, 0.22);
}

.watch-age-badge::before {
	content: "";
	position: absolute;
	inset: 2px;
	z-index: 0;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
		linear-gradient(180deg, #c92535, #6d111c);
	clip-path: inherit;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.watch-age-badge > span {
	position: relative;
	z-index: 1;
	display: block;
}

.watch-user-rating {
	display: grid;
	gap: 8px;
	padding: 11px 12px;
	border-top: 1px solid rgba(190, 90, 84, 0.24);
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.07), transparent);
}

.watch-user-rating > span {
	color: #8f929a;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.watch-like,
.watch-like-dislike {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.watch-like > a,
.watch-like > span,
.watch-like-button,
.watch-like-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.025);
	color: #dcd3d1;
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.watch-like-button > span {
	display: none;
}

.watch-like-button svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.watch-like strong {
	min-width: 42px;
	color: #f0e2dd;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.watch-like-button--up {
	color: #e8d8d4;
}

.watch-like-button--down,
.watch-like-count.ratingminus {
	color: #bd8580;
}

.watch-like-count.ratingplus {
	color: #e9d7cf;
}

.watch-info-body {
	display: grid;
	align-content: start;
	gap: 12px;
	min-width: 0;
}

.watch-info-kicker {
	color: #b76d66;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.watch-info h2 {
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	color: #f1ede8;
	font-size: 21px;
	line-height: 1.1;
}

.watch-info h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(340px, 72%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.8), rgba(190, 90, 84, 0.18), transparent);
}

.watch-original-title {
	margin: -4px 0 2px;
	color: #9d9aa1;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}

.watch-original-title span {
	color: #c5bdba;
	font-weight: 800;
	letter-spacing: 0.015em;
}

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

.watch-score-card {
	position: relative;
	display: grid;
	gap: 5px;
	min-height: 64px;
	padding: 12px 14px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 52%),
		linear-gradient(180deg, rgba(190, 90, 84, 0.16), rgba(255, 255, 255, 0.025));
}

.watch-score-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 2px;
	background: linear-gradient(180deg, transparent, rgba(230, 176, 142, 0.9), rgba(190, 90, 84, 0.42), transparent);
}

.watch-score-card span {
	color: #a5a0a2;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.watch-score-card strong {
	color: #f4e3d7;
	font-size: 24px;
	line-height: 1;
}

.watch-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
	margin: 0;
}

.watch-info-grid div {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 48px;
	padding: 9px 10px 9px 13px;
	border-left: 1px solid rgba(190, 90, 84, 0.34);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent);
}

.watch-info-grid dt {
	color: #8f929a;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.watch-info-grid dd {
	margin: 0;
	color: #e8dfdc;
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.watch-info-grid dd a {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 8px;
	border: 1px solid rgba(190, 90, 84, 0.28);
	border-radius: 4px;
	background: rgba(190, 90, 84, 0.08);
	color: #f1d5cf;
	font-weight: 850;
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.watch-info-grid dd a:hover {
	border-color: rgba(230, 126, 116, 0.54);
	background: rgba(190, 90, 84, 0.16);
	color: #fff;
}

.watch-cast {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 9px;
	background:
		linear-gradient(135deg, rgba(190, 90, 84, 0.07), transparent 34%),
		linear-gradient(180deg, #10141b, #0c0f14);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.watch-cast[hidden] {
	display: none !important;
}

.watch-cast-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(190, 90, 84, 0.22);
}

.watch-cast-head span {
	color: #b76d66;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.watch-cast-head h2 {
	margin: 0;
	color: #f0e7e3;
	font-size: clamp(22px, 2.5vw, 30px);
	line-height: 1;
	text-transform: uppercase;
}

.watch-cast-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 12px;
}

.watch-cast-list > span,
.watch-cast-person {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 9px;
	min-width: 0;
	padding: 12px 10px 13px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.075);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
		rgba(255, 255, 255, 0.018);
	color: inherit;
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.watch-cast-list > span::before,
.watch-cast-person::before {
	content: "";
	position: absolute;
	inset: auto 18px 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.68), transparent);
}

.watch-cast-person:hover {
	border-color: rgba(214, 112, 103, 0.28);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
		rgba(190, 90, 84, 0.045);
	transform: translateY(-1px);
}

.watch-cast-person:disabled {
	cursor: default;
	transform: none;
}

.watch-cast-list b {
	position: relative;
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(190, 90, 84, 0.38);
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.12), transparent 32%),
		linear-gradient(145deg, rgba(190, 90, 84, 0.22), rgba(255, 255, 255, 0.025));
	color: #f0ded8;
	font-size: 15px;
	font-weight: 950;
	letter-spacing: 0.05em;
	box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.24);
}

.watch-cast-list b img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.05);
}

.watch-cast-list b:has(img) {
	color: transparent;
}

.watch-cast-list em {
	display: -webkit-box;
	overflow: hidden;
	color: #ded6d4;
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.actor-preview {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: grid;
	place-items: center;
	padding: 24px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.actor-preview.is-open {
	pointer-events: auto;
	opacity: 1;
}

.actor-preview__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 4, 6, 0.76);
	backdrop-filter: blur(8px);
}

.actor-preview__card {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 14px;
	width: min(450px, calc(100vw - 36px));
	padding: 14px 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
		#101319;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
	transform: translateY(8px) scale(0.98);
	transition: transform 0.18s ease;
}

.actor-preview.is-open .actor-preview__card {
	transform: translateY(0) scale(1);
}

.actor-preview__image {
	width: min(450px, calc(100vw - 64px));
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	background: #080a0e;
	filter: saturate(0.95) contrast(1.05);
}

.actor-preview__name {
	color: #f0e6e2;
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0.03em;
	text-align: center;
}

.actor-preview__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(9, 11, 15, 0.72);
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.actor-preview__close::before,
.actor-preview__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1px;
	background: #f0dfda;
}

.actor-preview__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.actor-preview__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.actor-preview__close:hover {
	border-color: rgba(214, 112, 103, 0.38);
	background: rgba(190, 90, 84, 0.18);
	transform: rotate(90deg);
}

.watch-description,
.related-section,
.watch-comments {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(180deg, #11151d, #0d1015);
	box-shadow: var(--shadow);
}

.related-section,
.watch-comments,
.watch-seo-insight {
	content-visibility: auto;
	contain-intrinsic-size: 1px 680px;
}

.watch-description {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.watch-description h2,
.comments-head h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.watch-description h2 {
	position: relative;
	padding-bottom: 14px;
	color: #f1ede8;
}

.watch-description h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(360px, 68%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.84), rgba(190, 90, 84, 0.16), transparent);
}

.watch-plot {
	position: relative;
	padding: 18px 0 18px 22px;
	border: 0;
	border-left: 2px solid rgba(190, 90, 84, 0.4);
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.075), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
	color: #d8d2d4;
	line-height: 1.72;
	box-shadow: none;
}

.watch-plot > :first-child {
	margin-top: 0;
}

.watch-plot > :last-child {
	margin-bottom: 0;
}

.watch-seo-insight {
	display: grid;
	gap: 16px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(190, 90, 84, 0.18);
}

.watch-seo-insight h2 {
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	color: #f1ede8;
	font-size: 22px;
	line-height: 1.15;
}

.watch-seo-insight h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(380px, 68%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.84), rgba(190, 90, 84, 0.16), transparent);
}

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

.watch-seo-grid article {
	padding: 14px;
	border-left: 1px solid rgba(190, 90, 84, 0.28);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent);
}

.watch-seo-grid h3 {
	margin: 0 0 8px;
	color: #eee2df;
	font-size: 14px;
	text-transform: uppercase;
}

.watch-seo-grid p {
	margin: 0;
	color: #bfc0c7;
	font-size: 13px;
	line-height: 1.55;
}

.watch-seo-text {
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-top-color: rgba(190, 90, 84, 0.22);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.006)),
		#0f1218;
}

.watch-seo-copy {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: none;
	padding: 0;
	border: 0;
	background:
		linear-gradient(90deg, transparent calc(50% - 1px), rgba(190, 90, 84, 0.18) calc(50% - 1px), rgba(190, 90, 84, 0.18) 50%, transparent 50%);
}

.watch-seo-copy p {
	margin: 0;
	color: #d0c9ca;
	font-size: 14px;
	line-height: 1.75;
}

.watch-seo-copy p:first-child::first-letter {
	color: #f0d1ca;
	font-size: 34px;
	font-weight: 950;
	line-height: 0.9;
}

.watch-seo-grid--facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.watch-seo-grid--facts div {
	display: grid;
	gap: 5px;
	min-height: 62px;
	padding: 12px 14px;
	border-left: 1px solid rgba(190, 90, 84, 0.32);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.055), transparent 54%),
		rgba(255, 255, 255, 0.018);
}

.watch-seo-grid--facts span {
	color: #8f929a;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.watch-seo-grid--facts strong {
	color: #eee0dc;
	font-size: 14px;
	line-height: 1.35;
}

.watch-seo-note {
	max-width: 850px;
	margin: 0;
	padding-left: 18px;
	border-left: 1px solid rgba(190, 90, 84, 0.28);
	color: #bfc0c7;
	font-size: 13px;
	line-height: 1.7;
}

.next-prev {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.next-prev a:first-child {
	margin-right: auto;
}

.next-prev a:last-child {
	margin-left: auto;
}

.next-prev .button {
	position: relative;
	min-height: 42px;
	padding: 0 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #d9d0cf;
	box-shadow: none;
}

.next-prev .button::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.72), transparent);
	transition: opacity 0.22s ease;
}

.next-prev .button:hover {
	color: #fff0ea;
}

html.blood-mode .next-prev .button,
html.blood-mode .next-prev .button:hover {
	background: transparent;
	border: 0;
	color: #eadbd8;
	box-shadow: none;
}

html.blood-mode .next-prev .button::after {
	background: linear-gradient(90deg, transparent, rgba(215, 91, 96, 0.58), transparent);
}

.comments-head p {
	margin: 6px 0 0;
	color: var(--muted);
}

.comment-list,
.comment-list > ol,
.comment-list > ul,
.comments-tree-list,
.comments-tree-list ol,
.comments-tree-list ul {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: none;
}

.comment-list li,
.comments-tree-list li {
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

.comment-list li li > .comment,
.comments-tree-list li li > .comment,
.comment-list ol ol > li > .comment,
.comments-tree-list ol ol > li > .comment {
	width: calc(100% - 42px);
	margin-left: 42px !important;
	border-left-color: rgba(190, 90, 84, 0.36);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.065), transparent 34%),
		linear-gradient(180deg, #11151d, #0d1015);
}

.comment-list li li > .comment::before,
.comments-tree-list li li > .comment::before,
.comment-list ol ol > li > .comment::before,
.comments-tree-list ol ol > li > .comment::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: -22px;
	width: 1px;
	border-radius: 999px;
	background: linear-gradient(180deg, transparent, rgba(190, 90, 84, 0.72), transparent);
	box-shadow: 0 0 14px rgba(190, 90, 84, 0.22);
}

.comment-list .comment,
.comment-list article,
.comment-list [id^="comment-id"],
.comment-list [id^="comment"],
.comments-tree-list .comment,
.comments-tree-list article {
	width: 100%;
	max-width: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.comment-list li li > .comment,
.comments-tree-list li li > .comment,
.comment-list ol ol > li > .comment,
.comments-tree-list ol ol > li > .comment,
.comment.is-reply {
	width: calc(100% - 42px) !important;
	margin-left: 42px !important;
}

.watch-comments > .addcomment {
	order: -1;
	width: 100%;
	padding: 24px 26px 26px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.045), transparent 42%),
		rgba(255, 255, 255, 0.012);
	box-shadow: none;
}

.watch-comments #addcomment.addcomment {
	padding: 24px 26px 26px !important;
}

.watch-comments > .addcomment h2 {
	position: relative;
	margin: 0;
	padding-bottom: 14px;
	color: #f1ede8;
	font-size: 22px;
	line-height: 1.15;
}

.watch-comments > .addcomment h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(320px, 68%);
	height: 1px;
	background: linear-gradient(90deg, rgba(190, 90, 84, 0.82), rgba(190, 90, 84, 0.16), transparent);
}

.watch-comments .horror-form {
	width: 100%;
	margin-top: 20px;
}

.watch-comments .horror-form > li,
.watch-comments .form-group,
.watch-comments #comment-editor {
	width: 100%;
	min-width: 0;
}

.watch-comments .form-group.combo {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.watch-comments .horror-form input,
.watch-comments .horror-form textarea,
.watch-comments .horror-form select {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.012));
}

.watch-comments #comment-editor textarea,
.watch-comments #comment-editor iframe,
.watch-comments #comment-editor .bb-pane,
.watch-comments #comment-editor .bb-editor,
.watch-comments #comment-editor .wseditor,
.watch-comments #comment-editor .wysibb,
.watch-comments #comment-editor .wysibb-body,
.watch-comments #comment-editor .wysibb-text {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.watch-comments .form-submit {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 14px;
	padding: 0;
}

.watch-comments .button.primary {
	position: relative;
	min-height: 42px;
	padding: 0 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #f0ded8;
	box-shadow: none;
	margin-right: 24px;
	margin-left: auto;
}

.watch-comments .button.primary::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(190, 90, 84, 0.78), transparent);
}

.related-card {
	min-width: 0;
}

.comment {
	position: relative;
	display: grid;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	padding: 16px 96px 16px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: linear-gradient(180deg, #11151d, #0d1015);
}

.comment.is-positive {
	border-color: rgba(104, 160, 116, 0.18);
	background:
		linear-gradient(90deg, rgba(74, 129, 84, 0.08), transparent 36%),
		linear-gradient(180deg, #11151d, #0d1015);
}

.comment.is-negative {
	border-color: rgba(190, 90, 84, 0.24);
	background:
		linear-gradient(90deg, rgba(120, 24, 33, 0.12), transparent 36%),
		linear-gradient(180deg, #11151d, #0d1015);
}

html.blood-mode .comment.is-positive {
	border-color: rgba(82, 178, 112, 0.42);
	background:
		linear-gradient(90deg, rgba(46, 132, 74, 0.2), rgba(46, 132, 74, 0.055) 42%, transparent 72%),
		linear-gradient(180deg, #11171a, #0b1111);
	box-shadow: inset 3px 0 0 rgba(82, 178, 112, 0.55);
}

html.blood-mode .comment.is-negative {
	border-color: rgba(224, 76, 86, 0.48);
	background:
		linear-gradient(90deg, rgba(154, 30, 42, 0.28), rgba(154, 30, 42, 0.075) 44%, transparent 74%),
		linear-gradient(180deg, #181014, #100a0d);
	box-shadow: inset 3px 0 0 rgba(224, 76, 86, 0.62);
}

.comment-head {
	justify-content: space-between;
	margin-bottom: 0;
}

.comment-head > div:not(.avatar):not(.comment-rating) {
	min-width: 0;
	margin-right: auto;
}

.comment-rating {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	margin: 0;
}

.comment-vote {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 28px;
	gap: 4px;
	align-items: center;
	justify-items: center;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.025);
}

.comment-vote-btn,
.comment-vote > a,
.comment-vote > span {
	position: relative;
	display: grid;
	width: 28px;
	min-width: 28px;
	height: 26px;
	place-items: center;
	color: #d8cfcc;
	font-size: 16px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	padding: 0;
	margin: 0;
}

.comment-vote > a .comment-vote-btn,
.comment-vote > span .comment-vote-btn {
	width: 100%;
	min-width: 0;
	height: 100%;
}

.comment-vote strong {
	display: grid;
	width: 28px;
	min-width: 28px;
	height: 26px;
	place-items: center;
	color: #eee0dc;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	padding: 0;
	margin: 0;
}

.comment-vote .ratingminus {
	color: #bd8580;
}

.comment-quote,
.comment-body blockquote,
.comment-body .quote {
	position: relative;
	margin: 0 0 12px;
	padding: 12px 14px 12px 16px;
	border: 0;
	border-left: 2px solid rgba(190, 90, 84, 0.44);
	background:
		linear-gradient(90deg, rgba(190, 90, 84, 0.08), transparent 52%),
		rgba(255, 255, 255, 0.018);
	color: #cfc8c8;
}

.comment-quote span,
.comment-body .quote span {
	display: block;
	margin-bottom: 6px;
	color: #b97972;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.comment-quote p {
	margin: 0;
}

.comment-actions a,
.comment-actions span {
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.035);
	color: #d9d5d7;
}

body.cinema-lights::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 99980;
	background: rgba(0, 0, 0, 0.88);
	backdrop-filter: none;
	pointer-events: none;
}

body.cinema-lights .watch-player {
	z-index: 99990;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 34px 90px rgba(0, 0, 0, 0.82);
}

.addnews-panel,
.fullstory-panel,
.static-page,
.comments {
	padding: 18px;
}

@media (max-width: 1240px) {
	.page-grid {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.content-feed {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.content-feed--collection {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.poster-carousel {
		grid-auto-columns: calc((100% - 48px) / 4);
		grid-template-columns: none;
	}
}

@media (max-width: 980px) {
	.page-grid {
		grid-template-columns: 1fr;
	}

	.topbar-inner {
		grid-template-columns: minmax(0, 1fr) auto auto auto;
		gap: 14px;
		min-height: 70px;
		padding: 10px 0;
	}

	.brand {
		grid-column: 1 / 2;
		grid-row: 1;
	}

	.theme-toggle {
		grid-column: 2 / 3;
		grid-row: 1;
		justify-self: end;
	}

	.account-menu {
		grid-column: 3 / 4;
		grid-row: 1;
	}

	.mobile-nav-toggle {
		display: grid;
		grid-column: 4 / 5;
		grid-row: 1;
	}

	.topnav,
	.searchbar {
		display: none;
	}

	.topbar.is-menu-open .topnav {
		grid-column: 1 / -1;
		grid-row: 2;
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		width: 100%;
		max-height: calc(100vh - 154px);
		overflow: auto;
		padding: 8px 0 0;
		border-top: 1px solid rgba(190, 90, 84, 0.18);
	}

	.topbar.is-menu-open .searchbar {
		grid-column: 1 / -1;
		grid-row: 3;
		display: grid;
		width: 100%;
	}

	.topnav > a,
	.nav-item > a {
		display: flex;
		width: 100%;
		padding: 13px 8px;
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.055);
	}

	.topnav > a.is-active,
	.nav-item > a.is-active,
	.topnav > a:hover,
	.nav-item > a:hover {
		background: transparent;
	}

	.nav-item {
		display: grid;
		padding: 0;
		margin: 0;
	}

	.topbar.is-menu-open .nav-dropdown {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-width: 0;
		margin: 0 0 8px;
		padding: 8px;
		transform: none;
		border-radius: 6px;
		opacity: 1;
		pointer-events: auto;
		box-shadow: none;
	}

	.topbar.is-menu-open .nav-dropdown::before {
		display: none;
	}

	.nav-dropdown--wide {
		min-width: 0;
	}

	.site-search-results {
		right: 0;
		left: 0;
		width: 100%;
	}

	.content-feed {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.poster-carousel {
		grid-auto-columns: calc((100% - 32px) / 3);
		grid-template-columns: none;
	}

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

	.hero-slides {
		min-height: 0;
	}

	.hero-slide {
		position: static;
		display: none;
		min-height: 0;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.hero-slide.is-active {
		display: grid;
		transform: none;
	}

	.hero-slide .hero-inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 128px;
		padding-bottom: 24px;
	}

	.hero-controls {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		padding: 0 0 18px;
	}

	.home-hero {
		min-height: auto;
	}

	.left-rail,
	.phone-preview {
		position: static;
	}

	.left-rail {
		order: 2;
	}

	.main-column {
		order: 1;
	}

	.hero-panel {
		min-height: 0;
		padding: 0;
	}

	.section-head h2 {
		font-size: 22px;
	}

	.section-head h1 {
		font-size: 22px;
	}

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

	.vault-collections-inner {
		grid-template-columns: 1fr;
	}

	.collection-head {
		min-height: auto;
		padding-right: 0;
		padding-bottom: 16px;
		border-right: 0;
		border-bottom: 1px solid rgba(190, 90, 84, 0.22);
	}
}

@media (max-width: 640px) {
	.container {
		width: min(100% - 18px, 1360px);
	}

	.home-page .home-hero {
		display: none;
	}

	.home-page .vault-collections--hero {
		margin-top: 76px;
		padding-top: 18px;
	}

	.home-page .page-grid {
		margin-top: 18px;
	}

	.topbar-inner {
		grid-template-columns: minmax(0, 1fr) 38px 38px 38px;
		gap: 8px;
	}

	.icon-button {
		width: 38px;
		height: 38px;
	}

	.brand {
		gap: 8px;
	}

	.brand-mark {
		width: 48px;
		height: 48px;
	}

	.brand-mark img {
		width: 52px;
		height: 52px;
	}

	.brand-copy strong {
		font-size: 24px;
	}

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

	.brand-copy small {
		font-size: 8px;
		letter-spacing: 0.16em;
	}

	.topbar.is-menu-open .nav-dropdown {
		grid-template-columns: 1fr;
	}

	.hero-panel h1,
	.hero-panel h2 {
		font-size: 34px;
	}

	.hero-slide .hero-inner {
		gap: 18px;
		padding-top: 124px;
		padding-bottom: 18px;
	}

	.hero-copy {
		max-width: none;
	}

	.hero-panel p {
		max-width: none;
		font-size: 14px;
	}

	.hero-side {
		padding: 16px;
		border-radius: 7px;
		background: rgba(8, 10, 14, 0.66);
	}

	.hero-side h2 {
		font-size: 19px;
		line-height: 1.22;
	}

	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

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

	.content-feed {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.poster-carousel {
		grid-auto-columns: calc((100% - 16px) / 2);
		grid-template-columns: none;
	}

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

	.section-topline {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
	}

	.carousel-actions {
		justify-content: flex-end;
		padding-bottom: 0;
	}

	.carousel-actions button {
		width: 34px;
		height: 34px;
		border-radius: 4px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008)),
			rgba(11, 13, 18, 0.72);
	}

	.carousel-actions button svg {
		width: 18px;
		height: 18px;
	}

	.collection-grid {
		grid-template-columns: 1fr;
	}

	.site-footer-inner {
		grid-template-columns: 1fr;
		gap: 18px;
		align-items: start;
	}

	.footer-seo {
		padding-left: 0;
		border-left: 0;
	}

	.footer-feedback {
		justify-self: start;
		min-height: 34px;
	}

	.watch-head h1 {
		font-size: 27px;
	}

	.player-top {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 10px 12px;
	}

	.watch-player {
		margin-right: -9px;
		margin-left: -9px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.player-frame {
		aspect-ratio: 16 / 9;
	}

	.watch-actions {
		align-items: stretch;
		flex-direction: column;
		padding: 12px;
	}

	.player-tabs,
	.watch-social,
	.watch-rate {
		width: 100%;
	}

	.player-tabs button {
		justify-content: center;
		flex: 1 1 auto;
		min-height: 38px;
		padding: 0 12px;
		font-size: 12px;
	}

	.lights-toggle {
		display: none;
	}

	.watch-social a {
		flex: 0 0 34px;
	}

	.watch-rate > a,
	.watch-rate > span,
	.watch-rate .watch-action-link {
		flex: 0 1 auto;
	}

	.related-section,
	.watch-comments {
		padding: 14px;
	}

	.watch-description {
		padding: 0;
	}

	.watch-info {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 14px;
	}

	.watch-info-side {
		justify-items: center;
		text-align: center;
	}

	.watch-info-poster {
		width: min(220px, 72vw);
		margin-inline: auto;
	}

	.watch-user-rating {
		width: min(260px, 100%);
		justify-items: center;
		margin-inline: auto;
		padding: 0;
		border-top: 0;
		background: transparent;
	}

	.watch-like,
	.watch-like-dislike {
		justify-content: center;
	}

	.watch-info h2 {
		font-size: 19px;
	}

	.watch-info-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.watch-seo-grid {
		grid-template-columns: 1fr;
	}

	.watch-seo-grid--facts,
	.category-seo-points {
		grid-template-columns: 1fr;
	}

	.category-hero {
		padding-top: 14px;
	}

	.category-hero h1 {
		font-size: 26px;
		line-height: 1.08;
	}

	.category-hero--collection {
		min-height: 210px;
		padding: 28px 18px 22px;
	}

	.category-filter {
		align-items: stretch;
		flex-direction: column;
	}

	.category-filter-controls {
		justify-content: flex-start;
		margin-left: 0;
	}

	.category-mode,
	.category-year-toggle {
		flex: 1 1 150px;
	}

	.category-year-menu {
		flex: 1 1 150px;
	}

	.category-year-list {
		right: auto;
		left: 0;
		width: min(220px, 100%);
	}

	.category-year-select {
		width: 100%;
		min-width: 0;
		margin-left: 0;
	}

	.category-filter-reset {
		align-self: flex-start;
	}

	.content-feed--category {
		padding: 14px;
	}

	.content-feed--collection {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.watch-seo-copy {
		grid-template-columns: 1fr;
		background: none;
	}

	.watch-info-grid div {
		min-height: auto;
		padding: 9px 10px 9px 12px;
	}

	.watch-comments .form-group.combo {
		grid-template-columns: 1fr;
	}

	.comment {
		padding: 14px;
	}

	.comment-list li li > .comment,
	.comments-tree-list li li > .comment,
	.comment-list ol ol > li > .comment,
	.comments-tree-list ol ol > li > .comment,
	.comment.is-reply {
		width: calc(100% - 16px) !important;
		margin-left: 16px !important;
	}

	.comment-list li li > .comment::before,
	.comments-tree-list li li > .comment::before,
	.comment-list ol ol > li > .comment::before,
	.comments-tree-list ol ol > li > .comment::before {
		left: -10px;
	}

	.comment-rating {
		position: static;
		justify-self: start;
	}

	.next-prev {
		align-items: stretch;
		flex-direction: column;
	}

	.next-prev a:first-child,
	.next-prev a:last-child {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.page-grid {
		padding-top: 88px;
	}

	.home-page .page-grid {
		padding-top: 16px;
	}

	.hero-slide .hero-inner {
		padding-top: 112px;
	}

	.hero-panel h1,
	.hero-panel h2 {
		font-size: 30px;
	}

	.content-feed {
		gap: 10px;
	}

	.poster-carousel {
		grid-auto-columns: calc((100% - 10px) / 2);
	}

	.movie-poster-title {
		right: 8px;
		bottom: 9px;
		left: 8px;
		font-size: 12px;
	}

	.movie-play {
		width: 48px;
		height: 48px;
	}

	.watch-info-poster {
		max-width: 210px;
	}

	.watch-actions,
	.player-top,
	.watch-comments > .addcomment {
		padding-inline: 14px;
	}

	.player-tabs {
		gap: 0;
		padding-left: 0;
	}

	.watch-social {
		justify-content: center;
	}

	.watch-rate {
		justify-content: center;
	}

	.registration-panel {
		width: 100%;
	}

	.register-page .panel:not(.registration-panel) {
		width: 100%;
		padding: 22px 16px;
	}

	.register-page .panel:not(.registration-panel) h1,
	.register-page .panel:not(.registration-panel) h2,
	.register-page .panel:not(.registration-panel) h3 {
		font-size: 27px;
	}

	.registration-panel .panel-head,
	.registration-panel .horror-form,
	.registration-panel > .form-submit {
		padding-right: 16px;
		padding-left: 16px;
	}

	.registration-panel .panel-head h1 {
		font-size: 26px;
	}

	.registration-panel .form-submit {
		grid-template-columns: 1fr;
	}

	.registration-panel .form-submit .button,
	.registration-panel > .form-submit .button {
		justify-content: center;
		width: 100%;
	}

	.profile-hero-card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px;
		text-align: center;
	}

	.profile-title {
		justify-content: center;
	}

	.profile-rank {
		align-self: auto;
		justify-items: center;
		min-width: 0;
		padding: 14px;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.07);
	}

	.profile-tabs {
		justify-content: center;
	}

	.profile-stat-grid,
	.profile-layout,
	.profile-form .ui-form {
		grid-template-columns: 1fr;
	}

	.profile-details div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.profile-panel {
		padding: 18px;
	}

	.profile-submit {
		justify-content: stretch;
	}

	.profile-submit .button,
	.profile-delete {
		justify-content: center;
		width: 100%;
	}

	.top10-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 24px 18px;
		text-align: center;
	}

	.top10-score-card {
		justify-self: center;
		width: 132px;
	}

	.top10-score-card strong {
		font-size: 56px;
	}

	.top10-strip {
		justify-content: center;
	}

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

	.top10-board,
	.top10-note {
		padding: 16px;
	}

	.comment-list li li > .comment,
	.comments-tree-list li li > .comment,
	.comment-list ol ol > li > .comment,
	.comments-tree-list ol ol > li > .comment,
	.comment.is-reply {
		width: calc(100% - 10px) !important;
		margin-left: 10px !important;
	}

	.category-filter-controls {
		display: grid;
		grid-template-columns: 1fr;
	}

	.category-mode,
	.category-year-menu,
	.category-year-toggle {
		width: 100%;
	}

	.category-year-list {
		width: 100%;
	}
}
