/* BLOCK ZERO — shared glass suite nav (bloz.org · pool · explorer · bridge)
   Load this stylesheet LAST so site themes cannot override the nav. */

nav.bz-suite {
	position: sticky;
	top: 0;
	z-index: 1045;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 10px 24px;
	background: rgba(5, 7, 10, 0.42);
	backdrop-filter: blur(20px) saturate(1.6);
	-webkit-backdrop-filter: blur(20px) saturate(1.6);
	border-bottom: 1px solid rgba(111, 231, 255, 0.16);
	box-shadow:
		0 4px 32px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(111, 231, 255, 0.07);
}

nav.bz-suite .bz-suite-brand {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.12em;
	color: #BFC7D5;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
}

nav.bz-suite .bz-suite-brand img {
	display: block;
	width: 83px;
	height: 83px;
	object-fit: contain;
	filter: drop-shadow(0 0 12px rgba(63, 169, 255, 0.5));
}

nav.bz-suite .bz-suite-brand:hover { color: #F5F7FA; }

nav.bz-suite .bz-suite-links {
	display: flex;
	gap: 4px;
	margin-left: auto;
	flex-wrap: wrap;
	justify-content: flex-end;
}

nav.bz-suite .bz-suite-links a {
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #79849a;
	text-decoration: none;
	padding: 6px 14px;
	border: 1px solid transparent;
	border-radius: 0;
	transition: color 0.2s, border-color 0.2s, background 0.2s;
}

nav.bz-suite .bz-suite-links a:hover { color: #6FE7FF; }

nav.bz-suite .bz-suite-links a.active {
	color: #6FE7FF;
	border-color: rgba(111, 231, 255, 0.32);
	background: rgba(111, 231, 255, 0.08);
}

nav.bz-suite .bz-suite-live {
	display: none;
	align-items: center;
	gap: 8px;
	margin-left: 12px;
	font-family: "JetBrains Mono", "Consolas", monospace;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	color: #79849a;
	white-space: nowrap;
	flex-shrink: 0;
}

nav.bz-suite .bz-suite-live .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #F7931A;
	box-shadow: 0 0 8px #F7931A;
	animation: bz-suite-pulse 1.8s infinite;
}

@keyframes bz-suite-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

@media (min-width: 720px) {
	nav.bz-suite .bz-suite-live { display: flex; }
}

@media (max-width: 560px) {
	nav.bz-suite { padding: 8px 12px; gap: 10px; }
	nav.bz-suite .bz-suite-links a { padding: 5px 8px; font-size: 0.72rem; letter-spacing: 0.08em; }
	nav.bz-suite .bz-suite-brand span { display: none; }
	nav.bz-suite .bz-suite-brand img { width: 60px; height: 60px; }
}

/* Lock — identical nav on every site (defeats Bootstrap reboot a{font-size:inherit} etc.) */
nav.bz-suite {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 18px !important;
	padding: 10px 24px !important;
	margin-bottom: 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	background: rgba(5, 7, 10, 0.42) !important;
	backdrop-filter: blur(20px) saturate(1.6) !important;
	-webkit-backdrop-filter: blur(20px) saturate(1.6) !important;
	border-bottom: 1px solid rgba(111, 231, 255, 0.16) !important;
}

nav.bz-suite .bz-suite-brand,
nav.bz-suite a.bz-suite-brand {
	color: #BFC7D5 !important;
	font-family: "Orbitron", "Rajdhani", sans-serif !important;
	font-weight: 700 !important;
	font-size: 16.8px !important;
	letter-spacing: 0.12em !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

nav.bz-suite .bz-suite-brand span {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

nav.bz-suite .bz-suite-brand:hover { color: #F5F7FA !important; }

nav.bz-suite .bz-suite-links a {
	color: #79849a !important;
	font-family: "Rajdhani", sans-serif !important;
	font-weight: 600 !important;
	font-size: 13.12px !important;
	letter-spacing: 0.14em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	padding: 6px 14px !important;
}

nav.bz-suite .bz-suite-links a:hover { color: #6FE7FF !important; }

nav.bz-suite .bz-suite-links a.active {
	color: #6FE7FF !important;
	border-color: rgba(111, 231, 255, 0.32) !important;
	background: rgba(111, 231, 255, 0.08) !important;
}

nav.bz-suite .bz-suite-live,
nav.bz-suite .bz-suite-live span {
	font-family: "JetBrains Mono", "Consolas", monospace !important;
	font-size: 11.52px !important;
	font-weight: 400 !important;
	letter-spacing: 0.06em !important;
	line-height: 1.4 !important;
	color: #79849a !important;
}

@media (max-width: 560px) {
	nav.bz-suite { padding: 8px 12px !important; gap: 10px !important; }
	nav.bz-suite .bz-suite-links a {
		padding: 5px 8px !important;
		font-size: 11.52px !important;
		letter-spacing: 0.08em !important;
	}
	nav.bz-suite .bz-suite-brand img { width: 60px !important; height: 60px !important; }
}
