:root {
	--bnutv-bg: #f5f7fa;
	--bnutv-surface: rgba(255, 255, 255, 0.88);
	--bnutv-surface-solid: #ffffff;
	--bnutv-text: #0b1220;
	--bnutv-muted: #475569;
	--bnutv-line: rgba(15, 23, 42, 0.12);
	--bnutv-accent: #005fc8;
	--bnutv-accent-soft: rgba(0, 95, 200, 0.1);
	--bnutv-navy: #292655;
	--bnutv-sky: #52b7e8;
	--bnutv-coral: #ff3d4f;
	--bnutv-gold: #ffb21a;
	--bnutv-live: #ff2d55;
	--bnutv-radius: 16px;
	--bnutv-shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
	--bnutv-max: 1440px;
	--bnutv-readable: 1280px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--bnutv-bg);
	color: var(--bnutv-text);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	content: "";
	background:
		radial-gradient(circle at 14% 8%, rgba(0, 113, 227, 0.1), transparent 26%),
		radial-gradient(circle at 88% 16%, rgba(82, 183, 232, 0.1), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f5f7fa 48%, #eef3f8 100%);
}

body::after {
	position: fixed;
	inset: 0;
	z-index: 80;
	content: "";
	pointer-events: none;
	background: rgba(15, 23, 42, 0);
	transition: background 180ms ease;
}

body.menu-open::after {
	pointer-events: auto;
	background: rgba(15, 23, 42, 0.18);
}

body:not(.single) :not(.home-ad-slot) > .adsbygoogle,
body:not(.single) :not(.home-ad-slot) > ins.adsbygoogle,
body:not(.single) .sharedaddy,
body:not(.single) #jp-relatedposts {
	display: none !important;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--bnutv-accent);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: var(--bnutv-shadow);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 120;
	border-bottom: 1px solid var(--bnutv-line);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(24px) saturate(180%);
}

.admin-bar .site-header {
	top: 32px;
}

.live-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 28px;
	padding: 4px 18px;
	color: #ffffff;
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	background:
		linear-gradient(126deg, transparent 0 55%, rgba(255, 178, 26, 0.85) 55.2% 58%, transparent 58.2%),
		linear-gradient(90deg, #111331 0%, #292655 58%, #0b1220 100%);
}

.live-strip a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.device-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 4px;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.device-cta:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.22);
}

.device-cta[hidden] {
	display: none;
}

.device-cta--apple {
	padding: 4px 9px 4px 7px;
	background: #05070b;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.apple-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
}

.apple-mark svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--bnutv-live);
	box-shadow: 0 0 0 6px rgba(255, 45, 85, 0.14);
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(100% - 32px, var(--bnutv-max));
	min-height: 68px;
	margin: 0 auto;
}

