/* Watch playtag — layout Oskurati flat + commenti distraction-free */

:root {
	--osk-watch-header-offset: calc(var(--osk-nav-h, 64px) + var(--osk-nav-gap, 14px));
	--osk-watch-edge-inset: clamp(16px, 1.6vw, 24px);
	--osk-watch-col-gap: clamp(32px, 3.5vw, 48px);
	--osk-watch-side-w: clamp(380px, 38vw, 480px);
	--osk-watch-flat-bg: #0c0c0e;
	--osk-watch-flat-surface: #121214;
	--osk-watch-flat-surface-2: #18181b;
	--osk-watch-flat-border: rgba(255, 255, 255, .07);
	--osk-watch-flat-border-strong: rgba(255, 255, 255, .11);
	--osk-watch-flat-text: rgba(255, 255, 255, .92);
	--osk-watch-flat-muted: rgba(255, 255, 255, .48);
}

/* Reset layout legacy PlayTube (padding-right 30% + sidebar fixed) */
@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page .tag_main_player,
	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page .tag_main_vid_details {
		padding-right: 0 !important;
		padding-left: 0 !important;
		max-width: 100%;
		box-sizing: border-box;
	}

	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page > .tag_watch_side,
	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page > .osk-watch-side {
		position: sticky !important;
		top: var(--osk-watch-header-offset) !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		width: 100% !important;
		max-width: var(--osk-watch-side-w);
		height: auto;
	}

	/* Mini-player sticky legacy disattivato — conflitto con griglia Oskurati */
	body[data-osk-page="watch"]:not(.theater) .sticky-container_sticky .sticky-container__video {
		display: none !important;
	}

	body[data-osk-page="watch"]:not(.theater).play_stick .tag_watch_side .tag_video_grid.top.related {
		aspect-ratio: auto;
	}
}

/* Desktop: griglia main + sidebar adiacenti nel contenitore centrato */
@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) var(--osk-watch-side-w);
		grid-template-rows: auto auto;
		align-items: start;
		gap: 0 var(--osk-watch-col-gap);
		max-width: min(1760px, 100%);
		margin-left: auto;
		margin-right: auto;
		padding-left: var(--osk-watch-edge-inset);
		padding-right: var(--osk-watch-edge-inset);
		box-sizing: border-box;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) > .tag_main_player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) > .tag_main_vid_details {
		grid-column: 1;
		min-width: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) > .tag_main_player {
		grid-row: 1;
		position: relative;
		top: auto;
		z-index: 32;
		align-self: start;
		background: transparent;
		padding-bottom: 0;
	}

	/* Player dockato: spostato nello slot sidebar (no position:fixed) */
	body.osk-watch-player-docked[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie) > .tag_main_vid_details {
		grid-row: 1;
		align-self: start;
	}

	body.osk-watch-player-docked[data-osk-page="watch"]:not(.theater) .osk-watch-player-home {
		display: none;
	}

	.osk-watch-player-home {
		grid-column: 1;
		grid-row: 1;
		height: 0;
		margin: 0;
		padding: 0;
		overflow: hidden;
		pointer-events: none;
	}

	.osk-watch-side__dock {
		flex-shrink: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: margin 0.2s ease;
	}

	.osk-watch-side__dock.is-active {
		height: auto;
		overflow: visible;
		margin-bottom: 10px;
	}

	.osk-watch-side__dock > .tag_main_player {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		top: auto;
		z-index: 2;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 12px 36px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .06);
	}

	.osk-watch-side__dock > .tag_main_player > .player-video {
		position: relative;
		width: 100%;
		border-radius: 12px;
		overflow: hidden;
	}

	.osk-watch-side__dock > .tag_main_player .embed-responsive,
	.osk-watch-side__dock > .tag_main_player .video-player,
	.osk-watch-side__dock > .tag_main_player .pt_vdo_plyr {
		width: 100% !important;
		max-width: 100% !important;
		aspect-ratio: 16 / 9;
		height: auto !important;
	}

	.osk-watch-side__dock > .tag_main_player video,
	.osk-watch-side__dock > .tag_main_player iframe {
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}

	body.osk-watch-player-docked[data-osk-page="watch"]:not(.theater) .osk-watch-side__section--next {
		border-top: 1px solid var(--osk-watch-flat-border);
		padding-top: 12px;
	}

	.osk-watch-dock-back {
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: 8;
		display: none;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: rgba(0, 0, 0, .62);
		backdrop-filter: blur(10px);
		color: #fff;
		cursor: pointer;
		opacity: 0;
		transition: opacity 0.18s ease, background 0.15s ease;
	}

	body.osk-watch-player-docked .osk-watch-dock-back {
		display: inline-flex;
		opacity: 1;
	}

	.osk-watch-dock-back:hover {
		background: rgba(0, 0, 0, .82);
	}

	.tag_main_player > .player-video:hover .osk-watch-dock-back,
	body.osk-watch-player-docked .tag_main_player > .player-video .osk-watch-dock-back {
		opacity: 1;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie) > .tag_main_vid_details {
		grid-row: 2;
		margin-top: 18px;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie) > .osk-watch-related-section {
		display: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) > .tag_watch_side,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie):not(.osk-watch-page--live) > .osk-watch-side {
		grid-column: 2;
		grid-row: 1 / -1;
		position: sticky !important;
		top: var(--osk-watch-header-offset) !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		width: 100% !important;
		max-width: var(--osk-watch-side-w);
		z-index: 24;
		display: flex;
		flex-direction: column;
		padding: 0;
		margin: 0;
		align-self: start;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page .tag_main_player .player-video,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page .tag_main_player .video-player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page .tag_main_player .embed-responsive {
		border-radius: 12px;
		overflow: hidden;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page .tag_main_player > .player-video {
		position: relative;
	}
}

@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-page {
		padding-left: 16px;
		padding-right: 16px;
		display: flex;
		flex-direction: column;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie) > .tag_main_player {
		position: sticky;
		top: var(--osk-mobile-top-h, 52px);
		z-index: 45;
		align-self: center;
		width: 100%;
		background: #000;
		display: flex;
		justify-content: center;
	}

	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player .player-video,
	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player .video-player,
	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player .embed-responsive,
	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player .pt_vdo_plyr {
		width: 100%;
		max-width: 100%;
		border: 0 !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page > .tag_main_player,
	body[data-osk-page="watch"] .osk-watch-page > .tag_main_vid_details {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body[data-osk-page="watch"] .tag_watch_side.osk-watch-side {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		max-width: none;
		margin-top: 12px;
		z-index: 1;
	}

	body[data-osk-page="watch"] .osk-watch-related-section {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-panel--info {
		order: 2;
	}

	body[data-osk-page="watch"] .osk-watch-panel--side {
		order: 3;
	}

	body[data-osk-page="watch"] .osk-watch-side__inner {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__section--comments {
		overflow: visible !important;
		max-height: none !important;
	}

	/* Vista mobile — tab Video/Commenti gestiti dalla barra fissa sotto */
	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready.osk-watch-mobile-tab-video .osk-watch-main-comments {
		display: none !important;
	}

	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready.osk-watch-mobile-tab-comments .osk-watch-info,
	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready.osk-watch-mobile-tab-comments .osk-watch-desc,
	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready.osk-watch-mobile-tab-comments .osk-watch-panel--side {
		display: none !important;
	}

	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready.osk-watch-mobile-tab-comments .osk-watch-main-comments {
		display: block !important;
		scroll-margin-top: calc(var(--osk-mobile-top-h, 52px) + 8px);
		padding-top: 4px;
	}

	body[data-osk-page="watch"] .osk-watch-reply-compose {
		display: none !important;
	}

	/* Mobile — prossimo video e altri video centrati */
	body[data-osk-page="watch"] .osk-watch-side__section--next,
	body[data-osk-page="watch"] .osk-watch-side__section--related {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-side__section--next .osk-watch-side__head,
	body[data-osk-page="watch"] .osk-watch-side__section--related .osk-watch-side__head {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 8px;
		width: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-side__next,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-list,
	body[data-osk-page="watch"] .osk-watch-side__section--related .related-videos {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card,
	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next,
	body[data-osk-page="watch"] .osk-watch-side__next .osk-watch-next-card--hero,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card {
		width: 100%;
		max-width: min(100%, 440px);
		margin-left: auto;
		margin-right: auto;
	}

	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__link,
	body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__link,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card .watch-rail-card__link {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
	}

	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__thumb,
	body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__thumb,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card .watch-rail-card__thumb {
		flex: none !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__body,
	body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__body,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card .watch-rail-card__body {
		width: 100%;
		text-align: center;
		align-items: center !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card__badge,
	body[data-osk-page="watch"] .osk-watch-next-card__badge,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card .watch-rail-card__badge,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-card .home-feed-reason-badge {
		align-self: center !important;
	}

	body[data-osk-page="watch"] .osk-watch-rel-load-wrap {
		text-align: center;
		width: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-action-bar {
		margin-bottom: 12px;
	}

	body[data-osk-page="watch"] .osk-watch-mobile-sticky {
		display: flex;
	}
}

/* === Sidebar destra (desktop: colonna fissa + scroll commenti) === */
@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-side__inner {
		display: flex;
		flex-direction: column;
		height: calc(100vh - var(--osk-watch-header-offset));
		max-height: calc(100vh - var(--osk-watch-header-offset));
		overflow-x: hidden;
		overflow-y: auto;
		padding: 14px 14px 16px !important;
		box-sizing: border-box;
	}

	body[data-osk-page="watch"].theater .osk-watch-side__inner {
		height: auto;
		max-height: none;
		overflow: visible;
		border-left: 0;
		padding-left: 0 !important;
	}
}

body[data-osk-page="watch"] .osk-watch-side__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
}

body[data-osk-page="watch"] .osk-watch-side__section {
	min-width: 0;
}

body[data-osk-page="watch"] .osk-watch-side__section--next {
	flex-shrink: 0;
	padding-bottom: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid var(--osk-watch-flat-border);
}

body[data-osk-page="watch"] .osk-watch-side__section--comments {
	flex: 1 1 auto;
	min-height: 120px;
	max-height: none;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	padding-top: 10px;
	padding-right: 2px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, .18) transparent;
}

@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-side__section--comments {
		flex: 1 1 0;
		min-height: 0;
		max-height: none;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-side__section--related {
		flex: 0 0 auto;
		max-height: min(36vh, 320px);
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 12px;
		margin-top: 8px;
		border-top: 1px solid var(--osk-watch-flat-border);
		scrollbar-width: thin;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-side__body {
		flex: 1;
		min-height: 0;
		display: flex;
		flex-direction: column;
	}
}

body[data-osk-page="watch"] .osk-watch-side__section--comments::-webkit-scrollbar {
	width: 5px;
}

body[data-osk-page="watch"] .osk-watch-side__section--comments::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .16);
	border-radius: 4px;
}

body[data-osk-page="watch"] .osk-watch-side__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

body[data-osk-page="watch"] .osk-watch-side__title {
	margin: 0;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: var(--osk-watch-flat-muted);
}

body[data-osk-page="watch"] .osk-watch-side__autoplay {
	font-size: .72rem;
	color: var(--osk-watch-flat-muted);
	white-space: nowrap;
}

body[data-osk-page="watch"] .osk-watch-side__autoplay .custom-control-label {
	padding-top: 2px;
	line-height: 1.2;
}

/* Prossimo — card hero verticale in sidebar */
body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__link,
body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__link {
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	padding: 0;
}

body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__thumb,
body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__thumb {
	flex: none;
	width: 100%;
	max-width: none;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body[data-osk-page="watch"] .osk-watch-next-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .28);
	color: #fff;
	opacity: 0;
	transition: opacity .18s ease;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero:hover .osk-watch-next-card__play {
	opacity: 1;
}

body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__body,
body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__body {
	padding: 0 2px 4px;
}

body[data-osk-page="watch"] .osk-watch-side__next .watch-rail-card--next .watch-rail-card__title,
body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__title {
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.3;
	-webkit-line-clamp: 2;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__badge {
	font-size: .62rem;
	letter-spacing: .08em;
	margin-bottom: 4px;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__meta {
	font-size: .76rem;
}

body[data-osk-page="watch"] .watch-rail-list--next {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/* Override legacy sticky comment box */
@media (min-width: 992px) {
	body[data-osk-page="watch"] .tag_vid_comment {
		position: static !important;
		background: transparent !important;
		top: auto !important;
	}

	body[data-osk-page="watch"] .tag_watch_side_tab {
		display: flex !important;
	}
}

@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-side__inner {
		border-left: 0;
		padding-left: 0 !important;
	}
}

/* Sidebar inner — reset legacy box + scroll senza scrollbar */
body[data-osk-page="watch"] .tag_watch_side_innr,
body[data-osk-page="watch"] .osk-watch-side__inner {
	background: transparent;
	border: 0;
	border-radius: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body[data-osk-page="watch"] .tag_watch_side_innr::-webkit-scrollbar,
body[data-osk-page="watch"] .osk-watch-side__inner::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
	background: transparent;
}

body[data-osk-page="watch"]:not(.theater) .tag_watch_side_innr,
body[data-osk-page="watch"]:not(.theater) .osk-watch-side__inner {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

body[data-osk-page="watch"] .tag_watch_side_tab {
	display: flex !important;
	gap: 4px;
	margin-bottom: 12px !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab .btn {
	font-size: .78rem;
	font-weight: 700;
	color: var(--osk-watch-flat-muted);
	padding: 6px 12px !important;
	border-bottom: 2px solid transparent !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab .btn.active {
	color: var(--osk-watch-flat-text);
	border-color: var(--main, #e60000) !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab:before {
	background: var(--osk-watch-flat-border) !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab + hr {
	display: none !important;
}

/* Rail consigliati */
.watch-rail-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.watch-rail-card {
	margin: 0;
}

.watch-rail-card__link {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 6px;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	transition: background .12s ease;
}

.watch-rail-card__link:hover {
	background: rgba(255, 255, 255, .05);
	text-decoration: none;
	color: inherit;
}

.watch-rail-card__thumb {
	position: relative;
	flex: 0 0 168px;
	width: 168px;
	max-width: 42%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
	background: var(--osk-watch-flat-bg);
}

.watch-rail-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.watch-rail-card__duration {
	position: absolute;
	right: 4px;
	bottom: 4px;
	padding: 1px 5px;
	border-radius: 4px;
	font-size: .62rem;
	font-weight: 700;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	line-height: 1.3;
}

.watch-rail-card__body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 2px;
}

.watch-rail-card__badge {
	display: inline-block;
	align-self: flex-start;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: .6rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #fff;
	background: rgba(230, 0, 0, .88);
}

.watch-rail-card__title {
	font-size: .82rem;
	font-weight: 600;
	line-height: 1.3;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.watch-rail-card__meta {
	font-size: .68rem;
	line-height: 1.35;
	color: var(--osk-watch-flat-muted);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.watch-rail-card__channel {
	font-size: .74rem;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, .7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.watch-rail-card__stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 2px;
}

.watch-rail-card__stat {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .86rem;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .01em;
	color: #e8eaf0;
}

.watch-rail-card__stat svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	opacity: 1;
	color: #fff;
}

.watch-rail-card__body .home-feed-reason-badge {
	margin-bottom: 2px;
	font-size: .6rem;
}

.watch-rail-card--next .watch-rail-card__thumb {
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
}

.watch-rail-card--next .watch-rail-card__link {
	flex-direction: column;
	padding: 0;
}

.watch-rail-card--next .watch-rail-card__body {
	padding: 8px 2px 0;
}

/* Consigliati — griglia Discovery */
body[data-osk-page="watch"] .tag_watch_rel_vids,
body[data-osk-page="watch"] .osk-watch-related-section {
	display: block !important;
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid var(--osk-watch-flat-border);
}

.osk-watch-rel-head-wrap {
	margin-bottom: 14px;
}

body[data-osk-page="watch"] .tag_watch_rel_vids .osk-watch-rel-head {
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 4px;
	color: var(--osk-watch-flat-text);
}

.osk-watch-rel-sub {
	font-size: .76rem;
	line-height: 1.45;
	color: var(--osk-watch-flat-muted);
	max-width: 52ch;
}

.osk-watch-rel-sub strong {
	color: rgba(255, 255, 255, .72);
	font-weight: 700;
}

.osk-watch-rel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
	margin: 0;
}

@media (min-width: 1200px) {
	.osk-watch-rel-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.osk-watch-rel-grid {
		grid-template-columns: 1fr;
	}
}

.osk-watch-grid-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	transition: transform .12s ease;
}

.osk-watch-grid-card__inner:hover {
	transform: translateY(-1px);
}

.osk-watch-grid-card__thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: var(--osk-watch-flat-bg);
	text-decoration: none;
}

.osk-watch-grid-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.osk-watch-grid-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, .28);
	opacity: 0;
	transition: opacity .12s ease;
}

.osk-watch-grid-card__thumb:hover .osk-watch-grid-card__play {
	opacity: 1;
}

.osk-watch-grid-card__duration {
	position: absolute;
	right: 6px;
	bottom: 6px;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: .64rem;
	font-weight: 700;
	background: rgba(0, 0, 0, .82);
	color: #fff;
	line-height: 1.25;
}

.osk-watch-grid-card__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 8px 2px 0;
	min-width: 0;
}

.osk-watch-grid-card__signals {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	min-height: 1.25rem;
}

.osk-watch-grid-card__signals .home-feed-reason-badge {
	font-size: .72rem;
}

.osk-watch-grid-card__signals .home-feed-reason-badge__icon,
.osk-watch-grid-card__signals .home-feed-reason-badge__icon svg {
	width: 15px;
	height: 15px;
}

.osk-watch-rel-score {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .58);
}

.osk-watch-rel-score--alta {
	background: rgba(230, 0, 0, .14);
	color: #ff8a8a;
}

.osk-watch-rel-score--buona {
	background: rgba(96, 165, 250, .12);
	color: #93c5fd;
}

.osk-watch-rel-score--media {
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .55);
}

.osk-watch-grid-card__title {
	margin: 0;
	font-size: .84rem;
	font-weight: 700;
	line-height: 1.35;
}

.osk-watch-grid-card__title a {
	color: var(--osk-watch-flat-text);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.osk-watch-grid-card__title a:hover {
	color: #fff;
}

.osk-watch-grid-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: .72rem;
	line-height: 1.35;
	color: var(--osk-watch-flat-muted);
}

.osk-watch-grid-card__channel {
	color: rgba(255, 255, 255, .62);
	font-weight: 600;
	text-decoration: none;
}

.osk-watch-grid-card__channel:hover {
	color: #fff;
	text-decoration: none;
}

.osk-watch-grid-card__stats {
	color: var(--osk-watch-flat-muted);
}

/* === Sidebar premium panel === */
@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-side__inner {
		background: linear-gradient(165deg, rgba(255, 255, 255, .045) 0%, rgba(255, 255, 255, .02) 48%, rgba(12, 12, 14, .2) 100%);
		border: 1px solid var(--osk-watch-flat-border);
		border-radius: 16px;
		padding: 14px 14px 16px !important;
		margin-left: 0;
		border-left: 1px solid var(--osk-watch-flat-border);
		box-shadow: 0 8px 32px rgba(0, 0, 0, .22);
		backdrop-filter: blur(8px);
	}
}

body[data-osk-page="watch"] .osk-watch-side__section--next {
	padding: 0 0 14px;
	margin-bottom: 6px;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero .osk-watch-next-card__link {
	padding: 0;
	border: 0;
	background: transparent;
}

body[data-osk-page="watch"] .osk-watch-next-card--hero:hover .osk-watch-next-card__thumb {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

body[data-osk-page="watch"] .osk-watch-comments-head {
	border-bottom-color: rgba(255, 255, 255, .06);
}

/* === Hero info video — layout C compatto === */
.osk-watch-info {
	margin-top: 0;
	padding: 0 0 4px;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.osk-watch-hero {
	margin: 0 0 14px;
}

.osk-watch-hero__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	width: 100%;
	font-size: .78rem;
	font-weight: 500;
	color: var(--osk-watch-flat-muted);
	margin-bottom: 10px;
	letter-spacing: .01em;
}

.osk-watch-hero__stats-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.osk-watch-hero__dot {
	opacity: .4;
	user-select: none;
}

/* Metriche hero — visualizzazioni e data */
.osk-watch-hero__metrics {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	width: 100%;
	margin: 0 0 14px;
}

.osk-watch-hero__metric {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--osk-watch-flat-muted);
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.2;
}

.osk-watch-hero__metric-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: rgba(255, 255, 255, .55);
}

.osk-watch-hero__metric-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.osk-watch-hero__metric-value {
	font-size: .92rem;
	font-weight: 700;
	color: rgba(255, 255, 255, .82);
	letter-spacing: -.01em;
}

.osk-watch-hero__metric-label {
	font-size: .78rem;
	font-weight: 600;
	color: var(--osk-watch-flat-muted);
	text-transform: lowercase;
}

.osk-watch-hero__metric--date .osk-watch-hero__metric-value {
	font-weight: 600;
	color: rgba(255, 255, 255, .88);
}

.osk-watch-hero__metric--expand {
	padding: 0;
	background: transparent;
	border: 0;
}

.osk-watch-hero__expand-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, .55);
	cursor: pointer;
	transition: color .12s ease;
}

.osk-watch-hero__expand-btn:hover {
	background: transparent;
	color: rgba(255, 255, 255, .88);
}

.osk-watch-hero__tags:not(:has(.osk-watch-meta-chip)) {
	display: none;
}

.osk-watch-hero__tags .osk-watch-meta-chips {
	margin: 8px 0 10px;
}

.osk-watch-hero__flags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.osk-watch-hero__flag {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .72);
	border: 1px solid rgba(255, 255, 255, .06);
}

.osk-watch-hero__flag--info {
	background: rgba(96, 165, 250, .1);
	color: #93c5fd;
	border-color: rgba(96, 165, 250, .2);
}

.osk-watch-hero__title {
	margin: 0 0 10px;
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.22;
	color: var(--osk-watch-flat-text);
}

.osk-watch-hero__verified {
	display: inline-flex;
	vertical-align: middle;
	margin-left: 6px;
	color: var(--main, #e60000);
}

.osk-watch-info .osk-watch-meta-chips,
.osk-watch-info .osk-watch-topics {
	margin-top: 4px;
	margin-bottom: 2px;
}

/* === Channel bar === */
.osk-watch-channel-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 0 12px;
	margin-bottom: 0;
	border-bottom: 1px solid var(--osk-watch-flat-border);
}

.osk-watch-channel-bar__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, .08);
}

