:root{--blue:#0055a4;--navy:#102d40;--lime:#dcf4a2;--paper:#f5f7f3;--muted:#526774;--line:#d2dcd9;--white:#fff;--red:#9b352b}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--navy);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{border:1px solid var(--blue);border-radius:0;background:var(--blue);color:#fff;padding:12px 20px;cursor:pointer;font-weight:700;min-height:48px}button:hover{background:#003f7a}button:disabled{opacity:.55;cursor:wait}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid #598d19;outline-offset:4px}input,select{border:1px solid #839aa6;background:#fff;color:var(--navy);border-radius:0;padding:10px 12px;min-height:48px;max-width:100%}label{display:grid;gap:6px;font-size:.875rem;font-weight:700}header{background:var(--blue);color:var(--lime);padding:24px max(5vw,20px);display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{color:inherit;text-decoration:none;font-family:Georgia,serif;font-weight:bold;font-size:26px;line-height:.88;letter-spacing:-1px}.brand em{margin-left:22px}.brand span{display:block;font-family:Arial,sans-serif;font-size:12px;font-weight:normal;letter-spacing:1.4px;margin-top:14px;line-height:1.5}.private{display:flex;align-items:center;gap:10px;font-size:14px}.dot{width:7px;height:7px;border-radius:50%;background:var(--lime)}.quiet{background:transparent;border:0;color:var(--blue);padding:10px 0;text-decoration:underline;font-size:14px;min-height:44px}.quiet:hover{background:transparent;color:var(--navy)}header .quiet{color:var(--lime);margin-left:20px}main{max-width:1400px;margin:auto;padding:42px max(4vw,20px) 20px}.eyebrow{letter-spacing:2px;font-size:12px;font-weight:700;color:var(--blue);margin:0 0 10px}h1,h2,p{margin-top:0}h1{font: bold clamp(32px,4vw,52px)/1.1 Georgia,serif;letter-spacing:-1.2px;margin-bottom:24px}h1 em{color:var(--blue)}h2{font:bold 23px/1.2 Georgia,serif;margin-bottom:0;letter-spacing:-.4px}.entry{max-width:600px;margin:40px auto 100px;border-top:5px solid var(--blue);padding-top:28px}.entry form{display:grid;gap:12px;margin:30px 0 20px}.entry input{width:100%}.entry button{text-align:left;display:flex;justify-content:space-between}.title-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:26px}.title-row h1{margin-bottom:0}.freshness{display:grid;gap:2px;font-size:12px;text-align:right;color:var(--muted)}.toolbar{display:flex;gap:16px;align-items:flex-end;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin-bottom:28px}.toolbar button{margin-left:auto;display:flex;gap:28px;justify-content:space-between}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.section-heading>span{font-size:12px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}.card{background:#fff;border:1px solid var(--line);padding:22px}.card:first-child{background:var(--navy);color:var(--lime);border-color:var(--navy)}.card p{font-size:14px;margin-bottom:12px}.card strong{font-size:46px;line-height:1;font-weight:normal;letter-spacing:-2px;display:block;font-variant-numeric:tabular-nums}.card small{display:block;font-size:12px;margin-top:14px;color:var(--muted)}.card:first-child small{color:#d0dec2}.grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.panel{background:#fff;border:1px solid var(--line);padding:26px;min-width:0}.funnel-panel{background:#eaf0f4}.muted{font-size:14px;color:var(--muted);margin:0 0 20px}.footnote{font-size:12px;color:var(--muted);line-height:1.65;margin:18px 0 0}.tag{font-size:11px!important;letter-spacing:.8px;padding:5px 8px;background:var(--paper);white-space:nowrap}.funnel-step{margin-bottom:17px}.funnel-step>div{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:7px}.track{height:8px;background:#d5e0e8;overflow:hidden}.fill{height:100%;background:var(--blue)}.target{padding:14px 0;border-bottom:1px solid var(--line)}.target-top{display:flex;justify-content:space-between;gap:20px;font-size:14px}.target strong{white-space:nowrap;color:var(--blue)}.target small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.target:last-of-type{border:0}.trend-panel{margin-bottom:22px}.legend{display:flex;gap:16px;font-size:12px;flex-wrap:wrap}.legend span:before{content:'';display:inline-block;width:10px;height:10px;margin-right:6px;background:var(--blue)}.legend .lime-key:before{background:#6f962e}.chart{min-height:210px}.chart svg{width:100%;height:210px;display:block}.chart text{font:12px Arial;fill:var(--muted)}.chart .axis{stroke:var(--line);stroke-width:1}.chart .active-line{stroke:var(--blue);fill:none;stroke-width:2.5}.chart .match-line{stroke:#6f962e;fill:none;stroke-width:2.5}.statline{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.statline:last-child{border-bottom:0}.statline strong{white-space:nowrap;font-variant-numeric:tabular-nums}.big-stat{font-size:44px;font-weight:normal;letter-spacing:-1px;color:var(--blue);margin:0}.big-stat small{font-size:16px;color:var(--muted);letter-spacing:0}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px;white-space:nowrap}th{text-align:left;font-size:12px;color:var(--muted);font-weight:normal}td,th{padding:12px 10px;border-bottom:1px solid var(--line)}td:first-child,th:first-child{padding-left:0}td:not(:first-child),th:not(:first-child){text-align:right}summary{cursor:pointer;font-size:14px;padding:16px 0;color:var(--blue);font-weight:bold}.method{padding:20px 0}.method h2{margin-bottom:16px}.method p{color:var(--muted);font-size:14px;max-width:1050px}.notice{border-left:4px solid var(--blue);padding:14px 18px;background:#e4edf4;font-size:14px}.notice.error{border-color:var(--red);background:#fff0e9;color:#73271f}.empty{color:var(--muted);font-size:14px;padding:22px 0}.stale{opacity:.72}footer{max-width:1400px;margin:auto;padding:30px max(4vw,20px);display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.5px;color:var(--muted);border-top:1px solid var(--line)}[hidden]{display:none!important}@media(max-width:850px){.grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.toolbar button{margin-left:0}.title-row{align-items:flex-start;flex-direction:column}.freshness{text-align:left}.cards{grid-template-columns:repeat(2,1fr)}main{padding-top:28px}.panel{padding:20px}}@media(max-width:480px){header{padding:20px}.private{font-size:12px;flex-wrap:wrap;justify-content:flex-end}.private .quiet{margin-left:0}.cards{gap:10px}.card{padding:16px}.card strong{font-size:38px}.toolbar{gap:10px}.toolbar label:first-child{width:100%}.toolbar label{flex:1;min-width:0}.toolbar button{width:100%;margin-top:4px}.section-heading{align-items:flex-start}.legend{gap:5px;flex-direction:column}.section-heading h2{font-size:21px}.card small{font-size:12px}.entry{margin-top:15px}.brand{font-size:23px}.brand span{font-size:10px;letter-spacing:1px}footer{flex-direction:column;gap:4px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}

.info-button{background:transparent;color:var(--blue);border:0;padding:4px 0;min-height:44px;font-size:14px;text-align:left;text-decoration:underline;text-underline-offset:4px}.info-button:hover{background:transparent;color:var(--navy)}.info-button:before{content:'';display:inline-block;width:10px;height:10px;margin-right:6px;background:var(--blue)}.activity-help{background:#eaf0f4;border-left:3px solid var(--blue);padding:18px 22px;margin-bottom:18px;font-size:14px}.activity-help ul{padding-left:20px}.activity-help p{margin-bottom:0}.legend .info-button span:before{content:none}
