:root{--navy:#07172e;--navy2:#0e2444;--gold:#caa04a;--gold2:#e2c06e;--red:#c52334;--ink:#101828;--muted:#667085;--line:#e5e7eb;--soft:#f7f8fa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button{font:inherit}.topbar{height:34px;background:var(--navy);color:white;display:flex;align-items:center;padding:0 4vw;font-size:11px;gap:13px}.topbar .grow{flex:1 1}.topbar a:hover{color:var(--gold2)}.top-note{color:#cbd5e1}.dot{color:var(--red)}.socials{letter-spacing:.5px;color:#e5e7eb}.header{min-height:82px;padding:8px 4vw;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20}.brand,.header{display:flex;align-items:center}.brand{width:285px;padding:5px 0}.brand img{width:225px;height:72px}.header nav{margin-left:auto;display:flex;gap:24px;font-size:12px;font-weight:800;text-transform:uppercase}.header nav a{position:relative;padding:12px 0}.header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--gold);transition:.2s}.header nav a:hover:after{right:0}.mobile-menu{display:none;margin-left:auto;color:white}.mobile-menu summary{list-style:none;font-size:24px;cursor:pointer}.mobile-drawer{position:absolute;left:0;right:0;top:62px;background:var(--navy);padding:10px 20px 20px;display:grid;grid-gap:8px;gap:8px}.mobile-drawer a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:800}.container{width:min(1200px,92vw);margin:0 auto}.hero-grid{display:grid;grid-template-columns:1.65fr 1fr;grid-gap:18px;gap:18px;padding-top:18px}.hero{min-height:425px;position:relative;border-radius:8px;overflow:hidden;color:white;background:#213b5d;box-shadow:0 12px 30px rgba(7,23,46,.12)}.hero-visual{position:absolute;inset:0;background:radial-gradient(circle at 72% 36%,rgba(229,198,129,.32),transparent 16%),linear-gradient(180deg,rgba(9,30,57,.05),rgba(7,23,46,.24)),linear-gradient(135deg,#5e7188,#8d9aa6 32%,#536a82 62%,#1a2f4f)}.hero-visual:before{content:"";position:absolute;left:47%;bottom:0;width:42%;height:55%;background:linear-gradient(180deg,#d8dde3,#aeb8c5);-webkit-clip-path:polygon(5% 100%,5% 55%,14% 55%,14% 43%,22% 43%,22% 33%,30% 33%,30% 23%,37% 23%,37% 13%,44% 13%,44% 0,50% 0,50% 13%,57% 13%,57% 23%,64% 23%,64% 33%,73% 33%,73% 43%,82% 43%,82% 55%,95% 55%,95% 100%);clip-path:polygon(5% 100%,5% 55%,14% 55%,14% 43%,22% 43%,22% 33%,30% 33%,30% 23%,37% 23%,37% 13%,44% 13%,44% 0,50% 0,50% 13%,57% 13%,57% 23%,64% 23%,64% 33%,73% 33%,73% 43%,82% 43%,82% 55%,95% 55%,95% 100%);opacity:.72}.visual-kicker{position:absolute;right:28px;top:34px;font-size:40px;font-weight:900;opacity:.08;transform:rotate(-4deg)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,15,31,.94),rgba(3,15,31,.68) 58%,rgba(3,15,31,.16))}.hero-content{position:absolute;left:28px;right:28px;bottom:28px;max-width:690px}.tag{display:inline-block;font-size:10px;font-weight:900;padding:7px 10px;border-radius:3px;letter-spacing:.3px}.tag.red{background:var(--red)}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:46px;line-height:1.02;margin:14px 0 12px;letter-spacing:-.5px}.hero p{max-width:620px;line-height:1.55;color:#edf2f7;font-size:14px}.meta{margin:17px 0}.cta,.meta{font-size:11px}.cta{display:inline-flex;padding:12px 17px;font-weight:900;border-radius:4px}.cta.gold{background:var(--gold);color:#fff}.side-latest{display:grid;grid-gap:11px;gap:11px}.side-item{display:grid;grid-template-columns:125px 1fr;grid-gap:12px;gap:12px;padding:9px;border:1px solid var(--line);border-radius:7px;align-items:center;background:white;transition:.2s}.side-item:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(15,23,42,.07)}.mini-img{height:94px;border-radius:4px;position:relative;overflow:hidden}.mini-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(7,23,46,.25))}.photo-1{background:linear-gradient(135deg,#8d2e2b,#d1a28d 45%,#1e3554)}.photo-2{background:linear-gradient(180deg,#a7c0d5 0 48%,#235369 49% 62%,#c29758 63%)}.photo-3{background:linear-gradient(135deg,#d8c28d,#f0e3bf 46%,#6f7b83)}.side-item small{font-size:9px;color:var(--red);font-weight:900}.side-item h3{font-size:14px;margin:5px 0;line-height:1.18}.side-item p{font-size:10px;color:var(--muted);margin:0}.section{margin-top:23px}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:13px;letter-spacing:.2px}.section-head a{font-size:11px;font-weight:700}.changed-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;background:white}.change{padding:14px;border-right:1px solid var(--line);min-height:148px}.change:last-child{border-right:0}.change-top{display:flex;gap:8px;align-items:flex-start}.change .icon{color:var(--red);font-size:19px;line-height:1}.change h3{font-size:12px;margin:0;line-height:1.26}.change p{font-size:11px;color:#5f6b7a;line-height:1.45}.change small{color:#8b95a1;font-size:9px}.quad-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;grid-gap:13px;gap:13px;margin-top:14px}.panel{border:1px solid var(--line);border-radius:7px;padding:13px;background:white}.panel:hover{border-color:#d9dce1}.eyebrow{font-size:11px;font-weight:900;margin-bottom:10px}.red-text{color:var(--red)}.gold-text{color:#ad8430}.big-story-image{height:142px;border-radius:5px;background:linear-gradient(180deg,#c8d4de 0 50%,#5d7388 51% 56%,#b88d58 57% 100%);position:relative;overflow:hidden}.big-story-image:after{content:"";position:absolute;left:44%;top:15%;width:7px;height:72%;background:#26374f;box-shadow:20px 12px 0 #26374f,40px -8px 0 #26374f}.big-story h3{font-family:Georgia,serif;font-size:18px;margin:9px 0 5px}.panel p{font-size:11px;color:#586575;line-height:1.45}.panel>a{font-size:10px;font-weight:900}.stack-list{display:grid;grid-gap:9px;gap:9px;margin-bottom:13px}.stack-item{display:grid;grid-template-columns:62px 1fr;grid-gap:8px;gap:8px;align-items:center;font-size:11px;font-weight:800;line-height:1.22}.stack-thumb{height:44px;border-radius:4px;background:#c8ced6}.explain-1{background:linear-gradient(135deg,#cdd4d9,#66798e)}.explain-2{background:linear-gradient(135deg,#dbc99c,#7d6851)}.explain-3{background:linear-gradient(135deg,#a99e96,#3a4c66)}.power-1{background:linear-gradient(135deg,#6b7c91,#8b2a2e)}.power-2{background:linear-gradient(135deg,#c2b196,#56657a)}.power-3{background:linear-gradient(135deg,#7e2d33,#d1aa5c)}.data-flex{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.big-number{font-family:Georgia,serif;font-weight:800;font-size:34px;line-height:.92;margin:12px 0}.sparkline{width:90px;height:58px;display:flex;align-items:flex-end;gap:7px;border-bottom:1px solid #d7dce2}.sparkline i{display:block;width:2px;background:var(--gold);transform-origin:bottom}.sparkline i:first-child{height:17px;transform:rotate(34deg)}.sparkline i:nth-child(2){height:31px;transform:rotate(-24deg)}.sparkline i:nth-child(3){height:22px;transform:rotate(26deg)}.sparkline i:nth-child(4){height:43px;transform:rotate(-31deg)}.sparkline i:nth-child(5){height:27px;transform:rotate(28deg)}.sparkline i:nth-child(6){height:48px}.tri-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:13px;gap:13px;margin-top:13px}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.stat-row div{background:var(--soft);padding:14px 6px;text-align:center;border-radius:5px}.stat-icon{display:block;font-size:17px;color:var(--navy);margin-bottom:5px}.stat-row b{display:block;font-size:18px}.stat-row span{font-size:9px;color:var(--muted)}.issue-panel{background:var(--navy);color:white;border-color:var(--navy)}.issue-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:11px}.issue-row em{font-style:normal;padding:4px 7px;border-radius:12px;font-size:8px;font-weight:800}.status.s0{background:#d8eadb;color:#285d35}.status.s1{background:#f6e7b3;color:#725813}.status.s2{background:#f8d4d1;color:#9d2b24}.status.s3{background:#d7edf1;color:#205b6b}.status.s4{background:#dcebdd;color:#35633b}.issue-panel a{color:white}.leader-wrap{display:grid;grid-template-columns:92px 1fr;grid-gap:12px;gap:12px;align-items:start}.portrait{height:112px;border-radius:5px;background:linear-gradient(180deg,#aab5c1 0 25%,#111b2d 26% 70%,#48576d 71%);display:flex;align-items:center;justify-content:center;color:white;font-weight:900;font-size:24px}.leader h3,.portrait{font-family:Georgia,serif}.leader h3{margin:2px 0 3px}.leader small{font-size:9px;color:var(--muted)}.people-impact{margin-top:13px;border:1px solid var(--line);border-radius:7px;display:grid;grid-template-columns:1fr 1.4fr;overflow:hidden}.impact-visual{min-height:190px;background:radial-gradient(circle at 35% 38%,#e8d6c7 0 8%,transparent 9%),radial-gradient(circle at 60% 37%,#c99a7c 0 7%,transparent 8%),linear-gradient(135deg,#93a59b,#d8cbb5 55%,#7d8f9b)}.impact-copy{padding:24px}.impact-copy h2{font-family:Georgia,serif;margin:4px 0 8px;font-size:26px}.impact-copy p{font-size:12px;color:var(--muted);line-height:1.55}.impact-copy a{font-size:11px;font-weight:900}.bottom-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-gap:13px;gap:13px;margin-top:13px}.briefing,.conversation,.watch{min-height:162px;padding:17px;border-radius:7px;position:relative;overflow:hidden}.watch{background:var(--navy);color:white;display:grid;grid-template-columns:1.25fr .75fr;grid-gap:12px;gap:12px}.briefing b,.conversation b,.watch b{font-size:10px}.briefing h3,.conversation h3,.watch h3{font-size:16px;line-height:1.25}.briefing p,.watch p{font-size:10px;line-height:1.45}.text-link{font-size:10px;font-weight:800;color:#fff}.video-stack{display:grid;grid-gap:7px;gap:7px}.video-stack span{background:rgba(255,255,255,.1);padding:8px;border-radius:4px;font-size:9px}.conversation{background:#f0f1f3}.briefing button,.conversation button{border:none;padding:9px 12px;border-radius:4px;font-weight:800;font-size:10px;cursor:pointer}.conversation button{background:var(--navy);color:white}.threads-mark{position:absolute;right:18px;bottom:13px;font-size:62px;font-weight:900;color:#101010;opacity:.12}.briefing{background:linear-gradient(135deg,#d3a947,#f2d584)}.briefing button,.footer{background:var(--navy);color:white}.footer{display:grid;grid-template-columns:1.5fr repeat(3,1fr);grid-gap:28px;gap:28px;padding:30px 6vw;font-size:11px}.footer img{width:150px;height:72px;object-fit:contain;object-position:left center}.footer p{line-height:1.7;color:#cbd5e1}.simple-hero{background:var(--soft);padding:55px 0;border-bottom:1px solid var(--line)}.simple-hero small{color:var(--red);font-weight:900}.simple-hero h1{font-family:Georgia,serif;font-size:52px;margin:8px 0 12px}.simple-hero p{max-width:700px;color:var(--muted);line-height:1.6}.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding:25px 0 40px}.simple-card{border-bottom:1px solid var(--line);padding-bottom:20px}.simple-card h2{font-family:Georgia,serif;font-size:22px}.simple-card p{font-size:13px;color:var(--muted);line-height:1.55}.simple-card small{color:var(--red);font-weight:800}.article-wrap{width:min(800px,90vw);margin:40px auto}.article-wrap h1{font-family:Georgia,serif;font-size:52px;line-height:1.05}.article-wrap .lead{font-size:20px;line-height:1.6;color:#475569}.article-wrap h2{font-family:Georgia,serif;margin-top:36px}.article-wrap p{line-height:1.8;color:#334155}.article-cover{height:390px;border-radius:7px;background:linear-gradient(135deg,#62758a,#1d3557);margin:25px 0;position:relative;overflow:hidden}.article-cover:after{content:"ACEH · POLICY";position:absolute;right:25px;bottom:20px;color:#fff;font-size:38px;font-weight:900;opacity:.09}.source-box{background:var(--soft);border-left:4px solid var(--gold);padding:16px;margin:24px 0}@media(max-width:900px){.topbar{display:none}.header{min-height:62px;background:var(--navy);padding:7px 4vw;position:-webkit-sticky;position:sticky}.brand{width:auto}.brand img{content:url(/atlas-logo-white.png);width:116px;height:46px}.header nav{display:none}.mobile-menu{display:block;position:relative}.hero-grid{grid-template-columns:1fr;padding-top:9px}.hero{min-height:430px}.hero h1{font-size:34px}.hero-content{left:20px;right:20px;bottom:22px}.hero p{font-size:13px}.side-latest{display:none}.changed-grid{display:block}.change{min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding:12px}.change p{display:none}.bottom-grid,.quad-grid,.tri-grid{grid-template-columns:1fr}.changed-grid .change:nth-child(n+5),.quad-grid .panel:first-child,.quad-grid .panel:nth-child(2),.quad-grid .panel:nth-child(3){display:none}.people-impact{grid-template-columns:1fr}.impact-visual{min-height:145px}.impact-copy{padding:18px}.impact-copy h2{font-size:22px}.watch{grid-template-columns:1fr}.video-stack{display:none}.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.container{width:94vw}.data-point{order:2}.simple-grid{grid-template-columns:1fr}.article-wrap h1,.simple-hero h1{font-size:36px}.article-cover{height:240px}}.hero-cms-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cms-mini-img{object-fit:cover;width:125px}.cms-latest-card img{width:100%;height:180px;object-fit:cover;border-radius:6px;margin-bottom:14px}.cms-latest-card span{font-size:10px;color:var(--muted)}.cms-card-placeholder{height:180px;border-radius:6px;margin-bottom:14px;background:linear-gradient(135deg,#b8c2cc,#344b67)}.empty-cms{grid-column:1/-1;padding:40px;background:var(--soft);border-radius:7px}.cms-article{width:min(860px,90vw);margin:0 auto;padding:56px 0 72px}.article-header{text-align:left;max-width:820px;margin:0 auto 30px}.article-kicker{color:var(--red);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.article-header h1{font-family:Georgia,Times New Roman,serif;font-size:54px;line-height:1.02;letter-spacing:-.7px;margin:14px 0}.article-dek{font-size:20px;line-height:1.55;color:#526174;max-width:760px}.article-byline{font-size:11px;color:#7a8592;border-top:1px solid var(--line);padding-top:14px;margin-top:22px}.cms-hero-image{margin:0 0 34px}.cms-hero-image img{width:100%;max-height:520px;object-fit:cover;border-radius:7px}.article-inline-image figcaption,.cms-hero-image figcaption{font-size:10px;color:#7a8592;margin-top:8px;line-height:1.5}.article-body{width:min(720px,100%);margin:0 auto}.article-body li,.article-body p{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.85;color:#273548}.article-body h2{font-family:Georgia,serif;font-size:30px;margin:40px 0 10px}.article-body h3{font-family:Georgia,serif;font-size:23px;margin:32px 0 8px}.article-body blockquote{font-family:Georgia,serif;font-size:24px;line-height:1.55;border-left:4px solid var(--gold);padding-left:22px;margin:32px 0;color:#273548}.article-body a{text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:3px}.article-list{padding-left:24px}.article-inline-image{margin:32px 0}.article-inline-image img{width:100%;border-radius:6px}.cms-article .source-box{width:min(720px,100%);margin:34px auto}.article-signoff{width:min(720px,100%);margin:40px auto 0;border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:16px;font-size:10px}.article-signoff span{font-weight:900;color:var(--navy)}.article-signoff b{font-family:Georgia,serif;color:#6b7280}@media(max-width:900px){.cms-mini-img{width:125px}.article-header h1{font-size:38px}.article-body li,.article-body p,.article-dek{font-size:17px}.article-signoff{display:block}.article-signoff b{display:block;margin-top:6px}.cms-card-placeholder,.cms-latest-card img{height:210px}}.data-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;padding:38px 0 58px}.data-room-card{border:1px solid var(--line,#d9dee7);padding:24px;background:#fff;display:flex;flex-direction:column;gap:10px}.data-room-card small{letter-spacing:.09em;font-weight:700}.data-room-card strong{font-family:Georgia,serif;font-size:34px;color:#0d1b33}.data-room-card h2{font-size:20px;margin:0}.data-room-card p{color:#516078;line-height:1.55}.data-room-card span{font-size:12px;color:#6c7688}.data-room-card a{font-weight:700;color:#0d1b33}.briefing-cms-list,.issue-cms-grid,.leader-cms-grid{padding:38px 0 64px}.issue-cms-card{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;border-top:1px solid #d9dee7;padding:24px 0}.issue-cms-card img{width:220px;height:145px}.briefing-cms-card h2,.issue-cms-card h2,.leader-cms-card h2{margin:8px 0}.issue-status{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:5px 8px;background:#edf1f6;color:#23344e}.issue-developing{background:#fff0e8;color:#9b3a08}.issue-monitoring{background:#eef3ff;color:#2c4f9e}.issue-explainer{background:#fff5d9;color:#765100}.leader-cms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.leader-cms-card{border:1px solid #d9dee7;background:#fff;padding:20px}.leader-avatar,.leader-cms-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#0d1b33;color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:42px;margin-bottom:18px}.leader-cms-card small{font-size:11px;letter-spacing:.08em}.leader-cms-card p{color:#59667b;line-height:1.55}.briefing-cms-card{border-top:1px solid #d9dee7;padding:24px 0;max-width:900px}.briefing-cms-card>div{display:flex;justify-content:space-between;gap:16px}.briefing-cms-card>div span{font-weight:800;color:#b3262d;font-size:12px;letter-spacing:.08em}.briefing-cms-card time{font-size:12px;color:#69758a}.briefing-cms-card p{white-space:pre-line;line-height:1.6}.briefing-cms-card aside{background:#f4f6f9;padding:12px 14px;margin:12px 0;font-size:13px}.big-story-cms-image{width:100%;height:180px;object-fit:cover;margin:12px 0}.cms-leader-photo{object-fit:cover!important}.dynamic-note{line-height:1.65;color:#59667b}.briefing-link{display:inline-block;margin-top:10px;font-weight:800}.simple-grid{padding-top:38px;padding-bottom:64px}@media(max-width:900px){.data-room-grid,.issue-cms-card,.leader-cms-grid{grid-template-columns:1fr}.issue-cms-card img{width:100%;height:210px}}.issue-dossier-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#07172e,#1c3556);color:#fff;min-height:420px;display:flex;align-items:flex-end}.issue-dossier-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.issue-dossier-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,23,46,.96),rgba(7,23,46,.82) 50%,rgba(7,23,46,.48))}.issue-dossier-head{position:relative;z-index:2;padding:68px 0 54px;max-width:950px}.dossier-kicker,.issue-eyebrow{font-size:11px;letter-spacing:.11em;font-weight:900;text-transform:uppercase}.issue-eyebrow{color:#e3bf6b;margin:14px 0 10px}.issue-dossier-head h1{font-family:Georgia,serif;font-size:58px;line-height:1.03;max-width:920px;margin:0 0 18px}.issue-dossier-summary{font-size:20px;line-height:1.55;max-width:820px;color:#d7e0ec}.issue-dossier-head small{display:block;margin-top:20px;color:#b9c5d5}.dossier-layout,.leader-profile-content{display:grid;grid-template-columns:minmax(0,1fr) 290px;grid-gap:58px;gap:58px;padding:52px 0 72px}.dossier-main{min-width:0}.dossier-section{padding:0 0 42px;margin-bottom:42px;border-bottom:1px solid var(--line)}.dossier-section h2{font-family:Georgia,serif;font-size:34px;margin:7px 0 16px}.dossier-section>p{font-size:16px;line-height:1.75;color:#425168}.dossier-kicker{color:var(--red);margin:0}.dossier-why{background:#f7f8fa;border:0;padding:28px 30px;border-left:4px solid var(--gold)}.dossier-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.actor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.actor-card{border:1px solid var(--line);display:grid;grid-template-columns:76px 1fr;grid-gap:14px;gap:14px;padding:12px;align-items:center;transition:.18s}.actor-card:hover{border-color:var(--gold);transform:translateY(-2px)}.actor-avatar,.actor-card img{width:76px;height:76px;object-fit:cover;background:var(--navy);color:white;display:grid;place-items:center;font-family:Georgia,serif;font-size:28px}.actor-card small,.actor-card span,.actor-card strong{display:block}.actor-card span{font-size:12px;color:#46556a;margin-top:4px}.actor-card small{font-size:10px;color:#7a8592;margin-top:4px}.timeline-list{border-left:2px solid #d6dde8;margin-left:86px}.timeline-row{display:grid;grid-template-columns:150px 1fr;grid-gap:22px;gap:22px;position:relative;padding:0 0 30px}.timeline-row:before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--red);border:3px solid #fff;box-shadow:0 0 0 1px #cfd7e3}.timeline-row time{margin-left:-175px;text-align:right;font-size:11px;color:#6b778a;padding-right:18px}.timeline-row h3{font-family:Georgia,serif;font-size:20px;margin:0 0 7px}.timeline-row p{font-size:12px;color:#758195;margin:0}.document-list{display:grid;grid-gap:10px;gap:10px}.document-row{border:1px solid var(--line);padding:16px;display:flex;justify-content:space-between;gap:22px}.document-row p{font-size:12px;color:#68758a;margin:5px 0 0}.document-row a{font-size:11px;font-weight:900;color:var(--navy);white-space:nowrap}.watch-next-box{background:var(--navy);color:white;padding:28px 30px;border:0}.watch-next-box .dossier-kicker{color:#e7c46f}.watch-next-box h2{color:white}.watch-next-box li,.watch-next-box p{line-height:1.65;color:#d7e0ec;margin-bottom:10px}.related-coverage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.related-coverage a,.related-issue-list a{border-top:3px solid var(--navy);padding:14px 0}.related-coverage span{font-size:10px;color:var(--red);font-weight:900}.related-coverage strong,.related-issue-list strong{font-family:Georgia,serif;font-size:19px;display:block;margin:7px 0}.related-coverage p,.related-issue-list p{font-size:12px;color:#647086;line-height:1.5}.dossier-empty{color:#758195;font-style:italic}.dossier-aside{display:flex;flex-direction:column;gap:14px}.dossier-aside-card{border:1px solid var(--line);padding:20px;position:-webkit-sticky;position:sticky;top:110px;background:#fff}.dossier-aside-card+.dossier-aside-card{position:static}.dossier-aside-card small{font-size:10px;letter-spacing:.1em;font-weight:900;color:var(--red)}.dossier-aside-card strong{font-family:Georgia,serif;font-size:24px;display:block;margin:8px 0}.dossier-aside-card p{font-size:12px;line-height:1.55;color:#657188}.dossier-back{font-size:11px;font-weight:900;padding:12px 0}.leader-profile-hero{background:#f4f6f9;border-bottom:1px solid var(--line);padding:50px 0}.leader-profile-grid{display:grid;grid-template-columns:310px 1fr;grid-gap:42px;gap:42px;align-items:center}.leader-profile-avatar,.leader-profile-grid img{width:310px;height:310px;object-fit:cover;background:var(--navy);display:grid;place-items:center;color:white;font-family:Georgia,serif;font-size:86px}.leader-profile-grid h1{font-family:Georgia,serif;font-size:56px;margin:3px 0 10px}.leader-profile-grid h2{font-size:18px;margin:0;color:#24334b}.leader-institution{font-size:13px;color:var(--red);font-weight:900}.leader-profile-summary{font-size:17px;line-height:1.65;color:#536075;max-width:760px}.leader-profile-grid small{color:#7d8795}.leader-profile-content article{min-width:0}.leader-body{width:100%;margin:0}.power-map-note{border-left:4px solid var(--gold);padding-left:24px}.power-map-note small{color:#7b8798}.related-issue-list{display:grid;grid-gap:16px;gap:16px}.profile-link{display:block;margin-top:12px;font-size:11px;font-weight:900;color:var(--navy)}@media(max-width:900px){.issue-dossier-head{padding:44px 0}.issue-dossier-head h1,.leader-profile-grid h1{font-size:38px}.issue-dossier-summary{font-size:17px}.dossier-layout,.leader-profile-content{grid-template-columns:1fr;gap:24px;padding-top:34px}.dossier-aside{order:-1}.dossier-aside-card{position:static}.actor-grid,.related-coverage{grid-template-columns:1fr}.timeline-list{margin-left:0;border-left:0}.timeline-row{grid-template-columns:1fr;border-left:2px solid #d6dde8;padding-left:20px}.timeline-row time{margin:0;text-align:left;padding:0}.leader-profile-grid{grid-template-columns:1fr}.leader-profile-avatar,.leader-profile-grid img{width:100%;height:auto;aspect-ratio:1/1}.document-row{display:block}.document-row a{display:inline-block;margin-top:10px}}.automation-shell{max-width:1120px;margin:0 auto;padding:72px 28px 100px}.automation-intro{max-width:820px;margin-bottom:34px}.automation-intro h1{font-family:Georgia,serif;font-size:clamp(42px,7vw,76px);line-height:.98;color:#07182f;margin:12px 0 20px}.automation-intro p{font-size:19px;line-height:1.6;color:#526075}.eyebrow{font-size:13px;letter-spacing:.12em;font-weight:800;color:#c71f32}.automation-form{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid #d8dde5;background:#f8f9fb}.automation-form label{font-weight:700;color:#101a2b}.automation-form label span{font-weight:400;color:#7b8492}.automation-form input,.automation-form textarea{display:block;width:100%;margin-top:8px;padding:14px 15px;border:1px solid #cdd3dd;background:white;color:#101a2b;font:inherit;box-sizing:border-box}.automation-form textarea{resize:vertical;line-height:1.55}.automation-primary{border:0;background:#07182f;color:#fff;padding:15px 20px;font-weight:800;font-size:15px;cursor:pointer;width:max-content}.automation-primary:disabled{opacity:.55}.automation-status{margin:20px 0;padding:14px 16px;background:#fff3c8;border-left:4px solid #d6a83f;color:#333}.automation-results{display:grid;grid-gap:18px;gap:18px;margin-top:28px}.automation-results section{padding:28px;border:1px solid #d8dde5;background:white}.automation-results h2{font-family:Georgia,serif;font-size:34px;color:#07182f;margin:9px 0 14px}.automation-results h3{font-size:15px;text-transform:uppercase;letter-spacing:.06em;margin-top:24px}.automation-results li,.automation-results p{line-height:1.65;color:#334158}.automation-meta,.automation-rubric{font-size:13px;font-weight:800;color:#a86d13}.automation-note{font-size:13px!important;color:#687386!important}.automation-results ul{padding-left:22px}@media(max-width:700px){.automation-shell{padding:42px 18px 72px}.automation-form,.automation-results section{padding:20px}.automation-primary{width:100%}}.automation-created{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:18px 20px;border:1px solid #d8dde5;background:#f7f8fa;color:#334158}.automation-created strong{color:#07182f}.automation-created span{font-size:12px;color:#687386}.automation-created a{margin-left:auto;background:#07182f;color:#fff;padding:11px 14px;font-weight:800;font-size:13px}@media(max-width:900px){.header{min-height:74px;padding-top:7px;padding-bottom:7px}.brand{width:auto}.brand img{width:174px;height:58px}}@media(max-width:700px){.brand img{width:158px;height:54px}.automation-created a{width:100%;text-align:center;margin-left:0}}.brand-plate{display:flex;align-items:center;justify-content:flex-start;min-width:225px;padding:4px 12px 4px 0;border-right:1px solid #edf0f4}.brand-plate img{filter:none}.search-form{display:flex;gap:10px;max-width:760px;margin-top:24px}.search-form input{flex:1 1;padding:15px 16px;border:1px solid var(--line);font:inherit}.search-form button{border:0;background:var(--navy);color:#fff;padding:0 22px;font-weight:800}.search-results{padding:34px 0 72px;display:grid;grid-gap:36px;gap:36px}.search-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.search-list a{padding:18px;border:1px solid var(--line);background:#fff}.search-list small{font-size:10px;color:var(--red);font-weight:900;text-transform:uppercase}.search-list h3{font-family:Georgia,serif;font-size:22px;margin:7px 0}.search-list p{font-size:13px;line-height:1.5;color:#647086;margin:0}.newsroom-hero{background:var(--navy);color:#fff;padding:62px 0}.newsroom-hero span{font-size:11px;letter-spacing:.14em;color:var(--gold2);font-weight:900}.newsroom-hero h1{font-family:Georgia,serif;font-size:54px;margin:10px 0}.newsroom-hero p{max-width:760px;color:#d7e0ec;font-size:17px;line-height:1.6}.newsroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;padding:36px 0}.newsroom-card{border:1px solid var(--line);padding:24px;min-height:230px;position:relative;transition:.2s}.newsroom-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(7,23,46,.08)}.newsroom-card>b{font-family:Georgia,serif;font-size:42px;color:#d8dde6;position:absolute;right:18px;top:14px}.newsroom-card small{font-size:10px;color:var(--red);font-weight:900;letter-spacing:.09em}.newsroom-card h2{font-family:Georgia,serif;font-size:26px;margin:30px 0 10px}.newsroom-card p{font-size:13px;line-height:1.55;color:#627087}.newsroom-card span{font-size:11px;font-weight:900}.newsroom-rule{border-left:5px solid var(--gold);background:#f7f8fa;padding:22px 24px;margin-bottom:64px}.newsroom-rule p{margin:6px 0 0;line-height:1.55;color:#5b687b}.ask-shell{max-width:980px;margin:0 auto;padding:68px 28px 90px}.ask-answer{border:1px solid var(--line);padding:28px;margin-top:22px}.ask-answer>small{color:var(--red);font-weight:900;letter-spacing:.1em}.ask-answer h2{font-family:Georgia,serif;font-size:36px}.ask-answer li,.ask-answer p{line-height:1.65;color:#435168}.article-intelligence{width:min(760px,90vw);margin:40px auto;border-top:4px solid var(--navy);padding-top:22px}.article-distribution>small,.article-intelligence-head small,.article-related>small{color:var(--red);font-size:10px;letter-spacing:.11em;font-weight:900}.article-intelligence-head h2,.article-related h2{font-family:Georgia,serif;font-size:30px;margin:6px 0 16px}.intel-issue{display:block;background:#f4f6f9;padding:18px}.intel-issue span{font-size:9px;text-transform:uppercase;color:var(--red);font-weight:900}.intel-issue strong{font-family:Georgia,serif;display:block;font-size:22px;margin:6px 0}.intel-issue p{font-size:12px;color:#647086;line-height:1.5}.intel-leaders{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.intel-leaders a{display:flex;gap:12px;align-items:center;border:1px solid var(--line);padding:12px}.intel-leaders .leader-avatar,.intel-leaders img{width:58px;height:58px;object-fit:cover}.intel-leaders small,.intel-leaders span,.intel-leaders strong{display:block}.intel-leaders small{font-size:8px;color:var(--red);font-weight:900}.intel-leaders strong{font-size:14px;margin:3px 0}.intel-leaders span{font-size:10px;color:#667085}.article-distribution{width:min(760px,90vw);margin:28px auto;padding:18px;background:var(--navy);color:#fff;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.article-distribution small{color:var(--gold2);margin-right:auto}.article-distribution a{font-size:11px;font-weight:900}.article-related{width:min(960px,92vw);margin:48px auto}.article-related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.article-related a{border-top:3px solid var(--navy);padding-top:12px}.article-related span{font-size:9px;color:var(--red);font-weight:900}.article-related strong{display:block;font-family:Georgia,serif;font-size:18px;margin:6px 0}.article-related p{font-size:11px;line-height:1.5;color:#647086}.policy-page{width:min(780px,90vw);margin:70px auto 100px}.policy-page>small{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.12em}.policy-page h1{font-family:Georgia,serif;font-size:52px;line-height:1.05;margin:10px 0 28px}.policy-page h2{font-family:Georgia,serif;font-size:26px;margin-top:34px}.policy-page p{font-size:16px;line-height:1.75;color:#4c5a70}.not-found{padding:100px 0 130px}.not-found small{color:var(--red);font-weight:900}.not-found h1{font-family:Georgia,serif;font-size:54px;margin:10px 0}.not-found p{color:#647086}.not-found a{font-weight:900}.footer a:hover{color:var(--gold2)}@media(max-width:900px){.article-related>div,.newsroom-grid{grid-template-columns:1fr 1fr}.search-list{grid-template-columns:1fr}.brand-plate{min-width:160px;border-right:0}}@media(max-width:700px){.newsroom-grid{grid-template-columns:1fr}.newsroom-hero h1{font-size:38px}.article-related>div,.intel-leaders{grid-template-columns:1fr}.search-form{display:grid}.search-form button{padding:14px}.policy-page h1{font-size:38px}.not-found h1{font-size:40px}}.header{min-height:94px;padding-top:9px;padding-bottom:9px}.brand{width:300px;overflow:visible}.brand-plate{min-width:270px;padding:0 24px 0 0;overflow:visible}.brand img{width:238px;height:82px;object-fit:contain;object-position:left center}.footer img{width:176px;height:74px}.issue-cms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));grid-gap:24px;gap:24px;padding:40px 0 72px}.issue-cms-card{display:block;border:1px solid var(--line);padding:0;background:#fff;border-radius:8px;overflow:hidden;transition:.2s}.issue-cms-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(7,23,46,.08);border-color:#d3d9e2}.issue-card-visual,.issue-cms-card img{width:100%;height:180px}.issue-cms-card img{object-fit:cover}.issue-card-visual{background:linear-gradient(135deg,var(--navy),#18365d);color:#fff;position:relative;display:flex;align-items:flex-end;padding:20px;overflow:hidden}.issue-card-visual:after{content:"";position:absolute;right:-24px;top:-32px;width:180px;height:180px;border:1px solid rgba(226,192,110,.28);transform:rotate(28deg)}.issue-card-visual span{font-size:10px;letter-spacing:.13em;color:var(--gold2);font-weight:900;z-index:1}.issue-card-visual b{position:absolute;right:24px;bottom:4px;font-family:Georgia,serif;font-size:88px;opacity:.12}.issue-card-copy{padding:24px 26px 27px}.issue-card-copy h2{font-family:Georgia,serif;font-size:28px;line-height:1.08;margin:12px 0}.issue-card-copy p{font-size:14px;line-height:1.58;color:#526075;max-width:680px}.issue-card-copy>a{display:inline-block;margin-top:8px;font-size:11px;font-weight:900}.public-empty{grid-column:1/-1;background:#f5f7fa;border-left:4px solid var(--gold);padding:32px 34px;border-radius:4px}.briefing-sidebar small,.data-editorial-note small,.data-public-empty small,.public-empty>span{font-size:10px;color:var(--red);font-weight:900;letter-spacing:.12em}.public-empty h2{font-family:Georgia,serif;font-size:30px;margin:8px 0}.public-empty p{max-width:700px;color:#647086;line-height:1.6}.data-room-grid{padding-bottom:28px}.data-public-empty{grid-column:1/-1;display:grid;grid-template-columns:1.3fr .9fr;grid-gap:42px;gap:42px;background:linear-gradient(135deg,#f7f8fa,#eef2f6);padding:38px 40px;border-top:4px solid var(--navy)}.data-public-empty h2{font-family:Georgia,serif;font-size:34px;margin:8px 0 12px}.data-public-empty p{color:#5b687a;line-height:1.65;max-width:650px}.data-public-empty a{font-size:11px;font-weight:900;display:inline-block;margin-top:8px}.data-empty-topics{display:grid;grid-gap:8px;gap:8px}.data-empty-topics span{background:#fff;border:1px solid var(--line);padding:14px 15px;font-size:12px;font-weight:800}.data-empty-topics b{color:var(--gold);margin-right:10px}.data-editorial-note{margin-bottom:72px;border-top:1px solid var(--line);padding-top:28px;max-width:900px}.data-editorial-note h2{font-family:Georgia,serif;font-size:29px;margin:7px 0}.data-editorial-note p{color:#637086;line-height:1.65;max-width:700px}.briefing-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);grid-gap:46px;gap:46px;padding:42px 0 76px}.briefing-layout .briefing-cms-list{padding:0}.briefing-cms-card{max-width:none;border:1px solid var(--line);border-radius:7px;padding:24px 26px;margin-bottom:16px;background:#fff}.briefing-cms-card.briefing-featured{border-top:4px solid var(--red);padding-top:21px}.briefing-cms-card h2{font-family:Georgia,serif;font-size:28px;line-height:1.15}.briefing-cms-card p{font-size:14px;color:#425168}.briefing-sidebar{display:grid;align-content:start;grid-gap:14px;gap:14px}.briefing-sidebar>div{background:var(--soft);padding:24px;border-top:3px solid var(--navy)}.briefing-sidebar h3{font-family:Georgia,serif;font-size:22px;line-height:1.2;margin:8px 0}.briefing-sidebar p{font-size:12px;color:#647086;line-height:1.6}.bottom-grid{gap:18px;margin-top:24px;margin-bottom:42px}.briefing,.conversation,.watch{min-height:210px;padding:24px 22px}.watch{gap:18px}.briefing h3,.conversation h3,.watch h3{font-size:18px;margin:15px 0 10px}.briefing p,.watch p{font-size:11px;line-height:1.55}.video-stack{gap:10px}.video-stack span{padding:12px}.threads-button{display:inline-block;border:none;padding:10px 13px;border-radius:4px;font-weight:800;font-size:10px;background:var(--navy);color:white;position:relative;z-index:2}.footer{margin-top:0;padding-top:38px;padding-bottom:38px}@media(max-width:900px){.header{min-height:68px}.brand img{width:150px;height:48px}.brand-plate{min-width:150px;padding:0;border-right:0}.briefing-layout,.data-public-empty{grid-template-columns:1fr}.briefing-layout{gap:22px;padding-top:28px}.bottom-grid{margin-bottom:28px}.briefing,.conversation,.watch{min-height:auto;padding:20px}.issue-cms-grid{grid-template-columns:1fr}}.about-hero{background:var(--navy);color:#fff;padding:82px 0 88px;border-bottom:5px solid var(--gold)}.about-ai small,.about-hero small,.about-page section>small,.about-split small,.about-vision small,.compass-head small{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--gold2)}.about-hero h1{font-family:Georgia,serif;font-size:66px;line-height:.98;letter-spacing:-1.6px;margin:14px 0 24px;max-width:900px}.about-hero p{max-width:820px;color:#d9e1ec;font-size:17px;line-height:1.72;margin:0}.about-page{padding-top:0}.about-page h2{font-family:Georgia,serif;color:var(--navy)}.about-intro{padding:72px 0;border-bottom:1px solid var(--line);max-width:980px}.about-ecosystem>small,.about-intro small,.about-reading>small{color:var(--red)!important}.about-intro h2{font-size:42px;line-height:1.08;max-width:850px;margin:12px 0 20px}.about-intro p{font-size:16px;line-height:1.75;color:#526075;max-width:850px}.about-split{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;padding:70px 0;border-bottom:1px solid var(--line)}.about-split small{color:var(--red)}.about-split h2{font-size:43px;line-height:1.04;margin:12px 0}.about-split p{font-size:16px;line-height:1.75;color:#526075;margin-top:0}.about-reading{padding:70px 0}.about-reading h2{font-size:40px;margin:10px 0 30px}.reading-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.reading-steps div{min-height:135px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.reading-steps b{font-family:Georgia,serif;font-size:28px;color:#d5dae2}.reading-steps span{font-size:14px;font-weight:800;max-width:220px}.about-reading blockquote{font-family:Georgia,serif;font-size:28px;line-height:1.35;color:var(--navy);border-left:5px solid var(--gold);margin:34px 0 0;padding:10px 0 10px 24px;max-width:800px}.about-compass{background:#f5f7fa;padding:48px;margin:0 0 70px}.compass-head{max-width:760px}.compass-head small{color:var(--red)}.compass-head h2{font-size:42px;margin:8px 0}.compass-head p{color:#647086}.compass-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:#dfe4eb;margin-top:30px}.compass-grid div{background:#fff;padding:24px;min-height:160px}.compass-grid b{font-family:Georgia,serif;font-size:20px;color:var(--navy)}.compass-grid p{font-size:12px;line-height:1.55;color:#647086}.about-ecosystem{padding-bottom:72px}.about-ecosystem h2{font-size:42px;margin:10px 0 28px}.about-ecosystem>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.about-ecosystem article{border-top:4px solid var(--navy);background:#f8f9fb;padding:22px;min-height:145px}.about-ecosystem article:nth-child(2),.about-ecosystem article:nth-child(5){border-color:var(--gold)}.about-ecosystem article:nth-child(3),.about-ecosystem article:nth-child(6){border-color:var(--red)}.about-ecosystem h3{font-family:Georgia,serif;font-size:20px;margin:0 0 8px}.about-ecosystem p{font-size:12px;line-height:1.55;color:#647086}.about-ai{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;background:var(--navy);color:#fff;padding:52px;margin-bottom:80px}.about-ai h2{color:#fff;font-size:43px;line-height:1.03;margin:10px 0}.about-ai p{font-size:14px;line-height:1.7;color:#d7e0ec;margin-top:0}.ai-flow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:25px}.ai-flow span{border:1px solid rgba(255,255,255,.18);padding:16px;font-size:10px;line-height:1.45;color:#cbd5e1}.ai-flow b{display:block;color:var(--gold2);font-size:12px;margin-bottom:5px}.about-vision{background:#eef1f5;padding:80px 0}.about-vision small{color:var(--red)}.about-vision h2{font-family:Georgia,serif;font-size:48px;line-height:1.08;color:var(--navy);max-width:1000px;margin:12px 0 24px}.about-vision p{max-width:820px;font-size:15px;line-height:1.75;color:#566479}.about-vision strong{display:block;margin-top:32px;color:var(--navy);font-size:13px}@media(max-width:900px){.about-hero h1{font-size:48px}.about-ai,.about-split{grid-template-columns:1fr;gap:24px}.about-ecosystem>div,.compass-grid,.reading-steps{grid-template-columns:repeat(2,1fr)}.about-ai,.about-compass{padding:34px}}@media(max-width:600px){.about-hero{padding:55px 0}.about-hero h1{font-size:40px}.about-hero p{font-size:15px}.about-ai h2,.about-ecosystem h2,.about-intro h2,.about-reading h2,.about-split h2,.compass-head h2{font-size:32px}.about-ecosystem>div,.ai-flow,.compass-grid,.reading-steps{grid-template-columns:1fr}.about-ai,.about-compass{margin-left:-4vw;margin-right:-4vw;padding:28px 4vw}.about-vision h2{font-size:34px}}.home-empty{padding:18px;border:1px dashed #d8dde6;border-radius:6px;background:#fafbfc;min-height:120px}.home-empty small{color:var(--red);font-weight:900;font-size:9px}.home-empty h3{font-family:Georgia,serif;margin:8px 0;font-size:18px}.home-empty p,.issue-empty-copy{font-size:11px;line-height:1.5;color:#667085}.home-empty a{font-size:10px;font-weight:900}.hero-empty-state{background:linear-gradient(135deg,#152b49,#07172e)}.side-latest>.home-empty{height:100%}.issue-panel .issue-empty-copy{color:#cbd5e1;min-height:92px}.footer a{transition:.15s}.footer a:hover{text-decoration:underline;text-underline-offset:3px}.daily-monitor-banner{width:min(1180px,92vw);margin:30px auto 0;border:1px solid #dbe1e8;border-top:4px solid var(--gold);padding:22px 24px;background:#fbfcfd}.daily-monitor-banner small{font-size:10px;color:var(--red);font-weight:900;letter-spacing:.1em}.daily-monitor-banner h2{font-family:Georgia,serif;font-size:28px;margin:7px 0}.daily-monitor-banner p{font-size:13px;line-height:1.6;color:#536176;max-width:900px}.daily-monitor-flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px}.daily-monitor-flow span{background:var(--navy);color:#fff;padding:8px 10px;font-size:9px;font-weight:900;border-radius:3px}.daily-monitor-flow i{font-style:normal;color:var(--gold);font-weight:900}@media(max-width:900px){.daily-monitor-banner{margin-top:18px}.daily-monitor-flow i{display:none}.daily-monitor-flow span{width:100%;text-align:center}}.footer-contact{min-width:0}.footer-social-icons{gap:9px;margin:14px 0 12px}.footer-social-icon{width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(255,255,255,.04);transition:transform .18s ease,border-color .18s ease,background .18s ease}.footer-social-icon:hover{border-color:#e3bf6b;background:rgba(227,191,107,.1)}.footer-social-icon:focus-visible{outline:2px solid #e3bf6b;outline-offset:3px}.footer-email{display:inline-block;color:#d8e1ef;font-size:12px;margin:0 0 14px;overflow-wrap:anywhere}.footer-email:hover{color:#fff}.footer a:focus-visible,.header a:focus-visible,.topbar a:focus-visible{outline:2px solid #e3bf6b;outline-offset:3px}@media(max-width:700px){.footer-social-icons{gap:10px}.footer-social-icon{width:42px;height:42px}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.footer{display:block;background:linear-gradient(180deg,#07172e,#061326);padding:0;color:#fff;border-top:1px solid rgba(202,160,74,.34)}.footer-main{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:minmax(250px,1.45fr) .7fr .85fr minmax(250px,1.1fr);grid-gap:52px;gap:52px;padding:52px 0 42px;align-items:start}.footer-brand img{width:184px;height:auto;max-height:70px;object-fit:contain;object-position:left center}.footer-brand p{margin:14px 0 4px;color:#f6f8fb;font-family:Georgia,Times New Roman,serif;font-size:15px;letter-spacing:.01em}.footer-brand small{color:#93a4b9;font-size:9px;letter-spacing:.09em;text-transform:uppercase}.footer-contact>b,.footer-links b{display:block;color:#e7bf67;font-size:10px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:13px}.footer-links p{margin:0;color:#c8d2df;line-height:2}.footer-links a{position:relative;font-size:11px;transition:color .18s ease}.footer-links a:hover{color:#fff;text-decoration:none}.footer-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:var(--gold2);transition:right .2s ease}.footer-links a:hover:after{right:0}.footer-connect-copy{font-size:11px;line-height:1.55!important;color:#9eacbd!important;margin:0 0 16px!important;max-width:270px}.footer-social-icons{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 17px}.footer-social-icon{width:36px;height:36px;border:1px solid rgba(255,255,255,.16);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#e8edf4;background:rgba(255,255,255,.035);position:relative;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.footer-social-icon:hover{transform:translateY(-2px);border-color:rgba(226,192,110,.75);background:rgba(226,192,110,.1);color:#f0cb78;box-shadow:0 7px 18px rgba(0,0,0,.15);text-decoration:none}.footer-editorial-note{display:block;color:#7f91a7;font-size:9px;line-height:1.55;max-width:270px}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);width:min(1200px,92vw);margin:0 auto;padding:15px 0 18px;display:flex;justify-content:space-between;gap:20px;color:#708299;font-size:9px;letter-spacing:.03em}.atlas-motion-ready .atlas-reveal{opacity:0;transform:translateY(14px);transition:opacity .5s cubic-bezier(.22,.61,.36,1),transform .5s cubic-bezier(.22,.61,.36,1);transition-delay:var(--reveal-delay,0s)}.atlas-motion-ready .atlas-reveal.is-visible{opacity:1;transform:none}.briefing-cms-card,.data-empty-topics span,.issue-cms-card,.leader-cms-card,.newsroom-card,.panel,.search-list a,.simple-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}@media(hover:hover){.briefing-cms-card:hover,.panel:hover,.search-list a:hover,.simple-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(7,23,46,.065)}.issue-cms-card:hover,.newsroom-card:hover{transform:translateY(-3px)}}.briefing button,.conversation button,.cta,.search-form button,.threads-button{transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}@media(hover:hover){.briefing button:hover,.conversation button:hover,.cta:hover,.search-form button:hover,.threads-button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(7,23,46,.13);filter:brightness(1.02)}}@media(max-width:900px){.footer-main{grid-template-columns:1.3fr .8fr .8fr;gap:34px}.footer-contact{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.09);padding-top:24px}.footer-connect-copy,.footer-editorial-note{max-width:520px}}@media(max-width:620px){.footer-main{grid-template-columns:1fr 1fr;gap:30px 22px;padding:38px 0 30px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-social-icons{gap:9px}.footer-social-icon{width:39px;height:39px}.footer-bottom{display:grid;grid-gap:5px;gap:5px;padding-bottom:20px}.footer-bottom span:last-child{color:#5f7289}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.atlas-motion-ready .atlas-reveal{opacity:1!important;transform:none!important;transition:none!important}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}