.osk-watch-channel-bar__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.osk-watch-channel-bar__name {
	font-size: .92rem;
	font-weight: 700;
	color: var(--osk-watch-flat-text);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.osk-watch-channel-bar__name:hover {
	color: #fff;
	text-decoration: none;
}

.osk-watch-channel-bar__subs {
	font-size: .74rem;
	color: var(--osk-watch-flat-muted);
}

.osk-watch-channel-bar__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

/* Inline legacy → premium (migrato da content.html) */
.osk-watch-info .watch-top-row { align-items: center !important; row-gap: 12px; }
.osk-watch-info .watch-channel-left { flex: 1 1 auto; min-width: 0; }
.osk-watch-info .watch-channel-actions {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 8px;
	max-width: 100%;
}
.osk-watch-info .watch-channel-left .publisher-name { min-width: 0; overflow: hidden; }
.osk-watch-info .watch-channel-left .publisher-name .bold {
	font-size: .95rem; line-height: 1.25;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	display: block; max-width: 340px;
}
.osk-watch-info .watch-channel-left .publisher-name .text-muted.small { font-size: .78rem; }
.osk-watch-info .watch-channel-left img.rounded-circle { width: 44px !important; height: 44px !important; }
.osk-watch-info .publisher-subscribe-button .btn { line-height: 34px; }
.osk-watch-info .publisher-subscribe-button .prof_blck_btn {
	width: 36px; height: 36px; padding: 0 !important;
	display: inline-flex; align-items: center; justify-content: center;
}
.osk-watch-info .publisher-subscribe-button .prof_blck_btn svg { margin: 0 !important; width: 18px; height: 18px; }

.osk-watch-info .like-pill {
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--osk-watch-flat-border);
	border-radius: 999px;
	overflow: hidden;
}
.osk-watch-info .like-pill .like-btn {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 7px 16px !important;
	font-size: 90% !important;
	box-shadow: none !important;
	gap: 7px;
	transition: background .15s ease;
}
.osk-watch-info .like-pill .like-btn:hover { background: rgba(255, 255, 255, .08) !important; }
.osk-watch-info .like-pill-sep { width: 1px; height: 22px; background: rgba(255, 255, 255, .12); display: inline-block; }
.osk-watch-info .like-pill .likkes.active { color: var(--main, #e60000) !important; }
.osk-watch-info .like-pill .dislikkes.active { opacity: .8; }

.osk-watch-info .osk-watch-engagement-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 !important;
	padding-top: 12px;
	border-top: 1px solid var(--osk-watch-flat-border);
}
.osk-watch-info .watch-top-row__likes { flex: 0 0 auto; min-width: 0; }
.osk-watch-info .osk-watch-video-options {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 6px 8px !important;
	max-width: none !important;
	width: 100% !important;
	overflow: visible !important;
	white-space: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}
.osk-watch-info .osk-watch-video-options .dropdown { position: relative !important; }

@media (max-width: 767.98px) {
	.osk-watch-info {
		padding: 14px 14px 12px;
		border-radius: 14px;
	}
	.osk-watch-info .tag_video_title,
	.osk-watch-info .osk-watch-hero__title { font-size: 1.2rem !important; line-height: 1.3; }
}

@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-info .watch-top-row {
		flex-wrap: wrap !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		max-width: 100%;
		overflow: visible;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-channel-left {
		flex: 1 1 100%;
		min-width: 0;
		max-width: 100%;
		width: 100%;
		gap: 10px !important;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-channel-left .publisher-name {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-channel-left .publisher-name .bold {
		max-width: 100%;
		font-size: .92rem;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-channel-left img.rounded-circle {
		width: 40px !important;
		height: 40px !important;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-channel-actions {
		flex: 1 1 100%;
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
	}
	body[data-osk-page="watch"] .osk-watch-info .publisher-subscribe-button {
		flex-wrap: wrap;
		gap: 6px;
		max-width: 100%;
	}
	body[data-osk-page="watch"] .osk-watch-info .publisher-subscribe-button .btn {
		padding: 0 12px !important;
		font-size: .78rem !important;
		line-height: 32px !important;
		white-space: nowrap;
	}
	body[data-osk-page="watch"] .osk-watch-info .watch-top-row__likes {
		flex: 0 0 auto;
		width: auto;
	}
	body[data-osk-page="watch"] .osk-watch-info .like-pill .like-btn {
		padding: 6px 10px !important;
		font-size: .78rem !important;
		gap: 5px;
	}
	body[data-osk-page="watch"] .osk-watch-info .like-pill .like-btn svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 575.98px) {
	.osk-watch-info .tag_video_title,
	.osk-watch-info .osk-watch-hero__title { font-size: 1.08rem !important; }
	.osk-watch-info .like-pill .like-btn { padding: 6px 12px !important; font-size: 86% !important; }
}

/* Mobile — player sticky; sidebar scroll naturale */
@media (max-width: 991.98px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page:not(.tag_watch_movie) > .tag_main_player {
		position: sticky !important;
		top: var(--osk-mobile-top-h, 52px) !important;
		z-index: 45 !important;
	}

	body[data-osk-page="watch"]:not(:has(.osk-watch-page--live)) .tag_watch_side_innr,
	body[data-osk-page="watch"]:not(:has(.osk-watch-page--live)) .osk-watch-side__inner {
		overflow: visible !important;
		height: auto !important;
		max-height: none !important;
	}
}

/* === Engagement row === */
.osk-watch-engagement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.osk-watch-engagement__likes {
	flex: 0 0 auto;
}

.osk-watch-engagement__tools {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
}

body[data-osk-page="watch"] .osk-watch-engagement .like-pill {
	background: transparent;
	border: 0;
	border-radius: 0;
}

body[data-osk-page="watch"] .osk-watch-engagement .like-pill .like-btn {
	padding: 6px 10px !important;
	background: transparent !important;
}

body[data-osk-page="watch"] .osk-watch-tool-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, .78);
	font-size: .78rem;
	font-weight: 600;
	cursor: pointer;
	transition: color .12s ease, opacity .12s ease;
}

body[data-osk-page="watch"] .osk-watch-tool-btn:hover {
	background: transparent;
	color: #fff;
	opacity: .92;
}

body[data-osk-page="watch"] .osk-watch-engagement__tools .btn-share,
body[data-osk-page="watch"] .osk-watch-engagement__tools .btn,
body[data-osk-page="watch"] .osk-watch-engagement__tools .osk-watch-tool-btn,
body[data-osk-page="watch"] .osk-watch-video-options .btn-share,
body[data-osk-page="watch"] .osk-watch-video-options .btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: rgba(255, 255, 255, .78) !important;
	font-size: .82rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	white-space: nowrap;
}

body[data-osk-page="watch"] .osk-watch-engagement__tools .btn-share:hover,
body[data-osk-page="watch"] .osk-watch-engagement__tools .btn:hover,
body[data-osk-page="watch"] .osk-watch-engagement__tools .osk-watch-tool-btn:hover,
body[data-osk-page="watch"] .osk-watch-video-options .btn-share:hover,
body[data-osk-page="watch"] .osk-watch-video-options .btn:hover {
	background: transparent !important;
	border-color: transparent !important;
	color: #fff !important;
	opacity: .92;
}

/* Azioni video — flat, tutto visibile */
body[data-osk-page="watch"] .osk-watch-video-options {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px 10px !important;
	max-width: none !important;
	width: 100% !important;
	overflow: visible !important;
	white-space: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

body[data-osk-page="watch"] .osk-watch-video-options .dropdown {
	position: relative !important;
}

body[data-osk-page="watch"] .osk-watch-video-options .dropdown-menu {
	z-index: 40;
	min-width: 200px;
	border-radius: 12px;
	border: 1px solid var(--osk-watch-flat-border-strong);
	background: #18181b;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .45);
}

body[data-osk-page="watch"] .osk-watch-engagement-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body[data-osk-page="watch"] .osk-watch-engagement__tools.video-options {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	max-width: none !important;
	overflow: visible !important;
}

body[data-osk-page="watch"] .osk-watch-channel-bar__actions .btn {
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 700;
	padding: 0 16px;
	line-height: 36px;
}

body[data-osk-page="watch"] .osk-watch-channel-bar__actions .prof_blck_btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

/* === Action bar — layout C compatto === */
.osk-watch-action-bar {
	width: 100%;
	margin: 8px 0 0;
}

.osk-watch-action-bar__track {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	width: 100%;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}

.osk-watch-action-bar__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 0 1 auto;
	min-width: 0;
	padding: 8px 12px;
	border: 1px solid var(--osk-watch-flat-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: rgba(255, 255, 255, .78);
	font-size: .76rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background .12s ease, border-color .12s ease, color .12s ease;
	box-shadow: none;
}

.osk-watch-action-bar__btn svg {
	flex-shrink: 0;
	opacity: .88;
}

.osk-watch-action-bar__btn:hover {
	background: rgba(255, 255, 255, .07);
	border-color: var(--osk-watch-flat-border);
	color: #fff;
}

.osk-watch-action-bar__btn.is-active,
.osk-watch-action-bar__btn[aria-pressed="true"] {
	background: rgba(230, 0, 0, .12);
	border-color: rgba(230, 0, 0, .28);
	color: #fff;
}

.osk-watch-action-bar__btn--report {
	border-color: rgba(251, 113, 133, .22);
	color: #fda4af;
}

.osk-watch-action-bar__btn--report:hover {
	background: rgba(251, 113, 133, .12);
	border-color: rgba(251, 113, 133, .35);
	color: #fecdd3;
}

.osk-watch-action-bar__btn--report.is-active {
	background: rgba(251, 113, 133, .16);
	border-color: rgba(251, 113, 133, .4);
	color: #fff;
}

@media (max-width: 767.98px) {
	.osk-watch-action-bar__btn {
		min-width: calc(50% - 8px);
		flex: 1 1 calc(50% - 8px);
	}
	.osk-watch-action-bar__btn span {
		font-size: .74rem;
	}
}

/* === Meta chips categoria / argomento === */
.osk-watch-meta-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 10px 0 4px;
}

.osk-watch-meta-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 11px;
	border-radius: 999px;
	border: 1px solid var(--osk-watch-flat-border);
	text-decoration: none;
	color: inherit;
	font-size: .76rem;
	font-weight: 600;
	line-height: 1.25;
	transition: background .12s ease, border-color .12s ease;
}

.osk-watch-meta-chip--category {
	background: transparent;
	border-color: rgba(96, 165, 250, .35);
	color: #bfdbfe;
}

.osk-watch-meta-chip--category:hover {
	background: transparent;
	border-color: rgba(96, 165, 250, .55);
	color: #dbeafe;
	text-decoration: none;
}

.osk-watch-meta-chip--topic {
	background: transparent;
	border-color: var(--osk-watch-flat-border);
	color: rgba(255, 255, 255, .82);
}

.osk-watch-meta-chip--topic:hover {
	background: transparent;
	border-color: var(--osk-watch-flat-border-strong);
	color: #fff;
	text-decoration: none;
}

.osk-watch-meta-chip__icon {
	flex-shrink: 0;
	opacity: .85;
}

.osk-watch-meta-chip__hash {
	color: var(--main, #e60000);
	font-weight: 800;
}

.osk-watch-meta-chip__text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 18ch;
}

/* Azioni video — link testuali (legacy, nascosto) */
.osk-watch-actions {
	display: none;
}

/* Nascondi azioni duplicate nella strip quando c'è la toolbar — disattivato: menu ora nel pannello dedicato */
@media (min-width: 768px) {
	body[data-osk-page="watch"] .watch-actions-strip .video-options > .btn-share[data-target="#share_box"],
	body[data-osk-page="watch"] .watch-actions-strip .video-options > .btn-share[onclick*="PT_AddToList"] {
		display: inline-flex !important;
	}
}

@media (max-width: 767.98px) {
	.osk-watch-actions__sep {
		padding: 0 6px;
	}
	.osk-watch-actions__item {
		font-size: .76rem;
	}
}

/* === Commenti distraction-free flat === */
body[data-osk-page="watch"] .osk-watch-comments-zone {
	--osk-watch-compose-min: 44px;
}

body[data-osk-page="watch"] .osk-watch-comments-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--osk-watch-flat-border);
}

