@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");*{box-sizing:border-box}body{margin:0;background:#112b23;color:#eff4ec;font-family:DM Sans,sans-serif}main{max-width:1440px;margin:auto;padding:42px 54px 28px}.header{display:flex;justify-content:space-between;align-items:flex-end}.eyebrow,label{font:500 11px DM Mono,monospace;letter-spacing:.09em;text-transform:uppercase;color:#aabfb1;margin:0 0 8px}h1{font:700 clamp(42px,6vw,76px) Playfair Display,serif;letter-spacing:-.055em;margin:0;line-height:.94}.update{font-size:13px;line-height:1.5;text-align:right;color:#e2ebe3}.update small{color:#aabfb1}.pulse{display:inline-block;width:8px;height:8px;background:#eeb65d;border-radius:50%;margin-right:5px}.intro{border-top:1px solid #46705e;margin-top:42px;padding:17px 0 28px;display:flex;justify-content:space-between;gap:30px}.intro p{max-width:620px;margin:0;line-height:1.5;color:#d1ddd3}.controls{padding:18px 0 28px;display:flex;gap:50px;align-items:flex-end}.chips,.view-tabs{display:flex;gap:6px;flex-wrap:wrap}.chips button,.pagination button,.view-tabs button,select{border:1px solid #517261;border-radius:999px;background:transparent;padding:8px 13px;color:#dce8de;font:500 13px DM Sans;cursor:pointer}.chips button.active,.view-tabs button.active{color:#18342a;background:#eeb65d;border-color:#eeb65d}button:disabled{opacity:.4;cursor:not-allowed}select{border-radius:7px;min-width:175px}.dashboard{display:grid;grid-template-columns:minmax(0,1fr) 306px;grid-gap:18px;gap:18px}.data-panel,.map-loading,.map-panel,.sidebar>*{background:#17362b;border:1px solid #416353;border-radius:12px}.map-title{height:51px;padding:16px 18px;display:flex;justify-content:space-between;font-size:12px;color:#adc2b5}.map-title b{color:#fff;font-size:15px}.marker-legend{display:flex;gap:5px;align-items:center;font-size:10px}.marker-legend i{width:8px;height:8px;border:1px solid #fff;border-radius:50%;background:#eecb68}.marker-legend i:nth-of-type(2){background:#efa64f}.marker-legend i:nth-of-type(3){background:#e57b43}.marker-legend i:nth-of-type(4){background:#c74b55}.leaflet-map,.map-loading{height:570px}.map-loading{display:grid;place-items:center;color:#adc2b5}.sidebar{display:flex;flex-direction:column;gap:18px}.stat{padding:18px}.stat small,.stat span{display:block;color:#adc2b5;font-size:12px}.stat strong{display:block;font:600 52px/1 Playfair Display;letter-spacing:-.06em;margin:6px 0;color:#fff}.breakdown,.selected{padding:18px}h2{font-size:14px;margin:0 0 14px}.bar{display:grid;grid-template-columns:1fr 74px 18px;grid-gap:8px;gap:8px;align-items:center;margin:10px 0;font-size:11px;color:#d1ded3}.bar i{height:5px;background:#294a3d;overflow:hidden}.bar b,.bar i{border-radius:5px}.bar b{display:block;height:100%;background:#eeb65d}.bar em{font-style:normal;text-align:right}.selected{flex:1 1;min-height:200px}.selected h3{font-size:17px;margin:7px 0;color:#fff}.data-note,.selected p{font-size:13px;line-height:1.5;color:#c4d4c8}.report-filter{width:100%;margin:10px 0;border-radius:6px}.expand-reports{margin-top:12px;border:0;background:transparent;padding:0;color:#eeb65d;font:600 12px DM Sans;cursor:pointer}.tag{display:inline-block!important;color:#17362b!important;background:#eeb65d;padding:3px 7px;border-radius:4px;font-size:10px!important;font-weight:600;text-transform:uppercase;margin:0}dl{font-size:12px;margin:15px 0 0;display:grid;grid-template-columns:74px 1fr;grid-gap:8px;gap:8px}dt{color:#9db3a5}dd{margin:0;font-family:DM Mono,monospace;font-size:11px;color:#eff4ec}.data-panel{padding:22px}.data-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.data-heading h2{font:600 26px Playfair Display;margin:0;color:#fff}.data-heading .report-filter{margin:0;max-width:190px}.table-tools{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:18px}.table-tools .data-note{margin:0}.table-tools input{width:300px;max-width:100%;border:1px solid #517261;border-radius:6px;padding:9px 11px;background:#112b23;color:#eff4ec;font:13px DM Sans}.data-table{margin-top:15px;border:1px solid #416353;border-radius:8px;overflow:hidden}.data-table .table-head,.data-table article{display:grid;grid-template-columns:minmax(260px,1.7fr) 110px 120px 90px;grid-gap:14px;gap:14px;padding:12px 14px;align-items:center}.data-table .table-head{background:#1d4134;color:#a9bdb0;font:10px DM Mono;text-transform:uppercase;letter-spacing:.08em}.data-table article{border-top:1px solid #345344}.data-table h3{font-size:13px;line-height:1.35;margin:7px 0}.data-table p{font-size:12px;line-height:1.4;color:#c4d4c8;margin:5px 0}.data-table article>span{font:11px DM Mono;color:#d5e0d8}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px;font-size:12px;color:#b6c9bc}footer{margin-top:24px;border-top:1px solid #46705e;padding-top:14px;color:#aabfb1;font-size:11px}footer a{color:#eeb65d;text-decoration:none}.leaflet-container{background:#1e4336}.leaflet-control-attribution{background:#17362be0!important;color:#aec1b3!important}.leaflet-control-attribution a{color:#eeb65d!important}@media(max-width:800px){main{padding:28px 18px}.controls,.header,.intro{align-items:flex-start;flex-direction:column}.update{text-align:left;margin-top:20px}.dashboard{grid-template-columns:1fr}.leaflet-map,.map-loading{height:430px}.data-heading,.table-tools{flex-direction:column;align-items:stretch}.data-heading .report-filter,.table-tools input{max-width:none;width:100%}.data-table{overflow-x:auto;min-width:0}.data-table .table-head,.data-table article{min-width:650px}.data-table h3{font-size:13px}.marker-legend{margin-top:4px}}