@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";html,body,#root{height:100%}body{font-family:Montserrat,sans-serif;margin:0;padding:0}input,select,textarea,button{font-family:Montserrat,sans-serif}.section-header{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.page-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.page-header-buttons{display:flex;gap:1rem;margin-top:.5rem}.header-logo{height:55px;width:auto;object-fit:contain;flex-shrink:0}.header-title{position:absolute;left:50%;transform:translate(-50%);height:55px;width:auto;object-fit:contain}.sidebar-logo{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center}.sidebar-logo img{max-width:100%;height:54px;object-fit:contain}.app-shell{display:flex;flex-direction:column;height:100%;width:100%}.app-header{height:88px;display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 1.5rem;background-color:#143161;color:#fff}.header-user{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#e5e7eb;font-size:.875rem;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.header-user button{font-size:.75rem;padding:.25rem .5rem;background-color:#e5e7eb;color:#111827;border:none;border-radius:4px;cursor:pointer}.header-user button:hover{background-color:#d1d5db}.app-main{display:flex;flex:1;min-height:0}.app-content{flex:1;padding:1.5rem;background-color:#f3f4f6;display:flex;flex-direction:column;min-height:0}.content-scroll{flex:1;min-height:0;overflow-y:auto}.app-footer{background-color:#6b7280;color:#fff;padding:1rem;text-align:center;font-size:.875rem;position:fixed;bottom:0;left:0;width:100%;height:1.5in;display:flex;align-items:center;justify-content:center;z-index:100}.footer-logo{height:150px}.sidebar{width:260px;background-color:#fff;color:#111827;display:flex;flex-direction:column;position:sticky;top:88px;border-right:1px solid #e5e7eb}.sidebar-title{font-size:1.25rem;font-weight:700;text-align:center;padding:1rem;border-bottom:1px solid #e5e7eb}.sidebar-nav{display:flex;flex-direction:column}.sidebar-link{display:block;padding:.75rem 1rem;color:#111827;text-decoration:none;font-size:1rem;font-weight:500;border-top:1px solid #f3f4f6}.sidebar-link:hover{background-color:#009fe3;color:#fff}.sidebar-link.active{background-color:#143161;color:#fff}.sidebar-spacer{height:60px;padding:20px;pointer-events:none;background-color:transparent}.sidebar-section{border-top:1px solid #e5e7eb}.sidebar-section-header{width:100%;border:none;background-color:#f9fafb;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#111827}.sidebar-section-header:hover{background-color:#f3f4f6}.sidebar-section-title{text-align:left}.sidebar-section-icon{font-size:.75rem;transition:transform .15s ease}.sidebar-section-header.collapsed .sidebar-section-icon{transform:rotate(-90deg)}.sidebar-subnav{display:flex;flex-direction:column}.sidebar-sub-link{padding:.5rem 1rem .5rem 2rem;font-size:.85rem}.scroll-table-container{overflow-x:auto;overflow-y:auto;max-height:none}.fixed-table{min-width:max-content;width:100%;border-collapse:collapse}.table-header{padding:.35rem .5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;border-bottom:1px solid #e5e7eb;color:#4b5563}.table-cell{padding:.3rem .5rem;font-size:.85rem;color:#1f2937;border-bottom:1px solid #e5e7eb}.table-row:hover{background-color:#f9fafb}.calibration-grid{max-height:70vh;overflow-y:auto}.calibration-grid .scroll-wrapper{overflow-x:auto;max-height:25.75rem}.calibration-grid table{border-collapse:collapse;min-width:100%}.calibration-grid th,.calibration-grid td{padding:.25rem;border:1px solid #ddd;font-size:.75rem;text-align:center;height:1.75rem}.calibration-grid input{width:60px;padding:.2rem;text-align:right}.calibration-grid input.manual{background-color:#e0fce0;font-weight:700}.calibration-grid input.extrapolated{background-color:#f5f5f5}.calibration-grid input.orange{background-color:#ffe5b4!important}.calibration-grid .sticky-head{position:sticky;top:0;background:#f9f9f9;z-index:2}.calibration-grid .sticky-col{position:sticky;left:0;background:#f9f9f9;z-index:1}.data-panel{overflow-y:visible;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e5e7eb,#d1d5db) border-box;box-shadow:0 4px 8px #0f172a0f}.hidden-file-input{display:none}.filename{font-size:.9rem;color:#374151;margin-top:.25rem}.login-wrapper{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff}.login-form{background-color:#fff;padding:2rem;border-radius:8px;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e5e7eb,#d1d5db) border-box;box-shadow:0 4px 8px #0f172a0f;width:320px;display:flex;flex-direction:column;gap:1rem}.login-form h1{font-size:1.5rem;text-align:center;font-weight:600}.login-form input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px}.login-form button{background-color:#143161;color:#fff;padding:.5rem;border-radius:4px}.login-error{color:#f87171;text-align:center}.action-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.9rem;border-radius:4px;cursor:pointer;font-weight:500;border:1px solid transparent;transition:background-color .15s ease,color .15s ease}.btn-default{background-color:#009fe3;border-color:#009fe3;color:#fff}.btn-default:hover{background-color:#008fcc}.btn-stylized{background-color:#009fe3;border-color:#009fe3;color:#fff}.btn-stylized:hover{background-color:#008fcc}.btn-warning{background-color:#b91c1c;border-color:#b91c1c;color:#fff}.btn-warning:hover{background-color:#991b1b}.route-dashboard-header{margin-bottom:1rem}.route-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.route-card{background-color:#fff;border-radius:.75rem;padding:1rem;border:1px solid #e5e7eb;box-shadow:0 4px 8px #0f172a0f;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.route-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0f172a1f;border-color:#009fe3}.route-card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#111827}.route-card-sub{font-size:.85rem;color:#4b5563;margin-bottom:.15rem}.route-card-meta{font-size:.8rem;color:#6b7280}.route-card-metrics{display:flex;justify-content:space-between;font-size:.85rem;margin-top:.75rem;font-weight:600}.route-detail-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.route-detail-meta{font-size:.85rem;color:#4b5563}.stop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.stop-card{background-color:#fff;border-radius:.75rem;padding:1rem;border:1px solid #e5e7eb;box-shadow:0 4px 8px #0f172a0f}.stop-card-title{font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:#111827}.stop-card-sub{font-size:.85rem;color:#4b5563;margin-bottom:.15rem}.stop-card-metrics{font-size:.85rem;font-weight:600;margin-top:.5rem}.route-card-status-pill{margin-top:.75rem;display:inline-flex;align-items:center;padding:.15rem .5rem;font-size:.75rem;border-radius:999px;font-weight:600}.route-status-in-progress{background-color:#10b98114;border-color:#10b98166}.route-status-in-progress .route-card-status-pill{background-color:#10b9812e;color:#065f46}.route-status-inbound{background-color:#f8717114;border-color:#f8717180}.route-status-inbound .route-card-status-pill{background-color:#f8717133;color:#7f1d1d}.route-status-complete{background-color:#9ca3af14;border-color:#9ca3af80}.route-status-complete .route-card-status-pill{background-color:#9ca3af33;color:#374151}.completed-routes-header{margin-bottom:1rem}.completed-routes-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.completed-routes-filters .filter-group{display:flex;flex-direction:column;font-size:.85rem}.completed-routes-filters label{margin-bottom:.25rem;color:#4b5563}.completed-routes-list{display:flex;flex-direction:column;gap:.5rem}.completed-route-row{width:100%;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;background-color:#fff;box-shadow:0 2px 4px #0f172a0a;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}.completed-route-row:hover{background-color:#f9fafb;box-shadow:0 6px 12px #0f172a1f;transform:translateY(-1px)}.completed-route-main{display:flex;flex-direction:column;gap:.15rem}.completed-route-title{font-size:1rem;font-weight:600;color:#111827}.completed-route-sub{font-size:.85rem;color:#4b5563}.completed-route-meta{font-size:.8rem;color:#6b7280}.completed-route-side{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.completed-route-weight{font-size:.9rem;font-weight:600;color:#111827}.lab-icon{font-size:1.1rem}.lab-icon-present{color:#0f766e}.fixed-table th{text-align:left}.component-tiles{display:flex;flex-direction:column;gap:1rem}.component-tile{border-radius:.75rem;padding:1rem;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e5e7eb,#cbd5e1) border-box;box-shadow:0 10px 20px #0f172a1a}.component-tile-active{background:linear-gradient(#10b9811a,#10b9811a) padding-box,linear-gradient(135deg,#10b9818c,#10b98138) border-box}.component-tile-archived{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e5e7eb,#d1d5db) border-box;box-shadow:0 6px 12px #0f172a0f}.component-tile-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem;gap:1rem}.component-tile-stamp{font-weight:600;color:#111827}.component-tile-badge{font-size:.75rem;font-weight:700;color:#065f46;background:#10b9812e;border:1px solid rgba(16,185,129,.35);padding:.12rem .45rem;border-radius:999px}.component-table-fixed{table-layout:fixed;width:100%;min-width:980px;border-collapse:separate;border-spacing:0}.component-table-fixed th,.component-table-fixed td{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;vertical-align:middle;text-align:left}.component-table-fixed th{background:#f9fafbcc;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#4b5563}.lpc-filters{margin-bottom:.75rem}.lpc-error{color:#b91c1c;margin-top:.25rem}.lpc-summary-tile{margin-bottom:1rem;padding:.75rem}.lpc-summary-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:baseline}.lpc-summary-item{display:flex;flex-direction:column;gap:.15rem;min-width:180px}.lpc-summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:700}.lpc-summary-value{font-size:1rem;font-weight:800;color:#111827}.lpc-inquiry-table th,.lpc-inquiry-table td{white-space:nowrap}.lpc-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.lpc-empty{color:#6b7280}.lpc-total-row td{border-top:2px solid #e5e7eb;font-weight:800;background:#f9fafbe6}.lpc-total-label{color:#374151}.lpc-total-cell{color:#111827}.scc-tight-table{width:auto;min-width:0;table-layout:fixed;border-collapse:collapse}.scc-tight-table th,.scc-tight-table td{padding:.35rem .5rem;white-space:nowrap}.scc-tight-table input{width:100%;box-sizing:border-box}.form-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.form-row label{font-size:.8rem;font-weight:600;color:#374151}.form-row input,.form-row select{padding:.45rem .5rem;font-size:.9rem;border:1px solid #d1d5db;border-radius:4px}.hint{font-size:.75rem;color:#6b7280}.message{margin-top:.75rem;font-size:.85rem;color:#374151}.actions{margin-top:.75rem}.stop-card-chemistry{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e5e7eb;display:flex;gap:1rem;font-size:.85rem;color:#374151}
