:root{--bg:#f6f8fb;--surface:#fff;--surface-2:#f9fafc;--surface-sunk:#f1f4f9;--ink:#0d1220;--ink-2:#414d63;--ink-3:#6b7891;--ink-4:#9aa5ba;--rule:#e4e9f2;--rule-strong:#d2dae7;--accent:#2f5bea;--accent-hover:#2449c8;--accent-soft:#eaf0fe;--accent-ink:#fff;--ok:#0f8a55;--ok-soft:#e6f6ee;--bad:#d0342c;--bad-soft:#fdecea;--warn:#b06f00;--warn-soft:#fdf2df;--focus:#2f5bea;--shadow-1:0 1px 2px #0d12200d, 0 1px 3px #0d12200a;--shadow-2:0 4px 12px #0d122012, 0 1px 3px #0d12200d;--radius:8px;--radius-lg:12px;--font-ui:"Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;--sidebar-w:240px;--topbar-h:60px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b0e14;--surface:#131826;--surface-2:#171d2d;--surface-sunk:#1b2233;--ink:#e9edf6;--ink-2:#b3bcd0;--ink-3:#8492ad;--ink-4:#626f8a;--rule:#232b3d;--rule-strong:#313b52;--accent:#6b8dff;--accent-hover:#86a2ff;--accent-soft:#1a2340;--accent-ink:#070b14;--ok:#34c98a;--ok-soft:#10281f;--bad:#f0645b;--bad-soft:#2a1616;--warn:#e0a53c;--warn-soft:#2a2113;--focus:#6b8dff;--shadow-1:0 1px 2px #00000059;--shadow-2:0 6px 18px #00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-ui);font-feature-settings:"cv11", "ss01";-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.5}h1,h2,h3,p,figure{margin:0}button,input,select{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:4px}code{font-family:var(--font-mono);font-size:.92em}.num,.stat-value,table.grid td.num,table.grid th.num,.mono,.cell-sub{font-variant-numeric:tabular-nums lining-nums}.shell{grid-template-columns:var(--sidebar-w) minmax(0, 1fr);min-height:100%;display:grid}.shell>aside{background:var(--surface);border-right:1px solid var(--rule);flex-direction:column;align-self:start;height:100vh;padding:18px 0 16px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.01em;align-items:center;gap:9px;padding:0 18px 18px;font-size:15px;font-weight:600;display:flex}.brand:before{content:"";background:linear-gradient(140deg, var(--accent), #7aa0ff);width:22px;height:22px;box-shadow:var(--shadow-1);border-radius:6px}.shell nav{flex-direction:column;gap:2px;padding:6px 10px 0;display:flex;overflow-y:auto}.nav-label{letter-spacing:.07em;text-transform:uppercase;color:var(--ink-4);padding:14px 8px 5px;font-size:10.5px;font-weight:600}.nav{border-radius:var(--radius);color:var(--ink-2);padding:8px 10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background-color .12s,color .12s;display:block}.nav:hover{background:var(--surface-sunk);color:var(--ink)}.nav.active{background:var(--accent);color:var(--accent-ink);box-shadow:var(--shadow-1)}.nav.disabled{color:var(--ink-4);cursor:default;justify-content:space-between;align-items:center;font-weight:400;display:flex}.nav.disabled:hover{color:var(--ink-4);background:0 0}.nav.disabled:after{content:"Soon";letter-spacing:.04em;color:var(--ink-4);background:var(--surface-sunk);border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:600}.shell>main{flex-direction:column;min-width:0;display:flex}.shell header{z-index:20;height:var(--topbar-h);background:color-mix(in srgb, var(--bg) 82%, transparent);-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);border-bottom:1px solid var(--rule);justify-content:flex-end;align-items:center;gap:14px;padding:0 26px;display:flex;position:sticky;top:0}.who{align-items:center;gap:9px;font-size:13px;display:flex}.who strong{font-weight:550}.avatar{background:var(--accent);width:28px;height:28px;color:var(--accent-ink);border-radius:50%;place-items:center;font-size:11px;font-weight:600;display:grid}.role-chip{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);background:var(--surface-sunk);border-radius:5px;padding:2px 6px;font-size:10.5px;font-weight:600}.content{width:100%;max-width:1600px;padding:24px 26px 60px}.page-head{margin-bottom:18px}h1{letter-spacing:-.02em;font-size:22px;font-weight:600}.page-sub{max-width:78ch;color:var(--ink-3);margin-top:4px;font-size:13px}h2{letter-spacing:-.005em;color:var(--ink);margin:26px 0 12px;font-size:13px;font-weight:600}.card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.card-head{border-bottom:1px solid var(--rule);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;display:flex}.card-head h3{font-size:13.5px;font-weight:600}.card-head .note{margin-top:2px}.card-body{padding:18px}.filters{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);flex-wrap:wrap;align-items:flex-end;gap:10px 12px;margin-bottom:18px;padding:14px 16px;display:flex}.filters label{color:var(--ink-3);flex-direction:column;gap:5px;font-size:11px;font-weight:500;display:flex}.filters label:has(input[type=checkbox]){cursor:pointer;color:var(--ink-2);flex-direction:row;align-self:center;align-items:center;gap:7px;padding-bottom:8px}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),select{background:var(--surface);height:34px;color:var(--ink);border:1px solid var(--rule-strong);border-radius:var(--radius);min-width:132px;padding:0 10px;font-size:13px;transition:border-color .12s,box-shadow .12s}input:hover:not(:disabled),select:hover:not(:disabled){border-color:var(--ink-4)}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}input:disabled,select:disabled{background:var(--surface-sunk);color:var(--ink-4);cursor:not-allowed}input[type=checkbox]{width:15px;min-width:0;height:15px;accent-color:var(--accent);cursor:pointer}input[type=number]{appearance:textfield}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}button{background:var(--surface);height:34px;color:var(--ink);border:1px solid var(--rule-strong);border-radius:var(--radius);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-1);padding:0 14px;font-size:13px;font-weight:550;transition:background-color .12s,border-color .12s,transform 60ms}button:hover:not(:disabled){background:var(--surface-sunk);border-color:var(--ink-4)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}button.link{height:auto;box-shadow:none;color:var(--accent);text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:550;text-decoration:underline}button.link:hover:not(:disabled){background:0 0}.segmented{background:var(--surface-sunk);border:1px solid var(--rule);border-radius:var(--radius);gap:2px;padding:2px;display:inline-flex}.segmented button{height:26px;box-shadow:none;color:var(--ink-3);background:0 0;border:none;border-radius:6px;padding:0 11px;font-size:12px;font-weight:550}.segmented button:hover:not(:disabled){color:var(--ink);background:0 0}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-1)}.spacer{flex:1}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:15px 16px 16px;transition:box-shadow .15s,transform .15s;animation:.34s cubic-bezier(.2,.7,.3,1) backwards rise}.stat-card:hover{box-shadow:var(--shadow-2);transform:translateY(-1px)}.stat-card:first-child{animation-delay:20ms}.stat-card:nth-child(2){animation-delay:60ms}.stat-card:nth-child(3){animation-delay:.1s}.stat-card:nth-child(4){animation-delay:.14s}.stat-card:nth-child(5){animation-delay:.18s}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.stat-label{color:var(--ink-3);align-items:center;gap:6px;margin-bottom:8px;font-size:11.5px;font-weight:550;display:flex}.stat-label:before{content:"";background:var(--ink-4);border-radius:2px;flex:none;width:6px;height:6px}.stat-card.is-accent .stat-label:before{background:var(--accent)}.stat-card.is-ok .stat-label:before{background:var(--ok)}.stat-card.is-warn .stat-label:before{background:var(--warn)}.stat-card.is-bad .stat-label:before{background:var(--bad)}.stat-value{letter-spacing:-.025em;overflow-wrap:anywhere;font-size:25px;font-weight:600;line-height:1.15}.stat-sub{color:var(--ink-3);margin-top:5px;font-size:11.5px}.pill{white-space:nowrap;border-radius:100px;align-items:center;gap:5px;padding:2px 8px 2px 6px;font-size:11px;font-weight:600;display:inline-flex}.pill:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.pill.ok{background:var(--ok-soft);color:var(--ok)}.pill.bad{background:var(--bad-soft);color:var(--bad)}.pill.warn{background:var(--warn-soft);color:var(--warn)}.pill.neutral{background:var(--surface-sunk);color:var(--ink-3)}.table-wrap{background:var(--surface);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);overflow:hidden}.table-scroll{overflow-x:auto}table.grid{border-collapse:collapse;width:100%;font-size:13px}table.grid thead th{z-index:1;background:var(--surface-2);text-align:left;white-space:nowrap;border-bottom:1px solid var(--rule);color:var(--ink-3);padding:10px 14px;font-size:11px;font-weight:600;position:sticky;top:0}table.grid tbody td{border-bottom:1px solid var(--rule);vertical-align:middle;white-space:nowrap;padding:10px 14px}table.grid tbody tr:last-child td{border-bottom:none}table.grid tbody tr:hover td{background:var(--surface-2)}table.grid td.num,table.grid th.num{text-align:right}table.grid td.mono,.mono{font-family:var(--font-mono);color:var(--ink-2);font-size:12px}table.grid td.strong{font-weight:600}table.grid td.muted,.muted{color:var(--ink-4)}table.grid .sticky{z-index:2;background:var(--surface);border-right:1px solid var(--rule);text-overflow:ellipsis;max-width:250px;font-weight:550;position:sticky;left:0;overflow:hidden}table.grid thead .sticky{z-index:3;background:var(--surface-2)}table.grid tbody tr:hover .sticky{background:var(--surface-2)}.cell-sub{color:var(--ink-4);margin-top:1px;font-size:10.5px}.table-foot{border-top:1px solid var(--rule);background:var(--surface-2);color:var(--ink-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:11px 14px;font-size:12.5px;display:flex}.pager{align-items:center;gap:10px;display:flex}.pager span{color:var(--ink-3);font-size:12px}.result-count{color:var(--ink-2);font-size:12.5px}.result-count strong{color:var(--ink);font-weight:600}.chart-card{margin-bottom:12px}.chart-body{padding:8px 8px 4px}.legend{color:var(--ink-3);flex-wrap:wrap;align-items:center;gap:14px;font-size:12px;display:flex}.legend i{align-items:center;gap:6px;font-style:normal;display:inline-flex}.legend i:before{content:"";background:currentColor;border-radius:3px;width:9px;height:9px}.legend .k-ok{color:var(--ok)}.legend .k-bad{color:var(--bad)}.legend .k-acc{color:var(--accent)}.recharts-cartesian-axis-tick text{fill:var(--ink-4);font-size:11px}.recharts-cartesian-grid line{stroke:var(--rule)}.chart-tip{background:var(--surface);border:1px solid var(--rule-strong);border-radius:var(--radius);box-shadow:var(--shadow-2);padding:9px 11px;font-size:12px}.chart-tip .k{color:var(--ink-3);margin-right:10px}.chart-tip .v{font-variant-numeric:tabular-nums;font-weight:600}.chart-tip div+div{margin-top:3px}.meter{background:var(--bad-soft);border-radius:100px;height:7px;margin-top:10px;overflow:hidden}.meter>span{background:var(--ok);border-radius:100px;height:100%;display:block}.note{color:var(--ink-3);font-size:12.5px;line-height:1.55}.note code{background:var(--surface-sunk);border-radius:4px;padding:1px 5px}.callout{background:var(--warn-soft);border:1px solid color-mix(in srgb, var(--warn) 24%, transparent);border-radius:var(--radius);color:var(--ink-2);gap:11px;margin:14px 0;padding:13px 15px;font-size:13px;display:flex}.callout strong{color:var(--ink);font-weight:600}.callout p+p{margin-top:6px}.error-banner{background:var(--bad-soft);border:1px solid color-mix(in srgb, var(--bad) 26%, transparent);border-radius:var(--radius);color:var(--bad);margin:14px 0;padding:11px 15px;font-size:13px}.empty{text-align:center;color:var(--ink-3);padding:46px 24px}.empty h3{color:var(--ink);margin-bottom:6px;font-size:15px;font-weight:600}.loading{text-align:center;color:var(--ink-3);padding:36px;font-size:13px}.login-wrap{background:radial-gradient(900px 460px at 50% -10%, var(--accent-soft), transparent 60%), var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--surface);border:1px solid var(--rule);width:100%;max-width:376px;box-shadow:var(--shadow-2);border-radius:14px;padding:28px;animation:.4s cubic-bezier(.2,.7,.3,1) backwards rise}.login-card .brand{padding:0 0 18px}.login-card h1{margin-bottom:3px;font-size:18px}.login-card .page-sub{margin-bottom:18px}.login-card label{color:var(--ink-3);margin-bottom:5px;font-size:11.5px;font-weight:550;display:block}.login-card input{width:100%;height:38px;margin-bottom:14px}.login-card button[type=submit]{width:100%;height:40px;margin-top:4px}@media (width<=900px){.shell{grid-template-columns:1fr}.shell>aside{border-right:none;border-bottom:1px solid var(--rule);height:auto;position:static}.shell nav{flex-flow:wrap;gap:4px;padding-bottom:12px}.nav-label{display:none}.content{padding:18px 14px 40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}table.grid td.heat-1{background:color-mix(in srgb, var(--accent) 6%, var(--surface))}table.grid td.heat-2{background:color-mix(in srgb, var(--accent) 14%, var(--surface))}table.grid td.heat-3{background:color-mix(in srgb, var(--accent) 25%, var(--surface))}table.grid td.heat-4{background:color-mix(in srgb, var(--accent) 38%, var(--surface))}table.grid td.heat-5{background:color-mix(in srgb, var(--accent) 52%, var(--surface))}table.grid tbody tr:hover td.heat-1,table.grid tbody tr:hover td.heat-2,table.grid tbody tr:hover td.heat-3,table.grid tbody tr:hover td.heat-4,table.grid tbody tr:hover td.heat-5{filter:brightness(.96)}.heat-legend{color:var(--ink-3);align-items:center;gap:4px;font-size:11.5px;display:flex}.heat-legend i{border:1px solid var(--rule);border-radius:3px;width:17px;height:11px}.heat-legend span:first-child{margin-right:3px}.heat-legend span:last-child{margin-left:3px}.heat-legend i.heat-1{background:color-mix(in srgb, var(--accent) 6%, var(--surface))}.heat-legend i.heat-2{background:color-mix(in srgb, var(--accent) 14%, var(--surface))}.heat-legend i.heat-3{background:color-mix(in srgb, var(--accent) 25%, var(--surface))}.heat-legend i.heat-4{background:color-mix(in srgb, var(--accent) 38%, var(--surface))}.heat-legend i.heat-5{background:color-mix(in srgb, var(--accent) 52%, var(--surface))}.modal-backdrop{z-index:60;background:#0b12208c;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--surface);width:min(720px,100%);color:var(--ink);border:1px solid var(--rule);border-radius:var(--radius-lg);flex-direction:column;max-height:calc(100vh - 80px);display:flex;box-shadow:0 28px 70px #0b12204d}.modal.wide{width:min(1040px,100%)}.modal-head{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 24px 16px;display:flex}.modal-head h2{letter-spacing:-.015em;font-size:16px;font-weight:600}.modal-head .note{max-width:62ch;margin-top:5px}.modal-body{padding:22px 24px 24px;overflow-y:auto}.modal-body>*+*{margin-top:18px}.modal-row{flex-wrap:wrap;align-items:flex-end;gap:14px 18px;display:flex}.modal-row label{color:var(--ink-3);flex-direction:column;flex:200px;gap:6px;min-width:0;font-size:11px;font-weight:500;display:flex}.modal-row label.grow{flex:2 300px}.modal-row input,.modal-row select{width:100%}.modal-actions{border-top:1px solid var(--rule);background:var(--surface);justify-content:flex-end;gap:10px;margin-bottom:-24px;padding:18px 0 24px;display:flex;position:sticky;bottom:-24px}.modal-close{color:var(--ink-3);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:2px 8px;font-size:20px;line-height:1}.modal-close:hover{color:var(--ink);background:var(--surface-sunk)}.doc-checklist{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;display:grid}.doc-chip{border:1px solid var(--rule);background:var(--surface-sunk);border-radius:8px;align-items:center;gap:8px;padding:9px 11px;font-size:12px;display:flex}.doc-chip .dot{border-radius:50%;flex:none;width:7px;height:7px}.doc-chip.held .dot{background:var(--ok)}.doc-chip.absent .dot{background:var(--bad)}.doc-chip.optional .dot{background:var(--ink-4)}.doc-chip .count{color:var(--ink-4);margin-left:auto;font-size:11px}.txn-card{border:1px solid var(--rule);border-radius:var(--radius-lg);background:var(--surface-sunk);padding:14px 16px}.facts{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px 20px;display:grid}.fact{flex-direction:column;gap:3px;min-width:0;display:flex}.fact-label{letter-spacing:.04em;text-transform:uppercase;color:var(--ink-4);font-size:10.5px;font-weight:500}.fact-value{color:var(--ink);overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:1.4}.fact.wide{grid-column:1/-1}.facts-more{border-top:1px solid var(--rule);margin-top:14px;padding-top:12px}.facts-more>summary{cursor:pointer;color:var(--ink-3);align-items:center;gap:6px;font-size:12px;list-style:none;display:flex}.facts-more>summary::-webkit-details-marker{display:none}.facts-more>summary:before{content:"▸";color:var(--ink-4);font-size:10px}.facts-more[open]>summary:before{content:"▾"}.facts-more>summary:hover{color:var(--ink)}.facts-more .facts{margin-top:12px}.bulk-rows{flex-direction:column;gap:10px;display:flex}.bulk-row{border:1px solid var(--rule);border-radius:var(--radius-lg);background:var(--surface-sunk);padding:12px 14px}.bulk-row-main{flex-wrap:wrap;align-items:flex-end;gap:10px 14px;display:flex}.bulk-row-main label{color:var(--ink-3);flex-direction:column;flex:200px;gap:6px;min-width:0;font-size:11px;font-weight:500;display:flex}.bulk-row-main label:last-of-type{flex:0 160px}.bulk-row-main label.narrow{flex:0 90px}.bulk-row-main input{width:100%}.bulk-row-txn{border-top:1px solid var(--rule);flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:10px;padding-top:10px;font-size:12.5px;display:flex}.bulk-row-msg{margin-top:8px;font-size:12px}.bulk-row-msg.warn{color:var(--ink-2)}.bulk-row-msg.bad{color:var(--bad)}.row-actions{align-items:center;gap:2px;display:flex}.icon-btn{width:28px;height:28px;color:var(--ink-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex;position:relative}.icon-btn:hover:not(:disabled){background:var(--surface-sunk);border-color:var(--rule);color:var(--ink)}.icon-btn:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.icon-btn:disabled{color:var(--ink-4);cursor:not-allowed;opacity:.55}.icon-btn.is-bad:hover:not(:disabled){color:var(--bad)}.icon-count{background:var(--accent);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:13px;height:13px;padding:0 3px;font-size:9px;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:1px;right:0}.merchant-names{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:320px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}
