:root{font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#173441;background:#f2f5f7;--accent:#116877;--muted:#57707b;--line:#d9e3e7}*{box-sizing:border-box}body{margin:0}header{background:#133c4b;color:#fff;padding:22px 4vw;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:13px;font-size:20px;font-weight:650;align-items:center}.brand small{display:block;font-size:13px;font-weight:400;color:#b9d4dd}.logo{display:grid;place-items:center;border:2px solid #83c5cd;width:40px;height:40px;border-radius:10px}.local{font-size:14px;color:#c8e0e5}nav{display:flex;gap:8px;background:white;padding:12px 4vw;border-bottom:1px solid var(--line);overflow:auto;position:sticky;top:0;z-index:5}button,input,select,textarea{font:inherit}button{border:1px solid var(--line);border-radius:7px;background:white;color:#173441;padding:9px 15px;cursor:pointer}button:hover{background:#eaf1f4}button.primary,nav button.active{background:var(--accent);color:white;border-color:var(--accent)}button.danger{color:#a52736}button:disabled{opacity:.5;cursor:not-allowed}nav button{white-space:nowrap;border:0}main{max-width:1340px;margin:0 auto;padding:30px 4vw 70px}h1{font-size:30px;letter-spacing:-.7px;line-height:1.2;margin:0 0 8px}h2{font-size:20px;margin:0 0 15px}h3{font-size:16px;margin:0 0 10px}p{margin:8px 0 16px}small,.muted{color:var(--muted)}.top,.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.top{justify-content:space-between;margin-bottom:24px}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:23px;margin:18px 0}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.card{background:white;border:1px solid var(--line);border-radius:10px;padding:19px;text-align:left;min-height:162px}.card strong{display:block;font-size:29px;font-weight:650;margin:12px 0 7px;letter-spacing:-.5px}.card small{display:block}.status{display:inline-block;border-radius:5px;padding:3px 9px;font-size:14px;font-weight:600}.unknown{background:#e8edf1;color:#52636d}.green{background:#e2f4e9;color:#176c41}.yellow{background:#fff1c5;color:#765812}.orange{background:#ffead4;color:#954514}.red{background:#fde6e8;color:#a02b3a}.notice{border-left:4px solid #8598a2;padding:14px 18px;background:#e9eff3;margin:18px 0}.notice.warn{border-color:#df8b27;background:#fff3e3}.two{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}.two .panel{margin:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px;text-align:left}td,th{padding:10px 9px;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--muted);font-weight:550}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}input,select,textarea{border:1px solid #b6c8d0;border-radius:6px;padding:9px;background:white;color:#173441;max-width:100%}input[type=checkbox]{width:18px;height:18px}label{font-size:14px;display:block}label>input,label>select,label>textarea{display:block;width:100%;margin:5px 0 0}label.check{display:flex;gap:10px;align-items:center}label.check input{width:auto;margin:0}.formgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin:14px 0}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}a{color:var(--accent)}details{margin-top:10px}summary{cursor:pointer}.bar{height:7px;background:#e8eef1;border-radius:8px;overflow:hidden;margin:12px 0}.bar i{display:block;height:100%;background:#6597a3}.timeline{height:29px;position:relative;background:repeating-linear-gradient(to right,#edf2f4 0,#edf2f4 calc(25% - 1px),#bdced5 calc(25% - 1px),#bdced5 25%);border-radius:4px;margin-top:8px}.block{position:absolute;top:3px;height:23px;background:#2a8091;border-radius:3px;color:white;font-size:12px;overflow:hidden;text-align:center;min-width:3px}.block.planned{background:#e0f1f5;color:#1f6070;border:2px dashed #287d8f}.day{padding:15px 0;border-bottom:1px solid var(--line)}.day:last-child{border:0}.tag{font-size:13px;background:#eef2f4;padding:2px 6px;border-radius:4px}.chart{display:flex;align-items:end;height:170px;gap:4px;padding-top:15px}.chart button{padding:0;background:#408a9c;border:0;min-width:4px;flex:1;border-radius:3px 3px 0 0}.chart button.missing{background:#d9e1e5}.footnote{font-size:13px;margin-top:24px;max-width:900px;color:var(--muted)}dialog{border:0;border-radius:12px;max-width:950px;width:95vw;max-height:90vh;padding:25px;color:#173441}dialog::backdrop{background:#13344188}.close{float:right}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#133c4b;color:#fff;border-radius:7px;padding:12px 20px;z-index:20;display:none}.preview-image{max-width:100%;max-height:260px;object-fit:contain}.code-row{display:grid;grid-template-columns:100px 1fr 145px 110px 110px;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.result{border:1px solid var(--line);border-radius:8px;padding:15px;margin:12px 0}.result h3{margin-bottom:5px}.mono{font-variant-numeric:tabular-nums}.inline-num{width:90px}.scroll{max-height:420px;overflow:auto}.empty{padding:24px;text-align:center;color:var(--muted)}@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two{grid-template-columns:1fr}.formgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){header{padding:17px 5vw}.local{display:none}main{padding:23px 5vw 60px}h1{font-size:26px}.card{padding:14px;min-height:160px}.card strong{font-size:25px}.formgrid{grid-template-columns:1fr}.panel{padding:17px}.code-row{grid-template-columns:70px 1fr}.code-row select{grid-column:auto}.top{align-items:flex-start}.brand{font-size:18px}nav{padding:10px 5vw}.grid{gap:9px}.card small{font-size:13px}}@media print{header,nav,.actions,button,input,select{display:none}main{padding:0}.panel,.card{break-inside:avoid}.grid{grid-template-columns:repeat(4,1fr)}body{background:white}}
/* Overview: facts first, with separate evidence requirements. */
.source-strip{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-bottom:16px}.stat-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:16px}.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.stat>span{font-size:14px}.stat strong{display:block;font-size:clamp(25px,3vw,39px);letter-spacing:-1px;line-height:1.2;margin:18px 0 12px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.stat strong small{font-size:20px;color:inherit}.stat p,.stat .substat{font-size:13px;margin:5px 0}.stat.featured{background:#133c4b;color:#fff;border-color:#133c4b}.stat.featured .substat{color:#c6e8ec}.metric-note{font-size:13px;color:var(--muted);margin:14px 0 24px;max-width:960px}.section-title{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.section-title h2{margin-bottom:4px}.legend{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;margin:16px 0}.legend span{display:flex;gap:7px;align-items:center}.swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.p50{background:#7dc6d0}.p100{background:#116877}.bank{background:#c99041}.weekly-plot{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:9px;margin:20px 0}.week-column{display:flex;flex-direction:column;align-items:center;min-width:0}.bar-value{height:26px;font-size:12px;font-variant-numeric:tabular-nums}.week-bar{display:flex;align-items:flex-end;width:100%;height:160px;padding:0;border:0;border-bottom:2px solid #c4d5dc;border-radius:4px 4px 0 0;background:repeating-linear-gradient(to top,#f3f7f8 0,#f3f7f8 39px,#dae5e9 40px)}.week-bar:hover{outline:2px solid #116877;background:#e7f2f4}.week-bar.no-data{background:repeating-linear-gradient(45deg,#f1f3f4,#f1f3f4 4px,#dce3e6 4px,#dce3e6 5px)}.bar-stack{display:flex;flex-direction:column-reverse;width:100%;border-radius:4px 4px 0 0;overflow:hidden}.bar-stack i{display:block;min-height:0}.week-column small{font-size:11px;line-height:1.3;text-align:center;margin-top:8px}.rolling-chart{display:block;width:100%;height:auto;max-height:300px;overflow:visible}.rolling-chart text{font:12px sans-serif;fill:#57707b}.facts{margin:0}.facts div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.facts dt{font-size:14px}.facts dd{margin:0;font-weight:650;white-space:nowrap}.dashboard-bottom{margin-top:18px}.next-steps{padding-left:22px}.next-steps li{padding:0 0 14px 6px;font-size:14px}.pending-grid{margin-top:16px}.pending-grid .card{min-height:145px}.pending-grid .card strong{font-size:20px}.status{max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #dc9f36;outline-offset:3px}header{gap:12px;flex-wrap:wrap}header>.brand{margin-right:auto;min-width:0}header>button{font-size:13px}header>.local{margin-right:10px}summary{font-weight:600;padding:8px 0}
@media(max-width:760px){.stat-grid{grid-template-columns:1fr 1fr}.stat.featured{grid-column:1/-1}.weekly-plot{gap:5px}.week-column small{font-size:10px}.bar-value{font-size:10px}.week-bar{height:130px}.stat{padding:18px}.stat strong{font-size:29px}.source-strip{font-size:12px}.dashboard-bottom{grid-template-columns:1fr}}
@media(max-width:420px){header{padding:15px 5vw}.brand{width:100%;margin-bottom:3px}.stat-grid{gap:9px}.stat{padding:14px}.stat strong{font-size:25px}.stat.featured strong{font-size:34px}.weekly-plot{gap:3px}.week-column small{writing-mode:vertical-rl;white-space:nowrap;height:45px}.bar-value{font-size:9px}.facts div{gap:10px}.facts dt{font-size:13px}.legend{gap:12px}}

.section-title .tag{align-self:flex-start}@media(max-width:760px){header>.local{display:none}}

.demo-notice{border-color:#116877;background:#e4f3f5}.demo-key{display:flex;flex-wrap:wrap;gap:12px 24px;background:#e2f4e9;color:#176c41;padding:16px;border-radius:10px;margin-bottom:20px;font-size:14px}.demo-link{font-size:14px;text-align:right}