.brand img {
	width: auto;
	max-height: 48px;
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.brand-lockup .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.brand-text {
	font-size: 1.3rem;
	font-weight: 600;
}

.brand-live {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	height: 30px;
	padding: 0 12px;
	border-radius: 9px;
	background: linear-gradient(180deg, #1787f3 0%, #0067da 100%);
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 8px 20px rgba(0, 103, 218, 0.22);
}

.menu-toggle {
	position: relative;
	z-index: 130;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 48px;
	height: 48px;
	padding: 0 18px 0 20px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.menu-toggle__label {
	display: inline-flex;
	color: var(--bnutv-text);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1;
}

.menu-toggle:hover,
.menu-toggle[aria-expanded="true"] {
	border-color: rgba(0, 95, 200, 0.35);
	box-shadow: 0 12px 34px rgba(0, 95, 200, 0.14);
}

.menu-toggle__chevron {
	display: inline-flex;
	color: var(--bnutv-muted);
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1;
	transform: translateY(-1px);
	transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__chevron {
	transform: rotate(180deg);
}

.primary-navigation {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 130;
	width: min(520px, calc(100vw - 32px));
	max-height: min(620px, calc(100vh - 128px));
	padding: 16px;
	overflow-y: auto;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px) scale(0.98);
	transform-origin: top right;
	backdrop-filter: blur(22px) saturate(160%);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	text-align: left;
}

.menu-open .primary-navigation {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.primary-navigation ul,
.footer-inner ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 38px;
	padding: 8px 11px;
	border-radius: 11px;
	color: #223044;
	font-size: 0.94rem;
	font-weight: 400;
	line-height: 1.25;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
	background: var(--bnutv-accent-soft);
	color: var(--bnutv-accent);
}

.primary-navigation .sub-menu {
	gap: 1px;
	padding: 4px 0 6px 12px;
	margin: 0 0 4px 8px;
	border-left: 1px solid var(--bnutv-line);
}

.primary-navigation .sub-menu a {
	min-height: 34px;
	padding: 7px 10px;
	color: var(--bnutv-muted);
	font-size: 0.88rem;
	font-weight: 400;
}

.mega-cameras {
	display: grid;
	gap: 12px;
}

.mega-cameras__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 2px 2px 4px;
}

.mega-cameras__head strong {
	display: block;
	color: var(--bnutv-text);
	font-size: 1.18rem;
	font-weight: 600;
	line-height: 1;
}

.mega-cameras__head a {
	min-height: 30px;
	padding: 6px 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #334155;
	box-shadow: none;
	font-size: 0.78rem;
	font-weight: 500;
	white-space: nowrap;
}

.mega-search input {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 16px;
	background: #ffffff;
	color: var(--bnutv-text);
	font: inherit;
	font-size: 0.92rem;
	outline: none;
	text-align: left;
}

.mega-search input:focus {
	border-color: rgba(0, 95, 200, 0.35);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(0, 95, 200, 0.08);
}

.mega-camera-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.mega-camera-group {
	min-width: 0;
	padding: 10px 4px 4px;
	border: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0;
	background: transparent;
}

.mega-camera-group h3 {
	margin: 0 0 5px;
	padding: 0 5px;
	color: #64748b;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mega-camera-links {
	display: grid;
	gap: 1px;
}

.mega-camera-link {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 7px 8px;
	border-radius: 11px;
	color: #1f2937;
	font-size: 0.86rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
}

.mega-camera-link:hover {
	background: #f1f5f9;
	color: var(--bnutv-accent);
	box-shadow: none;
}

.mega-camera-link > span:last-child {
	overflow: hidden;
	min-width: 0;
	text-overflow: ellipsis;
	white-space: normal;
}

.mega-camera-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: rgba(255, 45, 85, 0.1);
}

.mega-camera-icon .live-dot {
	width: 6px;
	height: 6px;
	box-shadow: none;
}

.mega-links {
	display: block;
	padding: 0;
	margin: 0;
}

.mega-links ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mega-links > ul > li > a {
	min-height: 40px;
	padding: 8px 11px;
	color: #1f2937;
	font-size: 0.96rem;
}

.mega-links > ul > li.menu-item-has-children > a {
	color: #0f172a;
	background: rgba(241, 245, 249, 0.72);
}

.mega-links .sub-menu {
	margin-left: 8px;
}

.mega-links .sub-menu a {
	min-height: 32px;
	padding: 6px 10px;
	color: #475569;
	font-size: 0.88rem;
}

.site-main {
	padding-bottom: 42px;
}

.hero-live,
.home-live,
.camera-section,
.archive-view,
.page-view,
.single-camera,
.not-found {
	width: min(100% - 28px, var(--bnutv-max));
	margin: 0 auto;
}

.archive-view,
.page-view {
	padding-bottom: 30px;
}

.archive-view .page-header,
.page-view .page-header {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 10px;
	margin: 26px 0 18px;
	padding: 28px;
	border: 1px solid var(--bnutv-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px) saturate(150%);
}

.archive-view .page-header::after,
.page-view .page-header::after {
	position: absolute;
	top: -35%;
	right: -12%;
	width: min(28vw, 300px);
	height: 160%;
	content: "";
	background:
		linear-gradient(145deg, transparent 0 39%, rgba(255, 178, 26, 0.08) 39.5% 49%, transparent 49.5%),
		linear-gradient(34deg, transparent 0 46%, rgba(255, 61, 79, 0.06) 46.5% 54%, transparent 54.5%);
	pointer-events: none;
}

.archive-view .page-header > *,
.page-view .page-header > * {
	position: relative;
	z-index: 1;
}

.archive-view .page-header h1,
.page-view .page-header h1 {
	margin-bottom: 0;
	font-size: clamp(2rem, 5vw, 4.4rem);
}

.archive-view .page-header p:not(.eyebrow),
.page-view .page-header p:not(.eyebrow),
.archive-description {
	max-width: 720px;
	margin: 0;
	color: var(--bnutv-muted);
}

.hero-live {
	display: grid;
	gap: 24px;
	padding: 34px 0 24px;
}

.home-live {
	position: relative;
	display: grid;
	gap: 20px;
	padding-top: 22px;
	align-items: start;
}

.home-live::before,
.home-live::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
	will-change: transform;
}

