/* Homepage refinements built on Toroflix's native components. */

/* Responsive slider backdrop: one TMDB image, no separate mobile upload.
 * Toroflix still owns the carousel. On the homepage the header now stays in
 * normal document flow, so the hero starts below it instead of being covered.
 * This mirrors the cleaner presentation of the older Toroflix setup while
 * keeping the responsive Rainbow Love slider treatment. */
.home .Header {
	position: sticky !important;
	top: 0 !important;
	z-index: 40;
	background: #070709;
}
.home.admin-bar .Header {
	top: 32px !important;
}
.home .Header::after,
.home.BdGradient .Header::after {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	height: auto !important;
	opacity: 1 !important;
	background: #070709 !important;
}
.home .MovieListSldCn {
	height: clamp(560px, 62svh, 720px) !important;
	min-height: 560px;
	position: relative;
	background: #141318;
	overflow: hidden;
}
.home .MovieListSld,
.home .MovieListSld .owl-stage-outer,
.home .MovieListSld .owl-stage,
.home .MovieListSld .owl-item,
.home .MovieListSld .TPostMv,
.home .MovieListSld .rl-slider-card {
	height: 100%;
}
.rainbow-slider-picture,
.MovieListSld .TPost.A .Image figure.rainbow-slider-backdrop .rainbow-slider-picture {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	display: block;
	width: min(90vw, 1680px);
	height: 100%;
	transform: translateX(-50%);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.MovieListSld .TPost.A .Image figure.rainbow-slider-backdrop {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rainbow-slider-backdrop .rainbow-slider-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--rl-backdrop-position, 50% 18%);
	transform: translateZ(0);
}
/* iQIYI-inspired framing without a second image: the TMDB backdrop is kept
 * inside one centred visual field and fades into the site background on both
 * sides for the full height of the hero. This avoids the previous T-shaped
 * vignette and stops the image from visually running edge-to-edge. */
