:root{color-scheme:light;--color-bg: #f4f7f8;--color-surface: #ffffff;--color-surface-muted: #eef5f6;--color-navy: #071827;--color-navy-soft: #123047;--color-text: #17212b;--color-muted: #5d6b78;--color-border: #d9e3e8;--color-border-strong: #b8c9d2;--color-blue: #226c9f;--color-blue-soft: #e5f1f7;--color-teal: #14877f;--color-teal-soft: #e2f5f2;--color-slate: #496579;--color-amber: #946500;--color-amber-soft: #fff4d7;--color-red: #a23c3c;--color-red-soft: #fde8e8;--color-green: #25735a;--color-green-soft: #e5f3ed;--shadow-card: 0 10px 30px rgb(7 24 39 / .06);--radius-card: 8px;--radius-control: 6px;--container: 1120px;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--color-bg);font-family:var(--font-sans);line-height:1.5;text-size-adjust:100%}body{min-width:320px;margin:0;color:var(--color-text);background:var(--color-bg)}main{min-height:60vh}a{color:var(--color-blue);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--color-navy)}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}h1,.h1{max-width:13ch;margin-bottom:1rem;color:var(--color-navy);font-size:3.35rem;line-height:1.04;letter-spacing:0}h2,.h2{color:var(--color-navy);font-size:2rem;line-height:1.18;letter-spacing:0}h3,.h3{color:var(--color-navy);font-size:1.18rem;line-height:1.28;letter-spacing:0}p{color:var(--color-muted)}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.page-section{padding:3.5rem 0}.page-section--tight{padding:2rem 0}.surface-band{background:var(--color-surface);border-block:1px solid var(--color-border)}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{height:100%;padding:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.card--muted{background:var(--color-surface-muted);box-shadow:none}.card--accent{border-top:4px solid var(--color-teal)}.card__meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1rem;color:#fff;font-weight:700;text-decoration:none;background:#111;border:1px solid #111111;border-radius:var(--radius-control);cursor:pointer}.button:hover{color:#fff;background:var(--color-navy);border-color:var(--color-navy)}.button--secondary{color:var(--color-navy);background:var(--color-surface);border-color:var(--color-border-strong)}.button--secondary:hover{color:var(--color-navy);background:var(--color-blue-soft)}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.site-logo{display:inline-flex;align-items:center;gap:.65rem;color:var(--color-navy);font-weight:800;text-decoration:none}.site-logo__mark{display:grid;width:34px;height:34px;place-items:center;color:var(--color-navy);background:var(--color-teal-soft);border:1px solid #b7ded9;border-radius:8px}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav a{color:var(--color-slate);font-size:.94rem;font-weight:700;text-decoration:none}.site-nav a:hover{color:var(--color-navy)}.site-footer{color:#dce7ed;background:var(--color-navy)}.site-footer a{color:#dce7ed;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.site-footer__inner{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;padding:3rem 0}.site-footer h2,.site-footer h3,.site-footer p{color:inherit}.site-footer ul{display:grid;gap:.55rem;padding:0;margin:0;list-style:none}.site-footer__bottom{padding:1.2rem 0;color:#b8c9d2;border-top:1px solid rgb(255 255 255 / .14)}.breadcrumbs{padding:1.2rem 0 0;color:var(--color-muted);font-size:.92rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;list-style:none}.breadcrumbs li:not(:last-child):after{padding-left:.45rem;color:var(--color-border-strong);content:"/"}.hero{padding:4rem 0 3rem}.hero__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:2rem;align-items:center}.hero__content{max-width:680px}.hero__description{max-width:62ch;font-size:1.12rem}.eyebrow{margin-bottom:.65rem;color:var(--color-teal);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.section-header p{max-width:62ch;margin-bottom:0}.search-panel{padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.search-form{display:grid;grid-template-columns:1fr auto;gap:.75rem}.search-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.search-form input{min-height:48px;width:100%;padding:0 .9rem;color:var(--color-text);background:#fff;border:1px solid var(--color-border-strong);border-radius:var(--radius-control)}.search-form input:focus{outline:3px solid #bde4ee;outline-offset:1px;border-color:var(--color-blue)}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.trust-strip__item{display:grid;gap:.2rem;padding:.75rem;background:var(--color-surface-muted);border-radius:var(--radius-control)}.trust-strip__label{color:var(--color-navy);font-weight:800}.trust-strip__text{margin:0;font-size:.92rem}.status-chip,.source-badge,.last-updated{display:inline-flex;align-items:center;min-height:28px;padding:.24rem .55rem;color:var(--color-slate);font-size:.82rem;font-weight:800;background:#eef2f4;border:1px solid #d4dde3;border-radius:999px}.status-chip--positive{color:var(--color-green);background:var(--color-green-soft);border-color:#bfe1d4}.status-chip--caution{color:var(--color-amber);background:var(--color-amber-soft);border-color:#efd389}.status-chip--alert{color:var(--color-red);background:var(--color-red-soft);border-color:#f0bbbb}.source-badge{color:var(--color-blue);background:var(--color-blue-soft);border-color:#c6dceb}.table-wrap{overflow-x:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card)}.data-table{width:100%;min-width:720px;border-collapse:collapse}.data-table th,.data-table td{padding:.95rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--color-border)}.data-table th{color:var(--color-navy);font-size:.82rem;font-weight:800;background:#f7fafb}.data-table tr:last-child td{border-bottom:0}.mobile-list{display:none;gap:.85rem}.mobile-list__item{padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card)}.mobile-list__row{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0;border-bottom:1px solid var(--color-border)}.mobile-list__row:last-child{border-bottom:0}.mobile-list__label{color:var(--color-muted);font-size:.84rem;font-weight:800}.callout{padding:1rem;background:var(--color-blue-soft);border:1px solid #c6dceb;border-left:4px solid var(--color-blue);border-radius:var(--radius-card)}.callout--caution{background:var(--color-amber-soft);border-color:#efd389;border-left-color:var(--color-amber)}.callout h2,.callout h3,.callout p:last-child{margin-bottom:0}.metric{display:grid;gap:.3rem}.metric__value{color:var(--color-navy);font-size:1.75rem;font-weight:850}.metric__label{color:var(--color-muted);font-size:.9rem;font-weight:750}.link-card{display:grid;gap:.55rem;color:inherit;text-decoration:none}.link-card:hover{color:inherit;border-color:var(--color-blue)}.profile-preview{display:grid;gap:1rem}.profile-preview__header,.profile-preview__footer{display:flex;align-items:start;justify-content:space-between;gap:.85rem}.profile-preview__header h3,.profile-preview__id,.profile-preview__summary{margin-bottom:0}.profile-preview__id{margin-top:.25rem;color:var(--color-slate);font-size:.92rem;font-weight:750}.profile-preview__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.profile-preview__meta{display:flex;flex-wrap:wrap;gap:.5rem}.profile-preview__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.profile-preview__facts div,.fact-list div,.source-detail-grid div{padding:.7rem;background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-control)}.profile-preview__facts dt,.fact-list dt,.source-detail-grid dt{color:var(--color-muted);font-size:.78rem;font-weight:800}.profile-preview__facts dd,.fact-list dd,.source-detail-grid dd{margin:.15rem 0 0;color:var(--color-navy);font-weight:750;overflow-wrap:anywhere}.fact-list{display:grid;gap:.65rem;margin:1rem 0}.source-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1rem 0}.source-detail-grid--compact{grid-template-columns:1fr;margin-bottom:0}.system-identity-card{align-self:stretch}.report-summary{display:grid;gap:.75rem}.report-summary .button{justify-self:start}.source-note{padding-top:.65rem;margin-bottom:0;color:var(--color-slate);font-size:.92rem;border-top:1px solid var(--color-border)}.record-list{display:grid;gap:.85rem;padding:0;margin:0;list-style:none}.record-list__item{padding:.95rem;background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-card)}.record-list__item h3{margin-bottom:.4rem}.two-column{display:grid;grid-template-columns:minmax(0,.7fr) minmax(280px,.3fr);gap:1.25rem;align-items:start}.stack{display:grid;gap:1rem}.plain-list{display:grid;gap:.7rem;padding:0;margin:0;list-style:none}.plain-list li{padding-bottom:.7rem;border-bottom:1px solid var(--color-border)}.plain-list li:last-child{padding-bottom:0;border-bottom:0}@media(max-width:900px){h1,.h1{max-width:15ch;font-size:2.45rem}.site-header__inner,.site-nav,.section-header,.button-row{align-items:stretch}.site-header__inner{flex-direction:column;padding:.85rem 0}.site-nav{flex-wrap:wrap;justify-content:center}.hero__inner,.two-column,.grid--2,.grid--3,.grid--4,.profile-preview__facts,.source-detail-grid,.site-footer__inner,.trust-strip{grid-template-columns:1fr}.profile-preview__header,.profile-preview__footer{display:grid}.profile-preview__badges{justify-content:flex-start}.section-header{display:grid}}@media(max-width:640px){.container{width:min(100% - 1rem,var(--container))}.page-section{padding:2.25rem 0}.hero{padding:2.5rem 0}.search-form{grid-template-columns:1fr}.table-wrap{display:none}.mobile-list{display:grid}.button{width:100%}}
