forked from koala73/worldmonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
524 lines (504 loc) · 38.5 KB
/
Copy pathindex.html
File metadata and controls
524 lines (504 loc) · 38.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<!-- Primary Meta Tags -->
<title>World Monitor - Real-Time Global Intelligence Dashboard</title>
<meta name="title" content="World Monitor - Real-Time Global Intelligence Dashboard" />
<meta name="description" content="Real-time global intelligence platform tracking conflicts, markets, military activity, and OSINT signals across 190+ countries, with live context in one view." />
<meta name="keywords" content="AI intelligence, AI-powered dashboard, global intelligence, geopolitical dashboard, world news, market data, military bases, nuclear facilities, undersea cables, conflict zones, real-time monitoring, situation awareness, OSINT, flight tracking, AIS ships, earthquake monitor, protest tracker, power outages, oil prices, government spending, polymarket predictions" />
<meta name="author" content="Elie Habib" />
<meta name="theme-color" content="#0a0f0a" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.worldmonitor.app/dashboard" />
<link rel="alternate" hreflang="x-default" href="https://www.worldmonitor.app/dashboard" />
<link rel="alternate" hreflang="en" href="https://www.worldmonitor.app/dashboard" />
<!-- Additional Search Discovery -->
<meta name="application-name" content="World Monitor" />
<meta name="subject" content="AI-Powered Global Intelligence and Situation Awareness" />
<meta name="classification" content="AI Intelligence Dashboard, OSINT Tool, News Aggregator" />
<meta name="coverage" content="Worldwide" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.worldmonitor.app/dashboard" />
<meta property="og:title" content="World Monitor - Real-Time Global Intelligence Dashboard" />
<meta property="og:description" content="Real-time global intelligence platform tracking conflicts, markets, military activity, and OSINT signals across 190+ countries, with live context in one view." />
<meta property="og:image" content="https://www.worldmonitor.app/favico/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="World Monitor — real-time global intelligence dashboard with 3D globe, live markets, geopolitical data, and infrastructure monitoring" />
<meta property="og:site_name" content="World Monitor" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.worldmonitor.app/dashboard" />
<meta name="twitter:title" content="World Monitor - Real-Time Global Intelligence Dashboard" />
<meta name="twitter:description" content="Real-time global intelligence platform tracking conflicts, markets, military activity, and OSINT signals across 190+ countries, with live context in one view." />
<meta name="twitter:image" content="https://www.worldmonitor.app/favico/og-image.png" />
<meta name="twitter:site" content="@worldmonitorai" />
<meta name="twitter:creator" content="@worldmonitorai" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "World Monitor",
"alternateName": [
"WorldMonitor",
"World Monitor App",
"WM Intelligence"
],
"url": "https://www.worldmonitor.app/dashboard",
"description": "Open-source real-time global intelligence dashboard aggregating conflicts, military movements, markets, infrastructure, and geopolitical data. Used by 2M+ people across 190+ countries. Featured in WIRED.",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web, Windows, macOS, Linux",
"offers": [
{
"@type": "Offer",
"name": "Free",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.worldmonitor.app/pro#pricing",
"description": "Core dashboard panels, Global news feed, Earthquake & weather alerts, Basic map view, 3 dashboard tabs"
},
{
"@type": "Offer",
"name": "Pro Monthly",
"price": "39.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.worldmonitor.app/pro#pricing",
"description": "Everything in Free, AI stock analysis & backtesting, Daily market briefs, Military & geopolitical tracking, Custom widget builder, 10 custom dashboards (vs 3), MCP + SDK access for Claude Desktop & other AI clients (50 calls/day), Priority data refresh, Personal license, 1 named user",
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "39.99",
"priceCurrency": "USD",
"billingDuration": "P1M"
}
},
{
"@type": "Offer",
"name": "Pro Annual",
"price": "359.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.worldmonitor.app/pro#pricing",
"description": "",
"priceSpecification": {
"@type": "UnitPriceSpecification",
"price": "359.99",
"priceCurrency": "USD",
"billingDuration": "P1Y"
}
}
],
"author": {
"@type": "Person",
"name": "Elie Habib",
"url": "https://x.com/eliehabib",
"jobTitle": "CEO",
"sameAs": [
"https://x.com/eliehabib",
"https://github.com/koala73",
"https://www.linkedin.com/in/elie-habib-7047b931",
"https://www.wikidata.org/wiki/Q121365724",
"https://www.crunchbase.com/person/elie-habib-2"
]
},
"featureList": [
"Real-time conflict tracking (ACLED, UCDP)",
"Military ADS-B flight monitoring",
"Maritime AIS ship tracking and dark vessel detection",
"NASA FIRMS satellite fire detection",
"Nuclear installation and critical infrastructure mapping",
"Submarine cable and internet outage monitoring",
"GPS jamming zone detection",
"AI-powered intelligence synthesis and briefs",
"Country Instability Index (CII) scoring",
"Stock market, commodity, and crypto tracking",
"Earthquake and natural disaster alerts",
"Civil unrest and protest monitoring",
"Cyber threat and BGP anomaly detection",
"500+ curated RSS news feeds backed by 574 active providers across 578 observed upstream hosts (ACLED, UCDP, NASA FIRMS, USGS, USPTO, FRED, IMF, BIS, OFAC, ECMWF, IAEA, WHO, OpenSky, ADS-B Exchange, and more)",
"28 language support with RTL"
],
"screenshot": "https://www.worldmonitor.app/favico/og-image.png",
"sameAs": [
"https://github.com/koala73/worldmonitor",
"https://www.npmjs.com/package/worldmonitor",
"https://x.com/worldmonitorai",
"https://x.com/eliehabib",
"https://www.wired.com/story/world-monitor-elie-habib/"
],
"keywords": "OSINT dashboard, geopolitical monitoring, real-time intelligence, conflict tracker, threat intelligence, ADS-B tracking, AIS ship tracking, global risk monitoring, situational awareness"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "World Monitor",
"alternateName": "WorldMonitor",
"url": "https://www.worldmonitor.app/",
"logo": "https://www.worldmonitor.app/favico/apple-touch-icon.png",
"description": "Open-source real-time global intelligence platform aggregating conflicts, military movements, markets, infrastructure, and geopolitical data. Used by 2M+ people across 190+ countries.",
"founder": {
"@type": "Person",
"name": "Elie Habib",
"url": "https://x.com/eliehabib",
"sameAs": ["https://x.com/eliehabib", "https://github.com/koala73", "https://www.linkedin.com/in/elie-habib-7047b931", "https://www.wikidata.org/wiki/Q121365724", "https://www.crunchbase.com/person/elie-habib-2"]
},
"sameAs": [
"https://github.com/koala73/worldmonitor",
"https://www.npmjs.com/package/worldmonitor",
"https://x.com/worldmonitorai",
"https://discord.gg/re63kWKxaz",
"https://www.wired.com/story/world-monitor-elie-habib/"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"email": "support@worldmonitor.app",
"url": "https://www.worldmonitor.app/pro"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "World Monitor",
"alternateName": "WorldMonitor",
"url": "https://www.worldmonitor.app/",
"description": "Real-time global intelligence dashboard — live news, markets, military tracking, infrastructure monitoring, and geopolitical data.",
"publisher": {
"@type": "Organization",
"name": "World Monitor",
"url": "https://www.worldmonitor.app/"
},
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.worldmonitor.app/dashboard?q={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"inLanguage": "en"
}
</script>
<!--
Umami Analytics loads from the SPA after first paint/idle (not the document
head) so a slow/down abacus origin cannot contend with the initial dashboard
shell. Script src, website id, and the #4183 data-domains workaround now live
in src/services/analytics.ts (UMAMI_DOMAINS) — the single source of truth.
-->
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favico/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favico/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favico/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favico/apple-touch-icon.png" />
<!-- Theme: apply stored preference before first paint to prevent FOUC. -->
<script data-wm-map-prepaint>(function(){var mapCollapsed=true;try{mapCollapsed=localStorage.getItem('mobile-map-collapsed')!=='false';}catch(e){}if(mapCollapsed)document.documentElement.classList.add('wm-map-collapsed');else document.documentElement.classList.remove('wm-map-collapsed');})()</script>
<script data-wm-prepaint>(function(){try{var h=location.hostname;var v;if(h.startsWith('happy.'))v='happy';else if(h.startsWith('tech.'))v='tech';else if(h.startsWith('finance.'))v='finance';else if(h.startsWith('commodity.'))v='commodity';else if(h.startsWith('energy.'))v='energy';if(!v&&(h==='localhost'||h==='127.0.0.1'||'__TAURI_INTERNALS__' in window))v=localStorage.getItem('worldmonitor-variant');if(v)document.documentElement.dataset.variant=v;else document.documentElement.removeAttribute('data-variant');var t=localStorage.getItem('worldmonitor-theme');if(t==='dark'||t==='light'){document.documentElement.dataset.theme=t;}else if(v==='happy'){document.documentElement.dataset.theme='light';}else if(window.matchMedia&&window.matchMedia('(prefers-color-scheme: light)').matches){document.documentElement.dataset.theme='light';}var mapCollapsed=localStorage.getItem('mobile-map-collapsed')!=='false';if(mapCollapsed)document.documentElement.classList.add('wm-map-collapsed');var dismissKey='wm-pro-banner-launched-dismissed';var legacyDismissKey='wm-pro-banner-dismissed';localStorage.removeItem(legacyDismissKey);var ts=Number(localStorage.getItem(dismissKey)||0);var dismissed=ts>0&&Date.now()-ts<=604800000;if(ts>0&&!dismissed)localStorage.removeItem(dismissKey);var entitledHint=localStorage.getItem('wm-entitlement-hint')==='pro';if(window.self===window.top&&!dismissed&&!entitledHint)document.documentElement.classList.add('wm-pro-banner-reserved');}catch(e){}document.documentElement.classList.add('no-transition');document.documentElement.classList.add('js');})()</script>
<!-- Critical CSS: inline skeleton visible before JS boots -->
<style>
:root{--wm-pro-banner-slot-height:40px;--dashboard-panel-row-min:200px;--dashboard-panel-row-max:380px;--dashboard-grid-gap:4px;--dashboard-first-grid-reservation:calc(var(--dashboard-panel-row-min) + var(--dashboard-panel-row-min) + var(--dashboard-grid-gap))}
html,body{margin:0;height:100%;width:100%;overflow:hidden;background:#0a0a0a}
html.wm-pro-banner-reserved #app::before{content:'';display:block;height:var(--wm-pro-banner-slot-height);flex:0 0 var(--wm-pro-banner-slot-height);background:#141414;border-bottom:1px solid #2a2a2a;box-sizing:border-box}
html.wm-pro-banner-reserved.wm-layout-hydrated #app::before{content:none;display:none}
.pro-banner-slot{flex:0 0 auto;min-height:0;box-sizing:border-box}
html.wm-pro-banner-reserved .pro-banner-slot{min-height:var(--wm-pro-banner-slot-height)}
.pro-banner-slot .pro-banner{box-sizing:border-box;min-height:var(--wm-pro-banner-slot-height);width:100%}
#country-deep-dive-panel.country-deep-dive[aria-hidden="true"]{position:fixed;top:0;right:0;width:430px;height:100vh;visibility:hidden;z-index:5000;box-sizing:border-box;transform:translateX(calc(100% + 30px));contain:layout paint}
@media (max-width:767px){#country-deep-dive-panel.country-deep-dive[aria-hidden="true"]{width:100vw;transform:translateX(100%)}}
[data-theme="light"].wm-pro-banner-reserved #app::before{background:#fff;border-bottom-color:#d4d4d4}
[data-variant="happy"].wm-pro-banner-reserved #app::before{background:#fff;border-bottom-color:#DDD9CF}
[data-variant="happy"][data-theme="dark"].wm-pro-banner-reserved #app::before{background:#222E3E;border-bottom-color:#344050}
html:not(.js),html:not(.js) body{height:auto;min-height:100%;overflow:auto}
html:not(.js) #app .skeleton-shell{display:none}
.app-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.dashboard-noscript{max-width:760px;margin:0 auto;padding:48px 24px;color:#e5e7eb;background:#0a0a0a;font:16px/1.6 system-ui,sans-serif}
.dashboard-noscript h2{margin:0 0 12px;color:#f9fafb;font-size:28px;line-height:1.2}
.dashboard-noscript p{margin:0 0 18px;color:#d1d5db}
.dashboard-noscript ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 18px;margin:0;padding-left:20px}
.dashboard-noscript a{color:#4ade80;text-underline-offset:3px}
/* ---------- skeleton shell (dark default) ---------- */
.skeleton-shell{display:flex;flex-direction:column;height:100vh;background:#0a0a0a;font-family:'SF Mono','Monaco','Cascadia Code','Fira Code','DejaVu Sans Mono','Liberation Mono',monospace;overflow:hidden}
.skeleton-shell *{box-sizing:border-box}
html.wm-pro-banner-reserved .skeleton-shell{height:calc(100vh - var(--wm-pro-banner-slot-height))}
.skeleton-header{display:flex;align-items:center;justify-content:space-between;height:40px;padding:8px 16px;background:#141414;border-bottom:1px solid #2a2a2a;flex-shrink:0}
.skeleton-header-left{display:flex;align-items:center;gap:12px}
.skeleton-header-right{display:flex;align-items:center;gap:12px}
.skeleton-brand{display:flex;align-items:center;gap:8px;margin:0;color:#f5f5f5;font-size:14px;line-height:1;font-weight:800}
.skeleton-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #2f8f68;border-radius:50%;color:#4ade80;font-size:12px;line-height:1}
.skeleton-brand-mark::after{content:"W"}
.skeleton-kicker{color:#9ca3af;font-size:11px;line-height:1;white-space:nowrap}
.skeleton-chip{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border:1px solid #2a2a2a;border-radius:4px;color:#d1d5db;background:#181818;font-size:11px;line-height:1;white-space:nowrap}
.skeleton-chip.live{color:#86efac;border-color:#14532d;background:#062317}
.skeleton-pill{height:24px;border-radius:4px;background:#1e1e1e}
.skeleton-dot{width:8px;height:8px;border-radius:50%;background:#0f5040}
.skeleton-tabs{height:36px;background:#141414;border-bottom:1px solid #2a2a2a;flex-shrink:0}
.skeleton-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0a0a0a}
.skeleton-map{height:50vh;min-height:350px;border:1px solid #2a2a2a;background:#020a08;display:flex;flex-direction:column;flex-shrink:0}
.skeleton-map-bar{height:32px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;background:#141414;border-bottom:1px solid #2a2a2a}
.skeleton-section-label{color:#f5f5f5;font-size:12px;line-height:1;font-weight:700;white-space:nowrap}
.skeleton-section-note{color:#9ca3af;font-size:11px;line-height:1;white-space:nowrap}
.skeleton-map-body{flex:1;position:relative;overflow:hidden}
.skeleton-map-body::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 50%,#0a2a20 0%,#020a08 100%);opacity:.5}
.skeleton-map-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;max-width:560px;margin:32px;padding:22px;border:1px solid rgba(74,222,128,.24);background:rgba(5,12,10,.78);box-shadow:0 18px 60px rgba(0,0,0,.24)}
.skeleton-map-eyebrow{margin:0;color:#86efac;font-size:12px;line-height:1.2;font-weight:700}
.skeleton-map-title{margin:0;color:#f8fafc;font-size:28px;line-height:1.12;font-weight:800}
.skeleton-map-copy{margin:0;max-width:52ch;color:#d1d5db;font-size:14px;line-height:1.5}
.skeleton-map-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-auto-flow:row dense;grid-auto-rows:minmax(var(--dashboard-panel-row-min),var(--dashboard-panel-row-max));gap:var(--dashboard-grid-gap);padding:var(--dashboard-grid-gap);align-content:start}
.skeleton-panel{height:100%;min-height:var(--dashboard-panel-row-min);background:#141414;border:1px solid #2a2a2a;border-radius:0;display:flex;flex-direction:column}
.skeleton-panel:first-child{grid-column:span 2;grid-row:span 2;min-height:var(--dashboard-first-grid-reservation)}
.skeleton-panel-header{height:36px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #1a1a1a}
.skeleton-panel-title{margin:0;color:#f5f5f5;font-size:12px;line-height:1;font-weight:700}
.skeleton-panel-body{flex:1;padding:12px;display:flex;flex-direction:column;gap:10px}
.skeleton-panel-kicker{margin:0;color:#86efac;font-size:11px;line-height:1.3;font-weight:700}
.skeleton-panel-copy{margin:0;color:#d1d5db;font-size:13px;line-height:1.45}
.skeleton-panel-metric{display:flex;align-items:baseline;gap:8px;margin-top:auto;color:#f8fafc}
.skeleton-panel-metric strong{font-size:26px;line-height:1;font-weight:800}
.skeleton-panel-metric span{color:#9ca3af;font-size:11px;line-height:1.2}
.skeleton-line{height:14px;border-radius:4px;background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 75%);background-size:200% 100%;animation:skel-shimmer 1.5s infinite}
.skeleton-line.w75{width:75%}.skeleton-line.w60{width:60%}.skeleton-line.w50{width:50%}.skeleton-line.w85{width:85%}.skeleton-line.w40{width:40%}
@keyframes skel-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* ---------- skeleton shell (light theme) ---------- */
[data-theme="light"] .skeleton-shell{background:#f8f9fa}
[data-theme="light"] .skeleton-header{background:#fff;border-bottom-color:#d4d4d4}
[data-theme="light"] .skeleton-brand{color:#111827}
[data-theme="light"] .skeleton-kicker{color:#4b5563}
[data-theme="light"] .skeleton-chip{color:#374151;background:#f7f7f7;border-color:#d4d4d4}
[data-theme="light"] .skeleton-chip.live{color:#166534;background:#dcfce7;border-color:#86efac}
[data-theme="light"] .skeleton-pill{background:#f0f0f0}
[data-theme="light"] .skeleton-dot{background:#16a34a}
[data-theme="light"] .skeleton-tabs{background:#fff;border-bottom-color:#d4d4d4}
[data-theme="light"] .skeleton-main{background:#f8f9fa}
[data-theme="light"] .skeleton-map{border-color:#d4d4d4;background:#e8f0f8}
[data-theme="light"] .skeleton-map-bar{background:#fff;border-bottom-color:#d4d4d4}
[data-theme="light"] .skeleton-section-label{color:#111827}
[data-theme="light"] .skeleton-section-note{color:#4b5563}
[data-theme="light"] .skeleton-map-body::after{background:radial-gradient(ellipse 60% 50% at 50% 50%,#b0c8d8 0%,#e8f0f8 100%)}
[data-theme="light"] .skeleton-map-content{border-color:rgba(22,101,52,.2);background:rgba(255,255,255,.86);box-shadow:0 18px 60px rgba(15,23,42,.12)}
[data-theme="light"] .skeleton-map-eyebrow{color:#166534}
[data-theme="light"] .skeleton-map-title{color:#111827}
[data-theme="light"] .skeleton-map-copy{color:#374151}
[data-theme="light"] .skeleton-panel{background:#fff;border-color:#d4d4d4}
[data-theme="light"] .skeleton-panel-header{border-bottom-color:#e8e8e8}
[data-theme="light"] .skeleton-panel-title{color:#111827}
[data-theme="light"] .skeleton-panel-kicker{color:#166534}
[data-theme="light"] .skeleton-panel-copy{color:#374151}
[data-theme="light"] .skeleton-panel-metric{color:#111827}
[data-theme="light"] .skeleton-panel-metric span{color:#4b5563}
[data-theme="light"] .skeleton-line{background:linear-gradient(90deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.08) 50%,rgba(0,0,0,.04) 75%);background-size:200% 100%;animation:skel-shimmer 1.5s infinite}
/* ---------- skeleton shell (happy variant — light) ---------- */
[data-variant="happy"] .skeleton-shell{background:#FAFAF5;font-family:'Nunito',system-ui,sans-serif}
[data-variant="happy"] .skeleton-header{background:#FFFFFF;border-bottom-color:#DDD9CF}
[data-variant="happy"] .skeleton-brand{color:#24301f}
[data-variant="happy"] .skeleton-brand-mark{border-color:#6B8F5E;color:#6B8F5E}
[data-variant="happy"] .skeleton-kicker{color:#64705d}
[data-variant="happy"] .skeleton-chip{color:#3f4f36;background:#F2EFE8;border-color:#DDD9CF;border-radius:8px}
[data-variant="happy"] .skeleton-chip.live{color:#2f612e;background:#eef6e9;border-color:#b9cda8}
[data-variant="happy"] .skeleton-pill{background:#F2EFE8;border-radius:8px}
[data-variant="happy"] .skeleton-dot{background:#6B8F5E}
[data-variant="happy"] .skeleton-tabs{background:#FFFFFF;border-bottom-color:#DDD9CF}
[data-variant="happy"] .skeleton-main{background:#FAFAF5}
[data-variant="happy"] .skeleton-map{border-color:#DDD9CF;background:#D4E6EC;border-radius:14px}
[data-variant="happy"] .skeleton-map-bar{background:#FFFFFF;border-bottom-color:#DDD9CF}
[data-variant="happy"] .skeleton-section-label{color:#24301f}
[data-variant="happy"] .skeleton-section-note{color:#64705d}
[data-variant="happy"] .skeleton-map-body::after{background:radial-gradient(ellipse 60% 50% at 50% 50%,#B9CDA8 0%,#D4E6EC 100%);opacity:.3}
[data-variant="happy"] .skeleton-map-content{border-color:rgba(107,143,94,.24);background:rgba(255,255,255,.84);box-shadow:0 18px 60px rgba(61,80,50,.12);border-radius:12px}
[data-variant="happy"] .skeleton-map-eyebrow{color:#4f7f3f}
[data-variant="happy"] .skeleton-map-title{color:#24301f}
[data-variant="happy"] .skeleton-map-copy{color:#3f4f36}
[data-variant="happy"] .skeleton-panel{background:#FFFFFF;border-color:#DDD9CF;border-radius:14px}
[data-variant="happy"] .skeleton-panel-header{border-bottom-color:#EBE8E0}
[data-variant="happy"] .skeleton-panel-title{color:#24301f}
[data-variant="happy"] .skeleton-panel-kicker{color:#4f7f3f}
[data-variant="happy"] .skeleton-panel-copy{color:#3f4f36}
[data-variant="happy"] .skeleton-panel-metric{color:#24301f}
[data-variant="happy"] .skeleton-panel-metric span{color:#64705d}
[data-variant="happy"] .skeleton-line{background:linear-gradient(90deg,rgba(107,143,94,.06) 25%,rgba(107,143,94,.12) 50%,rgba(107,143,94,.06) 75%);background-size:200% 100%;animation:skel-shimmer 1.5s infinite}
/* ---------- skeleton shell (happy variant — dark) ---------- */
[data-variant="happy"][data-theme="dark"] .skeleton-shell{background:#1A2332}
[data-variant="happy"][data-theme="dark"] .skeleton-header{background:#222E3E;border-bottom-color:#344050}
[data-variant="happy"][data-theme="dark"] .skeleton-brand{color:#F7FAF3}
[data-variant="happy"][data-theme="dark"] .skeleton-kicker{color:#B9C4B0}
[data-variant="happy"][data-theme="dark"] .skeleton-chip{color:#E7EDE0;background:#2A3848;border-color:#344050}
[data-variant="happy"][data-theme="dark"] .skeleton-chip.live{color:#C9F2B8;background:#243A2D;border-color:#456449}
[data-variant="happy"][data-theme="dark"] .skeleton-pill{background:#2A3848}
[data-variant="happy"][data-theme="dark"] .skeleton-dot{background:#8BAF7A}
[data-variant="happy"][data-theme="dark"] .skeleton-tabs{background:#222E3E;border-bottom-color:#344050}
[data-variant="happy"][data-theme="dark"] .skeleton-main{background:#1A2332}
[data-variant="happy"][data-theme="dark"] .skeleton-map{border-color:#344050;background:#16202E}
[data-variant="happy"][data-theme="dark"] .skeleton-map-bar{background:#222E3E;border-bottom-color:#344050}
[data-variant="happy"][data-theme="dark"] .skeleton-section-label{color:#F7FAF3}
[data-variant="happy"][data-theme="dark"] .skeleton-section-note{color:#B9C4B0}
[data-variant="happy"][data-theme="dark"] .skeleton-map-body::after{background:radial-gradient(ellipse 60% 50% at 50% 50%,#2D4035 0%,#16202E 100%);opacity:.3}
[data-variant="happy"][data-theme="dark"] .skeleton-map-content{border-color:rgba(139,175,122,.24);background:rgba(24,33,45,.82);box-shadow:0 18px 60px rgba(0,0,0,.24)}
[data-variant="happy"][data-theme="dark"] .skeleton-map-eyebrow{color:#C9F2B8}
[data-variant="happy"][data-theme="dark"] .skeleton-map-title{color:#F7FAF3}
[data-variant="happy"][data-theme="dark"] .skeleton-map-copy{color:#E7EDE0}
[data-variant="happy"][data-theme="dark"] .skeleton-panel{background:#222E3E;border-color:#344050}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-header{border-bottom-color:#283545}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-title{color:#F7FAF3}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-kicker{color:#C9F2B8}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-copy{color:#E7EDE0}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-metric{color:#F7FAF3}
[data-variant="happy"][data-theme="dark"] .skeleton-panel-metric span{color:#B9C4B0}
[data-variant="happy"][data-theme="dark"] .skeleton-line{background:linear-gradient(90deg,rgba(139,175,122,.05) 25%,rgba(139,175,122,.10) 50%,rgba(139,175,122,.05) 75%);background-size:200% 100%;animation:skel-shimmer 1.5s infinite}
@media (max-width:768px){
.skeleton-header{height:40px;padding:6px 10px;gap:8px}
.skeleton-header-left,.skeleton-header-right{gap:8px;min-width:0}
.skeleton-kicker,.skeleton-section-note{display:none}
.skeleton-chip{padding:0 6px;font-size:10px}
/* Mirror the real full-viewport mobile map (.map-section @ max-width:768px in
main.css): the skeleton previously reserved 50vh (~422px) while the hydrated
map is calc(100dvh - 48px) (~796px), shoving #panelsGrid down ~374px on the
skeleton->app swap (#4580 item a, largest mobile CLS offender). Keep the
100vh fallback first for pre-dvh browsers, same order as the real rule. */
.skeleton-map{height:calc(100vh - 48px);height:calc(100dvh - 48px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));min-height:60vh;max-height:100dvh}
/* Match .main-content .map-section.collapsed: users who collapsed the mobile
map previously should not reserve the expanded map before hydration. */
html.wm-map-collapsed .skeleton-map{height:auto;min-height:0;max-height:none}
/* The hydrated collapsed map keeps its 47px header plus the section borders.
Hide the loading card too: otherwise its intrinsic height still shifts panels. */
html.wm-map-collapsed .skeleton-map-bar{height:47px}
html.wm-map-collapsed .skeleton-map-body{display:none}
/* #5159 NOTE: do NOT try to pre-paint-collapse the REAL .map-section from
here. main.css sets its expanded height with !important inside a cascade
layer, and for !important declarations LAYERED beats UNLAYERED — the
inverse of the normal-declaration rule this critical CSS relies on. The
real section is instead CREATED with .collapsed already present
(panel-layout.ts renderLayout template), so the runtime rule applies from
its first frame. */
.skeleton-map-content{max-width:calc(100% - 24px);margin:12px;padding:16px}
.skeleton-map-title{font-size:22px;line-height:1.15}
.skeleton-map-copy{font-size:13px;line-height:1.42}
.skeleton-grid{grid-template-columns:1fr}
.skeleton-panel:first-child{grid-column:span 1;grid-row:span 1;min-height:var(--dashboard-panel-row-min)}
.skeleton-panel:nth-child(n+5){display:none}
}
</style>
<!-- Preconnect: critical first-paint origins.
api.worldmonitor.app: credentialed CORS (runtime.ts defaults
credentials: 'include') — must use `use-credentials` so the
pre-opened socket lands in the same connection pool as the
credentialed fetches. Sentry and Clerk are deferred by their
runtime loaders, so they intentionally do not get head preconnects. -->
<link rel="preconnect" href="https://api.worldmonitor.app" crossorigin="use-credentials">
<!-- Preconnect: map tiles + assets -->
<link rel="preconnect" href="https://maps.worldmonitor.app" crossorigin>
<!-- Variant/locale fonts are narrowed and loaded after the dashboard paints. -->
</head>
<body>
<h1 class="app-heading">World Monitor — Real-Time Global Intelligence Dashboard</h1>
<noscript>
<main id="dashboard-noscript" class="dashboard-noscript">
<h2>The live dashboard requires JavaScript</h2>
<p>World Monitor’s interactive map, panels, alerts, and live analysis run in the browser. Visit the <a href="/">World Monitor homepage</a> for the platform overview, or use the indexable reference pages below without enabling JavaScript.</p>
<nav aria-label="World Monitor references">
<ul>
<li><a href="/countries/">Country intelligence</a></li>
<li><a href="/chokepoints/">Maritime chokepoints</a></li>
<li><a href="/crises/">Crisis trackers</a></li>
<li><a href="/tools/">Live tools</a></li>
<li><a href="/research/">Research reports</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/docs">Documentation</a></li>
<li><a href="/pro#pricing">Pricing</a></li>
<li><a href="https://github.com/koala73/worldmonitor">GitHub</a></li>
</ul>
</nav>
</main>
</noscript>
<div id="app">
<!-- Pre-render skeleton: visible instantly, replaced when JS calls renderLayout() -->
<div class="skeleton-shell" aria-busy="true" aria-label="World Monitor dashboard loading">
<div class="skeleton-header">
<div class="skeleton-header-left">
<div class="skeleton-brand"><span class="skeleton-brand-mark" aria-hidden="true"></span><span>World Monitor</span></div>
<span class="skeleton-kicker">Dashboard shell loading</span>
<span class="skeleton-dot" aria-hidden="true"></span>
</div>
<div class="skeleton-header-right">
<span class="skeleton-chip">Global</span>
<span class="skeleton-chip live">Live</span>
<span class="skeleton-chip">Loading</span>
</div>
</div>
<div class="skeleton-tabs" aria-hidden="true"></div>
<div class="skeleton-main">
<div class="skeleton-map">
<div class="skeleton-map-bar">
<span class="skeleton-section-label">Dashboard</span>
<span class="skeleton-section-note">Preparing map and panels</span>
</div>
<div class="skeleton-map-body">
<div class="skeleton-map-content">
<p class="skeleton-map-eyebrow">Preparing dashboard</p>
<h2 class="skeleton-map-title skeleton-lcp-copy" data-shell-lcp>Dashboard is loading</h2>
<p class="skeleton-map-copy">Map layers, panels, alerts, and analysis will appear here as soon as the app finishes loading.</p>
<div class="skeleton-map-badges">
<span class="skeleton-chip">Map</span>
<span class="skeleton-chip">Panels</span>
<span class="skeleton-chip">Alerts</span>
<span class="skeleton-chip">Analysis</span>
</div>
</div>
</div>
</div>
<div class="skeleton-grid">
<section class="skeleton-panel" aria-label="Primary view loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Primary View</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing workspace</p><p class="skeleton-panel-copy">The live workspace is reserving space for the map, panels, and current signals.</p><div aria-hidden="true" class="skeleton-line w75"></div><div aria-hidden="true" class="skeleton-line w50"></div></div></section>
<section class="skeleton-panel" aria-label="Map layers loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Map Layers</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing overlays</p><p class="skeleton-panel-copy">Geographic overlays and layer controls will hydrate into this reserved area.</p><div aria-hidden="true" class="skeleton-line w75"></div><div aria-hidden="true" class="skeleton-line w60"></div><div aria-hidden="true" class="skeleton-line w40"></div></div></section>
<section class="skeleton-panel" aria-label="Signal panels loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Signal Panels</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing data</p><p class="skeleton-panel-copy">Panel data and summaries will populate after the dashboard bundle starts.</p><div aria-hidden="true" class="skeleton-line"></div><div aria-hidden="true" class="skeleton-line w60"></div><div aria-hidden="true" class="skeleton-line w85"></div></div></section>
<section class="skeleton-panel" aria-label="Context loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Context</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing context</p><p class="skeleton-panel-copy">Supporting context cards keep their final dashboard slots stable.</p><div aria-hidden="true" class="skeleton-line w60"></div><div aria-hidden="true" class="skeleton-line w85"></div><div aria-hidden="true" class="skeleton-line w75"></div></div></section>
<section class="skeleton-panel" aria-label="Analysis loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Analysis</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing analysis</p><p class="skeleton-panel-copy">Analysis modules will appear after data and settings are ready.</p><div aria-hidden="true" class="skeleton-line w85"></div><div aria-hidden="true" class="skeleton-line w50"></div><div aria-hidden="true" class="skeleton-line w75"></div></div></section>
<section class="skeleton-panel" aria-label="Updates loading"><div class="skeleton-panel-header"><h3 class="skeleton-panel-title">Updates</h3></div><div class="skeleton-panel-body"><p class="skeleton-panel-kicker">Preparing updates</p><p class="skeleton-panel-copy">Recent updates and refresh state will replace this placeholder.</p><div aria-hidden="true" class="skeleton-line w75"></div><div aria-hidden="true" class="skeleton-line w60"></div><div aria-hidden="true" class="skeleton-line"></div></div></section>
</div>
</div>
</div>
</div>
<aside id="country-deep-dive-panel" class="country-deep-dive" aria-label="Country Intelligence" aria-hidden="true">
<div class="country-deep-dive-shell">
<button id="deep-dive-close" class="panel-close" aria-label="Close">×</button>
<div id="deep-dive-content" class="panel-content"></div>
</div>
</aside>
<!-- Force-clear stale service worker if module scripts 404 (post-deploy cache mismatch) -->
<script>
(function(){
if(!('serviceWorker' in navigator))return;
var key='wm-sw-nuke';
var attempted=false;
try{if(sessionStorage.getItem(key))return}catch(e){}
window.addEventListener('error',function(e){
var t=e.target;var u=t&&(t.tagName==="SCRIPT"||t.tagName==="LINK")&&(t.src||t.href)||'';
if(u&&/\/assets\//.test(u)){
try{sessionStorage.setItem(key,'1')}catch(err){if(attempted)return;attempted=true}
navigator.serviceWorker.getRegistrations().then(function(regs){
var p=regs.map(function(r){return r.unregister()});
Promise.all(p).then(function(){
if(caches&&caches.keys){
caches.keys().then(function(ks){
return Promise.all(ks.map(function(k){return caches.delete(k)}));
}).then(function(){location.reload()});
}else{location.reload()}
});
});
}
},true);
})()
</script>
<script type="module" src="/src/main.ts" nonce="wm-static-bootstrap"></script>
</body>
</html>