/**
 * Tensor Mobile UI 1.11.0
 * Reprodução fiel do layout de referência em telas móveis.
 */

.tensor-header-tools {
	display: none;
}

/* ---------- COMUNIDADE V1.7: comentários, login e alertas ---------- */
.tensor-comments-header,
.tensor-community-heading,
.tensor-account-chip {
	display: flex;
	align-items: center;
}

.tensor-comments-header {
	gap: 11px;
	margin-bottom: 16px;
}

.tensor-comments-header-icon,
.tensor-community-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(255, 212, 0, .11);
	color: #ffd400;
}

.tensor-comments-header-icon {
	width: 39px;
	height: 39px;
	font-size: 15px;
}

.tensor-comments-header strong,
.tensor-community-heading strong {
	display: block;
	color: #fff;
	font-weight: 750;
}

.tensor-comments-header small,
.tensor-community-heading small {
	display: block;
	margin-top: 2px;
	color: rgba(255, 255, 255, .5);
	line-height: 1.35;
}

.tensor-social-login,
.tensor-notify-box {
	margin: 0 0 14px;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 8px;
	background: #11141b;
}

.tensor-community-heading {
	gap: 10px;
	margin-bottom: 13px;
}

.tensor-community-icon {
	width: 34px;
	height: 34px;
	font-size: 13px;
}

.tensor-social-buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.tensor-social-provider,
.tensor-social-provider .nsl-container,
.tensor-social-provider .nsl-container-buttons,
.tensor-social-provider .nsl-button {
	width: 100% !important;
	max-width: none !important;
}

.tensor-social-provider .nsl-button {
	justify-content: center !important;
	min-height: 43px;
	border-radius: 6px !important;
	box-shadow: none !important;
}

.tensor-login-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 11px 0;
	color: rgba(255, 255, 255, .32);
	font-size: 10px;
	text-transform: uppercase;
}

.tensor-login-divider::before,
.tensor-login-divider::after {
	content: "";
	height: 1px;
	flex: 1;
	background: rgba(255, 255, 255, .08);
}

.tensor-wordpress-login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 43px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 6px;
	background: rgba(255, 255, 255, .025);
	color: #fff !important;
	font-weight: 650;
	text-decoration: none !important;
}

.tensor-social-admin-note {
	margin: 10px 0 0;
	padding: 8px 10px;
	border-radius: 5px;
	background: rgba(255, 212, 0, .07);
	color: rgba(255, 255, 255, .65);
	font-size: 10px;
	line-height: 1.45;
}

.tensor-account-chip {
	gap: 9px;
	margin-bottom: 14px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 7px;
	background: #11141b;
}

.tensor-account-chip img {
	border-radius: 50%;
}

