/* Oskurati Discovery — interessi, guest, signup */
.osk-interest-tiles { display: flex; flex-wrap: wrap; gap: 10px; margin: 1rem 0 1.25rem; }
.osk-interest-tile {
	flex: 0 0 calc(33.333% - 7px); min-height: 72px; border: 2px solid rgba(128,128,128,.25);
	border-radius: 14px; background: rgba(128,128,128,.08); color: inherit; cursor: pointer;
	display: flex; align-items: center; justify-content: center; text-align: center;
	font-weight: 600; font-size: .85rem; padding: 8px; transition: .15s ease;
}
.osk-interest-tiles--compact .osk-interest-tile { min-height: 56px; flex-basis: calc(50% - 5px); font-size: .8rem; }
.osk-interest-tile.is-selected { border-color: var(--main, #e60000); background: rgba(230,0,0,.12); box-shadow: 0 0 0 1px var(--main, #e60000); }
.osk-interest-modal { position: fixed; inset: 0; z-index: 10050; display: flex; align-items: center; justify-content: center; padding: 16px; }
.osk-interest-modal.d-none { display: none !important; }
.osk-interest-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.65); }
.osk-interest-modal__panel {
	position: relative; z-index: 2; width: min(560px, 100%); max-height: 90vh; overflow: auto;
	background: var(--body-bg, #111); border-radius: 18px; padding: 24px 20px 20px;
	box-shadow: 0 24px 80px rgba(0,0,0,.45);
}
.osk-interest-modal__kicker { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.osk-interest-modal__title { font-size: 1.35rem; margin: .35rem 0; }
.osk-interest-modal__sub { opacity: .75; margin-bottom: 0; font-size: .92rem; }
.osk-interest-modal__actions { display: flex; justify-content: space-between; gap: 10px; align-items: center; flex-wrap: wrap; }

/* Impostazioni feed — pannello premium */
.osk-feed-settings .osk-interest-modal__backdrop {
	background: rgba(6, 6, 10, .72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.osk-feed-settings .osk-feed-settings__panel {
	position: relative;
	display: flex;
	flex-direction: column;
	width: min(620px, 100%);
	max-height: min(90vh, 720px);
	min-height: 0;
	padding: 0;
	overflow: hidden !important;
	border-radius: 16px;
	border: 1px solid rgba(230, 0, 0, .22);
	background: var(--body-bg, #111);
	box-shadow: none;
}
@keyframes oskFeedSettingsIn {
	from { opacity: 0; transform: translateY(14px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Pagina impostazioni feed — stesso pannello della navbar, inline */
.osk-feed-settings--page {
	position: relative;
	display: block;
	z-index: 1;
}
.osk-settings-feed-page {
	padding: 0 !important;
	background: transparent;
	border: 0;
}
.osk-feed-settings--page .osk-feed-settings__panel {
	width: 100%;
	max-height: none;
	animation: none;
	border-radius: 18px;
}
.osk-feed-settings--page .osk-feed-settings__close,
.osk-feed-settings--page #oskInterestSkip {
	display: none !important;
}
.osk-feed-settings--page .osk-feed-settings__scroll {
	max-height: none;
	height: auto;
	display: block;
	overflow: visible !important;
}
.osk-feed-settings--page .osk-feed-settings__footer {
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.osk-feed-settings--page .osk-feed-settings__nav {
	margin-left: auto;
}
.osk-settings-feed-page .tag_sett_page {
	padding: 0;
}
.osk-feed-settings__glow {
	display: none;
}
.osk-feed-settings__header,
.osk-feed-settings__tabs,
.osk-feed-settings__steps,
.osk-feed-settings__scroll,
.osk-feed-settings__footer {
	position: relative;
	z-index: 1;
}
.osk-feed-settings__header,
.osk-feed-settings__tabs,
.osk-feed-settings__steps,
.osk-feed-settings__footer {
	flex-shrink: 0;
}
.osk-feed-settings__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 20px 56px 8px 22px;
	position: relative;
	z-index: 5;
}
.osk-feed-settings__eyebrow { display: none; }
.osk-feed-settings__title {
	margin: 0;
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.02em;
}
.osk-feed-settings__subtitle {
	margin: 6px 0 0;
	font-size: .86rem;
	line-height: 1.4;
	opacity: .58;
	max-width: 42ch;
}
.osk-interest-modal.osk-feed-settings .osk-feed-settings__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 1.55rem;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}
.osk-interest-modal.osk-feed-settings .osk-feed-settings__close:hover {
	opacity: 1;
	background: rgba(230, 0, 0, .85);
	color: #fff;
}

/* Toggle sezioni: Video / Newsfeed / Musica */
.osk-feed-settings__tabs {
	display: flex;
	align-items: stretch;
	gap: 3px;
	margin: 4px 18px 10px;
	padding: 4px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .06);
}
.osk-feed-settings__tab {
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: rgba(255, 255, 255, .55);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none;
	transition: background .15s ease, color .15s ease;
}
.osk-feed-settings__tab:hover {
	background: rgba(255, 255, 255, .05);
	color: rgba(255, 255, 255, .88);
	transform: none;
}
.osk-feed-settings__tab.is-active {
	background: var(--main, #e60000);
	color: #fff;
	box-shadow: none;
}
.osk-feed-settings__tab-icon,
.osk-feed-settings__tab-label {
	display: none;
}

/* Progress onboarding */
.osk-feed-settings__steps {
	display: flex;
	justify-content: center;
	gap: 6px;
	padding: 0 28px 12px;
}
.osk-feed-settings__step-seg {
	flex: 1;
	max-width: 72px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	transition: background .2s ease, box-shadow .2s ease;
}
.osk-feed-settings__step-seg.is-active {
	background: var(--main, #e60000);
}
.osk-feed-settings__step-seg.is-done {
	background: rgba(230, 0, 0, .55);
}

/* Area contenuto: il box sezione (Video/Newsfeed/Musica) è lo scroller reale */
.osk-feed-settings__scroll {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden !important;
	padding: 4px 18px 16px;
}
.osk-feed-settings__section {
	display: block;
}
.osk-feed-settings__section.d-none { display: none !important; }
.osk-interest-modal.osk-feed-settings .osk-feed-settings__section.is-active {
	flex: 1 1 auto;
	align-self: stretch;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, .18) transparent;
}
.osk-interest-modal.osk-feed-settings .osk-feed-settings__section.is-active::-webkit-scrollbar { width: 6px; }
.osk-interest-modal.osk-feed-settings .osk-feed-settings__section.is-active::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .16);
	border-radius: 999px;
}
.osk-interest-modal.osk-feed-settings .osk-feed-settings__card,
.osk-interest-modal.osk-feed-settings .osk-feed-settings__tiles,
.osk-interest-modal.osk-feed-settings .osk-interest-tiles,
.osk-interest-modal.osk-feed-settings .osk-feed-language-settings,
.osk-interest-modal.osk-feed-settings .osk-feed-topic-settings {
	overflow: visible !important;
	min-height: 0;
}
.osk-interest-modal.osk-feed-settings .osk-feed-settings__section,
.osk-interest-modal.osk-feed-settings .osk-feed-settings__card,
.osk-interest-modal.osk-feed-settings .osk-feed-settings__tiles,
.osk-interest-modal.osk-feed-settings .osk-interest-tile {
	touch-action: pan-y;
}

/* Sezioni aperte — niente card box */
.osk-feed-settings__card {
	margin-bottom: 8px;
	padding: 6px 0 18px;
	border-radius: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.osk-feed-settings__card:last-child { margin-bottom: 0; }
.osk-feed-settings__card--soft {
	background: transparent;
	border: 0;
	padding-top: 4px;
}
.osk-feed-settings__card--placeholder {
	text-align: center;
	padding: 28px 8px 24px;
}
.osk-feed-settings__card-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.osk-feed-settings__card-head--with-help {
	align-items: center;
}
.osk-feed-settings__card-head-main {
	flex: 1;
	min-width: 0;
}
.osk-feed-settings__help-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-left: auto;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	color: var(--main, #e60000);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	opacity: .7;
}
.osk-feed-settings__help-btn:hover,
.osk-feed-settings__help-btn[aria-expanded="true"] {
	opacity: 1;
	background: transparent;
	color: var(--main, #e60000);
}
.osk-feed-settings__info-lead {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .84);
}
.osk-feed-settings__card-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: var(--main, #e60000);
}
.osk-feed-settings__card-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}
.osk-feed-settings__card-title {
	margin: 0;
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.25;
}
.osk-feed-settings__card-sub {
	margin: 3px 0 0;
	font-size: .8rem;
	line-height: 1.35;
	opacity: .65;
}
.osk-feed-settings__tiles {
	margin: 0 !important;
}
.osk-feed-settings__tiles .osk-interest-tile {
	flex: 0 0 calc(50% - 5px);
	min-height: 48px;
	border-radius: 10px;
	border: 0;
	background: transparent;
	font-size: .84rem;
	font-weight: 600;
}
.osk-feed-settings__tiles .osk-interest-tile:hover {
	background: rgba(230, 0, 0, .08);
}
.osk-feed-settings__tiles .osk-interest-tile.is-selected {
	border: 0;
	background: rgba(230, 0, 0, .18);
	box-shadow: none;
	color: #fff;
}
.osk-feed-settings__card .osk-feed-language-settings,
.osk-feed-settings__card .osk-feed-topic-settings {
	margin-top: 2px;
}
.osk-feed-settings__card .osk-channel-topics__field {
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .04);
}
.osk-feed-settings__card .osk-channel-topics__chip {
	border: 0;
	background: rgba(230, 0, 0, .18);
}
.osk-feed-settings__trending-label {
	margin: 0 0 10px;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	opacity: .58;
}
.osk-feed-settings__trending-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.osk-feed-settings__trend-chip {
	border: 0;
	background: transparent;
	color: inherit;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: .8rem;
	font-weight: 600;
	cursor: pointer;
}
.osk-feed-settings__trend-chip:hover {
	background: rgba(230, 0, 0, .16);
	color: #fff;
	transform: none;
}
.osk-feed-settings__placeholder-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	color: inherit;
	opacity: .9;
}
.osk-feed-settings__placeholder-icon svg {
	width: 26px;
	height: 26px;
}
.osk-feed-settings__placeholder-title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 700;
}
.osk-feed-settings__placeholder-text {
	margin: 0 auto;
	max-width: 30ch;
	font-size: .88rem;
	line-height: 1.5;
	opacity: .68;
}
.osk-feed-settings__badge-soon {
	display: inline-block;
	margin-top: 14px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	background: rgba(230, 0, 0, .12);
	border: 1px solid rgba(230, 0, 0, .28);
	color: var(--main, #e60000);
}
.osk-feed-settings__info {
	margin-bottom: 14px;
	padding: 0 0 8px;
	border-radius: 0;
	background: transparent;
	border: 0;
	font-size: .84rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, .62);
}
.osk-feed-settings__info p { margin: 0; }
.osk-feed-settings__info code {
	padding: 1px 5px;
	border-radius: 4px;
	background: rgba(0, 0, 0, .35);
	font-size: .82em;
}
.osk-feed-settings__info-list {
	margin: 8px 0 0;
	padding-left: 1.1rem;
}
.osk-feed-settings__info-list li { margin-bottom: 4px; }
.osk-feed-settings__taxonomy { display: grid; gap: 12px; margin-top: 8px; }
.osk-feed-settings__taxonomy-row p {
	margin: 4px 0 0;
	font-size: .86rem;
	line-height: 1.5;
	opacity: .75;
}
.osk-feed-settings__taxonomy-row a { color: var(--main, #e60000); }
.osk-feed-settings__taxonomy-label {
	display: inline-block;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, .55);
}
.osk-feed-topic__hint {
	margin: 0 0 10px;
	font-size: .82rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, .62);
}
.osk-feed-topic-settings { position: relative; }

/* Footer azioni */
.osk-feed-settings__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	padding: 12px 22px 18px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	background: transparent;
	backdrop-filter: none;
}
.osk-feed-settings__nav {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}
.osk-feed-settings__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 10px;
	font-size: .86rem;
	font-weight: 700;
	border: 0;
	cursor: pointer;
}
.osk-feed-settings__btn:disabled {
	opacity: .45;
	cursor: not-allowed;
}
.osk-feed-settings__btn--ghost {
	background: transparent;
	color: inherit;
	opacity: .7;
}
.osk-feed-settings__btn--ghost:hover:not(:disabled) {
	opacity: 1;
	background: transparent;
}
.osk-feed-settings__btn--secondary {
	background: transparent;
	color: inherit;
}
.osk-feed-settings__btn--secondary:hover:not(:disabled) {
	background: rgba(230, 0, 0, .1);
}
.osk-feed-settings__btn--primary {
	background: var(--main, #e60000);
	color: #fff;
}
.osk-feed-settings__btn--primary:hover:not(:disabled) {
	background: #ff1a1a;
}

html.osk-feed-settings-open,
body.osk-feed-settings-open {
	overflow: hidden !important;
	overscroll-behavior: none;
}

@media (max-width: 991.98px) {
	.osk-interest-modal.osk-feed-settings {
		padding: 0;
		align-items: stretch;
		justify-content: stretch;
	}
	.osk-interest-modal.osk-feed-settings .osk-feed-settings__panel {
		position: fixed;
		inset: 0;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		min-height: 0;
		border-radius: 0;
		border: 0;
		height: 100%;
		max-height: 100%;
		height: 100dvh;
		max-height: 100dvh;
		padding-top: env(safe-area-inset-top, 0px);
	}
	.osk-feed-settings__header { padding: 16px 52px 8px 16px; }
	.osk-interest-modal.osk-feed-settings .osk-feed-settings__close {
		top: calc(10px + env(safe-area-inset-top, 0px));
		right: max(10px, env(safe-area-inset-right, 0px));
	}
	.osk-feed-settings__tabs { margin: 0 12px 8px; padding: 3px; }
	.osk-feed-settings__tab { padding: 8px 6px; font-size: .74rem; }
	.osk-feed-settings__scroll { padding: 4px 16px 14px; }
	.osk-feed-settings__card { padding: 4px 0 14px; }
	.osk-feed-settings__footer {
		padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px));
	}
}

