/**
 * Noxora global brand — logos, favicon hooks, sticky hubs.
 */

.nx-module-logo {
	display: block;
	width: 120px;
	max-width: 120px;
	height: auto;
	object-fit: contain;
}

.nx-module-logo--header {
	margin: 0;
	padding: 0;
}

.ns-tube-site-header__brand,
.ns-story-header__brand,
.ns-pro-site-header__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: inherit;
}

.nx-hub-sidebar {
	position: sticky;
	top: 72px;
	align-self: start;
	max-height: calc(100dvh - 88px);
	overflow-y: auto;
	z-index: 40;
}

.nx-home-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.85rem;
	margin-bottom: 0.75rem;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(12, 12, 18, 0.55);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	text-decoration: none;
	color: var(--nx-text, #f3f3f5);
	font-size: 0.82rem;
	font-weight: 600;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nx-home-back__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	background: rgba(225, 6, 0, 0.12);
	color: #ff4d4d;
}

.nx-home-back:hover,
.nx-home-back:focus-visible {
	border-color: rgba(225, 6, 0, 0.45);
	background: rgba(225, 6, 0, 0.08);
	transform: translateX(-2px);
}

.ad-slot-container,
.nx-sponsor-vitrine__frame {
	width: 100%;
	max-width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ad-slot-container img,
.ad-slot-container .nx-ad-slot__img,
.nx-sponsor-vitrine__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: auto;
}