.home-live::before {
	top: -22px;
	right: -14vw;
	width: min(44vw, 660px);
	height: 92px;
	background: rgba(82, 183, 232, 0.13);
	transform: rotate(-50deg);
	transform-origin: center;
}

.home-live::after {
	right: -13vw;
	bottom: 18px;
	width: min(38vw, 560px);
	height: 96px;
	background: rgba(255, 178, 26, 0.2);
	box-shadow:
		-96px -132px 0 rgba(255, 61, 79, 0.13),
		-260px 148px 0 rgba(41, 38, 85, 0.08);
	transform: rotate(-45deg);
	transform-origin: center;
}

.home-player-wrap,
.home-welcome,
.home-cta-strip {
	position: relative;
	z-index: 1;
}

.home-welcome {
	display: grid;
	align-self: center;
	gap: 10px;
	max-width: 920px;
	padding: 18px 0 4px;
	text-align: left;
}

.home-welcome h1 {
	max-width: 980px;
	font-size: clamp(1.9rem, 4.8vw, 3.8rem);
	font-weight: 500;
	margin-bottom: 0;
}

.home-welcome p:not(.eyebrow) {
	max-width: 720px;
	margin: 0;
	color: var(--bnutv-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
}

.home-player-title {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--bnutv-text);
	font: inherit;
	text-align: left;
	cursor: pointer;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
}

.home-player-wrap {
	min-width: 0;
}

.home-title-text {
	position: relative;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	color: rgba(11, 18, 32, 0.55);
	font-size: clamp(1.18rem, 2.55vw, 1.76rem);
	font-weight: 500;
	line-height: 1.12;
}

.home-title-text::after {
	position: absolute;
	inset: 0;
	width: 0;
	overflow: hidden;
	color: var(--bnutv-text);
	white-space: nowrap;
	content: attr(data-title);
}

.home-player-title.is-active {
	color: var(--bnutv-text);
	opacity: 1;
	transform: translateX(0);
}

.home-player-title.is-active .home-title-text::after {
	animation: homeTitleFill var(--home-carousel-duration, 15000ms) linear forwards;
}

.home-player-title:not(.is-active):hover {
	opacity: 0.88;
}

.home-camera-switcher {
	display: grid;
	gap: 9px;
	margin-top: 4px;
}