@media (max-width: 520px) {
	.osk-feed-settings__tiles .osk-interest-tile { flex: 0 0 100%; }
}

/* legacy compat — vecchie classi hint/placeholder */
.osk-feed-settings__hint,
.osk-feed-settings__placeholder { display: none; }

/* Popup «Scegli la libertà» — guest CTA premium nitido */
/* --------------------------------------------------------------------------
 * Oskurati hero-card — pattern riusabile (popup freedom, promo, onboarding)
 * Markup: .osk-hero-card > .osk-hero-card__art + .osk-hero-card__body
 * Asset: PNG mascot anime con alpha trasparente in themes/playtag/img/
 * -------------------------------------------------------------------------- */
.osk-hero-card,
.osk-freedom__hero-card {
	display: flex; align-items: stretch; gap: 0; min-height: 132px;
	border-radius: 18px; overflow: hidden;
	background:
		linear-gradient(135deg, rgba(230, 0, 0, .1) 0%, rgba(230, 0, 0, 0) 42%),
		linear-gradient(168deg, #1e1e24 0%, #141418 52%, #101014 100%);
	border: 1px solid rgba(255, 255, 255, .1);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .03) inset,
		0 10px 28px rgba(0, 0, 0, .35),
		0 0 24px rgba(230, 0, 0, .06);
}
.osk-hero-card__art,
.osk-freedom__hero-art {
	flex: 0 0 148px; width: 148px; min-height: 132px;
	display: flex; align-items: center; justify-content: center;
	padding: 10px;
	background: transparent;
	border-right: 1px solid rgba(255, 255, 255, .05);
}
.osk-hero-card__asset,
.osk-freedom__asset {
	width: 100%; height: auto; max-width: 128px; max-height: 128px;
	object-fit: contain; object-position: center;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .4)) drop-shadow(0 0 16px rgba(230, 0, 0, .22));
}
.osk-hero-card__body,
.osk-freedom__hero-body {
	flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center;
	padding: 14px 16px 14px 14px;
}
.osk-hero-card__body strong,
.osk-freedom__hero-body strong {
	display: block; font-size: .92rem; font-weight: 700; color: #fff;
	margin-bottom: 5px; line-height: 1.25;
}
.osk-hero-card__body span,
.osk-freedom__hero-body span {
	display: block; font-size: .8rem; color: rgba(255, 255, 255, .76); line-height: 1.45;
}
@media (max-width: 575.98px) {
	.osk-hero-card,
	.osk-freedom__hero-card { min-height: 0; }
	.osk-hero-card__art,
	.osk-freedom__hero-art {
		flex-basis: 118px; width: 118px; min-height: 118px; padding: 6px;
	}
	.osk-hero-card__asset,
	.osk-freedom__asset { max-width: 106px; max-height: 106px; }
	.osk-hero-card__body,
	.osk-freedom__hero-body { padding: 12px 12px 12px 10px; }
}

