
:root { --ink:#1a2233; --mut:#5b6577; --line:#e3e7ee; --acc:#b33a3a; --bg:#fafbfd; }
* { box-sizing: border-box; }
body { font: 16px/1.55 system-ui, -apple-system, sans-serif; color: var(--ink);
       background: var(--bg); margin: 0; }
main { max-width: 880px; margin: 0 auto; padding: 2rem 1.2rem 4rem; }
h1 { font-size: 1.7rem; margin: .2rem 0 .4rem; }
h2 { font-size: 1.15rem; margin: 2rem 0 .6rem; border-bottom: 1px solid var(--line);
     padding-bottom: .3rem; }
.sub { color: var(--mut); margin: 0 0 1.4rem; }
table { border-collapse: collapse; width: 100%; font-size: .93rem; }
th, td { text-align: left; padding: .38rem .6rem; border-bottom: 1px solid var(--line); }
th { color: var(--mut); font-weight: 600; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums;
                 white-space: nowrap; padding-left: 1.1rem; }
a { color: #29527a; text-decoration: none; }
a:hover { text-decoration: underline; }
.badge { display: inline-block; font-size: .72rem; padding: .1rem .45rem;
         border-radius: .6rem; background: #eef1f6; color: var(--mut); margin-left: .4rem; }
.badge.warn { background: #fbeeea; color: var(--acc); }
.qual { color: var(--mut); cursor: help; margin-right: .15rem; }
.toolbar input, .toolbar select { font: inherit; padding: .35rem .6rem;
    border: 1px solid var(--line); border-radius: 6px; background: var(--bg); }
.toolbar input { min-width: 16rem; }
.toolbar a { margin-left: .6rem; font-size: .9rem; }
.qual-note { color: var(--mut); font-size: .8rem; white-space: nowrap; }
.rec { white-space: nowrap; font-size: .85rem; cursor: help; }
.legend { color: var(--mut); font-size: .85rem; margin: .3rem 0 0; }
.beta { font-size: .8rem; color: var(--mut); border: 1px solid var(--line);
        background: #f1f3f8; border-radius: 6px; padding: .35rem .7rem;
        margin: 0 0 1.2rem; }
.beta b { color: var(--acc); letter-spacing: .06em; }
.charts img { max-width: 100%; border: 1px solid var(--line); border-radius: 6px;
              margin: .5rem 0; }
.claims td:first-child { max-width: 22rem; }
.prov { font-size: .82rem; color: var(--mut); background: #f1f3f8;
        border-radius: 6px; padding: .8rem 1rem; overflow-x: auto; }
footer { margin-top: 3rem; font-size: .8rem; color: var(--mut);
         border-top: 1px solid var(--line); padding-top: 1rem; }
.diag { color: var(--mut); }
