:root{color:#172936;background:#f4f4ed;font-family:ui-rounded,Avenir Next,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea{min-height:44px}.shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}aside{background:#123431;color:#eaf0e9;padding:32px;display:flex;flex-direction:column}.sidebar{position:sticky;top:0;height:100vh}.content{padding:clamp(28px,5vw,72px);max-width:1100px;width:100%}.payment-content{max-width:1280px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;color:#5e8077}aside .eyebrow{color:#a8c8bd}h1,h2,h3,p{margin-top:0}h1{font-size:2.2rem;line-height:.96}h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.06em;margin-bottom:8px}h3{font-size:1.1rem}nav{display:grid;gap:10px;margin-top:64px}.nav-item{width:100%;text-align:left;background:transparent;border-color:transparent;color:#d4e2dc}.nav-item:hover,.nav-item[aria-current=page]{background:#d9e9db;color:#123431}.signout{margin-top:auto;background:none;color:#eaf0e9;border-color:#6d9185}.content header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.list{margin-top:38px;border-top:1px solid #bfc7bd}.application{width:100%;display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:16px;text-align:left;padding:22px 0;border:0;border-bottom:1px solid #bfc7bd;background:transparent;color:inherit}.application:hover strong{text-decoration:underline}.application span,.application small,.application time{color:#5c6c65}.review{position:fixed;z-index:2;right:0;top:0;width:min(520px,100vw);height:100vh;overflow:auto;background:#fffdf6;color:#172936;box-shadow:-16px 0 60px #12343133}.reconciliation-detail{width:min(680px,100vw)}.close,.quiet{background:transparent;border-color:#8da198;color:inherit}.evidence{display:grid;text-align:left;width:100%;margin:8px 0;background:#eff3e9;color:#172936}.evidence small{color:#5c6c65;margin-top:3px}label{display:grid;gap:7px;margin:18px 0;font-weight:700}input,textarea{font:inherit;padding:12px;border:1px solid #8da198;border-radius:4px;background:#fffdf6}textarea{min-height:110px}button{font:inherit;font-weight:700;cursor:pointer;border:1px solid #123431;border-radius:4px;padding:11px 15px;background:#123431;color:#fffdf6}button:disabled{cursor:wait;opacity:.62}.actions{display:flex;flex-wrap:wrap;gap:8px}.danger{background:#823a31;border-color:#823a31}.gate{min-height:100vh;max-width:520px;padding:clamp(32px,10vw,120px) 28px}.gate form{margin-top:32px}.gate button{width:100%}.error{color:#8c3127;font-weight:700}.notice{padding:14px 16px;background:#dcecdf;border-left:4px solid #267066}.empty{padding:30px 0;color:#5c6c65}.empty.compact{padding:6px 0}.support-controls{margin-top:32px;padding:22px;background:#e7ece3;border:1px solid #c8d0c5}.support-controls textarea{min-height:82px}.case-section{margin-top:36px}.section-heading,.detail-title,.record-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.section-heading{border-bottom:1px solid #bfc7bd;padding-bottom:10px}.section-heading h3{margin:0}.section-heading>span{color:#5c6c65}.case-list{display:grid}.case-row{display:flex;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:18px 0;border:0;border-bottom:1px solid #bfc7bd;border-radius:0;background:transparent;color:inherit;text-align:left}.case-row>span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px 12px}.case-row strong{font-weight:650}.case-row small{grid-column:2;color:#5c6c65}.case-row time,.record-heading time{color:#5c6c65;font-size:.85rem;white-space:nowrap}.detail-section{padding:26px 0;border-bottom:1px solid #d5dad2}.summary-grid{display:grid;grid-template-columns:max-content 1fr;gap:8px 20px;margin:22px 0 0}.summary-grid dt{color:#5c6c65}.summary-grid dd{margin:0;font-weight:700}.provider-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.provider-comparison>strong,.provider-comparison>code{grid-column:1/-1}.record{padding:16px 0;border-bottom:1px solid #e0e3dc}.record:last-child{border-bottom:0}.record-heading>div{display:flex;align-items:center;gap:10px}.record code,.provider-comparison code{display:block;overflow-wrap:anywhere;margin:8px 0;color:#425851}.record-action{margin-top:8px}.safe-action{color:#315e55}.audit-row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:12px;padding:12px 0;border-bottom:1px solid #e0e3dc}.audit-row span,.audit-row time{color:#5c6c65}.status{display:inline-flex;align-items:center;width:max-content;padding:5px 8px;border-radius:999px;background:#e3e8e2;color:#30483f;font-size:.75rem;font-weight:800}.status-paid,.status-processed,.status-resolved,.status-paid-confirmed{background:#d9ecdf;color:#185c3c}.status-failed,.status-dead-lettered,.status-quarantined,.status-mismatch{background:#f3dcd5;color:#7b2e25}.status-pending,.status-retryable,.status-received{background:#f4e8c9;color:#6d5014}.check{display:grid;padding:11px;border:1px solid #c4cbc2;font-weight:800}.check small{font-weight:500;color:#5c6c65}.check.pass{border-left:4px solid #2b7259}.check.fail{border-left:4px solid #a34134;color:#842d24}@media(max-width:800px){.shell{grid-template-columns:1fr}.shell>aside:first-child{position:static;width:auto;height:auto;padding:18px 20px;min-height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;gap:14px}.shell>aside:first-child h1{font-size:1.4rem}.shell nav{display:flex;order:3;width:100%;margin:0;overflow:auto}.nav-item{width:auto;white-space:nowrap}.signout{margin:0 0 0 auto}.application{grid-template-columns:1fr 1fr}.application time{display:none}.content header{display:grid}.provider-comparison{grid-template-columns:1fr 1fr}.audit-row{grid-template-columns:1fr}.case-row{align-items:flex-start}.case-row>span{grid-template-columns:1fr}.case-row small{grid-column:1}.case-row time{white-space:normal}}@media(max-width:480px){.application{grid-template-columns:1fr}.application small{display:none}.provider-comparison{grid-template-columns:1fr}.provider-comparison>strong,.provider-comparison>code{grid-column:1}.review{padding:22px}.support-controls{padding:16px}.case-row{display:grid}}
