.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;
}

body.jfw-app-dashboard header.wp-block-template-part,
body.jfw-app-dashboard footer.wp-block-template-part {
	display: none;
}

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

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 {
	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-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: 24px clamp(18px, 2.7vw, 34px) 30px;
	box-shadow: var(--jfw-shadow);
}

.jfw-card {
	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 {
	display: grid;
	gap: 18px;
}

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

.jfw-brand {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	font-size: clamp(2.5rem, 3vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	min-width: 0;
}

.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: clamp(112px, 9vw, 142px);
	height: clamp(112px, 9vw, 142px);
	flex: 0 0 auto;
	object-fit: cover;
	object-position: center;
	border-radius: 28px;
	filter: drop-shadow(0 12px 26px rgba(16, 123, 246, 0.32));
}

.jfw-brand-text {
	color: #ffffff;
	line-height: 1;
}

.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: 16px;
}

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

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

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

.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-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-point {
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.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::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 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 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	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-overview-bar {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	z-index: 4;
}

.jfw-map-overview-stat {
	padding: 16px 16px 14px;
	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.22);
	backdrop-filter: blur(14px);
}

.jfw-map-overview-stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: 1.9rem;
	line-height: 1;
}

.jfw-map-overview-stat span {
	color: var(--jfw-text-soft);
	font-size: 0.95rem;
	font-weight: 700;
}

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

.jfw-map-spotlight {
	position: absolute;
	top: 24px;
	right: 24px;
	width: min(360px, calc(100% - 48px));
	padding: 20px 20px 18px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(7, 20, 35, 0.88), rgba(7, 18, 30, 0.74));
	border: 1px solid rgba(124, 158, 196, 0.18);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px);
	z-index: 4;
}

.jfw-map-spotlight h2 {
	margin: 10px 0;
	font-size: clamp(1.35rem, 1.9vw, 1.8rem);
	line-height: 1.1;
}

.jfw-map-spotlight-meta,
.jfw-map-spotlight-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.jfw-map-spotlight-confidence {
	color: var(--jfw-text);
	font-size: 0.95rem;
	font-weight: 700;
}

.jfw-map-spotlight-copy {
	margin: 0;
	color: var(--jfw-text-soft);
	font-size: 0.98rem;
	line-height: 1.55;
}

.jfw-map-spotlight-footer {
	margin-top: 14px;
	color: var(--jfw-text-soft);
	font-size: 0.88rem;
}

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

.jfw-map-principle {
	margin: 14px 0 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;
}

.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-news-preview li {
	display: grid;
	gap: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(128, 160, 198, 0.12);
}

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

.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;
}

.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-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-report-grid,
	.jfw-news-columns {
		grid-template-columns: 1fr;
	}

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

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

	.jfw-map-spotlight {
		width: min(330px, calc(100% - 48px));
	}
}

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

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

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

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

	.jfw-map-spotlight {
		left: 16px;
		right: 16px;
		top: 16px;
		width: auto;
		padding: 16px;
	}

	.jfw-map-overview-bar {
		left: 16px;
		right: 16px;
		bottom: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

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

	.jfw-brand {
		gap: 14px;
		font-size: clamp(1.9rem, 7vw, 2.6rem);
	}

	.jfw-brand-icon {
		width: 88px;
		height: 88px;
		border-radius: 22px;
	}

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

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

	.jfw-map-spotlight {
		left: 12px;
		right: auto;
		top: 12px;
		width: min(252px, calc(100% - 24px));
		padding: 14px;
	}

	.jfw-map-spotlight h2 {
		font-size: 1.05rem;
	}

	.jfw-map-spotlight-copy {
		display: none;
	}

	.jfw-map-spotlight-confidence {
		font-size: 0.84rem;
	}

	.jfw-marker-label {
		font-size: 0.72rem;
		padding: 5px 7px;
	}

	.jfw-map-overview-stat {
		padding: 12px;
	}

	.jfw-map-overview-stat strong {
		font-size: 1.45rem;
	}

	.jfw-map-spotlight-footer {
		align-items: flex-start;
	}

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

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