@keyframes homeTitleFill {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.hero-live__copy {
	max-width: 760px;
}

.eyebrow {
	margin: 0 0 10px;
	color: var(--bnutv-accent);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	margin: 0 0 16px;
	color: var(--bnutv-text);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

h1 {
	max-width: 920px;
	font-size: clamp(2.25rem, 7vw, 5rem);
}

h2 {
	font-size: clamp(1.55rem, 4vw, 2.55rem);
}

p {
	margin: 0 0 1.1rem;
}

.hero-live__copy > p:not(.eyebrow),
.page-header .archive-description,
.camera-card__body p {
	color: var(--bnutv-muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.button,
.wp-block-button__link,
.search-form button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	font-weight: 500;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button-primary,
.wp-block-button__link,
.search-form button,
input[type="submit"] {
	background: var(--bnutv-accent);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 95, 200, 0.2);
}

.button-primary:hover,
.wp-block-button__link:hover,
.search-form button:hover,
input[type="submit"]:hover {
	color: #ffffff;
	background: #004fa8;
	transform: translateY(-1px);
}

.button-ghost {
	border: 1px solid var(--bnutv-line);
	background: rgba(255, 255, 255, 0.82);
	color: #1e293b;
}

.hero-live__preview {
	position: relative;
	min-height: 260px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 22px;
	background: #0b1220;
	box-shadow: var(--bnutv-shadow);
}

.hero-live__preview img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	opacity: 0.92;
}

.hero-live__preview strong {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	color: #ffffff;
	font-size: 1.45rem;
	line-height: 1.12;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

.camera-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.74);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 500;
	backdrop-filter: blur(14px);
}

.content-shell {
	width: min(100%, var(--bnutv-readable));
	margin: 18px auto;
	padding: 22px;
	border: 1px solid var(--bnutv-line);
	border-radius: var(--bnutv-radius);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 40px rgba(18, 32, 56, 0.08);
	backdrop-filter: blur(16px) saturate(150%);
}

.home-player {
	position: relative;
	width: min(100%, 1280px);
	margin: 0;
	padding: 18px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.13);
}

.home-live-badge {
	position: absolute;
	top: 34px;
	left: 34px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.9);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 14px 34px rgba(11, 18, 32, 0.28);
	backdrop-filter: blur(18px) saturate(150%);
}

.home-live-badge span {
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #ff4036;
	box-shadow: 0 0 0 7px rgba(255, 64, 54, 0.16);
}

.home-player-slide {
	position: absolute;
	inset: 18px;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.985);
	transition: opacity 650ms ease, transform 650ms ease;
}

.home-player-slide.is-active {
	position: relative;
	inset: auto;
	z-index: 2;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.home-player-slide iframe,
.home-player-slide video,
.home-player-slide img,
.home-player-slide .fluid_video_wrapper,
.home-player-slide .fluid_player_layout {
	border-radius: 20px;
}

.home-cta-strip {
	position: relative;
	order: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	padding: 22px 26px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 22px 58px rgba(15, 23, 42, 0.1);
	backdrop-filter: blur(16px) saturate(150%);
}

.home-cta-strip::after {
	position: absolute;
	right: -48px;
	bottom: -34px;
	width: 260px;
	height: 40px;
	content: "";
	background: rgba(255, 178, 26, 0.22);
	pointer-events: none;
	transform: rotate(-45deg);
	transform-origin: center;
}

.home-cta-strip > * {
	position: relative;
	z-index: 1;
}

.home-cta-panel {
	display: grid;
	grid-template-columns: 76px minmax(220px, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.home-cta-panel--youtube {
	padding-left: 22px;
	border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.home-cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: linear-gradient(180deg, #5aa9ff 0%, #357ff0 100%);
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(53, 127, 240, 0.24);
}

.home-cta-icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.home-cta-icon--youtube {
	background: #ffffff;
	color: #ef3b2d;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.home-cta-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.home-cta-copy span {
	color: var(--bnutv-text);
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.25;
}

.home-cta-copy small,
.android-soon {
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.45;
}

.home-cta-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 8px;
	min-width: fit-content;
}

.home-cta-panel--app .home-cta-actions {
	display: grid;
	justify-items: center;
	gap: 6px;
}

.app-store-badge {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.app-store-badge.device-cta--apple {
	padding: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
}

.app-store-badge img {
	width: 148px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(5, 7, 11, 0.16);
}

.home-youtube-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 61, 79, 0.72);
	border-radius: 999px;
	background: #ffffff;
	color: #111827;
	font-size: 0.9rem;
	font-weight: 600;
	box-shadow: none;
}

.home-youtube-button:hover {
	color: #ffffff;
	background: var(--bnutv-coral);
}

.home-discovery {
	width: min(100% - 28px, var(--bnutv-max));
	margin: 46px auto 0;
}

.home-ad-slot {
	width: min(100% - 28px, var(--bnutv-max));
	margin: 34px auto 0;
}

.home-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.home-section-heading h2 {
	margin: 0;
	color: var(--bnutv-text);
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.1;
}

.home-section-heading a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bnutv-accent);
	font-size: 0.94rem;
	font-weight: 650;
	white-space: nowrap;
}

