:root{--bg:#f6f7fb;--card:#fff;--ink:#172033;--muted:#667085;--line:#d8deea;--primary:#2156d9;--bad:#b42318;--warn:#b54708;--ok:#087443;--soft:#eef4ff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.wrap{max-width:1180px;margin:0 auto;padding:36px 20px}.hero{background:linear-gradient(135deg,#173c96,#2b6cf6);color:white;border-radius:24px;padding:34px;margin-bottom:22px;box-shadow:0 14px 40px rgba(33,86,217,.2)}.eyebrow{margin:0 0 10px;font-weight:700;opacity:.9}.hero h1{margin:0 0 10px;font-size:34px}.sub{max-width:760px;margin:0;line-height:1.6}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;margin:18px 0;box-shadow:0 8px 24px rgba(20,30,60,.05)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.filebox{display:flex;flex-direction:column;gap:12px;border:1px dashed #9da9c1;border-radius:16px;padding:18px;background:#fbfcff;font-weight:700}.filebox input{font-weight:400}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px}.section-title h2{margin:0 0 12px}.settings{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:700}.settings input{border:1px solid var(--line);border-radius:10px;padding:11px;font-size:14px}button{border:0;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.primary{background:var(--primary);color:white}.primary.small{padding:10px 14px}.ghost{background:#eef2f7;color:#26344d}.hint{color:var(--muted);font-size:14px}.summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.kpi{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.kpi b{display:block;font-size:26px;margin-top:4px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;background:white;font-size:14px}th,td{border-bottom:1px solid var(--line);padding:10px 12px;vertical-align:top;white-space:nowrap}th{background:var(--soft);text-align:left;position:sticky;top:0;z-index:1}.status-일치{color:var(--ok);font-weight:800}.status-금액불일치,.status-명세서내역없음,.status-개별미편성{color:var(--bad);font-weight:800}.status-통합편성의심{color:var(--warn);font-weight:800}.actions{display:flex;gap:8px;flex-wrap:wrap}.muted{background:#fbfcff}@media(max-width:780px){.grid2,.settings,.summary{grid-template-columns:1fr}.hero h1{font-size:28px}.section-title{align-items:flex-start;flex-direction:column}}
.status-과소편성,.status-과다편성,.status-보수일람표미반영{color:var(--bad);font-weight:800}
