:root{color-scheme:light;--brand-navy: #06152b;--brand-navy-soft: #0b2241;--brand-blue: #0e7aff;--brand-blue-soft: #e8f2ff;--brand-line: #dce3e8;--text-strong: #17202a;--text-muted: #637181;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-strong);background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:disabled{cursor:not-allowed;opacity:.72}input,select{font:inherit}.authPage{display:grid;min-height:100vh;place-items:center;padding:28px;background:linear-gradient(135deg,#06152bf5,#0b2241e6),#06152b}.authPanel{width:min(100%,520px);border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#fff;padding:28px;box-shadow:0 24px 70px #00000042}.authBrand{display:flex;align-items:center;gap:14px;margin-bottom:22px}.authLogo{width:48px;height:48px;flex:0 0 auto;border-radius:8px;box-shadow:0 10px 24px #0e7aff2e;object-fit:cover}.authBrand h1{font-size:2.1rem}.authTabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;border:1px solid #dce3e8;border-radius:8px;background:#f4f6f8;padding:4px}.authTab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:6px;background:transparent;color:#546372;cursor:pointer;font-weight:800}.authTab.active{background:#fff;color:var(--brand-navy);box-shadow:0 2px 8px #17202a14}.authForm{display:grid;gap:16px;margin-top:22px}.fieldRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}.authForm label{display:grid;gap:7px;color:#314150;font-size:.88rem;font-weight:800}.authForm input{width:100%;min-height:44px;border:1px solid #cfd8df;border-radius:8px;background:#fff;color:var(--text-strong);padding:0 12px}.authForm input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0e7aff29;outline:none}.passwordInputWrap{position:relative;display:grid}.passwordInputWrap input{padding-right:48px}.passwordVisibilityButton{position:absolute;top:50%;right:6px;transform:translateY(-50%);display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;background:transparent;color:#536272;cursor:pointer}.passwordVisibilityButton:hover,.passwordVisibilityButton:focus-visible{background:#eef3f7;color:var(--brand-navy);outline:none}.passwordRequirements{margin-top:-8px;color:#536272;font-size:.8rem;font-weight:700;line-height:1.35}.formMessage{border-radius:8px;padding:12px;font-size:.9rem;font-weight:700;line-height:1.4}.formMessage.error{background:#ffebe9;color:#8f1d18}.formMessage.success{background:#e4f6ec;color:#17624a}.formMessage.warning{background:#fffbeb;color:#92400e}.formMessage.warning .linkButton{color:#92400e;font-weight:700}.choiceButton{align-self:flex-start;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#102033;cursor:pointer;font-size:.86rem;font-weight:700;padding:.45rem .65rem;text-align:left}.choiceButton:hover,.choiceButton:focus-visible,.choiceButton.active{border-color:#d97706;background:#fffbeb;color:#92400e}.businessMatchChoices{display:grid;gap:.45rem;width:100%}.formMessage.muted{background:#eef3f7;color:#536272}.toastStack{position:fixed;top:18px;left:50%;transform:translate(-50%);z-index:30;display:grid;gap:10px;width:min(420px,calc(100vw - 36px))}.toast{display:grid;grid-template-columns:auto minmax(0,1fr) 34px;align-items:center;gap:10px;border:1px solid #dce3e8;border-radius:8px;background:#fff;padding:10px 10px 10px 12px;box-shadow:0 18px 46px #06152b2e;font-size:.9rem;font-weight:750;line-height:1.4}.toast span{min-width:0}.toast .iconButton{width:34px;min-height:34px}.toast.error{border-color:#f2b8b5;background:#fffbfb;color:#8f1d18}.toast.success{border-color:#b9e4cd;background:#fbfffd;color:#17624a}.modalBackdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0a182780;padding:20px}.modalPanel{width:min(560px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid #dce3e8;border-radius:8px;background:#fff;padding:20px;box-shadow:0 24px 70px #06152b42}.paymentModal,.paymentForm{display:grid;gap:16px}.modalActions{display:flex;justify-content:flex-end;gap:10px}.authSubmit{width:100%}.linkButton{border:0;background:transparent;color:var(--brand-blue);padding:0;cursor:pointer;font:inherit;font-weight:800}.linkButton:hover,.linkButton:focus-visible,.authSupportLink a:hover,.authSupportLink a:focus-visible{color:#0b5fd3;outline:none;text-decoration:underline}.authInlineLink{justify-self:end;margin-top:-8px;font-size:.84rem}.authBackLink{display:block;margin:14px auto 0;font-size:.86rem}.authDivider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:18px 0;color:#718090;font-size:.82rem;font-weight:800;text-transform:uppercase}.authDivider:before,.authDivider:after{height:1px;background:#dce3e8;content:""}.googleButton{min-height:44px}.googleButton iframe{max-width:100%}.googleRegistrationNote{margin-top:10px}.authPlanBlock{display:grid;justify-items:center;gap:10px;margin-top:16px}.authPlanCard{display:grid;width:100%;gap:5px;border:1px solid #d7e3ec;border-radius:8px;background:#f8fbfd;padding:12px;text-align:center}.authPlanCard span{color:#637181;font-size:.76rem;font-weight:850;text-transform:uppercase}.authPlanCard strong{color:#17202a;font-size:1.02rem}.authPlanCard p{margin:0;color:#536272;font-size:.86rem;font-weight:700}.authSupportLink{margin-top:16px;text-align:center;font-size:.86rem;font-weight:800}.authSupportLink a{color:var(--brand-blue);text-decoration:none}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.appShell{display:grid;grid-template-columns:260px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;justify-content:space-between;gap:24px;border-right:1px solid rgba(14,122,255,.26);background:var(--brand-navy);padding:24px 18px;overflow-y:auto}.brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.brandMark{width:42px;height:42px;border-radius:9px;box-shadow:0 10px 24px #0e7aff38;object-fit:cover}.brand strong,.brand span{display:block}.brand span{margin-top:2px;color:#9fb3c9;font-size:.84rem}.brand strong{color:#fff}.navList{display:grid;gap:6px}.navItem{display:flex;align-items:center;gap:10px;min-height:42px;border:0;border-radius:8px;background:transparent;color:#c1ccda;padding:0 12px;text-align:left;text-decoration:none;cursor:pointer}.navItem:hover,.navItem.active{background:#0e7aff2e;color:#fff}.signOutNavItem,.accountNavItem{width:100%}.sidebarAccount{display:grid;gap:8px}.sidebarUserEmail{overflow:hidden;color:#9fb3c9;font-size:.82rem;font-weight:750;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.mainContent{min-width:0;overflow-y:auto;padding:28px}.toolbar,.panelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.eyebrow{margin:0 0 6px;color:var(--brand-blue);font-size:.82rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}h2{margin-bottom:6px;font-size:1.08rem}.panelHeader p,.emptyState p,.metricCard p{color:#637181}.loadingPill{display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid #d7e3ec;border-radius:8px;background:#f8fbfd;color:#536272;padding:0 10px;font-size:.82rem;font-weight:800;white-space:nowrap}.pageLoadingOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:18;display:grid;place-items:center;background:#f4f6f89e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:20px}.pageLoadingPanel{display:inline-flex;align-items:center;gap:12px;min-height:68px;border:1px solid #d7e3ec;border-radius:8px;background:#fff;color:#17202a;padding:16px 20px;box-shadow:0 20px 54px #06152b2e;font-size:1rem;font-weight:850}.pageLoadingPanel svg{color:var(--brand-blue)}.profileBadges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profileTitleWithBadge{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.toolbarActions{display:flex;align-items:center;gap:10px}.headingWithBadge{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.planBadge{display:inline-grid;gap:2px;max-width:min(460px,100%);border:1px solid #d7e3ec;border-radius:8px;background:#f8fbfd;padding:9px 12px}.planBadgeWarning{border-color:#f2b84b;background:#fff8e8}.planBadgeSuspended{border-color:#f0a4c4;background:#fff0f7}.planBadge span{color:#637181;font-size:.72rem;font-weight:800;line-height:1.1;text-transform:uppercase}.planBadge strong{color:#17202a;font-size:.92rem;line-height:1.2}.planBadge small{color:#536272;font-size:.78rem;font-weight:700;line-height:1.2}.planBadgeWarning span{color:#9a5b00}.planBadgeWarning strong{color:#6f4100}.planBadgeSuspended span{color:#a0185b}.planBadgeSuspended strong{color:#7a1245}.quotaStrip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;border:1px solid #d7e3ec;border-radius:8px;background:#f8fbfd;padding:14px 16px}.quotaStrip div{display:grid;gap:3px}.quotaStrip span{color:#637181;font-size:.78rem;font-weight:800;text-transform:uppercase}.quotaStrip strong{color:#17202a;font-size:1rem}.quotaStrip p{margin:0;color:#536272;font-size:.88rem;font-weight:700;text-align:right}.primaryButton,.secondaryButton,.dangerButton,.iconButton{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:8px;cursor:pointer}.primaryButton{gap:8px;border:1px solid #1d4f7a;background:var(--brand-blue);color:#fff;padding:0 14px;font-weight:700}.secondaryButton,.iconButton{border:1px solid #cfd8df;background:#fff;color:#23313e}.dangerButton{gap:8px;border:1px solid #f2b8b5;background:#fff5f5;color:#8f1d18;padding:0 14px}.dangerButton:hover:not(:disabled){background:#ffebe9}.secondaryButton{padding:0 14px}.iconButton{width:40px;text-decoration:none}.metricsGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:26px 0}.metricCard,.panel{border:1px solid #dce3e8;border-radius:8px;background:#fff}.metricCard{display:flex;gap:12px;padding:16px}.metricCardWarning{border-color:#f2b84b;background:#fff8e8}.metricCardWarning .metricIcon{background:#ffe6ad;color:#9a5b00}.metricCardSuspended{border-color:#f0a4c4;background:#fff0f7}.metricCardSuspended .metricIcon{background:#ffd9ea;color:#9d174d}.metricIcon,.emptyIcon{display:grid;place-items:center;border-radius:8px;background:var(--brand-blue-soft);color:#0b5fd3}.metricIcon{width:42px;height:42px;flex:0 0 auto}.metricCard span{display:block;color:#637181;font-size:.84rem}.metricCard strong{display:block;margin-top:4px;font-size:1.55rem;line-height:1.1}.metricCard p{margin:8px 0 0;font-size:.86rem}.workspaceGrid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:18px;align-items:start}.profileLayout{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1.25fr);gap:18px;align-items:start;margin-top:26px}.profilePanel{min-width:0}.profilePanel.authForm{margin-top:0}.profileLoadingPanel{grid-column:1 / -1;display:inline-flex;align-items:center;gap:10px;color:#536272;font-weight:800}.paymentMethodList{display:grid;gap:10px}.paymentMethodItem{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e1e8ed;border-radius:8px;background:#fbfcfd;padding:12px}.paymentMethodItem strong{display:block;color:#253341;font-size:.9rem;text-transform:capitalize}.paymentMethodItem p,.emptyPanelText{margin:0;color:#637181;font-size:.86rem;font-weight:700}.profileSubmit{justify-self:end}.profilePaymentActions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.panel{padding:18px}.tableShell{margin-top:18px;overflow-x:auto}.tableLinkButton{border:0;background:transparent;color:#0969da;cursor:pointer;font:inherit;font-weight:800;padding:0;text-decoration:underline;text-underline-offset:3px}.tableLinkButton:hover,.tableLinkButton:focus-visible{color:#074f9f}.activeFilterBar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;border:1px solid #cfd8df;border-radius:8px;background:#f7fafc;color:#253341;padding:10px 12px;font-size:.9rem;font-weight:800}.estimatesLayout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;margin-top:26px}.estimatesPanel{order:2;min-width:0}.estimatesHeader{align-items:flex-start}.searchControls{display:flex;align-items:center;gap:8px}.searchControls input,.searchControls select,.paginationBar select,.mergeSearchForm input,.insuranceGuidelineUploadRow input{min-height:40px;border:1px solid #cfd8df;border-radius:8px;background:#fff;color:var(--text-strong);padding:0 10px}.searchControls input{width:190px}.searchControls input[type=number]{width:76px}.searchControls select{min-width:120px}.searchControls .inlineCheckbox{display:inline-flex;align-items:center;gap:8px;min-height:40px;color:#314150;font-size:.84rem;font-weight:800;white-space:nowrap}.searchControls .inlineCheckbox input{width:16px;min-height:16px}.adminFilters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.adminFilters>span{color:#526170;font-size:.82rem;font-weight:800;text-transform:uppercase}.segmentedControl{display:inline-flex;overflow:hidden;border:1px solid #cfd8df;border-radius:8px;background:#fff}.segmentedControl button{min-height:38px;border:0;border-right:1px solid #dbe4ea;background:transparent;color:#314150;cursor:pointer;font-size:.88rem;font-weight:800;padding:0 14px}.segmentedControl button:last-child{border-right:0}.segmentedControl button:hover,.segmentedControl button:focus-visible{background:#eef3f7}.segmentedControl button.active{background:var(--brand-blue);color:#fff}.rowActions{display:flex;align-items:center;gap:8px}.businessStatusCell .statusBadge{justify-content:center;min-width:118px}.businessActionCell{display:flex;flex-direction:column;gap:8px;min-width:150px}.businessActionCell .compactButton{justify-content:center;min-width:132px}.paymentCell{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:340px}.paymentCell span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collectDialog{width:min(1180px,96vw);max-height:92vh;overflow:hidden}.collectDialog .confirmContent{min-width:0}.collectSummary{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border:1px solid #dce3e8;border-radius:8px;background:#f8fbfd;padding:10px 12px}.collectSummary .inlineCheckbox{display:inline-flex;align-items:center;gap:8px;color:#314150;font-size:.84rem;font-weight:800}.collectSummary strong{color:#17202a;font-size:1rem}.collectSummary span{color:#637181;font-size:.82rem;font-weight:800}.collectTableShell{max-height:min(460px,44vh);overflow:auto}.collectTableShell table{min-width:920px}.mergeSearchForm{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:14px}.mergeSearchForm label{display:grid;gap:6px;color:#314150;font-size:.84rem;font-weight:800}.mergeSearchForm input{width:100%}.mergeTargetList{display:grid;gap:8px;margin-top:12px}.mergeTargetOption{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid #dce3e8;border-radius:8px;background:#fff;color:#17202a;padding:10px 12px;text-align:left;cursor:pointer}.mergeTargetOption:hover,.mergeTargetOption:focus-visible{border-color:#80b4e8;outline:none;box-shadow:0 0 0 3px #1677d81f}.mergeTargetOption.selected{border-color:#1677d8;background:#f2f8ff}.mergeTargetOption span{display:grid;min-width:0;gap:3px}.mergeTargetOption strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mergeTargetOption small{color:#637181;font-size:.8rem;font-weight:700;overflow-wrap:anywhere}.mergePreviewPanel{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-top:14px}.mergePreviewPanel>div{display:grid;gap:4px;border:1px solid #dce3e8;border-radius:8px;background:#f8fbfd;padding:10px}.mergePreviewPanel span{color:#637181;font-size:.78rem;font-weight:800;text-transform:uppercase}.mergePreviewPanel strong{color:#17202a;font-size:1.05rem}.mergePreviewPanel .formMessage{grid-column:1 / -1;margin:0}.mergeOperationGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:14px}.mergeOperationColumn{display:grid;align-content:start;gap:10px;min-width:0}.mergeOperationColumn h3{margin:0;color:#17202a;font-size:1rem}.mergeSelectedBusiness{display:grid;gap:4px;border:1px solid #b9d6f2;border-radius:8px;background:#f2f8ff;padding:10px 12px}.mergeSelectedBusiness span{color:#1677d8;font-size:.74rem;font-weight:900;text-transform:uppercase}.mergeSelectedBusiness strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mergeSelectedBusiness small{color:#637181;font-size:.8rem;font-weight:700;overflow-wrap:anywhere}.mergeSelectedBusiness .statusBadge{width:fit-content}.mergeOperationPreview{margin-top:18px}.mergeOperationConfirm{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;border:1px solid #f2b8b5;border-radius:8px;background:#fff7f7;padding:12px}.mergeOperationConfirm>div{display:inline-flex;align-items:center;gap:8px;color:#8f1d18;font-size:.86rem;font-weight:800}.collectTableShell th,.collectTableShell td{padding:12px 18px}.collectTableShell th:first-child,.collectTableShell td:first-child{width:84px;text-align:center}.compactButton{gap:6px;min-height:34px;padding:0 10px;font-size:.82rem;white-space:nowrap}.uploadPanel{order:1;display:grid;gap:14px}.uploadPanelHeader{align-items:flex-start}.panelHeaderActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.uploadPanelBody{display:grid;gap:14px}.uploadFileGrid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.45fr);grid-template-areas:"estimate insurance" "oem supporting" "photos photos";gap:14px;align-items:start}.estimatePdfField{grid-area:estimate}.oemPlannerField{grid-area:oem}.estimatePdfField,.oemPlannerField,.supportingFileField{border:1px solid #cbd7e1;border-radius:8px;background:#fff;padding:12px}.estimatePdfField{box-shadow:inset 4px 0 #d7e3ec}.estimatePdfField .fileDropZone{grid-template-columns:1fr 1.5fr;grid-template-areas:"label action" "helper action" "input action" "count action";column-gap:18px}.estimatePdfField .fileDropZone>span:first-child{display:flex;align-items:center;justify-content:flex-start;gap:8px;grid-area:label}.estimatePdfField .fileDropZone small{grid-area:helper}.estimatePdfField .fileDropZone input{grid-area:input}.estimatePdfField .fileSelectionCount{grid-area:count}.estimatePdfField .fileFieldInlineActions{display:flex;flex-direction:column;grid-area:action;align-items:flex-start;align-self:start;gap:12px;justify-content:flex-start;min-width:0}.estimateSystemImportBlock{display:grid;gap:8px;min-width:0}.estimateSystemImportHeader{color:#253341;font-size:.88rem;font-weight:800}.estimateSystemImportList{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.estimateSystemPlaceholderButton{justify-content:center;width:auto;min-height:36px;white-space:nowrap}.estimateSystemPlaceholderButton span{color:#687685;font-size:.76rem;font-weight:800}.estimatePdfIdentifierSummary{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;max-width:320px;min-width:220px}.estimatePdfIdentifierSummary span{display:grid;gap:2px;width:100%;min-width:0;border:1px solid #dbe5ec;border-radius:8px;background:#f8fafc;padding:10px 14px;color:#253341;font-size:.9rem;font-weight:800;overflow-wrap:anywhere}.estimatePdfIdentifierSummary b{color:#687685;font-size:.72rem;text-transform:uppercase}.confirmIdentifierSummary{margin:6px 0 4px}.oemPlannerField{box-shadow:inset 4px 0 #cfe1ff}.supportingFileField{grid-area:supporting;box-shadow:inset 4px 0 #d7e3ec}.photoFileField{grid-area:photos}.documentFileField .fileDropZone,.photoFileField .fileDropZone{min-height:132px}.estimatePdfField .fileDropZone,.oemPlannerField .fileDropZone{border:0;background:#fff;padding:0}.estimatePdfField .fileDropZone,.oemPlannerField .fileDropZone,.photoFileField .fileDropZone{align-content:space-between}.supportingFileField{min-height:0}.supportingFileField .fileDropZone{border:0;border-bottom:1px solid #e1e8ed;border-radius:0;background:#fff;min-height:auto;align-content:start;position:sticky;top:0;z-index:1;padding:0 0 12px}.supportingFileField .filePreviewList{grid-template-columns:repeat(3,minmax(0,1fr));max-height:360px;overflow-y:auto;margin-top:12px;padding-right:4px}.supportingFileField .filePreviewItem{min-height:50px;grid-template-columns:38px minmax(0,1fr) auto 34px;padding:6px}.supportingFileField .filePreviewThumb{width:38px;height:38px}.supportingFileField .filePreviewMeta span{font-size:.82rem}.supportingFileField .filePreviewMeta small{font-size:.72rem}.photoFileField{margin-top:4px}.photoFileField .filePreviewList{grid-template-columns:repeat(4,minmax(0,1fr));max-height:520px;overflow-y:auto;padding-right:4px}.photoFileField .filePreviewItem{grid-template-columns:48px minmax(0,1fr) auto 34px}.insuranceGuidelinesSection{grid-area:insurance;display:grid;gap:12px;border:1px solid #cbd7e1;border-radius:8px;background:#fff;padding:12px;box-shadow:inset 4px 0 #d8eadf}.insuranceGuidelinesHeader,.insuranceGuidelineUploadControls{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.insuranceGuidelinesTitleRow{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.insuranceGuidelinesHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.insuranceGuidelineUploadControls{justify-content:flex-end}.insuranceGuidelineUploadControls strong{color:#253341;font-size:.92rem}.insuranceGuidelinesHeader h3{margin:0;color:#253341;font-size:1rem}.insuranceGuidelinesHeader p{margin:3px 0 0;color:#687685;font-size:.82rem}.insuranceGuidelinesLayout{display:grid;grid-template-columns:1fr;gap:14px;align-items:start}.insuranceGuidelineSelectedList,.insuranceGuidelineUpload,.insuranceGuidelineUploadRows{display:grid;gap:8px}.insuranceGuidelineSelectedList{grid-template-columns:repeat(3,minmax(0,1fr))}.insuranceGuidelineSelectedList .formMessage{grid-column:1 / -1}.insuranceGuidelineSelectedItem{grid-template-columns:38px minmax(0,1fr) auto 34px;min-height:50px;padding:6px}.insuranceGuidelineUploadRow{min-width:0}.insuranceGuidelineUploadRow span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#687685;font-size:.75rem;margin-bottom:11px}.insuranceGuidelineUploadControls label{position:relative;overflow:hidden}.insuranceGuidelineUploadControls input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.insuranceGuidelineUploadRow{display:grid;grid-template-columns:minmax(120px,1fr) minmax(180px,1.2fr) 34px;align-items:end;gap:8px}.insuranceGuidelineUploadRow label{display:grid;gap:4px;min-width:0}.insuranceGuidelineUploadRow label small{color:#536272;font-size:.72rem;font-weight:850;text-transform:uppercase}.insuranceGuidelineUploadRow input{min-width:0;width:100%}.confirmDialog.insuranceGuidelinePickerDialog{grid-template-columns:minmax(0,1fr);width:min(760px,96vw);max-height:92vh;border-color:#cbd7e1;overflow:hidden}.confirmDialog.insuranceGuidelineUploadDialog{grid-template-columns:minmax(0,1fr);width:min(760px,96vw);max-height:92vh;border-color:#cbd7e1;overflow-y:auto}.insuranceGuidelinePickerDialog .modalHeader p{margin:4px 0 0;color:#687685;font-size:.84rem;font-weight:700}.insuranceGuidelinePickerSearch{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #dbe5ec;border-radius:8px;background:#fbfcfd;padding:8px 10px;color:#687685}.insuranceGuidelinePickerSearch input{width:100%;min-width:0;border:0;background:transparent;color:#253341;font:inherit;outline:0}.insuranceGuidelineModalList{display:grid;gap:8px;max-height:min(520px,58vh);overflow-y:auto;padding-right:4px}.insuranceGuidelineModalOption{display:grid;grid-template-columns:auto 38px minmax(0,1fr) 36px;align-items:center;gap:10px;border:1px solid #dbe5ec;border-radius:8px;background:#fbfcfd;padding:8px}.insuranceGuidelineModalOption input{width:16px;height:16px}.insuranceGuidelineModalOption span{min-width:0}.insuranceGuidelineModalOption strong,.insuranceGuidelineModalOption small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insuranceGuidelineModalOption strong{color:#253341;font-size:.88rem}.insuranceGuidelineModalOption small{color:#687685;font-size:.75rem}.fileCountBreakdown{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:28px;border:1px solid #dbe5ec;border-radius:999px;background:#f8fafc;color:#253341;font-weight:850}.uploadSubmitRow{display:flex;justify-content:flex-end}.uploadPanelSummary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;color:#536272;font-size:.88rem}.uploadPanelSummary span:last-child{color:#253341;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8rem;overflow-wrap:anywhere}.statusTimeline{display:grid;gap:10px;border:1px solid #e1e8ed;border-radius:8px;background:#fbfcfd;padding:12px}.statusTimelineHeader{display:flex;align-items:center;justify-content:space-between;color:#314150;font-size:.82rem;font-weight:850}.statusTimelineTrack{position:relative;display:grid;grid-auto-columns:minmax(160px,1fr);grid-auto-flow:column;gap:12px;overflow-x:auto;padding-top:10px}.statusTimelineTrack:before{position:absolute;top:19px;right:0;left:0;height:2px;background:#d7e2ea;content:""}.statusTimelineItem{position:relative;display:grid;grid-template-rows:18px minmax(0,1fr);gap:8px;min-width:0}.statusTimelineDot{position:relative;z-index:1;width:8px;height:8px;margin-top:5px;border-radius:999px;background:var(--brand-blue);box-shadow:0 0 0 4px #fbfcfd}.statusTimelineItem strong{display:block;overflow:hidden;color:#253341;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.statusTimelineItem p{margin:2px 0;color:#536272;font-size:.82rem;line-height:1.35;white-space:normal}.statusTimelineItem small{display:block;overflow:hidden;color:#758391;font-size:.74rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.workflowList{display:grid;gap:12px}.workflowItem{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:start;border:1px solid #e1e8ed;border-radius:8px;background:#fbfcfd;padding:10px}.workflowItem>svg{display:grid;width:36px;height:36px;border-radius:8px;background:var(--brand-blue-soft);color:#0b5fd3;padding:9px}.workflowItem strong{display:block;color:#253341;font-size:.88rem}.workflowItem p{margin:4px 0 0;color:#637181;font-size:.82rem;line-height:1.4}.resultPanel{display:grid;gap:10px;border:1px solid #b9e4cd;border-radius:8px;background:#fbfffd;padding:12px}.resultScreen{display:grid;gap:16px;margin-top:26px}.resultScreenPanel{display:grid;gap:16px}.resultSummary{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(140px,.8fr) minmax(140px,.6fr) minmax(190px,1fr);gap:12px;border-bottom:1px solid #e6ecef;padding-bottom:16px}.resultSummary div{min-width:0}.resultSummary div>span{display:block;color:#637181;font-size:.72rem;font-weight:850;text-transform:uppercase}.resultSummary .statusBadge{margin-top:4px;width:fit-content}.resultSummary strong{display:block;overflow:hidden;margin-top:4px;color:#253341;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.resultHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.resultHeader h3{margin-bottom:2px;font-size:1rem}.resultHeader p{margin-bottom:0;color:#637181;font-size:.82rem;font-weight:700}.resultMeta{display:flex;flex-wrap:wrap;gap:8px}.resultMetaItem{display:grid;gap:2px;min-width:110px;max-width:320px;border:1px solid #e1e8ed;border-radius:8px;background:#fff;padding:8px 10px}.resultMetaItem span{overflow:hidden;color:#637181;font-size:.72rem;font-weight:850;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.resultMetaItem strong{overflow:hidden;color:#253341;font-size:.86rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.resultText{max-height:520px;overflow:auto;border:1px solid #dce3e8;border-radius:8px;background:#fff;color:#253341;padding:16px;font-size:.92rem;line-height:1.58}.resultPanel.spacious .resultText{max-height:none;min-height:520px;font-size:.95rem}.resultText>:first-child,.resultText>:first-child>:first-child{margin-top:0}.resultText>:last-child,.resultText>:last-child>:last-child{margin-bottom:0}.resultText h1,.resultText h2,.resultText h3{margin:22px 0 10px;color:#17202a;line-height:1.2}.resultText h1{font-size:1.45rem}.resultText h2{font-size:1.18rem}.resultText h3{font-size:1rem}.resultText p,.resultText ul,.resultText ol,.resultText blockquote,.resultText table{margin:0 0 14px}.resultText ul,.resultText ol{padding-left:22px}.resultText li+li{margin-top:5px}.resultText code{border-radius:5px;background:#eef3f7;padding:2px 5px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.86em}.resultText pre{overflow-x:auto;border-radius:8px;background:#17202a;color:#fff;padding:12px}.resultText pre code{background:transparent;padding:0}.resultText table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-size:.86rem}.resultText th,.resultText td{border:1px solid #e1e8ed;padding:8px 10px;vertical-align:top;white-space:normal}.resultText th{background:#f4f6f8;color:#314150;font-size:.74rem;font-weight:850;text-transform:uppercase}.resultText tbody tr:nth-child(2n){background:#fbfcfd}.resultText blockquote{border-left:3px solid #b9cad8;color:#536272;padding-left:12px}.fileField{display:grid;gap:8px;color:#314150;font-size:.88rem;font-weight:800}.fileDropZone{display:grid;gap:8px;border:1px dashed #bac7d1;border-radius:8px;background:#f9fbfc;padding:12px;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.fileDropZone.dragging{border-color:var(--brand-blue);background:#eef6ff;box-shadow:0 0 0 3px #0e7aff1f}.fileDropZone.readOnly{cursor:default;opacity:.72}.fileDropZone>span{display:flex;align-items:center;justify-content:space-between;gap:10px}.fileFieldLabelText{min-width:0}.fileFieldLabelNote{color:#687685;font-weight:400}.fileDropZone small{color:#687685;font-size:.78rem;font-weight:700}.fileField strong{border-radius:999px;background:#fff3d6;color:#775109;padding:4px 8px;font-size:.72rem}.fileField input{width:100%;max-width:170px;color:transparent}.fileField input::file-selector-button{min-height:34px;border:1px solid #cfd8df;border-radius:8px;background:#fff;color:#253341;padding:0 12px;cursor:pointer;font:inherit;font-weight:800}.fileField input::-webkit-file-upload-button{min-height:34px;border:1px solid #cfd8df;border-radius:8px;background:#fff;color:#253341;padding:0 12px;cursor:pointer;font:inherit;font-weight:800}.fileFieldInlineActions{display:flex;align-items:center;gap:8px;min-width:0}.fileRemoveAllButton{justify-self:start;min-height:32px;gap:6px;padding:0 10px;font-size:.8rem}.fileSelectionCount{color:#536272;font-size:.82rem;font-weight:800}.filePreviewList{display:grid;gap:8px}.filePreviewItem{display:grid;grid-template-columns:44px minmax(0,1fr) auto 36px;align-items:center;gap:10px;min-height:56px;border:1px solid #e1e8ed;border-radius:8px;background:#fff;padding:7px}.filePreviewItem.existingFile{background:#fbfcfd}.filePreviewItem.unsupportedFile{border-color:#f2a3a3;background:#fff5f5;box-shadow:inset 4px 0 #dc2626}.filePreviewItem.unsupportedFile .filePreviewThumb{border-color:#f2a3a3;background:#fee2e2;color:#991b1b}.filePreviewItem.unsupportedFile .filePreviewMeta span,.filePreviewItem.unsupportedFile .filePreviewMeta small{color:#991b1b}.filePreviewItem .compactButton{width:auto}.filePreviewThumb{display:grid;width:44px;height:44px;place-items:center;overflow:hidden;border:1px solid #dce3e8;border-radius:6px;background:#f4f6f8;color:#536272}.filePreviewThumb img{width:100%;height:100%;object-fit:cover}.fileTypeGlyph{position:relative;display:inline-grid;width:24px;height:24px;place-items:center;color:#536272}.fileTypeGlyph svg{grid-area:1 / 1}.pdfFileGlyph span,.docFileGlyph span{position:absolute;right:1px;bottom:1px;border-radius:2px;color:#fff;font-size:.42rem;font-weight:900;line-height:1;padding:1px 2px}.pdfFileGlyph span{background:#dc2626}.docFileGlyph span{background:#2563eb}.pdfFileGlyph.small,.docFileGlyph.small{width:18px;height:18px}.pdfFileGlyph.small span,.docFileGlyph.small span{right:-1px;bottom:-1px;font-size:.32rem;padding:1px}.filePreviewMeta{display:grid;gap:3px;min-width:0}.filePreviewMeta span{overflow:hidden;color:#253341;font-size:.84rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.filePreviewMeta small{overflow:hidden;color:#687685;font-size:.74rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.filePreviewActionPlaceholder{width:36px;height:36px}.paginationBar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px;color:#536272;font-size:.88rem;font-weight:700}.paginationBar label{display:inline-flex;align-items:center;gap:7px}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;background:#06152b75;padding:20px}.confirmDialog{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;width:min(100%,480px);border:1px solid #f2b8b5;border-radius:8px;background:#fff;padding:18px;box-shadow:0 24px 70px #06152b3d}.confirmDialog.collectDialog{width:min(1180px,96vw);max-height:92vh}.confirmDialog.estimateSystemImportDialog{width:min(560px,96vw);max-height:92vh;overflow-y:auto;transition:width .18s ease}.confirmDialog.estimateSystemImportDialogExpanded{width:min(1040px,96vw)}.confirmDialog.estimateUploadWizardDialog{grid-template-columns:minmax(0,1fr);width:min(1120px,96vw);max-height:94vh;border-color:#cbd7e1;overflow:hidden}.confirmDialog.businessSearchDialog{grid-template-columns:minmax(0,1fr);width:min(620px,96vw);max-height:92vh;overflow-y:auto}.modalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.modalHeader h2{margin:.1rem 0 0}.estimateUploadWizardHeader p{margin:4px 0 0;color:#687685;font-size:.84rem;font-weight:750}.estimateUploadWizardSteps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;border-bottom:1px solid #e1e8ed;padding-bottom:14px}.estimateUploadWizardStep{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0;min-height:42px;border:1px solid #dbe5ec;border-radius:8px;background:#fff;color:#536272;padding:0 10px;font:inherit;font-size:.78rem;font-weight:850;text-align:left;cursor:pointer}.estimateUploadWizardStep span{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;border-radius:999px;background:#edf3f7;color:#253341;font-size:.76rem}.estimateUploadWizardStep.current{border-color:#1d6f8f;background:#f2f8fb;color:#163449}.estimateUploadWizardStep.complete span{background:#d8eadf;color:#24593b}.estimateUploadWizardStep:disabled{opacity:.58;cursor:not-allowed}.estimateUploadWizardBody{min-height:360px;max-height:calc(94vh - 230px);overflow-y:auto;padding-right:4px}.estimateUploadWizardBody .estimatePdfField,.estimateUploadWizardBody .oemPlannerField,.estimateUploadWizardBody .supportingFileField,.estimateUploadWizardBody .insuranceGuidelinesSection,.estimateUploadWizardBody .photoFileField{max-width:none}.estimateUploadWizardBody .photoFileField{margin-top:0}.estimateWizardImportChoices{display:grid;gap:18px}.estimateWizardImportGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.estimateWizardImportChoice{display:block;position:relative;isolation:isolate;overflow:hidden;min-height:150px;border-color:#dbe5eceb;background:#1d3345;padding:18px 18px 16px;font-size:.96rem}.estimateWizardImportChoice:before,.estimateWizardImportChoice:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.estimateWizardImportChoice:before{background-position:center;background-size:cover;opacity:1;transition:transform .18s ease,opacity .18s ease}.estimateWizardImportChoice:after{z-index:-1;background:linear-gradient(90deg,#0a18269e,#0a182657 52%,#0a18262e),linear-gradient(180deg,#0a18260a,#0a182652)}.estimateWizardImportChoice:hover:before{transform:scale(1.04);opacity:1}.estimateWizardImportChoice.mitchellImportChoice:before{background-image:url(https://www.mitchell.com/sites/mitchell/files/styles/enlyte_card_image_3_image_style/public/2025-10/mitchell-intelligent-estimating.jpg?itok=E3Oyjb4x)}.estimateWizardImportChoice.qapterImportChoice:before{background-image:url(https://www.audatexsolutions.com/CSGShared/images/marketing_background.jpg);background-position:center}.estimateWizardImportChoice.cccImportChoice:before{background-image:url(https://cdn.prod.website-files.com/677e7ecbb3dbbe98615cde30/67d7a8aab76e4147169f0773_estimating-hero-p-800.webp)}.estimateWizardImportChoice svg{position:absolute;top:22px;left:22px;color:#fff;filter:drop-shadow(0 1px 2px rgba(6,21,43,.34))}.estimateWizardImportLogo{position:absolute;left:26px;bottom:28px;width:min(170px,calc(100% - 52px));max-height:58px;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(255,255,255,.8)) drop-shadow(0 8px 18px rgba(6,21,43,.36))}.estimateWizardMitchellLogo{position:absolute;left:28px;right:18px;bottom:34px;color:#fff;font-size:clamp(1.45rem,2.4vw,2rem);font-weight:350;line-height:1;text-shadow:0 2px 5px rgba(6,21,43,.48);white-space:nowrap}.estimateWizardMitchellLogo b{color:#20aeea;font-weight:850}.estimateWizardMitchellLogo sup{position:relative;top:-.45em;color:#20aeea;font-size:.48em;font-weight:850}.estimateWizardQapterLogo{position:absolute;left:26px;bottom:28px;display:grid;grid-template-columns:minmax(0,auto) 1px auto;grid-template-rows:auto auto;align-items:center;justify-content:start;column-gap:10px;width:fit-content;max-width:calc(100% - 52px);border-radius:6px;background:#fffffff5;padding:9px 10px;box-shadow:0 10px 24px #06152b33}.estimateWizardQapterLogo b{grid-column:1;color:#3d277d;font-size:1rem;font-weight:900;letter-spacing:.1em;line-height:1;text-transform:uppercase}.estimateWizardQapterLogo small{grid-column:1;color:#8b8f98;font-size:.55rem;font-weight:700;letter-spacing:.14em;line-height:1.1;white-space:nowrap}.estimateWizardQapterLogo i{grid-column:2;grid-row:1 / span 2;width:1px;height:34px;background:#aeb5bd}.estimateWizardQapterLogo em{grid-column:3;grid-row:1 / span 2;color:#343840;font-size:1.18rem;font-style:normal;font-weight:400;line-height:1}.estimateWizardImportName{position:absolute;left:18px;bottom:16px;min-width:0;overflow-wrap:anywhere;color:#fff;font-weight:850;text-shadow:0 1px 2px rgba(6,21,43,.54)}.estimateUploadWizardActions{border-top:1px solid #e1e8ed;padding-top:14px}.confirmIcon{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:#ffebe9;color:#8f1d18}.confirmContent h2{margin-bottom:8px;color:#17202a;font-size:1.12rem}.confirmContent p{margin-bottom:16px;color:#536272;line-height:1.5}.estimateSystemImportForm{display:grid;gap:12px}.estimateSystemImportForm p{margin-bottom:0}.estimateSystemImportForm label{display:grid;gap:6px;color:#314150;font-size:.86rem;font-weight:800}.estimateSystemImportForm input:not([type=checkbox]):not([type=radio]){width:100%;min-height:42px;border:1px solid #cbd7e1;border-radius:8px;background:#fff;color:#253341;padding:0 12px;font:inherit;font-weight:700}.estimateSystemImportForm .passwordInputWrap input{padding-right:48px}.estimateSystemImportForm input:not([type=checkbox]):not([type=radio]):focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0e7aff1f;outline:0}.estimateSystemSearchTypeField{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:0;padding:0}.estimateSystemSearchTypeField legend{grid-column:1 / -1;color:#314150;font-size:.86rem;font-weight:800}.estimateSystemImportForm .estimateSystemSearchTypeField label{display:flex;align-items:center;min-height:40px;border:1px solid #cbd7e1;border-radius:8px;background:#fff;padding:8px 10px;color:#314150;font-weight:800}.estimateSystemImportForm .estimateSystemSearchTypeField input{width:18px;height:18px;margin:0}.estimateSystemImportForm .checkboxField{grid-template-columns:auto minmax(0,1fr);align-items:start;color:#536272;font-weight:700;line-height:1.4}.estimateSystemImportForm .checkboxField input{width:18px;height:18px;margin-top:1px}.estimateSystemImportProgress{display:inline-flex;align-items:center;gap:8px;min-height:36px;border:1px solid #d7e3ec;border-radius:8px;background:#f7fafc;color:#314150;padding:8px 10px;font-size:.86rem;font-weight:800}.estimateSystemSelectionField{display:grid;gap:8px;max-height:min(420px,46vh);overflow-y:auto;border:1px solid #d7e3ec;border-radius:8px;padding:10px}.estimateSystemSelectionField legend{padding:0 4px;color:#314150;font-size:.84rem;font-weight:800}.estimateSystemImportForm .estimateSystemSelectionOption{grid-template-columns:auto minmax(0,1fr);align-items:start;border:1px solid #e1e8ed;border-radius:8px;background:#fff;padding:10px}.estimateSystemImportForm .estimateSystemSelectionOption input{width:18px;height:18px;margin-top:2px}.estimateSystemSelectionOption span{display:grid;gap:3px;min-width:0}.estimateSystemSelectionOption strong,.estimateSystemSelectionOption small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.estimateSystemSelectionOption small{color:#687685;font-size:.76rem}.estimateSystemSelectionDetails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px 12px;margin-top:4px;color:#536272;font-size:.76rem;font-weight:700}.estimateSystemSelectionDetails span{display:grid;gap:2px;min-width:0}.estimateSystemSelectionDetails b{color:#9aa5af;font-size:.68rem;font-weight:800;text-transform:uppercase}.confirmActions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.monoCell{max-width:230px;overflow:hidden;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;text-overflow:ellipsis}.mutedCell{margin-top:4px;color:#667789;font-size:.78rem;font-weight:700}.placeholderPanel{margin-top:26px}.srOnly{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}table{width:100%;border-collapse:collapse;min-width:720px}th,td{border-bottom:1px solid #e6ecef;padding:14px 12px;text-align:left;white-space:nowrap}th{color:#617080;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}td{color:#253341;font-size:.92rem}.tableLoadingCell{color:#536272;font-weight:800}.tableLoadingCell svg{margin-right:8px;vertical-align:-2px}.statusBadge{display:inline-flex;align-items:center;gap:5px;min-height:26px;border-radius:999px;padding:0 10px;font-size:.78rem;font-weight:800}.statusBadge.needs-review{background:#fff3d6;color:#775109}.statusBadge.draft{background:#e8eef5;color:#425469}.statusBadge.approved,.statusBadge.uploaded,.statusBadge.vin-extracted,.statusBadge.completed{background:#e4f6ec;color:#17624a}.statusBadge.uploading,.statusBadge.processing,.statusBadge.pending,.statusBadge.free-quote{background:#e8f2ff;color:#0b5fd3}.statusBadge.paid{background:#e4f6ec;color:#17624a}.statusBadge.outstanding,.statusBadge.subscription-outstanding{background:#fff3d6;color:#775109}.statusBadge.suspended{background:#fff0f7;color:#9d174d}.statusBadge.unpaid{background:#fff3d6;color:#775109}.statusBadge.payment-failed{background:#ffebe9;color:#8f1d18}.statusBadge.not-submitted{background:#e8eef5;color:#425469}.statusBadge.failed{background:#ffebe9;color:#8f1d18}.inspectorPanel{min-height:410px}.emptyState{display:grid;min-height:300px;place-items:center;align-content:center;padding:30px;text-align:center}.emptyIcon{width:58px;height:58px;margin-bottom:16px}.emptyState h3{margin-bottom:8px;font-size:1rem}.emptyState p{max-width:34ch;margin-bottom:0;line-height:1.5}.estimateHeaderBadges{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}@media(max-width:1280px){.metricsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.appShell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{border-right:0;border-bottom:1px solid rgba(14,122,255,.26);overflow:visible}.mainContent{overflow:visible}.navList{grid-template-columns:repeat(4,minmax(0,1fr))}.navItem{justify-content:center}.metricsGrid,.workspaceGrid,.profileLayout{grid-template-columns:1fr 1fr}.estimatesLayout,.mergeOperationGrid,.uploadFileGrid,.insuranceGuidelinesLayout{grid-template-columns:1fr}.uploadFileGrid{grid-template-areas:"estimate" "oem" "insurance" "supporting" "photos"}.estimatePdfField .fileDropZone{grid-template-columns:1fr auto;grid-template-areas:"label required" "helper helper" "input input" "count count" "action action"}.estimatePdfField .fileFieldInlineActions{display:flex;flex-direction:column;gap:8px;justify-self:stretch}.estimateSystemImportList{display:grid}.estimateSystemPlaceholderButton{width:100%}.estimateSystemSelectionDetails,.estimateUploadWizardSteps,.estimateWizardImportGrid{grid-template-columns:1fr}.estimateUploadWizardBody{max-height:calc(94vh - 300px)}.supportingFileField .filePreviewList{grid-template-columns:1fr;max-height:360px}.photoFileField .filePreviewList{grid-template-columns:repeat(2,minmax(0,1fr))}.queuePanel,.estimatesPanel{grid-column:1 / -1}}@media(max-width:680px){.mainContent{padding:18px}.insuranceGuidelineSelectedList{grid-template-columns:1fr}.toolbar,.panelHeader,.quotaStrip{align-items:flex-start;flex-direction:column}.headingWithBadge{align-items:flex-start;flex-direction:column;gap:10px}.planBadge{width:100%}.quotaStrip p{text-align:left}.toolbarActions,.searchControls,.mergeSearchForm,.panelHeaderActions,.paginationBar,.primaryButton,.secondaryButton{width:100%}.toolbarActions,.searchControls,.mergeOperationConfirm,.panelHeaderActions,.paginationBar{align-items:stretch;flex-direction:column}.mergeSearchForm{align-items:stretch;grid-template-columns:1fr}.searchControls input,.searchControls select{width:100%}.metricsGrid,.workspaceGrid,.profileLayout,.estimatesLayout,.navList{grid-template-columns:1fr}.authPanel{padding:20px}.fieldRow{grid-template-columns:1fr}.resultHeader{flex-direction:column}.resultMeta{display:grid;grid-template-columns:1fr}.resultSummary{grid-template-columns:1fr}.toastStack{top:10px;right:10px;width:calc(100vw - 20px)}.photoFileField .filePreviewList,.confirmDialog{grid-template-columns:1fr}.confirmActions{flex-direction:column-reverse}.confirmActions .primaryButton,.confirmActions .secondaryButton,.confirmActions .dangerButton{width:100%}}