.home-section-actions {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.city-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 18px;
	padding: 0;
}

.city-tile {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 210px;
	border-radius: 10px;
	background: #0b1220;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
	transform: translateZ(0);
}

.city-tile img,
.city-tile__fallback {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
	transition: transform 240ms ease;
}

.city-tile__fallback {
	display: block;
	background:
		linear-gradient(135deg, rgba(0, 95, 200, 0.65), rgba(15, 23, 42, 0.9)),
		linear-gradient(45deg, rgba(255, 178, 26, 0.28), transparent);
}

.city-tile::after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(3, 7, 18, 0.02) 0%, rgba(3, 7, 18, 0.2) 42%, rgba(3, 7, 18, 0.76) 100%),
		linear-gradient(90deg, rgba(3, 7, 18, 0.28) 0%, transparent 58%);
}

.city-tile:hover img,
.city-tile:hover .city-tile__fallback {
	transform: scale(1.04);
}

.city-tile__content {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 1;
	display: grid;
	color: #ffffff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

.city-tile__content strong {
	max-width: 11ch;
	font-size: clamp(1.18rem, 2vw, 1.45rem);
	font-weight: 650;
	line-height: 1;
}

.home-discovery--popular {
	margin-top: 34px;
}

.popular-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 16px;
	padding: 0;
}

.popular-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	align-items: start;
	gap: 10px 14px;
	min-width: 0;
	min-height: 164px;
	padding: 12px;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px) saturate(150%);
}

