@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:'DM Sans',sans-serif;color:#182b36;background:#f5f7fa;font-synthesis:none;--ink:#182b36;--muted:#62717b;--line:#dce3e9;--accent:#185ee0}*{box-sizing:border-box}body{margin:0}header{height:84px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 4.5%;gap:30px}.brand{display:flex;align-items:center;gap:11px;font:800 23px Manrope,sans-serif;letter-spacing:-1px;color:var(--ink);text-decoration:none}.brandmark{display:inline-flex;align-items:center;justify-content:center;background:#185ee0;color:white;border-radius:9px;width:36px;height:36px;font-size:23px;position:relative}.brandmark span{font-size:17px;position:absolute;right:4px;bottom:0;color:#bddeff}.header-label{font-size:12px;font-weight:700;letter-spacing:1.6px;color:#76838c}.private{margin-left:auto;color:var(--muted);font-size:13px}main{max-width:1460px;margin:auto;padding:48px 4.5% 20px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;color:#185ee0;margin-bottom:15px}h1{font:700 clamp(32px,3vw,46px)/1.15 Manrope,sans-serif;letter-spacing:-1.7px;margin:0 0 18px}p{color:var(--muted);line-height:1.6;margin:8px 0}button,input,select,textarea{font:inherit}button{border:1px solid transparent;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;padding:13px 20px;border-radius:7px;transition:background .15s}button:hover{filter:brightness(.96)}button:disabled{opacity:.45;cursor:not-allowed}button span{margin-left:18px}.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.textbutton{background:transparent;color:#3563aa;padding:9px 7px}.section-label{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.section-label h2{font-size:14px;color:#91a0ac;font-weight:500;margin:0;display:flex;align-items:center;gap:15px}.section-label h2 span{color:var(--ink);font-size:18px;font-weight:600}.section-label>span{font-size:13px;color:var(--muted)}.uploads{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.upload{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px;position:relative;min-width:0}.upload.primary{border-top:3px solid #185ee0;padding-top:20px}.upload .number{font-size:12px;letter-spacing:1px;font-weight:700;color:#88949d}.upload h3{font-size:18px;margin:12px 0 5px}.upload p{font-size:14px;min-height:44px}.drop{position:relative;background:#fafcff;border:1px dashed #bccbda;border-radius:7px;padding:22px 12px;text-align:center;margin-top:16px;min-height:118px;display:flex;flex-direction:column;justify-content:center;color:#50677a;font-size:14px;overflow:hidden}.drop:focus-within,.drop.drag{outline:2px solid #185ee0;background:#edf4ff}.drop input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.drop strong{color:#175edb;font-weight:600;overflow-wrap:anywhere}.drop .upload-icon{font-size:23px;margin-bottom:8px}.drop small{font-size:12px;color:#798793;margin-top:6px}.runbar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 0}.check{font-size:14px;display:flex;gap:8px;align-items:center}.check input{accent-color:#185ee0;width:16px;height:16px}.small{font-size:13px}.runbar p{margin:4px 0 0 25px}.actions{display:flex;gap:10px;align-items:center}#progress:not(:empty){border:1px solid #bbd0ed;background:#edf4ff;padding:15px;border-radius:7px;margin:0 0 24px;font-size:14px;white-space:pre-line}.before{border-top:1px solid var(--line);padding:35px 0 70px;display:flex;gap:20px;align-items:center}.outline-icon{font-size:44px;color:#97acc2}.before h3{font-size:16px;margin:0}.before p{font-size:14px}.legend{margin-left:auto;display:grid;gap:13px;font-size:13px;color:var(--muted)}.legend span{display:flex;align-items:center;gap:8px}i{width:7px;height:7px;border-radius:50%;display:inline-block}.red{background:#cf4c48}.amber{background:#c08819}.green{background:#268267}footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;color:#81909b;font-size:12px}footer span:first-child{font-weight:700}#results{margin-top:25px}.notice{padding:13px 16px;border-left:3px solid #d09a2b;background:#fff8e8;color:#7f5b19;font-size:14px;line-height:1.55;margin-bottom:20px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:20px 0}.stat{padding:21px;background:#fff;display:flex;align-items:center;gap:14px}.stat strong{font:700 29px Manrope,sans-serif}.stat span{font-size:14px;color:var(--muted)}.table-top{display:flex;justify-content:space-between;gap:14px;margin:23px 0 15px;align-items:center}.filters{display:flex;gap:4px;flex-wrap:wrap}.filters button{background:transparent;color:var(--muted);padding:9px 12px;font-size:14px}.filters .active{color:#185ee0;background:#e7effc}input[type=search]{width:180px}input,select,textarea{border:1px solid #cbd6df;background:#fff;color:var(--ink);border-radius:6px;padding:10px;font-size:14px;min-width:0}textarea{width:100%;min-height:80px;resize:vertical}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff}table{width:100%;border-collapse:collapse;min-width:850px;text-align:left}th{background:#eef2f6;font-size:12px;letter-spacing:.3px;font-weight:600;color:#62717b;padding:15px}td{padding:19px 15px;border-top:1px solid #e8edf2;font-size:14px;vertical-align:top}td:first-child{font-weight:700;font-size:17px}td small{display:block;color:var(--muted);font-size:12px;margin-top:6px}td .value{line-height:1.5}.badge{font-size:12px;display:inline-block;font-weight:600;padding:5px 8px;border-radius:4px;white-space:nowrap}.badge.discrepancy{background:#fce9e7;color:#ab3934}.badge.review{background:#fff2d6;color:#90651a}.badge.aligned{background:#e2f3ec;color:#21735a}.footnote{margin:16px 0 35px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}dialog{border:1px solid var(--line);border-radius:12px;max-width:1120px;width:calc(100% - 30px);max-height:92vh;padding:26px;box-shadow:0 20px 90px #182b3640}dialog::backdrop{background:#152a3c80}.dialog-heading{display:flex;justify-content:space-between;align-items:flex-start}.dialog-heading h2{font:700 26px Manrope,sans-serif;margin:0}.dialog-heading .eyebrow{margin-bottom:5px}#detail-body{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}.source-panel{border:1px solid var(--line);border-radius:8px;padding:16px;min-width:0}.source-panel h3{font-size:16px;margin:0 0 12px}.source-panel label{display:block;font-size:13px;color:#526572;margin-top:12px}.source-panel select,.source-panel input{display:block;width:100%;margin-top:5px}.source-panel .check{display:flex;align-items:flex-start;line-height:1.4}.source-panel .check input{width:16px;flex:none;margin-top:2px}.evidence{font-size:13px;line-height:1.6;white-space:pre-wrap;background:#f4f7fa;padding:12px;border-radius:5px;max-height:220px;overflow:auto;margin-top:12px;overflow-wrap:anywhere}.source-panel a{display:inline-block;font-size:13px;color:#185ee0;margin-top:10px}.note-label{font-size:14px}.note-label textarea{margin-top:8px}.dialog-footer{display:flex;justify-content:space-between;margin-top:18px}.danger{color:#b43a35}:focus-visible{outline:3px solid #84b8ff;outline-offset:3px}@media(max-width:850px){header{gap:12px;padding:0 5%;height:70px}.header-label{display:none}.private{font-size:12px;max-width:140px;text-align:right}main{padding-top:30px}.heading{align-items:flex-start;gap:16px}.heading p{font-size:14px}.desktop{display:none}.uploads{grid-template-columns:1fr}.upload p{min-height:0}.upload{padding:18px}.drop{min-height:90px}.section-label{align-items:flex-start}.section-label>span{max-width:170px;text-align:right}.before{align-items:flex-start;flex-wrap:wrap;padding-bottom:35px}.legend{margin-left:0;display:flex;flex-wrap:wrap}.stats{grid-template-columns:repeat(2,1fr)}.table-top{flex-wrap:wrap}#detail-body{grid-template-columns:1fr}.runbar{flex-wrap:wrap}.heading button{padding:10px;font-size:13px;white-space:nowrap}.heading button span{margin-left:3px}.stat{padding:15px}.section-label .actions{flex-wrap:wrap;justify-content:flex-end}.section-label .actions button{font-size:13px;padding:8px}footer{gap:20px}}

.file-list{list-style:none;padding:0;margin:12px 0 0;max-height:210px;overflow:auto}.file-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #e6ecf1;font-size:13px;padding:5px 0}.file-list li>span{min-width:0;overflow-wrap:anywhere}.file-list small{display:block;color:#84919b;font-size:12px}.file-list button{font-size:20px;padding:5px 10px}.uploads{align-items:start}
.dialog-footer.single{align-items:center;justify-content:flex-end;gap:18px}.dialog-footer.single .small{margin-right:auto}