.MovieListSldCn .rl-slider-card .Image::before {
	background:
		linear-gradient(90deg,
			#141318 0%,
			rgba(20, 19, 24, .94) 4%,
			rgba(20, 19, 24, .62) 10%,
			rgba(20, 19, 24, .24) 18%,
			rgba(20, 19, 24, 0) 30%,
			rgba(20, 19, 24, 0) 76%,
			rgba(20, 19, 24, .28) 86%,
			rgba(20, 19, 24, .72) 94%,
			#141318 100%) !important;
}
.MovieListSldCn .rl-slider-card .Image::after {
	background:
		linear-gradient(180deg,
			rgba(20, 19, 24, .05) 0%,
			rgba(20, 19, 24, 0) 16%,
			rgba(20, 19, 24, 0) 72%,
			rgba(20, 19, 24, .20) 84%,
			rgba(20, 19, 24, .68) 95%,
			#141318 100%) !important;
}

/* Slider copy: keep the successful 2.0.64 information order, but give it a
 * stable readable scale instead of letting ultra-wide monitors miniaturise it. */
.MovieListSldCn .TPost.A {
	box-sizing: border-box;
	padding-top: clamp(4.75rem, 8vh, 6.25rem);
	padding-bottom: clamp(4.75rem, 8vh, 6.25rem);
}
.MovieListSldCn .rl-slider-copy {
	max-width: min(680px, 48vw);
}

/* 2.0.87 — lower the desktop hero copy clearly; responsive.css keeps the same
 * intent on 1080p/TV breakpoints loaded after this file. */
@media (min-width: 768px) {
	.MovieListSldCn .rl-slider-copy {
		position: relative;
		transform: translateY(clamp(6rem, 10svh, 8rem));
	}
}
.MovieListSldCn .rl-slider-title-link {
	color: inherit;
	text-decoration: none;
}
.MovieListSldCn .TPost.A .Title {
	max-width: 100%;
	margin: 0 0 .62rem;
	font-size: clamp(1.38rem, 1.5vw, 1.78rem);
	line-height: 1.08;
	text-wrap: pretty;
}
.MovieListSldCn .rl-slider-description {
	max-width: 64ch;
	margin: 0 0 .7rem;
	font-size: clamp(.84rem, .82vw, .92rem);
	line-height: 1.5;
}
.MovieListSldCn .rl-slider-description > * {
	margin: 0;
}
.MovieListSldCn .rl-slider-description p,
.MovieListSldCn .rl-slider-description {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.MovieListSldCn .rl-slider-genres {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .25rem .55rem;
	margin: 0 0 .9rem;
	font-size: .78rem;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
}
.MovieListSldCn .rl-slider-genres a {
	color: rgba(255,255,255,.92);
	text-decoration: none;
}
.MovieListSldCn .rl-slider-genres a:not(:last-child)::after {
	content: "•";
	margin-left: .55rem;
	color: rgba(255,255,255,.5);
}
.MovieListSldCn .rl-slider-genres a:hover,
.MovieListSldCn .rl-slider-genres a:focus-visible {
	color: #fff;
}
.MovieListSldCn .rl-slider-actions {
	display: flex;
	align-items: center;
	margin-top: .1rem;
}
.MovieListSldCn .rl-slider-actions .Button.TPlay {
	display: inline-flex;
	align-items: center;
	gap: .42rem;
	margin: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none;
	font-size: .82rem;
	font-weight: 600;
	line-height: 1.15;
	text-transform: none;
}
.MovieListSldCn .rl-slider-actions .Button.TPlay::before {
	display: inline-grid;
	place-items: center;
	width: 1.9rem;
	height: 1.9rem;
	margin-right: .1rem;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	color: #ff3b3b;
	font-size: .9rem;
}
.MovieListSldCn .rl-slider-actions .Button.TPlay:hover::before,
.MovieListSldCn .rl-slider-actions .Button.TPlay:focus-visible::before {
	background: rgba(255,255,255,.22);
	color: #ff5858;
}
.MovieListSldCn .rl-slider-actions .Button.TPlay strong {
	font-weight: 600;
}

/* Preserve Toroflix card dimensions; only prevent unusual source ratios from stretching. */
.home .MovieListTop .TPost.B .Image figure img,
.home section[data-id="series"] .TPost.B .Image figure img,
.home section[data-id="movies"] .TPost.B .Image figure img {
	object-fit: cover;
	object-position: center 18%;
}

/* Episodes/Series/Movies keep Toroflix's cards and hover panels. JS only pages the native rows. */
.rl-home-pager {
	position: relative;
	isolation: isolate;
	margin-bottom: .35rem;
}
.rl-home-pager .MovieList.Rows {
	margin-bottom: 0;
}
.rl-home-row-nav {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: grid;
	place-items: center;
	width: 38px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: rgba(16,15,19,.86);
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(0,0,0,.28);
	transform: translateY(-50%);
	cursor: pointer;
}
.rl-home-row-nav-prev { left: -.2rem; }
.rl-home-row-nav-next { right: -.2rem; }
.rl-home-row-nav:hover,
.rl-home-row-nav:focus-visible {
	border-color: var(--rl-accent);
	background: var(--rl-accent);
}
.rl-home-row-nav:disabled {
	opacity: .22;
	cursor: default;
}
.rl-home-row-nav[hidden] { display: none !important; }

/* Compact navigation band: no content query, no carousel, just archive links. */
.rl-home-quick-links {
	margin: .25rem 0 1.8rem;
	padding: .85rem 1rem;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 10px;
	background: rgba(255,255,255,.018);
	overflow: hidden;
}
.rl-home-quick-links-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .65rem;
	overflow: visible;
	padding-bottom: 2px;
}
.rl-home-quick-links-track a,
.rl-home-quick-links-track .is-unavailable {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: .65rem 1rem;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 7px;
	background: rgba(255,255,255,.045);
	color: rgba(255,255,255,.86);
	font-size: .87rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.rl-home-quick-links-track a:first-child {
	border-color: rgba(222,18,18,.72);
}
.rl-home-quick-links-track a:hover,
.rl-home-quick-links-track a:focus-visible {
	border-color: var(--rl-accent);
	background: var(--rl-accent);
	color: #fff;
}
.rl-home-quick-links-track .is-unavailable {
	opacity: .38;
}

/* Keep catalog/archive grids isolated from homepage paging styles. */
.rl-card-grid.MovieList {
	min-width: 0;
}
.rl-card-grid.MovieList > li,
.rl-card-grid.MovieList .TPostMv,
.rl-card-grid.MovieList .TPost.B {
	min-width: 0;
}
.rl-card-grid.MovieList .TPost.B .Image + .Title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* On very wide screens Toroflix naturally drops these rows to 10% card widths.
 * Keep its markup/hover intact but hold Series and Movies at eight readable
 * cards per view; the lightweight pager exposes the rest. */
@media (min-width: 75em) {
	.home .TpRwCont.NoSdbr section[data-id="series"] .MovieList.Rows > li,
	.home .TpRwCont.NoSdbr section[data-id="movies"] .MovieList.Rows > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

/* Slightly larger episode thumbnails on the homepage only. The Toroflix card,
 * 16:9 ratio, labels and pager stay untouched; five cards fit on large screens
 * instead of six, with the remaining items reached by the existing arrows. */
@media (min-width: 75em) {
	.home .TpRwCont.NoSdbr .MovieList.Episodes > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


@media (max-width: 782px) {
	.home.admin-bar .Header {
		top: 46px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.home .MovieListSldCn {
		height: clamp(510px, 58svh, 620px) !important;
		min-height: 510px;
	}
	.MovieListSldCn .TPost.A {
		padding-top: 4.75rem;
		padding-bottom: 4.25rem;
	}
	.MovieListSldCn .rl-slider-copy {
		max-width: min(560px, 58vw);
		transform: translateY(1.75rem);
	}
}

@media (max-width: 767px) {
	.home .MovieListSldCn {
		height: clamp(440px, 62svh, 545px) !important;
		min-height: 440px;
	}
	.rainbow-slider-picture,
	.MovieListSld .TPost.A .Image figure.rainbow-slider-backdrop .rainbow-slider-picture {
		width: 100%;
		-webkit-mask-image: none;
		mask-image: none;
	}
	.MovieListSldCn .rl-slider-card .Image::before {
		background: linear-gradient(90deg, rgba(20,19,24,.74) 0%, rgba(20,19,24,.42) 24%, rgba(20,19,24,.08) 68%, rgba(20,19,24,.18) 100%) !important;
	}
	.MovieListSldCn .rl-slider-card .Image::after {
		background: linear-gradient(180deg, rgba(20,19,24,.04) 0%, rgba(20,19,24,0) 18%, rgba(20,19,24,0) 62%, rgba(20,19,24,.30) 80%, rgba(20,19,24,.82) 96%, #141318 100%) !important;
	}
	.MovieListSldCn .TPost.A {
		padding-top: 3.8rem;
		padding-bottom: 3.25rem;
	}
	.MovieListSldCn .rl-slider-copy {
		max-width: min(92%, 520px);
		transform: none;
	}
	.MovieListSldCn .TPost.A .Title {
		max-width: 19ch;
		font-size: clamp(1.45rem, 6.4vw, 1.9rem);
	}
	.MovieListSldCn .rl-slider-description {
		font-size: .87rem;
		-webkit-line-clamp: 2;
	}
	.MovieListSldCn .rl-slider-genres {
		margin-bottom: .7rem;
		font-size: .7rem;
	}
	.MovieListSldCn .rl-slider-actions .Button.TPlay {
		min-height: 38px;
		padding: .5rem .8rem;
		font-size: .75rem;
		text-transform: none;
	}
	.rl-home-row-nav {
		width: 32px;
		height: 40px;
		font-size: 1.65rem;
	}
	.rl-home-quick-links {
		margin-bottom: 1.35rem;
		padding: .7rem;
	}
	.rl-home-quick-links-track {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
	}
	.rl-home-quick-links-track::-webkit-scrollbar { display: none; }
	.rl-home-quick-links-track a,
	.rl-home-quick-links-track .is-unavailable {
		flex: 0 0 auto;
		min-height: 38px;
		padding: .55rem .8rem;
		font-size: .8rem;
		scroll-snap-align: start;
	}
}

/* 2.0.55 — full-width homepage, lightweight Ko-fi support band and comments. */
.rl-home-fullwidth .TpRwCont.NoSdbr,
.rl-home-fullwidth .TpRwCont.NoSdbr > main,
.rl-home-content,
.rl-home-content > main {
	width: 100%;
	max-width: none;
}
.rl-home-fullwidth .TpRwCont.NoSdbr {
	display: block;
}

.rl-home-kofi {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.25rem;
	margin: 1.5rem 0 2rem;
	padding: 1.15rem 1.4rem;
	border: 1px solid rgba(255, 255, 255, .09);
	border-left: 4px solid var(--rl-accent);
	border-radius: 14px;
	background:
		linear-gradient(115deg, rgba(222, 18, 18, .16), rgba(33, 32, 38, .96) 34%, rgba(23, 22, 28, .98)),
		var(--rl-surface);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
	overflow: hidden;
}
.rl-home-kofi::after {
	content: "";
	position: absolute;
	right: 16%;
	top: -70px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(222, 18, 18, .08);
	filter: blur(2px);
	pointer-events: none;
}
.rl-home-kofi-icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--rl-accent);
	color: #fff;
	font-size: 1.45rem;
	box-shadow: 0 8px 20px rgba(222, 18, 18, .28);
}
.rl-home-kofi-copy {
	position: relative;
	z-index: 1;
	min-width: 0;
}
.rl-home-kofi-copy h2 {
	margin: 0 0 .25rem;
	color: #fff;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.15;
}
.rl-home-kofi-copy p {
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: .96rem;
}
.rl-home-kofi-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .65rem;
	min-height: 46px;
	padding: .75rem 1.15rem;
	border: 1px solid var(--rl-accent);
	border-radius: 999px;
	background: var(--rl-accent);
	color: #fff !important;
	font-weight: 800;
	white-space: nowrap;
	text-decoration: none !important;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.rl-home-kofi-button:hover,
.rl-home-kofi-button:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow: 0 9px 22px rgba(222, 18, 18, .28);
}
.rl-home-kofi-button.is-setup {
	background: transparent;
	color: #fff !important;
}

/* Blog CTA after Movies: text-only by design, so it adds no image/query cost. */
.rl-home-blog-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.1rem;
	margin: 1.7rem 0 2rem;
	padding: 1.15rem 1.35rem;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 14px;
	background: linear-gradient(110deg, rgba(255,54,145,.10), rgba(35,32,40,.97) 38%, rgba(22,21,27,.99));
	overflow: hidden;
}
.rl-home-blog-banner::after {
	content: "";
	position: absolute;
	right: 10%;
	top: -75px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(255,54,145,.055);
	pointer-events: none;
}
.rl-home-blog-mark {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: rgba(222,18,18,.16);
	color: #fff;
	font-size: 1.25rem;
	border: 1px solid rgba(222,18,18,.42);
}
.rl-home-blog-copy { position: relative; z-index: 1; min-width: 0; }
.rl-home-blog-kicker {
	display: block;
	margin-bottom: .22rem;
	color: #ff5b8c;
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .10em;
}
.rl-home-blog-copy h2 {
	margin: 0 0 .25rem;
	color: #fff;
	font-size: clamp(1.08rem, 1.6vw, 1.42rem);
	line-height: 1.18;
}
.rl-home-blog-copy p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: .91rem;
}
.rl-home-blog-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	min-height: 44px;
	padding: .7rem 1rem;
	border: 1px solid rgba(222,18,18,.8);
	border-radius: 999px;
	background: transparent;
	color: #fff !important;
	font-weight: 800;
	white-space: nowrap;
	text-decoration: none !important;
}
.rl-home-blog-button:hover,
.rl-home-blog-button:focus-visible {
	background: var(--rl-accent);
	border-color: var(--rl-accent);
}

.rl-home-comments {
	margin: 2rem 0 2.25rem;
}
.rl-home-comments-heading .Title {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
}
.rl-home-comments-heading .Title i {
	color: var(--rl-accent);
	font-size: 1.05em;
}
.rl-home-comments-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}
.rl-home-comment-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 205px;
	padding: 1.05rem;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
	box-shadow: 0 9px 26px rgba(0, 0, 0, .16);
	transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.rl-home-comment-card:hover {
	transform: translateY(-2px);
	border-color: rgba(222, 18, 18, .55);
	background: linear-gradient(145deg, rgba(222,18,18,.065), rgba(255,255,255,.015));
}
.rl-home-comment-author {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-bottom: .85rem;
}
.rl-home-comment-avatar {
	width: 46px !important;
	height: 46px !important;
	border: 2px solid rgba(222, 18, 18, .65);
	border-radius: 50% !important;
	object-fit: cover;
	background: #fff;
}
.rl-home-comment-author > div {
	min-width: 0;
}
.rl-home-comment-author strong {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: .95rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rl-home-comment-author time {
	display: block;
	margin-top: .12rem;
	color: rgba(255, 255, 255, .52);
	font-size: .76rem;
}
.rl-home-comment-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0 0 1rem;
	color: rgba(255, 255, 255, .78);
	font-size: .9rem;
	line-height: 1.5;
}
.rl-home-comment-card.is-spoiler .rl-home-comment-text {
	font-style: italic;
	color: rgba(255, 255, 255, .58);
}
.rl-home-comment-footer {
	display: flex;
	align-items: center;
	gap: .65rem;
	margin-top: auto;
	padding-top: .8rem;
	border-top: 1px solid rgba(255, 255, 255, .07);
}
.rl-home-comment-type {
	flex: 0 0 auto;
	padding: .25rem .5rem;
	border-radius: 999px;
	background: rgba(222, 18, 18, .16);
	color: #ff6d6d;
	font-size: .69rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.rl-home-comment-footer a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .6rem;
	min-width: 0;
	flex: 1;
	color: #fff !important;
	font-size: .82rem;
	font-weight: 750;
	text-decoration: none !important;
}
.rl-home-comment-footer a span:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rl-home-comment-footer a span:last-child {
	color: var(--rl-accent);
	font-size: 1rem;
}