/* Popup guest — Scegli la libertà */
.osk-freedom { position: fixed; inset: 0; z-index: 10055; display: flex; align-items: center; justify-content: center; padding: 20px; perspective: 1400px; }
.osk-freedom.d-none { display: none !important; }
body.osk-freedom-open { overflow: hidden; }
.osk-freedom__backdrop { position: absolute; inset: 0; background: rgba(8, 8, 10, .82); }
.osk-freedom__scene { position: relative; z-index: 2; width: min(580px, 100%); transform-style: preserve-3d; }
.osk-freedom__layer { will-change: transform; }
.osk-freedom__halo {
	position: absolute; inset: -6% -4%; border-radius: 28px; pointer-events: none; z-index: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(230, 0, 0, .22), transparent 70%);
}
.osk-freedom__panel {
	position: relative; z-index: 2; overflow: hidden;
	background: linear-gradient(168deg, #1a1a1f 0%, #111115 48%, #0d0d10 100%);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px; padding: 28px 26px 24px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .04) inset,
		0 32px 64px rgba(0, 0, 0, .55),
		0 12px 28px rgba(230, 0, 0, .12);
	transform: translateZ(20px);
}
.osk-freedom__accent {
	position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: linear-gradient(90deg, transparent, var(--main, #e60000) 20%, #ff4d4d 50%, var(--main, #e60000) 80%, transparent);
}
.osk-freedom__close {
	position: absolute; top: 14px; right: 14px; width: 38px; height: 38px;
	border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%;
	background: rgba(255, 255, 255, .06); color: #fff; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background .15s ease, border-color .15s ease;
}
.osk-freedom__close:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .22); }
.osk-freedom__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.osk-freedom__mark {
	width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
	background: var(--main, #e60000);
	box-shadow: 0 0 0 4px rgba(230, 0, 0, .2);
}
.osk-freedom__kicker {
	font-size: .7rem; text-transform: uppercase; letter-spacing: .14em;
	color: var(--main, #e60000); font-weight: 800;
}
.osk-freedom__title {
	font-size: clamp(1.45rem, 4vw, 1.85rem); font-weight: 800; margin: 0 0 .65rem;
	line-height: 1.15; color: #fff; letter-spacing: -.02em;
}
.osk-freedom__title-accent { color: var(--main, #e60000); }
.osk-freedom__sub {
	font-size: .94rem; margin: 0 0 1.25rem; line-height: 1.55;
	color: rgba(255, 255, 255, .88);
}
.osk-freedom__sub strong { color: #fff; font-weight: 700; }
.osk-freedom__benefits { list-style: none; margin: 0 0 1.15rem; padding: 0; display: grid; gap: 10px; }
.osk-freedom__benefit { margin: 0; padding: 0; }
.osk-freedom__actions { display: flex; flex-direction: column; gap: 10px; margin-top: .15rem; }
.osk-freedom__cta {
	width: 100%; text-align: center; font-weight: 700; font-size: .92rem;
	border-radius: 14px; padding: .75rem 1.1rem; border: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.osk-freedom__cta.btn-main {
	background: linear-gradient(180deg, #f01515 0%, var(--main, #e60000) 45%, #c40000 100%);
	box-shadow: 0 8px 24px rgba(230, 0, 0, .35), 0 1px 0 rgba(255, 255, 255, .15) inset;
}
.osk-freedom__cta.btn-main:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(230, 0, 0, .42), 0 1px 0 rgba(255, 255, 255, .15) inset;
}
.osk-freedom__cta--ghost {
	background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16) !important;
	color: #fff !important;
}
.osk-freedom__cta--ghost:hover { background: rgba(255, 255, 255, .11); }
.osk-top-nav__btn--freedom .osk-top-nav__label { max-width: none; font-weight: 600; }
@media (max-width: 575.98px) {
	.osk-freedom__panel { padding: 24px 14px 20px; border-radius: 20px; }
	.osk-top-nav__btn--freedom .osk-top-nav__label { font-size: .68rem; }
}
.home-feed-why { display: none; }

/* Card feed home — meta canale + badge motivo */
.home-feed-card-info { margin-top: 10px; }
.home-feed-card-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 600;
	line-height: 1.35;
	max-height: 2.7em;
	font-size: .94rem;
	margin: 0 0 6px;
}
.home-feed-card-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}
.home-feed-card-row {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}
.home-feed-card-channel {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
	color: inherit;
	transition: opacity .15s ease;
}
.home-feed-card-channel:hover {
	opacity: .9;
	text-decoration: none;
	color: inherit;
}
.home-feed-card-inline {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	gap: 6px;
	font-size: .78rem;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
}
.home-feed-card-channel__avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
}
.home-feed-card-channel__name {
	font-size: .84rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .92);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	flex: 0 1 auto;
	max-width: 100%;
	text-decoration: none;
}
.home-feed-card-channel__name:hover {
	color: rgba(255, 255, 255, .92);
	text-decoration: none;
	opacity: .88;
}
.home-feed-card-stats__views {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, .78);
	font-weight: 600;
	flex-shrink: 0;
}
.home-feed-card-stats__eye {
	display: block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: rgba(255, 255, 255, .9);
}
.home-feed-card-stats__views-num {
	line-height: 1;
	letter-spacing: .01em;
}
.home-feed-card-stats__sep {
	opacity: .45;
	font-size: .7rem;
	line-height: 1;
	user-select: none;
	flex-shrink: 0;
}
.home-feed-card-stats__time {
	color: rgba(255, 255, 255, .62);
	font-weight: 400;
	flex-shrink: 0;
}
/* Card del filtro Live in home: osk-live.css qui non e' caricata (arriva solo
   al mousedown sulla card), quindi le regole minime stanno in questo file. */
/* Il tema nasconde .duration (opacity 0) e la fa entrare all'hover: per una
   diretta il conteggio spettatori deve restare sempre visibile. Serve la stessa
   specificita' di .tag_video_grid_list .duration, con discovery.css caricata dopo. */
.home-live-card .home-live-card__audience,
.home-live-card:hover .home-live-card__audience {
	top: auto;
	left: auto;
	right: 8px;
	bottom: 8px;
	opacity: 1;
	padding: 3px 8px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .78);
	font-size: .72rem;
	font-weight: 600;
	line-height: 1.35;
}
.home-live-card__badge .osk-live-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ff3b3b;
	box-shadow: 0 0 6px #ff3b3b;
}
/* Descrizione diretta nelle card del filtro Live in home */
.home-live-card__desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 7px 0 0;
	font-size: .8rem;
	line-height: 1.4;
	max-height: 2.8em;
	color: rgba(255, 255, 255, .58);
}
.home-feed-card-reason__viewport {
	width: 100%;
	overflow: hidden;
	margin-top: 4px;
	-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 18px), transparent 100%);
	mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 18px), transparent 100%);
}
.home-feed-card-reason__viewport:not(.is-marquee) {
	-webkit-mask-image: none;
	mask-image: none;
}
.home-feed-card-reason__track {
	display: inline-flex;
	align-items: center;
	min-width: min-content;
	white-space: nowrap;
	will-change: transform;
}
.home-feed-card-reason__gap {
	display: inline-block;
	width: 28px;
	flex-shrink: 0;
}
.home-feed-card-reason__dup {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}
.home-feed-card-reason__viewport.is-marquee .home-feed-card-reason__track {
	animation: oskHomeReasonMarquee var(--osk-reason-marquee-dur, 14s) linear infinite;
}
.home-feed-card-reason__viewport.is-marquee:hover .home-feed-card-reason__track {
	animation-play-state: paused;
}
@keyframes oskHomeReasonMarquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-50% - 14px)); }
}
.home-feed-card-reason__viewport .home-feed-reason-badge {
	max-width: none;
}
.home-feed-card-reason__viewport .home-feed-reason-badge__text {
	overflow: visible;
	text-overflow: clip;
}

.home-feed-card-new-pill {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(230, 0, 0, 0.94);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	pointer-events: none;
}