.popular-card__rank {
	grid-row: 1 / span 2;
	align-self: center;
	color: var(--bnutv-text);
	font-size: clamp(2.05rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1;
	text-align: left;
}

.popular-card__media {
	overflow: hidden;
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #0b1220;
}

.popular-card__media img,
.popular-card__media span {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popular-card__media span {
	display: block;
	background: linear-gradient(135deg, #1e293b, #005fc8);
}

.popular-card__body {
	grid-column: 2;
	min-width: 0;
	text-align: left;
}

.popular-card__body h3 {
	margin: 0 0 3px;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.18;
}

.popular-card__body p {
	margin: 0 0 9px;
	color: var(--bnutv-muted);
	font-size: 0.82rem;
	line-height: 1.3;
}

.front-content {
	width: min(100% - 28px, var(--bnutv-max));
}

.content-shell > *:first-child {
	margin-top: 0;
}

.content-shell > *:last-child {
	margin-bottom: 0;
}

.content-shell iframe,
.content-shell video,
.content-shell .fluid_video_wrapper,
.content-shell .fluid_player_layout {
	width: 100% !important;
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.content-shell iframe,
.content-shell video {
	aspect-ratio: 16 / 9;
	height: auto;
	background: #05070b;
}

.content-shell .wp-block-columns {
	gap: 18px;
	margin-bottom: 24px;
}

.content-shell .wp-block-group.has-background {
	padding: 22px;
	border: 1px solid var(--bnutv-line);
	border-radius: var(--bnutv-radius);
	background: #ffffff !important;
	box-shadow: 0 10px 30px rgba(18, 32, 56, 0.07);
}

.front-content .wp-block-group:has(a[href*="servicos"]),
.front-content .wp-block-column:has(a[href*="servicos"]),
.front-content .wp-block-buttons:has(a[href*="servicos"]) {
	display: none;
}

.content-shell figure {
	margin: 0 0 18px;
}

.content-shell img {
	border-radius: 16px;
}

.section-heading,
.page-header,
.single-hero {
	padding: 34px 0 18px;
}

.camera-section--offline {
	margin-top: 48px;
}

.camera-section--offline .section-heading {
	display: grid;
	gap: 8px;
	padding: 0 0 18px;
}

.camera-section--offline .section-heading h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 650;
	line-height: 1.1;
}

.single-hero {
	display: grid;
	gap: 14px;
	padding-top: 26px;
	padding-bottom: 14px;
}

.single-hero h1 {
	max-width: 1120px;
	font-size: clamp(2rem, 5vw, 4.2rem);
}

.single-meta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bnutv-muted);
	font-size: 0.95rem;
	font-weight: 400;
}

.single-content {
	width: min(100%, 1160px);
	margin-top: 0;
	padding: 18px;
}

.single-player-frame {
	position: relative;
}

.single-player-frame + .single-live-row {
	margin-top: 14px;
}

.single-live-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.single-youtube-action {
	margin-left: auto;
}

.single-youtube-action p,
.single-youtube-action ul,
.single-youtube-action div {
	margin: 0;
}

.single-post-body {
	margin-top: 22px;
}

.single-post-body:empty {
	display: none;
}

.single-content p:has(> a[href*="youtube.com"]:only-child),
.single-content p:has(> a[href*="youtu.be"]:only-child),
.single-content .wp-block-social-links:has(a[href*="youtube.com"]),
.single-content .wp-block-buttons:has(a[href*="youtube.com"]) {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin: 0 0 12px;
}

.single-camera + .comments-area {
	margin-top: 28px;
}

.camera-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.camera-card {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.camera-card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 95, 200, 0.16);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.camera-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #101828;
}

.camera-card__media img,
.camera-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.camera-card:hover .camera-card__media img {
	transform: scale(1.035);
}

.camera-card__placeholder {
	background: linear-gradient(135deg, #1f2937, #0f766e);
}

.camera-card__body {
	padding: 17px 18px 18px;
	text-align: left;
}

.camera-card__meta {
	margin-bottom: 8px;
	color: var(--bnutv-accent);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.camera-card h2 {
	margin-bottom: 8px;
	font-size: 1.02rem;
	font-weight: 650;
	line-height: 1.18;
}

.camera-card__body p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--bnutv-muted);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.navigation.pagination {
	margin-top: 30px;
	text-align: center;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin: 4px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--bnutv-muted);
	font-weight: 500;
}

.page-numbers.current {
	background: var(--bnutv-accent);
	color: #ffffff;
}

.search-form {
	display: flex;
	gap: 10px;
	max-width: 560px;
}

.search-form label {
	flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	width: 100%;
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid var(--bnutv-line);
	border-radius: 14px;
	background: #ffffff;
	color: var(--bnutv-text);
	font: inherit;
}

textarea {
	min-height: 150px;
}

.comments-area {
	width: min(100% - 32px, 960px);
}

.comment-respond,
.comment-form {
	display: grid;
	gap: 14px;
}

.comment-form p {
	margin: 0;
}

