:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#172033;background:#f4f6f8}*{box-sizing:border-box}body{margin:0}header{background:#111827;color:#fff;padding:18px max(24px,calc((100% - 1180px)/2));display:flex;justify-content:space-between;align-items:center;border-top:6px solid #f2c94c}header strong{display:block;letter-spacing:.04em}header span{font-size:13px;color:#cbd5e1}main{max-width:1180px;margin:32px auto;padding:0 20px}.hero{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.hero h1{font-size:32px;max-width:760px;margin:4px 0}.hero p{color:#667085}.eyebrow{font-size:12px!important;font-weight:800;color:#a36b00!important;letter-spacing:.12em}.card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:22px;margin:16px 0;box-shadow:0 2px 7px #1018280a}.card h2{font-size:18px;margin:0 0 8px}.card p{color:#667085;margin:4px 0}.grid3{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:16px;margin-top:16px}label{font-size:13px;font-weight:700}input{width:100%;margin-top:7px;padding:11px;border:1px solid #d0d5dd;border-radius:8px;font:inherit}input[type=checkbox]{width:18px;height:18px;margin:0}.sectionHead,.actions{display:flex;justify-content:space-between;align-items:center;gap:20px}.toolbar,.actions>div:last-child{display:flex;gap:8px;flex-wrap:wrap}button,.fileBtn{border:1px solid #d0d5dd;background:#fff;padding:10px 14px;border-radius:8px;font-weight:700;cursor:pointer;font-size:13px}.fileBtn{display:inline-flex;align-items:center}.primary{background:#172033;color:#fff;border-color:#172033}.primary:disabled{opacity:.4;cursor:not-allowed}.notice{margin-top:14px;padding:11px 13px;border-radius:8px;background:#fffaeb;color:#7a2e0e;font-size:13px}.tableWrap{overflow:auto;margin-top:18px;max-height:590px}table{width:100%;border-collapse:collapse;min-width:820px}thead{position:sticky;top:0;background:#fff;z-index:1}th,td{text-align:left;padding:10px;border-bottom:1px solid #eaecf0;font-size:13px}th{color:#667085}.money{margin:0;min-width:110px}.email{margin:0;min-width:210px}.status{font-weight:700;color:#667085}.ok{color:#027a48}.warn{color:#b54708}.summary{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.summary article{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:16px}.summary span{display:block;color:#667085;font-size:12px}.summary strong{font-size:21px}footer{text-align:center;padding:28px;color:#667085;font-size:12px}@media(max-width:760px){.grid3,.summary{grid-template-columns:1fr}.hero,.sectionHead,.actions{align-items:stretch;flex-direction:column}.hero h1{font-size:26px}.toolbar{width:100%}}