*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;background:#f4f7fa;color:#1b2633}
header{background:#17365d;color:white;padding:28px 5vw;display:flex;justify-content:space-between;gap:20px;align-items:center}
h1{margin:.2rem 0;font-size:clamp(1.8rem,4vw,3rem)}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.78rem}
.badge{background:#fff2cc;color:#5d4300;padding:8px 12px;border-radius:999px;font-weight:700;white-space:nowrap}
.skiplink{position:absolute;left:-999px;top:0;background:#fff;color:#17365d;padding:10px 14px;z-index:10;border-radius:0 0 8px 0;font-weight:700}
.skiplink:focus{left:0}
nav{display:flex;gap:8px;padding:12px 5vw;background:white;border-bottom:1px solid #d8e1ea;position:sticky;top:0;z-index:3;overflow:auto;align-items:center}
.navspacer{flex:1}
button{border:0;background:#eaf1f7;padding:10px 14px;border-radius:8px;font-weight:700;cursor:pointer;color:#1b2633}
button.active{background:#1f4e78;color:white}
button.ghost{background:transparent;border:1px solid #c6d4e2;color:#38536e;font-size:.85rem;padding:8px 11px;white-space:nowrap}
button:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid #d69e00;outline-offset:2px}
main{padding:24px 5vw 64px;max-width:1400px;margin:auto}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.card{background:white;border:1px solid #d9e2ec;border-radius:12px;padding:18px;box-shadow:0 4px 12px #19324d0d}
.metric{font-size:2rem;font-weight:800;color:#17365d}
.warn{border-left:5px solid #d69e00}
.good{border-left:5px solid #2e7d32}
.tablewrap{overflow:auto;background:white;border-radius:12px;border:1px solid #d9e2ec;max-height:70vh}
table{border-collapse:collapse;width:100%}
th,td{padding:11px 12px;border-bottom:1px solid #e6edf3;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
th:first-child,td:first-child{text-align:left}
th{background:#d9eaf7;color:#17365d;position:sticky;top:0;z-index:1}
tbody tr:nth-child(even){background:#f7fafc}
tbody tr:hover{background:#eef4fa}
.bar{height:12px;background:#dfe8f0;border-radius:8px;overflow:hidden;position:relative}
.bar>span{display:block;height:100%;background:#1f4e78}
.bar .threshold{position:absolute;top:-3px;bottom:-3px;width:2px;background:#b02a2a;height:auto}
.thresholdnote{color:#596b7d;font-size:.82rem;margin:.35rem 0 0}
section{margin:0 0 22px}
h2{color:#17365d}
.callout{padding:18px;background:#fff2cc;border-radius:12px;border:1px solid #e4c75f}
.small{color:#596b7d;font-size:.9rem}
footer{padding:22px 5vw;background:#17365d;color:white}
a{color:#1f4e78}
ul{line-height:1.6}
/* Accordion sections */
details.acc{background:transparent;margin:0 0 18px;border:1px solid #d9e2ec;border-radius:12px;overflow:hidden}
details.acc>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;padding:14px 18px;background:white;border-bottom:1px solid transparent;user-select:none}
details.acc[open]>summary{border-bottom-color:#e6edf3}
details.acc>summary::-webkit-details-marker{display:none}
details.acc>summary h2{margin:0;font-size:1.15rem}
details.acc>summary .chev{margin-left:auto;transition:transform .18s ease;color:#38536e;font-weight:800}
details.acc[open]>summary .chev{transform:rotate(90deg)}
details.acc>.accbody{padding:16px 18px 18px;background:#fbfdfe}
.pagenav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;align-items:center}
.pagenav .label{color:#596b7d;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.pagenav a{background:white;border:1px solid #d0dbe6;border-radius:999px;padding:6px 12px;font-size:.86rem;font-weight:700;text-decoration:none;color:#1f4e78}
.pagenav a:hover{background:#eaf1f7}
.sectionfoot{margin-top:12px;text-align:right}
.sectionfoot a{font-size:.85rem;font-weight:700;text-decoration:none}
details.acc{scroll-margin-top:84px}
#toTop{position:fixed;right:22px;bottom:22px;z-index:5;background:#17365d;color:white;border-radius:999px;padding:12px 16px;box-shadow:0 6px 18px #17365d55;font-weight:800}
#toTop:hover{background:#1f4e78}
@media(max-width:700px){header{align-items:flex-start;flex-direction:column}th,td{font-size:.85rem}#toTop{right:14px;bottom:14px}}
@media print{nav,#toTop,.pagenav,.sectionfoot,.skiplink{display:none}details.acc{border:0}details.acc>summary .chev{display:none}body{background:white}.tablewrap{max-height:none;overflow:visible}}
