*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f4f7fb;color:#172033}.page-shell{max-width:1380px;margin:0 auto;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#102a43,#1f4c73);color:#fff;padding:28px 30px;border-radius:22px;box-shadow:0 18px 45px rgba(16,42,67,.16);margin-bottom:22px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;opacity:.72}.topbar h1{margin:6px 0 5px;font-size:32px}.topbar p{margin:0;color:#dbe8f4}.header-badge{white-space:nowrap;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700}.card{background:#fff;border:1px solid #e5eaf1;border-radius:18px;padding:22px;margin-bottom:18px;box-shadow:0 8px 24px rgba(20,42,70,.05)}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.section-title-row h2{margin:0 0 4px;font-size:20px}.section-title-row p{margin:0;color:#68758a;font-size:14px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}label{display:block;color:#344054;font-size:13px;font-weight:700}input,select{width:100%;margin-top:7px;border:1px solid #d8dee9;background:#fbfcfe;border-radius:11px;padding:11px 12px;font:inherit;color:#172033;outline:none;transition:.18s}input:focus,select:focus{border-color:#3d7db3;box-shadow:0 0 0 3px rgba(61,125,179,.11);background:#fff}.money-input{display:flex;align-items:center;margin-top:7px;border:1px solid #d8dee9;background:#fbfcfe;border-radius:11px;overflow:hidden}.money-input:focus-within{border-color:#3d7db3;box-shadow:0 0 0 3px rgba(61,125,179,.11);background:#fff}.money-input span{padding-left:12px;font-weight:800;color:#667085}.money-input input{border:0;margin:0;box-shadow:none!important;background:transparent}.subheading{margin:24px 0 14px;font-size:15px;font-weight:800;color:#1e3a56}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.summary-box{border-radius:14px;background:#f0f6fb;padding:16px;border:1px solid #d9e8f5}.summary-box span,.result-tile span{display:block;color:#5f6f82;font-size:12px;font-weight:700;margin-bottom:7px}.summary-box strong{font-size:23px;color:#12395b}.match-badge{font-weight:800;font-size:13px;padding:9px 12px;border-radius:999px}.match-badge.neutral{background:#eef2f6;color:#596779}.match-badge.ok{background:#e8f8ef;color:#137a42}.match-badge.bad{background:#fdecec;color:#ba2f2f}.comparison-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.comparison-row>div{border:1px solid #e2e8f0;border-radius:12px;padding:13px;background:#fafbfd}.comparison-row span{display:block;font-size:12px;color:#667085;margin-bottom:4px}.comparison-row strong{font-size:18px}.cashier-heading{display:flex;align-items:center;justify-content:space-between}.variance-row{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin-bottom:12px;padding:14px;border:1px solid #e5eaf1;border-radius:14px;background:#fafbfd}.remove-row{height:42px;width:42px;border:0;border-radius:10px;background:#fff0f0;color:#b42318;font-weight:900;cursor:pointer}.btn{border:0;border-radius:11px;padding:11px 16px;font:inherit;font-weight:800;cursor:pointer}.btn-primary{background:#174c78;color:#fff}.btn-primary:hover{background:#123e63}.btn-secondary{background:#e8f0f7;color:#16466e}.btn-light{background:#f1f4f7;color:#344054}.results-card{border-color:#d4e2ee}.results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.result-tile{min-height:150px;border:1px solid #dfe6ee;border-radius:15px;padding:17px;background:#fbfcfe;display:flex;flex-direction:column}.result-tile strong{font-size:26px;color:#153d5f}.result-tile small{display:block;color:#778396;margin-top:auto;line-height:1.4}.result-tile.highlight{background:#123e63;border-color:#123e63}.result-tile.highlight span,.result-tile.highlight small{color:#dbe8f4}.result-tile.highlight strong{color:#fff}.action-row{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.form-message{margin-top:13px;padding:12px;border-radius:10px;font-weight:700}.form-message.ok{background:#e8f8ef;color:#137a42}.form-message.bad{background:#fdecec;color:#ba2f2f}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px;min-width:1050px}th{background:#f5f7fa;text-align:left;color:#536173;padding:12px;border-bottom:1px solid #dfe5ec}td{padding:12px;border-bottom:1px solid #edf0f4;white-space:nowrap}.table-status{display:inline-flex;width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;font-weight:900}.table-status.ok{background:#e8f8ef;color:#137a42}.table-status.bad{background:#fdecec;color:#ba2f2f}.empty-cell{text-align:center;color:#778396;padding:25px}.modal{position:fixed;inset:0;background:rgba(15,31,46,.58);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.modal.open{display:flex}.modal-card{width:min(440px,100%);background:#fff;border-radius:18px;padding:24px;position:relative;box-shadow:0 25px 60px rgba(0,0,0,.25)}.modal-card h3{margin-top:0}.modal-card p{color:#68758a}.modal-close{position:absolute;right:14px;top:12px;border:0;background:transparent;font-size:28px;cursor:pointer;color:#68758a}.full-width{width:100%;margin-top:15px}@media(max-width:900px){.topbar{align-items:flex-start;flex-direction:column}.grid-2,.grid-3,.summary-grid,.results-grid,.comparison-row{grid-template-columns:1fr}.variance-row{grid-template-columns:1fr}.remove-row{width:100%}.page-shell{padding:12px}.card{padding:16px}.topbar{padding:22px}.topbar h1{font-size:27px}}