:root{--bg:#07101f;--panel:#0a1629;--ink:#e8eef7;--soft:#a9bad1;--rule:rgba(64,95,132,.55);--accent:#2dd4bf;--cream:#f3f0ea}*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;background:linear-gradient(160deg,#07101f,#081527 52%,#07101f);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:#8ffce9}.site-header{display:flex;justify-content:space-between;align-items:center;padding:20px clamp(18px,4vw,58px);border-bottom:1px solid var(--rule);background:rgba(7,16,31,.92);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:baseline;gap:8px}.brand span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent);font-size:10px;letter-spacing:.16em}.brand strong{font-family:Georgia,serif;color:var(--cream);font-size:19px}.site-header nav{gap:22px;font-size:12px}.site-footer,.site-header nav{display:flex;color:var(--soft)}.site-footer{justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px clamp(18px,4vw,58px);border-top:1px solid var(--rule);font-size:10px}.shell{max-width:1420px;margin:0 auto;padding:48px clamp(18px,4vw,58px)}.eyebrow{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent);font-size:10px;letter-spacing:.14em}.hero{padding:42px 0 26px}.hero h1{font-family:Georgia,serif;color:var(--cream);font-size:clamp(38px,6vw,72px);line-height:1.02;margin:12px 0 18px;max-width:980px}.hero p{max-width:800px;color:var(--soft);font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.button{border:1px solid var(--rule);padding:10px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.button.primary{border-color:rgba(45,212,191,.65);background:rgba(20,184,166,.12);color:#8ffce9}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--rule);margin:26px 0 38px}.metric{padding:18px;border-right:1px solid var(--rule)}.metric:last-child{border-right:0}.metric strong{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:25px;color:#e8fff9}.metric span{display:block;color:var(--soft);font-size:10px;margin-top:5px}.section-title{font-family:Georgia,serif;color:var(--cream);font-size:28px;margin:0 0 10px}.section-copy{color:var(--soft);max-width:760px;line-height:1.7}.layer-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:20px}.layer-card{border:1px solid var(--rule);background:rgba(8,18,37,.8);padding:16px}.layer-card small{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--accent)}.layer-card h3{margin:8px 0 6px;color:#eef4fc;font-size:15px}.layer-card p{margin:0;color:var(--soft);font-size:11px}.note{border-left:2px solid var(--accent);padding:12px 14px;background:rgba(20,184,166,.06);color:var(--soft);font-size:12px;line-height:1.6;margin:18px 0}.evidence-list{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.evidence-row{border:1px solid var(--rule);background:rgba(8,18,37,.8);padding:16px}.evidence-row h3{margin:0 0 8px;font-size:14px}.evidence-row p{margin:0;color:var(--soft);font-size:11px;line-height:1.6}.source-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.source-links a{font-size:10px;color:#8ffce9}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:28px;gap:28px}.about-grid section{border:1px solid var(--rule);background:rgba(8,18,37,.7);padding:22px}.about-grid h2{font-family:Georgia,serif;color:var(--cream);margin-top:0}.about-grid li,.about-grid p{color:var(--soft);line-height:1.7;font-size:13px}@media(max-width:900px){.metric-grid{grid-template-columns:repeat(2,1fr)}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--rule)}.layer-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}}@media(max-width:640px){.site-header{align-items:flex-start;gap:14px}.site-header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.brand{flex-direction:column;gap:0}.shell{padding-top:30px}.hero h1{font-size:42px}.hero p{font-size:15px}.layer-grid,.metric-grid{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--rule)!important}.metric:last-child{border-bottom:0!important}}.site-header nav{font-size:14px;flex-wrap:wrap}.products{margin-bottom:42px}.products .layer-card{padding:24px}.products .layer-card h3{font-size:21px;font-family:Georgia,serif}.products .layer-card p{font-size:15px;line-height:1.6;margin-top:12px}.product .section-title{font-size:clamp(30px,4vw,48px)}.filters{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin:28px 0 20px}.filters label{display:grid;grid-gap:8px;gap:8px;font-size:14px;color:var(--soft);flex:1 1;min-width:150px}.filters button,.filters input,.filters select,.status-grid button,.view-tabs button{font:inherit;color:var(--ink);background:#101e32;border:1px solid var(--rule);padding:12px;border-radius:4px;min-height:44px}.filters input,.filters select{width:100%;min-width:0}.filters button,.status-grid button,.view-tabs button{cursor:pointer}button:hover{border-color:var(--accent)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,svg g:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.view-tabs{display:flex;gap:8px;flex-wrap:wrap}.status-grid button[aria-pressed=true],.view-tabs button[aria-pressed=true]{background:#123c40;border-color:var(--accent);color:#b2fff0}.result-count{color:var(--soft);margin:18px 0}.product .note,.result-count{font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin:24px 0}.product-card{padding:24px;border:1px solid var(--rule);background:var(--panel);min-width:0;overflow-wrap:anywhere}.product-card h2,.product-card h3{font-family:Georgia,serif;font-size:24px;margin:18px 0 12px;line-height:1.3}.product-card p{color:var(--soft);line-height:1.65;font-size:15px}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--soft);font-size:13px}.badge{border:1px solid var(--rule);padding:6px 9px;border-radius:4px;font-size:13px;color:#9ce9dd}.facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.facts dt{color:var(--soft);font-size:13px;margin-bottom:5px}.facts dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.5}.product-evidence{margin-top:20px;border-top:1px solid var(--rule);padding-top:16px}.product-evidence summary{cursor:pointer;color:var(--accent);font-size:14px;min-height:32px}.product-evidence section{margin:18px 0}.product .source-links a{font-size:14px;line-height:1.5}.product .source-links{gap:16px}.model-timeline{display:grid;grid-gap:18px;gap:18px;border-left:2px solid #284d59;margin-top:24px;padding-left:22px}.model-timeline .product-card{position:relative}.model-timeline .product-card:before{content:"";position:absolute;left:-29px;top:30px;width:10px;height:10px;border-radius:50%;background:var(--accent)}.chart-panel{border:1px solid var(--rule);padding:24px;margin:24px 0}.chart-panel p{color:var(--soft);line-height:1.6}.chart-scroll,.table-scroll{overflow:auto;max-width:100%}.chart-scroll svg{width:100%;min-width:960px;display:block}.chart-scroll text{fill:#c1d0e3;font-size:13px}.chart-scroll g[role=button]{cursor:pointer}.unplotted{display:flex;gap:12px;flex-wrap:wrap}.unplotted a{padding:8px 10px;background:#132236;font-size:14px}.dependency{display:grid;grid-gap:12px;gap:12px;padding:20px;border:1px solid var(--rule);border-left:3px solid var(--accent);font-size:15px}.dependency span{color:var(--soft)}.finance-network{display:grid;grid-gap:18px;gap:18px;margin:24px 0}.capital-flow{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px;align-items:center;padding:22px 0}.capital-flow>div{display:grid;grid-gap:10px;gap:10px;min-width:0}.capital-flow small{font-size:13px;color:var(--soft)}.capital-flow strong{font-size:18px}.flow-label{text-align:center}.flow-label strong{color:var(--accent)}.flow-label>span{font-size:40px;color:#527582;line-height:1}.table-scroll table{border-collapse:collapse;width:100%;min-width:850px;font-size:14px;line-height:1.5}.table-scroll caption{text-align:left;padding:20px 0;color:var(--soft)}.table-scroll th{text-align:left;color:var(--accent)}.table-scroll td,.table-scroll th{padding:18px;border-bottom:1px solid var(--rule);vertical-align:top}.table-scroll td p{color:var(--soft)}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.status-grid button{text-align:left;display:grid;grid-gap:8px;gap:8px;padding:22px}.status-grid strong{font-size:30px;font-family:ui-monospace,monospace}.status-grid span{font-size:15px;color:var(--soft)}.capacity-value{font-size:19px!important;color:#b2fff0!important}.empty{padding:36px;border:1px dashed var(--rule);color:var(--soft)}@media(max-width:800px){.product-grid{grid-template-columns:1fr}.facts{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header{position:static;align-items:flex-start;gap:20px}.site-header nav{gap:12px}.capital-flow{grid-template-columns:1fr;gap:16px}.flow-label{text-align:left}.flow-label>span{transform:rotate(90deg);width:30px}.status-grid{gap:6px}.status-grid button{padding:14px}.product-card{padding:18px}.model-timeline{padding-left:16px}.model-timeline .product-card:before{left:-23px}}@media(max-width:460px){.site-header{flex-direction:column}.site-header nav{justify-content:flex-start}.facts,.status-grid{grid-template-columns:1fr}.filters label{min-width:100%}.product .section-title{font-size:30px}}.governance-context{padding:24px;border:1px solid #496977;background:#102432;margin:28px 0}.governance-context>strong{color:var(--accent)}.governance-context p{line-height:1.7;color:var(--soft)}.governance-evidence{border-top:1px solid var(--rule);margin-top:20px;padding-top:16px;display:grid;grid-gap:14px;gap:14px}.governance-evidence a,.source-url{color:var(--accent);font-size:14px;line-height:1.5;overflow-wrap:anywhere}.governance-evidence small{display:block;color:var(--soft);font-size:12px;line-height:1.6;margin-top:5px}.governance-facts{display:grid;grid-template-columns:100px 1fr;grid-gap:10px;gap:10px;font-size:14px;line-height:1.5}.governance-facts dt{color:var(--soft)}.governance-facts dd{margin:0}.badge.proposal{color:#f3cf88;border-color:#76613f;background:#30291d}.eyebrow{font:12px ui-monospace,monospace;letter-spacing:.13em;text-transform:uppercase;color:#6ce2d0}.report-hero{padding:40px clamp(24px,5vw,84px) 64px;background-color:#0a1729;background-image:linear-gradient(#526c8610 1px,transparent 0),linear-gradient(90deg,#526c8610 1px,transparent 0);background-size:42px 42px;border-bottom:3px solid #27baa8}.report-topline{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--rule);padding-bottom:15px;margin-bottom:48px;font:11px ui-monospace,monospace;color:#92a6bb;text-transform:uppercase;letter-spacing:.1em}.report-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);grid-gap:clamp(32px,6vw,100px);gap:clamp(32px,6vw,100px);align-items:end;max-width:1480px;margin:auto}.report-hero h1{font:600 clamp(42px,5.3vw,82px)/1.02 Georgia,serif;letter-spacing:-.045em;margin:18px 0 24px;color:#faf8f3;max-width:900px}.report-deck{font:18px/1.75 Georgia,serif;color:#b9c7d8;max-width:730px}.report-evidence{padding-top:18px;border-top:1px solid var(--rule)}.report-stage{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 15px;border-bottom:1px solid var(--rule);font:12px/1.5 ui-monospace,monospace;color:#9db0c5}.report-stage strong{font-size:28px;color:#e6edf6}.stage-planned{margin-left:18px}.stage-historical{margin-left:36px}.report-gap{margin-top:18px;border:1px solid #28b7a7;background:#143435;color:#87e2d4}.report-gap strong{font-size:15px;color:#87e2d4}.report-evidence>p:last-child{font-size:13px;line-height:1.65;color:#95a9bd}.report-statstrip{display:grid;grid-template-columns:repeat(4,1fr);background:#0b192c;border-bottom:1px solid var(--rule)}.report-statstrip>a{padding:30px clamp(18px,4vw,64px);border-right:1px solid var(--rule)}.report-statstrip strong{display:block;font:40px ui-monospace,monospace;color:#6ce2d0}.report-statstrip span{display:block;margin-top:14px;font:11px/1.6 ui-monospace,monospace;letter-spacing:.09em;text-transform:uppercase;color:#9aadc2}.report-intro{background:#f2efe8;color:#15243a;padding:70px clamp(24px,6vw,100px)}.report-intro .eyebrow{color:#0e766c}.report-intro-head,.report-notes article{display:grid;grid-template-columns:180px minmax(0,900px);grid-gap:32px;gap:32px;max-width:1320px;margin:auto}.report-intro-head{padding-bottom:30px}.report-intro h2{font:600 clamp(32px,3.8vw,56px)/1.08 Georgia,serif;letter-spacing:-.03em;margin:0}.report-intro p{font:17px/1.8 Georgia,serif;color:#3c4d61}.report-intro .eyebrow{font:12px/1.6 ui-monospace,monospace}.report-notes article{padding:28px 0;border-top:1px solid #a2acb3}.report-notes article>span{color:#0e766c;font:13px ui-monospace,monospace;padding-top:6px}.report-notes h3{font:26px Georgia,serif;margin:0 0 10px}.report-notes p{margin:0 0 12px}.report-notes a{color:#0b7669;font-size:13px}.report-explorer,.report-products{padding:58px clamp(18px,4vw,64px)}.report-products{background:#0c1b2e;border-top:1px solid var(--rule)}.report-section-head{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:40px;gap:40px;align-items:end;margin-bottom:30px}.report-section-head h2{font:clamp(30px,3.4vw,48px)/1.1 Georgia,serif;margin:12px 0}.report-section-head>p{color:#9caec2;font-size:16px;line-height:1.7;max-width:530px}.report-product-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--rule);border-top:1px solid var(--rule)}.report-product-grid>a{padding:28px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}.report-product-grid h3{font:27px Georgia,serif;margin:40px 0 16px}.report-product-grid p{font-size:15px;line-height:1.7;color:var(--soft)}.report-product-grid>a:hover{background:#11273d}.atlas{display:grid;grid-template-columns:270px minmax(0,1fr);border:1px solid #35495f;margin-top:24px;background:#091625}.atlas-sidebar{padding:25px;border-right:1px solid #35495f;background:#0d1a2d}.atlas-sidebar h2{font:29px/1.15 Georgia,serif;margin:15px 0}.atlas-sidebar p{font-size:14px;color:#9eafc2;line-height:1.7}.atlas fieldset{border:0;border-top:1px solid var(--rule);padding:20px 0;margin:28px 0 8px}.atlas legend{font:11px ui-monospace,monospace;letter-spacing:.1em;color:#98aabf;padding:0 6px 0 0;text-transform:uppercase}.atlas fieldset label{display:flex;gap:12px;align-items:center;margin:16px 0;font-size:15px}.atlas input[type=checkbox]{accent-color:#21bcae;width:18px;height:18px}.atlas-select{display:grid;grid-gap:12px;gap:12px;font:12px ui-monospace,monospace;color:#9aadc2}.atlas select{background:#081422;color:#dfebf7;border:1px solid #42566d;padding:12px;width:100%;font:14px inherit}.map-locations{display:grid;margin:24px 0;grid-gap:5px;gap:5px}.map-locations button{display:flex;justify-content:space-between;gap:10px;background:transparent;color:#bcccdc;border:1px solid transparent;padding:11px;font:14px inherit;cursor:pointer;text-align:left}.map-locations button[aria-pressed=true]{border-color:#2abdaf;background:#103839;color:#99f1e4}.map-locations button span{font-family:ui-monospace,monospace}.atlas-reset,.map-controls button{padding:10px;border:1px solid #42566d;background:#0c2035;color:#b9d6e8;font:13px inherit;cursor:pointer;min-height:40px}.atlas-main{min-width:0}.atlas-map{background:#081421;border-bottom:1px solid #35495f}.atlas-map-top{justify-content:space-between;gap:15px;padding:15px;border-bottom:1px solid #23354b;color:#9eb5cb;font:12px ui-monospace,monospace}.atlas-map-top,.map-controls{display:flex;align-items:center}.map-controls{gap:10px}.map-controls button{min-width:36px}.map-controls button:disabled{opacity:.35;cursor:default}.australia-map{display:block;width:100%;max-height:710px;touch-action:pan-y;cursor:-webkit-grab;cursor:grab}.australia-map:active{cursor:-webkit-grabbing;cursor:grabbing}.australia-map g[role=button]{cursor:pointer;outline:none}.australia-map g[role=button]:focus-visible circle{stroke:#fff;stroke-width:4}.map-state{font:9px ui-monospace,monospace;letter-spacing:.7px;fill:#7f92a5}.map-count{font:600 14px ui-monospace,monospace;fill:#ecf7ff}.map-place{font:13px ui-monospace,monospace;fill:#d1dfed;paint-order:stroke;stroke:#081421;stroke-width:4;stroke-linejoin:round}.atlas-map-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px;color:#92a6bb;font-size:11px}.atlas-map-foot a{color:#94cbd1}.atlas-results{padding:24px}.atlas-results-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.atlas-results-head h3{font:26px Georgia,serif;margin:0}.atlas-results-head>span{font:12px ui-monospace,monospace;color:#79d8cb}.atlas-results>p{font-size:13px;line-height:1.65;color:#9db1c7}.atlas-records{max-height:290px;overflow:auto;border-top:1px solid var(--rule)}.atlas-records button{display:flex;align-items:center;gap:13px;width:100%;padding:15px 10px;text-align:left;border:0;border-bottom:1px solid var(--rule);background:transparent;color:#d6e5f4;cursor:pointer}.atlas-records button[aria-pressed=true]{background:#103638}.atlas-records button>i{width:9px;height:9px;flex-shrink:0;border-radius:50%}.atlas-records button>span:nth-child(2){flex:1 1}.atlas-records strong{font-size:14px;font-weight:500}.atlas-records small{display:block;color:#9caec2;font-size:12px;line-height:1.5;margin-top:6px}.atlas-record-status{font:11px ui-monospace,monospace}.atlas-detail{margin-top:18px}.map-hint{color:#77cabf!important}.bubble-explorer{margin:24px 0;border:1px solid #344a64;background:#081322}.bubble-explorer .graph-controls{padding:18px;margin:0;border-bottom:1px solid #263c54}.graph-controls label:first-child{flex:4 1}.graph-controls label:nth-child(2){flex:1 1}.graph-window{display:flex;align-items:center;gap:24px;padding:18px 24px;border-bottom:1px solid #263c54;font:12px ui-monospace,monospace;color:#adc0d5;flex-wrap:wrap}.graph-window label{display:flex;align-items:center;gap:12px}.graph-window input{accent-color:#3ec6b4;max-width:150px}.bubble-scroll{overflow:auto}.bubble-scroll svg{display:block;min-width:800px;height:auto}.bubble-scroll text{font:13px ui-monospace,monospace;fill:#8fa8c4}.bubble-scroll .bubble-number{font-size:14px;fill:#fff;font-weight:600;paint-order:stroke;stroke:#162439;stroke-width:2}.bubble-scroll g[role=button]{cursor:pointer;outline:none}.bubble-scroll g[role=button]:focus-visible circle{stroke:#fff;stroke-width:4}.graph-legend{display:flex;gap:22px;flex-wrap:wrap;padding:18px 24px;border-top:1px solid #263c54;color:#b6c4d5;font-size:12px}.graph-legend span{display:flex;align-items:center;gap:8px}.graph-legend i{width:12px;height:12px;border-radius:50%}.graph-detail-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:18px;gap:18px;padding:0 20px 20px}.graph-key{padding:20px}.graph-key h3{font:22px Georgia,serif;margin:0 0 16px}.graph-key>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.graph-key button,.unplotted button{display:flex;align-items:center;gap:9px;text-align:left;background:#101f32;border:1px solid #334b66;color:#c2d2e4;padding:10px;font-size:12px;line-height:1.4;cursor:pointer}.graph-key button[aria-pressed=true]{border-color:#62cbbc;background:#133a3d}.graph-key button span{color:#73cfff;font-family:ui-monospace,monospace}.graph-method{padding:20px;border-top:1px solid #263c54;font-size:14px;line-height:1.7;color:#adbed1}.graph-method summary{color:#7fd9cb;cursor:pointer}.product:has(.atlas),.product:has(.bubble-explorer){max-width:1560px}@media(max-width:1050px){.report-hero-grid{grid-template-columns:1fr}.report-evidence{max-width:680px}.report-product-grid{grid-template-columns:repeat(2,1fr)}.atlas{grid-template-columns:230px minmax(0,1fr)}.atlas-sidebar{padding:18px}.graph-detail-grid{grid-template-columns:1fr}.report-intro-head,.report-notes article{grid-template-columns:120px 1fr}.atlas-map-top{flex-wrap:wrap}.atlas-record-status{display:none}}@media(max-width:700px){.report-topline{font-size:10px;margin-bottom:32px;flex-wrap:wrap}.report-hero{padding:26px 22px 40px}.report-deck{font-size:16px}.report-statstrip{grid-template-columns:repeat(2,1fr)}.report-statstrip>a{border-bottom:1px solid var(--rule);padding:24px}.report-statstrip strong{font-size:32px}.report-intro{padding:40px 24px}.report-intro-head,.report-notes article{grid-template-columns:1fr;gap:12px}.report-intro p{font-size:16px}.report-section-head{gap:5px}.report-product-grid,.report-section-head{grid-template-columns:1fr}.report-product-grid h3{margin-top:20px}.atlas{grid-template-columns:1fr}.atlas-sidebar{border-right:0;border-bottom:1px solid #35495f}.atlas-sidebar h2{font-size:26px}.atlas fieldset{display:flex;gap:16px;flex-wrap:wrap;padding:10px 0;margin:18px 0 0}.atlas fieldset label{font-size:13px;margin:10px 0}.map-locations{grid-template-columns:repeat(2,1fr);gap:4px;margin:15px 0}.map-locations button{padding:10px 7px;font-size:13px}.atlas-results{padding:18px}.atlas-records{max-height:260px}.graph-window{gap:15px;padding:16px}.graph-detail-grid{padding:0 12px 12px}.graph-key{padding:10px}.graph-key>div{grid-template-columns:1fr}.graph-legend{padding:16px}.graph-window label{flex-wrap:wrap}.graph-window input{max-width:115px}}#infrastructure-atlas,#reading-the-evidence{scroll-margin-top:90px}.brand_logo__qvFKo{display:block;flex:0 0 auto;width:208px;max-width:100%;padding:4px 10px;border-radius:5px;background:#f3f0ea}.brand_logo__qvFKo img{display:block;width:100%;height:auto}@media (max-width:800px){.brand_logo__qvFKo{width:174px}}