:root{--ink:#112925;--muted:#63756f;--green:#075c4a;--green2:#0c8067;--gold:#e2b04d;--cream:#f5f3ea;--line:#dfe8e3;--shadow:0 18px 55px rgba(4,46,38,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7faf8;color:var(--ink);font-family:Cairo,Arial,sans-serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.tr-topbar{height:78px;display:flex;align-items:center;gap:26px;padding:0 clamp(18px,4vw,64px);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.tr-brand{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;column-gap:11px;align-items:center;margin-inline-end:auto}.tr-brand>span{grid-row:1/3;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--green),#083a31);color:#fff;display:grid;place-items:center;font-weight:900}.tr-brand b{font-size:18px}.tr-brand small{font-size:10px;color:var(--muted)}.tr-topbar nav{display:flex;gap:18px;font-size:13px;font-weight:700}.tr-topbar nav a:hover{color:var(--green2)}.tr-langs{display:flex;background:#edf4f1;border-radius:12px;padding:4px}.tr-langs button{border:0;background:transparent;padding:6px 9px;border-radius:9px;font-size:11px;font-weight:800;cursor:pointer}.tr-langs button.active{background:#fff;color:var(--green);box-shadow:0 3px 12px #0001}.tr-hero{height:min(680px,78vh);min-height:520px;position:relative;overflow:hidden;background:#082f2a}.hero-grid{position:absolute;inset:0;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:3px}.hero-grid img{width:100%;height:100%;object-fit:cover}.hero-grid img:first-child{grid-row:1/3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,37,31,.95) 0%,rgba(4,37,31,.78) 42%,rgba(4,37,31,.18) 100%)}[dir=rtl] .hero-shade{background:linear-gradient(270deg,rgba(4,37,31,.96),rgba(4,37,31,.75) 45%,rgba(4,37,31,.12))}.hero-copy{position:relative;z-index:2;max-width:720px;padding:clamp(85px,12vh,145px) clamp(22px,7vw,110px);color:#fff}.eyebrow{display:inline-flex;letter-spacing:.04em;color:#f4cd7b;font-size:13px;font-weight:800}.hero-copy h1{font-size:clamp(42px,7vw,82px);line-height:1.08;margin:15px 0}.hero-copy p{font-size:clamp(16px,2vw,21px);line-height:1.9;color:#e5f0ec;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.tr-btn{border:0;border-radius:14px;padding:13px 22px;font-weight:800;cursor:pointer}.tr-btn.primary{background:var(--gold);color:#172d28}.tr-btn.glass{background:#fff2;color:#fff;border:1px solid #fff5}.truth-strip{max-width:1260px;margin:-34px auto 0;position:relative;z-index:5;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:20px 26px;display:flex;gap:20px;align-items:flex-start}.truth-strip b{white-space:nowrap;color:var(--green)}.truth-strip span{color:var(--muted);line-height:1.8;font-size:13px}.kpi-grid,.tr-section{max-width:1260px;margin:0 auto}.kpi-grid{padding:54px 0 20px;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.kpi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.kpi b{font-size:28px;color:var(--green)}.kpi span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.tr-section{padding:60px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-head>div>span{font-size:12px;font-weight:900;color:var(--green2);letter-spacing:.08em}.section-head h2{font-size:clamp(28px,4vw,44px);margin:5px 0}.section-head p{color:var(--muted);margin:0;max-width:720px}.live-badge{display:flex;gap:8px;align-items:center;background:#eaf6f1;border-radius:999px;padding:8px 12px;font-size:11px}.live-badge i{width:8px;height:8px;border-radius:50%;background:#24a36a;box-shadow:0 0 0 5px #24a36a22}.layer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.layer-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;cursor:pointer;transition:.25s}.layer-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#a8cabb}.layer-card .icon{font-size:26px}.layer-card b{font-size:18px;display:block;margin:14px 0 5px}.layer-card strong{font-size:25px;color:var(--green)}.layer-card p{font-size:12px;color:var(--muted);min-height:38px}.map-section{background:#eef5f1;max-width:none;padding-inline:max(24px,calc((100vw - 1260px)/2))}.map-legend{display:flex;gap:13px;font-size:11px}.map-legend span{display:flex;gap:5px;align-items:center}.map-legend i{width:12px;height:12px;border-radius:3px;background:#aed8c7}.map-legend i.mid{background:#48a681}.map-legend i.high{background:#08624e}.map-shell{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:18px}.map-shell svg,#mapPanel{background:#fff;border:1px solid #d7e6df;border-radius:24px;min-height:590px}.map-shell svg{width:100%;padding:15px}.map-dot{cursor:pointer;transition:.2s}.map-dot:hover{filter:drop-shadow(0 4px 5px #0004);transform-box:fill-box;transform-origin:center;transform:scale(1.35)}.map-label{font-size:8px;fill:#24443b;pointer-events:none}.country-shape{fill:#e7f0ec;stroke:#bed5ca;stroke-width:2}.map-route{fill:none;stroke:#cadcd4;stroke-width:1;stroke-dasharray:4 7}#mapPanel{padding:25px;overflow:auto}#mapPanel h3{font-size:26px;margin:4px 0}#mapPanel .panel-list{display:grid;gap:9px;margin-top:18px}#mapPanel .panel-item{border:1px solid var(--line);border-radius:12px;padding:10px;font-size:12px}.filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px;background:#fff;border:1px solid var(--line);padding:15px;border-radius:18px}.filter-grid label{display:grid;gap:5px;font-size:11px;color:var(--muted)}.filter-grid input,.filter-grid select{border:1px solid #dce7e2;border-radius:11px;padding:10px;background:#fbfdfc;color:var(--ink);min-width:0}.filter-grid button,.load-more{border:0;background:var(--green);color:#fff;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer;align-self:end}.quick-chips{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.quick-chips button{border:1px solid #bed7cc;background:#fff;color:var(--green);border-radius:999px;padding:7px 12px;font-size:11px;cursor:pointer}.record-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.record-card{background:#fff;border:1px solid var(--line);border-radius:21px;overflow:hidden;cursor:pointer;transition:.25s}.record-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.record-media{height:170px;position:relative;background:#dfeae5}.record-media img{width:100%;height:100%;object-fit:cover}.record-media .badge{position:absolute;top:12px;right:12px;background:#092f28dd;color:#fff;border-radius:999px;padding:5px 9px;font-size:9px}.record-body{padding:17px}.record-body h3{font-size:17px;margin:0 0 7px}.record-meta{display:flex;gap:7px;flex-wrap:wrap;color:var(--muted);font-size:10px}.record-body p{color:var(--muted);font-size:12px;line-height:1.7;min-height:42px}.status-pill{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:800;background:#e7f5ef;color:#08705a}.status-pill.discovery{background:#fff4d9;color:#8a6210}.load-more{display:block;margin:28px auto 0;padding:12px 28px}.sources{background:#102f28;color:#fff;max-width:none;padding-inline:max(24px,calc((100vw - 1260px)/2))}.sources .section-head p{color:#bed5cc}.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.source-card{border:1px solid #ffffff21;background:#ffffff0b;border-radius:17px;padding:17px}.source-card b{display:block}.source-card p{font-size:11px;color:#c9dbd4;min-height:42px}.source-card a{color:#f5cc7a;font-size:11px;font-weight:800}.source-status{display:inline-flex;margin-top:8px;font-size:9px;background:#ffffff18;border-radius:999px;padding:4px 8px}.agent{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.agent h2{font-size:42px;margin:8px 0}.agent p{color:var(--muted)}.agent-query{display:flex;gap:8px;margin-top:18px}.agent-query input{flex:1;border:1px solid var(--line);border-radius:13px;padding:13px}.agent-query button{border:0;border-radius:13px;background:var(--gold);padding:11px 18px;font-weight:900}.agent-presets{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.agent-presets button{border:1px solid #c9ded5;background:#fff;border-radius:999px;padding:6px 10px;font-size:10px}.agent-answer{background:linear-gradient(145deg,#0b5748,#07382f);color:#fff;min-height:260px;border-radius:25px;padding:26px;box-shadow:var(--shadow)}.agent-answer p{color:#d2e5de}.agent-answer .agent-results{display:grid;gap:8px;margin-top:15px}.agent-answer .agent-result{background:#fff1;border:1px solid #fff2;border-radius:11px;padding:9px;font-size:11px}footer{padding:28px clamp(22px,5vw,70px);display:flex;justify-content:space-between;background:#082f2a;color:#bcd2ca;font-size:11px}footer a{color:#f2c56c;font-weight:900}.tr-modal{position:fixed;inset:0;background:#061c18bb;display:none;place-items:center;padding:20px;z-index:80}.tr-modal.open{display:grid}.modal-card{width:min(800px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:25px;position:relative}.modal-close{position:absolute;top:12px;left:12px;border:0;background:#edf3f0;width:34px;height:34px;border-radius:50%;font-size:21px}.modal-hero{height:280px;border-radius:17px;overflow:hidden}.modal-hero img{width:100%;height:100%;object-fit:cover}.modal-card h2{font-size:31px;margin:18px 0 5px}.modal-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.modal-facts div{background:#f2f7f5;border-radius:12px;padding:11px}.modal-facts span{display:block;color:var(--muted);font-size:9px}.modal-source{display:flex;gap:8px;flex-wrap:wrap}.modal-source a{background:var(--green);color:#fff;border-radius:11px;padding:8px 11px;font-size:10px}@media(max-width:1050px){.kpi-grid{grid-template-columns:repeat(3,1fr);padding-inline:20px}.tr-section{padding-inline:20px}.layer-grid,.record-grid{grid-template-columns:repeat(2,1fr)}.source-grid{grid-template-columns:repeat(2,1fr)}.filter-grid{grid-template-columns:1fr 1fr}.filter-grid label:first-child{grid-column:1/3}.map-shell{grid-template-columns:1fr}.map-shell svg{min-height:480px}.agent{grid-template-columns:1fr}}@media(max-width:720px){.tr-topbar{height:66px;padding:0 14px}.tr-topbar nav{display:none}.tr-brand small{display:none}.tr-hero{min-height:570px}.hero-grid{grid-template-columns:1fr 1fr}.hero-grid img:first-child{grid-row:auto;grid-column:1/3}.hero-copy{padding:95px 22px}.hero-copy h1{font-size:45px}.truth-strip{margin:-25px 14px 0;display:block}.truth-strip b{display:block;margin-bottom:6px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.layer-grid,.record-grid,.source-grid{grid-template-columns:1fr}.section-head{display:block}.filter-grid{grid-template-columns:1fr}.filter-grid label:first-child{grid-column:auto}.map-section{padding-inline:14px}.map-shell svg{min-height:400px}.agent h2{font-size:32px}.agent-query{display:grid}.modal-facts{grid-template-columns:1fr 1fr}footer{display:grid;gap:8px}.record-media{height:210px}}
