.jfw-shell {
	--jfw-bg: #071423;
	--jfw-bg-soft: #0b1d31;
	--jfw-panel: rgba(11, 27, 45, 0.86);
	--jfw-panel-strong: #10243b;
	--jfw-border: rgba(120, 155, 196, 0.22);
	--jfw-text: #f4f7fb;
	--jfw-text-soft: #b5c3d6;
	--jfw-cyan: #33d0d8;
	--jfw-blue: #1777ff;
	--jfw-green: #73e55f;
	--jfw-amber: #ffd343;
	--jfw-orange: #ff9c2f;
	--jfw-red: #ff4f4f;
	--jfw-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	color: var(--jfw-text);
	font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
	width: min(1500px, calc(100vw - 24px));
	margin: 0 auto 30px;
}

.jfw-shell a {
	color: inherit;
	text-decoration: none;
}

.jfw-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.jfw-app-page {
	background:
		radial-gradient(circle at top left, rgba(33, 92, 156, 0.18), transparent 28%),
		linear-gradient(180deg, #071320 0%, #081729 100%);
	overflow-x: hidden;
	overflow-x: clip;
}

body.jfw-app-page .wp-site-blocks {
	background: transparent;
	min-height: 100vh;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.jfw-app-page .wp-site-blocks > header.wp-block-template-part,
body.jfw-app-page .wp-site-blocks > footer.wp-block-template-part,
body.jfw-app-page .wp-site-blocks > header,
body.jfw-app-page .wp-site-blocks > footer,
body.jfw-app-page footer.wp-block-template-part,
body.jfw-app-page header.wp-block-template-part,
body.jfw-app-page .site-footer,
body.jfw-app-page .site-header,
body.jfw-app-page .entry-header,
body.jfw-app-page .entry-title,
body.jfw-app-page .post-title,
body.jfw-app-page .wp-block-post-title,
body.jfw-app-page .wp-block-post-featured-image,
body.jfw-app-page .wp-block-navigation:not(.jfw-topnav) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}

body.jfw-app-page .wp-site-blocks > header.wp-block-template-part + main.wp-block-group,
body.jfw-app-page .wp-site-blocks > header + main.wp-block-group {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.jfw-app-page main.wp-block-group {
	margin-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: clamp(24px, 4vw, 42px);
}

body.jfw-app-page main.wp-block-group > .wp-block-group,
body.jfw-app-page main.wp-block-group > .wp-block-columns,
body.jfw-app-page main.wp-block-group > .wp-block-cover,
body.jfw-app-page main.wp-block-group > .wp-block-media-text {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.jfw-app-page main.wp-block-group,
body.jfw-app-page .wp-block-post-content,
body.jfw-app-page .entry-content,
body.jfw-app-page .entry-content.has-global-padding,
body.jfw-app-page .jfw-shell,
body.jfw-app-page .jfw-dashboard {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jfw-app-page .entry-content > *:first-child,
body.jfw-app-page .wp-block-post-content > *:first-child,
body.jfw-app-page main.wp-block-group > *:first-child,
body.jfw-app-page main.wp-block-group > .wp-block-group > *:first-child {
	margin-block-start: 0 !important;
}

body.jfw-app-page .entry-content.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jfw-app-page .wp-block-post-title,
body.jfw-app-page .entry-title {
	display: none !important;
}

body.jfw-app-page .entry-content.is-layout-constrained > .jfw-shell.alignfull,
body.jfw-app-page .entry-content.is-layout-constrained > .jfw-shell.alignwide {
	max-width: none !important;
}

body.jfw-app-page .has-global-padding > .jfw-shell.alignfull,
body.jfw-app-page .has-global-padding > .jfw-shell.alignwide {
	margin-left: auto !important;
	margin-right: auto !important;
}

.jfw-dashboard,
.jfw-airport-grid-shell,
.jfw-airport-report-shell,
.jfw-country-hub,
.jfw-country-report-shell,
.jfw-insurance-guide,
.jfw-news-shell,
.jfw-about {
	background:
		radial-gradient(circle at top left, rgba(33, 92, 156, 0.28), transparent 38%),
		radial-gradient(circle at top right, rgba(10, 190, 200, 0.14), transparent 28%),
		linear-gradient(180deg, #05101c 0%, #071423 100%);
	border-radius: 34px;
	padding: 10px clamp(18px, 2.7vw, 34px) 28px;
	box-shadow: var(--jfw-shadow);
}

.jfw-airport-grid-shell,
.jfw-airport-report-shell,
.jfw-country-hub,
.jfw-country-report-shell,
.jfw-insurance-guide,
.jfw-news-shell,
.jfw-about {
	display: grid;
	gap: 18px;
}

.jfw-card {
	box-sizing: border-box;
	background:
		linear-gradient(180deg, rgba(11, 28, 46, 0.96), rgba(9, 22, 37, 0.92));
	border: 1px solid var(--jfw-border);
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(14px);
}

.jfw-topbar,
.jfw-hero,
.jfw-dashboard-layout,
.jfw-utility-grid,
.jfw-report-grid,
.jfw-news-columns,
.jfw-chron-stack,
.jfw-briefing-actions {
	display: grid;
	gap: 18px;
}

.jfw-topbar {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 4px 2px 10px;
	border-bottom: 1px solid rgba(140, 175, 210, 0.16);
}

.jfw-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: clamp(1.95rem, 2.45vw, 2.95rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	min-width: 0;
}

.jfw-brand-badge {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	overflow: hidden;
	border-radius: 17px;
	background:
		linear-gradient(180deg, rgba(15, 39, 68, 0.96), rgba(8, 24, 43, 0.94));
	box-shadow:
		inset 0 0 0 1px rgba(89, 138, 194, 0.24),
		0 10px 24px rgba(0, 0, 0, 0.22);
}

.jfw-brand-mark {
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background:
		conic-gradient(from 10deg, transparent 0 24%, rgba(51, 208, 216, 0.95) 24% 40%, transparent 40% 100%),
		radial-gradient(circle at center, rgba(255,255,255,0.98) 0 18%, transparent 19% 100%),
		radial-gradient(circle at center, rgba(51,208,216,0.22) 0 62%, transparent 63% 100%);
	box-shadow: 0 0 0 1px rgba(51, 208, 216, 0.18), 0 0 18px rgba(51, 208, 216, 0.18);
}

.jfw-brand-icon {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	flex: 0 0 auto;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	transform: translateY(1px) scale(2.42);
	transform-origin: center;
	filter: drop-shadow(0 10px 22px rgba(16, 123, 246, 0.22));
}

.jfw-brand-text {
	color: #ffffff;
	line-height: 0.94;
	text-wrap: balance;
}

.jfw-topnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.jfw-nav-button,
.jfw-filter-chip {
	border: 1px solid rgba(105, 147, 191, 0.28);
	border-radius: 14px;
	padding: 11px 16px;
	background: rgba(7, 20, 35, 0.58);
	color: var(--jfw-text);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.jfw-nav-button.is-active,
.jfw-nav-button:hover,
.jfw-filter-chip.is-active,
.jfw-filter-chip:hover {
	border-color: rgba(51, 208, 216, 0.62);
	background: rgba(8, 35, 58, 0.94);
	transform: translateY(-1px);
}

.jfw-hero h1,
.jfw-prose h2,
.jfw-report-hero h2 {
	margin: 0;
	font-size: clamp(2.15rem, 3.65vw, 4.05rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	max-width: 10.6ch;
}

.jfw-subheading,
.jfw-status-copy,
.jfw-prose p,
.jfw-card p,
.jfw-list li {
	color: var(--jfw-text-soft);
	font-size: 1.05rem;
	line-height: 1.68;
}

.jfw-subheading,
.jfw-trust-line {
	max-width: 56ch;
}

.jfw-trust-line,
.jfw-eyebrow,
.jfw-mini-label,
.jfw-utility-label {
	color: var(--jfw-cyan);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jfw-dashboard-layout {
	grid-template-columns: 1fr;
	align-items: start;
	gap: 18px;
}

.jfw-dashboard-secondary {
	display: grid;
	gap: 18px;
}

.jfw-dashboard-secondary.has-two-cards {
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
}

.jfw-map-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.jfw-map-head-controls {
	display: grid;
	gap: 10px;
}

.jfw-map-scope-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jfw-map-head-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.jfw-map-stage-scope {
	display: grid;
	gap: 18px;
}

.jfw-map-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0;
}

.jfw-map-card {
	position: relative;
	overflow: hidden;
	padding: 16px 16px 24px;
}

.jfw-map-stage {
	position: relative;
	min-height: clamp(700px, 76vh, 920px);
	background: radial-gradient(circle at 50% 42%, rgba(27, 78, 120, 0.24), transparent 56%), linear-gradient(180deg, #06111d 0%, #091726 100%);
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid rgba(145, 178, 214, 0.2);
	box-shadow: inset 0 0 0 1px rgba(142, 176, 214, 0.08), 0 28px 64px rgba(0, 0, 0, 0.28);
}

.jfw-map-stage.scope-caribbean {
	min-height: clamp(760px, 80vh, 980px);
}

.jfw-map-stage-scope[hidden] {
	display: none;
}

.jfw-live-map-canvas,
.jfw-live-map-inset-canvas {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.jfw-live-map-inset-card {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	width: min(260px, calc(100% - 36px));
	padding: 12px;
	border-radius: 22px;
	background: rgba(8, 19, 34, 0.78);
	border: 1px solid rgba(119, 151, 189, 0.24);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(14px);
}

.jfw-live-map-inset-label,
.jfw-live-map-inset-subtitle {
	margin: 0;
	text-transform: uppercase;
}

.jfw-live-map-inset-label {
	color: rgba(219, 232, 247, 0.92);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.jfw-live-map-inset-subtitle {
	margin-top: 3px;
	color: rgba(179, 198, 221, 0.56);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.jfw-live-map-inset-canvas {
	position: relative;
	inset: auto;
	height: 142px;
	margin-top: 10px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(119, 151, 189, 0.18);
}

.jfw-map-stage .leaflet-container {
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 22% 28%, rgba(158, 205, 141, 0.10), transparent 18%),
		radial-gradient(circle at 28% 70%, rgba(159, 180, 206, 0.18), transparent 30%),
		radial-gradient(circle at 74% 72%, rgba(255, 179, 95, 0.14), transparent 18%),
		linear-gradient(180deg, #dfe8f1 0%, #cfdceb 100%);
	font-family: inherit;
}

.jfw-map-stage .leaflet-tile-pane {
	filter: saturate(0.94) brightness(1.04) contrast(1.02);
}

.jfw-map-stage .leaflet-control-zoom {
	border: 1px solid rgba(119, 151, 189, 0.24);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.jfw-map-stage .leaflet-control-zoom a {
	background: rgba(248, 251, 255, 0.94);
	color: #17324f;
	border-bottom-color: rgba(119, 151, 189, 0.22);
}

.jfw-map-stage .leaflet-control-attribution {
	background: rgba(248, 251, 255, 0.78);
	color: rgba(37, 64, 96, 0.72);
	padding: 2px 8px;
	border-radius: 999px 0 0 0;
}

.jfw-map-stage .leaflet-control-attribution a {
	color: rgba(20, 60, 107, 0.86);
}

.jfw-leaflet-icon-host {
	background: transparent;
	border: 0;
}

.jfw-leaflet-marker {
	position: relative;
	width: 92px;
	height: 28px;
}

.jfw-leaflet-marker::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	border: 1px solid currentColor;
	opacity: 0.26;
	box-shadow: 0 0 18px currentColor;
}

.jfw-leaflet-marker-dot {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: currentColor;
	border: 2px solid rgba(236, 245, 255, 0.92);
	box-shadow: 0 0 0 3px rgba(5, 15, 26, 0.92), 0 0 18px currentColor;
}

.jfw-leaflet-marker-badge {
	position: absolute;
	left: 26px;
	top: -2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(7, 18, 32, 0.92);
	border: 1px solid rgba(117, 148, 184, 0.14);
	color: currentColor;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.jfw-leaflet-marker.status-normal { color: var(--jfw-green); }
.jfw-leaflet-marker.status-watch { color: var(--jfw-amber); }
.jfw-leaflet-marker.status-elevated { color: var(--jfw-orange); }
.jfw-leaflet-marker.status-confirmed { color: var(--jfw-red); }

.jfw-leaflet-marker.is-selected::before {
	opacity: 0.44;
	transform: scale(1.15);
}

.jfw-leaflet-marker.is-selected .jfw-leaflet-marker-badge {
	border-color: rgba(255, 255, 255, 0.32);
	transform: translateY(-1px);
}

.jfw-map-svg,
.jfw-map-overlay,
.jfw-map-grid {
	position: absolute;
	inset: 0;
}

.jfw-map-svg {
	width: 100%;
	height: 100%;
	object-fit: fill;
	opacity: 0.98;
	z-index: 0;
}

.jfw-map-overlay {
	background:
		linear-gradient(180deg, rgba(2, 9, 15, 0.12) 0%, rgba(2, 9, 15, 0) 24%, rgba(2, 9, 15, 0) 68%, rgba(2, 9, 15, 0.24) 100%),
		radial-gradient(circle at 22% 28%, rgba(145, 196, 128, 0.1), transparent 16%),
		radial-gradient(circle at 28% 70%, rgba(67, 95, 132, 0.16), transparent 28%),
		radial-gradient(circle at 74% 72%, rgba(255, 164, 66, 0.12), transparent 18%),
		radial-gradient(circle at 84% 58%, rgba(32, 149, 255, 0.12), transparent 18%);
	opacity: 0.94;
	pointer-events: none;
	z-index: 1;
}

.jfw-map-grid {
	background-image:
		linear-gradient(rgba(142, 176, 214, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(142, 176, 214, 0.03) 1px, transparent 1px);
	background-size: 84px 84px;
	mask-image: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.35));
	pointer-events: none;
	z-index: 1;
}

.jfw-map-region-label {
	position: absolute;
	color: rgba(188, 208, 231, 0.36);
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	z-index: 2;
}

.jfw-map-region-label.uk { left: 11%; top: 24%; }
.jfw-map-region-label.iberia { left: 7%; bottom: 13%; }
.jfw-map-region-label.med { right: 21%; bottom: 18%; }
.jfw-map-stage.scope-caribbean .jfw-map-region-label.florida { left: 24%; top: 11%; }
.jfw-map-stage.scope-caribbean .jfw-map-region-label.yucatan { left: 8%; top: 34%; }
.jfw-map-stage.scope-caribbean .jfw-map-region-label.greater-antilles { left: 39%; top: 42%; }
.jfw-map-stage.scope-caribbean .jfw-map-region-label.eastern-caribbean { right: 10%; bottom: 24%; }

.jfw-map-point {
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.jfw-map-point.has-open-popover {
	z-index: 7;
}

.jfw-marker {
	position: relative;
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.jfw-marker::before,
.jfw-marker::after,
.jfw-marker-core {
	position: absolute;
	border-radius: 50%;
}

.jfw-marker::before {
	content: "";
	inset: -7px;
	border: 1px solid currentColor;
	opacity: 0.26;
	box-shadow: 0 0 18px currentColor;
}

.jfw-marker::after {
	content: "";
	inset: -10px;
	border: 1px solid currentColor;
	opacity: 0;
}

.jfw-marker-core {
	inset: 4px;
	background: currentColor;
	border: 2px solid rgba(235, 245, 255, 0.92);
	box-shadow: 0 0 0 3px rgba(5, 15, 26, 0.92), 0 0 18px currentColor;
}

.jfw-map-point.status-normal { color: var(--jfw-green); }
.jfw-map-point.status-watch { color: var(--jfw-amber); }
.jfw-map-point.status-elevated { color: var(--jfw-orange); }
.jfw-map-point.status-confirmed { color: var(--jfw-red); }
.jfw-map-point.is-selected .jfw-marker { transform: scale(1.18); }
.jfw-map-point.is-selected .jfw-marker-label {
	background: rgba(8, 24, 38, 0.96);
	border-color: rgba(140, 188, 236, 0.34);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32), 0 0 0 1px currentColor;
}
.jfw-map-point.is-selected .jfw-marker::after {
	opacity: 0.62;
	animation: jfw-marker-pulse 2.4s ease-out infinite;
}

@keyframes jfw-marker-pulse {
	0% {
		transform: scale(0.78);
		opacity: 0.7;
	}
	70% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.jfw-marker-label {
	position: absolute;
	font-size: 0.78rem;
	font-weight: 800;
	white-space: nowrap;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(5, 15, 26, 0.78);
	border: 1px solid rgba(124, 158, 196, 0.18);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	color: currentColor;
	backdrop-filter: blur(10px);
}

.jfw-marker-label.label-right-center {
	left: 18px;
	right: auto;
	top: -10px;
	bottom: auto;
	transform: none;
}

.jfw-marker-label.label-right-top {
	left: 14px;
	right: auto;
	top: -34px;
	bottom: auto;
	transform: none;
}

.jfw-marker-label.label-right-bottom {
	left: 14px;
	right: auto;
	top: 18px;
	bottom: auto;
	transform: none;
}

.jfw-marker-label.label-left-top {
	left: auto;
	right: 14px;
	top: -34px;
	bottom: auto;
	transform: none;
	text-align: right;
}

.jfw-marker-label.label-left-bottom {
	left: auto;
	right: 14px;
	top: 18px;
	bottom: auto;
	transform: none;
	text-align: right;
}

.jfw-marker-label.label-far-right-top {
	left: 22px;
	right: auto;
	top: -46px;
	bottom: auto;
	transform: none;
}

.jfw-marker-label.label-far-right-bottom {
	left: 22px;
	right: auto;
	top: 28px;
	bottom: auto;
	transform: none;
}

.jfw-marker-label.label-far-left-top {
	left: auto;
	right: 22px;
	top: -46px;
	bottom: auto;
	transform: none;
	text-align: right;
}

.jfw-marker-label.label-far-left-bottom {
	left: auto;
	right: 22px;
	top: 28px;
	bottom: auto;
	transform: none;
	text-align: right;
}

.jfw-marker-popover {
	position: absolute;
	top: 32px;
	left: 0;
	width: min(280px, 78vw);
	padding: 18px;
	border-radius: 18px;
	background: rgba(5, 18, 31, 0.95);
	border: 1px solid rgba(112, 154, 199, 0.24);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
	z-index: 6;
}

.jfw-marker-popover.is-above {
	top: auto;
	bottom: 34px;
}

.jfw-marker-popover.is-left {
	left: auto;
	right: 0;
}

.jfw-marker-popover h3,
.jfw-sidebar-card h2,
.jfw-card h3,
.jfw-card h4 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.jfw-button,
.jfw-source-link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	max-width: 100%;
	padding: 12px 18px;
	border-radius: 14px;
	border: 1px solid rgba(44, 143, 241, 0.38);
	background: linear-gradient(180deg, rgba(27, 121, 255, 0.92), rgba(12, 84, 194, 0.92));
	color: #f8fbff;
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.jfw-button:hover,
.jfw-source-link:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(23, 119, 255, 0.18);
}

.jfw-button-small {
	padding: 10px 14px;
	font-size: 0.92rem;
}

.jfw-button-secondary {
	background: rgba(8, 34, 57, 0.82);
	border-color: rgba(51, 208, 216, 0.34);
}

.jfw-text-link,
.jfw-inline-link {
	color: var(--jfw-cyan);
	font-weight: 700;
	background: none;
	border: 0;
	padding: 0;
}

.jfw-status-pill,
.jfw-source-badge,
.jfw-code-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	padding: 9px 14px;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
}

.jfw-status-pill.status-normal { background: rgba(115, 229, 95, 0.16); color: var(--jfw-green); }
.jfw-status-pill.status-watch { background: rgba(255, 211, 67, 0.16); color: var(--jfw-amber); }
.jfw-status-pill.status-elevated { background: rgba(255, 156, 47, 0.16); color: var(--jfw-orange); }
.jfw-status-pill.status-confirmed { background: rgba(255, 79, 79, 0.16); color: var(--jfw-red); }
.jfw-status-pill.status-info { background: rgba(76, 125, 255, 0.16); color: #8db4ff; }

.jfw-code-tag {
	background: rgba(42, 75, 112, 0.42);
	color: #d2def0;
}

.jfw-sidebar-card {
	position: sticky;
	top: 26px;
	padding: 24px;
}

.jfw-dashboard .jfw-sidebar-card {
	position: static;
	top: auto;
}

.jfw-metric-list,
.jfw-mini-metrics,
.jfw-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.jfw-metric-list li,
.jfw-mini-metrics li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(130, 164, 202, 0.14);
	color: var(--jfw-text-soft);
}

.jfw-metric-list li strong,
.jfw-mini-metrics li strong {
	color: var(--jfw-text);
}

.jfw-mini-panel {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(130, 164, 202, 0.14);
}

.jfw-overview-grid,
.jfw-utility-grid,
.jfw-grid-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.jfw-map-summary-strip {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.95fr);
	gap: 22px;
	align-items: stretch;
	margin-top: 14px;
}

.jfw-map-focus-strip {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.72fr);
	gap: 18px 24px;
	align-items: start;
	padding: 18px 20px;
	height: 100%;
}

.jfw-map-focus-main {
	min-width: 0;
	display: grid;
	gap: 10px;
}

.jfw-map-focus-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.jfw-map-focus-header h2 {
	margin: 0;
	font-size: clamp(1.26rem, 1.7vw, 1.68rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.jfw-map-focus-code {
	display: inline-block;
	margin-left: 0.38em;
	color: rgba(206, 220, 236, 0.78);
	font-weight: 700;
}

.jfw-map-focus-summary {
	margin: 0;
	color: var(--jfw-text-soft);
	font-size: 0.96rem;
	line-height: 1.58;
	max-width: 58ch;
}

.jfw-map-focus-side {
	display: grid;
	gap: 14px;
	align-content: space-between;
	justify-items: stretch;
}

.jfw-map-focus-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.jfw-map-focus-facts div {
	min-width: 0;
	padding: 12px 14px;
	border-radius: 16px;
	background: rgba(7, 20, 33, 0.52);
	border: 1px solid rgba(119, 151, 189, 0.14);
}

.jfw-map-focus-facts dt,
.jfw-map-focus-facts dd {
	margin: 0;
}

.jfw-map-focus-facts dt {
	color: rgba(197, 214, 232, 0.72);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfw-map-focus-facts dd {
	margin-top: 6px;
	color: var(--jfw-text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
}

.jfw-map-focus-side .jfw-button {
	width: 100%;
	justify-content: center;
}

.jfw-map-summary-side,
.jfw-map-side-stack {
	display: grid;
	gap: 14px;
	height: 100%;
}

.jfw-map-side-stack {
	grid-template-rows: auto 1fr;
	align-content: stretch;
}

.jfw-map-status-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.jfw-map-status-chip {
	min-width: 0;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(6, 17, 29, 0.78), rgba(7, 20, 33, 0.62));
	border: 1px solid rgba(119, 151, 189, 0.16);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(14px);
}

.jfw-map-status-chip strong {
	display: block;
	margin-bottom: 4px;
	font-size: clamp(1.8rem, 2.2vw, 2.4rem);
	line-height: 1;
}

.jfw-map-status-chip span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--jfw-text-soft);
	font-size: clamp(0.9rem, 1vw, 1.05rem);
	font-weight: 700;
	white-space: nowrap;
}

.jfw-map-status-chip span::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 10px currentColor;
}

.jfw-map-status-chip.status-normal span { color: var(--jfw-green); }
.jfw-map-status-chip.status-watch span { color: var(--jfw-amber); }
.jfw-map-status-chip.status-elevated span { color: var(--jfw-orange); }
.jfw-map-status-chip.status-confirmed span { color: var(--jfw-red); }

.jfw-map-status-chip.status-normal { box-shadow: inset 0 0 0 1px rgba(115, 229, 95, 0.1), 0 14px 30px rgba(0, 0, 0, 0.18); }
.jfw-map-status-chip.status-watch { box-shadow: inset 0 0 0 1px rgba(255, 211, 67, 0.1), 0 14px 30px rgba(0, 0, 0, 0.18); }
.jfw-map-status-chip.status-elevated { box-shadow: inset 0 0 0 1px rgba(255, 156, 47, 0.1), 0 14px 30px rgba(0, 0, 0, 0.18); }
.jfw-map-status-chip.status-confirmed { box-shadow: inset 0 0 0 1px rgba(255, 79, 79, 0.1), 0 14px 30px rgba(0, 0, 0, 0.18); }

.jfw-airport-search-card {
	display: grid;
	gap: 12px;
	padding: 16px 18px 18px;
	height: 100%;
	align-content: start;
}

.jfw-airport-search-label {
	color: rgba(233, 241, 249, 0.94);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.jfw-airport-search-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
}

.jfw-airport-search-input {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid rgba(105, 147, 191, 0.28);
	background: rgba(6, 18, 31, 0.78);
	color: var(--jfw-text);
	font: inherit;
	box-sizing: border-box;
}

.jfw-airport-search-input::placeholder {
	color: rgba(181, 195, 214, 0.66);
}

.jfw-airport-search-input:focus-visible {
	outline: 2px solid rgba(51, 208, 216, 0.68);
	outline-offset: 2px;
	border-color: rgba(51, 208, 216, 0.62);
}

.jfw-airport-search-button {
	min-width: 132px;
}

.jfw-airport-search-hint {
	margin: 0;
	color: rgba(181, 195, 214, 0.74);
	font-size: 0.88rem;
	line-height: 1.5;
}

.jfw-overview-grid {
	margin-top: 18px;
}

.jfw-map-principle {
	margin: 12px 0 0;
	margin-bottom: 0;
	color: var(--jfw-cyan);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.jfw-utility-grid {
	align-items: stretch;
	margin-top: 18px;
}

.jfw-utility-grid > .jfw-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.jfw-utility-grid > .jfw-card > *:first-child {
	margin-top: 0;
}

.jfw-utility-grid > .jfw-card > h3 {
	margin-bottom: 14px;
	min-height: 0;
}

.jfw-utility-grid > .jfw-card > p,
.jfw-utility-grid > .jfw-card .jfw-news-preview {
	margin-top: 0;
}

.jfw-utility-grid > .jfw-card > .jfw-text-link,
.jfw-utility-grid > .jfw-card > .jfw-button {
	align-self: center;
	margin-top: auto;
	text-align: center;
	justify-content: center;
	white-space: nowrap;
}

.jfw-utility-grid > .jfw-card > .jfw-button {
	min-width: min(220px, 100%);
}

.jfw-app-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px 28px;
	align-items: end;
	margin-top: 18px;
	padding: 20px 6px 2px;
	border-top: 1px solid rgba(140, 175, 210, 0.16);
}

.jfw-app-footer-copy {
	display: grid;
	gap: 6px;
}

.jfw-app-footer-brand,
.jfw-app-footer-tag,
.jfw-app-footer-note {
	margin: 0;
}

.jfw-app-footer-brand {
	color: var(--jfw-text);
	font-size: 1rem;
	font-weight: 800;
}

.jfw-app-footer-tag {
	color: var(--jfw-cyan);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jfw-app-footer-note {
	color: var(--jfw-text-soft);
	font-size: 0.92rem;
	line-height: 1.55;
	max-width: 72ch;
}

.jfw-app-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 18px;
}

.jfw-app-footer-nav a {
	color: rgba(233, 241, 249, 0.92);
	font-size: 0.92rem;
	font-weight: 700;
}

.jfw-overview-stat {
	padding: 18px;
	border-radius: 20px;
	background: rgba(7, 20, 35, 0.62);
	border: 1px solid rgba(119, 151, 189, 0.16);
}

.jfw-overview-stat.status-normal { box-shadow: inset 0 0 0 1px rgba(115, 229, 95, 0.1); }
.jfw-overview-stat.status-watch { box-shadow: inset 0 0 0 1px rgba(255, 211, 67, 0.1); }
.jfw-overview-stat.status-elevated { box-shadow: inset 0 0 0 1px rgba(255, 156, 47, 0.1); }
.jfw-overview-stat.status-confirmed { box-shadow: inset 0 0 0 1px rgba(255, 79, 79, 0.1); }

.jfw-overview-value {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.1;
}

.jfw-overview-label {
	color: var(--jfw-text-soft);
}

.jfw-news-preview {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.jfw-country-summary-list,
.jfw-country-hub-grid,
.jfw-country-airports-grid {
	display: grid;
	gap: 12px;
}

.jfw-country-summary-list {
	margin: 6px 0 0;
}

.jfw-country-summary-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 16px;
	background: rgba(8, 21, 35, 0.74);
	border: 1px solid rgba(120, 154, 192, 0.14);
}

.jfw-country-summary-link span:first-child {
	font-weight: 700;
}

.jfw-country-summary-card .jfw-button {
	width: auto;
}

.jfw-country-hub-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.jfw-country-link-card {
	display: grid;
	gap: 12px;
	min-height: 100%;
}

.jfw-country-link-card.is-active {
	border-color: rgba(51, 208, 216, 0.42);
	box-shadow: inset 0 0 0 1px rgba(51, 208, 216, 0.12), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.jfw-country-report-embedded {
	margin-top: 22px;
}

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

.jfw-country-airport-tile {
	padding: 16px;
	border-radius: 18px;
	background: rgba(8, 19, 32, 0.72);
	border: 1px solid rgba(124, 158, 196, 0.14);
}

.jfw-news-preview li {
	display: grid;
	gap: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(128, 160, 198, 0.12);
}

.jfw-updates-page,
.jfw-daily-page {
	display: grid;
	gap: 18px;
}

.jfw-updates-header,
.jfw-daily-header {
	padding: 24px clamp(20px, 2.4vw, 30px);
	text-align: left;
}

.jfw-updates-header-content,
.jfw-daily-header-content {
	max-width: none;
	margin: 0;
}

.jfw-updates-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	margin-bottom: 18px;
}

.jfw-updates-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid rgba(51, 208, 216, 0.28);
	background: rgba(51, 208, 216, 0.1);
	color: rgba(229, 246, 250, 0.96);
	font-size: 0.9rem;
	font-weight: 700;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.jfw-updates-nav-btn:hover {
	background: rgba(51, 208, 216, 0.18);
	border-color: rgba(51, 208, 216, 0.48);
	transform: translateY(-1px);
}

.jfw-updates-header h1,
.jfw-daily-header h1 {
	margin: 0 0 12px;
	color: rgba(226, 248, 255, 1);
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.jfw-updates-subtitle,
.jfw-daily-subtitle {
	max-width: 74ch;
	margin: 0 0 16px;
	color: rgba(201, 218, 236, 0.78);
	font-size: 1rem;
	line-height: 1.62;
}

.jfw-updates-last-check {
	color: rgba(201, 218, 236, 0.56);
	font-size: 0.88rem;
	font-style: italic;
}

.jfw-updates-last-check span {
	color: rgba(229, 238, 250, 0.86);
}

.jfw-updates-content {
	padding: 0;
}

.jfw-updates-grid {
	display: grid;
	gap: 24px;
}

.jfw-update-card {
	padding: 28px;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jfw-update-card:hover {
	border-color: rgba(51, 208, 216, 0.34);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
	transform: translateY(-2px);
}

.jfw-update-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.jfw-update-category {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.jfw-update-category.category-latest {
	background: rgba(51, 208, 216, 0.16);
	color: rgba(51, 208, 216, 1);
}

.jfw-update-category.category-evidence {
	background: rgba(115, 229, 95, 0.14);
	color: var(--jfw-green);
}

.jfw-update-category.category-confirmed {
	background: rgba(255, 79, 79, 0.14);
	color: var(--jfw-red);
}

.jfw-update-category.category-monitoring {
	background: rgba(81, 105, 136, 0.24);
	color: rgba(219, 231, 244, 0.9);
}

.jfw-update-date {
	color: rgba(201, 218, 236, 0.62);
	font-size: 0.88rem;
	font-weight: 600;
}

.jfw-update-title {
	margin: 0 0 16px;
	color: rgba(236, 245, 255, 1);
	font-size: clamp(1.5rem, 2.2vw, 2.05rem);
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: -0.03em;
}

.jfw-update-excerpt {
	color: rgba(211, 223, 237, 0.84);
	font-size: 1rem;
	line-height: 1.72;
}

.jfw-update-excerpt p {
	margin: 0 0 12px;
}

.jfw-update-excerpt p:last-child {
	margin-bottom: 0;
}

.jfw-update-footer {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(125, 153, 188, 0.14);
}

.jfw-update-footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	color: rgba(201, 218, 236, 0.6);
	font-size: 0.86rem;
	font-weight: 600;
}

.jfw-update-source-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

button.jfw-update-source,
.jfw-update-source-static {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 10px;
	border: 1px solid rgba(51, 208, 216, 0.22);
	background: rgba(51, 208, 216, 0.1);
	color: rgba(223, 245, 252, 0.94);
	font-size: 0.86rem;
	font-weight: 700;
}

button.jfw-update-source:hover {
	background: rgba(51, 208, 216, 0.18);
	border-color: rgba(51, 208, 216, 0.42);
}

.jfw-update-source-static {
	border-color: rgba(103, 127, 160, 0.22);
	background: rgba(24, 39, 58, 0.72);
	color: rgba(201, 218, 236, 0.72);
}

.jfw-updates-bottom {
	max-width: 860px;
	margin: 56px auto 0;
	padding: 0 24px;
}

.jfw-updates-info-box {
	background: rgba(10, 21, 36, 0.78);
	border: 1px solid rgba(51, 208, 216, 0.16);
	border-radius: 18px;
	padding: 28px;
	text-align: center;
}

.jfw-updates-info-box h3 {
	margin: 0 0 12px;
	font-size: 1.42rem;
	font-weight: 800;
	color: rgba(236, 245, 255, 1);
}

.jfw-updates-info-box p,
.jfw-updates-disclaimer {
	margin: 0;
	color: rgba(201, 218, 236, 0.74);
	font-size: 0.98rem;
	line-height: 1.66;
}

.jfw-updates-info-box p + p,
.jfw-daily-bottom-card p + p {
	margin-top: 10px;
}

.jfw-no-updates {
	max-width: 860px;
	margin: 0 auto;
	padding: 72px 24px 0;
	text-align: center;
}

.jfw-no-updates-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(51, 208, 216, 0.1);
	border: 1px solid rgba(51, 208, 216, 0.16);
	color: rgba(226, 242, 248, 0.86);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jfw-no-updates h2 {
	margin: 18px 0 12px;
	color: rgba(236, 245, 255, 1);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.jfw-no-updates p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(201, 218, 236, 0.74);
	font-size: 1.04rem;
	line-height: 1.68;
}

.jfw-daily-summary-strip {
	max-width: 1240px;
	margin: 0 auto;
	padding: 36px 24px 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.jfw-daily-stat-card,
.jfw-daily-main-card,
.jfw-daily-side-card,
.jfw-daily-bottom-card {
	background: rgba(10, 21, 36, 0.78);
	border: 1px solid rgba(51, 208, 216, 0.16);
	border-radius: 18px;
}

.jfw-daily-stat-card {
	padding: 18px 20px;
	display: grid;
	gap: 8px;
}

.jfw-daily-stat-label {
	color: rgba(201, 218, 236, 0.68);
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.jfw-daily-stat-card strong {
	color: rgba(236, 245, 255, 1);
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.jfw-daily-layout,
.jfw-daily-bottom-grid {
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px 24px 0;
	display: grid;
	gap: 18px;
}

.jfw-daily-layout {
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
	align-items: start;
}

.jfw-daily-main-card,
.jfw-daily-side-card,
.jfw-daily-bottom-card {
	padding: 24px;
}

.jfw-daily-main-card h2 {
	margin: 0 0 16px;
	color: rgba(236, 245, 255, 1);
	font-size: clamp(1.8rem, 2.6vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.jfw-daily-main-card p,
.jfw-daily-side-card p,
.jfw-daily-bottom-card p {
	color: rgba(211, 223, 237, 0.82);
	font-size: 1rem;
	line-height: 1.72;
}

.jfw-daily-side-stack {
	display: grid;
	gap: 18px;
}

.jfw-daily-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.jfw-daily-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(125, 153, 188, 0.14);
	color: rgba(211, 223, 237, 0.82);
}

.jfw-daily-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.jfw-daily-list strong {
	color: rgba(236, 245, 255, 1);
	font-size: 1.15rem;
}

.jfw-daily-bottom-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: 0;
}

.jfw-briefing-actions {
	grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
	align-items: center;
}

.jfw-briefing-shell {
	display: grid;
	gap: 14px;
}

.jfw-briefing-header,
.jfw-briefing-hero {
	display: grid;
	gap: 14px;
	padding: 20px clamp(20px, 2.3vw, 28px);
}

.jfw-briefing-header-top,
.jfw-briefing-hero-bar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.jfw-briefing-header-copy,
.jfw-briefing-hero-main {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.jfw-briefing-header h2,
.jfw-briefing-hero h2 {
	margin: 0;
	max-width: none;
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.jfw-briefing-lead,
.jfw-briefing-hero p {
	margin: 0;
	max-width: 70ch;
	font-size: 1rem;
	line-height: 1.58;
	color: var(--jfw-text-soft);
}

.jfw-briefing-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.jfw-briefing-meta-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(24, 44, 70, 0.7);
	border: 1px solid rgba(104, 141, 182, 0.2);
	color: rgba(235, 243, 252, 0.92);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.jfw-briefing-actions-compact {
	grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
}

.jfw-briefing-summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 14px;
}

.jfw-briefing-summary {
	display: grid;
	gap: 8px;
	padding: 16px 18px;
}

.jfw-briefing-summary strong {
	font-size: clamp(1.3rem, 2vw, 2rem);
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.jfw-briefing-summary span {
	color: var(--jfw-text-soft);
	font-size: 0.95rem;
	line-height: 1.5;
}

.jfw-chron-stack {
	grid-template-columns: 1fr;
}

.jfw-chron-entry {
	display: grid;
	gap: 12px;
	padding: 18px 20px 20px;
}

.jfw-chron-entry h3 {
	margin: 0;
	max-width: 26ch;
	font-size: clamp(1.16rem, 1.55vw, 1.42rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.jfw-chron-entry-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.jfw-chron-source-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

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

.jfw-report-grid-briefing {
	align-items: start;
}

.jfw-card-span-two {
	grid-column: 1 / -1;
}

.jfw-report-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	margin-bottom: 18px;
}

.jfw-confidence-ring {
	display: grid;
	place-items: center;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	font-size: 1.25rem;
	font-weight: 800;
	background:
		radial-gradient(circle, rgba(6, 18, 29, 0.92) 0 58%, transparent 58% 100%),
		conic-gradient(var(--jfw-green) 0 78%, rgba(114, 144, 180, 0.18) 78% 100%);
}

.jfw-confidence-ring.level-medium {
	background:
		radial-gradient(circle, rgba(6, 18, 29, 0.92) 0 58%, transparent 58% 100%),
		conic-gradient(var(--jfw-amber) 0 58%, rgba(114, 144, 180, 0.18) 58% 100%);
}

.jfw-confidence-ring.level-low {
	background:
		radial-gradient(circle, rgba(6, 18, 29, 0.92) 0 58%, transparent 58% 100%),
		conic-gradient(var(--jfw-orange) 0 36%, rgba(114, 144, 180, 0.18) 36% 100%);
}

.jfw-metrics-grid,
.jfw-freshness-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.jfw-metrics-grid .full {
	grid-column: 1 / -1;
}

.jfw-metrics-grid > div,
.jfw-freshness-grid > div {
	padding: 16px;
	border-radius: 18px;
	background: rgba(9, 22, 37, 0.72);
	border: 1px solid rgba(126, 159, 194, 0.16);
}

.jfw-metrics-grid span,
.jfw-freshness-grid span {
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--jfw-text-soft);
}

.jfw-metrics-grid strong,
.jfw-freshness-grid strong {
	display: block;
	margin-top: 6px;
	font-size: 1rem;
	line-height: 1.5;
}

.jfw-source-stack {
	display: grid;
	gap: 14px;
}

.jfw-source-card {
	padding: 16px;
	border-radius: 20px;
	background: rgba(8, 19, 32, 0.72);
	border: 1px solid rgba(124, 158, 196, 0.14);
}

.jfw-source-card-head,
.jfw-card-head,
.jfw-source-actions,
.jfw-longhaul-item {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.jfw-longhaul-card {
	position: absolute;
	left: 22px;
	bottom: 22px;
	width: min(240px, 32%);
	padding: 18px;
	border-radius: 20px;
	background: rgba(7, 20, 35, 0.9);
	border: 1px solid rgba(119, 152, 188, 0.18);
	z-index: 3;
}

.jfw-longhaul-item span,
.jfw-meta-line,
.jfw-warning-copy,
.jfw-report-footer-note {
	color: var(--jfw-text-soft);
	font-size: 0.94rem;
	line-height: 1.6;
}

.jfw-warning-copy {
	color: #ffd38c;
}

.jfw-offmap-card {
	display: grid;
	gap: 14px;
	align-content: start;
	max-height: 720px;
	overflow: auto;
}

.jfw-offmap-card p {
	margin: 0;
}

.jfw-timeline {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.jfw-timeline-day {
	padding: 14px 10px;
	border-radius: 18px;
	text-align: center;
	background: rgba(9, 22, 37, 0.72);
	border: 1px solid rgba(126, 159, 194, 0.14);
}

.jfw-timeline-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-bottom: 8px;
	background: currentColor;
	box-shadow: 0 0 14px currentColor;
}

.jfw-timeline-day.status-normal { color: var(--jfw-green); }
.jfw-timeline-day.status-watch { color: var(--jfw-amber); }
.jfw-timeline-day.status-elevated { color: var(--jfw-orange); }
.jfw-timeline-day.status-confirmed { color: var(--jfw-red); }

.jfw-country-card,
.jfw-airport-grid-card {
	display: grid;
	gap: 14px;
}

.jfw-airport-grid-card {
	min-height: 100%;
}

.jfw-prose h3 {
	margin-top: 24px;
	margin-bottom: 10px;
	font-size: 1.35rem;
}

.jfw-prose ul {
	padding-left: 20px;
	color: var(--jfw-text-soft);
}

.jfw-sponsor-panel {
	margin-top: 22px;
	padding: 18px;
	border-radius: 18px;
	background: rgba(7, 26, 44, 0.7);
	border: 1px solid rgba(51, 208, 216, 0.2);
}

.jfw-modal[hidden] {
	display: none;
}

.jfw-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.jfw-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 8, 15, 0.72);
	backdrop-filter: blur(6px);
}

.jfw-modal-dialog {
	position: relative;
	max-width: 740px;
	margin: min(8vh, 48px) auto;
	padding: 18px;
}

.jfw-modal-content {
	position: relative;
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, #081729 0%, #0d2034 100%);
	border: 1px solid rgba(115, 151, 191, 0.28);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.44);
}

.jfw-modal-close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(114, 145, 178, 0.24);
	background: rgba(10, 25, 42, 0.76);
	color: #fff;
	font-size: 1.4rem;
	cursor: pointer;
	z-index: 1;
}

.jfw-modal-body {
	display: grid;
	gap: 14px;
	color: var(--jfw-text-soft);
}

.jfw-modal-body dl {
	display: grid;
	grid-template-columns: minmax(170px, 0.8fr) 1fr;
	gap: 10px 14px;
	margin: 0;
}

.jfw-modal-body dt {
	color: var(--jfw-text);
	font-weight: 800;
}

.jfw-modal-body dd {
	margin: 0;
}

.jfw-modal-body dd ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 6px;
}

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

.jfw-empty-state {
	padding: 18px;
	border-radius: 18px;
	background: rgba(11, 27, 45, 0.86);
	color: var(--jfw-text);
}

@media (max-width: 1200px) {
	.jfw-shell {
		width: min(100%, calc(100vw - 28px));
	}

	.jfw-dashboard-layout,
	.jfw-dashboard-secondary.has-two-cards,
	.jfw-country-hub-grid,
	.jfw-country-airports-grid,
	.jfw-report-grid,
	.jfw-daily-summary-strip,
	.jfw-daily-layout,
	.jfw-daily-bottom-grid,
	.jfw-news-columns,
	.jfw-briefing-summary-grid,
	.jfw-briefing-actions {
		grid-template-columns: 1fr;
	}

	.jfw-briefing-header-top,
	.jfw-briefing-hero-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.jfw-briefing-meta {
		justify-content: flex-start;
	}

	.jfw-sidebar-card {
		position: static;
	}

	.jfw-map-stage {
		min-height: clamp(640px, 70vh, 860px);
	}

	.jfw-map-summary-strip {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.jfw-map-summary-side {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	.jfw-dashboard,
	.jfw-airport-grid-shell,
	.jfw-airport-report-shell,
	.jfw-country-hub,
	.jfw-country-report-shell,
	.jfw-insurance-guide,
	.jfw-news-shell,
	.jfw-about {
		padding: 20px;
		border-radius: 22px;
	}

	.jfw-topbar {
		grid-template-columns: 1fr;
	}

	.jfw-updates-header,
	.jfw-daily-header {
		padding: 30px 18px 40px;
	}

	.jfw-updates-content,
	.jfw-updates-bottom,
	.jfw-daily-summary-strip,
	.jfw-daily-layout,
	.jfw-daily-bottom-grid {
		padding-left: 18px;
		padding-right: 18px;
	}

	.jfw-updates-nav {
		justify-content: flex-start;
	}

	.jfw-update-card,
	.jfw-daily-main-card,
	.jfw-daily-side-card,
	.jfw-daily-bottom-card {
		padding: 20px;
	}

	.jfw-topnav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.jfw-chron-entry .jfw-source-card-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.jfw-chron-entry-badges {
		justify-content: flex-start;
	}

	.jfw-update-header,
	.jfw-update-footer-meta {
		align-items: flex-start;
	}

	.jfw-map-stage {
		min-height: 620px;
	}

	.jfw-live-map-inset-card {
		width: 210px;
	}

	.jfw-map-status-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jfw-airport-search-controls,
	.jfw-app-footer {
		grid-template-columns: 1fr;
	}

	.jfw-app-footer {
		align-items: start;
	}

	.jfw-app-footer-nav {
		justify-content: flex-start;
	}

	.jfw-overview-grid,
	.jfw-utility-grid,
	.jfw-grid-cards,
	.jfw-country-hub-grid,
	.jfw-metrics-grid,
	.jfw-freshness-grid {
		grid-template-columns: 1fr 1fr;
	}

	.jfw-longhaul-card {
		position: static;
		width: auto;
		margin: 18px;
	}
}

@media (max-width: 700px) {
	.jfw-brand-badge {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		border-radius: 14px;
	}

	.jfw-brand-icon {
		transform: translateY(1px) scale(2.34);
	}
}

@media (max-width: 640px) {
	.jfw-shell {
		width: calc(100vw - 18px);
	}

	.jfw-brand {
		gap: 12px;
		font-size: clamp(1.7rem, 7vw, 2.35rem);
	}

	.jfw-overview-grid,
	.jfw-utility-grid,
	.jfw-grid-cards,
	.jfw-country-airports-grid,
	.jfw-metrics-grid,
	.jfw-freshness-grid,
	.jfw-timeline {
		grid-template-columns: 1fr;
	}

	.jfw-map-stage {
		min-height: 640px;
	}

	.jfw-live-map-inset-card {
		top: 12px;
		right: 12px;
		width: 170px;
		padding: 10px;
		border-radius: 18px;
	}

	.jfw-live-map-inset-canvas {
		height: 112px;
	}

	.jfw-map-stage .leaflet-control-zoom {
		margin-top: 14px;
		margin-left: 14px;
	}

	.jfw-map-focus-strip {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px;
	}

	.jfw-map-focus-header h2 {
		font-size: 1.08rem;
	}

	.jfw-map-focus-summary {
		font-size: 0.9rem;
	}

	.jfw-map-focus-facts {
		grid-template-columns: 1fr;
	}

	.jfw-map-focus-side .jfw-button,
	.jfw-airport-search-button {
		width: 100%;
	}

	.jfw-leaflet-marker {
		width: 76px;
		height: 24px;
	}

	.jfw-leaflet-marker::before {
		width: 22px;
		height: 22px;
	}

	.jfw-leaflet-marker-dot {
		left: 5px;
		top: 5px;
		width: 12px;
		height: 12px;
	}

	.jfw-leaflet-marker-badge {
		left: 22px;
		padding: 7px 9px;
		font-size: 0.76rem;
	}

	.jfw-map-status-chip {
		padding: 12px;
	}

	.jfw-map-status-chip span {
		white-space: normal;
	}

	.jfw-map-status-chip strong {
		font-size: 1.45rem;
	}

	.jfw-modal-dialog {
		margin: 16px;
	}

.jfw-modal-body dl {
		grid-template-columns: 1fr;
	}

	.jfw-marker-popover {
		width: min(240px, 74vw);
	}
}

.jfw-news-hub {
	display: grid;
	gap: 22px;
}

.jfw-news-hub-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.jfw-news-hub-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(24, 44, 70, 0.7);
	border: 1px solid rgba(104, 141, 182, 0.2);
	color: rgba(235, 243, 252, 0.92);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.jfw-news-empty,
.jfw-news-feature,
.jfw-news-article {
	display: grid;
	gap: 16px;
	padding: 24px clamp(20px, 2.3vw, 30px);
}

.jfw-news-feature h2,
.jfw-news-article h3,
.jfw-news-empty h2 {
	margin: 0;
	max-width: none;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.jfw-news-feature h2 {
	font-size: clamp(1.8rem, 2.4vw, 2.65rem);
}

.jfw-news-article h3,
.jfw-news-empty h2 {
	font-size: clamp(1.24rem, 1.6vw, 1.58rem);
}

.jfw-news-feature-top,
.jfw-news-article-top,
.jfw-news-feature-actions,
.jfw-news-article-actions,
.jfw-news-story-meta,
.jfw-news-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.jfw-news-feature-top,
.jfw-news-article-top {
	align-items: flex-start;
	justify-content: space-between;
}

.jfw-news-story-meta {
	align-items: center;
	justify-content: flex-end;
	color: var(--jfw-text-soft);
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: right;
}

.jfw-news-story-meta strong {
	color: var(--jfw-text-main);
	font-size: 0.92rem;
	font-weight: 700;
}

.jfw-news-topic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(14, 28, 47, 0.82);
	border: 1px solid rgba(104, 141, 182, 0.18);
	color: rgba(235, 243, 252, 0.94);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.jfw-news-topic.topic-aviation {
	border-color: rgba(89, 214, 255, 0.35);
	color: #8feaff;
}

.jfw-news-topic.topic-politics {
	border-color: rgba(255, 180, 108, 0.35);
	color: #ffd08a;
}

.jfw-news-topic.topic-supply {
	border-color: rgba(124, 241, 159, 0.35);
	color: #9bf0ad;
}

.jfw-news-topic.topic-news,
.jfw-news-topic.topic-type {
	border-color: rgba(145, 167, 197, 0.24);
	color: rgba(232, 240, 249, 0.86);
}

.jfw-news-feature-excerpt,
.jfw-news-article p,
.jfw-news-empty p,
.jfw-news-feature-context,
.jfw-news-article-context {
	margin: 0;
	color: var(--jfw-text-soft);
	font-size: 1rem;
	line-height: 1.68;
}

.jfw-news-feature-context,
.jfw-news-article-context {
	color: rgba(226, 237, 248, 0.94);
}

.jfw-news-hub-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.jfw-news-feature-actions .jfw-button,
.jfw-news-article-actions .jfw-button {
	min-width: 210px;
	justify-content: center;
}

@media (max-width: 980px) {
	.jfw-news-hub-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.jfw-news-feature,
	.jfw-news-article,
	.jfw-news-empty {
		padding: 20px 18px;
	}

	.jfw-news-feature-top,
	.jfw-news-article-top {
		flex-direction: column;
	}

	.jfw-news-story-meta {
		justify-content: flex-start;
		text-align: left;
	}

	.jfw-news-feature-actions .jfw-button,
	.jfw-news-article-actions .jfw-button {
		width: 100%;
		min-width: 0;
	}
}