.comment-form label {
	display: inline-block;
	margin-bottom: 6px;
	color: var(--bnutv-muted);
	font-size: 0.92rem;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.comment-form .comment-form-cookies-consent input {
	margin-top: 7px;
}

.comment-form .g-recaptcha,
.comment-form .h-captcha,
.comment-form .cf-turnstile,
.comment-form .gglcptch,
.comment-form [class*="captcha"],
.comment-form [id*="captcha"] {
	position: static !important;
	display: block;
	clear: both;
	max-width: 100%;
	min-height: 180px;
	margin: 10px 0 18px;
	z-index: 1;
}

.comment-form iframe[src*="recaptcha"],
.comment-form iframe[src*="hcaptcha"],
.comment-form iframe[src*="turnstile"] {
	max-width: 100%;
}

.comment-form .form-submit {
	position: relative;
	z-index: 0;
	display: block;
	clear: both;
	margin: 0;
	padding-top: 10px;
}

.comment-form .form-submit input[type="submit"] {
	width: auto;
	min-width: 180px;
}

.comment-list {
	padding-left: 0;
	list-style: none;
}

.comment-body {
	padding: 18px 0;
	border-bottom: 1px solid var(--bnutv-line);
}

.site-footer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	background:
		linear-gradient(145deg, transparent 0 66%, rgba(255, 178, 26, 0.08) 66.4% 70%, transparent 70.4%),
		linear-gradient(34deg, transparent 0 78%, rgba(255, 61, 79, 0.08) 78.4% 82%, transparent 82.4%),
		linear-gradient(180deg, #292655 0%, #111331 100%);
	color: rgba(255, 255, 255, 0.72);
}

.site-footer::before {
	position: absolute;
	top: -20%;
	left: -8%;
	width: min(32vw, 420px);
	height: 140%;
	content: "";
	background:
		linear-gradient(145deg, transparent 0 44%, rgba(82, 183, 232, 0.06) 44.5% 54%, transparent 54.5%),
		linear-gradient(35deg, transparent 0 60%, rgba(255, 255, 255, 0.04) 60.5% 70%, transparent 70.5%);
	pointer-events: none;
}

.footer-inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	width: min(100% - 32px, var(--bnutv-max));
	margin: 0 auto;
	padding: 34px 0;
	color: rgba(255, 255, 255, 0.72);
	text-align: left;
}

.footer-column {
	min-width: 0;
}

.footer-brand {
	display: grid;
	gap: 10px;
	align-content: start;
}

.footer-logo img {
	width: auto;
	max-height: 34px;
}

.footer-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.footer-brand strong,
.footer-text strong {
	color: #ffffff;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.25;
}

.footer-brand p,
.footer-text p {
	margin: 0;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	line-height: 1.55;
}

.footer-inner a {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 400;
}

.footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-content: flex-start;
	justify-content: flex-start;
}

.footer-actions a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 400;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.footer-actions a:hover {
	color: #ffffff;
	background: rgba(82, 183, 232, 0.18);
}

.footer-menu ul {
	display: grid;
	gap: 8px;
	text-align: left;
}

