:root{--ink:#172b36;--muted:#4e626e;--accent:#195d4c;--line:#d6e0e5;--paper:#f5f8fa}
*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;color:var(--ink);background:white;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:var(--accent);text-underline-offset:3px}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid #2479a0!important;outline-offset:3px}button,.button{min-height:44px;cursor:pointer}button:disabled{cursor:wait;opacity:.65}.skip-link{position:fixed;top:-100px;left:16px;z-index:1000;background:white;padding:12px}.skip-link:focus{top:10px}
.site-header{position:relative;height:auto;width:100%;background:white;border-bottom:1px solid var(--line);z-index:20}.header-container{max-width:1248px;padding:20px 24px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-size:1.2rem;color:var(--ink);font-weight:750;text-decoration:none;letter-spacing:-.035em;white-space:nowrap}.header-nav{display:flex;align-items:center;gap:26px}.header-nav a{font-size:.95rem;color:var(--ink);text-decoration:none}.header-nav a[aria-current=page]{color:var(--accent);text-decoration:underline;text-decoration-thickness:2px}.mobile-menu-toggle{display:none;border:1px solid var(--line);border-radius:6px;background:white;padding:6px 14px}
.shell{max-width:1160px;margin:auto;padding:44px 24px 64px}.narrow{max-width:820px}.eyebrow{text-transform:uppercase;font-size:.8rem;font-weight:700;letter-spacing:.1em;color:var(--accent);margin:0 0 10px}h1{font-size:clamp(2rem,4.6vw,3.1rem);line-height:1.14;letter-spacing:-.045em;font-weight:650;margin:0 0 20px}h2{font-size:1.4rem;line-height:1.3;letter-spacing:-.02em;margin:0 0 16px}h3{font-size:1.05rem;margin:0 0 8px}p{margin:0 0 18px}.intro{max-width:730px;color:var(--muted);font-size:1.1rem}.notice{border-left:3px solid var(--accent);padding:14px 18px;background:var(--paper);font-size:.93rem;color:var(--ink);margin:24px 0}.notice p:last-child{margin:0}.source-notice{max-width:1200px;margin:0 auto 24px}
.search-panel{border:1px solid var(--line);border-radius:10px;padding:26px;background:white;margin:28px 0}.search-fields{display:grid;grid-template-columns:2fr 1fr auto;gap:16px;align-items:end}.field{display:flex;flex-direction:column;gap:6px}label{font-weight:650;font-size:.9rem}input,select,textarea{border:1px solid #9eafb9;color:var(--ink);background:white;padding:11px 12px;border-radius:6px;min-width:0;width:100%}input::placeholder{color:#657984}.button,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:white;background:var(--accent);border:1px solid var(--accent);padding:11px 22px;border-radius:6px;text-decoration:none;font-weight:650}.button.secondary{color:var(--ink);background:white;border-color:var(--line)}.help{color:var(--muted);font-size:.9rem;margin:12px 0 0}.steps{border-top:1px solid var(--line);padding-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.steps p{color:var(--muted)}.step-number{display:block;color:var(--accent);font-size:.8rem;font-weight:750;margin-bottom:12px}.actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-weight:650;min-height:36px}details p{margin:12px 0 0}.advanced-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px 0 0}
.results-status{margin:22px 0;font-weight:650}.result-card{border:1px solid var(--line);border-radius:8px;padding:22px;margin:12px 0}.result-top{display:flex;justify-content:space-between;gap:20px}.result-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0}.result-card dt{color:var(--muted);font-size:.85rem}.result-card dd{margin:0;overflow-wrap:anywhere}.result-amount{color:var(--accent);font-weight:750;white-space:nowrap}
footer{border-top:1px solid var(--line);background:var(--paper);padding:32px 24px;color:var(--muted);font-size:.9rem}.footer-container{max-width:1160px;margin:auto;display:flex;justify-content:space-between;gap:32px}.footer-copy{max-width:660px}.footer-links{display:flex;gap:16px;flex-wrap:wrap;align-items:start}
.app{padding-top:0}.page-header{padding:36px 24px 10px}.page-title{font-size:2.25rem;color:var(--ink);font-family:inherit;text-align:left}.filters-section{padding:0 24px 24px}.filter-group label{font-size:.875rem}.filter-group input,.filter-group select{min-height:44px;font-size:1rem;font-family:inherit}.filter-group input::placeholder{color:#657984}.table-cell{font-family:inherit;font-size:.875rem}.table-header .table-cell{color:var(--muted)}.table-row:hover{background:var(--paper)}.status-bar{flex-wrap:wrap;gap:16px}.pagination-controls{flex-wrap:wrap}.page-btn,.view-toggle{min-height:44px;font-size:.875rem}#rows-per-page{width:auto}.spreadsheet-container{max-width:calc(100% - 48px);margin-inline:24px}.virtual-table{overflow-x:auto}.view-controls button[aria-pressed=true]{background:var(--accent);color:white}.btn-primary{background:var(--accent);border-color:var(--accent)}.loading{color:var(--muted)}[hidden]{display:none!important}
@media(max-width:760px){.header-container{padding:16px 20px;flex-wrap:wrap;gap:12px}.mobile-menu-toggle{display:block}.header-nav{display:none;flex-basis:100%;align-items:stretch;gap:4px}.header-nav.active{display:flex;flex-direction:column}.header-nav a{padding:10px 0}.shell{padding:30px 20px 44px}.search-panel{padding:20px}.search-fields,.advanced-fields,.steps{grid-template-columns:1fr}.steps{gap:16px}.footer-container{flex-direction:column;gap:12px}.result-card dl{grid-template-columns:1fr;gap:12px}.result-top{flex-direction:column;gap:4px}.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-actions{flex-wrap:wrap}.page-header,.filters-section{padding-inline:20px}.spreadsheet-container{max-width:calc(100% - 40px);margin-inline:20px}}
@media(max-width:400px){.filters-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Preserve readable column widths; the table scrolls instead of crushing text. */
.table-cell{flex-shrink:0}.table-header,.table-row{width:max-content;min-width:100%}.view-complete .table-cell{font-size:.875rem}.col-id{min-width:110px}.col-save{min-width:44px}.view-controls{align-items:center;flex-wrap:wrap}.view-controls select{width:auto}.page-header h1{display:block!important}

/* Keep the surrounding layout steady across short pages, long pages, and menus. */
html{scrollbar-gutter:stable;scroll-behavior:auto}
body{min-height:100vh;min-height:100svh;display:flex;flex-direction:column}
body>main{flex:1;width:100%;min-width:0}
.shell{margin-block:0;margin-inline:auto}
#header-placeholder{flex:none;position:relative;z-index:20}
#footer-placeholder{flex:none;margin-top:auto}
.site-header{view-transition-name:site-header}
.header-container{min-height:72px}
.header-nav a{min-height:44px;display:inline-flex;align-items:center}
.page-header{padding:44px 24px 0}
.page-header-container{max-width:1112px;margin-inline:auto}
.page-title{font-size:clamp(2rem,4.6vw,3.1rem);font-weight:650;line-height:1.14;margin:0 0 20px}
.page-description{max-width:730px;color:var(--muted);font-size:1.1rem;line-height:1.6;margin:0 0 18px}
.table-body{min-height:280px}
.table-body[aria-busy=true]{opacity:.65;transition:opacity 120ms ease}
.table-body:not([aria-busy=true]){opacity:1;transition:opacity 120ms ease}
@media(max-width:760px){
    .header-container{min-height:76px;flex-wrap:nowrap}
    .header-nav{position:absolute;inset:100% 0 auto;padding:12px 20px 18px;background:white;border-bottom:1px solid var(--line);box-shadow:0 12px 20px rgb(23 43 54 / 8%)}
    .header-nav a{padding:10px 0}
    .page-header{padding:30px 20px 0}
}
/* Native navigation keeps history, focus, deep links, and new-tab gestures intact. */
@media(prefers-reduced-motion:no-preference){
    @view-transition{navigation:auto}
    ::view-transition-group(*){animation-duration:120ms;animation-timing-function:ease-out}
    ::view-transition-old(root),::view-transition-new(root){animation-duration:120ms}
    ::view-transition-old(site-header){animation:none;opacity:0}
    ::view-transition-new(site-header){animation:none}
}

/* Uncover: live-site-inspired white canvas, dark navigation, bold type, and colorful emphasis. */
:root{--ink:#20252d;--muted:#59616b;--accent:#255b47;--line:#dedee2;--paper:#f7f8f9;--canvas:#ffffff;--purple:#8046c7;--orange:#b94f1a;--blue:#3563bd;--body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--display:var(--body)}
body{background:var(--canvas);font-family:var(--body);color:var(--ink)}
.site-header{background:#191919;border-bottom:1px solid #303030}
.header-container{max-width:1280px;padding-block:16px}
.logo{color:#fff;font-family:var(--body);font-size:1.65rem;font-weight:700;letter-spacing:-.05em}
.header-nav a{font-family:var(--body);font-size:.9rem;color:#f4f4f5}
.header-nav a:hover,.header-nav a[aria-current=page]{color:#d3b5f5;text-decoration:underline;text-underline-offset:6px}
.mobile-menu-toggle{background:#292929;color:white;border-color:#606060}
h1,.page-title{font-family:var(--display);font-weight:750;letter-spacing:-.045em;font-size:clamp(2rem,4.6vw,3.1rem);line-height:1.14}
h2{font-family:var(--display);font-weight:700;font-size:1.4rem;letter-spacing:-.025em}
h3{font-family:var(--body)}
.eyebrow{font-weight:600;letter-spacing:.13em;color:var(--muted)}
.search-panel,.result-card{border-color:var(--line);background:#fff;border-radius:12px;box-shadow:none}
input,select,textarea,.filter-group input,.filter-group select{font-family:var(--body);border-color:#9eafb9;background:#fff;color:var(--ink);border-radius:6px}
input::placeholder,.filter-group input::placeholder{color:#657984}
input:focus,select:focus,textarea:focus{border-color:var(--accent)}
:focus-visible{outline-color:#2479a0!important}
.button,button.primary,.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;font-family:var(--body);font-weight:600;border-radius:6px;transition:background-color 150ms ease}
.button:hover,button.primary:hover,.btn-primary:hover{background:#174432;border-color:#174432}
.button.secondary{background:transparent;color:var(--ink);border-color:#9eafb9}
.button.secondary:hover{background:var(--paper)}
.notice{background:var(--paper);border-left-color:var(--accent)}
.color-purple{color:var(--purple)}.color-orange{color:var(--orange)}.color-green{color:var(--accent)}.color-blue{color:var(--blue)}
.uncover-home .shell{max-width:1280px;padding:38px 32px 56px}
.home-hero h1{font-family:var(--display);font-size:clamp(3rem,6.2vw,5rem);font-weight:750;line-height:1.04;letter-spacing:-.05em;max-width:1200px;margin-bottom:22px}
.home-hero .intro{font-size:1.05rem;line-height:1.65;max-width:800px;margin-bottom:0;color:var(--muted)}
.home-hero .search-panel{margin:28px 0 16px;background:transparent;border:0;border-radius:0;padding:0;color:var(--ink);box-shadow:none}
.home-hero .search-fields{grid-template-columns:1.5fr 1fr auto;gap:16px}
.home-hero label{font-size:.875rem;font-weight:650;color:var(--ink)}
.home-hero input{background:#fff;border-color:#9eafb9;min-height:50px}
.home-hero .primary{background:#191919;border-color:#191919;color:white;min-height:50px;gap:24px;font-weight:700}
.home-hero .primary:hover{background:#353535;border-color:#353535}
.home-hero .help{font-size:.8rem;line-height:1.6;color:var(--muted);margin-top:14px}
.home-hero .actions{justify-content:space-between;font-size:.875rem;gap:12px}
.home-hero .actions a{font-weight:600}
.search-reassurance{color:var(--muted)}
.home-source.notice{border:0;background:none;padding:0;font-size:.8rem;line-height:1.6;color:var(--muted);margin:16px 0 32px;max-width:1080px}
.discovery-story{border-top:1px solid #191919;margin-top:32px}
.story-row{display:block;border-bottom:1px solid #191919;padding:30px 0 32px}
.story-row h2{font-family:var(--display);font-weight:750;font-size:clamp(2rem,4.1vw,3.4rem);line-height:1.13;letter-spacing:-.045em;margin:0 0 14px;max-width:none}
.story-row p{font-size:1rem;line-height:1.65;color:var(--muted);margin:0;max-width:850px}
.example-section{display:block;padding:88px 0 72px}
.example-copy{text-align:center;max-width:1050px;margin:0 auto 42px}.example-copy h2{font-family:var(--display);font-weight:750;font-size:clamp(2rem,4.3vw,3.6rem);line-height:1.12;letter-spacing:-.045em;margin-bottom:20px}
.example-copy>p{color:var(--muted);font-size:1.1rem;max-width:720px;margin:0 auto}
.example-record{max-width:940px;margin:0 auto;padding:32px 40px;border:1px solid var(--line);border-radius:18px;background:white;box-shadow:0 12px 48px #20252d09}
.example-label{font-size:.8rem;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:22px}
.example-record-top{display:flex;justify-content:space-between;gap:16px;align-items:baseline;flex-wrap:wrap}
.example-record h3{font-size:1.65rem;font-weight:600;letter-spacing:-.025em;margin:0}
.example-amount{color:var(--accent);font-family:var(--display);font-size:2.7rem;font-weight:750;letter-spacing:-.03em}
.example-location{color:var(--muted);font-size:.9rem;margin:6px 0 24px}
.example-record dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:8px 0 28px}
.example-record dt{font-size:.8rem;color:var(--muted)}
.example-record dd{font-size:.95rem;margin:4px 0 0}
.example-note{border-top:1px solid var(--line);padding-top:16px;font-size:.8rem;line-height:1.6;color:var(--muted);margin:0}
.official-handoff{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:28px}
.official-handoff p{margin:0;color:var(--muted)}
footer{background:var(--paper);color:var(--muted);border-top:1px solid var(--line);padding-block:32px}
footer a{color:var(--accent)}
.footer-copy strong{color:var(--ink);font-size:1.1rem;letter-spacing:-.035em}
.table-header{background:var(--paper)}
.table-row:hover{background:var(--paper)}
.filter-group label,.table-cell,.status-bar,.page-btn,.view-toggle{font-family:var(--body)}
.view-controls button[aria-pressed=true]{background:var(--accent);color:white}
.result-amount{font-variant-numeric:tabular-nums}

@media(max-width:760px){
.header-nav{background:#191919;border-bottom-color:#404040}
.uncover-home .shell{padding:28px 20px 44px}
.home-hero h1{font-size:clamp(2.5rem,8.4vw,3.8rem);letter-spacing:-.04em}
.home-hero .intro{font-size:1rem}
.desktop-break{display:none}
.home-hero .search-panel{padding:0;margin-top:24px}
.home-hero .search-fields{grid-template-columns:1fr}
.home-hero .primary{justify-content:space-between}
.home-source.notice{margin-bottom:28px}
.story-row{padding:26px 0}
.story-row h2{font-size:2rem}
.example-section{padding:52px 0 44px}
.example-record{padding:22px}
}
@media(prefers-reduced-motion:reduce){.button,button.primary,.btn-primary{transition:none}}

/* The example is explanatory, with no simulated interactive controls. */
.example-balance{display:flex;flex-direction:column;align-items:flex-end;gap:0}
.example-balance-label{font-size:.8rem;color:var(--muted)}
.example-context{max-width:940px;margin:32px auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.example-context h3{font-size:1rem;margin-bottom:8px}
.example-context p{font-size:.95rem;color:var(--muted);line-height:1.65;margin:0}
.example-search{display:flex;width:fit-content;margin:36px auto 0;background:#191919;border-color:#191919}
.example-search:hover{background:#353535;border-color:#353535}
.example-record dd{overflow-wrap:anywhere}
@media(max-width:760px){
.example-record dl,.example-context{grid-template-columns:1fr;gap:20px}
.example-context{padding-inline:4px}
.example-record-top{gap:12px}
.example-record h3{font-size:1.4rem}
.example-amount{font-size:2rem}
.example-copy{margin-bottom:28px}
.example-copy>p{font-size:1rem}
.example-balance{align-items:flex-start}
}

/* Keep the document within its scroll boundaries during trackpad/touch gestures. */
html,body{overscroll-behavior-y:none}

/* Shared account navigation remains usable before JavaScript loads. */
.header-nav [hidden]{display:none!important}.header-nav [data-auth-entry=signup]{border:1px solid #777;border-radius:6px;padding:8px 12px}.header-nav [data-global-signout]{font:inherit;color:inherit;border:0;background:transparent;cursor:pointer}

/* This anchor is displayed by the homepage stylesheet only. */
.home-nav-link{display:none!important}

/* Shared, complete site directory: ordinary links work without scripting. */
.site-footer .footer-container{display:block}
.footer-directory{display:grid;grid-template-columns:1fr 1.35fr 1fr .8fr;gap:40px;padding:12px 0 40px}
.footer-link-group{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.footer-link-group h2{font-family:inherit;font-size:12px;font-weight:650;letter-spacing:.04em;margin:0 0 14px;color:var(--ink)}
.footer-link-group a{display:flex;align-items:center;min-height:40px;font-size:13px;line-height:1.5;padding:7px 0;color:inherit;text-decoration:none}
.footer-link-group a:hover,.footer-link-group a[aria-current=page]{text-decoration:underline;text-underline-offset:4px}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;border-top:1px solid var(--line);padding-top:26px}
.footer-home{white-space:nowrap;display:inline-flex;align-items:center;min-height:40px;font-size:12px}
@media(max-width:760px){.footer-directory{grid-template-columns:1fr 1fr;column-gap:32px;row-gap:30px;padding:8px 0 32px}.footer-link-group a{min-height:44px;font-size:12px}.footer-link-group h2{margin-bottom:10px}.footer-bottom{flex-direction:column;gap:8px}}
@media(max-width:360px){.footer-directory{column-gap:20px}.footer-link-group a{font-size:11px}}