.home-feed-reason-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
	min-height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .01em;
	color: rgba(255, 255, 255, .78);
}
.home-feed-reason-badge__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: none;
	border: 0;
	border-radius: 0;
}
.home-feed-reason-badge__icon svg {
	display: block;
	width: 20px;
	height: 20px;
	opacity: .96;
}
.home-feed-reason-badge__text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
	color: rgba(255, 255, 255, .82);
	opacity: 1;
}
/* Solo featured in accent rosso Oskurati — resto monocromatico flat */
.home-feed-reason-badge--featured {
	color: var(--main, #e60000);
}
.home-feed-reason-badge--featured .home-feed-reason-badge__icon svg {
	opacity: 1;
}
.home-feed-reason-badge--featured .home-feed-reason-badge__text {
	color: rgba(255, 255, 255, .9);
}
.home-feed-reason-badge--trending .home-feed-reason-badge__icon svg {
	opacity: 1;
}
.home-feed-reason-badge--trending .home-feed-reason-badge__text {
	color: rgba(255, 255, 255, .84);
}
.home-feed-reason-badge--fresh .home-feed-reason-badge__text {
	color: rgba(255, 255, 255, .84);
}
.home-feed-reason-badge--follow .home-feed-reason-badge__text,
.home-feed-reason-badge--interest .home-feed-reason-badge__text,
.home-feed-reason-badge--continue .home-feed-reason-badge__text,
.home-feed-reason-badge--topic .home-feed-reason-badge__text,
.home-feed-reason-badge--neutral .home-feed-reason-badge__text {
	color: rgba(255, 255, 255, .8);
}

@media (max-width: 575.98px) {
	.home-feed-card-channel__avatar { width: 26px; height: 26px; }
	.home-feed-card-channel__name { font-size: .82rem; }
	.home-feed-card-reason__viewport { margin-top: 3px; }
	.home-feed-card-inline { font-size: .74rem; gap: 5px; }
	.home-feed-reason-badge { font-size: .84rem; }
	.home-feed-reason-badge__icon,
	.home-feed-reason-badge__icon svg { width: 18px; height: 18px; }
}

.osk-interest-settings { margin-top: .5rem; }
.osk-interest-reprompt {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 10px 14px; margin-bottom: 12px; border-radius: 12px;
	background: rgba(128,128,128,.12); font-size: .9rem;
}
.osk-channel-cat-badge {
	display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px;
	background: rgba(128,128,128,.12); font-size: .9rem; margin-bottom: 8px;
}
.osk-upload-override { margin-top: 8px; }

/* Layout top-nav — sidebar sinistra rimossa, centratura globale */
body.osk-topnav-layout {
	--osk-nav-h: 64px;
	--osk-nav-gap: 14px;
	--osk-page-top: calc(var(--osk-nav-h) + var(--osk-nav-gap));
}
@media (max-width: 767.98px) {
	body.osk-topnav-layout {
		--osk-nav-h: 54px;
		--osk-nav-gap: 12px;
	}
}
body.osk-topnav-layout .head_sidebar,
body.osk-topnav-layout .head_sidebar_menu,
body.osk-topnav-layout .head_sidebar_backsplash {
	display: none !important;
}
body.osk-topnav-layout .main-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: var(--osk-page-top) !important;
}
body.osk-topnav-layout[data-osk-page="messages"] .main-content,
body.pt-messenger-locked.osk-topnav-layout[data-osk-page="messages"] .main-content {
	margin-top: 0 !important;
}
body.osk-topnav-layout .empty_state_center {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.osk-topnav-layout .tag_header_ddown {
	left: 0 !important;
	right: auto !important;
}
body.osk-topnav-layout.search_menu_open .tag_search_menu,
body.osk-topnav-layout.noti_menu_open .tag_noti_menu {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
/* Contenuto pagine — wrapper centrato */
body.osk-topnav-layout .main-content > .container-fluid {
	max-width: min(1600px, 100%);
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(12px, 2vw, 24px) !important;
	padding-right: clamp(12px, 2vw, 24px) !important;
}
body.osk-topnav-layout #container_content > .container,
body.osk-topnav-layout #container_content > .container.home-page-shell,
body.osk-topnav-layout #container_content > .container.tag_import,
body.osk-topnav-layout #container_content > .container-fluid.osk-search-hub {
	max-width: min(1400px, 100%);
	margin-left: auto;
	margin-right: auto;
}
/* Full-bleed: watch, shorts, newsfeed, music, messaggi */
body.osk-topnav-layout[data-osk-page="live_sessions"] .main-content > .container-fluid,
body.osk-topnav-layout.osk-live-studio-desk .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="watch"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="shorts"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="newsfeed"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="music"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="music-library"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="messages"] .main-content > .container-fluid,
body.osk-topnav-layout[data-osk-page="oskurati-audio"] .main-content > .container-fluid {
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* Legacy hero/slider — offset sidebar rimosso */
body.osk-topnav-layout .tag_feat_video {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.osk-topnav-layout .tag_feat_video_img {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body.osk-topnav-layout .tag_feat_video_info:before {
	width: 100% !important;
}
body.osk-topnav-layout .tag_profile_cover .cover-container,
body.osk-topnav-layout .tag_profile_cover .cover-container-2 {
	width: 100%;
}
/* Messaggi — pannello followed senza sidebar sinistra */
body.osk-topnav-layout .messages-sidebar.followed-open {
	width: 100% !important;
	margin-left: 0 !important;
}
body.osk-topnav-layout .messages-sidebar .pt-msg-followed-menu {
	left: 0;
}
/* RTL — offset sidebar legacy rimosso */
html[dir="rtl"] body.osk-topnav-layout .main-content {
	margin-right: 0 !important;
}
html[dir="rtl"] body.osk-topnav-layout .tag_header_ddown {
	right: 0 !important;
	left: auto !important;
}
html[dir="rtl"] body.osk-topnav-layout .tag_feat_video_img {
	margin-right: 0 !important;
}

/* Home header nav — barra bilanciata */
.tag_header {
	height: 64px;
	align-items: center;
	padding: 0 16px;
	border-bottom: 1px solid rgba(128,128,128,.12);
}
.tag_header--home,
.tag_header--search,
.tag_header--newsfeed,
.tag_header--music,
.tag_header--channel,
.tag_header--topics,
.tag_header--topic,
.tag_header--watch,
.tag_header--messages,
.tag_header--settings {
	height: 64px;
	align-items: center;
	padding: 0 16px;
	background: var(--body-bg) !important;
	backdrop-filter: none !important;
	border-bottom: 1px solid rgba(128,128,128,.12);
}
.tag_header--home .osk-header-center,
.tag_header--newsfeed .osk-header-center,
.tag_header--music .osk-header-center,
.tag_header--channel .osk-header-center,
.tag_header--topics .osk-header-center,
.tag_header--topic .osk-header-center,
.tag_header--watch .osk-header-center,
.tag_header--messages .osk-header-center {
	justify-content: stretch;
}
.tag_header--home .osk-header-shell,
.tag_header--newsfeed .osk-header-shell,
.tag_header--music .osk-header-shell,
.tag_header--channel .osk-header-shell,
.tag_header--topics .osk-header-shell,
.tag_header--topic .osk-header-shell,
.tag_header--watch .osk-header-shell,
.tag_header--messages .osk-header-shell {
	gap: 10px;
	height: 64px;
}
.tag_header--home .navbar-header,
.tag_header--newsfeed .navbar-header,
.tag_header--music .navbar-header,
.tag_header--channel .navbar-header,
.tag_header--topics .navbar-header,
.tag_header--topic .navbar-header,
.tag_header--watch .navbar-header,
.tag_header--messages .navbar-header {
	padding: 0;
	flex-shrink: 0;
}
.tag_header--home .navbar-brand img,
.tag_header--newsfeed .navbar-brand img,
.tag_header--music .navbar-brand img,
.tag_header--channel .navbar-brand img,
.tag_header--topics .navbar-brand img,
.tag_header--topic .navbar-brand img,
.tag_header--watch .navbar-brand img,
.tag_header--messages .navbar-brand img {
	max-height: 36px;
	max-width: 128px;
}
.tag_header--home:before,
.tag_header--newsfeed:before,
.tag_header--music:before,
.tag_header--channel:before,
.tag_header--topics:before,
.tag_header--topic:before,
.tag_header--watch:before,
.tag_header--messages:before,
.tag_header--settings:before { display: none !important; opacity: 0 !important; }
.tag_header--home.scrolled,
.tag_header--newsfeed.scrolled,
.tag_header--music.scrolled,
.tag_header--channel.scrolled,
.tag_header--topics.scrolled,
.tag_header--topic.scrolled,
.tag_header--watch.scrolled,
.tag_header--messages.scrolled,
.tag_header--settings.scrolled { background: var(--body-bg) !important; }
/* Fallback: navbar opaca su tutto il topnav anche senza modifier */
body.osk-topnav-layout .tag_header {
	background-color: var(--body-bg, #0f1014) !important;
}
.osk-header-shell {
	display: grid;
	grid-template-columns: 1fr minmax(0, calc((100vw - 200px) * 0.546)) 1fr;
	align-items: center;
	width: 100%;
	height: 64px;
	gap: 10px;
	min-width: 0;
}
.tag_header .navbar-header {
	grid-column: 1;
	justify-self: start;
	flex-shrink: 0;
	z-index: 2;
}
.osk-header-center {
	grid-column: 2;
	display: flex;
	align-items: center;
	justify-self: center;
	width: 100%;
	max-width: calc((100vw - 200px) * 0.546);
	min-width: 0;
	margin: 0;
	padding: 0 8px;
	overflow: hidden;
}
.osk-header-center .osk-header-bar { width: 100%; min-width: 0; }
.osk-header-actions,
.tag_header > .osk-header-shell > .dropdown.nav {
	grid-column: 3;
	justify-self: end;
	flex-shrink: 0;
	z-index: 2;
}
.tag_header .dropdown.nav { flex-shrink: 0; }
.tag_header .dropdown.nav .btn-main-outline { padding: 0 14px; height: 38px; font-size: .9rem; line-height: 1; }
.osk-header-bar {
	display: flex; flex-flow: row nowrap; align-items: center; gap: 7px;
	width: 100%; max-width: 100%; min-width: 0;
	overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.osk-header-bar::-webkit-scrollbar { display: none; }
.osk-header-bar__contextual {
	flex: 0 0 auto; min-width: 0; max-width: none; flex-shrink: 0;
}
.osk-header-bar__contextual-pane { min-width: 0; flex: 0 0 auto; }
.osk-header-bar__contextual .osk-home-nav,
.osk-header-bar__contextual .osk-home-nav__inner {
	width: auto; max-width: none;
}
.osk-header-bar__search-group {
	display: flex; align-items: center; gap: 7px;
	flex: 1 1 auto; min-width: 0;
}
.osk-header-bar__search-group .osk-header-bar__search {
	flex: 1 1 auto; min-width: 0; max-width: none;
}
.osk-header-bar__action {
	flex: 0 0 auto; flex-shrink: 0;
	display: flex; align-items: center; gap: 4px;
	margin-left: auto;
}
.osk-header-bar__action-pane { flex: 0 0 auto; }

/* Newsfeed info ? — header (sempre caricato, anche navigazione AJAX) */
.osk-nf-feed-info--header {
	position: relative;
	flex: 0 0 auto;
	z-index: 24;
}
.osk-nf-feed-info__btn--header {
	min-width: 38px;
	justify-content: center;
}
.osk-nf-feed-info__btn-mark {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}
.osk-nf-feed-info--header .osk-nf-feed-info__pop {
	position: fixed;
	top: calc(var(--osk-nav-h, 56px) + 8px);
	right: max(12px, env(safe-area-inset-right, 0px));
	left: auto;
	z-index: 1200;
	width: min(340px, calc(100vw - 24px));
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: rgba(255, 255, 255, .76);
	font-size: .84rem;
	line-height: 1.55;
	text-align: left;
}
.osk-nf-feed-info--header .osk-nf-feed-info__pop.d-none { display: none !important; }
.osk-nf-feed-info--header .osk-nf-feed-info__lead {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, .82);
}
.osk-nf-feed-info--header .osk-nf-feed-info__list {
	margin: 0 0 12px;
	padding-left: 1.1rem;
}
.osk-nf-feed-info--header .osk-nf-feed-info__list li { margin-bottom: 4px; }
.osk-nf-feed-info--header .osk-nf-feed-info__taxonomy { display: grid; gap: 10px; }
.osk-nf-feed-info--header .osk-nf-feed-info__row p {
	margin: 3px 0 0;
	font-size: .82rem;
	color: rgba(255, 255, 255, .68);
}
.osk-nf-feed-info--header .osk-nf-feed-info__label {
	display: inline-block;
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, .48);
}
.osk-nf-feed-info--header .osk-nf-feed-info__pop code {
	padding: 1px 5px;
	border-radius: 4px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .14);
	font-size: .82em;
}
.osk-nf-feed-info--header .osk-nf-feed-info__pop a,
.osk-nf-feed-info--header .osk-nf-feed-info__link {
	color: rgba(255, 255, 255, .9);
	text-decoration: underline;
	text-underline-offset: 2px;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	cursor: pointer;
}
.osk-nf-feed-info--header .osk-nf-feed-info__pop a:hover,
.osk-nf-feed-info--header .osk-nf-feed-info__link:hover {
	color: #fff;
}
.osk-header-bar__action-btn.osk-nf-feed-info__btn[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, .45);
	color: #fff;
}

.osk-mobile-header-search {
	display: none;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(128, 128, 128, 0.18);
	border-radius: 8px;
	background: rgba(128, 128, 128, 0.06);
	color: inherit;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.osk-mobile-header-search:hover,
.osk-mobile-header-search:active {
	background: rgba(128, 128, 128, 0.12);
	border-color: rgba(128, 128, 128, 0.24);
}
.osk-mobile-header-search svg { display: block; flex-shrink: 0; }
.osk-header-bar__search {
	flex: 1 1 auto; min-width: 0; max-width: none;
}
.osk-header-bar__nav { flex: 0 0 auto; flex-shrink: 0; }
.osk-header-bar__primary { flex: 1 1 auto; min-width: 0; max-width: 100%; }
.osk-home-nav { position: relative; width: 100%; max-width: 100%; margin: 0; }
.osk-home-nav__inner {
	display: flex; align-items: center; gap: 7px; flex-wrap: nowrap; width: 100%; max-width: 100%; min-width: 0;
}
.osk-home-nav__filters { display: flex; flex-shrink: 0; gap: 5px; align-items: center; }
.osk-home-nav__search-slot { flex: 1 1 auto; min-width: min(252px, 29.4vw); max-width: none; width: auto; }
.osk-home-nav__cats-btn {
	flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px;
	min-width: 34px; padding: 0 11px !important; line-height: 34px !important;
}
.osk-home-nav__cats-btn svg { flex-shrink: 0; opacity: .88; width: 16px; height: 16px; }
.osk-home-nav__cats-btn-label { display: none; font-size: .9rem; font-weight: 600; }
.osk-home-nav__cats-btn.active {
	background: var(--main, #e60000); color: #fff; border-color: transparent;
}
.home-chip, .osk-home-nav__chip, .osk-home-nav__cats-btn {
	flex: 0 0 auto; border: 1px solid transparent; border-radius: 6px; padding: 0 11px; line-height: 34px;
	font-weight: 600; font-size: .9rem; white-space: nowrap; cursor: pointer;
	background: rgba(128,128,128,.1); color: inherit; transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.home-chip:hover, .osk-home-nav__chip:hover, .osk-home-nav__cats-btn:hover {
	background: rgba(128,128,128,.18); border-color: rgba(128,128,128,.12);
}
.home-chip.active, .osk-home-nav__chip.active, .osk-home-nav__cats-btn.active {
	background: var(--main, #e60000); color: #fff; border-color: transparent;
}
.osk-home-nav__chip {
	display: inline-flex; align-items: center; gap: 6px; height: 34px; line-height: 1; text-decoration: none;
}
.osk-home-nav__chip-icon {
	display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.osk-home-nav__chip-icon svg {
	width: 16px; height: 16px; flex-shrink: 0; opacity: .88;
}
.osk-home-nav__chip.active .osk-home-nav__chip-icon svg,
.osk-home-nav__chip[aria-selected="true"] .osk-home-nav__chip-icon svg {
	opacity: 1;
}
.osk-home-nav__chip-label { line-height: 1; }
.home-chip--gear { min-width: 34px; padding: 0 8px; justify-content: center; }

.osk-top-nav {
	display: flex; align-items: center; gap: 3px; flex-shrink: 0;
	padding-left: 6px; margin-left: 0;
	border-left: 1px solid rgba(128,128,128,.14);
}
.osk-top-nav__item { position: relative; flex: 0 0 auto; }
.osk-top-nav__link,
.osk-top-nav__btn {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 0 9px; height: 34px; border-radius: 6px;
	border: 1px solid transparent; background: transparent;
	color: inherit; text-decoration: none; font-size: .86rem; font-weight: 600;
	white-space: nowrap; cursor: pointer; transition: background .15s ease, color .15s ease;
}
.osk-top-nav__link svg,
.osk-top-nav__btn svg { width: 18px; height: 18px; }
.osk-top-nav__link:hover,
.osk-top-nav__btn:hover {
	background: rgba(128,128,128,.12); color: inherit; text-decoration: none;
}
.osk-top-nav__link.active,
.osk-top-nav__btn.active {
	background: rgba(230,0,0,.12); color: var(--main, #e60000); border-color: rgba(230,0,0,.18);
}
.osk-top-nav__link svg,
.osk-top-nav__btn svg { flex-shrink: 0; opacity: .88; }
.osk-top-nav__link.active svg,
.osk-top-nav__btn.active svg { opacity: 1; }
.osk-top-nav__label { display: none; line-height: 1; }
.osk-top-nav__link--avatar { padding-left: 4px; padding-right: 6px; }
.osk-top-nav__avatar {
	width: 24px; height: 24px; border-radius: 50%; object-fit: cover;
	border: 1px solid rgba(128,128,128,.2);
}
.osk-top-nav__badge {
	top: 0; right: 2px; min-width: 15px; height: 15px; padding: 0 3px;
	border-radius: 999px; background: #e10600; color: #fff; font-size: 8px;
	line-height: 15px; font-weight: 700; display: none; align-items: center; justify-content: center;
	pointer-events: none; z-index: 2;
}
#newsfeed_menu_ .osk-top-nav__badge:not(:empty),
#newsfeed_menu_ .osk-newsfeed-badge:not(:empty) { display: none !important; }

/* Azioni header destro — utente e Inizia separati */
.osk-header-actions {
	display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.osk-header-feed-settings {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; flex-shrink: 0;
	border: 1px solid rgba(128,128,128,.18); border-radius: 8px;
	background: rgba(128,128,128,.06); color: inherit; cursor: pointer;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.osk-header-feed-settings:hover {
	background: rgba(128,128,128,.12);
	border-color: rgba(128,128,128,.24);
	color: var(--main, #e60000);
}
.osk-header-feed-settings svg { display: block; }
.osk-header-user {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 0 12px 0 10px; height: 38px;
	border: 1px solid rgba(128,128,128,.18); border-radius: 8px;
	background: rgba(128,128,128,.06); color: inherit; cursor: pointer;
	max-width: min(240px, 30vw); min-width: 0;
	transition: background .15s ease, border-color .15s ease;
}
.osk-header-user:hover {
	background: rgba(128,128,128,.12);
	border-color: rgba(128,128,128,.24);
}
.osk-header-user__avatar-wrap { position: relative; flex-shrink: 0; }
.osk-header-user__avatar {
	width: 30px; height: 30px; border-radius: 50%; object-fit: cover;
	border: 1px solid rgba(128,128,128,.2);
}
.osk-header-user__name {
	font-size: .9rem; font-weight: 600; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis; line-height: 1;
}
.osk-header-user__badge,
#new-notifications.osk-header-user__badge {
	position: absolute; top: -4px; right: -6px;
	min-width: 17px; height: 17px; padding: 0 4px;
	border-radius: 999px; background: #e10600; color: #fff;
	font-size: 10px; line-height: 17px; font-weight: 700;
	display: none; align-items: center; justify-content: center;
	pointer-events: none; z-index: 2;
}
#new-notifications.osk-header-user__badge:not(:empty),
.osk-header-user__badge:not(:empty) { display: inline-flex !important; }
.osk-header-create { position: static; flex-shrink: 0; }
.osk-header-create__btn {
	height: 38px; padding: 0 14px !important; border-radius: 8px !important;
	display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
	font-size: .9rem; font-weight: 600;
}
.osk-header-create__label { font-size: .9rem; font-weight: 600; }
@media (max-width: 991.98px) {
	.osk-header-user__name, .osk-header-create__label { display: none; }
	.osk-header-user {
		padding: 0;
		height: auto;
		max-width: none;
		border: none;
		border-radius: 0;
		background: transparent;
		transition: opacity .15s ease;
	}
	.osk-header-user:hover {
		opacity: 0.85;
		background: transparent;
		border-color: transparent;
	}
	.osk-header-user__avatar {
		width: 34px;
		height: 34px;
		border: none;
		background: transparent;
	}
	.osk-header-create__btn { padding: 0 12px !important; }
}

@media (min-width: 1200px) {
	.osk-home-nav__cats-btn-label { display: inline; }
	.osk-top-nav__label { display: inline; }
}

@media (max-width: 1199.98px) {
	.osk-header-shell {
		grid-template-columns: 1fr minmax(0, calc((100vw - 180px) * 0.546)) 1fr;
	}
	.osk-header-center { max-width: calc((100vw - 180px) * 0.546); }
	.osk-home-nav__search-slot { min-width: min(196px, 25.2vw); }
	.osk-top-nav__link, .osk-top-nav__btn { padding: 0 7px; min-width: 32px; justify-content: center; }
	.osk-home-nav__cats-btn { padding: 0 8px !important; min-width: 32px; }
}
@media (max-width: 767.98px) {
	.tag_header,
	.tag_header--home,
	.tag_header--search,
	.tag_header--newsfeed,
	.tag_header--music,
	.tag_header--channel,
	.tag_header--topics,
	.tag_header--topic,
	.tag_header--watch {
		height: auto;
		min-height: 54px;
		padding: 0 10px;
	}
	.osk-header-shell,
	.tag_header--home .osk-header-shell,
	.tag_header--newsfeed .osk-header-shell,
	.tag_header--music .osk-header-shell,
	.tag_header--channel .osk-header-shell,
	.tag_header--topic .osk-header-shell,
	.tag_header--watch .osk-header-shell {
		height: auto;
		min-height: 54px;
		gap: 8px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.tag_header .navbar-header,
	.osk-header-center,
	.osk-header-actions,
	.tag_header > .osk-header-shell > .dropdown.nav {
		grid-column: auto;
		justify-self: auto;
	}
	.osk-header-center { padding: 0 4px; flex: 1 1 auto; max-width: none; width: auto; }
	.osk-home-nav__filters .osk-home-nav__chip:nth-child(n+3):not(.home-chip--gear) { display: none; }
	.osk-home-nav__search-slot { flex: 1 1 auto; min-width: 98px; max-width: none; }
	.osk-top-nav__item--mobile { display: block; }
}
@media (min-width: 768px) {
	.osk-top-nav__item--mobile { display: none; }
}
@media (max-width: 575.98px) {
	.osk-top-nav { padding-left: 4px; gap: 2px; }
	.osk-top-nav__link, .osk-top-nav__btn { padding: 0 6px; min-width: 32px; height: 30px; }
	.home-chip, .osk-home-nav__chip, .osk-home-nav__cats-btn { line-height: 30px; font-size: .76rem; }
}

@media (max-width: 575.98px) {
	.osk-interest-tile { flex-basis: calc(50% - 5px); }
}

/* Settings — Categoria canale + argomenti hashtag */
.ch-channel-category-settings { max-width: 640px; }
.ch-channel-category__label {
	display: block; font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .05em; color: rgba(255,255,255,.5); margin-bottom: 8px;
}
.ch-channel-category__locked {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 14px 16px; border-radius: 12px;
	background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
}
.ch-channel-category__locked-label {
	font-size: 15px; font-weight: 600; color: #fff;
}
.ch-channel-category__locked-badge {
	flex-shrink: 0; font-size: 11px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .04em; padding: 4px 8px; border-radius: 999px;
	background: rgba(255,193,7,.15); color: #ffc107; border: 1px solid rgba(255,193,7,.35);
}
.ch-channel-category-settings .ch-comp-select--simple { margin-bottom: 0; }
.ch-channel-category-settings .ch-comp-select--simple.mb-3 { margin-bottom: 1rem !important; }
.ch-channel-category-settings .ch-comp-select--simple .ch-comp-select__trigger {
	min-height: 52px; width: 100%;
}
.ch-channel-category-settings .ch-comp-select--simple .ch-comp-select__label {
	font-size: 15px; font-weight: 600;
}
.ch-channel-category-settings .ch-comp-select--simple .ch-comp-select__panel {
	z-index: 80;
}
.ch-channel-category-settings .ch-comp-select--simple .ch-comp-select__opt .ch-comp-select__label {
	font-size: 14px; font-weight: 600;
}
.osk-feed-language-settings { margin-top: .35rem; }
.osk-feed-language-modal-block {
	margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08);
}
.osk-feed-language-modal-block__title {
	margin: 0 0 .25rem; font-size: 1rem; font-weight: 700;
}
.osk-feed-language-modal-block__sub {
	margin: 0 0 .75rem; opacity: .72; font-size: .88rem;
}
.osk-category-sheet__languages {
	margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08);
}
.osk-category-sheet__lang-hint {
	margin: .35rem 0 .65rem; font-size: .82rem; opacity: .68;
}
.osk-channel-topics__chips {
	display: flex; flex-wrap: wrap; gap: 8px; min-height: 34px; margin-bottom: 12px;
}
.osk-channel-topics__chip {
	display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px 6px 12px;
	border-radius: 999px; background: rgba(230,0,0,.14); border: 1px solid rgba(230,0,0,.35);
	font-size: .84rem; font-weight: 600;
}
.osk-channel-topics__chip button {
	border: 0; background: transparent; color: inherit; opacity: .7; font-size: 1.1rem;
	line-height: 1; padding: 0; cursor: pointer;
}
.osk-channel-topics__chip button:hover { opacity: 1; }
.osk-channel-topics__field {
	position: relative; display: flex; align-items: center;
	border-radius: 12px; border: 1px solid rgba(255,255,255,.14);
	background: rgba(255,255,255,.04); padding: 0 12px;
}
.osk-channel-topics__hash {
	color: rgba(255,255,255,.45); font-weight: 700; margin-right: 4px;
}
.osk-channel-topics__input {
	flex: 1; border: 0; background: transparent; color: inherit; height: 44px;
	outline: none; font-size: .92rem; min-width: 0;
}
.osk-channel-topics__suggest {
	position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20;
	background: var(--body-bg, #111); border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.28); overflow: hidden;
	max-height: 240px; overflow-y: auto;
}
.osk-channel-topics__suggest-item {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	width: 100%; border: 0; background: transparent; color: inherit; text-align: left;
	padding: 10px 14px; cursor: pointer; font-size: .88rem;
}
.osk-channel-topics__suggest-item:hover { background: rgba(255,255,255,.06); }
.osk-channel-topics__suggest-item small { opacity: .55; font-size: .75rem; white-space: nowrap; }

/* Pannello categorie home */
body.osk-category-sheet-open { overflow: hidden; }
.osk-category-sheet {
	position: fixed; inset: 0; z-index: 1200;
	display: flex; align-items: flex-end; justify-content: center;
	padding: 0;
}
.osk-category-sheet.d-none { display: none !important; }
.osk-category-sheet__backdrop {
	position: absolute; inset: 0; background: rgba(0,0,0,.55);
	backdrop-filter: blur(2px);
}
.osk-category-sheet__panel {
	position: relative; z-index: 1; width: 100%; max-width: 720px;
	max-height: min(82vh, 640px); display: flex; flex-direction: column;
	background: var(--body-bg, #111); border-radius: 16px 16px 0 0;
	border: 1px solid rgba(128,128,128,.16); box-shadow: 0 -8px 40px rgba(0,0,0,.28);
	animation: oskCatSheetIn .22s ease;
}
@keyframes oskCatSheetIn {
	from { transform: translateY(12px); opacity: .92; }
	to { transform: translateY(0); opacity: 1; }
}
@keyframes oskCatSheetInTop {
	from { transform: translateY(-16px); opacity: .9; }
	to { transform: translateY(0); opacity: 1; }
}
.osk-category-sheet__head {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
	padding: 16px 18px 10px; border-bottom: 1px solid rgba(128,128,128,.1);
}
.osk-category-sheet__kicker {
	display: block; font-size: .68rem; font-weight: 700; letter-spacing: .08em;
	text-transform: uppercase; opacity: .55; margin-bottom: 2px;
}
.osk-category-sheet__title { margin: 0; font-size: 1.1rem; font-weight: 700; }
.osk-category-sheet__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: rgba(255,255,255,.58);
	line-height: 1.45;
	max-width: 28rem;
}
.osk-category-sheet__close {
	border: 0; background: rgba(128,128,128,.12); color: inherit; width: 34px; height: 34px;
	border-radius: 999px; font-size: 1.35rem; line-height: 1; cursor: pointer;
}
.osk-category-sheet__search {
	display: flex; align-items: center; gap: 10px; margin: 12px 16px;
	padding: 0 12px; height: 42px; border-radius: 10px;
	background: rgba(128,128,128,.08); border: 1px solid rgba(128,128,128,.14);
}
.osk-category-sheet__search svg { opacity: .55; flex-shrink: 0; }
.osk-category-sheet__input {
	border: 0; background: transparent; color: inherit; width: 100%; outline: none; font-size: .92rem;
}
.osk-category-sheet__grid {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px;
	padding: 4px 16px 18px; overflow-y: auto;
}
.osk-category-card {
	display: flex; align-items: center; gap: 10px; text-align: left;
	padding: 11px 12px; border-radius: 10px; border: 1px solid rgba(128,128,128,.12);
	background: rgba(128,128,128,.06); color: inherit; cursor: pointer;
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.osk-category-card:hover {
	background: rgba(128,128,128,.14); border-color: rgba(128,128,128,.22);
	transform: translateY(-1px);
}
.osk-category-card.is-hidden { display: none !important; }
.osk-category-card.is-active {
	background: #e60000;
	color: #fff;
	border-color: transparent;
}
.osk-category-card.is-active .osk-category-card__icon {
	background: rgba(255,255,255,.16);
	color: #fff;
}
.osk-category-card--all .osk-category-card__icon {
	width: auto;
	min-width: 34px;
	padding: 0 8px;
	font-size: .68rem;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.osk-home-catbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 10px 14px;
	border-radius: 12px;
	background: #11131a;
	color: #e8eaf0;
}
.osk-home-catbar.d-none { display: none !important; }
.osk-home-catbar__kicker {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(255,255,255,.62);
	margin-bottom: 2px;
}
.osk-home-catbar__text strong {
	font-size: 1rem;
	font-weight: 700;
}
.osk-home-catbar__clear {
	flex: 0 0 auto;
	border: 0;
	border-radius: 999px;
	padding: 6px 12px;
	background: #181a22;
	color: #e8eaf0;
	font-size: .8rem;
	font-weight: 600;
	cursor: pointer;
}
.osk-home-catbar__clear:hover { background: #1a1012; }
.osk-category-card__icon {
	width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(230,0,0,.12); color: var(--main, #e60000); font-weight: 800; font-size: .9rem;
}
.osk-category-card__label {
	font-size: .86rem; font-weight: 600; line-height: 1.25;
	overflow: hidden; text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
	body.osk-mobile-shell .osk-category-sheet {
		align-items: flex-start;
		justify-content: stretch;
		padding: 0;
	}
	body.osk-mobile-shell .osk-category-sheet__panel {
		width: 100%;
		max-width: none;
		border-radius: 0;
		max-height: 100dvh;
		height: 100dvh;
		animation: oskCatSheetInTop .22s ease;
	}
}
@media (min-width: 992px) {
	.osk-category-sheet { align-items: center; padding: 24px; }
	.osk-category-sheet__panel { border-radius: 16px; max-height: min(78vh, 620px); height: auto; }
	.osk-category-sheet__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
}

/* Header dinamico — Newsfeed + Music */
.osk-newsfeed-nav__chip,
.osk-music-nav__chip,
.osk-music-ai-nav__chip {
	text-decoration: none;
	cursor: pointer;
}
.osk-newsfeed-nav__chip--create {
	border-style: dashed;
}
.osk-music-nav__chip--accent.active {
	background: var(--main, #e60000);
	color: #fff;
	border-color: transparent;
}
.osk-music-ai-nav__chip--accent.active,
.osk-music-ai-nav__chip--accent[aria-selected="true"] {
	background: var(--main, #7c5cff);
	color: #fff;
	border-color: transparent;
}
.osk-hashtag-card__count {
	display: block;
	font-size: .72rem;
	opacity: .65;
	margin-top: 2px;
}
.osk-category-sheet__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-items: start;
	grid-auto-rows: max-content;
	padding: 4px 16px 18px;
	overflow-y: auto;
}
.osk-hashtag-sheet-card {
	width: 100%;
	height: 0;
	padding-bottom: 133.333%;
	position: relative;
	overflow: hidden;
}
.osk-hashtag-sheet-card::before {
	content: none;
	display: none;
}
.osk-hashtag-sheet-card.is-hidden {
	display: none !important;
}
.osk-category-sheet__grid .osk-hashtag-sheet-card .osk-topic-card--sheet,
.osk-category-sheet__grid .osk-hashtag-sheet-card a.osk-topic-card--sheet {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	display: block;
	overflow: hidden;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.osk-category-sheet__grid .osk-topic-card--sheet .osk-topic-card__cover {
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	flex: none;
}
.osk-category-sheet__grid .osk-topic-card--sheet .osk-topic-card__overlay {
	position: absolute;
	inset: 0;
	display: block;
}
.osk-category-sheet__grid .osk-topic-card--sheet:not(.osk-topic-card--cover) .osk-topic-card__glow {
	display: block;
}
.osk-category-sheet__grid .osk-topic-card--sheet .osk-topic-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 12px 14px;
	background: transparent;
}
.osk-category-sheet__grid .osk-topic-card--sheet .osk-topic-card__tag {
	font-size: .92rem;
}
.osk-category-sheet__grid .osk-topic-card--sheet .osk-topic-card__meta {
	font-size: .72rem;
	opacity: .78;
}
@media (min-width: 768px) {
	.osk-category-sheet__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
body.osk-hashtag-sheet-open { overflow: hidden; }
body.osk-genre-sheet-open { overflow: hidden; }
body.osk-topic-explore-sheet-open { overflow: hidden; }

/* Pagina dedicata argomenti — stesse card del modal hashtag */
.osk-topics-browse-page {
	padding: 12px 0 32px;
}
.osk-topics-browse-page__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 12px;
}
.osk-topics-browse-page__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 0 4px 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	margin-bottom: 0;
}
.osk-topics-browse-page__back {
	flex-shrink: 0;
	font-size: .82rem;
	font-weight: 700;
	color: rgba(255, 255, 255, .62);
	text-decoration: none;
	padding-top: 6px;
}
.osk-topics-browse-page__back:hover {
	color: #fff;
	text-decoration: none;
}
.osk-topics-browse-page__sub {
	margin: 6px 0 0;
	max-width: 52ch;
	font-size: .82rem;
	line-height: 1.45;
	color: rgba(255,255,255,.62);
}
.osk-topics-browse-page .osk-topic-card--sheet .osk-topic-card__reason--sheet {
	top: 8px;
	left: 8px;
	z-index: 4;
}
.osk-topics-browse-page__grid.osk-category-sheet__grid {
	overflow: visible;
	max-height: none;
	padding: 8px 4px 24px;
}
.osk-topics-browse-page__empty {
	grid-column: 1 / -1;
	padding: 32px 16px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}
.osk-topics-browse-page__sentinel {
	height: 1px;
}
.osk-topics-browse-page__loader {
	display: none;
	padding: 16px 8px 8px;
	text-align: center;
	font-size: .82rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .5);
}
.osk-topics-browse-page__loader.is-on {
	display: block;
}
@media (min-width: 992px) {
	.osk-topics-browse-page__grid.osk-category-sheet__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
	}
}
@media (min-width: 1200px) {
	.osk-topics-browse-page__grid.osk-category-sheet__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
.osk-topic-explore-sheet__options {
	display: flex; flex-direction: column; gap: 8px; padding: 4px 0 8px;
}
.osk-topic-explore-sheet__option {
	display: flex; align-items: center; width: 100%;
	padding: 12px 16px; border-radius: 8px; border: 1px solid rgba(128,128,128,.14);
	background: rgba(128,128,128,.08); color: inherit; font-size: .94rem; font-weight: 600;
	cursor: pointer; text-align: left; transition: background .15s ease, border-color .15s ease;
}
.osk-topic-explore-sheet__option:hover {
	background: rgba(128,128,128,.14); border-color: rgba(128,128,128,.22);
}
.osk-topic-explore-sheet__option.is-active {
	background: rgba(230,0,0,.12); border-color: rgba(230,0,0,.28); color: var(--main, #e60000);
}
body.osk-topnav-layout[data-osk-page="newsfeed"] .nf-left-nav,
body.osk-topnav-layout[data-osk-page="newsfeed"] .nf-collections-box-sidebar,
body.osk-topnav-layout[data-osk-page="newsfeed"] .nf-sidebar-left > .nf-widget:not(.osk-nf-widget--following):not(.osk-nf-control-box) {
	display: none !important;
}
body.osk-music-ai-mode .osk-music-ai-nav__chip--accent.active,
body.osk-music-ai-mode .osk-music-ai-nav__chip--accent[aria-selected="true"] {
	background: #7c5cff;
	color: #fff;
	border-color: transparent;
}
.osk-music-nav__common-filters { flex-shrink: 0; }
.osk-music-nav__library-chip.active {
	background: var(--main, #e60000);
	color: #fff;
	border-color: transparent;
}
.osk-genre-card .osk-category-card__icon {
	background: rgba(124, 92, 255, 0.14);
	color: #b8a4ff;
}
@media (max-width: 767.98px) {
	.osk-newsfeed-nav__filters .osk-newsfeed-nav__chip:nth-child(n+4) { display: none !important; }
	.osk-music-nav__filters .osk-music-ai-nav__chip[data-oa-ai-tab="radio"] { display: none !important; }
	.osk-home-nav__chip-label { display: none; }
	.osk-home-nav__chip { padding: 0 8px; min-width: 34px; justify-content: center; }
}

/* ═══ Mobile shell: bottom tab bar + top contextual (nav2) ═══ */
:root {
	--osk-mobile-bottom-h: 56px;
	--osk-mobile-top-h: 52px;
}
.osk-mobile-bottom-nav { display: none; }
@media (max-width: 991.98px) {
	body.osk-mobile-shell.osk-topnav-layout {
		--osk-mobile-bottom-total: calc(var(--osk-mobile-bottom-h) + env(safe-area-inset-bottom, 0px));
	}
	.osk-mobile-bottom-nav {
		display: grid !important;
		grid-template-columns: repeat(5, 1fr);
		align-items: end;
		position: fixed;
		left: 0; right: 0; bottom: 0;
		z-index: 1060;
		height: calc(var(--osk-mobile-bottom-h) + env(safe-area-inset-bottom, 0px));
		padding: 0 4px env(safe-area-inset-bottom, 0px);
		background: rgba(10, 10, 10, 0.96);
		backdrop-filter: blur(16px) saturate(1.2);
		-webkit-backdrop-filter: blur(16px) saturate(1.2);
		border-top: 1px solid rgba(128, 128, 128, 0.16);
		box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.28);
	}
	.osk-mobile-bottom-nav__item {
		display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
		gap: 3px; min-height: var(--osk-mobile-bottom-h); padding: 6px 2px 8px;
		border: 0; background: transparent; color: rgba(255, 255, 255, 0.55);
		text-decoration: none; font-size: 10px; font-weight: 600; line-height: 1;
		cursor: pointer; -webkit-tap-highlight-color: transparent;
	}
	.osk-mobile-bottom-nav__item.is-active,
	.osk-mobile-bottom-nav__item:active { color: var(--main, #e60000); }
	.osk-mobile-bottom-nav__item--ghost { pointer-events: none; visibility: hidden; }
	.osk-mobile-bottom-nav__item--center { justify-content: flex-end; padding-bottom: 4px; }
	.osk-mobile-bottom-nav__fab {
		display: flex; align-items: center; justify-content: center;
		width: 46px; height: 46px; margin-top: -18px; border-radius: 50%;
		background: linear-gradient(145deg, #ff1a1a, #c40000); color: #fff;
		box-shadow: 0 6px 20px rgba(230, 0, 0, 0.42);
		border: 2px solid rgba(255, 255, 255, 0.12);
	}
	.osk-mobile-bottom-nav__fab-label { font-size: 10px; font-weight: 700; margin-top: 2px; }
	.osk-mobile-bottom-nav__avatar {
		width: 28px; height: 28px; border-radius: 50%; object-fit: cover; border: none;
	}
	.osk-mobile-bottom-nav__item--avatar { position: relative; }
	.osk-mobile-bottom-nav__badge {
		position: absolute; top: 4px; right: calc(50% - 22px);
		min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px;
		background: #e10600; color: #fff; font-size: 9px; line-height: 16px;
		font-weight: 700; display: none; pointer-events: none;
	}
	.osk-mobile-bottom-nav__badge:not(:empty) { display: inline-flex; }
	body.osk-mobile-shell .main-content { padding-bottom: var(--osk-mobile-bottom-total) !important; }
	body.osk-mobile-shell .oskurati-music-bar { bottom: var(--osk-mobile-bottom-total) !important; }
	body.osk-mobile-shell .tag_header {
		height: auto !important; min-height: var(--osk-mobile-top-h) !important; padding: 0 10px !important;
	}
	body.osk-mobile-shell .osk-header-shell {
		display: grid !important;
		grid-template-columns: auto minmax(0, 1fr) auto !important;
		grid-template-areas: "menu search action" !important;
		align-items: center !important;
		gap: 8px !important;
		min-height: var(--osk-mobile-top-h) !important;
		height: auto !important;
		width: 100% !important;
	}
	body.osk-mobile-shell .osk-mobile-menu-btn {
		grid-area: menu !important;
		display: inline-flex !important;
	}
	body.osk-mobile-shell .osk-mobile-header-search-wrap {
		grid-area: search !important;
		display: flex !important;
		min-width: 0 !important;
		width: 100% !important;
	}
	body.osk-mobile-shell .osk-mobile-header-action {
		grid-area: action !important;
		display: flex !important;
	}
	body.osk-mobile-shell .osk-mobile-header-action #oskHeaderActionWrap {
		display: flex !important;
	}
	body.osk-mobile-shell .osk-mobile-header-search,
	body.osk-mobile-shell .navbar-header,
	body.osk-mobile-shell .osk-header-center,
	body.osk-mobile-shell .osk-header-actions,
	body.osk-mobile-shell .osk-header-shell > .dropdown.nav {
		display: none !important;
	}
	body.osk-mobile-shell .osk-header-bar__search-group,
	body.osk-mobile-shell .osk-header-bar__nav {
		display: none !important;
	}
	#nf-mobile-sidebars-persistent {
		display: none !important;
	}
	body.osk-mobile-shell.osk-topnav-layout {
		--osk-nav-h: var(--osk-mobile-top-h);
		--osk-nav-gap: 8px;
	}
}
