:root{font-family:Inter,Arial,sans-serif;color:#17323f;background:#f3f6f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:16px}header{background:#102f40;color:white;padding:20px 4%;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:14px;font-weight:600}.mark{font-family:Georgia,serif;font-size:25px;border-right:1px solid #ffffff50;padding-right:16px}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700}main{max-width:1510px;margin:auto;padding:32px 4%}h1{font-size:clamp(26px,3vw,38px);letter-spacing:-1.1px;margin:0 0 10px}h2{font-size:21px;margin:0 0 7px}h3{font-size:16px;margin:0 0 16px}p{line-height:1.5;margin:0;color:#526975}.title{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:27px}.date{font-size:14px;white-space:nowrap;color:#526975;border:1px solid #d3dfe5;border-radius:5px;padding:9px 12px}.filters{display:flex;gap:15px;flex-wrap:wrap;background:white;border:1px solid #d9e3e8;padding:19px;border-radius:8px}label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}select,button{font:inherit;color:inherit;background:white;border:1px solid #b5c6ce;border-radius:5px;padding:10px;min-height:42px}select{max-width:100%;cursor:pointer}.unit{flex:1;min-width:210px}.unit select{width:100%}button{cursor:pointer}button:hover{background:#eaf5f7}button:focus-visible,select:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid #ee9e29;outline-offset:2px}.periodnote{font-size:14px;margin:12px 0 20px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat{background:white;border:1px solid #d9e3e8;border-top:3px solid #087e8b;border-radius:7px;padding:20px}.stat:first-child{background:#103a4b;color:white;border:0;border-top:3px solid #103a4b}.stat p{font-size:14px}.stat:first-child p{color:#c8dce3}.stat strong{display:block;font-size:32px;margin:12px 0 8px;font-weight:650;letter-spacing:-1px}.overview{display:grid;grid-template-columns:minmax(310px,.8fr) minmax(550px,1.4fr);gap:22px}.panel{background:white;border:1px solid #d9e3e8;border-radius:9px;overflow:hidden}.panel-title{padding:24px 24px 17px;display:flex;justify-content:space-between;gap:15px;align-items:start}.panel-title p{font-size:14px}.map-wrap{position:relative;background:#edf4f6;margin:0 20px;border-radius:6px;height:565px;display:flex;justify-content:center}#map{height:100%;max-width:100%;padding:14px}#map path{stroke:white;stroke-width:1.5;cursor:pointer;transition:fill .16s}#map path:hover,#map path:focus{stroke:#173b49;stroke-width:3;outline:none}#map path.selected{stroke:#e58319;stroke-width:4}#maphover{position:absolute;bottom:16px;left:16px;right:16px;padding:10px 13px;background:#ffffffed;box-shadow:0 2px 12px #15384913;border-radius:5px;font-size:14px;pointer-events:none}.legend{display:flex;gap:10px;align-items:center;justify-content:center;padding:18px 20px 8px;font-size:13px}.gradient{height:9px;width:135px;background:linear-gradient(90deg,#dceef0,#007183);border-radius:5px}.small{font-size:13px;padding:8px 24px 20px}.table-scroll{height:665px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{background:#f3f7f9;position:sticky;top:0;z-index:1;font-size:12px;white-space:nowrap}th,td{padding:12px 13px;text-align:right;border-bottom:1px solid #e9eef1}th:first-child,td:first-child{text-align:left;padding-left:24px}td button{border:0;padding:0;min-height:25px;text-align:left;font-size:14px;background:none}tr.selected{background:#e5f3f5}tr:hover{background:#f0f7f9}td{font-variant-numeric:tabular-nums;white-space:nowrap}.share{width:100%;height:3px;background:#e8f0f2;margin-top:5px}.share i{display:block;height:100%;background:#138b99}.detail{margin-top:24px;padding-bottom:24px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:10px 24px}.barrow{margin:0 0 14px}.barlabel{display:flex;justify-content:space-between;gap:15px;font-size:14px;margin-bottom:5px}.track{background:#edf3f5;height:7px;border-radius:3px;overflow:hidden}.track i{display:block;height:100%;background:#087e8b}.keys{display:flex;gap:20px;font-size:14px;margin-bottom:20px}.keys span:first-child{color:#849da9}.keys span:last-child{color:#087e8b}.month{display:grid;grid-template-columns:30px 1fr 105px;gap:10px;align-items:center;margin-bottom:9px;font-size:12px}.twobars{display:grid;gap:3px}.twobars i{height:6px;background:#849da9;display:block}.twobars i:last-child{background:#087e8b}.month em{font-style:normal;text-align:right}.source{margin-top:24px;border-top:1px solid #cfdce3;padding-top:20px;font-size:14px}.source summary{font-size:16px;cursor:pointer;font-weight:600}.source p{margin:14px 0}.check{flex-direction:row;align-items:center}.check input{width:18px;height:18px}a{color:#007383}footer{padding:20px 4%;background:#e8eff3;font-size:13px;display:flex;justify-content:space-between;color:#526975}#error{color:#943a26}.detail .eyebrow{display:block;color:#087e8b;margin-bottom:8px}@media(max-width:1050px){.overview{grid-template-columns:1fr}.map-wrap{height:460px}.table-scroll{height:560px}.stats{grid-template-columns:repeat(2,1fr)}.title{align-items:start;flex-direction:column;gap:12px}}@media(max-width:600px){header>.eyebrow{display:none}main{padding:24px 16px}.filters>label{flex:1;min-width:42%}.stats{gap:10px}.stat{padding:14px}.stat strong{font-size:27px}.detail-grid{grid-template-columns:1fr;gap:28px}.panel-title{padding:18px}.panel-title button{font-size:13px}.table-scroll{max-width:100%}th:first-child,td:first-child{padding-left:15px}.date{white-space:normal}footer span{display:none}}