.tensor-account-chip span {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.tensor-account-chip small {
	color: rgba(255, 255, 255, .48);
	font-size: 9px;
}

.tensor-account-chip strong {
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tensor-account-chip a {
	margin-left: auto;
	color: #ffd400;
	font-size: 10px;
}

.tensor-notify-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.tensor-notify-trap {
	position: absolute !important;
	left: -99999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.tensor-notify-email {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.tensor-notify-email > span {
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 650;
}

.tensor-notify-email input {
	width: 100%;
	height: 43px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 6px;
	background: #090c12;
	color: #fff;
	outline: none;
}

.tensor-notify-email input:focus {
	border-color: rgba(255, 212, 0, .7);
	box-shadow: 0 0 0 2px rgba(255, 212, 0, .09);
}

.tensor-notify-form > button {
	align-self: end;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 43px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #ffd400;
	color: #090b0f;
	font-weight: 800;
	cursor: pointer;
}

.tensor-notify-form > button:disabled {
	cursor: wait;
	opacity: .7;
}

.tensor-notify-consent,
.tensor-notify-feedback {
	grid-column: 1 / -1;
}

.tensor-notify-consent {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: rgba(255, 255, 255, .56);
	font-size: 9px;
	line-height: 1.45;
}

.tensor-notify-consent input {
	width: 14px;
	height: 14px;
	margin: 1px 0 0;
	accent-color: #ffd400;
}

.tensor-notify-feedback,
.tensor-notify-status {
	padding: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 10px;
	line-height: 1.45;
}

.tensor-notify-feedback.is-success,
.tensor-notify-status.is-confirmed {
	color: #61d27d;
}

.tensor-notify-feedback.is-error,
.tensor-notify-status.is-invalid {
	color: #ff7b7b;
}

.tensor-notify-status {
	margin: 0 0 11px;
	padding: 9px 10px;
	border: 1px solid currentColor;
	border-radius: 5px;
	background: rgba(255, 255, 255, .025);
}

.tensor-community-toggle {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 13px;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 55px;
	margin: 14px 0 0;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 7px;
	background: #11141b;
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.tensor-community-toggle > span {
	display: flex;
	align-items: center;
	gap: 9px;
	font-weight: 700;
}

.tensor-community-toggle > span i {
	color: #ffd400;
}

.tensor-community-toggle small {
	color: rgba(255, 255, 255, .45);
}

.tensor-community-chevron {
	transition: transform .2s ease;
}

.tensor-community-toggle.is-open .tensor-community-chevron {
	transform: rotate(180deg);
}

.tensor-community-panel[hidden] {
	display: none !important;
}

.tensor-community-panel {
	width: 100%;
	margin: 10px 0 0 !important;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px;
	background: #090c12;
	scroll-margin-top: 76px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
	margin: 18px 0 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 750;
}

.comments-area .comment-list {
	display: grid;
	gap: 9px;
	margin: 0 0 17px;
	padding: 0;
	list-style: none;
}

.comments-area .comment-list li {
	list-style: none;
}

.comments-area .comment-body {
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 7px;
	background: #11141b;
}

.comments-area .comment-author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
}

.comments-area .comment-author img {
	border-radius: 50%;
}

.comments-area .comment-metadata,
.comments-area .comment-notes,
.comments-area .logged-in-as {
	color: rgba(255, 255, 255, .48);
	font-size: 10px;
}

.comments-area .comment-content {
	margin-top: 9px;
	color: rgba(255, 255, 255, .72);
	line-height: 1.55;
}

.comments-area .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.comments-area .comment-form-comment,
.comments-area .comment-notes,
.comments-area .logged-in-as,
.comments-area .form-submit,
.comments-area .comment-form-cookies-consent {
	grid-column: 1 / -1;
}

.comments-area .comment-form p {
	margin: 0;
}

.comments-area .comment-form label {
	display: block;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, .68);
	font-size: 10px;
	font-weight: 650;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 6px;
	background: #0b0e14;
	color: #fff;
	outline: none;
}

.comments-area .comment-form textarea {
	min-height: 105px;
	resize: vertical;
}

.comments-area .comment-form input:focus,
.comments-area .comment-form textarea:focus {
	border-color: rgba(255, 212, 0, .7);
}

.comments-area .tensor-comment-submit {
	min-height: 42px;
	padding: 0 17px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #ffd400 !important;
	color: #090b0f !important;
	font-weight: 800 !important;
	cursor: pointer;
}

/* Player encostado no topo: o cabeçalho transparente fica sobre o vídeo. */
@media (max-width: 768px) {
	body.tensor-mobile-v2.movyn-netflix-player #main-content {
		padding-top: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #main-header {
		background: linear-gradient(180deg, rgba(2, 3, 7, .92), rgba(2, 3, 7, .18), transparent) !important;
		pointer-events: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player #main-header .tensor-header-tools,
	body.tensor-mobile-v2.movyn-netflix-player #main-header .tensor-header-button {
		pointer-events: auto;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-toggle,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-panel {
		margin-right: 6px !important;
		margin-left: 6px !important;
		width: calc(100% - 12px);
	}

	.tensor-social-buttons,
	.tensor-notify-form,
	.comments-area .comment-form {
		grid-template-columns: 1fr;
	}

	.tensor-notify-form > button,
	.tensor-notify-consent,
	.tensor-notify-feedback,
	.comments-area .comment-form p {
		grid-column: 1;
	}

	.tensor-social-login,
	.tensor-notify-box,
	.tensor-community-panel {
		padding: 13px;
	}
}

/* ---------- DESKTOP V1.7 ---------- */
@media (min-width: 769px) {
	body.tensor-mobile-v2.movyn-netflix-player > #main .msc_background {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #main-content {
		padding-top: 82px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #main-content > .container,
	body.tensor-mobile-v2.movyn-netflix-serie #main-content > .container {
		width: min(1180px, calc(100% - 40px)) !important;
		max-width: 1180px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content {
		width: 100% !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #breadcrumbs,
	body.tensor-mobile-v2.movyn-netflix-player .msc_options_menu {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_wrapper,
	body.tensor-mobile-v2.movyn-netflix-player .msc_options_content {
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc.mscomc_repro {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, .07);
		border-radius: 11px;
		background: #090c12;
		box-shadow: 0 18px 55px rgba(0, 0, 0, .42);
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_video {
		order: 1;
		width: 100% !important;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .iframe_wrapper {
		width: 100%;
		height: 0 !important;
		padding-bottom: 56.25% !important;
		background: #000;
	}

	body.tensor-mobile-v2.movyn-netflix-player .iframe_wrapper iframe {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro {
		order: 2 !important;
		display: flex;
		align-items: center;
		width: 100% !important;
		padding: 13px 16px !important;
		border-top: 1px solid rgba(255, 255, 255, .07);
		background: #0d1118;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 {
		display: flex !important;
		gap: 8px;
		width: auto !important;
		overflow: visible !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li {
		float: none !important;
		width: auto !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_title {
		margin: 24px 0 6px !important;
		color: #fff;
		font-size: clamp(28px, 3vw, 38px) !important;
		font-weight: 750;
		line-height: 1.08;
		text-transform: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context,
	body.tensor-mobile-v2.movyn-netflix-player .mscc_postmeta,
	body.tensor-mobile-v2.movyn-netflix-player .mscc_description {
		max-width: 900px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context {
		display: flex;
		gap: 10px;
		margin-bottom: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context span::before {
		content: "•";
		margin-right: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description {
		font-size: 14px;
		line-height: 1.6;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		max-width: 900px;
		margin: 18px 0 24px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		min-height: 48px;
		border-radius: 7px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-bridge {
		display: grid;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
		gap: 18px;
		max-width: 900px;
		margin-bottom: 30px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-card,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro > div > a,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .en_ep_disabled {
		min-height: 92px;
		border-radius: 8px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px;
		padding: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-thumb {
		width: 112px;
		height: 74px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .mscomc[data-option="seasons"] {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 15px;
		margin: 0 !important;
		padding: 22px;
		border-top: 1px solid rgba(255, 255, 255, .08);
		background: #090c12;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p {
		display: flex;
		align-items: center;
		gap: 12px;
		margin: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_head {
		margin: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes {
		grid-column: 1 / -1;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .pl {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px !important;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post {
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post > a {
		display: grid !important;
		grid-template-columns: 34px 116px minmax(0, 1fr) auto 12px;
		grid-template-rows: minmax(38px, auto) auto;
		gap: 3px 10px;
		align-items: center;
		min-height: 94px;
		padding: 8px !important;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 8px;
		background: #11141b;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-state {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1 / 3;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border: 1px solid rgba(255, 255, 255, .16);
		border-radius: 50%;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post .image {
		grid-column: 2;
		grid-row: 1 / 3;
		width: 116px !important;
		height: 72px !important;
		min-height: 72px !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-title {
		grid-column: 3;
		grid-row: 1;
		text-align: left;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-cat {
		display: block !important;
		grid-column: 3;
		grid-row: 2;
		margin: 0 !important;
		text-align: left;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-rating {
		display: inline-flex;
		grid-column: 4;
		grid-row: 1 / 3;
		gap: 4px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-menu {
		display: inline-flex;
		grid-column: 5;
		grid-row: 1 / 3;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active > a {
		border-color: #ffd400;
		box-shadow: inset 0 0 0 1px rgba(255, 212, 0, .16);
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active .ep-row-state {
		border-color: rgba(255, 212, 0, .6);
		background: rgba(255, 212, 0, .12);
		color: #ffd400;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-summary,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-stars,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-watching {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-toggle,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-panel {
		max-width: 1180px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_content {
		gap: 32px;
		align-items: flex-start;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_image_s,
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_image {
		width: 270px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_image {
		height: 405px;
		border-radius: 13px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .pl {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post {
		width: auto !important;
		padding: 0 !important;
	}

	.tensor-community-panel {
		padding: 22px;
	}
}

.tensor-menu-brand,
.tensor-menu-shortcuts {
	display: none;
}

.menubars {
	border: 0;
	background: transparent;
}

body.tensor-mobile-v2 #main-footer {
	padding-top: 0;
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #090b10;
}

.tensor-footer-grid .footer-menu {
	margin-left: 0;
}

.tensor-footer-grid .footer-logo img {
	opacity: 1;
	filter: none;
}

.tensor-footer-grid .footer-social {
	margin-top: 14px;
}

.tensor-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 10000000;
	padding: 10px 14px;
	border-radius: 5px;
	background: #ffd400;
	color: #080808 !important;
	font-size: 13px;
	font-weight: 800;
	transform: translateY(-160%);
	transition: transform .18s ease;
}

.tensor-skip-link:focus {
	transform: translateY(0);
}

.tensor-footer-grid {
	display: grid;
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
	gap: 34px;
	padding: 42px 0 32px;
}

.tensor-footer-column h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.tensor-footer-description,
.tensor-footer-support p {
	margin: 12px 0;
	color: rgba(255, 255, 255, .55);
	font-size: 13px;
	line-height: 1.65;
}

.tensor-footer-grid .tensor-footer-links {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
}

.tensor-footer-grid .tensor-footer-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tensor-footer-grid .tensor-footer-links li::after {
	display: none !important;
}

.tensor-footer-grid .tensor-footer-links a {
	color: rgba(255, 255, 255, .64);
	font-size: 13px;
	transition: color .2s ease;
}

.tensor-footer-grid .tensor-footer-links a:hover,
.tensor-footer-grid .tensor-footer-links a:focus-visible {
	color: #ffd400;
}

.tensor-footer-policy-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 212, 0, .42);
	border-radius: 6px;
	background: transparent;
	color: #ffd400 !important;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.tensor-footer-creator::before {
	content: "•";
	margin: 0 8px;
	color: rgba(255, 255, 255, .3);
}

.tensor-series-actions,
.tensor-episode-context,
.tensor-featured-label,
.tensor-load-more,
.tensor-episode-bridge {
	box-sizing: border-box;
}

@media (max-width: 768px) {
	:root {
		--tensor-bg: #06080d;
		--tensor-panel: #11141b;
		--tensor-panel-2: #171a22;
		--tensor-line: rgba(255, 255, 255, .10);
		--tensor-muted: rgba(255, 255, 255, .62);
		--tensor-faint: rgba(255, 255, 255, .42);
		--tensor-yellow: #ffd400;
		--tensor-radius: 7px;
	}

	html,
	body.tensor-mobile-v2 {
		background: var(--tensor-bg) !important;
		color: var(--tensor-muted);
		overflow-x: hidden;
	}

	body.tensor-mobile-v2 {
		padding-bottom: 0 !important;
		font-size: 13px;
	}

	body.tensor-mobile-v2 .container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	body.tensor-mobile-v2 .movyn-bottom-nav,
	body.tensor-mobile-v2 #alphabet-list,
	body.tensor-mobile-v2 #sidebar,
	body.tensor-mobile-v2 .movyn-row-nav,
	body.tensor-mobile-v2 .pl-arrow {
		display: none !important;
	}

	/* ---------- CABEÇALHO ---------- */
	body.tensor-mobile-v2 #main-header {
		height: 54px !important;
		background: linear-gradient(180deg, rgba(2, 3, 7, .98), rgba(2, 3, 7, .72) 70%, transparent) !important;
		box-shadow: none !important;
		z-index: 999999 !important;
	}

	body.tensor-mobile-v2 #main-header.fixed {
		background: rgba(4, 5, 9, .96) !important;
		border-bottom: 1px solid rgba(255, 255, 255, .06);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	body.tensor-mobile-v2 #main-header .container {
		position: relative !important;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 7px;
		height: 54px;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	body.tensor-mobile-v2 #main-header .mh-logo {
		position: static !important;
		order: 2;
		max-width: 152px;
		margin: 0 !important;
		text-align: left;
		line-height: 1;
		z-index: 3;
	}

	body.tensor-mobile-v2 #main-header .mh-logo a {
		display: flex;
		align-items: center;
		min-height: 36px;
		color: var(--tensor-yellow);
		font-size: 21px;
		font-weight: 800;
		letter-spacing: .02em;
	}

	body.tensor-mobile-v2 #main-header .mh-logo img {
		width: auto;
		max-width: 145px;
		height: 30px;
		max-height: 30px;
		margin: 0 !important;
		object-fit: contain;
		object-position: left center;
	}

	body.tensor-mobile-v2 #main-header nav {
		order: 1;
		width: 34px;
		height: 42px;
		margin: 0 !important;
		flex: 0 0 34px;
	}

	body.tensor-mobile-v2.tensor-menu-open {
		overflow: hidden;
	}

	body.tensor-mobile-v2 #main-header nav.active {
		position: fixed !important;
		inset: 0 !important;
		z-index: 9999999 !important;
		display: block;
		width: 100% !important;
		height: 100dvh !important;
		background: rgba(0, 0, 0, .7);
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
	}

	body.tensor-mobile-v2 #main-header nav.active .menubars {
		display: none !important;
	}

	body.tensor-mobile-v2 #main-header nav > .tensor-menu-brand {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: min(84vw, 330px);
		height: 66px;
		padding: 12px 14px;
		background: #090b10;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
		transition: transform .25s ease, opacity .2s ease, visibility .2s ease;
	}

	body.tensor-mobile-v2 #main-header nav.active > .tensor-menu-brand {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	body.tensor-mobile-v2 .tensor-menu-logo {
		display: flex;
		align-items: center;
		max-width: 180px;
	}

	body.tensor-mobile-v2 .tensor-menu-logo img {
		width: auto;
		max-width: 170px;
		height: 34px;
		object-fit: contain;
		object-position: left center;
	}

	body.tensor-mobile-v2 .tensor-menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, .06);
		color: #fff;
		font-size: 19px;
		cursor: pointer;
	}

	body.tensor-mobile-v2 #main-header nav > ul {
		top: 0 !important;
		bottom: 0 !important;
		z-index: 2 !important;
		display: block !important;
		width: min(84vw, 330px) !important;
		min-width: 0 !important;
		padding: 78px 12px 116px !important;
		background: #090b10 !important;
		box-shadow: 24px 0 60px rgba(0, 0, 0, .55) !important;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
	}

	body.tensor-mobile-v2 #main-header nav.active > ul {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	body.tensor-mobile-v2 #main-header nav > ul > li,
	body.tensor-mobile-v2 #main-header nav > ul > li:first-child {
		display: block;
		margin: 0 !important;
		padding: 2px 0 !important;
	}

	body.tensor-mobile-v2 #main-header nav > ul > li > a {
		display: flex;
		align-items: center;
		gap: 13px;
		min-height: 46px;
		padding: 0 13px !important;
		border: 0 !important;
		border-radius: 7px;
		color: rgba(255, 255, 255, .82) !important;
		font-size: 14px;
		font-weight: 600;
	}

	body.tensor-mobile-v2 #main-header nav > ul > li > a:hover,
	body.tensor-mobile-v2 #main-header nav > ul > li.current-menu-item > a {
		background: rgba(255, 212, 0, .1);
		color: var(--tensor-yellow) !important;
	}

	body.tensor-mobile-v2 #main-header nav > ul > li > a i {
		width: 20px;
		color: var(--tensor-yellow);
		font-size: 16px;
		text-align: center;
	}

	body.tensor-mobile-v2 #main-header nav > .tensor-menu-shortcuts {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 3;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		width: min(84vw, 330px);
		padding: 12px;
		border-top: 1px solid rgba(255, 255, 255, .08);
		background: #090b10;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
		transition: transform .25s ease, opacity .2s ease, visibility .2s ease;
	}

	body.tensor-mobile-v2 #main-header nav.active > .tensor-menu-shortcuts {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	body.tensor-mobile-v2 .tensor-menu-shortcuts a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-height: 40px;
		padding: 7px;
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 6px;
		color: rgba(255, 255, 255, .72);
		font-size: 11px;
	}

	body.tensor-mobile-v2 #main-header .menubars {
		position: static !important;
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		width: 34px;
		height: 42px;
		padding: 0 !important;
		font-size: 21px;
		line-height: 1;
	}

	body.tensor-mobile-v2 #main-header .mh-form {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		order: 3;
		width: 38px;
		height: 42px;
		margin: 0 0 0 auto !important;
		flex: 0 0 38px;
		z-index: 10;
	}

	body.tensor-mobile-v2 #main-header .mh-form form {
		position: static !important;
	}

	body.tensor-mobile-v2 #main-header .mh-form i {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 42px !important;
		padding: 0 !important;
		color: #fff;
		font-size: 20px;
		line-height: 42px !important;
		cursor: pointer;
	}

	body.tensor-mobile-v2 #main-header .mh-form input {
		display: none;
	}

	body.tensor-mobile-v2 #main-header .mh-form.tensor-search-open {
		position: absolute !important;
		left: 10px !important;
		right: 10px !important;
		top: 5px !important;
		width: auto;
		height: 44px;
		margin: 0 !important;
		flex: none;
		z-index: 40;
	}

	body.tensor-mobile-v2 #main-header .mh-form.tensor-search-open form {
		position: relative !important;
	}

	body.tensor-mobile-v2 #main-header .mh-form.tensor-search-open input {
		display: block;
		width: 100%;
		height: 44px;
		margin: 0;
		padding: 0 44px 0 44px !important;
		border: 1px solid rgba(255, 255, 255, .16);
		border-radius: 24px;
		background: #fff;
		color: #111;
		opacity: 1;
		visibility: visible;
	}

	body.tensor-mobile-v2 #main-header .mh-form.tensor-search-open i {
		color: #111;
	}

	body.tensor-mobile-v2 #main-header .tensor-header-tools {
		order: 4;
		display: flex;
		align-items: center;
		gap: 4px;
		flex: none;
	}

	body.tensor-mobile-v2 .tensor-header-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 42px;
		padding: 0;
		background: transparent;
		color: #fff;
		font-size: 19px;
		cursor: pointer;
	}

	body.tensor-mobile-v2 .tensor-profile {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		margin-left: 1px;
		overflow: hidden;
		border: 1px solid rgba(255, 212, 0, .62);
		border-radius: 50%;
		background: #24201a;
		color: var(--tensor-yellow);
		font-size: 12px;
		font-weight: 800;
	}

	body.tensor-mobile-v2 .tensor-profile img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	body.tensor-mobile-v2.single-series #main-header .mh-logo,
	body.tensor-mobile-v2.single-movies #main-header .mh-logo,
	body.tensor-mobile-v2.single-episodes #main-header .mh-logo,
	body.tensor-mobile-v2.single-series #main-header nav,
	body.tensor-mobile-v2.single-movies #main-header nav,
	body.tensor-mobile-v2.single-episodes #main-header nav,
	body.tensor-mobile-v2.single-series #main-header .mh-form,
	body.tensor-mobile-v2.single-movies #main-header .mh-form,
	body.tensor-mobile-v2.single-episodes #main-header .mh-form {
		display: none !important;
	}

	body.tensor-mobile-v2.single-series #main-header .tensor-header-tools,
	body.tensor-mobile-v2.single-movies #main-header .tensor-header-tools,
	body.tensor-mobile-v2.single-episodes #main-header .tensor-header-tools {
		width: 100%;
	}

	body.tensor-mobile-v2.single-series .tensor-share-page,
	body.tensor-mobile-v2.single-movies .tensor-share-page,
	body.tensor-mobile-v2.single-episodes .tensor-cast {
		margin-left: auto;
	}

	/* ---------- HOME ---------- */
	body.tensor-mobile-v2.movyn-netflix-home #main-content {
		padding-top: 16px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top {
		margin: 0 !important;
		background: #030408;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .stow_wra,
	body.tensor-mobile-v2.movyn-netflix-home .slider-top .owl-item {
		min-height: min(690px, 78svh);
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .msc_background {
		display: block !important;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100% !important;
		min-height: 0;
		padding: 0 !important;
		background-position: center top !important;
		background-size: cover !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .msc_background::before {
		display: block;
		background:
			linear-gradient(180deg, rgba(2, 3, 7, .08) 0%, rgba(2, 3, 7, .05) 36%, rgba(4, 6, 10, .72) 67%, var(--tensor-bg) 100%) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .msc_background::after {
		display: block !important;
		background: linear-gradient(90deg, rgba(2, 3, 7, .88) 0%, rgba(2, 3, 7, .12) 68%, rgba(2, 3, 7, .08) 100%) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .container {
		min-height: min(690px, 78svh) !important;
		margin: 0 !important;
		padding: 0 18px 58px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .msc_content {
		position: absolute !important;
		left: 18px !important;
		right: 18px !important;
		bottom: 58px !important;
		display: block;
		width: auto !important;
		max-width: 405px;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
		z-index: 5;
	}

	body.tensor-mobile-v2 .tensor-featured-label {
		display: inline-flex;
		align-items: center;
		margin-bottom: 8px;
		padding: 3px 7px;
		border: 1px solid var(--tensor-yellow);
		border-radius: 2px;
		background: rgba(5, 7, 11, .52);
		color: var(--tensor-yellow);
		font-size: 8px;
		font-weight: 800;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .mscc_title {
		max-width: 265px;
		margin-bottom: 6px;
		color: #fff;
		font-family: var(--movyn-font-display);
		font-size: clamp(27px, 8vw, 37px) !important;
		font-weight: 650;
		letter-spacing: -.025em;
		line-height: .98;
		text-align: left !important;
		text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .mscc_postmeta {
		justify-content: flex-start !important;
		margin: 7px 0;
		color: rgba(255, 255, 255, .76);
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .mscc_description {
		display: -webkit-box;
		max-width: 390px;
		max-height: 55px;
		margin: 0 0 10px;
		overflow: hidden;
		color: rgba(255, 255, 255, .78);
		font-size: 11px;
		line-height: 1.48;
		text-align: left !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .movyn-hero-actions {
		display: flex;
		align-items: center;
		gap: 8px;
		width: 100%;
		max-width: 300px;
		margin-top: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .watch_now,
	body.tensor-mobile-v2.movyn-netflix-home .slider-top .movyn-btn-ghost {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 41px;
		margin: 0 !important;
		padding: 0 17px !important;
		border-radius: 4px !important;
		font-size: 11px !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .watch_now {
		flex: 1.06;
		background: var(--tensor-yellow) !important;
		color: #090a0d !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .movyn-btn-ghost {
		flex: 1;
		border: 1px solid rgba(255, 255, 255, .35) !important;
		background: rgba(8, 10, 15, .36) !important;
		color: #fff !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 28px;
		display: flex;
		justify-content: center;
		gap: 6px;
		margin: 0;
		z-index: 7;
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .owl-dot span {
		width: 8px;
		height: 8px;
		margin: 0;
		background: rgba(255, 255, 255, .30);
	}

	body.tensor-mobile-v2.movyn-netflix-home .slider-top .owl-dot.active span {
		background: var(--tensor-yellow) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .section-posts {
		margin: 0 0 20px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .sc-top {
		min-height: 25px;
		margin: 0 0 7px;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .block-title {
		margin: 0;
		padding: 0;
		color: #f4f4f5;
		font-family: var(--movyn-font);
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -.015em;
	}

	body.tensor-mobile-v2.movyn-netflix-home .block-title::after {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-home .button-view-more {
		top: 1px;
		right: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-home .button-view-more a {
		padding: 3px 0 3px 8px;
		background: transparent !important;
		color: rgba(255, 255, 255, .72) !important;
		font-size: 10px;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-home .button-view-more a::after {
		content: "›";
		margin-left: 4px;
		color: #fff;
		font-size: 16px;
		vertical-align: -1px;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list,
	body.tensor-mobile-v2.movyn-netflix-home .posts-list .pl {
		width: 100%;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .pl {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
		overflow-x: auto !important;
		padding: 0 0 5px;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .pl::-webkit-scrollbar {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post {
		flex: 0 0 23.5% !important;
		width: 23.5% !important;
		min-width: 92px !important;
		max-width: 122px !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left;
		scroll-snap-align: start;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list.posts-list-episodes .post {
		flex-basis: 31.5% !important;
		width: 31.5% !important;
		min-width: 124px !important;
		max-width: 166px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post > a {
		text-align: left;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post .image {
		width: 100% !important;
		margin: 0 0 5px !important;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 5px !important;
		box-shadow: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list:not(.posts-list-episodes) .post .image {
		height: 0 !important;
		padding-bottom: 62% !important;
		background-position: center 28% !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list.posts-list-episodes .post .image {
		height: 0 !important;
		padding-bottom: 56.25% !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-title,
	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-cat {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		text-align: left !important;
		white-space: normal;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-title {
		display: -webkit-box;
		overflow: hidden;
		color: rgba(255, 255, 255, .80) !important;
		font-size: 10px !important;
		font-weight: 500 !important;
		line-height: 1.34 !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-cat {
		margin-top: 2px !important;
		color: var(--tensor-faint) !important;
		font-size: 9px !important;
		line-height: 1.25 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .ep-kicker,
	body.tensor-mobile-v2.movyn-netflix-home .posts-list .ep-name {
		display: inline;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .ep-kicker::after {
		content: " — ";
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-release,
	body.tensor-mobile-v2.movyn-netflix-home .posts-list .movyn-badge {
		top: 5px !important;
		left: 5px !important;
		right: auto !important;
		height: auto;
		padding: 2px 5px !important;
		border-radius: 2px !important;
		background: var(--tensor-yellow) !important;
		color: #111 !important;
		font-size: 7px !important;
		font-weight: 800;
		line-height: 1.35;
	}

	body.tensor-mobile-v2.movyn-netflix-home .posts-list .post-episode {
		right: 4px !important;
		bottom: 4px !important;
		height: auto;
		padding: 1px 4px !important;
		background: rgba(0, 0, 0, .72) !important;
		color: #fff;
		font-size: 8px !important;
		line-height: 1.4;
	}

	body.tensor-mobile-v2.movyn-netflix-home .movyn-progress {
		height: 2px;
		background: rgba(255, 255, 255, .2);
	}

	/* ---------- PÁGINA DA SÉRIE ---------- */
	body.tensor-mobile-v2.movyn-netflix-serie #main-content {
		padding-top: 54px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie > #main .msc_background {
		display: block !important;
		position: absolute;
		top: 0;
		width: 100%;
		height: 285px !important;
		min-height: 0 !important;
		padding: 0 !important;
		opacity: .22;
		filter: saturate(.85);
		background-position: center top !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie > #main .msc_background::after {
		content: "";
		position: absolute;
		inset: 0;
		background:
			linear-gradient(180deg, rgba(3, 4, 8, .35), var(--tensor-bg) 96%),
			linear-gradient(90deg, rgba(3, 4, 8, .72), transparent);
	}

	body.tensor-mobile-v2.movyn-netflix-serie .section-content {
		width: 100% !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_content {
		position: relative;
		z-index: 2;
		display: grid !important;
		grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
		gap: 13px;
		width: 100%;
		margin: 0 !important;
		padding: 5px 0 0 !important;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_image_s {
		display: block !important;
		width: 100%;
		margin: 0 !important;
		grid-column: 1;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_image {
		width: 100%;
		height: 0;
		padding-bottom: 150%;
		border: 1px solid rgba(255, 255, 255, .11);
		border-radius: 5px;
		background-position: center;
		background-size: cover;
		box-shadow: 0 16px 35px rgba(0, 0, 0, .38);
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_section {
		min-width: 0;
		padding: 4px 0 0 !important;
		grid-column: 2;
	}

	body.tensor-mobile-v2.movyn-netflix-serie #breadcrumbs,
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_title_original {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_title {
		margin: 0 0 6px !important;
		color: #fff;
		font-family: var(--movyn-font-display);
		font-size: clamp(22px, 6vw, 29px) !important;
		font-weight: 650;
		letter-spacing: -.025em;
		line-height: 1.03;
		text-align: left !important;
		text-transform: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_postmeta {
		justify-content: flex-start !important;
		margin: 0 0 6px;
		color: var(--tensor-muted);
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description {
		display: -webkit-box;
		max-height: 86px;
		margin: 0 0 8px;
		overflow: hidden;
		color: rgba(255, 255, 255, .69);
		font-size: 10px;
		line-height: 1.43;
		text-align: left !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description .entry p {
		margin: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_dir_cre {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories {
		margin: 5px 0 0;
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a {
		padding: 0 !important;
		background: transparent !important;
		color: var(--tensor-muted) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-series-actions {
		display: flex;
		gap: 7px;
		margin-top: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-primary-action,
	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-width: 0;
		min-height: 37px;
		padding: 0 10px;
		border-radius: 4px;
		font-family: inherit;
		font-size: 10px;
		font-weight: 700;
		white-space: nowrap;
		cursor: pointer;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-primary-action {
		flex: 1;
		background: var(--tensor-yellow);
		color: #090a0d;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action {
		flex: 1.15;
		border: 1px solid rgba(255, 255, 255, .22);
		background: rgba(15, 17, 23, .72);
		color: #fff;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action.is-on {
		border-color: rgba(255, 212, 0, .45);
		color: var(--tensor-yellow);
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_wrapper {
		width: 100%;
		margin: 20px 0 0 !important;
		grid-column: 1 / -1;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu {
		position: relative;
		margin: 0 -13px 15px;
		border-bottom: 1px solid var(--tensor-line);
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu::after {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul {
		display: flex;
		gap: 0;
		padding: 0 13px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul::-webkit-scrollbar {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul li {
		width: auto !important;
		min-width: 0 !important;
		flex: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul li a {
		position: relative;
		display: block;
		min-width: max-content;
		padding: 0 13px 12px !important;
		color: rgba(255, 255, 255, .65);
		font-size: 11px !important;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul li:first-child a {
		padding-left: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul li.active a {
		color: #fff;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_menu ul li.active a::before {
		left: 0;
		right: 0;
		bottom: -1px;
		width: auto;
		height: 2px;
		background: var(--tensor-yellow);
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_content {
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscomc[data-option="seasons"] > p {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 39px;
		margin: 0 0 10px;
		color: transparent;
		font-size: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-serie #mscomc_select_season {
		min-width: 150px;
		height: 38px;
		margin: 0 !important;
		padding: 0 36px 0 11px !important;
		border: 1px solid var(--tensor-line) !important;
		border-radius: 5px !important;
		background-color: var(--tensor-panel) !important;
		color: #fff;
		font-size: 11px;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscomc_episodes_head {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscomc_episodes,
	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes {
		width: 100% !important;
		margin: 0 !important;
		overflow: visible !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .pl {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post {
		display: block !important;
		position: relative !important;
		float: none !important;
		flex: none !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		white-space: normal !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post[hidden] {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post > a {
		display: grid !important;
		grid-template-columns: minmax(76px, 43%) minmax(0, 1fr);
		grid-template-rows: auto auto 1fr auto;
		column-gap: 8px;
		row-gap: 3px;
		align-items: start;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 112px !important;
		padding: 6px !important;
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, .07) !important;
		border-radius: 6px;
		background: var(--tensor-panel) !important;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post .image {
		position: relative !important;
		display: block !important;
		grid-column: 1;
		grid-row: 1 / -1;
		width: 100% !important;
		height: 100% !important;
		min-height: 98px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 5px !important;
		background-position: center !important;
		background-size: cover !important;
		box-shadow: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post-title {
		display: -webkit-box;
		grid-column: 2;
		grid-row: 1;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		margin: 2px 0 0 !important;
		overflow: hidden;
		color: rgba(255, 255, 255, .90) !important;
		font-size: 9.5px !important;
		font-weight: 600 !important;
		line-height: 1.28 !important;
		text-align: left !important;
		text-transform: uppercase;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .ep-kicker {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .ep-name {
		display: inline;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}

	body.tensor-mobile-v2 .posts-list-episodes .ep-summary {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .ep-summary {
		display: -webkit-box;
		grid-column: 2;
		grid-row: 2 / 4;
		margin: 1px 0 0;
		overflow: hidden;
		color: rgba(255, 255, 255, .54);
		font-size: 8px;
		font-weight: 400;
		line-height: 1.35;
		text-transform: none;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post-cat {
		display: block !important;
		grid-column: 2;
		grid-row: 4;
		width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		color: rgba(255, 255, 255, .34) !important;
		font-size: 7.5px !important;
		line-height: 1.2 !important;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post-episode {
		top: 5px !important;
		left: 5px !important;
		right: auto !important;
		bottom: auto !important;
		height: auto;
		padding: 2px 4px !important;
		border-radius: 2px !important;
		background: rgba(0, 0, 0, .76) !important;
		color: #fff !important;
		font-size: 7px !important;
		line-height: 1.3 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .movyn-badge-new {
		top: 5px !important;
		right: auto !important;
		left: calc(43% - 28px) !important;
		padding: 2px 4px !important;
		border-radius: 2px !important;
		background: var(--tensor-yellow) !important;
		color: #111 !important;
		font-size: 7px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post-stars {
		display: none !important;
	}

	body.tensor-mobile-v2 .tensor-load-more {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		width: 100%;
		min-height: 41px;
		margin-top: 12px;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 5px;
		background: var(--tensor-panel);
		color: rgba(255, 255, 255, .86);
		font-family: inherit;
		font-size: 10px;
		font-weight: 500;
		cursor: pointer;
	}

	body.tensor-mobile-v2 .tensor-load-more[hidden] {
		display: none !important;
	}

	/* ---------- PLAYER / EPISÓDIO ---------- */
	body.tensor-mobile-v2.movyn-netflix-player #main-content {
		padding-top: 54px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player > #main .msc_background {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #main-content > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player #breadcrumbs {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_wrapper {
		order: 1;
		width: 100%;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_menu {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_content {
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc.mscomc_repro {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100%;
		margin: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_video {
		order: 1;
		width: 100% !important;
		margin: 0 !important;
		overflow: hidden;
		border: 0 !important;
		border-radius: 0 !important;
		background: #000;
		box-shadow: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .iframe_wrapper {
		width: 100%;
		height: 0;
		padding-bottom: 56.25% !important;
		border-radius: 0 !important;
		background: #000;
	}

	body.tensor-mobile-v2.movyn-netflix-player .iframe_wrapper iframe {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro {
		order: 2 !important;
		display: flex;
		align-items: center;
		gap: 10px;
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 11px 13px 9px !important;
		background: #0c0f15;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_opt_label {
		flex: none;
		margin: 0;
		color: rgba(255, 255, 255, .82);
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0;
		text-transform: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 {
		display: flex !important;
		flex: 1;
		flex-wrap: nowrap !important;
		gap: 7px;
		width: auto;
		overflow-x: auto !important;
		scrollbar-width: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1::-webkit-scrollbar {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li {
		width: auto !important;
		flex: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.player-opt,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.nd {
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-width: 37px;
		min-height: 34px;
		padding: 0 10px !important;
		border: 1px solid rgba(255, 255, 255, .13);
		border-radius: 4px !important;
		background: #11141b;
		color: rgba(255, 255, 255, .78);
		font-size: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.active,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.is-active {
		border-color: var(--tensor-yellow);
		background: var(--tensor-yellow);
		color: #0b0c10;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .opt-letter {
		width: auto;
		height: auto;
		border-radius: 0;
		background: transparent !important;
		color: inherit !important;
		font-size: 11px;
		font-weight: 700;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_last,
	body.tensor-mobile-v2.movyn-netflix-player .lofx {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_title {
		order: 2;
		margin: 12px 13px 3px !important;
		color: #fff;
		font-family: var(--movyn-font);
		font-size: clamp(19px, 5.4vw, 25px) !important;
		font-weight: 700;
		letter-spacing: -.025em;
		line-height: 1.12;
		text-align: left !important;
		text-transform: uppercase;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context {
		order: 3;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0;
		margin: 0 13px 6px;
		color: rgba(255, 255, 255, .62);
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context a {
		color: var(--tensor-yellow);
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context span::before {
		content: "•";
		margin: 0 6px;
		color: rgba(255, 255, 255, .42);
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_postmeta {
		order: 4;
		justify-content: flex-start !important;
		margin: 0 13px 8px;
		color: rgba(255, 255, 255, .60);
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description {
		order: 5;
		margin: 0 13px !important;
		color: rgba(255, 255, 255, .68);
		font-size: 10px;
		line-height: 1.45;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description .entry {
		display: -webkit-box;
		max-height: 45px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description.mh .msccd_a {
		height: auto !important;
		max-height: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_ad {
		order: 6;
		margin: 10px 13px 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		order: 7;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
		margin: 11px 13px 15px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		min-width: 0;
		min-height: 39px;
		padding: 0 7px !important;
		border: 1px solid rgba(255, 255, 255, .15) !important;
		border-radius: 4px !important;
		background: #0f1218 !important;
		color: #fff !important;
		font-size: 9px !important;
		font-weight: 600;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost.is-on {
		border-color: var(--tensor-yellow) !important;
		background: var(--tensor-yellow) !important;
		color: #0b0c0f !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-bridge {
		order: 8;
		display: grid;
		grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
		gap: 9px;
		margin: 0 13px 14px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-bridge-column {
		min-width: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-bridge-title {
		display: block;
		margin: 0 0 6px;
		color: rgba(255, 255, 255, .82);
		font-size: 10px;
		font-weight: 600;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-card {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 7px;
		align-items: center;
		min-height: 57px;
		padding: 5px;
		overflow: hidden;
		border: 1px solid var(--tensor-line);
		border-radius: 4px;
		background: #0f1218;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-thumb {
		width: 48px;
		height: 47px;
		border-radius: 3px;
		background-color: #222;
		background-position: center;
		background-size: cover;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-meta {
		min-width: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-number {
		display: block;
		color: rgba(255, 255, 255, .68);
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-name {
		display: -webkit-box;
		overflow: hidden;
		color: #fff;
		font-size: 9px;
		font-weight: 600;
		line-height: 1.22;
		text-transform: uppercase;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro > div > a,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .en_ep_disabled {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 100% !important;
		min-height: 57px;
		padding: 5px !important;
		border: 1px solid var(--tensor-line);
		border-radius: 4px !important;
		background: #0f1218;
		color: rgba(255, 255, 255, .76);
		font-size: 8px !important;
		line-height: 1.25;
		text-align: center;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro i {
		color: var(--tensor-yellow);
		font-size: 11px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-serie-bar {
		order: 9;
		display: flex;
		gap: 8px;
		margin: 0 13px 14px !important;
		padding: 0;
		border: 0;
		background: transparent;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-serie-bar a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		flex: 1;
		min-height: 38px;
		padding: 0 9px;
		border: 1px solid rgba(255, 255, 255, .09);
		border-radius: 4px;
		background: #0f1218;
		color: rgba(255, 255, 255, .73);
		font-size: 9px;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-serie-bar a strong {
		display: none;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .episode_nav_pro {
		order: 8;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .mscomc[data-option="seasons"] {
		order: 10;
		margin: 0 !important;
		padding: 13px;
		border-top: 1px solid rgba(255, 255, 255, .075);
		background: #090c12;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		margin: 0 0 10px;
		color: rgba(255, 255, 255, .84);
		font-size: 10px;
		font-weight: 600;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p::before {
		content: "Temporada";
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p {
		font-size: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p::before {
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player #mscomc_select_season {
		min-width: 132px;
		height: 36px;
		margin: 0 0 0 auto !important;
		padding: 0 34px 0 10px !important;
		border: 1px solid var(--tensor-line) !important;
		border-radius: 4px !important;
		background-color: var(--tensor-panel) !important;
		color: #fff;
		font-size: 10px;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_head {
		display: flex;
		align-items: center;
		margin: 0 0 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_head strong {
		color: rgba(255, 255, 255, .88);
		font-size: 11px;
		font-weight: 600;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_hint {
		margin-left: auto;
		color: var(--tensor-faint);
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .pl {
		width: 100% !important;
		margin: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .pl {
		display: flex !important;
		flex-direction: column !important;
		gap: 6px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post > a {
		display: grid !important;
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 9px;
		align-items: center;
		min-height: 68px;
		padding: 5px !important;
		border: 1px solid rgba(255, 255, 255, .07) !important;
		border-radius: 4px !important;
		background: #10131a !important;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active > a {
		border-color: var(--tensor-yellow) !important;
		background: rgba(255, 212, 0, .035) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post .image {
		grid-column: 1;
		width: 96px !important;
		height: 56px !important;
		min-height: 56px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0;
		border-radius: 3px !important;
		outline: 0 !important;
		box-shadow: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-title {
		display: -webkit-box;
		grid-column: 2;
		width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		color: rgba(255, 255, 255, .88) !important;
		font-size: 9px !important;
		font-weight: 600 !important;
		line-height: 1.28 !important;
		text-align: left !important;
		text-transform: uppercase;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-kicker {
		display: inline;
		margin-right: 4px;
		color: var(--tensor-yellow) !important;
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-name {
		display: inline;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-cat {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-episode {
		top: 4px !important;
		left: 4px !important;
		right: auto !important;
		bottom: auto !important;
		height: auto;
		padding: 2px 4px !important;
		border-radius: 2px !important;
		background: rgba(0, 0, 0, .75) !important;
		font-size: 7px !important;
		line-height: 1.2;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-watching {
		top: 4px;
		right: 4px;
		left: auto;
		padding: 2px 4px;
		border-radius: 2px;
		background: var(--tensor-yellow);
		color: #111;
		font-size: 7px;
		font-weight: 800;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .sc-top,
	body.tensor-mobile-v2.movyn-netflix-player .section-content > .posts-list {
		order: 60;
		margin-left: 13px !important;
		margin-right: 13px !important;
	}

	body.tensor-mobile-v2 .movyn-ad-slot {
		margin: 12px 0 !important;
		padding: 10px !important;
		border: 1px dashed rgba(255, 212, 0, .72) !important;
		border-radius: 5px !important;
		background: rgba(255, 212, 0, .025) !important;
	}

	body.tensor-mobile-v2 .movyn-ad-label {
		color: var(--tensor-yellow);
		font-size: 8px;
		letter-spacing: .04em;
	}

	/* ---------- RODAPÉ ---------- */
	body.tensor-mobile-v2 #main-footer {
		display: block !important;
		margin-top: 34px;
		padding: 0 !important;
		border-top: 1px solid var(--tensor-line);
		background: #090b10;
		text-align: left !important;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 18px;
		padding: 30px 0 24px;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-brand {
		grid-column: 1 / -1;
	}

	body.tensor-mobile-v2 #main-footer .footer-logo,
	body.tensor-mobile-v2 #main-footer .footer-social {
		margin: 0 0 12px;
	}

	body.tensor-mobile-v2 #main-footer .footer-logo img {
		width: auto;
		max-width: 170px;
		height: 38px;
		margin: 0 !important;
		opacity: 1;
		filter: none;
		object-fit: contain;
		object-position: left center;
	}

	body.tensor-mobile-v2 #main-footer .footer-social,
	body.tensor-mobile-v2 #main-footer .footer-social .hf_social {
		justify-content: flex-start !important;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-description {
		max-width: 470px;
		margin: 9px 0 14px;
		font-size: 12px;
		line-height: 1.55;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-column h2 {
		margin-bottom: 12px;
		font-size: 13px;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-links {
		display: grid !important;
		justify-content: stretch !important;
		gap: 9px;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-links a {
		font-size: 11px;
		line-height: 1.35;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-support {
		grid-column: 1 / -1;
		padding: 15px;
		border: 1px solid rgba(255, 212, 0, .18);
		border-radius: 7px;
		background: rgba(255, 212, 0, .025);
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-support p {
		margin: 0 0 10px;
		font-size: 11px;
		line-height: 1.55;
	}

	body.tensor-mobile-v2 #main-footer .mf-bottom {
		border-top: 1px solid var(--tensor-line);
		text-align: left;
	}

	body.tensor-mobile-v2 #main-footer .footer-copy {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 0;
		padding: 16px 0 22px;
		color: var(--tensor-faint);
		font-size: 10px;
		line-height: 1.5;
		text-align: left;
	}

	body.tensor-mobile-v2 #main-footer .tensor-footer-creator::before {
		margin: 0 6px;
	}
}

@media (max-width: 385px) {
	body.tensor-mobile-v2.movyn-netflix-serie .msc_content {
		grid-template-columns: minmax(105px, 32%) minmax(0, 1fr);
		gap: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description {
		-webkit-line-clamp: 4;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-primary-action,
	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action {
		padding: 0 7px;
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .pl {
		gap: 6px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post-title {
		font-size: 8.5px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post > a {
		grid-template-columns: minmax(68px, 42%) minmax(0, 1fr);
		column-gap: 6px;
		min-height: 102px !important;
		padding: 5px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .post .image {
		min-height: 90px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .posts-list-episodes .ep-summary {
		font-size: 7.5px;
		-webkit-line-clamp: 2;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		font-size: 8px !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.tensor-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tensor-footer-brand {
		grid-column: 1 / -1;
	}
}

/* ---------- PLAYER V1.6: composição fiel da tela 3 ---------- */
@media (max-width: 768px) {
	body.tensor-mobile-v2.movyn-netflix-player #main-content > .container {
		padding-right: 8px !important;
		padding-left: 8px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc.mscomc_repro {
		overflow: hidden;
		border: 1px solid rgba(255, 255, 255, .055);
		border-radius: 8px;
		background: #090c12;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_video,
	body.tensor-mobile-v2.movyn-netflix-player .iframe_wrapper {
		border-radius: 7px 7px 0 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro {
		min-height: 52px;
		padding: 9px 10px !important;
		border-top: 1px solid rgba(255, 255, 255, .055);
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.player-opt,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc_sideopt_pro .lv1 > li > a.nd {
		min-width: 39px;
		min-height: 36px;
		border-radius: 5px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_title {
		margin: 16px 6px 4px !important;
		font-family: var(--movyn-font-display);
		font-size: clamp(19px, 5.2vw, 23px) !important;
		font-weight: 650;
		line-height: 1.08;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-context {
		margin: 0 6px 8px;
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_postmeta {
		align-items: center;
		min-height: 23px;
		margin: 0 6px 8px;
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_postmeta .mscc_rating {
		height: 20px;
		margin-right: 7px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_rating ul.nohover,
	body.tensor-mobile-v2.movyn-netflix-player .mscc_rating .msccr_d {
		width: 13px !important;
		min-width: 13px;
		height: 13px !important;
		margin: 0 !important;
		overflow: hidden;
		mask-size: 13px 13px;
		-webkit-mask-size: 13px 13px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_rating ul.hover {
		position: absolute;
		top: 20px;
		left: 0;
		z-index: 20;
		width: 91px !important;
		height: 31px !important;
		padding: 8px;
		overflow: visible;
		border: 1px solid var(--tensor-line);
		border-radius: 5px;
		background-color: #11151d !important;
		mask: none;
		-webkit-mask: none;
		box-shadow: 0 9px 24px rgba(0, 0, 0, .55);
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_rating ul.hover li {
		width: 15px;
		height: 15px;
		mask: url("../../images/star.svg") center / 13px 13px no-repeat;
		-webkit-mask: url("../../images/star.svg") center / 13px 13px no-repeat;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msccr_text {
		margin-left: 4px;
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msccr_text strong {
		font-size: 11px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msccr_total_count {
		margin-left: 4px;
		color: rgba(255, 255, 255, .48);
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_d span {
		padding: 3px 0;
		border: 0;
		color: rgba(255, 255, 255, .68);
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_d span::before {
		content: "\f073";
		margin-right: 5px;
		color: rgba(255, 255, 255, .55);
		font: 900 9px/1 "Font Awesome 6 Free", FontAwesome;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_postmeta .mscc_social {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscc_description {
		margin: 0 6px !important;
		font-size: 10px;
		line-height: 1.42;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		gap: 7px;
		margin: 12px 6px 16px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		min-height: 40px;
		border-radius: 5px !important;
		font-size: 9px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost.is-on {
		border-color: var(--tensor-yellow) !important;
		background: var(--tensor-yellow) !important;
		color: #090b0f !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-episode-bridge {
		grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
		gap: 9px;
		margin: 0 6px 17px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-bridge-title {
		margin-bottom: 6px;
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-card {
		grid-template-columns: 45px minmax(0, 1fr);
		gap: 6px;
		min-height: 61px;
		padding: 5px;
		border-radius: 5px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-thumb {
		width: 45px;
		height: 49px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-number {
		float: left;
		margin: 0 5px 2px 0;
		color: #fff;
		font-size: 8px;
		font-weight: 700;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-name {
		font-size: 8.5px;
		line-height: 1.18;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-season {
		display: block;
		clear: both;
		margin-top: 3px;
		color: rgba(255, 255, 255, .48);
		font-size: 7.5px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-finished {
		color: rgba(255, 255, 255, .55);
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-next-finished-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 29px;
		height: 29px;
		border-radius: 50%;
		background: rgba(35, 161, 77, .15);
		color: #62c777;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro {
		gap: 6px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro > div > a,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .en_ep_disabled {
		justify-content: space-between;
		min-height: 61px;
		padding: 6px 8px !important;
		border-radius: 5px !important;
		text-align: left;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro small,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro strong {
		display: block;
		font-size: 8px;
		font-weight: 500;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .episode_nav_pro strong {
		margin-top: 2px;
		color: #fff;
		font-weight: 600;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-nav-cell .en_ep_disabled {
		opacity: .38;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-serie-bar {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .mscomc[data-option="seasons"] {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 9px 12px;
		margin: 0 -8px !important;
		padding: 14px 14px 16px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > p {
		grid-column: 1;
		display: flex;
		gap: 7px;
		min-width: 0;
		margin: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player #mscomc_select_season {
		width: 122px;
		min-width: 0;
		height: 36px;
		margin-left: auto !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_head {
		grid-column: 2;
		gap: 8px;
		margin: 0;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_head strong {
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes_hint {
		margin-left: 0;
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .mscomc_episodes,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc[data-option="seasons"] > .movyn-ad-slot {
		grid-column: 1 / -1;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview {
		display: grid;
		grid-template-columns: 28px minmax(0, 1fr) auto;
		align-items: center;
		gap: 9px;
		min-height: 54px;
		text-align: left;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview-icon {
		color: var(--tensor-yellow);
		font-size: 25px;
		line-height: 1;
		text-align: center;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview-copy {
		display: flex;
		flex-direction: column;
		gap: 2px;
		min-width: 0;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview-copy strong {
		color: var(--tensor-yellow);
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview-copy small {
		overflow: hidden;
		color: rgba(255, 255, 255, .56);
		font-size: 8px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ad-preview-button {
		padding: 7px 9px;
		border-radius: 4px;
		background: var(--tensor-yellow);
		color: #090b0f;
		font-size: 8px;
		font-weight: 800;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .pl {
		gap: 6px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post > a {
		display: grid !important;
		grid-template-columns: 28px 67px minmax(0, 1fr) auto 11px;
		grid-template-rows: minmax(24px, auto) auto;
		gap: 2px 8px;
		align-items: center;
		min-height: 62px;
		padding: 6px !important;
		border-radius: 5px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active > a {
		border-color: var(--tensor-yellow) !important;
		background: rgba(255, 212, 0, .045) !important;
		box-shadow: inset 0 0 0 1px rgba(255, 212, 0, .12);
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-state {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1 / 3;
		align-items: center;
		justify-content: center;
		width: 27px;
		height: 27px;
		border: 1px solid rgba(255, 255, 255, .15);
		border-radius: 50%;
		color: rgba(255, 255, 255, .58);
		font-size: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active .ep-row-state {
		border-color: rgba(255, 212, 0, .52);
		background: rgba(255, 212, 0, .12);
		color: var(--tensor-yellow);
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.is-watched:not(.active) .ep-row-state {
		border-color: rgba(55, 180, 92, .32);
		background: rgba(55, 180, 92, .15);
		color: #55c875;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post .image {
		grid-column: 2;
		grid-row: 1 / 3;
		width: 67px !important;
		height: 45px !important;
		min-height: 45px !important;
		border-radius: 4px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-title {
		grid-column: 3;
		grid-row: 1;
		align-self: end;
		font-size: 8.5px !important;
		line-height: 1.22 !important;
		-webkit-line-clamp: 2;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-kicker {
		margin-right: 4px;
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active .post-title,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active .ep-name,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post.active .ep-kicker {
		color: var(--tensor-yellow) !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-cat {
		display: block !important;
		grid-column: 3;
		grid-row: 2;
		align-self: start;
		margin: 0 !important;
		color: rgba(255, 255, 255, .43) !important;
		font-size: 7.5px !important;
		line-height: 1.2;
		text-align: left !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-summary,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-stars,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .movyn-badge-new,
	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-watching {
		display: none !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-rating {
		display: inline-flex;
		grid-column: 4;
		grid-row: 1 / 3;
		align-items: center;
		gap: 3px;
		color: rgba(255, 255, 255, .82);
		font-size: 8.5px;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-rating i {
		color: var(--tensor-yellow);
		font-size: 8px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .ep-row-menu {
		display: inline-flex;
		grid-column: 5;
		grid-row: 1 / 3;
		justify-content: center;
		color: rgba(255, 255, 255, .66);
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-player .posts-list-episodes .post-episode {
		top: 4px !important;
		left: 4px !important;
		padding: 1px 3px !important;
		background: rgba(0, 0, 0, .72) !important;
		color: #fff !important;
		font-size: 7px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .section-content > .sc-top,
	body.tensor-mobile-v2.movyn-netflix-player .section-content > .posts-list {
		display: none !important;
	}
}

/* Overrides finais: vencem os recuos antigos carregados acima. */
@media (max-width: 768px) {
	body.tensor-mobile-v2.movyn-netflix-player #main-content {
		padding-top: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_wrapper,
	body.tensor-mobile-v2.movyn-netflix-player .msc_options_content,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc.mscomc_repro {
		margin-top: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-toggle,
	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-panel {
		width: calc(100% - 12px);
		margin-right: 6px !important;
		margin-left: 6px !important;
	}
}

@media (min-width: 769px) {
	body.tensor-mobile-v2.movyn-netflix-player #main-content {
		padding-top: 82px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .msc_options_wrapper,
	body.tensor-mobile-v2.movyn-netflix-player .msc_options_content,
	body.tensor-mobile-v2.movyn-netflix-player .mscomc.mscomc_repro {
		margin-top: 0 !important;
	}
}

/* ---------- COMENTÁRIOS V1.7.1: acionados junto às ações ---------- */
.tensor-comment-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 14px;
	padding: 4px;
	border-radius: 7px;
	background: rgba(255, 255, 255, .035);
}

.tensor-comment-methods button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: transparent;
	color: rgba(255, 255, 255, .58);
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.tensor-comment-methods button.is-active {
	border-color: rgba(255, 212, 0, .45);
	background: rgba(255, 212, 0, .1);
	color: #ffd400;
}

.tensor-comment-source[hidden] {
	display: none !important;
}

.tensor-guest-comment-note,
.tensor-facebook-note {
	margin: 0 0 13px;
	padding: 9px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .035);
	color: rgba(255, 255, 255, .58);
	font-size: 10px;
	line-height: 1.45;
}

.tensor-guest-comment-note i {
	margin-right: 5px;
	color: #ffd400;
}

.tensor-facebook-comments {
	min-height: 120px;
	padding: 12px;
	border-radius: 6px;
	background: #fff;
}

.tensor-facebook-comments .fb-comments,
.tensor-facebook-comments .fb-comments > span,
.tensor-facebook-comments iframe {
	width: 100% !important;
	max-width: 100% !important;
}

.tensor-facebook-note {
	margin: 10px 0 0;
	background: #f1f3f5;
	color: #59616b;
}

body.tensor-mobile-v2.movyn-netflix-player .tensor-community-panel {
	max-width: 900px;
	margin: -6px 0 22px !important;
}

@media (max-width: 768px) {
	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 5px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		gap: 4px;
		min-height: 40px;
		padding: 5px 3px !important;
		font-size: 7.5px !important;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-player .tensor-community-panel {
		order: 7;
		width: calc(100% - 12px);
		margin: -5px 6px 18px !important;
	}

	.tensor-comment-methods button {
		gap: 5px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 9px;
	}
}

@media (min-width: 769px) {
	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		max-width: 900px;
	}
}
/* Monetização segura: publicidade sempre separada de controles interativos. */
.movyn-ad-slot {
	position: relative;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	min-height: 100px;
	margin: 34px auto !important;
	padding: 24px 12px 12px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(255,255,255,.025);
	overflow: hidden;
	text-align: center;
}
.movyn-ad-slot .movyn-ad-label {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,.5);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.movyn-ad-slot .movyn-ad-inner {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: center;
}
.tensor-safe-ad {
	clear: both;
	margin: 30px 0;
}
.tensor-safe-ad + .tensor-episode-bridge,
.tensor-episode-actions + .tensor-safe-ad {
	margin-top: 34px;
}
@media (max-width: 768px) {
	.movyn-ad-slot {
		width: calc(100% - 28px);
		min-height: 90px;
		margin: 30px 14px !important;
	}
}

/* Conteúdo editorial criado pelo Tensor Studio. */
.tensor-editorial-section,
.tensor-content-notice {
	margin: 22px 0 0;
	padding: 18px;
	border: 1px solid #232834;
	border-radius: 12px;
	background: #10131a;
	color: #c7cad1;
}
.tensor-editorial-section h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
}
.tensor-editorial-section p,
.tensor-content-notice p {
	margin: 0;
	line-height: 1.65;
}
.tensor-content-notice {
	border-left: 3px solid #ffe100;
}
.tensor-content-notice strong {
	display: block;
	margin-bottom: 7px;
	color: #ffe100;
}

/* ========================================================================
 * TENSOR UI 1.11.0 — identidade do cabeçalho e refinamento série/episódio
 * ====================================================================== */
#main-header .tensor-wordmark {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: #ffd400 !important;
	font-family: Outfit, Inter, sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1;
	text-decoration: none !important;
}
#main-header .tensor-header-avatar {
	display: none;
}

@media (max-width: 768px) {
	body.tensor-mobile-v2 #main-header .container {
		gap: 8px;
	}

	body.tensor-mobile-v2 #main-header .mh-logo {
		max-width: none;
	}

	body.tensor-mobile-v2 #main-header .mh-logo .tensor-wordmark {
		min-height: 42px;
		font-size: 23px !important;
		font-weight: 800;
		letter-spacing: .01em;
	}

	body.tensor-mobile-v2 #main-header .tensor-header-avatar {
		order: 4;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin-left: 1px;
		overflow: hidden;
		border: 1px solid rgba(255,212,0,.62);
		border-radius: 50%;
		background: radial-gradient(circle at 50% 32%, #332a14, #0b0c10 70%);
		color: #ffd400 !important;
		font-family: Outfit, Inter, sans-serif;
		font-size: 15px;
		font-weight: 800;
		line-height: 1;
		text-decoration: none !important;
		box-shadow: 0 0 0 2px rgba(255,212,0,.04);
		flex: 0 0 32px;
	}

	body.tensor-mobile-v2 #main-header .tensor-header-avatar img {
		display: block;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		max-height: none !important;
		margin: 0 !important;
		object-fit: cover;
		object-position: center;
	}

	body.tensor-mobile-v2.single-series #main-header .tensor-header-avatar,
	body.tensor-mobile-v2.single-movies #main-header .tensor-header-avatar,
	body.tensor-mobile-v2.single-episodes #main-header .tensor-header-avatar {
		display: none !important;
	}

	body.tensor-mobile-v2.single-series .tensor-share-page,
	body.tensor-mobile-v2.single-movies .tensor-share-page,
	body.tensor-mobile-v2.single-episodes .tensor-share-page {
		margin-left: auto !important;
	}

	body.tensor-mobile-v2.single-series #main-header,
	body.tensor-mobile-v2.single-movies #main-header {
		background: linear-gradient(180deg, rgba(2,3,7,.96), rgba(2,3,7,.68), transparent) !important;
	}

	/* Série: informação compacta, tags ocupando o espaço e redes discretas. */
	body.tensor-mobile-v2.movyn-netflix-serie .msc_content {
		grid-template-columns: minmax(112px, 33%) minmax(0, 1fr);
		gap: 15px;
		padding-top: 8px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_section {
		display: flex;
		flex-direction: column;
		min-width: 0;
		padding-top: 4px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_title {
		margin-bottom: 7px !important;
		font-size: clamp(23px, 6.5vw, 31px) !important;
		font-weight: 750;
		line-height: 1.02;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_postmeta {
		gap: 7px;
		margin-bottom: 8px;
		font-size: 10px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description {
		max-height: 104px;
		margin-bottom: 9px;
		font-size: 10.5px;
		line-height: 1.48;
		-webkit-line-clamp: 7;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-series-actions {
		order: 0;
		gap: 8px;
		margin-top: 4px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-primary-action,
	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action {
		min-height: 40px;
		border-radius: 6px;
		font-size: 10.5px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories {
		width: 100%;
		margin: 9px 0 0;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul {
		display: flex !important;
		align-items: center;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-height: 27px;
		padding: 0 8px !important;
		border: 1px solid rgba(255,255,255,.13) !important;
		border-radius: 5px !important;
		background: rgba(255,255,255,.025) !important;
		color: rgba(255,255,255,.72) !important;
		font-size: 8.5px !important;
		font-weight: 650;
		letter-spacing: .035em;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none !important;
		white-space: nowrap;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a:hover,
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a:focus-visible {
		border-color: rgba(255,212,0,.5) !important;
		color: #ffd400 !important;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .tensor-series-credit--compact {
		width: 100%;
		margin-top: 9px;
	}

	body.tensor-mobile-v2.movyn-netflix-serie .msc_options_wrapper {
		margin-top: 24px !important;
	}

	/* Episódio: apenas voltar + compartilhar no topo; redes no final. */
	body.tensor-mobile-v2.movyn-netflix-player .tensor-follow-card--episode-footer {
		grid-column: 1 / -1;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		gap: 7px !important;
	}

	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions .movyn-btn-ghost {
		min-height: 43px;
		padding: 0 8px !important;
		font-size: 9px !important;
	}
}

@media (max-width: 420px) {
	body.tensor-mobile-v2.movyn-netflix-serie .msc_content {
		grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
		gap: 12px;
	}
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_description {
		max-height: 88px;
		font-size: 9.7px;
		-webkit-line-clamp: 6;
	}
	body.tensor-mobile-v2.movyn-netflix-serie .tensor-primary-action,
	body.tensor-mobile-v2.movyn-netflix-serie .tensor-list-action {
		min-height: 38px;
		padding: 0 7px;
		font-size: 9.5px;
	}
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a {
		min-height: 25px;
		padding: 0 7px !important;
		font-size: 8px !important;
	}
}

@media (min-width: 769px) {
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li {
		float: none;
		margin: 0;
	}
	body.tensor-mobile-v2.movyn-netflix-serie .mscc_categories ul li a {
		display: inline-flex;
		align-items: center;
		min-height: 34px;
		padding: 0 11px !important;
		border: 1px solid rgba(255,255,255,.13);
		border-radius: 6px;
		background: rgba(255,255,255,.025);
		color: rgba(255,255,255,.72) !important;
		font-size: 11px;
		font-weight: 650;
		text-transform: uppercase;
	}
	body.tensor-mobile-v2.movyn-netflix-player .movyn-ep-actions {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}