body[data-osk-page="watch"] .osk-watch-comments-head .title {
	font-size: .88rem;
	font-weight: 800;
	color: var(--osk-watch-flat-text);
	letter-spacing: -.01em;
}

body[data-osk-page="watch"] .osk-watch-sort-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid var(--osk-watch-flat-border);
	background: transparent;
	color: var(--osk-watch-flat-muted);
	font-size: .72rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: none;
}

body[data-osk-page="watch"] .osk-watch-sort-btn:hover {
	color: var(--osk-watch-flat-text);
	border-color: var(--osk-watch-flat-border-strong);
}

/* Compose — senza box/sfondo */
body[data-osk-page="watch"] .osk-watch-write-surface {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0 0 12px;
	margin-bottom: 12px;
	box-shadow: none;
}

body[data-osk-page="watch"] .tag_watch_side .osk-watch-comments-zone {
	background: transparent;
}

/* Compose con identità utente */
body[data-osk-page="watch"] .osk-watch-compose {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body[data-osk-page="watch"] .osk-watch-compose__identity {
	display: flex;
	align-items: center;
	gap: 10px;
}

body[data-osk-page="watch"] .osk-watch-compose__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

body[data-osk-page="watch"] .osk-watch-compose__who {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

body[data-osk-page="watch"] .osk-watch-compose__name {
	font-size: .86rem;
	font-weight: 700;
	color: var(--osk-watch-flat-text);
	line-height: 1.2;
}

body[data-osk-page="watch"] .osk-watch-compose__hint {
	font-size: .7rem;
	color: var(--osk-watch-flat-muted);
	line-height: 1.3;
}

body[data-osk-page="watch"] .osk-watch-compose__field {
	flex: 1;
	min-width: 0;
}

/* Compose — stato attivo dinamico */
body[data-osk-page="watch"] .osk-watch-compose {
	transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, padding .2s ease;
	border-radius: 12px;
	border: 1px solid transparent;
}

body[data-osk-page="watch"] .osk-watch-compose.is-active {
	background: rgba(255, 255, 255, .04);
	border-color: var(--osk-watch-flat-border);
	padding: 10px 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

body[data-osk-page="watch"] .osk-watch-compose__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 8px;
	opacity: 0;
	transform: translateY(4px);
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}

body[data-osk-page="watch"] .osk-watch-compose.is-active .osk-watch-compose__footer,
body[data-osk-page="watch"] .osk-watch-compose__footer.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

body[data-osk-page="watch"] .osk-watch-comment-box__input,
body[data-osk-page="watch"] .tag_watch_side .tag_vid_comment_text {
	width: 100%;
	min-height: var(--osk-watch-compose-min, 44px);
	max-height: 160px;
	padding: 10px 12px !important;
	border: 1px solid var(--osk-watch-flat-border) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, .04) !important;
	color: var(--osk-watch-flat-text) !important;
	font-size: .86rem;
	line-height: 1.45;
	resize: none;
	box-shadow: none !important;
	outline: none;
	transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

body[data-osk-page="watch"] .osk-watch-compose.is-active .osk-watch-comment-box__input,
body[data-osk-page="watch"] .osk-watch-compose.is-active .tag_vid_comment_text {
	border-color: rgba(230, 0, 0, .28) !important;
	background: rgba(255, 255, 255, .06) !important;
	box-shadow: 0 0 0 3px rgba(230, 0, 0, .08);
}

body[data-osk-page="watch"] .osk-watch-comment-box__input:focus,
body[data-osk-page="watch"] .tag_watch_side .tag_vid_comment_text:focus {
	border-color: rgba(230, 0, 0, .35) !important;
	background: rgba(255, 255, 255, .06) !important;
}

/* Lista commenti — hover e ingresso */
body[data-osk-page="watch"] .osk-watch-comments-list .main-comment {
	border-radius: 10px;
	padding: 8px 10px;
	margin: 0 -10px 6px;
	transition: background .15s ease;
}

body[data-osk-page="watch"] .osk-watch-comments-list .main-comment:hover {
	background: rgba(255, 255, 255, .04);
}

body[data-osk-page="watch"] .osk-watch-comments-list .main-comment.osk-comment-enter {
	animation: oskCommentEnter .35s ease;
}

@keyframes oskCommentEnter {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

body[data-osk-page="watch"] .osk-watch-compose__emoji {
	border: 0;
	background: transparent;
	color: var(--osk-watch-flat-muted);
	padding: 4px;
	cursor: pointer;
}

body[data-osk-page="watch"] .osk-watch-compose__publish {
	padding: 6px 14px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--main, #e60000);
	font-size: .8rem;
	font-weight: 800;
	cursor: pointer;
	transition: background .12s ease, color .12s ease;
	box-shadow: none;
}

body[data-osk-page="watch"] .osk-watch-compose__publish:hover {
	background: rgba(230, 0, 0, .1);
	color: #ff4d4d;
}

body[data-osk-page="watch"] .osk-watch-compose__publish:disabled {
	opacity: .5;
	cursor: wait;
}

body[data-osk-page="watch"] .osk-watch-comment-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

body[data-osk-page="watch"] .osk-watch-comment-box__avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

body[data-osk-page="watch"] .osk-watch-comment-box__field-wrap {
	flex: 1;
	min-width: 0;
}

body[data-osk-page="watch"] .osk-watch-comment-box__input::placeholder {
	color: rgba(255, 255, 255, .32);
}

body[data-osk-page="watch"] .osk-watch-comment-box__actions {
	display: none;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 8px;
}

body[data-osk-page="watch"] .osk-watch-comment-box__actions.is-visible {
	display: flex !important;
}

body[data-osk-page="watch"] .osk-watch-comment-box__emoji {
	border: 0;
	background: transparent;
	color: var(--osk-watch-flat-muted);
	padding: 4px;
	cursor: pointer;
}

body[data-osk-page="watch"] .osk-watch-comment-box__submit {
	padding: 7px 14px !important;
	border-radius: 999px !important;
	font-size: .76rem !important;
	font-weight: 800 !important;
	border: 0 !important;
	box-shadow: none !important;
}

body[data-osk-page="watch"] .osk-watch-comment-box__guest {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--osk-watch-flat-border);
	color: var(--osk-watch-flat-muted);
	text-decoration: none;
	text-align: left;
	font-size: .84rem;
}

body[data-osk-page="watch"] .osk-watch-comment-box__guest:hover {
	color: var(--osk-watch-flat-text);
	border-color: var(--osk-watch-flat-border-strong);
}

/* Lista commenti — flat, no bubble */
body[data-osk-page="watch"] .osk-watch-comment,
body[data-osk-page="watch"] .osk-watch-reply {
	padding: 12px 0;
	border-bottom: 1px solid var(--osk-watch-flat-border);
}

body[data-osk-page="watch"] .osk-watch-comment:last-child,
body[data-osk-page="watch"] .osk-watch-reply:last-child {
	border-bottom: 0;
}

body[data-osk-page="watch"] .osk-watch-comment .content,
body[data-osk-page="watch"] .osk-watch-reply .content {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

body[data-osk-page="watch"] .osk-watch-comment .content .bold a,
body[data-osk-page="watch"] .osk-watch-reply .content .bold a {
	font-size: .82rem;
	font-weight: 700;
	color: var(--osk-watch-flat-text) !important;
}

body[data-osk-page="watch"] .osk-watch-comment .comment-text,
body[data-osk-page="watch"] .osk-watch-reply .reply-text {
	font-size: .84rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, .78);
	margin-top: 4px;
}

body[data-osk-page="watch"] .osk-watch-comment .comment-text.active,
body[data-osk-page="watch"] .osk-watch-reply .reply-text.active {
	background: rgba(230, 0, 0, .08);
	border-radius: 6px;
	padding: 4px 6px;
}

body[data-osk-page="watch"] .osk-watch-comment__meta,
body[data-osk-page="watch"] .osk-watch-comment .content small.text-muted,
body[data-osk-page="watch"] .osk-watch-reply .content small.text-muted {
	font-size: .7rem;
	color: var(--osk-watch-flat-muted) !important;
}

body[data-osk-page="watch"] .osk-watch-comment__actions,
body[data-osk-page="watch"] .osk-watch-comment > .d-flex > .d-inline-flex > .flex-1 > .bold.small {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
	padding: 0 !important;
	font-size: .72rem;
	font-weight: 600;
	color: var(--osk-watch-flat-muted);
}

body[data-osk-page="watch"] .osk-watch-comment__actions span,
body[data-osk-page="watch"] .osk-watch-comment > .d-flex > .d-inline-flex > .flex-1 > .bold.small span {
	cursor: pointer;
	border: 0;
	background: transparent;
	padding: 0;
	color: inherit;
}

body[data-osk-page="watch"] .osk-watch-comment__actions span:hover,
body[data-osk-page="watch"] .osk-watch-comment > .d-flex > .d-inline-flex > .flex-1 > .bold.small span:hover {
	color: var(--osk-watch-flat-text);
}

body[data-osk-page="watch"] .osk-watch-comment__actions svg,
body[data-osk-page="watch"] .osk-watch-comment > .d-flex > .d-inline-flex > .flex-1 > .bold.small svg {
	width: 14px;
	height: 14px;
	opacity: .7;
}

body[data-osk-page="watch"] .osk-watch-comment .btn-light,
body[data-osk-page="watch"] .osk-watch-reply .btn-light {
	background: transparent !important;
	border: 0 !important;
	color: var(--osk-watch-flat-muted) !important;
	padding: 4px !important;
	opacity: .85;
}

body[data-osk-page="watch"] .osk-watch-comment img.rounded-circle,
body[data-osk-page="watch"] .osk-watch-reply img.rounded-circle {
	width: 32px !important;
	height: 32px !important;
}

body[data-osk-page="watch"] .osk-watch-reply-compose .form-control,
body[data-osk-page="watch"] .osk-watch-reply-compose textarea {
	border: 0 !important;
	border-bottom: 1px solid var(--osk-watch-flat-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--osk-watch-flat-text) !important;
	padding: 8px 0 !important;
	box-shadow: none !important;
}

body[data-osk-page="watch"] .osk-watch-reply-compose {
	margin-left: 42px;
}

body[data-osk-page="watch"] .pt-comment-replies {
	margin-left: 42px;
	padding-left: 0;
	border-left: 1px solid var(--osk-watch-flat-border);
}

body[data-osk-page="watch"] .comments-load {
	padding: 7px 16px !important;
	border-radius: 999px !important;
	font-size: .76rem !important;
	font-weight: 700 !important;
	border: 1px solid var(--osk-watch-flat-border) !important;
	background: transparent !important;
	color: var(--osk-watch-flat-text) !important;
	box-shadow: none !important;
}

body[data-osk-page="watch"] .comments-load:hover {
	background: rgba(255, 255, 255, .04) !important;
}

body[data-osk-page="watch"] .tag_vid_comment {
	position: static;
	background: transparent;
}

body[data-osk-page="watch"] .tag_watch_side h4.title {
	font-size: .88rem;
	font-weight: 800;
	color: var(--osk-watch-flat-text);
}

/* Dettagli video — tipografia pulita */
body[data-osk-page="watch"] .tag_video_title {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	letter-spacing: -.02em;
	line-height: 1.25;
}

body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-video-options {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-video-options:empty {
	display: none !important;
}

body[data-osk-page="watch"] .watch-video-description {
	color: rgba(255, 255, 255, .72);
	font-size: .88rem;
	line-height: 1.55;
}

/* Descrizione — pannello premium */
body[data-osk-page="watch"] .osk-watch-desc {
	margin: 20px 0 24px;
	padding: 16px 18px 14px;
	border-radius: 16px;
	background: linear-gradient(165deg, var(--osk-watch-flat-surface) 0%, rgba(18, 18, 20, .92) 100%);
	border: 1px solid var(--osk-watch-flat-border);
	box-shadow: 0 10px 32px rgba(0, 0, 0, .18);
}

body[data-osk-page="watch"] .osk-watch-desc.is-compact {
	padding: 12px 16px 10px;
}

body[data-osk-page="watch"] .osk-watch-desc.is-compact .osk-watch-desc__head {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

body[data-osk-page="watch"] .osk-watch-desc.is-compact .osk-watch-desc__text.watch-video-description {
	max-height: none;
	overflow: visible;
}

body[data-osk-page="watch"] .osk-watch-desc.is-compact .osk-watch-desc__text.watch-video-description::after {
	display: none;
}

body[data-osk-page="watch"] .osk-watch-desc.is-compact .osk-watch-desc__toggle {
	display: none;
}

body[data-osk-page="watch"] .osk-watch-desc__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--osk-watch-flat-border);
}

body[data-osk-page="watch"] .osk-watch-desc__title {
	margin: 0;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--osk-watch-flat-muted);
}

body[data-osk-page="watch"] .osk-watch-desc__body {
	position: relative;
}

body[data-osk-page="watch"] .osk-watch-desc__text.watch-video-description,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner.watch-video-description {
	position: relative;
	max-height: 5.2em;
	overflow: hidden;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: .9rem;
	line-height: 1.62;
	transition: max-height .28s ease;
}

body[data-osk-page="watch"] .osk-watch-desc__text.watch-video-description:not(.full_expand)::after,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner.watch-video-description:not(.full_expand)::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2em;
	background: linear-gradient(180deg, transparent, var(--osk-watch-flat-surface, #121214) 88%);
	pointer-events: none;
}

body[data-osk-page="watch"] .osk-watch-desc__text.watch-video-description.full_expand,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner.watch-video-description.full_expand {
	max-height: 200rem !important;
	overflow: visible !important;
}

body[data-osk-page="watch"] .osk-watch-desc__text.watch-video-description.full_expand::after,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner.watch-video-description.full_expand::after {
	display: none;
}

body[data-osk-page="watch"] .osk-watch-desc__text p,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner p {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
}

body[data-osk-page="watch"] .osk-watch-desc__text a,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner a {
	color: #93c5fd;
	text-decoration: none;
}

body[data-osk-page="watch"] .osk-watch-desc__text a:hover,
body[data-osk-page="watch"] .osk-watch-desc-flat__inner a:hover {
	text-decoration: underline;
}

body[data-osk-page="watch"] .osk-watch-desc__toggle,
body[data-osk-page="watch"] .osk-watch-desc-flat__toggle {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
	padding: 6px 12px;
	border: 1px solid var(--osk-watch-flat-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, .04);
	color: var(--osk-watch-flat-text);
	font-size: .78rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
	pointer-events: auto;
	touch-action: manipulation;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

body[data-osk-page="watch"] .osk-watch-desc__toggle:hover,
body[data-osk-page="watch"] .osk-watch-desc-flat__toggle:hover {
	background: rgba(255, 255, 255, .08);
	border-color: var(--osk-watch-flat-border-strong);
	color: #fff;
}

body[data-osk-page="watch"] .osk-watch-desc__toggle.is-expanded,
body[data-osk-page="watch"] .osk-watch-desc-flat__toggle.is-expanded {
	color: var(--main, #e60000);
	border-color: rgba(230, 0, 0, .28);
	background: rgba(230, 0, 0, .08);
}

/* Descrizione — flat legacy (upload studio) */
body[data-osk-page="watch"] .osk-watch-desc-flat {
	margin: 16px 0 20px;
	padding: 0;
	background: none;
	border: 0;
}

body[data-osk-page="watch"] .osk-watch-desc-flat__inner.watch-video-description {
	position: relative;
	max-height: 4.65em;
	overflow: hidden;
	margin: 0;
	transition: max-height .25s ease;
}

body[data-osk-page="watch"] .osk-watch-desc-flat__toggle {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--main, #e60000);
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: none;
}

@media (max-width: 767.98px) {
	body[data-osk-page="watch"] .osk-watch-desc {
		margin: 16px 0 20px;
		padding: 14px 14px 12px;
		border-radius: 14px;
	}
}

/* Composer commenti watch — trigger flat verso modale globale */
body[data-osk-page="watch"] .osk-watch-comment-compose {
	margin-bottom: 14px;
}

body[data-osk-page="watch"] .osk-nf-compose-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	box-shadow: none;
}

body[data-osk-page="watch"] .osk-nf-compose-bar:hover {
	background: transparent;
	opacity: .9;
}

body[data-osk-page="watch"] .osk-nf-compose-bar__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

body[data-osk-page="watch"] .osk-nf-compose-bar__placeholder {
	font-size: .88rem;
	color: rgba(255, 255, 255, .45);
}

body[data-osk-page="watch"] .osk-watch-comment-compose__guest {
	display: block;
	padding: 0;
	color: rgba(255, 255, 255, .55);
	font-size: .88rem;
	text-decoration: none;
}

body[data-osk-page="watch"] .osk-watch-comment-compose__guest:hover {
	color: #fff;
	text-decoration: underline;
}

/* Legacy desc box — neutralizzato se ancora presente */
body[data-osk-page="watch"] .osk-watch-desc-box {
	margin: 16px 0 20px;
	padding: 0;
	border: 0;
	background: none;
}

body[data-osk-page="watch"] .osk-watch-desc-box__inner.watch-video-description {
	position: relative;
	max-height: 4.65em;
	overflow: hidden;
	margin: 0;
}

body[data-osk-page="watch"] .osk-watch-desc-box__inner.watch-video-description:not(.full_expand)::after {
	background: linear-gradient(180deg, transparent, var(--body-bg, #0f0f0f));
}

body[data-osk-page="watch"] .osk-watch-desc-box__toggle {
	display: inline-flex;
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--main, #e60000);
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
}

/* Rimuovi stili composer messaggi legacy */
body[data-osk-page="watch"] .osk-watch-msg-composer {
	display: none !important;
}

body[data-osk-page="watch"] .like-pill .like-btn {
	border: 0;
	background: transparent;
	border-radius: 6px;
	padding: 4px 8px;
	color: rgba(255, 255, 255, .65);
	font-weight: 600;
}

body[data-osk-page="watch"] .like-pill .like-btn:hover {
	background: rgba(255, 255, 255, .05);
	color: #fff;
}

body[data-osk-page="watch"] .watch-actions-strip .video-options .btn {
	border: 0 !important;
	background: transparent !important;
	color: rgba(255, 255, 255, .6) !important;
	box-shadow: none !important;
}

/* ==========================================================================
   Legacy PlayTube watch — override definitivo (style.css non può più rompere il layout)
   ========================================================================== */
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page .tag_main_player,
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page .tag_main_vid_details,
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .tag_main_player,
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .tag_main_vid_details {
	padding-right: 0 !important;
	padding-left: 0 !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page > .tag_watch_side,
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-page > .osk-watch-side,
body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .tag_watch_side.osk-watch-side {
	position: sticky !important;
	top: var(--osk-watch-header-offset) !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	width: 100% !important;
	max-width: var(--osk-watch-side-w);
}

body[data-osk-page="watch"] .tag_watch_rel_vids,
body[data-osk-page="watch"] .osk-watch-related-section {
	display: block !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab {
	display: flex !important;
}

body[data-osk-page="watch"] .tag_watch_side_tab + hr {
	display: none !important;
}

body[data-osk-page="watch"] .tag_vid_comment {
	position: static !important;
	background: transparent !important;
	top: auto !important;
}

@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .tag_watch_side.position-fixed,
	body[data-osk-page="watch"]:not(.theater):not(.tag_watch_movie) .osk-watch-side.position-fixed {
		position: sticky !important;
	}

	body[data-osk-page="watch"]:not(.theater) .sticky-container_sticky .sticky-container__video {
		display: none !important;
		width: auto !important;
		position: static !important;
	}
}

@media (min-width: 1201px) {
	body[data-osk-page="watch"] .tag_watch_side_tab {
		display: flex !important;
	}

	body[data-osk-page="watch"] .tag_watch_side_tab + hr {
		display: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .sticky-container_sticky .sticky-container__video {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .tag_watch_rel_vids {
		display: block !important;
	}

	body[data-osk-page="watch"] .tag_watch_side,
	body[data-osk-page="watch"] .osk-watch-side {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100%;
	}
}

/* Live watch — stessa griglia v2 della watch video; sidebar = chat */
body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__section--next,
body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__section--related,
body[data-osk-page="watch"] .osk-watch-page--live .tag_watch_side_tab {
	display: none !important;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch {
	display: block;
	max-width: none;
	margin: 0;
	padding: 0;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch .osk-live-watch__player {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: none;
}

@media (min-width: 992px) {
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch,
	body[data-osk-page="watch"] .osk-watch-page--live > .tag_main_player > .player-video {
		height: 100% !important;
		width: 100% !important;
		max-height: 100% !important;
		min-height: 0 !important;
		display: block !important;
		border: 0 !important;
		box-shadow: none !important;
		background: #000;
		border-radius: 0 !important;
		position: relative !important;
		overflow: hidden !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch .osk-live-watch__player,
	body[data-osk-page="watch"] .osk-watch-page--live #osk-player-box {
		aspect-ratio: unset !important;
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
		min-height: 0 !important;
		border-radius: 0 !important;
		position: relative !important;
		overflow: hidden !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live .fluid_video_wrapper video {
		object-fit: contain !important;
		object-position: center center !important;
		width: 100% !important;
		height: 100% !important;
		background: #000 !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait > .tag_main_player {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #000 !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait > .tag_main_player > .player-video,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait #osk-live-watch,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait .osk-live-watch--in-watch,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait .osk-live-watch--in-watch .osk-live-watch__player,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait #osk-player-box {
		aspect-ratio: 16 / 9 !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: 100% !important;
		align-self: center;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-portrait .fluid_video_wrapper video {
		object-fit: contain !important;
		background: #000 !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-party="party_strip"] #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-party="party_strip"] .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-tv^="tv_pip"] #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-tv^="tv_pip"] .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-tv="tv_split"] #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live[data-stage-tv="tv_split"] .osk-live-watch__player video:not(.osk-live-alert__video) {
		object-fit: contain !important;
		background: #000 !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live > #osk-live-info-slot {
		display: none !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live > .osk-live-desk-bar {
		display: flex !important;
	}
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-hero__metric--live .osk-live-watch__live-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	background: #ff2d2d;
	color: #fff;
}

@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live > .osk-watch-side .osk-watch-side__inner {
		height: 100% !important;
		max-height: 100% !important;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-side__section--live-chat {
		flex: 1 1 auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__chat {
		flex: 1 1 auto;
		min-height: 0;
		height: 100% !important;
		max-height: 100% !important;
		position: relative !important;
		top: auto !important;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		overflow: hidden;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-chat__list {
		flex: 1 1 0%;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		overflow-anchor: none;
	}
}

@media (max-width: 991.98px) {
	/* Live watch mobile: player 16:9 agganciato in alto + chat riempie il resto */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-mobile-tabs,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch-mobile-tabs--hidden {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2.osk-watch-page--live:not(.tag_watch_movie) {
		--osk-live-mob-player-h: min(calc(100vw * 9 / 16), calc(100dvh - var(--osk-mobile-top-h, 52px) - var(--osk-mobile-bottom-total, 56px) - 200px));
		display: flex !important;
		flex-direction: column !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
		overflow: hidden !important;
		flex: 1 1 auto;
		position: relative !important;
	}

	/* Shell bloccata: no scroll pagina, chat fino alla bottom nav */
	body[data-osk-page="watch"].osk-mobile-shell.osk-live-watch-page,
	body[data-osk-page="watch"].osk-mobile-shell:has(.osk-watch-page--live) {
		overflow: hidden !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
	}

	body[data-osk-page="watch"].osk-mobile-shell.osk-live-watch-page .main-content,
	body[data-osk-page="watch"].osk-mobile-shell.osk-topnav-layout .main-content:has(.osk-watch-page--live) {
		margin-top: var(--osk-mobile-top-h, 52px) !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: calc(100dvh - var(--osk-mobile-top-h, 52px) - var(--osk-mobile-bottom-total, 56px)) !important;
		max-height: calc(100dvh - var(--osk-mobile-top-h, 52px) - var(--osk-mobile-bottom-total, 56px)) !important;
		overflow: hidden !important;
		box-sizing: border-box;
		display: flex !important;
		flex-direction: column !important;
	}

	/* Live watch mobile: niente player musica (disabilitato sulle dirette) */
	body[data-osk-page="watch"].osk-live-watch-page.oskurati-music-bar-visible .main-content,
	body[data-osk-page="watch"]:has(.osk-watch-page--live).oskurati-music-bar-visible .main-content {
		padding-bottom: 0 !important;
	}

	body[data-osk-page="watch"].osk-live-watch-page .oskurati-music-bar,
	body[data-osk-page="watch"]:has(.osk-watch-page--live) .oskurati-music-bar {
		display: none !important;
	}

	body[data-osk-page="watch"] #container_content:has(.osk-watch-page--live) {
		flex: 1 1 auto;
		min-height: 0;
		height: 100% !important;
		max-height: 100% !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
		display: flex !important;
		flex-direction: column !important;
	}

	body[data-osk-page="watch"].osk-live-watch-page .main-content,
	body[data-osk-page="watch"] .main-content:has(.osk-watch-page--live) {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body[data-osk-page="watch"].osk-live-watch-page .main-content > .container-fluid,
	body[data-osk-page="watch"] .main-content > .container-fluid:has(.osk-watch-page--live) {
		flex: 1 1 auto;
		min-height: 0;
		height: 100% !important;
		max-height: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
		max-width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-watch-page {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-top: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.pt-2,
	body[data-osk-page="watch"] .osk-watch-page--live.pb-5 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live:not(.tag_watch_movie) > .tag_main_player {
		order: 1;
		flex: 0 0 var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		width: 100% !important;
		max-width: 100% !important;
		height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		min-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		max-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		position: relative !important;
		top: 0 !important;
		align-self: stretch !important;
		margin: 0 !important;
		z-index: 5;
		background: #000;
		overflow: hidden;
		display: block !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live > .tag_main_player > .player-video {
		width: 100% !important;
		height: 100% !important;
		min-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		display: block !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch {
		width: 100% !important;
		height: 100% !important;
		min-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live #osk-player-box,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--in-watch .osk-live-watch__player {
		position: relative !important;
		width: 100% !important;
		height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		min-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		max-height: var(--osk-live-mob-player-h, calc(100vw * 9 / 16)) !important;
		aspect-ratio: unset !important;
		border-radius: 0 !important;
		overflow: hidden;
		background: #000;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--video .osk-live-watch__radio-visual,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch:not(.osk-live-watch--radio) .osk-live-watch__radio-visual {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__fluid-wrap,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__video-shell,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__fluid-wrap .video-player,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__fluid-wrap .pt_vdo_plyr {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live #my-video_live {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		-webkit-object-fit: contain !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		background: #000;
		z-index: 2;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__player .fluid_video_wrapper,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__player .fluid_video_wrapper video {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain !important;
		z-index: 2;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__player-loading,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__tap-play {
		z-index: 8;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__badges,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume {
		z-index: 9;
	}

	body[data-osk-page="watch"] .osk-watch-page--live > .osk-live-watch-mobile-info,
	body[data-osk-page="watch"] .osk-watch-page--live > .tag_main_vid_details,
	body[data-osk-page="watch"] .osk-watch-page--live > .osk-live-desk-bar {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live > #oskWatchSidebar,
	body[data-osk-page="watch"] .osk-watch-page--live > .osk-watch-side,
	body[data-osk-page="watch"] .osk-watch-page--live > .tag_watch_side {
		order: 2;
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: calc(var(--osk-mobile-top-h, 52px) + var(--osk-live-mob-player-h, calc(100vw * 9 / 16))) !important;
		bottom: 0 !important;
		flex: none !important;
		min-height: 200px !important;
		height: calc(100dvh - var(--osk-mobile-top-h, 52px) - var(--osk-live-mob-player-h, calc(100vw * 9 / 16))) !important;
		max-height: none !important;
		display: flex !important;
		flex-direction: column;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		z-index: 21 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__dock {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__inner,
	body[data-osk-page="watch"] .osk-watch-page--live .tag_watch_side_innr {
		flex: 1 1 auto;
		min-height: 0;
		height: 100% !important;
		max-height: none !important;
		overflow: hidden !important;
		display: flex;
		flex-direction: column;
		padding: 0 0 var(--osk-mobile-bottom-total, 56px) !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent;
		box-sizing: border-box !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__section--live-chat {
		display: contents !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden;
		height: 100% !important;
		width: 100% !important;
		max-height: none !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: transparent;
		position: relative !important;
		top: auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head--watch {
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 0;
		flex-wrap: nowrap;
		padding: 8px 10px;
		gap: 6px;
		min-height: 42px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-live {
		display: flex !important;
		align-items: center;
		gap: 6px;
		min-width: 0;
		flex: 1 1 auto;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-live .osk-live-watch__live-badge {
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 9px;
		padding: 3px 6px;
		letter-spacing: 0.04em;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-viewers {
		font-size: 11px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.78);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		min-width: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-title {
		display: none;
		flex: 1 1 auto;
		min-width: 0;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: -0.02em;
		color: #fff;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-info {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		margin-left: auto;
		flex: 0 0 auto;
		border: 0;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.02em;
		padding: 7px 12px;
		line-height: 1;
		cursor: pointer;
		white-space: nowrap;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-close {
		display: none;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		width: 36px;
		height: 36px;
		margin: 0 0 0 auto;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 22px;
		line-height: 1;
		cursor: pointer;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head--watch {
		padding: 10px 12px;
		min-height: 48px;
		border-bottom: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-live,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-end,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-members,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__mod-open,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-info,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-info[hidden] {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-title {
		display: flex !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__head-close:not([hidden]) {
		display: inline-flex !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__list,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__composer,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__login,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-chat__hint {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel {
		display: none;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 4px 16px 22px;
		background: transparent;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-info .osk-live-watch__info-panel {
		display: block !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-live-watch-mobile-info,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .tag_watch_details,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__live-cluster,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__aud-cluster,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__dur,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__meta {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__badges {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__modbar {
		flex: 1 1 100%;
		justify-content: flex-end;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head--watch > .osk-live-chat__modbar {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__mod-open:not([hidden]) {
		display: inline-flex !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__list {
		flex: 1 1 0%;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		overflow-anchor: none;
	}

	/* Radio watch mobile: player compatto con copertina + ascolto (no box video 16:9 vuoto) */
	body[data-osk-page="watch"] .osk-watch-page--live:has(.osk-live-watch--radio) {
		--osk-live-mob-player-h: min(72vw, 300px);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__fluid-wrap,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__video-shell,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio #my-video_live {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio #osk-player-box {
		display: flex !important;
		align-items: stretch;
		justify-content: center;
		background: linear-gradient(180deg, #121218 0%, #08080c 100%);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__radio-visual {
		display: flex !important;
		position: relative !important;
		inset: auto !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 14px 16px 12px;
		box-sizing: border-box;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__radio-disc {
		width: 96px !important;
		height: 96px !important;
		flex-shrink: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__radio-np {
		max-width: 100%;
		text-align: center;
		font-size: 13px;
		line-height: 1.35;
		padding: 0 8px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__radio-listen {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch--radio .osk-live-watch__volume {
		top: 10px;
		right: 10px;
		bottom: auto;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__composer {
		flex: 0 0 auto;
		margin-top: auto;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form {
		flex: 0 0 auto;
		margin-top: 0;
		margin-bottom: 0 !important;
		padding: 8px 10px 10px !important;
		border: 0 !important;
		border-bottom: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body[data-osk-page="watch"]:has(.osk-watch-page--live) #pwa-install-banner {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__login {
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready .main-content:has(.osk-watch-page--live),
	body[data-osk-page="watch"].osk-live-watch-page.osk-watch-mobile-tabs-ready .main-content {
		padding-bottom: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume--mob {
		gap: 0;
		padding: 0;
		background: transparent;
		backdrop-filter: none;
		transition: opacity 0.28s ease, transform 0.28s ease;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume--mob .osk-live-watch__vol-slider {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume--mob .osk-live-watch__vol-btn {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.58);
		backdrop-filter: blur(6px);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume--mob.osk-live-watch__volume--mob-hidden {
		opacity: 0;
		pointer-events: none;
		transform: scale(0.92);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__volume--mob.osk-live-watch__volume--mob-visible {
		opacity: 1;
		pointer-events: auto;
		transform: scale(1);
	}
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head--watch {
	padding: 8px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: transparent;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-members {
	display: none;
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-end {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-host,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-viewers-ico,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-viewers-n {
	display: none;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-title {
	display: none;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	font-size: 16px;
	color: #fff;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__chip {
	font-size: 10px;
	padding: 3px 8px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__chip:hover {
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__chip--danger:hover {
	border-color: rgba(255, 80, 80, 0.4);
	color: #ff8a8a;
}

body[data-osk-page="watch"] .osk-watch-page--live .tag_watch_side_innr,
body[data-osk-page="watch"] .osk-watch-page--live .osk-watch-side__inner {
	overflow: hidden !important;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__list {
	flex: 1 1 0%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 6px 0 8px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	overflow-anchor: none;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__list::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg {
	padding: 3px 12px;
	border-radius: 0;
	background: transparent;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg:hover {
	background: rgba(255, 255, 255, 0.035);
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--mention,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--cp {
	background: rgba(139, 92, 246, 0.16) !important;
	box-shadow: inset 3px 0 0 #a78bfa, 0 0 16px rgba(139, 92, 246, 0.22);
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__cp-ico {
	color: #ffd27a;
	margin-right: 4px;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--system {
	background: transparent;
	border-radius: 0;
	padding: 6px 12px;
	text-align: left;
	justify-content: flex-start;
	color: #e8eaf0;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 700;
	font-family: inherit;
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--system a.osk-live-chat__sys-link,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--system a.osk-live-chat__link,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__text a.osk-live-chat__link {
	color: #7dd3fc;
	font-weight: 800;
	text-decoration: underline;
	pointer-events: auto;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__composer {
	flex: 0 0 auto;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__dock {
	border: 0;
	border-top: 0;
	background: transparent;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: center;
	gap: 0;
	width: 100%;
	padding: 12px 14px 16px;
	border: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	background: transparent;
	position: relative;
	z-index: 4;
	pointer-events: auto !important;
	box-sizing: border-box;
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form input,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form button {
	pointer-events: auto !important;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__field {
	display: flex;
	align-items: center;
	gap: 2px;
	width: 100%;
	max-width: none;
	min-height: 56px;
	padding: 6px 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 0;
	border-radius: 16px;
	box-shadow: none;
	box-sizing: border-box;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__field:focus-within {
	background: rgba(255, 255, 255, 0.07);
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form input {
	flex: 1;
	min-width: 0;
	height: 44px;
	margin: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 10px 0 6px;
	font-size: 14px;
	color: #fff;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form input:focus {
	outline: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form input::placeholder {
	color: rgba(255, 255, 255, 0.38);
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tool,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__send {
	width: 36px;
	height: 36px;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.48);
	border-radius: 8px;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tool--gif {
	width: auto;
	min-width: 28px;
	padding: 0 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
}
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tool--cp {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: auto;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	gap: 4px;
	color: #ffd27a;
	white-space: nowrap;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tool:hover,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tool.is-active,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__send:hover {
	color: #fff;
	background: transparent !important;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__send {
	color: rgba(255, 255, 255, 0.42);
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__send:hover {
	color: #ff6b6b;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__form .osk-btn-premium {
	display: none;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__login {
	padding: 10px 12px 12px;
	border: 0;
	border-top: 0;
	text-align: left;
	font-size: 13px;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint {
	padding: 8px 12px 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	border: 0;
}

/* === Mobile tabs + sticky actions === */
.osk-watch-mobile-tabs {
	display: none;
	position: sticky;
	top: calc(var(--osk-watch-header-offset, 56px) - 1px);
	z-index: 28;
	gap: 6px;
	margin: 0 -16px 10px;
	padding: 8px 16px 10px;
	background: linear-gradient(180deg, rgba(12, 12, 14, 0.98) 0%, rgba(12, 12, 14, 0.92) 100%);
	border-bottom: 1px solid var(--osk-watch-flat-border);
	overflow-x: auto;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.osk-watch-mobile-tabs::-webkit-scrollbar {
	display: none;
}

.osk-watch-mobile-tabs__btn {
	flex: 1 0 auto;
	min-width: max(72px, 22%);
	padding: 8px 12px;
	border: 1px solid var(--osk-watch-flat-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--osk-watch-flat-muted);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.osk-watch-mobile-tabs__btn.is-active,
.osk-watch-mobile-tabs__btn[aria-selected="true"] {
	background: rgba(230, 0, 0, 0.12);
	border-color: rgba(230, 0, 0, 0.32);
	color: #fff;
}

.osk-watch-mobile-sticky {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(var(--osk-mobile-bottom-total, 56px) + 10px);
	z-index: 1040;
	align-items: stretch;
	justify-content: space-between;
	gap: 8px;
	padding: 8px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(18, 18, 20, 0.94);
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.42);
}

.osk-watch-mobile-sticky__btn {
	flex: 1 1 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 52px;
	padding: 6px 8px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.68rem;
	font-weight: 700;
	cursor: pointer;
}

.osk-watch-mobile-sticky__btn svg {
	opacity: 0.9;
}

.osk-watch-mobile-sticky__icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.osk-watch-mobile-sticky__badge {
	position: absolute;
	top: -5px;
	right: -9px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--main, #e60000);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 17px;
	text-align: center;
	box-shadow: 0 0 0 2px rgba(18, 18, 20, 0.94);
	pointer-events: none;
}

.osk-watch-mobile-sticky__badge[hidden] {
	display: none !important;
}

.osk-watch-mobile-sticky__btn[data-watch-action="video"].is-active,
.osk-watch-mobile-sticky__btn[data-watch-action="comments"].is-active {
	background: rgba(230, 0, 0, 0.14);
	color: #fff;
}

.osk-watch-mobile-sticky__btn:active {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.osk-watch-rel-grid.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.osk-watch-rel-skeleton {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.osk-watch-rel-skeleton__card {
	aspect-ratio: 16 / 11;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 100%);
	background-size: 200% 100%;
	animation: oskWatchSkeleton 1.2s ease-in-out infinite;
}

@keyframes oskWatchSkeleton {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

@media (min-width: 992px) {
	.osk-watch-mobile-tabs,
	.osk-watch-mobile-sticky {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	body[data-osk-page="watch"] #oskHomeNavWrap,
	body[data-osk-page="watch"] #oskHomeNav {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-action-bar__track {
		display: none;
	}

	body[data-osk-page="watch"] .osk-watch-action-bar {
		margin: 0;
		min-height: 0;
	}

	body[data-osk-page="watch"].osk-watch-mobile-tabs-ready:not(.osk-live-watch-page) .main-content:not(:has(.osk-watch-page--live)) {
		padding-bottom: calc(var(--osk-mobile-bottom-total, 56px) + 78px) !important;
	}
}

@media (max-width: 575.98px) {
	.osk-watch-rel-skeleton {
		grid-template-columns: 1fr;
	}
}

/* ===================================================================
   WATCH v2 — redesign visivo netto (commenti sotto, rail destra)
   =================================================================== */
.osk-watch-page--v2 {
	--osk-watch-side-w: 340px;
	--osk-watch-v2-accent: var(--main, #e60000);
}

.osk-watch-page--v2:not(.osk-watch-page--live) {
	--osk-watch-side-w: clamp(352px, 28vw, 392px);
}

@media (min-width: 992px) {
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2:not(.tag_watch_movie) {
		grid-template-columns: minmax(0, 1fr) var(--osk-watch-side-w);
		gap: 0 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2:not(.osk-watch-page--live) > .tag_main_player .player-video,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2:not(.osk-watch-page--live) > .tag_main_player .embed-responsive,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2:not(.osk-watch-page--live) > .tag_main_player .video-player {
		border-radius: 20px !important;
		box-shadow: 0 24px 64px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .08);
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .tag_main_player .player-video,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .tag_main_player .embed-responsive,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .tag_main_player .video-player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .tag_main_player .osk-live-watch__player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live #osk-player-box {
		box-shadow: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2 > .osk-watch-side .osk-watch-side__inner {
		background: linear-gradient(180deg, #161618 0%, #101012 100%);
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 18px;
		padding: 14px !important;
		height: calc(100vh - var(--osk-watch-header-offset) - 12px);
		max-height: calc(100vh - var(--osk-watch-header-offset) - 12px);
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: none;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2 .osk-watch-side__section--comments {
		display: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2 .osk-watch-side__body {
		flex: none;
		min-height: 0;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2 .osk-watch-side__section--related {
		max-height: none;
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

/* Hero — titolo grande, meta sotto */
.osk-watch-page--v2 .osk-watch-hero {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 0;
}

.osk-watch-page--v2 .osk-watch-hero__metrics {
	margin: 0 0 16px;
	gap: 10px 20px;
}

.osk-watch-page--v2 .osk-watch-hero__title {
	font-size: clamp(1.35rem, 2.2vw, 1.85rem) !important;
	font-weight: 800 !important;
	line-height: 1.22 !important;
	letter-spacing: -.02em;
	margin: 0 0 8px !important;
}

.osk-watch-page--v2 .osk-watch-hero__tags {
	margin-bottom: 16px;
}

.osk-watch-page--v2 .osk-watch-hero__tags .osk-watch-meta-chips {
	margin: 10px 0 0;
	gap: 10px;
}

.osk-watch-page--v2 .osk-watch-hero__flags {
	margin-bottom: 16px;
}

.osk-watch-page--v2 .osk-watch-hero__tags .osk-watch-meta-chip {
	padding: 7px 14px;
	font-size: .82rem;
	border-radius: 999px;
	background: transparent !important;
}

.osk-watch-page--v2 .osk-watch-hero__metric {
	padding: 0;
	font-size: .9rem;
	background: transparent;
	border: 0;
}

.osk-watch-page--v2 .osk-watch-hero__metric-value {
	font-size: .92rem;
}

.osk-watch-page--v2 .osk-watch-hero__metric--views .osk-watch-hero__metric-icon {
	color: rgba(230, 0, 0, .75);
}

.osk-watch-page--v2 .osk-watch-hero__metric--date .osk-watch-hero__metric-icon {
	color: rgba(96, 165, 250, .85);
}

.osk-watch-page--v2 .osk-watch-info {
	padding: 16px 0 0;
}

/* Una sola riga azioni */
.osk-watch-page--v2 .osk-watch-engagement-block {
	border-top: 0;
	margin-top: 28px;
	padding-top: 0;
	gap: 10px;
}

.osk-watch-page--v2 .osk-watch-video-options > .btn-share[data-target="#share_box"] {
	display: none !important;
}

.osk-watch-page--v2 .watch-top-row {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.osk-watch-page--v2 .osk-watch-action-bar__track {
	padding: 0;
	gap: 8px;
}

.osk-watch-page--v2 .osk-watch-action-bar__btn {
	background: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .08);
}

/* Descrizione compatta */
.osk-watch-page--v2 .osk-watch-desc {
	margin-top: 16px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--osk-watch-flat-border);
	border-radius: 14px;
}

.osk-watch-page--v2 .osk-watch-desc__title {
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--osk-watch-flat-muted);
	margin-bottom: 8px;
}

/* COMMENTI — colonna sinistra, impossibile da non vedere */
.osk-watch-page--v2 .osk-watch-main-comments {
	margin-top: 24px;
	padding: 20px 22px;
	background: linear-gradient(165deg, #161618 0%, #121214 100%);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 18px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, .35);
}

.osk-watch-page--v2 .osk-watch-main-comments__title {
	margin: 0 0 16px;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--osk-watch-flat-text);
	padding-bottom: 12px;
	border-bottom: 2px solid var(--osk-watch-v2-accent);
	display: inline-block;
	min-width: 120px;
}

/* Sidebar — prossimo compatto orizzontale, lista sotto */
.osk-watch-page--v2 .osk-watch-side__title {
	font-size: .7rem;
	letter-spacing: .1em;
	color: rgba(255, 255, 255, .55);
}

.osk-watch-page--v2 .osk-watch-side__section--next {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	padding-bottom: 14px;
	margin-bottom: 12px;
}

@media (min-width: 992px) {
	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-side .watch-rail-card .watch-rail-card__link,
	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-next-card--hero .osk-watch-next-card__link {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 6px !important;
		padding: 0 !important;
	}

	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-side .watch-rail-card .watch-rail-card__thumb,
	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-next-card--hero .osk-watch-next-card__thumb {
		flex: none !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		aspect-ratio: 16 / 9 !important;
		max-height: 138px !important;
		border-radius: 10px !important;
	}

	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-side .watch-rail-card--next .watch-rail-card__thumb,
	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-next-card--hero .osk-watch-next-card__thumb {
		max-height: 158px !important;
	}

	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-side .watch-rail-card .watch-rail-card__body,
	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-next-card--hero .osk-watch-next-card__body {
		padding: 0 2px 4px !important;
		align-items: flex-start !important;
		gap: 3px !important;
	}

	.osk-watch-page--v2:not(.osk-watch-page--live) .osk-watch-side .watch-rail-card__title {
		font-size: .82rem;
		-webkit-line-clamp: 2;
	}
}

/* Tab mobile v2 — pill grandi */
.osk-watch-page--v2 .osk-watch-mobile-tabs {
	margin: 12px 0 16px;
	padding: 4px;
	background: rgba(255, 255, 255, .06);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, .08);
}

.osk-watch-page--v2 .osk-watch-mobile-tabs__btn {
	flex: 1;
	padding: 12px 16px;
	font-size: .88rem;
	font-weight: 700;
	border-radius: 10px;
}

.osk-watch-page--v2 .osk-watch-mobile-tabs__btn.is-active {
	background: var(--osk-watch-v2-accent);
	color: #fff;
	box-shadow: 0 4px 16px rgba(230, 0, 0, .35);
}

@media (min-width: 992px) {
	.osk-watch-page--v2 .osk-watch-mobile-tabs {
		display: none !important;
	}
}

/* Mobile — rail sidebar: forza centratura Prossimo + Altri video (ultima parola CSS) */
@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-side,
	body[data-osk-page="watch"] .osk-watch-side__inner,
	body[data-osk-page="watch"] .osk-watch-side__body {
		text-align: center;
	}

	body[data-osk-page="watch"] .osk-watch-side__section--next,
	body[data-osk-page="watch"] .osk-watch-side__section--related {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
		text-align: center !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__head {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__autoplay.custom-control {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding-left: 0 !important;
		margin: 0 auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-side__next,
	body[data-osk-page="watch"] .watch-rail-list--next,
	body[data-osk-page="watch"] #next-video,
	body[data-osk-page="watch"] #oskWatchSidebarRelated,
	body[data-osk-page="watch"] .osk-watch-side__section--related .watch-rail-list,
	body[data-osk-page="watch"] .osk-watch-side__section--related .related-videos {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card,
	body[data-osk-page="watch"] .osk-watch-side .related-video-wrapper {
		width: 100% !important;
		max-width: min(100%, 460px) !important;
		margin-inline: auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__link {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		text-align: center !important;
		width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__thumb {
		flex: none !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__body {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__badge,
	body[data-osk-page="watch"] .osk-watch-side .home-feed-reason-badge {
		align-self: center !important;
	}

	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__title,
	body[data-osk-page="watch"] .osk-watch-side .watch-rail-card__meta {
		text-align: center !important;
		width: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-rel-load-wrap {
		text-align: center !important;
		width: 100% !important;
	}
}

/* Watch — niente Audio Mode sulla pagina video */
body[data-osk-page="watch"] .watch-audio-mode-slot,
body[data-osk-page="watch"] .oskurati-audio-mode-btn {
	display: none !important;
}

/* Live watch v2 — override sidebar full-viewport (fix layout senza refresh) */
.osk-watch-page--v2.osk-watch-page--live {
	--osk-watch-side-w: 400px;
}

@media (min-width: 992px) {
	body.osk-topnav-layout[data-osk-page="watch"] .main-content:has(.osk-watch-page--live),
	body.osk-topnav-layout.osk-live-watch-page .main-content {
		margin-top: var(--osk-nav-h, 64px) !important;
		height: calc(100dvh - var(--osk-nav-h, 64px)) !important;
		max-height: calc(100dvh - var(--osk-nav-h, 64px)) !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live:not(.tag_watch_movie) {
		position: fixed !important;
		top: var(--osk-nav-h, 64px) !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) var(--osk-live-chat-w, 400px) !important;
		grid-template-rows: minmax(0, 1fr) var(--osk-live-desk-bar-h, 56px) !important;
		align-items: stretch !important;
		justify-items: stretch !important;
		gap: 0 !important;
		max-width: none !important;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
		overflow: hidden !important;
		z-index: 30 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live:not(.tag_watch_movie) > .tag_main_player {
		grid-column: 1 !important;
		grid-row: 1 !important;
		align-self: stretch !important;
		position: relative !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
		background: #000 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .osk-live-desk-bar {
		grid-column: 1 !important;
		grid-row: 2 !important;
		position: relative !important;
		height: var(--osk-live-desk-bar-h, 56px) !important;
		min-height: var(--osk-live-desk-bar-h, 56px) !important;
		max-height: var(--osk-live-desk-bar-h, 56px) !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live > .tag_main_player > .player-video,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live #osk-live-watch,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch--in-watch,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live #osk-player-box,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live .osk-live-watch--in-watch .osk-live-watch__player {
		position: absolute !important;
		inset: 0 !important;
		display: block !important;
		align-self: stretch !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #000 !important;
		overflow: hidden !important;
		aspect-ratio: unset !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live > #oskWatchSidebar,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live:not(.tag_watch_movie) > .tag_watch_side,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live:not(.tag_watch_movie) > .osk-watch-side {
		position: relative !important;
		grid-column: 2 !important;
		grid-row: 1 / -1 !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		max-height: none !important;
		min-height: 0 !important;
		z-index: 45 !important;
		margin: 0 !important;
		padding: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		background: #0e0e12 !important;
		border-left: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .tag_main_vid_details,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > #osk-live-info-slot,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .osk-watch-player-home,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .osk-watch-mobile-tabs {
		display: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live.pt-2,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live.pb-5 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live #osk-player-box,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live .osk-live-watch--in-watch .osk-live-watch__player {
		aspect-ratio: unset !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
		border-radius: 0 !important;
		position: relative !important;
		overflow: hidden !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__fluid-wrap,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__video-shell,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__fluid-wrap .video-player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__fluid-wrap .pt_vdo_plyr,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .fluid_video_wrapper {
		position: absolute !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		max-height: 100% !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live #my-video_live,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .fluid_video_wrapper video {
		object-fit: contain !important;
		object-position: center center !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		position: absolute !important;
		inset: 0 !important;
		background: #000 !important;
	}
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait #my-video_live,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait .fluid_video_wrapper video {
		object-fit: contain !important;
		background: #000 !important;
	}
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait > .tag_main_player {
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #000 !important;
	}
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait > .tag_main_player > .player-video,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait #osk-live-watch,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait .osk-live-watch--in-watch,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-vid-portrait #osk-player-box {
		aspect-ratio: 16 / 9 !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: 100% !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-party="party_strip"] #my-video_live,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-party="party_strip"] .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-tv^="tv_pip"] #my-video_live,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-tv^="tv_pip"] .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-tv="tv_split"] #my-video_live,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live[data-stage-tv="tv_split"] .osk-live-watch__player video:not(.osk-live-alert__video) {
		object-fit: contain !important;
		background: #000 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live > .osk-watch-side .osk-watch-side__inner {
		height: 100% !important;
		max-height: 100% !important;
		min-height: 0;
		overflow: hidden;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--v2.osk-watch-page--live .osk-watch-info {
		padding: 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 16px;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__main {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		min-width: 0;
		flex: 1 1 auto;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__avatar {
		flex: 0 0 auto;
		display: block;
		line-height: 0;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__avatar img {
		width: 40px !important;
		height: 40px !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__text {
		min-width: 0;
		flex: 1 1 auto;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info .osk-watch-hero__title {
		margin: 0 0 4px !important;
		font-size: 1.2rem !important;
		line-height: 1.28 !important;
		font-weight: 700 !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__meta {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 4px 6px;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.58);
		line-height: 1.3;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__name {
		color: rgba(255, 255, 255, 0.88);
		font-weight: 600;
		text-decoration: none;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__name:hover {
		color: #fff;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__dot {
		opacity: 0.45;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__dur:has(#osk-watch-duration:empty) {
		display: none;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info .osk-live-watch__live-badge {
		padding: 2px 7px;
		font-size: 10px;
		border-radius: 4px;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__actions {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		flex-wrap: nowrap;
		gap: 8px;
		margin: 0;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__actions .publisher-subscribe-button,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__actions .publisher-subscribe-button .btn,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-live-info__actions .osk-channel-donate-btn {
		margin: 0;
		white-space: nowrap;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-hero__tags {
		margin: 6px 0 0 !important;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-hero__tags .osk-watch-meta-chips {
		margin: 0;
		gap: 6px;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-desc {
		margin-top: 8px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-desc__head {
		display: none;
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-desc__text.watch-video-description {
		margin: 0;
		max-height: 2.6em;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.35;
		color: rgba(255, 255, 255, 0.55);
	}

	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live .osk-watch-desc__text.watch-video-description::after {
		display: none;
	}
}

/* Mobile — hero compatto sotto il player, no cinema, icone più grandi */
@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__list,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--compact,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__line,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__text {
		text-align: left !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		align-self: stretch !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__msg--system {
		text-align: left !important;
		justify-content: flex-start !important;
	}

	body[data-osk-page="watch"] .osk-watch-page.pt-2 {
		padding-top: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-info,
	body[data-osk-page="watch"] .osk-watch-info {
		padding: 6px 0 8px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero,
	body[data-osk-page="watch"] .osk-watch-hero {
		margin: 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero__metrics,
	body[data-osk-page="watch"] .osk-watch-hero__metrics {
		margin: 0 0 4px !important;
		gap: 4px 12px !important;
	}

	body[data-osk-page="watch"] .osk-watch-hero__metric {
		gap: 5px;
		font-size: .82rem;
	}

	body[data-osk-page="watch"] .osk-watch-hero__metric-icon svg {
		width: 24px;
		height: 24px;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero__title,
	body[data-osk-page="watch"] .osk-watch-hero__title,
	body[data-osk-page="watch"] .osk-watch-info .tag_video_title {
		margin: 0 0 4px !important;
		font-size: 1.05rem !important;
		line-height: 1.25 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero__tags,
	body[data-osk-page="watch"] .osk-watch-hero__tags {
		margin-bottom: 6px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero__tags .osk-watch-meta-chips,
	body[data-osk-page="watch"] .osk-watch-hero__tags .osk-watch-meta-chips {
		margin: 4px 0 0 !important;
		gap: 6px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-hero__flags,
	body[data-osk-page="watch"] .osk-watch-hero__flags {
		margin-bottom: 6px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2 .osk-watch-engagement-block,
	body[data-osk-page="watch"] .osk-watch-engagement-block {
		margin-top: 8px !important;
		gap: 8px !important;
	}

	body[data-osk-page="watch"] .osk-watch-hero__metric--expand,
	body[data-osk-page="watch"] .osk-watch-hero__expand-btn,
	body[data-osk-page="watch"] .expend-player,
	body[data-osk-page="watch"] [data-watch-action="theater"] {
		display: none !important;
	}
}

/* Info live — now playing + party, premium borderless */
.osk-live-info-pro,
.osk-live-hud__sheet .osk-live-info-pro,
.osk-live-watch__info-panel .osk-live-info-pro {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 2px 0 8px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.osk-live-now,
.osk-live-party {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.osk-live-now__kicker {
	margin: 0 0 10px;
	padding: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.osk-live-now__card {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.osk-live-now__media {
	flex: 0 0 88px;
	width: 88px;
	height: 50px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
	position: relative;
}

.osk-live-now__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 59, 59, 0.28), transparent 62%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	pointer-events: none;
}

.osk-live-now__media[data-kind="camera"]::before,
.osk-live-now__media[data-kind="obs"]::before,
.osk-live-now__media[data-kind="upload"]::before,
.osk-live-now__media[data-kind="radio"]::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.82);
	clip-path: polygon(28% 18%, 28% 82%, 82% 50%);
}

.osk-live-now__media[data-kind="camera"]::before {
	clip-path: none;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background: #ff3b3b;
	box-shadow: 0 0 0 4px rgba(255, 59, 59, 0.22);
}

.osk-live-now__thumb,
#osk-live-now-thumb {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

#osk-live-now-thumb[hidden] {
	display: none !important;
}

.osk-live-now__media:has(#osk-live-now-thumb:not([hidden]))::before,
.osk-live-now__media:has(#osk-live-now-thumb:not([hidden]))::after {
	display: none;
}

.osk-live-now__body {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.osk-live-now__title {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.osk-live-now__source {
	font-size: 12px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.52);
}

.osk-live-now__channel {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	min-width: 0;
}

.osk-live-now__channel-link {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
	text-decoration: none;
	color: inherit;
}

.osk-live-now__channel-avatar,
.osk-live-now__channel-avatar img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 36px;
	background: rgba(255, 255, 255, 0.08);
}

.osk-live-now__channel-meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.osk-live-now__channel-kicker {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.osk-live-now__channel-name {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.osk-live-now__sub,
.osk-live-now__sub .btn,
.osk-live-info-pro .publisher-subscribe-button .btn,
.osk-live-hud__sheet .publisher-subscribe-button .btn,
.osk-live-watch__info-panel .publisher-subscribe-button .btn {
	margin: 0;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 16px !important;
	min-height: 36px;
	line-height: 1.1;
	white-space: nowrap;
}

.osk-live-now__sub .btn-subscribe,
.osk-live-info-pro .publisher-subscribe-button .btn-subscribe,
.osk-live-hud__sheet .publisher-subscribe-button .btn-subscribe,
.osk-live-watch__info-panel .publisher-subscribe-button .btn-subscribe {
	background: #ff3b3b !important;
	color: #fff !important;
}

.osk-live-now__sub .btn-subscribed,
.osk-live-info-pro .publisher-subscribe-button .btn-subscribed,
.osk-live-hud__sheet .publisher-subscribe-button .btn-subscribed,
.osk-live-watch__info-panel .publisher-subscribe-button .btn-subscribed {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
}

.osk-live-party__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.osk-live-party__item {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.osk-live-party__card {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-decoration: none;
	color: inherit;
	padding: 4px 0;
}

.osk-live-party__avatar {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
}

.osk-live-party__avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.08);
	display: block;
}

.osk-live-party__dot {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 0 0 2px #0c0c10;
}

.osk-live-party__item.is-online .osk-live-party__dot {
	background: #22c55e;
}

.osk-live-party__meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.osk-live-party__name {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.osk-live-party__role {
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.45);
}

.osk-live-party__item--host .osk-live-party__role {
	color: #ff8a8a;
}

.osk-live-info-pro .osk-watch-desc,
.osk-live-hud__sheet .osk-watch-desc,
.osk-live-watch__info-panel .osk-watch-desc {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.osk-live-info-pro .osk-watch-desc__head,
.osk-live-hud__sheet .osk-watch-desc__head,
.osk-live-watch__info-panel .osk-watch-desc__head {
	display: none;
}

.osk-live-info-pro .osk-watch-desc__text,
.osk-live-hud__sheet .osk-watch-desc__text,
.osk-live-watch__info-panel .osk-watch-desc__text {
	margin: 0;
	max-height: none;
	overflow: visible;
	font-size: 13px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel {
		padding: 2px 16px 28px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-info-pro {
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding: 0 0 8px;
		font-family: inherit;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__row,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-info-pro__hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__main {
		display: flex;
		align-items: flex-start;
		gap: 12px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__avatar {
		flex: 0 0 56px;
		width: 56px;
		line-height: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__avatar img,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__avatar .osk-avatar-frame {
		width: 56px !important;
		height: 56px !important;
		border-radius: 50%;
		object-fit: cover;
		display: block;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__text {
		min-width: 0;
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__name {
		order: 0;
		display: block;
		font-size: 13px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.58);
		letter-spacing: 0;
		text-decoration: none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-hero__title {
		order: 1;
		font-size: 1.22rem !important;
		font-weight: 800 !important;
		letter-spacing: -0.04em;
		line-height: 1.2 !important;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 0 !important;
		color: #fff !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-hero__tags {
		order: 2;
		margin: 8px 0 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-hero__tags .osk-watch-meta-chip {
		background: rgba(255, 255, 255, 0.08) !important;
		border: 0 !important;
		color: rgba(255, 255, 255, 0.78) !important;
		padding: 5px 10px;
		font-size: 11px;
		font-weight: 700;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__actions {
		display: flex;
		width: 100%;
		justify-content: stretch;
		align-items: stretch;
		gap: 8px;
		padding: 0;
		margin: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__actions .publisher-subscribe-button,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__actions .publisher-subscribe-button .btn,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat .osk-watch-live-info__actions .osk-channel-donate-btn {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		justify-content: center;
		min-height: 42px !important;
		border-radius: 999px !important;
		font-weight: 800 !important;
		font-size: 13px !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-info-pro__block,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-party,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-rules,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-watch-desc {
		margin: 0;
		padding: 14px;
		border: 0;
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.045);
		box-shadow: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__kicker,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-watch-desc__head,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-watch-desc__title {
		display: block !important;
		margin: 0 0 10px;
		padding: 0;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.4);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__card {
		gap: 12px;
		align-items: center;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__media {
		flex: 0 0 84px;
		width: 84px;
		height: 48px;
		border-radius: 12px;
		background: rgba(0, 0, 0, 0.35);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__title {
		font-size: 15px;
		font-weight: 800;
		letter-spacing: -0.02em;
		color: #fff;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__source {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.5);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__channel {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgba(255, 255, 255, 0.06);
		gap: 10px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-now__sub .btn {
		min-height: 36px;
		padding: 0 14px !important;
		font-size: 12px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-party__list {
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-party__card {
		padding: 8px 0;
		gap: 12px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-live-rules__text,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-watch-desc__text {
		margin: 0;
		max-height: none !important;
		overflow: visible !important;
		font-size: 14px;
		line-height: 1.55;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.62);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__info-panel .osk-watch-desc__text.watch-video-description::after {
		display: none !important;
	}
}



/* ======================================================================
   Chat live watch: header con selettore pannelli (Chat / Utenti / Insight /
   Impostazioni). I pannelli sostituiscono lista + composer come gia' fa il
   pannello info su mobile. Il selettore e' attivo solo da 992px in su:
   su mobile restano la barra tab di pagina e il pulsante "Info live".
   ====================================================================== */

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tabs,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane {
	display: none;
}

@media (min-width: 992px) {
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head--watch {
		flex-wrap: nowrap;
		gap: 6px;
		padding: 6px 8px;
		min-height: 44px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-title,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__mod-open,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head--watch .osk-live-chat__modbar,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-mod-sheet {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tabs {
		display: flex;
		align-items: center;
		gap: 2px;
		width: 100%;
		min-width: 0;
		padding: 3px;
		border-radius: 11px;
		background: rgba(255, 255, 255, 0.05);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab {
		flex: 1 1 auto;
		min-width: 0;
		border: 0;
		border-radius: 8px;
		padding: 5px 6px;
		background: transparent;
		color: rgba(255, 255, 255, 0.6);
		font-size: 12px;
		font-weight: 600;
		line-height: 1.3;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
		transition: background .15s ease, color .15s ease;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab:hover {
		color: rgba(255, 255, 255, 0.88);
		background: rgba(255, 255, 255, 0.06);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab.is-active {
		background: rgba(255, 255, 255, 0.14);
		color: #fff;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab--icon {
		flex: 0 0 30px;
		font-size: 13px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab-dot {
		display: inline-block;
		margin-left: 4px;
		font-size: 11px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.55);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__tab.is-active .osk-live-chat__tab-dot {
		color: rgba(255, 255, 255, 0.8);
	}

	/* Pannelli */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-users .osk-live-chat__pane[data-osk-chat-pane="users"],
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-insight .osk-live-chat__pane[data-osk-chat-pane="insight"],
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-settings .osk-live-chat__pane[data-osk-chat-pane="settings"] {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		min-height: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-open .osk-live-chat__list,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-open .osk-live-chat__composer,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-open .osk-live-chat__login,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pane-open .osk-live-chat__hint {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-head {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 8px;
		padding: 10px 12px 6px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-title {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.52);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-count {
		font-size: 12px;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.82);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding: 2px 12px 14px;
		scrollbar-width: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-body::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-empty,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__pane-note {
		margin: 10px 0 0;
		font-size: 11.5px;
		line-height: 1.5;
		color: rgba(255, 255, 255, 0.45);
	}

	/* Utenti */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 5px 6px;
		border-radius: 9px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user:hover {
		background: rgba(255, 255, 255, 0.05);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__av {
		flex: 0 0 26px;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		object-fit: cover;
		background: rgba(255, 255, 255, 0.08);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__name {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12.5px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.88);
		text-decoration: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live a.osk-live-user__name:hover {
		color: #fff;
		text-decoration: underline;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__tag {
		margin-left: auto;
		flex: 0 0 auto;
		padding: 2px 6px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.08);
		font-size: 9.5px;
		font-weight: 700;
		letter-spacing: .04em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.6);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__tag--host {
		background: rgba(255, 59, 59, 0.18);
		color: #ff8a8a;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__group {
		margin: 12px 0 4px;
		font-size: 10.5px;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.4);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-user__group:first-child {
		margin-top: 0;
	}

	/* Insight */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight__cell {
		padding: 9px 10px;
		border: 1px solid rgba(255, 255, 255, 0.07);
		border-radius: 11px;
		background: rgba(255, 255, 255, 0.04);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight__cell--wide {
		grid-column: 1 / -1;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight__k {
		display: block;
		margin-bottom: 3px;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: .05em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.45);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight__v {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
		color: #fff;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-insight__cell--wide .osk-live-insight__v {
		font-size: 13px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.85);
	}

	/* Impostazioni */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin: 0;
		padding: 9px 2px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		cursor: pointer;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__label {
		font-size: 12.5px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.85);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__check {
		flex: 0 0 auto;
		width: 16px;
		height: 16px;
		margin: 0;
		accent-color: #7c5cff;
		cursor: pointer;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__mod {
		margin-top: 14px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__group {
		display: block;
		margin-bottom: 8px;
		font-size: 10.5px;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.45);
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-set__mod .osk-live-chat__modbar {
		display: flex !important;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 12px;
	}

	/* Preferenze lettura chat */
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pref-large .osk-live-chat__list {
		font-size: 15px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat.is-pref-roomy .osk-live-chat__list--compact {
		gap: 9px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat:not(.is-pref-colors) .osk-live-chat__user {
		color: rgba(255, 255, 255, 0.92) !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-watch__chat:not(.is-pref-system) .osk-live-chat__msg--system {
		display: none !important;
	}
}

/* ======================================================================
   Avviso chat non disponibile (chat off, solo iscritti, diretta non ancora
   attiva): stato vuoto centrato con icona in tratto sottile, nessuno sfondo
   e nessun bordo. Sostituisce la riga di testo grigia in fondo alla colonna.
   ====================================================================== */

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint--pro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 22px 20px 24px;
	margin: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-align: center;
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint-ic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: rgba(255, 255, 255, 0.82);
	filter: drop-shadow(0 0 14px rgba(124, 92, 255, 0.42));
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint--pro[data-hint-kind="off"] .osk-live-chat__hint-ic,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint--pro[data-hint-kind="blocked"] .osk-live-chat__hint-ic {
	color: rgba(255, 138, 138, 0.9);
	filter: drop-shadow(0 0 14px rgba(255, 59, 59, 0.35));
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint--pro[data-hint-kind="subs"] .osk-live-chat__hint-ic {
	color: rgba(255, 214, 138, 0.92);
	filter: drop-shadow(0 0 14px rgba(255, 186, 60, 0.35));
}

body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__hint-txt {
	max-width: 250px;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.52);
}

@media (min-width: 992px) {
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--cinema {
		--osk-live-chat-w: 320px;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--chat_focus {
		--osk-live-chat-w: 480px;
	}
}
.osk-watch-page--live[data-ov-badge="0"] #osk-live-badge,
.osk-watch-page--live[data-ov-badge="0"] #osk-live-ov-badge { display: none !important; }
.osk-watch-page--live[data-ov-viewers="0"] #osk-watch-viewers,
.osk-watch-page--live[data-ov-viewers="0"] #osk-live-ov-viewers,
.osk-watch-page--live[data-ov-viewers="0"] #osk-watch-viewers-hero { display: none !important; }
.osk-watch-page--live[data-ov-title="0"] #osk-hud-title,
.osk-watch-page--live[data-ov-title="0"] #osk-live-ov-title { display: none !important; }
.osk-watch-page--live[data-ov-now="0"] #osk-live-ov-now,
.osk-watch-page--live[data-ov-now="0"] #osk-live-now { display: none !important; }
.osk-watch-page--live[data-ov-cta="0"] #osk-live-ov-cta { display: none !important; }
.osk-watch-page--live.osk-live-ix-koins-off .osk-channel-donate-btn,
.osk-watch-page--live.osk-live-ix-koins-off [data-osk-koin-donate] { display: none !important; }
.osk-watch-page--live.osk-live-ix-react-off [data-live-reaction] { display: none !important; }
.osk-live-ov {
	position: absolute;
	z-index: 7;
	max-width: 46%;
	padding: 6px 10px;
	border-radius: 10px;
	background: rgba(8, 8, 16, 0.72);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.osk-live-ov[hidden] { display: none !important; }
.osk-live-ov[data-pos="tl"] { top: 12px; left: 12px; }
.osk-live-ov[data-pos="tr"] { top: 12px; right: 12px; left: auto; }
.osk-live-ov[data-pos="bl"] { bottom: 58px; left: 12px; top: auto; }
.osk-live-ov[data-pos="br"] { bottom: 58px; right: 12px; left: auto; top: auto; }
.osk-live-ov--cta {
	background: linear-gradient(135deg, #7c5cff, #ff4d8d);
	text-decoration: none;
	color: #fff !important;
}
.osk-watch-page--live .osk-live-ov-custom-stack {
	position: absolute;
	inset: 0;
	z-index: 7;
	pointer-events: none;
}
.osk-watch-page--live .osk-live-ov-custom {
	position: absolute;
	inset: 0;
	z-index: 6;
	pointer-events: none;
}
.osk-watch-page--live .osk-live-ov-custom[hidden] { display: none !important; }
.osk-watch-page--live .osk-live-ov-custom__img {
	position: absolute;
	max-width: 38%;
	max-height: 38%;
	object-fit: contain;
	pointer-events: none;
}
.osk-watch-page--live .osk-live-ov-custom[data-pos="tl"] .osk-live-ov-custom__img { top: 12px; left: 12px; }
.osk-watch-page--live .osk-live-ov-custom[data-pos="tr"] .osk-live-ov-custom__img { top: 12px; right: 12px; }
.osk-watch-page--live .osk-live-ov-custom[data-pos="bl"] .osk-live-ov-custom__img { bottom: 58px; left: 12px; }
.osk-watch-page--live .osk-live-ov-custom[data-pos="br"] .osk-live-ov-custom__img { bottom: 58px; right: 12px; }
.osk-watch-page--live .osk-live-ov-custom[data-pos="cc"] .osk-live-ov-custom__img { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.osk-watch-page--live .osk-live-ov-custom[data-pos="full"] .osk-live-ov-custom__img {
	inset: 0;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: none;
}
.osk-watch-page--live .osk-live-ov-custom[data-pos="xy"] .osk-live-ov-custom__img {
	top: var(--ov-y, 8%);
	left: var(--ov-x, 8%);
	right: auto;
	bottom: auto;
	transform: none;
	max-width: 38%;
	max-height: 38%;
	width: auto;
	height: auto;
}
.osk-watch-page--live .osk-live-ov-custom.is-sized[data-pos="xy"] .osk-live-ov-custom__img {
	width: var(--ov-w, 38%);
	height: var(--ov-h, 38%);
	max-width: none;
	max-height: none;
}
.osk-watch-page--live .osk-live-ov[data-pos="xy"],
.osk-watch-page--live .osk-live-tag[data-pos="xy"] {
	position: absolute;
	top: var(--ov-y, 8%);
	left: var(--ov-x, 8%);
	right: auto;
	bottom: auto;
	transform: none;
	z-index: 7;
}
.osk-watch-page--live .osk-live-ov.is-sized,
.osk-watch-page--live .osk-live-tag.is-sized {
	width: var(--ov-w, 20%);
	height: var(--ov-h, 10%);
	max-width: none;
	box-sizing: border-box;
}
.osk-watch-page--live .osk-live-alert[data-pos="xy"] .osk-live-alert__img,
.osk-watch-page--live .osk-live-alert[data-pos="xy"] .osk-live-alert__video {
	position: absolute !important;
	left: var(--ov-x, 8%) !important;
	top: var(--ov-y, 8%) !important;
	right: auto !important;
	bottom: auto !important;
	inset: auto !important;
	transform: none !important;
	max-width: 38%;
	max-height: 38%;
}
.osk-watch-page--live .osk-live-alert.is-sized[data-pos="xy"] .osk-live-alert__img,
.osk-watch-page--live .osk-live-alert.is-sized[data-pos="xy"] .osk-live-alert__video {
	width: var(--ov-w, 38%) !important;
	height: var(--ov-h, 38%) !important;
	max-width: none !important;
	max-height: none !important;
}
.osk-watch-page--live .osk-live-hud-ev[data-pos="xy"] .osk-live-hud-ev__box {
	position: absolute !important;
	left: var(--ov-x, 8%) !important;
	top: var(--ov-y, 8%) !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	width: max-content !important;
	height: auto !important;
	max-width: min(82%, 440px) !important;
}
.osk-watch-page--live .osk-live-hud-ev.is-sized[data-pos="xy"] .osk-live-hud-ev__box {
	width: max-content !important;
	height: auto !important;
	max-width: min(82%, 440px) !important;
	max-height: none !important;
}
.osk-watch-page--live .osk-live-hud-ev[data-pos="xy"] .osk-live-alert__img,
.osk-watch-page--live .osk-live-hud-ev[data-pos="xy"] .osk-live-alert__video {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(52%, 280px) !important;
	object-fit: contain !important;
}
@media (max-width: 991.98px) {
	.osk-watch-page--live .osk-live-hud-ev,
	.osk-watch-page--live .osk-live-hud-ev.is-sized {
		width: auto !important;
		height: auto !important;
		max-width: none !important;
		max-height: none !important;
	}
	.osk-watch-page--live .osk-live-hud-ev__box,
	.osk-watch-page--live .osk-live-hud-ev[data-pos="xy"] .osk-live-hud-ev__box,
	.osk-watch-page--live .osk-live-hud-ev.is-sized[data-pos="xy"] .osk-live-hud-ev__box {
		width: max-content !important;
		height: auto !important;
		max-width: 86% !important;
		max-height: none !important;
	}
}
.osk-watch-page--live .osk-live-ov-custom__links {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 58px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	pointer-events: auto;
	justify-content: center;
}
.osk-watch-page--live .osk-live-ov-custom__links a {
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff !important;
	text-decoration: none;
	font-size: 0.78rem;
	font-weight: 700;
}
.osk-watch-page--live[data-ov-mode="custom"] #osk-live-badge,
.osk-watch-page--live[data-ov-mode="custom"] #osk-hud-title,
.osk-watch-page--live[data-ov-mode="custom"] #osk-watch-viewers,
.osk-watch-page--live .osk-live-ov-layer {
	position: absolute;
	inset: 0;
	z-index: 8;
	pointer-events: none;
	opacity: 1 !important;
}
.osk-watch-page--live .osk-live-ov-layer .osk-live-ov {
	position: absolute;
	pointer-events: none;
	max-width: 48%;
}
.osk-watch-page--live .osk-live-ov-layer .osk-live-ov--cta {
	pointer-events: auto;
}
.osk-watch-page--live[data-ov-mode="custom"] .osk-live-ov-layer {
	display: none !important;
}
.osk-watch-page--live.osk-live-ov-off .osk-live-ov-layer,
.osk-watch-page--live.osk-live-ov-off .osk-live-ov-custom,
.osk-watch-page--live.osk-live-ov-off .osk-live-ov-custom-stack {
	display: none !important;
}
@media (max-width: 991.98px) {
	.osk-watch-page--live.osk-live-vid-portrait .osk-live-ov-layer,
	.osk-watch-page--live.osk-live-vid-portrait .osk-live-ov-custom,
	.osk-watch-page--live.osk-live-vid-portrait .osk-live-ov-custom-stack {
		display: none !important;
	}
}
.osk-live-alert,
.osk-live-alert video,
.osk-live-alert img,
.osk-live-alert__media {
	pointer-events: none !important;
}
@media (max-width: 991.98px) {
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) #osk-player-box > .osk-live-ov-layer,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) #osk-player-box > .osk-live-ov-custom,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) #osk-player-box > .osk-live-ov-custom-stack,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) #osk-player-box > .osk-live-alert {
		position: absolute !important;
		inset: auto !important;
		top: var(--osk-live-letterbox, 0px) !important;
		bottom: var(--osk-live-letterbox, 0px) !important;
		left: 0 !important;
		right: 0 !important;
		width: auto !important;
		height: auto !important;
		overflow: hidden;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) .osk-live-ov[data-pos="bl"],
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-vid-landscape:not(:has(.osk-live-watch--radio)) .osk-live-ov[data-pos="br"] {
		bottom: 12px;
	}
}
.osk-live-rules {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}
.osk-live-rules__text {
	margin: 0;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.5;
	color: #e8eaf0;
	white-space: pre-wrap;
	font-family: inherit;
}
.osk-live-rules__text a.osk-live-chat__link {
	color: #7dd3fc;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
	word-break: break-all;
}

.osk-live-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	max-width: 100%;
	min-width: 0;
}
.osk-live-tag__x,
.osk-live-ov .osk-live-tag__x {
	display: none !important;
}
.osk-live-ov {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
@media (max-width: 991.98px) {
	.osk-live-tag__x,
	.osk-live-ov .osk-live-tag__x {
		display: none !important;
	}
	.osk-watch-page--live[data-hide-tag-badge="1"] #osk-live-badge,
	.osk-watch-page--live[data-hide-tag-badge="1"] .osk-live-ov-layer [data-live-tag="badge"],
	.osk-watch-page--live[data-hide-tag-viewers="1"] #osk-watch-viewers,
	.osk-watch-page--live[data-hide-tag-viewers="1"] [data-live-tag="viewers"],
	.osk-watch-page--live[data-hide-tag-title="1"] #osk-hud-title,
	.osk-watch-page--live[data-hide-tag-title="1"] [data-live-tag="title"],
	.osk-watch-page--live[data-hide-tag-now="1"] #osk-live-ov-now,
	.osk-watch-page--live[data-hide-tag-cta="1"] #osk-live-ov-cta,
	.osk-watch-page--live[data-hide-tag-info="1"] [data-live-tag="info"] {
		display: none !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--overlay {
		position: relative;
	}
	body[data-osk-page="watch"] .osk-watch-page--v2.osk-watch-page--live.osk-live-layout--overlay > .tag_watch_side,
	body[data-osk-page="watch"] .osk-watch-page--v2.osk-watch-page--live.osk-live-layout--overlay > .osk-watch-side {
		background: rgba(12, 12, 20, 0.96);
		border-radius: 0;
		backdrop-filter: none;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--cinema .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--cinema #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--overlay .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--overlay #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--chat_focus .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-layout--chat_focus #my-video_live {
		object-fit: contain !important;
		background: #000;
	}
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-ov-layer,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-ov-custom {
		z-index: 8;
	}
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-hud {
		background: none;
	}
}
.osk-live-alert {
	position: absolute;
	inset: 0;
	z-index: 60;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0;
	pointer-events: none;
	opacity: 1 !important;
	background: transparent;
	isolation: isolate;
}
.osk-live-alert[data-pos="tl"] { align-items: flex-start; justify-content: flex-start; padding: 6px 8px; }
.osk-live-alert[data-pos="tr"] { align-items: flex-end; justify-content: flex-start; padding: 6px 8px; }
.osk-live-alert[data-pos="bl"] { align-items: flex-start; justify-content: flex-end; padding: 8px; }
.osk-live-alert[data-pos="br"] { align-items: flex-end; justify-content: flex-end; padding: 8px; }
.osk-live-alert[data-pos="cc"] { align-items: center; justify-content: center; padding: 0; }
.osk-live-hud .osk-live-alert {
	opacity: 1 !important;
}
.osk-live-alert[hidden] { display: none !important; }
.osk-live-alert.is-on { display: flex !important; }
.osk-live-alert__media {
	max-width: min(78%, 520px);
	max-height: 62%;
	object-fit: contain;
	background: transparent;
}
.osk-live-alert[data-pos="tl"] .osk-live-alert__media,
.osk-live-alert[data-pos="tr"] .osk-live-alert__media,
.osk-live-alert[data-pos="bl"] .osk-live-alert__media,
.osk-live-alert[data-pos="br"] .osk-live-alert__media {
	position: relative !important;
	inset: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: min(364px, 36vw) !important;
	max-height: min(286px, 42vh) !important;
	object-fit: contain !important;
}
@media (min-width: 992px) {
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-alert:not([data-pos="xy"]) video,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-alert:not([data-pos="xy"]) img {
		position: relative !important;
		inset: auto !important;
		width: auto !important;
		height: auto !important;
		max-width: min(364px, 36vw) !important;
		max-height: min(286px, 42vh) !important;
		object-fit: contain !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-alert[data-pos="cc"] video,
	body[data-osk-page="watch"] .osk-watch-page--live .osk-live-alert[data-pos="cc"] img {
		max-width: min(546px, 55vw) !important;
		max-height: min(416px, 60vh) !important;
	}
}
.osk-live-alert:not(.is-video) .osk-live-alert__img {
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}
.osk-live-alert.is-video .osk-live-alert__video {
	mix-blend-mode: screen;
	filter: none;
}
.osk-live-alert__img[hidden],
.osk-live-alert__video[hidden] { display: none !important; }
.osk-live-alert__name {
	display: none !important;
}
.osk-cp-sheet {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 58px;
	z-index: 22;
	padding: 12px;
	border-radius: 0;
	background: #0e0e12;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}
.osk-cp-sheet[hidden] { display: none !important; }
.osk-cp-sheet__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}
.osk-cp-sheet__head strong { flex: 1 1 auto; }
#osk-cp-bal {
	font-weight: 800;
	color: #ffd27a;
	font-variant-numeric: tabular-nums;
}
.osk-cp-sheet__close {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}
.osk-cp-sheet__item {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 8px;
	padding: 10px 12px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}
.osk-cp-sheet__hint,
.osk-cp-sheet__empty {
	margin: 8px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.osk-live-chat__tool--cp {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: auto;
	min-width: 34px;
	padding: 0 8px;
	gap: 4px;
	color: #ffd27a;
	font-weight: 800;
	white-space: nowrap;
}
.osk-live-chat__cp-star,
.osk-live-chat__cp-count {
	display: inline-block;
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 1;
}
.osk-live-chat__cp-count {
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.osk-live-watch__mob-head {
	display: none;
}
.osk-live-watch__mob-head .osk-studio-mob__viewers {
	border: 0;
	background: transparent;
	color: inherit;
	padding: 0;
	cursor: pointer;
	font: inherit;
}
.osk-live-watch__mob-head .osk-studio-mob__identity {
	color: inherit;
	text-decoration: none;
}

/* Live watch mobile overlay: solo dirette verticali (.osk-live-mob-fs). 16:9 resta player + chat separati. */
@media (max-width: 991.98px) {
	body.osk-live-watch-page:has(.osk-live-mob-fs) .tag_header,
	body.osk-live-watch-page:has(.osk-live-mob-fs) .head_menu_backdrop {
		display: none !important;
	}
	body.osk-mobile-shell.osk-live-watch-page:has(.osk-live-mob-fs) .main-content,
	body.osk-mobile-shell.osk-live-watch-page:has(.osk-live-mob-fs).osk-topnav-layout .main-content {
		margin-top: 0 !important;
		padding-top: 0 !important;
		height: calc(100dvh - var(--osk-mobile-bottom-total, 56px)) !important;
		max-height: calc(100dvh - var(--osk-mobile-bottom-total, 56px)) !important;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__mob-head {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 40;
		pointer-events: auto;
	}
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs:has(.osk-live-watch__chat.is-pane-users) .osk-live-watch__mob-head,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs:has(.osk-live-watch__chat.is-info) .osk-live-watch__mob-head {
		display: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--v2.osk-watch-page--live.osk-live-mob-fs:not(.tag_watch_movie) {
		--osk-live-mob-player-h: 100%;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs > .tag_main_player,
	body[data-osk-page="watch"]:not(.theater) .osk-watch-page--live.osk-live-mob-fs:not(.tag_watch_movie) > .tag_main_player {
		position: absolute !important;
		inset: 0 !important;
		top: 0 !important;
		flex: none !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		z-index: 5 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs > .tag_main_player > .player-video,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch--in-watch,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs #osk-player-box,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch--in-watch .osk-live-watch__player {
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__player .fluid_video_wrapper video,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-layout--cinema .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-layout--overlay .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-layout--chat_focus .osk-live-watch__player video:not(.osk-live-alert__video) {
		object-fit: contain !important;
		-webkit-object-fit: contain !important;
		object-position: center center !important;
		background: #000 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-vid-portrait #my-video_live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-vid-portrait .osk-live-watch__player video:not(.osk-live-alert__video),
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-vid-portrait .osk-live-watch__player .fluid_video_wrapper video {
		object-fit: cover !important;
		-webkit-object-fit: cover !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__unmute {
		left: 50% !important;
		right: auto !important;
		bottom: auto !important;
		top: 38% !important;
		transform: translate(-50%, -50%);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs > #oskWatchSidebar,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs > .osk-watch-side,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs > .tag_watch_side {
		position: absolute !important;
		inset: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		height: 100% !important;
		min-height: 0 !important;
		max-height: 100% !important;
		z-index: 22 !important;
		background: transparent !important;
		pointer-events: none !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-watch-side__inner,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .tag_watch_side_innr {
		padding-bottom: 0 !important;
		pointer-events: none !important;
		background: transparent !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat {
		position: relative !important;
		pointer-events: none !important;
		background: transparent !important;
		justify-content: flex-end !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head--watch {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head--watch > * {
		pointer-events: auto;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-live {
		position: relative;
		z-index: 2;
		width: auto;
		flex: 0 1 auto;
		min-width: 0;
		max-width: 42%;
		display: flex !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-live [data-live-tag="badge"],
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs #osk-chat-live-badge,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs[data-ov-badge="0"] #osk-chat-live-badge,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs[data-hide-tag-badge="1"] #osk-chat-live-badge {
		display: inline-flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-live .osk-live-watch__live-badge {
		font-size: 10px;
		padding: 5px 8px;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__live-badge--tv {
		background: linear-gradient(135deg, #0ea5e9, #2563eb);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-members {
		display: inline-flex !important;
		position: absolute;
		left: 50%;
		top: 8px;
		transform: translateX(-50%);
		z-index: 3;
		align-items: center;
		margin: 0;
		padding: 6px 14px;
		border: 0;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.46);
		color: #fff;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: 0.02em;
		line-height: 1;
		cursor: pointer;
		white-space: nowrap;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-members.is-active {
		background: #e60000;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-end {
		position: relative;
		z-index: 2;
		display: flex !important;
		flex-direction: row;
		align-items: center;
		gap: 8px;
		margin-left: auto;
		max-width: 42%;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-viewers {
		display: inline-flex !important;
		align-items: center;
		gap: 4px;
		padding: 4px 8px;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		font-variant-numeric: tabular-nums;
		text-shadow: none;
		white-space: nowrap;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-viewers-ico,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-viewers-n {
		display: inline-flex !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-viewers-txt {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-host {
		display: inline-flex !important;
		align-items: center;
		gap: 6px;
		min-width: 0;
		max-width: 100%;
		color: #fff;
		text-decoration: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-host img {
		width: 26px;
		height: 26px;
		border-radius: 50%;
		object-fit: cover;
		flex: 0 0 26px;
		background: rgba(255, 255, 255, 0.12);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-host-name {
		min-width: 0;
		max-width: 92px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12px;
		font-weight: 700;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__volume,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__volume--mob {
		top: 52px !important;
		bottom: auto !important;
		right: 10px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-title,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__tabs,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-info,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-tag--info {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__head-title {
		display: flex !important;
		font-size: 15px;
		font-weight: 800;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__head-live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__head-members,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__head-end {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__head-close:not([hidden]) {
		display: inline-flex !important;
		margin-left: auto;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__list {
		display: flex !important;
		flex-direction: column !important;
		flex: none !important;
		position: absolute !important;
		left: 0 !important;
		right: 0 !important;
		bottom: var(--osk-live-chat-form-h, 60px) !important;
		top: auto !important;
		width: 100% !important;
		height: auto !important;
		max-height: max(72px, calc(var(--osk-live-letterbox, 28vh) - var(--osk-live-chat-form-h, 60px))) !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 10px 14px 6px !important;
		pointer-events: auto !important;
		background: transparent;
		-webkit-mask-image: none;
		mask-image: none;
		justify-content: flex-end !important;
		align-items: stretch !important;
		gap: 7px;
		z-index: 4;
		box-sizing: border-box !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat:not(.is-info):not(.is-pane-open)::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: calc(var(--osk-live-letterbox, 28vh) - 36px);
		height: 36px;
		pointer-events: none;
		z-index: 5;
		background: linear-gradient(to top, transparent, #000);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-vid-portrait .osk-live-watch__chat::after {
		display: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs.osk-live-vid-portrait .osk-live-chat__list {
		flex: 0 1 auto !important;
		height: auto !important;
		max-height: min(42vh, 46%) !important;
		padding: 28px 14px 0 !important;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 58%, transparent 100%);
		-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 36px, #000 100%);
		mask-image: linear-gradient(to bottom, transparent 0, #000 36px, #000 100%);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__list::before {
		content: none;
		display: none;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__msg,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__msg--compact,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__line,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__text {
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 1.38 !important;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 0 10px rgba(0, 0, 0, 0.45);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__user {
		font-size: 16px !important;
		font-weight: 800 !important;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 0 10px rgba(0, 0, 0, 0.45);
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__msg,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__msg--compact {
		padding: 2px 0 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__composer,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__login {
		pointer-events: auto !important;
		position: absolute !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		width: 100% !important;
		margin: 0 !important;
		z-index: 6;
		background: #000 !important;
		border: 0 !important;
		flex: none !important;
		box-sizing: border-box !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-cp-sheet {
		pointer-events: auto !important;
		z-index: 55 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: var(--osk-live-chat-form-h, 60px) !important;
		max-height: min(48vh, 380px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #0e0e12 !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs #osk-cp-open,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__tool--cp {
		pointer-events: auto !important;
		position: relative;
		z-index: 8;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__form {
		pointer-events: auto !important;
		position: relative !important;
		z-index: 6;
		background: #000 !important;
		border: 0 !important;
		flex: none !important;
		margin: 0 !important;
		padding: 4px 10px 12px !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__login {
		padding: 10px 12px 14px !important;
		color: rgba(255, 255, 255, 0.88);
		text-align: center;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__field {
		min-height: 44px !important;
		background: rgba(28, 28, 34, 0.96) !important;
		backdrop-filter: blur(10px);
		border: 1px solid rgba(255, 255, 255, 0.16) !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__mob-head .osk-studio-mob__info {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.46);
		color: #fff;
		cursor: pointer;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-open {
		pointer-events: auto !important;
		background: rgba(8, 8, 12, 0.96) !important;
		backdrop-filter: blur(18px);
		justify-content: flex-start !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__head--watch,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-open .osk-live-chat__head--watch {
		display: flex !important;
		position: relative !important;
		background: transparent !important;
		padding: 10px 12px !important;
		min-height: 52px;
		pointer-events: auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__head-live,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__head-members,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__head-end {
		display: none !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__head-title {
		display: flex !important;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: -0.02em;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-watch__info-panel {
		display: block !important;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 4px 16px 28px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__list,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-open .osk-live-chat__list,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-chat__composer,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-open .osk-live-chat__composer {
		position: relative !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-info .osk-live-watch__info-panel,
	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__pane {
		pointer-events: auto !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users {
		pointer-events: auto !important;
		background: #0c0c10 !important;
		justify-content: flex-start !important;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__pane[data-osk-chat-pane="users"] {
		display: flex !important;
		flex-direction: column !important;
		position: absolute !important;
		top: 48px !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		margin: 0 !important;
		z-index: 8;
		background: #0c0c10;
		overflow: hidden;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-chat__pane-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 4px 14px 20px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-user {
		padding: 10px 8px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-user__av {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-watch__chat.is-pane-users .osk-live-user__name {
		font-size: 15px;
		font-weight: 700;
	}
}

/* Chat header: niente spettatori. Kind badge WATCH PARTY sul player in alto a sinistra. */
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-viewers,
body[data-osk-page="watch"] .osk-watch-page--live .osk-live-chat__head-end,
body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-viewers,
body[data-osk-page="watch"] .osk-watch-page--live.osk-live-mob-fs .osk-live-chat__head-end {
	display: none !important;
}
body[data-osk-page="watch"] .osk-watch-page--live[data-watch-party="1"] #osk-live-ov-badge {
	top: 12px !important;
	left: 12px !important;
	right: auto !important;
	bottom: auto !important;
}
.osk-studio-mob__onair.osk-live-watch__live-badge--party,
.osk-studio-mob__onair.is-live.osk-live-watch__live-badge--party {
	background: linear-gradient(135deg, #7c3aed, #db2777);
	box-shadow: 0 0 14px rgba(124, 58, 237, 0.45);
	letter-spacing: 0.03em;
}