@media (min-width: 720px) {
	.hero-live {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
		align-items: center;
		min-height: 500px;
		padding-top: 44px;
	}

	.camera-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-live {
		align-items: start;
		grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
		gap: 28px 34px;
		padding-top: 34px;
	}

	.home-cta-strip {
		grid-column: 1 / -1;
		margin-top: -4px;
	}

	.home-player-wrap {
		order: 1;
	}

	.home-welcome {
		order: 2;
		padding: 0;
	}

	.content-shell {
		padding: 30px;
	}

	.single-content {
		padding: 24px;
	}

	.footer-inner {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.footer-actions {
		justify-content: flex-start;
	}

	.footer-inner ul {
		flex-direction: column;
	}

	.mega-camera-list {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 980px) {
	.camera-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.header-inner {
		min-height: 72px;
	}

	.brand img {
		max-height: 52px;
	}

	.primary-navigation {
		right: 0;
		width: min(500px, calc(100vw - 40px));
		padding: 16px;
	}

	.mega-camera-list {
		grid-template-columns: 1fr;
	}

	.hero-live {
		grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
	}

	.home-live {
		grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
	}

	.footer-inner {
		grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
	}

	.footer-actions {
		justify-content: flex-end;
	}

	.hero-live__preview,
	.hero-live__preview img {
		min-height: 380px;
	}
}

@media (min-width: 1280px) {
	.camera-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hero-live {
		grid-template-columns: minmax(0, 0.9fr) minmax(520px, 0.75fr);
		min-height: 560px;
	}

	.home-live {
		grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
		gap: 36px;
	}

	.hero-live__preview,
	.hero-live__preview img {
		min-height: 440px;
	}

	.single-content {
		width: min(100%, 1280px);
	}

	.primary-navigation {
		width: min(520px, calc(100vw - 48px));
	}

	.mega-camera-list {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1540px) {
	:root {
		--bnutv-max: 1680px;
	}

	.camera-grid {
		gap: 18px;
	}

	.primary-navigation {
		width: min(540px, calc(100vw - 56px));
	}

	.mega-camera-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.live-strip {
		justify-content: flex-start;
		overflow-x: hidden;
		white-space: normal;
	}

	.header-inner {
		width: min(100% - 24px, var(--bnutv-max));
	}

	.primary-navigation {
		position: fixed;
		top: 104px;
		right: 10px;
		left: 10px;
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
		max-height: calc(100vh - 124px);
		padding: 10px;
		overflow-y: auto;
		transform-origin: top center;
	}

	.brand img {
		max-height: 42px;
	}

	.brand-live {
		min-width: 46px;
		height: 25px;
		padding-inline: 9px;
		font-size: 0.72rem;
		border-radius: 8px;
	}

	.mega-cameras__head strong {
		font-size: 1rem;
	}

	.mega-camera-list {
		gap: 8px;
	}

	.mega-camera-group {
		padding: 9px;
	}

	.mega-camera-link {
		min-height: 34px;
		font-size: 0.84rem;
	}

	.home-section-heading {
		align-items: flex-start;
	}

	.home-section-actions {
		gap: 10px;
	}

	.city-tile,
	.city-tile img,
	.city-tile__fallback {
		min-height: 172px;
	}

	.popular-card {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 8px 10px;
		min-height: 156px;
		padding: 12px;
	}

	.popular-card__rank {
		font-size: 2rem;
	}

	.popular-card__body h3 {
		font-size: 0.88rem;
	}

	.home-welcome {
		order: 1;
		padding-top: 14px;
	}

	.home-player-wrap {
		order: 2;
	}

	.home-cta-strip {
		align-items: flex-start;
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 18px;
		border-radius: 22px;
	}

	.home-cta-panel,
	.home-cta-panel--youtube {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 14px 16px;
		width: 100%;
		padding: 0;
		border-left: 0;
	}

	.home-cta-panel--youtube {
		padding-top: 16px;
		border-top: 1px solid rgba(15, 23, 42, 0.08);
	}

	.home-cta-icon {
		width: 58px;
		height: 58px;
		border-radius: 14px;
	}

	.home-cta-icon svg {
		width: 26px;
		height: 26px;
	}

	.home-cta-actions {
		grid-column: 2;
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
	}

	.home-cta-panel--app .home-cta-actions {
		justify-items: start;
	}

	.app-store-badge img {
		width: 210px;
		max-width: 100%;
	}

	.home-youtube-button {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 50px;
		padding-inline: 18px;
	}

	.hero-live,
	.home-live,
	.home-discovery,
	.home-ad-slot,
	.camera-section,
	.archive-view,
	.page-view,
	.single-camera,
	.not-found {
		width: min(100% - 24px, var(--bnutv-max));
	}

	.content-shell {
		padding: 16px;
		border-radius: 16px;
	}

	.hero-actions,
	.search-form {
		flex-direction: column;
	}

	.button,
	.search-form button {
		width: 100%;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .site-header {
		top: 0;
	}
}
