:root{color-scheme:light;--orange:#c44700;--orange-bright:#d84f00;--orange-soft:#fff1e8;--charcoal:#141617;--slate:#434549;--ink2:#5d6166;--muted:#686d73;--surface:#ffffff;--page:#f9f9fb;--cool-grey:#f2f3f5;--grid:#e4e6e9;--border:#dfe1e4;--green:#65bd7d;--topbar-height:68px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--topbar-height) + 20px)}body{margin:0;background:var(--page);color:var(--charcoal);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55;text-rendering:optimizeLegibility}button,select{font:inherit}a{color:inherit}.skiplink{position:fixed;z-index:200;top:8px;left:12px;padding:9px 14px;color:#fff;background:var(--charcoal);border-radius:4px;transform:translateY(-160%)}.skiplink:focus{transform:translateY(0)}.topbar{position:-webkit-sticky;position:sticky;z-index:100;top:0;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar,.topbar-inner{min-height:var(--topbar-height)}.topbar-inner{width:min(1360px,100%);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:center}.brand{align-items:center;gap:11px;color:var(--charcoal);text-decoration:none;white-space:nowrap}.brand,.brandmark{display:inline-flex}.brandmark{width:28px;height:28px;align-items:flex-end;justify-content:center;gap:3px;padding:6px;background:var(--orange);border-radius:4px}.brandmark i{display:block;width:3px;background:#fff;border-radius:2px 2px 0 0}.brandmark i:first-child{height:7px}.brandmark i:nth-child(2){height:13px}.brandmark i:nth-child(3){height:10px}.brandname{font-size:15px;font-weight:700;letter-spacing:-.015em}.brandname span{margin-left:3px;color:var(--orange);font-weight:400}.sectionnav{min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;overflow-x:auto;scrollbar-width:none}.sectionnav::-webkit-scrollbar{display:none}.sectionnav a{flex:none;padding:8px 10px;border-radius:4px;color:var(--slate);font-size:13px;font-weight:600;text-decoration:none}.sectionnav a:hover{color:var(--orange);background:var(--orange-soft)}.langtoggle{display:flex;flex:none;padding:3px;gap:2px;background:var(--cool-grey);border-radius:6px}.langtoggle button{min-width:36px;padding:5px 7px;border:0;border-radius:4px;color:var(--muted);background:transparent;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.04em}.langtoggle button.active{color:#fff;background:var(--charcoal)}.page{width:min(1300px,100%);margin:0 auto;padding:0 28px 72px}.hero{padding:78px 0 68px;border-bottom:1px solid var(--border)}.eyebrow{margin:0 0 12px;color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}h1,h2{color:var(--charcoal);letter-spacing:-.025em;line-height:1.1}h1{max-width:850px;font-size:clamp(38px,4.5vw,64px)}h1,h2{margin:0}h2{font-size:clamp(27px,3vw,38px)}.sub{color:var(--ink2)}.hero-sub{max-width:850px;margin:22px 0 0;font-size:16px;line-height:1.7}.page-section{padding:76px 0;scroll-margin-top:calc(var(--topbar-height) + 16px)}.page-section+.page-section{border-top:1px solid var(--border)}.page-section.section-tint{margin-inline:-28px;padding-inline:28px;background:var(--cool-grey);border-top:0;border-radius:8px}.sectionhead{max-width:760px;margin-bottom:30px}.sectionhead .eyebrow{margin-bottom:10px}.sectionhead>p:last-child{margin:13px 0 0;color:var(--ink2);font-size:15px}.tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.monthly-focus{margin-top:24px}.monthly-focus .card{border-color:#d7d9dc}.tile{position:relative;min-height:150px;padding:25px 24px 23px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:8px}.tile:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--orange)}.tile .v{margin-bottom:7px;color:var(--orange);font-size:39px;font-weight:700;letter-spacing:-.04em;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tile .vnote{margin-bottom:11px;color:var(--charcoal);font-size:13px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tile .l{max-width:290px;color:var(--slate);font-size:13px;line-height:1.5}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:14px;gap:14px}.icard{position:relative;min-height:195px;display:flex;flex-direction:column;padding:20px;text-align:left;color:var(--charcoal);background:var(--surface);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.icard:hover{border-color:#b5b8bc;box-shadow:0 8px 22px rgba(20,22,23,.07);transform:translateY(-2px)}.icard.active{border-color:var(--orange);box-shadow:inset 4px 0 0 var(--orange)}.icardtop{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.issueid{padding:3px 7px;color:var(--orange);background:var(--orange-soft);border-radius:3px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.issuecta{color:var(--muted);font-size:11px;font-weight:700;transition:color .16s ease}.icard.active .issuecta,.icard:hover .issuecta{color:var(--orange)}.ititle{display:block;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.35}.idetail{display:block;color:var(--ink2);font-size:13px;line-height:1.55}.card{margin:0;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:8px}.card h2{margin:0 0 16px;font-size:17px;letter-spacing:-.01em;line-height:1.3}.explorer-card{padding:0;overflow:hidden}.period-context{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;background:#fff;border-left:4px solid var(--orange);border-bottom:1px solid var(--border)}.period-context>div{display:flex;flex-direction:column;gap:2px}.period-kicker{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.period-context strong{font-size:16px}.period-dates{color:var(--slate);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.period-incident{border-left-color:#c53a3a}.period-custom{border-left-color:#4a3aa7}.control-panel{padding:19px 20px 18px;background:var(--cool-grey);border-bottom:1px solid var(--border)}.control-panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:17px}.control-panel-title{font-size:15px;font-weight:700}.control-section{min-width:0;margin:0;padding:0;border:0;display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.control-section+.control-section{margin-top:12px}.glabel{padding-top:8px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.chiprow{display:flex;flex-wrap:wrap;gap:7px}.control-chip{position:relative;min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;color:var(--ink2);background:#fff;border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:12px;line-height:1.2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.control-chip:hover{border-color:#acb0b5}.control-chip:has(input:focus-visible){outline:3px solid rgba(196,71,0,.35);outline-offset:2px}.control-chip.active{color:var(--charcoal);border-color:var(--charcoal);font-weight:700}.control-chip.disabled{cursor:not-allowed;opacity:.68}.control-chip input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.metric-chip.active{border-color:var(--chip-color)}.metric-dot,.weather-dot{width:8px;height:8px;flex:none;background:var(--chip-color);border-radius:50%}.weather-dot{background:#986500}.btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 11px;color:var(--charcoal);background:#fff;border:1px solid var(--border);border-radius:4px;cursor:pointer}.btn:hover{border-color:var(--orange);color:var(--orange)}.btn:disabled{color:var(--muted);background:#f4f5f6;border-color:var(--border);cursor:default;opacity:.7}.reset-btn span{font-size:17px;line-height:0}.chart-stage{position:relative;min-height:520px;background:#fff;overflow:hidden}.lazy-chart-host{min-width:0}.chart-loading{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;color:var(--slate);background:#fff}.chart-loading-overlay{position:absolute;z-index:5;inset:0;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.chart-loading-overlay:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,transparent,var(--orange),transparent);background-size:45% 100%;background-repeat:no-repeat;animation:loading-sweep 1.25s ease-in-out infinite}.loading-copy{position:relative;z-index:2;max-width:330px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 18px;text-align:center;background:rgba(255,255,255,.9);border-radius:6px}.loading-copy strong{color:var(--charcoal);font-size:14px}.loading-copy span{color:var(--muted);font-size:12px}.loading-plot{position:absolute;inset:15% 7% 14%;display:flex;align-items:flex-end;gap:clamp(8px,2vw,28px);padding:0 5%;border-bottom:1px solid var(--grid);background:repeating-linear-gradient(to bottom,var(--grid) 0 1px,transparent 1px 25%);opacity:.78}.loading-plot i{flex:1 1;min-width:8px;max-width:44px;height:28%;background:#e2e4e7;border-radius:3px 3px 0 0;transform-origin:bottom;animation:loading-bars 1.4s ease-in-out infinite alternate}.loading-plot i:nth-child(2){height:49%;animation-delay:-.7s}.loading-plot i:nth-child(3){height:36%;animation-delay:-.2s}.loading-plot i:nth-child(4){height:68%;animation-delay:-.9s}.loading-plot i:nth-child(5){height:43%;animation-delay:-.4s}.loading-plot i:nth-child(6){height:78%;animation-delay:-1.1s}.loading-plot i:nth-child(7){height:57%;animation-delay:-.5s}.loading-plot i:nth-child(8){height:72%;animation-delay:-.8s}.loading-plot i:nth-child(9){height:46%;animation-delay:-.1s}@keyframes loading-sweep{0%{background-position:-60% 0}to{background-position:160% 0}}@keyframes loading-bars{0%{transform:scaleY(.88);opacity:.62}to{transform:scaleY(1);opacity:1}}.chart-error{position:absolute;z-index:6;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center;background:#fff}.chart-error strong{font-size:16px}.chart-error span{max-width:420px;color:var(--muted)}.chart-error .btn{margin-top:6px}.chart-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;padding:12px 20px 14px;color:var(--muted);border-top:1px solid var(--grid);font-size:11px}.chart-meta strong{color:var(--slate);font-weight:600}.grid2{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);grid-gap:16px;gap:16px;margin-bottom:16px}.section-tint .grid2>.card,.section-tint>.card{border-color:#d9dbde}.controls{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center}.table-controls{margin-bottom:14px}.chk{display:inline-flex;align-items:center;gap:7px;color:var(--slate);font-size:13px}.chk input{accent-color:var(--orange)}.chk select{min-height:34px;padding:5px 30px 5px 9px;color:var(--charcoal);background:#fff;border:1px solid var(--border);border-radius:4px}.tablewrap{max-height:480px;overflow:auto;border-top:1px solid var(--border)}.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}table{width:100%;border-collapse:collapse;font-size:13px}th{position:-webkit-sticky;position:sticky;z-index:1;top:0;padding:10px 9px;color:var(--ink2);background:#fff;border-bottom:1px solid #bfc2c6;text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}td{padding:9px;border-bottom:1px solid var(--grid)}td.num,th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}tbody tr:hover{background:var(--orange-soft)}.actioncol{width:1%;text-align:right;white-space:nowrap}.table-action{min-height:34px;padding:5px 9px;color:var(--orange);background:#fff;border:1px solid #d8dadc;border-radius:4px;cursor:pointer;font-size:12px;font-weight:700}.table-action:hover{border-color:var(--orange)}.table-empty{padding-block:28px;color:var(--muted);text-align:center}.table-note{margin:10px 0 0;color:var(--muted);font-size:12px}.dot{width:9px;height:9px;display:inline-block;margin-right:7px;border-radius:2px;vertical-align:baseline}.foot{margin:0;padding-top:24px;color:var(--muted);border-top:1px solid var(--border);font-size:11px}:focus-visible{outline:3px solid rgba(216,79,0,.35);outline-offset:2px}@media (max-width:1040px){.topbar-inner{gap:15px;padding-inline:20px}.sectionnav{justify-content:flex-start}.sectionnav a{padding-inline:8px}.grid2{grid-template-columns:1fr}}@media (max-width:760px){:root{--topbar-height:104px}.topbar-inner{padding-inline:14px;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:60px 44px}.brandname{display:none}.brandmark{width:30px;height:30px}.sectionnav{grid-column:1/-1;grid-row:2;width:calc(100% + 28px);margin-inline:-14px;padding-inline:8px;gap:0;border-top:1px solid var(--border)}.sectionnav a{min-height:44px;display:inline-flex;align-items:center;font-size:12px}.langtoggle button{min-width:38px;min-height:38px;padding-inline:4px}.page{padding-inline:16px}.hero{padding:54px 0 48px}h1{font-size:clamp(35px,10vw,48px)}.hero-sub{font-size:14px}.page-section{padding:56px 0}.page-section.section-tint{margin-inline:-16px;padding-inline:16px;border-radius:0}.sectionhead{margin-bottom:24px}.sectionhead>p:last-child{font-size:14px}.tiles{grid-template-columns:1fr;gap:10px}.tile{min-height:118px;padding:20px}.tile .v{font-size:34px;margin-bottom:8px}.tile .vnote{margin-bottom:7px}.cards{display:flex;gap:12px;margin-right:-16px;padding-right:16px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin}.icard{min-width:min(82vw,330px);min-height:205px;scroll-snap-align:start}.control-panel-head,.period-context{align-items:flex-start}.period-context{flex-direction:column;gap:5px}.period-dates{white-space:normal}.control-section{grid-template-columns:1fr;gap:7px}.control-section+.control-section{margin-top:16px}.glabel{padding-top:0}.btn,.control-chip{min-height:44px}.reset-btn{white-space:nowrap}.chart-meta{flex-direction:column}.chart-stage{min-height:430px}.chart-stage .lazy-chart-host>.chart-loading,.chart-stage .lazy-chart-host>[role=img],.chart-stage>.chart-loading{height:430px!important}.card{padding:16px}.explorer-card{padding:0;margin-inline:-16px;border-radius:0;border-inline:0}.grid2{min-width:0}.controls{align-items:flex-start}.chk{width:100%;justify-content:space-between}.chk select{min-width:130px;min-height:44px}.tablewrap{margin-inline:-16px}td:first-child,th:first-child{padding-left:16px}td:nth-child(3),th:nth-child(3){min-width:170px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}