@media (max-width: 991px) {
	.rl-home-comments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.rl-home-blog-banner {
		grid-template-columns: auto minmax(0, 1fr);
		gap: .85rem;
		margin: 1.35rem 0 1.7rem;
		padding: 1rem;
	}
	.rl-home-blog-mark { width: 46px; height: 46px; }
	.rl-home-blog-button {
		grid-column: 1 / -1;
		width: 100%;
	}
	.rl-home-kofi {
		grid-template-columns: auto minmax(0, 1fr);
		gap: .9rem;
		padding: 1rem;
		margin-block: 1.2rem 1.6rem;
	}
	.rl-home-kofi-icon {
		width: 46px;
		height: 46px;
		font-size: 1.2rem;
	}
	.rl-home-kofi-button {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 44px;
	}
	.rl-home-comments-grid {
		grid-template-columns: 1fr;
	}
	.rl-home-comment-card {
		min-height: 0;
	}
}

/* Rainbow Love: the native Toroflix AJAX sort breaks the customized home rows. Keep the parent code intact, but remove the control from Home only. */
.home section[data-id="series"] .SrtdBy,
.home section[data-id="movies"] .SrtdBy {
	display: none !important;
}

/* 2.0.73 — The parent Toroflix theme makes plain paragraphs inside the
 * homepage hero description scrollable. Keep Rainbow Love's 3-line clamp,
 * but never show an internal scrollbar in the slider copy. */
