.freight-globe-root {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	/* This design assumes a dark section background, same as the original
	   site — the glow/route colors are tuned for a dark backdrop. */
}

.freight-globe-canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.freight-globe-tooltip {
	display: none;
	position: absolute;
	z-index: 10;
	pointer-events: none;
	transform: translate(-50%, calc(-100% - 14px));
	border-radius: 9999px;
	border: 1px solid rgba(252, 176, 64, 0.4);
	background: rgba(15, 20, 30, 0.85);
	padding: 4px 12px;
	font: 500 12px/1.4 system-ui, sans-serif;
	color: #f5f5f0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(6px);
	white-space: nowrap;
}

.freight-globe-tooltip .freight-globe-tooltip-mode {
	margin-inline-start: 8px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fcb040;
}

.freight-globe-hint {
	pointer-events: none;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(15, 20, 30, 0.55);
	padding: 4px 12px;
	font: 11px/1.4 system-ui, sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(6px);
}
