:root{color:#1a1a2e;background-color:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}h1,h2,h3{margin:0 0 .5em}button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:.5em 1em;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s}button:hover{background:#f9fafb;border-color:#98a2b3}input[type=number]{border:1px solid #d0d5dd;border-radius:6px;width:100%;padding:.5em;font-family:inherit;font-size:.875rem}table{border-collapse:collapse;width:100%;font-size:.85rem}th,td{text-align:left;border-bottom:1px solid #eaecf0;padding:.5em .75em}th{color:#475467;background:#f9fafb;font-weight:600;position:sticky;top:0}.num{text-align:right;font-variant-numeric:tabular-nums}code{background:#f2f4f7;border-radius:4px;padding:.15em .4em;font-size:.85em}small{color:#667085;font-size:.8em}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background:#1a1a2e;align-items:baseline;gap:1rem;padding:1rem 2rem;display:flex}.app-header h1{margin:0;font-size:1.4rem}.subtitle{color:#a0a0b8;margin:0;font-size:.9rem}.app-layout{flex:1;display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #eaecf0;flex-direction:column;gap:1rem;width:280px;min-width:280px;padding:1rem;display:flex;overflow-y:auto}.content{flex:1;max-height:calc(100vh - 60px);padding:1.5rem;overflow-y:auto}.file-upload{text-align:center;cursor:pointer;background:#fafbfc;border:2px dashed #d0d5dd;border-radius:8px;padding:1.5rem;transition:all .2s}.file-upload:hover,.file-upload.drag-over{background:#eff6ff;border-color:#3b82f6}.upload-icon{color:#98a2b3;margin-bottom:.5rem;font-size:2rem}.upload-content p{color:#475467;margin:.25rem 0;font-size:.85rem}.file-count{font-weight:600;color:#3b82f6!important}.spinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:24px;height:24px;margin:0 auto .5rem;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.file-list-header{justify-content:space-between;align-items:center;display:flex}.file-list-header h3{color:#344054;font-size:.85rem}.clear-btn{color:#b42318;border-color:#fecdca;padding:.25em .5em;font-size:.75rem}.clear-btn:hover{background:#fef3f2}.file-item{border-bottom:1px solid #f2f4f7;justify-content:space-between;padding:.35rem 0;font-size:.8rem;display:flex}.file-name{text-transform:capitalize;font-weight:500}.file-meta{color:#667085}.error-msg{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:6px;padding:.75rem;font-size:.85rem}.driver-list h3{color:#344054;font-size:.85rem}.driver-cards{flex-direction:column;gap:.4rem;display:flex}.driver-card{cursor:pointer;border:1px solid #eaecf0;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;transition:all .15s}.driver-card:hover{border-color:#98a2b3}.driver-card.selected{background:#eff6ff;border-color:#3b82f6}.driver-card.match{border-left:3px solid #12b76a}.driver-card.mismatch{border-left:3px solid #f04438}.driver-card-name{text-transform:capitalize;font-weight:600}.driver-card-stats{gap:.75rem;margin-top:.2rem;display:flex}.stat-match{color:#027a48}.stat-mismatch{color:#b42318}.driver-card-trips{color:#667085;font-size:.75rem}.tab-nav{border-bottom:2px solid #eaecf0;gap:.25rem;margin-bottom:1.5rem;display:flex}.tab-nav button{color:#667085;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin-bottom:-2px;padding:.75em 1.25em;font-weight:500}.tab-nav button:hover{color:#344054;background:#f9fafb}.tab-nav button.active{color:#3b82f6;border-bottom-color:#3b82f6}.empty-state{text-align:center;color:#667085;padding:4rem 2rem}.empty-state h2{color:#1a1a2e}.comparison-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.comparison-header h2{font-size:1.2rem}.match-summary{align-items:center;gap:1rem;display:flex}.match-summary .all-match{color:#027a48;font-weight:600}.model-badge{color:#475467;background:#f2f4f7;border-radius:12px;padding:.25em .75em;font-size:.8rem}.comparison-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.comparison-row{cursor:pointer;transition:background .1s}.comparison-row:hover{background:#f9fafb}.comparison-row.selected{background:#eff6ff}.comparison-row.match td:first-child{border-left:3px solid #12b76a}.comparison-row.mismatch td:first-child{border-left:3px solid #f04438}.diff.match{color:#027a48;font-weight:600}.diff.mismatch{color:#b42318;font-weight:600}.driver-name{text-transform:capitalize;font-weight:600}.monthly-report h2{text-transform:capitalize;font-size:1.2rem}.report-summary{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.summary-item{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #00000014}.summary-item .label{color:#667085;margin-bottom:.25rem;font-size:.8rem;display:block}.summary-item .value{color:#1a1a2e;font-size:1.5rem;font-weight:700}.calendar{table-layout:fixed;background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px #00000014}.calendar th{text-align:center;padding:.5em;font-size:.8rem}.calendar td{text-align:center;vertical-align:top;border:1px solid #f2f4f7;height:70px;padding:.3em}.calendar td.empty{background:#fafbfc}.calendar-day{position:relative}.calendar-day.weekend{background:#fafbfc}.calendar-day.full-diem{background:#dcfce7}.calendar-day.partial-diem{background:#fef9c3}.calendar-day.away-no-diem{background:#fee2e2}.day-number{font-size:.85rem;font-weight:600}.day-hours{color:#667085;font-size:.7rem}.day-diem{color:#027a48;font-size:.8rem;font-weight:700}.calendar-legend{gap:1rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.legend-item{align-items:center;gap:.3rem;display:flex}.legend-item:before{content:"";background:#f2f4f7;border-radius:2px;width:12px;height:12px;display:inline-block}.legend-item.full-diem:before{background:#dcfce7}.legend-item.partial-diem:before{background:#fef9c3}.legend-item.away-no-diem:before{background:#fee2e2}.weekend-table{background:#fff;border-radius:8px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px #00000014}.detail-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014}.detail-table tr.full-diem td{background:#f0fdf4}.detail-table tr.partial-diem td{background:#fefce8}.trip-timeline h2{text-transform:capitalize;font-size:1.2rem}.activity-legend{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.legend-chip{border:1px solid;border-radius:12px;align-items:center;gap:.3rem;padding:.25em .5em;font-size:.75rem;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.trip-card{background:#fff;border-radius:8px;margin-bottom:.75rem;padding:1rem;box-shadow:0 1px 3px #00000014}.trip-header{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.trip-dates{font-size:.9rem}.trip-meta{color:#667085;font-size:.8rem}.trip-cities{color:#475467;margin-bottom:.5rem;font-size:.8rem}.trip-activity-bar{border-radius:4px;gap:1px;height:8px;margin-bottom:.5rem;display:flex;overflow:hidden}.activity-segment{flex:1;min-width:3px}.activity-more{color:#667085;align-items:center;padding:0 .3rem;font-size:.65rem;display:flex}.trip-days{flex-wrap:wrap;gap:.3rem;display:flex}.day-chip{font-variant-numeric:tabular-nums;border-radius:4px;padding:.15em .4em;font-size:.7rem}.day-chip.full{color:#166534;background:#dcfce7}.day-chip.partial{color:#854d0e;background:#fef9c3}.day-chip.short{color:#991b1b;background:#fee2e2}.config-panel h3{margin-bottom:1rem;font-size:1.1rem}.config-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.config-item{flex-direction:column;gap:.3rem;display:flex}.config-item label{color:#344054;font-size:.85rem;font-weight:600}.toggle-btn{color:#fff;background:#3b82f6;border:none}.toggle-btn:hover{background:#2563eb}.recalculate-btn{color:#fff;background:#1a1a2e;border:none;padding:.75em 2em;font-size:1rem}.recalculate-btn:hover{background:#2a2a4e}.calendar-day.clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s}.calendar-day.clickable:hover{outline-offset:-2px;outline:2px solid #3b82f6}.calendar-day.overridden{outline-offset:-2px;outline:2px solid #8b5cf6}.override-badge{color:#fff;background:#8b5cf6;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:3px}.day-diem.zero{color:#98a2b3;font-weight:400}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.calendar-header h3{margin:0}.calendar-actions{align-items:center;gap:1rem;display:flex}.calendar-hint{color:#98a2b3;font-size:.75rem}.reset-overrides-btn{color:#8b5cf6;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:6px;padding:.3em .75em;font-size:.75rem}.reset-overrides-btn:hover{background:#ede9fe}.legend-item.overridden:before{background:#fff;border:2px solid #8b5cf6}.overridden-row td{background:#f5f3ff!important}.override-indicator{color:#8b5cf6;font-size:.75rem;font-weight:600}.summary-item.match{border-left:3px solid #12b76a}.summary-item.mismatch{border-left:3px solid #f04438}.diff-hint{color:#b42318;margin-top:.2rem;font-size:.75rem;display:block}.report-title-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.report-title-row h2{margin:0}.pdf-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:6px;padding:.5em 1.25em;font-size:.85rem;font-weight:500}.pdf-btn:hover{background:#2a2a4e}.weekend-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.weekend-header h3{margin:0}.weekend-actions{align-items:center;gap:1rem;display:flex}.inline-edit{text-align:right;background:#faf5ff;border:2px solid #8b5cf6;border-radius:4px;outline:none;width:60px;padding:.2em .3em;font-size:.85rem}.inline-edit:focus{border-color:#7c3aed;box-shadow:0 0 0 2px #8b5cf633}.weekend-amount.clickable{cursor:pointer;transition:background .15s}.weekend-amount.clickable:hover,.weekend-amount.overridden{background:#f5f3ff}tfoot td{border-top:2px solid #d0d5dd;font-size:.9rem}