.MovieListSldCn .TPost.A .Description.rl-slider-description p:not([class]) {
	max-height: none !important;
	overflow: hidden !important;
	scrollbar-width: none;
}
.MovieListSldCn .TPost.A .Description.rl-slider-description p:not([class])::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}


/* 2.0.78 — lightweight social links at the end of the homepage. */
.rl-home-social {
	position: relative;
	margin: 3rem 0 1.5rem;
	padding: clamp(1.4rem, 2.4vw, 2.25rem);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(225,18,30,.08), rgba(255,255,255,.018) 46%, rgba(255,255,255,.01));
	overflow: hidden;
}
.rl-home-social::after {
	content: "";
	position: absolute;
	top: -90px;
	right: 4%;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(225,18,30,.055);
	pointer-events: none;
}
.rl-home-social-heading {
	position: relative;
	z-index: 1;
	margin: 0 0 1.25rem;
}
.rl-home-social-kicker {
	display: block;
	margin-bottom: .35rem;
	color: #f22945;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
}
.rl-home-social-heading h2 {
	margin: 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.15;
	color: #fff;
}
.rl-home-social-heading p {
	margin: .55rem 0 0;
	color: rgba(255,255,255,.72);
	font-size: .98rem;
}
.rl-home-social-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .85rem;
}
.rl-home-social-card {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 82px;
	padding: 1rem 1.05rem;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 15px;
	background: rgba(12,12,16,.58);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.rl-home-social-card:hover,
.rl-home-social-card:focus-visible {
	border-color: rgba(229,20,34,.82);
	background: rgba(229,20,34,.075);
	color: #fff;
	transform: translateY(-2px);
	outline: none;
}
.rl-home-social-icon {
	display: grid;
	place-items: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	margin-right: .85rem;
	border: 1px solid rgba(229,20,34,.62);
	border-radius: 13px;
	background: rgba(229,20,34,.09);
	color: #fff;
}
.rl-home-social-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}
.rl-home-social-copy {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	line-height: 1.2;
}
.rl-home-social-copy strong {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
}
.rl-home-social-copy small {
	margin-top: .28rem;
	color: rgba(255,255,255,.62);
	font-size: .78rem;
}
.rl-home-social-arrow {
	flex: 0 0 auto;
	margin-left: .7rem;
	color: #f22945;
	font-size: 1.25rem;
	font-weight: 700;
}

@media (max-width: 780px) {
	.rl-home-social {
		margin-top: 2rem;
		padding: 1.2rem;
		border-radius: 16px;
	}
	.rl-home-social-heading {
		margin-bottom: 1rem;
	}
	.rl-home-social-heading p {
		font-size: .9rem;
	}
	.rl-home-social-grid {
		grid-template-columns: 1fr;
		gap: .65rem;
	}
	.rl-home-social-card {
		min-height: 68px;
		padding: .78rem .85rem;
	}
	.rl-home-social-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}
}

@media (min-width: 1920px) {
	.rl-home-social {
		padding: 2.5rem;
		margin-top: 3.5rem;
	}
	.rl-home-social-card {
		min-height: 94px;
		padding: 1.15rem 1.25rem;
	}
	.rl-home-social-icon {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}
	.rl-home-social-copy strong { font-size: 1.08rem; }
}

@media (prefers-reduced-motion: reduce) {
	.rl-home-social-card { transition: none; }
	.rl-home-social-card:hover,
	.rl-home-social-card:focus-visible { transform: none; }
}
