.Receipt-module__DyVQma__logos-container{flex-direction:row;justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Receipt-module__DyVQma__logos-container{flex-direction:column}}.Receipt-module__DyVQma__figureGrid2x2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:2rem 1rem;margin:2rem 0;display:grid}.Receipt-module__DyVQma__figureGridCell{justify-content:center;min-width:0;display:flex}.Receipt-module__DyVQma__figureGridCell>*,:is(.Receipt-module__DyVQma__figureGridCell svg,.Receipt-module__DyVQma__figureGridCell img,.Receipt-module__DyVQma__figureGridCell canvas){max-width:100%}.Receipt-module__DyVQma__figureBoundary{content-visibility:auto;contain-intrinsic-size:auto var(--figure-intrinsic-size,600px);overflow:visible}@supports not (content-visibility:auto){.Receipt-module__DyVQma__figureBoundary{contain:layout style}}.Receipt-module__DyVQma__codeBlock{width:-moz-fit-content;width:fit-content;max-width:100%;margin:1.25rem auto}.Receipt-module__DyVQma__codeBlock code{padding:0}.Receipt-module__DyVQma__uploadPanel{background:var(--background-color);border-top:1px solid var(--text-color);z-index:999;flex-direction:column;width:100%;max-height:50vh;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 6px #0003}.Receipt-module__DyVQma__uploadPanelInner{flex-direction:column;width:100%;max-width:1024px;min-height:0;margin:0 auto;padding:.75rem 1rem 0;display:flex;overflow:hidden}.Receipt-module__DyVQma__uploadPanelHeader{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Receipt-module__DyVQma__uploadClearBtn{cursor:pointer;padding:.25rem .5rem;font-size:.8rem}.Receipt-module__DyVQma__uploadPanelScroll{flex:1;min-height:0;padding-bottom:.75rem;overflow-y:auto}.Receipt-module__DyVQma__uploadFileCard{border-bottom:1px solid #80808033;padding:.5rem 0}.Receipt-module__DyVQma__uploadFileCard:last-child{border-bottom:none}.Receipt-module__DyVQma__uploadFileHeader{align-items:center;gap:.5rem;display:flex}.Receipt-module__DyVQma__uploadFileName{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.9rem;font-weight:500;overflow:hidden}.Receipt-module__DyVQma__uploadStageLabel{opacity:.7;white-space:nowrap;font-size:.8rem}.Receipt-module__DyVQma__stageDot{background:gray;border-radius:50%;flex-shrink:0;width:8px;height:8px}.Receipt-module__DyVQma__stageDotPending{background:gray}.Receipt-module__DyVQma__stageDotActive{background:var(--color-blue)}.Receipt-module__DyVQma__stageDotProcessing{background:var(--color-yellow);animation:1.5s ease-in-out infinite Receipt-module__DyVQma__pulse}.Receipt-module__DyVQma__stageDotComplete{background:var(--color-green)}.Receipt-module__DyVQma__stageDotFailed{background:var(--color-red)}@keyframes Receipt-module__DyVQma__pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.Receipt-module__DyVQma__stageDotProcessing{animation:none}}.Receipt-module__DyVQma__progressBarTrack{background:#80808033;border-radius:2px;height:4px;margin-top:.4rem;overflow:hidden}.Receipt-module__DyVQma__progressBarFill{background:var(--color-blue);border-radius:2px;height:100%;transition:width .2s}.Receipt-module__DyVQma__receiptRows{margin-top:.3rem;padding-left:1rem}.Receipt-module__DyVQma__receiptRow{opacity:.8;justify-content:space-between;padding:.1rem 0;font-size:.8rem;display:flex}.Receipt-module__DyVQma__receiptMerchant{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Receipt-module__DyVQma__receiptLabels{white-space:nowrap;margin-left:.5rem}.Receipt-module__DyVQma__errorMessage{color:var(--color-red);margin:.25rem 0 0;font-size:.8rem}
.WithinReceiptVerification-module__ZQVrOa__container{background:var(--background-color);border-radius:12px;width:100%;max-width:1024px;margin:2rem auto;padding:2rem}.WithinReceiptVerification-module__ZQVrOa__receiptQueue{width:var(--rf-queue-width,120px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.WithinReceiptVerification-module__ZQVrOa__queuedReceipt{background:var(--background-color);border:1px solid #ccc;width:100px;transition:top .4s,left .4s,opacity .4s,transform .4s;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}.WithinReceiptVerification-module__ZQVrOa__queuedReceipt.WithinReceiptVerification-module__ZQVrOa__flyingOut{opacity:0;pointer-events:none}.WithinReceiptVerification-module__ZQVrOa__receiptViewer{width:100%;height:100%}.WithinReceiptVerification-module__ZQVrOa__receiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.WithinReceiptVerification-module__ZQVrOa__receiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.WithinReceiptVerification-module__ZQVrOa__receiptImage{width:auto;max-width:100%;height:auto;max-height:500px;display:block}.WithinReceiptVerification-module__ZQVrOa__svgOverlay{pointer-events:none;display:block;position:absolute;inset:0}.WithinReceiptVerification-module__ZQVrOa__rightPanel{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:.75rem;width:280px;padding:1rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__passIndicator{justify-content:center;align-items:center;gap:0;margin-bottom:.5rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__passDot{width:16px;height:16px;color:var(--background-color);background-color:var(--text-color);opacity:.2;border-radius:50%;justify-content:center;align-items:center;font-size:.5rem;font-weight:700;transition:opacity .3s;display:flex}.WithinReceiptVerification-module__ZQVrOa__passDot.WithinReceiptVerification-module__ZQVrOa__active{opacity:.7}.WithinReceiptVerification-module__ZQVrOa__passDot.WithinReceiptVerification-module__ZQVrOa__complete{opacity:.5}.WithinReceiptVerification-module__ZQVrOa__passConnector{background:var(--text-color);opacity:.2;width:16px;height:1px;transition:opacity .3s}.WithinReceiptVerification-module__ZQVrOa__passConnector.WithinReceiptVerification-module__ZQVrOa__active{opacity:.6}.WithinReceiptVerification-module__ZQVrOa__cardContainer{min-height:200px;position:relative}.WithinReceiptVerification-module__ZQVrOa__card{width:100%}.WithinReceiptVerification-module__ZQVrOa__cardFadeIn{animation:.3s ease-in forwards WithinReceiptVerification-module__ZQVrOa__cardIn}.WithinReceiptVerification-module__ZQVrOa__cardFadeOut{animation:.3s ease-out forwards WithinReceiptVerification-module__ZQVrOa__cardOut}@keyframes WithinReceiptVerification-module__ZQVrOa__cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes WithinReceiptVerification-module__ZQVrOa__cardOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.WithinReceiptVerification-module__ZQVrOa__cardTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);opacity:.6;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.WithinReceiptVerification-module__ZQVrOa__cardBody{flex-direction:column;gap:.5rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__placeField{flex-direction:column;gap:.125rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__placeLabel{text-transform:uppercase;letter-spacing:.03em;color:var(--text-color);opacity:.5;font-size:.65rem;font-weight:500}.WithinReceiptVerification-module__ZQVrOa__placeValue{color:var(--text-color);word-break:break-word;font-size:.8rem}.WithinReceiptVerification-module__ZQVrOa__placeValue.WithinReceiptVerification-module__ZQVrOa__missing{opacity:.3;font-style:italic}.WithinReceiptVerification-module__ZQVrOa__confidenceGauge{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__gaugeTrack{background:var(--text-color);opacity:.1;border-radius:3px;flex:1;height:6px;overflow:hidden}.WithinReceiptVerification-module__ZQVrOa__gaugeFill{border-radius:3px;height:100%;transition:width .3s}.WithinReceiptVerification-module__ZQVrOa__gaugeLabel{color:var(--text-color);opacity:.7;text-align:right;min-width:36px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;font-weight:600}.WithinReceiptVerification-module__ZQVrOa__decisionTally{border-top:1px solid var(--text-color);opacity:.3;gap:.5rem;padding-top:.5rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__tallyItem{align-items:center;gap:.25rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__tallyDot{border-radius:50%;width:8px;height:8px}.WithinReceiptVerification-module__ZQVrOa__tallyCount{color:var(--text-color);font-family:Monaco,Menlo,Consolas,monospace;font-size:.75rem;font-weight:600}.WithinReceiptVerification-module__ZQVrOa__patternItem{align-items:baseline;gap:.5rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__patternLabel{color:var(--text-color);opacity:.7;text-transform:uppercase;letter-spacing:.02em;min-width:80px;font-size:.7rem;font-weight:600}.WithinReceiptVerification-module__ZQVrOa__patternCount{color:var(--text-color);font-family:Monaco,Menlo,Consolas,monospace;font-size:.8rem;font-weight:500}.WithinReceiptVerification-module__ZQVrOa__loading,.WithinReceiptVerification-module__ZQVrOa__error,.WithinReceiptVerification-module__ZQVrOa__receiptLoading{min-height:300px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;font-size:.9rem;display:flex}.WithinReceiptVerification-module__ZQVrOa__error{color:var(--color-red);opacity:1}@media (max-width:768px){.WithinReceiptVerification-module__ZQVrOa__container{padding:1rem}.WithinReceiptVerification-module__ZQVrOa__receiptViewer,.WithinReceiptVerification-module__ZQVrOa__receiptImageWrapper{justify-content:center;align-items:center;height:100%;display:flex}.WithinReceiptVerification-module__ZQVrOa__receiptImageInner{max-height:380px;position:relative}.WithinReceiptVerification-module__ZQVrOa__receiptImage{max-height:380px}.WithinReceiptVerification-module__ZQVrOa__svgOverlay{position:absolute;inset:0}.WithinReceiptVerification-module__ZQVrOa__rightPanel{width:100%;padding:0}.WithinReceiptVerification-module__ZQVrOa__passIndicator{justify-content:center}}@media (max-width:480px){.WithinReceiptVerification-module__ZQVrOa__receiptImageInner,.WithinReceiptVerification-module__ZQVrOa__receiptImage{max-height:300px}.WithinReceiptVerification-module__ZQVrOa__cardTitle{font-size:.7rem}}
.ReceiptFlowLoadingShell-module__2WPC9q__queueSkeleton{width:100%;height:100%;position:relative}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);background:rgba(var(--text-color-rgb,0, 0, 0), .06);border-radius:2px;width:100px;height:140px;position:absolute;box-shadow:0 2px 6px #00000014}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder:first-child{top:0;left:10px;transform:rotate(-2deg)}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder:nth-child(2){top:20px;left:8px;transform:rotate(1deg)}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder:nth-child(3){top:40px;left:12px;transform:rotate(-1deg)}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder:nth-child(4){top:60px;left:6px;transform:rotate(2deg)}.ReceiptFlowLoadingShell-module__2WPC9q__queuedPlaceholder:nth-child(5){top:80px;left:10px;transform:rotate(-1deg)}.ReceiptFlowLoadingShell-module__2WPC9q__centerSkeleton{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholder{aspect-ratio:3/5;border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);background:rgba(var(--text-color-rgb,0, 0, 0), .05);border-radius:2px;width:100%;max-width:280px;position:relative;box-shadow:0 2px 6px #00000014}.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholderHealth{aspect-ratio:7/16;max-width:220px}.ReceiptFlowLoadingShell-module__2WPC9q__legendSkeleton{flex-direction:column;flex-shrink:0;gap:.75rem;padding:1rem 0;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__cardBlockSkeleton{flex-direction:column;gap:.5rem;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__cardLineSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .08);border-radius:4px;height:12px}.ReceiptFlowLoadingShell-module__2WPC9q__cardLineSkeleton.ReceiptFlowLoadingShell-module__2WPC9q__short{width:60%}.ReceiptFlowLoadingShell-module__2WPC9q__cardLineSkeleton.ReceiptFlowLoadingShell-module__2WPC9q__medium{width:85%}.ReceiptFlowLoadingShell-module__2WPC9q__cardLineSkeleton.ReceiptFlowLoadingShell-module__2WPC9q__long{width:100%}.ReceiptFlowLoadingShell-module__2WPC9q__legendFinancial{width:200px;max-height:500px}.ReceiptFlowLoadingShell-module__2WPC9q__equationCardSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .06);border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .08);border-radius:6px;height:56px}.ReceiptFlowLoadingShell-module__2WPC9q__legendBetween{width:280px;max-height:500px}.ReceiptFlowLoadingShell-module__2WPC9q__evidenceCardSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .05);border-bottom:1px solid rgba(var(--text-color-rgb,0, 0, 0), .08);border-radius:4px;height:72px}.ReceiptFlowLoadingShell-module__2WPC9q__legendLayoutLM{width:180px}.ReceiptFlowLoadingShell-module__2WPC9q__legendLayoutLMDesktop{flex-direction:column;gap:.75rem;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__legendLayoutLMMobile{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem 1.5rem;display:none}.ReceiptFlowLoadingShell-module__2WPC9q__legendRowSkeleton{align-items:center;gap:.75rem;height:24px;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__legendDotSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .1);border-radius:50%;flex-shrink:0;width:16px;height:16px}.ReceiptFlowLoadingShell-module__2WPC9q__legendLabelSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .08);border-radius:4px;width:70px;height:14px}.ReceiptFlowLoadingShell-module__2WPC9q__inferenceTimeSkeleton{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .1);margin-top:1.5rem;padding-top:1rem}.ReceiptFlowLoadingShell-module__2WPC9q__inferenceTimeSkeleton .ReceiptFlowLoadingShell-module__2WPC9q__cardLineSkeleton{width:60px;height:20px;margin-top:.25rem}.ReceiptFlowLoadingShell-module__2WPC9q__legendHealth{gap:.52rem;width:280px;padding:1rem 0}.ReceiptFlowLoadingShell-module__2WPC9q__healthRowSkeleton{grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:.6rem;min-height:28px;display:grid}.ReceiptFlowLoadingShell-module__2WPC9q__healthLabelSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .08);border-radius:4px;width:74px;height:12px}.ReceiptFlowLoadingShell-module__2WPC9q__healthRowSkeleton:nth-child(2) .ReceiptFlowLoadingShell-module__2WPC9q__healthLabelSkeleton{width:58px}.ReceiptFlowLoadingShell-module__2WPC9q__healthRowSkeleton:nth-child(3) .ReceiptFlowLoadingShell-module__2WPC9q__healthLabelSkeleton{width:42px}.ReceiptFlowLoadingShell-module__2WPC9q__healthStatusSkeleton{background:rgba(var(--text-color-rgb,0, 0, 0), .12);border-radius:50%;justify-self:end;width:18px;height:18px}.ReceiptFlowLoadingShell-module__2WPC9q__centerMessage{text-align:center;width:100%;height:100%;color:var(--text-color);opacity:.7;justify-content:center;align-items:center;padding:1.5rem;font-size:.9rem;display:flex}.ReceiptFlowLoadingShell-module__2WPC9q__centerMessage.ReceiptFlowLoadingShell-module__2WPC9q__error{color:var(--color-red);opacity:1}@media (max-width:768px){.ReceiptFlowLoadingShell-module__2WPC9q__legendSkeleton{align-items:center;width:100%}.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholder{max-width:216px}.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholderHealth{max-width:150px}.ReceiptFlowLoadingShell-module__2WPC9q__cardBlockSkeleton{width:100%}.ReceiptFlowLoadingShell-module__2WPC9q__legendHealth{width:100%;max-width:360px;padding:0}.ReceiptFlowLoadingShell-module__2WPC9q__legendLayoutLMDesktop{display:none}.ReceiptFlowLoadingShell-module__2WPC9q__legendLayoutLMMobile{display:grid}}@media (max-width:480px){.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholder{max-width:180px}.ReceiptFlowLoadingShell-module__2WPC9q__receiptPlaceholderHealth{max-width:132px}}
.LockingSwimlane-module__Sko3pa__container{width:100%;max-width:562px;position:relative}.LockingSwimlane-module__Sko3pa__swimlane{aspect-ratio:562/300;flex-direction:column;width:100%;margin:0 auto;display:flex;position:relative}.LockingSwimlane-module__Sko3pa__swimlane:before{content:"";background-color:rgba(var(--text-color-rgb,0, 0, 0), .15);width:.18%;position:absolute;top:0;bottom:0;left:19.57%}.LockingSwimlane-module__Sko3pa__lane{border-bottom:1px solid rgba(var(--text-color-rgb,0, 0, 0), .15);flex-grow:0;flex-shrink:0;align-items:center;width:100%;height:33.33%;min-height:33.33%;max-height:33.33%;display:flex;position:relative;overflow:hidden}.LockingSwimlane-module__Sko3pa__lane:last-child{border-bottom:none}.LockingSwimlane-module__Sko3pa__jobLabel{color:var(--text-color);white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:clamp(.875rem,1.78vw,1rem);font-weight:400;position:absolute;left:9.79%;transform:translate(-50%)}.LockingSwimlane-module__Sko3pa__lockPosition{aspect-ratio:1;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:5.69%;display:flex;position:absolute;top:50%;left:28.47%;overflow:hidden;transform:translateY(-50%)}.LockingSwimlane-module__Sko3pa__lockIcon{background:0 0;border:none;outline:none;width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.LockingSwimlane-module__Sko3pa__lockIcon svg{width:100%;height:100%;display:block;overflow:visible}.LockingSwimlane-module__Sko3pa__clockIcon{background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.LockingSwimlane-module__Sko3pa__clockIcon svg{width:100%;height:100%;display:block;overflow:visible}.LockingSwimlane-module__Sko3pa__workArea{align-items:center;width:35.59%;height:10.67%;display:flex;position:absolute;left:43.06%;overflow:visible}.LockingSwimlane-module__Sko3pa__progressBarTrack{border:1px solid var(--text-color);background-color:var(--background-color);box-sizing:border-box;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.LockingSwimlane-module__Sko3pa__progressBar{background-color:var(--text-color);box-sizing:border-box;z-index:1;border-radius:8px;min-width:16px;height:100%;position:absolute;top:0;left:0}.LockingSwimlane-module__Sko3pa__phaseLabel{color:var(--text-color);white-space:nowrap;aspect-ratio:1;justify-content:center;align-items:center;width:5.69%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:clamp(.875rem,1.78vw,1rem);font-weight:400;display:flex;position:absolute;left:87.54%}.LockingSwimlane-module__Sko3pa__phaseLabel svg{width:100%;height:100%;display:block}
.FlyingReceipt-module__zzyJga__flyingReceipt{transform-origin:50%;z-index:10;border:1px solid #ccc;max-width:100%;overflow:hidden;box-shadow:0 2px 6px #0003}.FlyingReceipt-module__zzyJga__flyingReceiptImage{object-fit:contain;max-width:100%;height:auto;max-height:500px;display:block}
.BetweenReceiptVisualization-module__8X1IHq__container{background:var(--background-color);border-radius:12px;width:100%;max-width:1024px;margin:2rem auto;padding:2rem}.BetweenReceiptVisualization-module__8X1IHq__receiptQueue{width:var(--rf-queue-width,120px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.BetweenReceiptVisualization-module__8X1IHq__queuedReceipt{background:var(--background-color);border:1px solid #ccc;width:100px;transition:top .4s,left .4s,opacity .4s,transform .4s;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}.BetweenReceiptVisualization-module__8X1IHq__queuedReceipt.BetweenReceiptVisualization-module__8X1IHq__flyingOut{opacity:0;pointer-events:none}.BetweenReceiptVisualization-module__8X1IHq__receiptViewer{width:100%;height:100%}.BetweenReceiptVisualization-module__8X1IHq__receiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.BetweenReceiptVisualization-module__8X1IHq__receiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.BetweenReceiptVisualization-module__8X1IHq__receiptImage{width:auto;max-width:100%;height:auto;max-height:500px;display:block}.BetweenReceiptVisualization-module__8X1IHq__svgOverlay{pointer-events:none;display:block;position:absolute;inset:0}.BetweenReceiptVisualization-module__8X1IHq__evidencePanel{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:.5rem;width:280px;max-height:500px;padding:1rem;transition:opacity .3s;display:flex;overflow-y:auto}.BetweenReceiptVisualization-module__8X1IHq__evidencePanelHidden{opacity:0}.BetweenReceiptVisualization-module__8X1IHq__evidenceCard{border-bottom:1px solid var(--text-color);opacity:.15;flex-direction:column;gap:.35rem;padding:.5rem 0;animation:.3s ease-out forwards BetweenReceiptVisualization-module__8X1IHq__cardReveal;display:flex}@keyframes BetweenReceiptVisualization-module__8X1IHq__cardReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.BetweenReceiptVisualization-module__8X1IHq__evidenceCard:last-child{border-bottom:none}.BetweenReceiptVisualization-module__8X1IHq__cardHeader{align-items:baseline;gap:.4rem;display:flex}.BetweenReceiptVisualization-module__8X1IHq__cardWord{color:var(--text-color);font-family:Monaco,Menlo,Consolas,monospace;font-size:.85rem;font-weight:600}.BetweenReceiptVisualization-module__8X1IHq__cardArrow{color:var(--text-color);opacity:.3;font-size:.65rem}.BetweenReceiptVisualization-module__8X1IHq__cardLabel{color:var(--text-color);opacity:.55;border:1px solid;border-color:rgba(var(--text-color-rgb,0, 0, 0), .2);letter-spacing:.02em;border-radius:3px;padding:1px 5px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.65rem;font-weight:500}.BetweenReceiptVisualization-module__8X1IHq__dotRow{flex-wrap:wrap;align-items:center;gap:3px;min-height:12px;padding:2px 0;display:flex}.BetweenReceiptVisualization-module__8X1IHq__decisionLine{align-items:baseline;gap:.5rem;display:flex}.BetweenReceiptVisualization-module__8X1IHq__decisionText{font-family:Monaco,Menlo,Consolas,monospace;font-size:.8rem;font-weight:600}.BetweenReceiptVisualization-module__8X1IHq__confidenceText{color:var(--text-color);opacity:.6;font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500}.BetweenReceiptVisualization-module__8X1IHq__labelChange{align-items:baseline;gap:.35rem;font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;display:flex}.BetweenReceiptVisualization-module__8X1IHq__labelBefore{color:var(--text-color);opacity:.4;text-decoration:line-through}.BetweenReceiptVisualization-module__8X1IHq__labelAfter{color:var(--text-color);font-weight:600}.BetweenReceiptVisualization-module__8X1IHq__reasoningText{color:var(--text-color);opacity:.6;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;line-height:1.4;display:-webkit-box;overflow:hidden}.BetweenReceiptVisualization-module__8X1IHq__mobileHidden{display:contents}.BetweenReceiptVisualization-module__8X1IHq__overflowIndicator{display:none}.BetweenReceiptVisualization-module__8X1IHq__loading,.BetweenReceiptVisualization-module__8X1IHq__error,.BetweenReceiptVisualization-module__8X1IHq__receiptLoading{min-height:300px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;font-size:.9rem;display:flex}.BetweenReceiptVisualization-module__8X1IHq__error{color:var(--color-red);opacity:1}@media (max-width:768px){.BetweenReceiptVisualization-module__8X1IHq__container{padding:1rem}.BetweenReceiptVisualization-module__8X1IHq__receiptViewer,.BetweenReceiptVisualization-module__8X1IHq__receiptImageWrapper{justify-content:center;align-items:center;height:100%;display:flex}.BetweenReceiptVisualization-module__8X1IHq__receiptImageInner{max-height:380px;position:relative}.BetweenReceiptVisualization-module__8X1IHq__receiptImage{max-height:380px}.BetweenReceiptVisualization-module__8X1IHq__svgOverlay{position:absolute;inset:0}.BetweenReceiptVisualization-module__8X1IHq__evidencePanel{width:100%;max-height:none;padding:0;overflow-y:visible}.BetweenReceiptVisualization-module__8X1IHq__mobileHidden{display:none}.BetweenReceiptVisualization-module__8X1IHq__overflowIndicator{color:var(--text-color);opacity:.4;padding:.25rem 0;font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;display:block}}@media (max-width:480px){.BetweenReceiptVisualization-module__8X1IHq__receiptImageInner,.BetweenReceiptVisualization-module__8X1IHq__receiptImage{max-height:300px}.BetweenReceiptVisualization-module__8X1IHq__cardWord{font-size:.8rem}.BetweenReceiptVisualization-module__8X1IHq__cardLabel{font-size:.7rem}.BetweenReceiptVisualization-module__8X1IHq__decisionText{font-size:.75rem}.BetweenReceiptVisualization-module__8X1IHq__reasoningText{font-size:.65rem}}
.FinancialMathOverlay-module__r7YZ6W__container{background:var(--background-color);border-radius:12px;width:100%;max-width:1024px;margin:2rem auto;padding:2rem}.FinancialMathOverlay-module__r7YZ6W__receiptQueue{width:var(--rf-queue-width,120px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.FinancialMathOverlay-module__r7YZ6W__queuedReceipt{background:var(--background-color);border:1px solid #ccc;width:100px;transition:top .4s,left .4s,opacity .4s,transform .4s;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}.FinancialMathOverlay-module__r7YZ6W__queuedReceipt.FinancialMathOverlay-module__r7YZ6W__flyingOut{opacity:0;pointer-events:none}.FinancialMathOverlay-module__r7YZ6W__activeReceipt{width:100%;height:100%}.FinancialMathOverlay-module__r7YZ6W__receiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.FinancialMathOverlay-module__r7YZ6W__receiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.FinancialMathOverlay-module__r7YZ6W__receiptImage{width:auto;height:auto;max-height:500px;display:block}.FinancialMathOverlay-module__r7YZ6W__receiptLoading{height:400px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;display:flex}.FinancialMathOverlay-module__r7YZ6W__svgOverlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.FinancialMathOverlay-module__r7YZ6W__receiptTypeBadge{letter-spacing:.05em;background:rgba(var(--text-color-rgb), .08);color:var(--text-color);opacity:.6;text-align:center;border-radius:3px;align-self:center;padding:.15rem .4rem;font-family:Monaco,Menlo,Consolas,monospace;font-size:.6rem;font-weight:700}.FinancialMathOverlay-module__r7YZ6W__reocrBadge{letter-spacing:.05em;color:var(--color-orange,#f59e0b);text-align:center;background:#f59e0b26;border-radius:3px;align-self:center;margin-top:.25rem;padding:.15rem .4rem;font-family:Monaco,Menlo,Consolas,monospace;font-size:.6rem;font-weight:700}.FinancialMathOverlay-module__r7YZ6W__equationPanel{flex-direction:column;flex-shrink:0;gap:.5rem;width:200px;max-height:500px;padding:.5rem 0;display:flex;overflow-y:auto}.FinancialMathOverlay-module__r7YZ6W__equationCard{border:1px solid rgba(var(--text-color-rgb), .15);opacity:.3;border-radius:6px;padding:.5rem .6rem;transition:opacity .4s,border-color .4s}.FinancialMathOverlay-module__r7YZ6W__equationTitle{text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--text-color-rgb), .5);margin-bottom:.25rem;font-size:.65rem;font-weight:600;transition:color .4s}.FinancialMathOverlay-module__r7YZ6W__equationCard.FinancialMathOverlay-module__r7YZ6W__revealed{opacity:1}.FinancialMathOverlay-module__r7YZ6W__summation{font-variant-numeric:tabular-nums;color:var(--text-color);font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;line-height:1.4}.FinancialMathOverlay-module__r7YZ6W__addends{flex-direction:column;align-items:stretch;display:flex}.FinancialMathOverlay-module__r7YZ6W__addendRow{justify-content:flex-end;gap:.25rem;display:flex}.FinancialMathOverlay-module__r7YZ6W__addendOp{text-align:center;opacity:.5;width:.7em;font-weight:700}.FinancialMathOverlay-module__r7YZ6W__addendVal{text-align:right;opacity:.8}.FinancialMathOverlay-module__r7YZ6W__sumLine{background:var(--text-color);opacity:.4;height:1px;margin:.2rem 0}.FinancialMathOverlay-module__r7YZ6W__resultRow{justify-content:flex-end;align-items:baseline;gap:.3rem;display:flex}.FinancialMathOverlay-module__r7YZ6W__resultVal{text-align:right;font-weight:600}.FinancialMathOverlay-module__r7YZ6W__resultIcon{font-size:.85rem;font-weight:700}.FinancialMathOverlay-module__r7YZ6W__resultValid{color:var(--color-green)}.FinancialMathOverlay-module__r7YZ6W__resultInvalid{color:var(--color-red)}.FinancialMathOverlay-module__r7YZ6W__equationDiff{color:var(--color-red);font-variant-numeric:tabular-nums;text-align:right;margin-top:.15rem;font-family:Monaco,Menlo,Consolas,monospace;font-size:.65rem;font-weight:600}.FinancialMathOverlay-module__r7YZ6W__loading,.FinancialMathOverlay-module__r7YZ6W__error{min-height:300px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;font-size:.9rem;display:flex}.FinancialMathOverlay-module__r7YZ6W__error{color:var(--color-red);opacity:1}@media (max-width:768px){.FinancialMathOverlay-module__r7YZ6W__container{padding:1rem}.FinancialMathOverlay-module__r7YZ6W__activeReceipt,.FinancialMathOverlay-module__r7YZ6W__receiptImageWrapper{justify-content:center;align-items:center;height:100%;display:flex}.FinancialMathOverlay-module__r7YZ6W__receiptImageInner,.FinancialMathOverlay-module__r7YZ6W__receiptImage{max-height:380px}.FinancialMathOverlay-module__r7YZ6W__equationPanel{flex-flow:wrap;justify-content:center;gap:.5rem;width:100%;max-height:none;padding:0;transition:opacity .3s;overflow-y:visible}.FinancialMathOverlay-module__r7YZ6W__equationCard{flex:none;min-width:140px;max-width:220px}}@media (max-width:480px){.FinancialMathOverlay-module__r7YZ6W__receiptImageInner,.FinancialMathOverlay-module__r7YZ6W__receiptImage{max-height:300px}.FinancialMathOverlay-module__r7YZ6W__equationPanel{gap:.4rem}.FinancialMathOverlay-module__r7YZ6W__equationCard{min-width:100px;max-width:150px}}
.LabelValidationVisualization-module__oySw_a__container{background:var(--background-color);border-radius:12px;width:100%;max-width:1024px;margin:2rem auto;padding:2rem}.LabelValidationVisualization-module__oySw_a__receiptQueue{width:var(--rf-queue-width,280px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.LabelValidationVisualization-module__oySw_a__queuedReceipt{background:var(--background-color);border:1px solid #ccc;width:100px;transition:top .4s,left .4s,opacity .4s,transform .4s;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}.LabelValidationVisualization-module__oySw_a__queuedReceipt.LabelValidationVisualization-module__oySw_a__flyingOut{opacity:0;pointer-events:none}.LabelValidationVisualization-module__oySw_a__receiptViewer{width:100%;height:100%}.LabelValidationVisualization-module__oySw_a__receiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.LabelValidationVisualization-module__oySw_a__receiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.LabelValidationVisualization-module__oySw_a__receiptImage{width:auto;max-width:100%;height:auto;max-height:500px;display:block}.LabelValidationVisualization-module__oySw_a__svgOverlay{pointer-events:none;display:block;position:absolute;inset:0}.LabelValidationVisualization-module__oySw_a__validationLegend{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:1rem;width:280px;padding:1rem;display:flex}.LabelValidationVisualization-module__oySw_a__tierBar{opacity:.5;flex-direction:column;gap:.25rem;transition:opacity .3s;display:flex}.LabelValidationVisualization-module__oySw_a__tierBar.LabelValidationVisualization-module__oySw_a__active{opacity:1}.LabelValidationVisualization-module__oySw_a__tierBar.LabelValidationVisualization-module__oySw_a__complete{opacity:.8}.LabelValidationVisualization-module__oySw_a__tierBar.LabelValidationVisualization-module__oySw_a__waiting{opacity:.4}.LabelValidationVisualization-module__oySw_a__tierHeader{align-items:center;gap:.5rem;display:flex}.LabelValidationVisualization-module__oySw_a__progressCircleWrapper{flex-shrink:0}.LabelValidationVisualization-module__oySw_a__progressCircle{display:block}.LabelValidationVisualization-module__oySw_a__tierNameWrapper{flex:1;align-items:baseline;gap:.5rem;display:flex}.LabelValidationVisualization-module__oySw_a__tierName{color:var(--text-color);font-size:.85rem;font-weight:500}.LabelValidationVisualization-module__oySw_a__tierWordCount{color:var(--text-color);opacity:.5;font-size:.65rem;font-weight:500}.LabelValidationVisualization-module__oySw_a__tierMeta{align-items:center;gap:.5rem;display:flex}.LabelValidationVisualization-module__oySw_a__durationBadge{color:var(--text-color);opacity:.6;font-family:Monaco,Menlo,Consolas,monospace;font-size:.65rem;font-weight:500}.LabelValidationVisualization-module__oySw_a__waitingBadge{color:var(--text-color);opacity:.5;font-size:.65rem;font-style:italic;font-weight:500}.LabelValidationVisualization-module__oySw_a__decisionBadges{gap:.25rem;display:flex}.LabelValidationVisualization-module__oySw_a__badge{color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:600;display:inline-flex}.LabelValidationVisualization-module__oySw_a__decisionTallies{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.LabelValidationVisualization-module__oySw_a__decisionTally{align-items:center;gap:.5rem;display:flex}.LabelValidationVisualization-module__oySw_a__tallyLabel{color:var(--text-color);opacity:.7;min-width:42px;font-size:.7rem;font-weight:500}.LabelValidationVisualization-module__oySw_a__tallyIcons{flex-wrap:wrap;flex:1;gap:2px;display:flex}.LabelValidationVisualization-module__oySw_a__tallyIcon{justify-content:center;align-items:center;display:inline-flex}.LabelValidationVisualization-module__oySw_a__tallyMore{color:var(--text-color);opacity:.5;margin-left:2px;font-size:.65rem;font-weight:500}.LabelValidationVisualization-module__oySw_a__decisionIconSvg,.LabelValidationVisualization-module__oySw_a__emptyIconSvg{display:block}.LabelValidationVisualization-module__oySw_a__loading,.LabelValidationVisualization-module__oySw_a__error,.LabelValidationVisualization-module__oySw_a__receiptLoading{min-height:300px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;font-size:.9rem;display:flex}.LabelValidationVisualization-module__oySw_a__error{color:var(--color-red);opacity:1}.LabelValidationVisualization-module__oySw_a__decisionIndicator{transform-box:fill-box;transform-origin:50%;animation:.25s ease-out forwards LabelValidationVisualization-module__oySw_a__popIn}@keyframes LabelValidationVisualization-module__oySw_a__popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.LabelValidationVisualization-module__oySw_a__container{padding:1rem}.LabelValidationVisualization-module__oySw_a__receiptViewer,.LabelValidationVisualization-module__oySw_a__receiptImageWrapper{justify-content:center;align-items:center;height:100%;display:flex}.LabelValidationVisualization-module__oySw_a__receiptImageInner{max-height:380px;position:relative}.LabelValidationVisualization-module__oySw_a__receiptImage{max-height:380px}.LabelValidationVisualization-module__oySw_a__svgOverlay{position:absolute;inset:0}.LabelValidationVisualization-module__oySw_a__validationLegend{flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:0}}@media (max-width:480px){.LabelValidationVisualization-module__oySw_a__receiptImageInner,.LabelValidationVisualization-module__oySw_a__receiptImage{max-height:300px}.LabelValidationVisualization-module__oySw_a__tierName{font-size:.8rem}.LabelValidationVisualization-module__oySw_a__badge{min-width:18px;height:18px;font-size:.65rem}}
.LayoutLMBatchVisualization-module__IdXd-W__container{background:var(--background-color);contain:paint;border-radius:12px;width:100%;max-width:1000px;margin:2rem auto;padding:1.5rem}.LayoutLMBatchVisualization-module__IdXd-W__receiptQueue{width:var(--rf-queue-width,120px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.LayoutLMBatchVisualization-module__IdXd-W__queuedReceipt{background:var(--background-color);will-change:transform, opacity;border:1px solid #ccc;width:100px;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}.LayoutLMBatchVisualization-module__IdXd-W__queuedReceipt.LayoutLMBatchVisualization-module__IdXd-W__flyingOut{opacity:0;pointer-events:none}.LayoutLMBatchVisualization-module__IdXd-W__activeReceipt{width:100%;height:100%}.LayoutLMBatchVisualization-module__IdXd-W__receiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.LayoutLMBatchVisualization-module__IdXd-W__receiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.LayoutLMBatchVisualization-module__IdXd-W__receiptImage{width:auto;height:auto;max-height:500px;display:block}.LayoutLMBatchVisualization-module__IdXd-W__receiptLoading{height:400px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__svgOverlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.LayoutLMBatchVisualization-module__IdXd-W__entityLegend{flex-direction:column;flex-shrink:0;gap:1rem;width:180px;padding:1rem 0;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__legendDesktop{display:contents}.LayoutLMBatchVisualization-module__IdXd-W__legendMobile{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem 1.5rem;display:none}.LayoutLMBatchVisualization-module__IdXd-W__legendItem{opacity:.3;align-items:center;gap:.75rem;transition:opacity .3s,transform .3s;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__legendItem.LayoutLMBatchVisualization-module__IdXd-W__revealed{opacity:1;transform:scale(1.05)}.LayoutLMBatchVisualization-module__IdXd-W__legendDot{border-radius:50%;flex-shrink:0;width:16px;height:16px}.LayoutLMBatchVisualization-module__IdXd-W__legendLabel{color:var(--text-color);font-size:.9rem;font-weight:500}.LayoutLMBatchVisualization-module__IdXd-W__inferenceTime{border-top:1px solid var(--text-color);opacity:.2;flex-direction:column;gap:.25rem;margin-top:1.5rem;padding-top:1rem;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__inferenceLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-color);opacity:.6;font-size:.7rem;font-weight:500}.LayoutLMBatchVisualization-module__IdXd-W__inferenceValue{color:var(--text-color);font-variant-numeric:tabular-nums;font-family:Monaco,Menlo,Consolas,monospace;font-size:1.25rem;font-weight:700}.LayoutLMBatchVisualization-module__IdXd-W__loading,.LayoutLMBatchVisualization-module__IdXd-W__error{min-height:300px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;font-size:.9rem;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__error{color:var(--color-red);opacity:1}@media (max-width:768px){.LayoutLMBatchVisualization-module__IdXd-W__container{padding:1rem}.LayoutLMBatchVisualization-module__IdXd-W__activeReceipt,.LayoutLMBatchVisualization-module__IdXd-W__receiptImageWrapper{justify-content:center;align-items:center;height:100%;display:flex}.LayoutLMBatchVisualization-module__IdXd-W__receiptImageInner,.LayoutLMBatchVisualization-module__IdXd-W__receiptImage{max-height:380px}.LayoutLMBatchVisualization-module__IdXd-W__entityLegend{flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:0}.LayoutLMBatchVisualization-module__IdXd-W__legendDesktop{display:none}.LayoutLMBatchVisualization-module__IdXd-W__legendMobile{display:grid}.LayoutLMBatchVisualization-module__IdXd-W__inferenceTime{border-top:none;flex:100%;align-items:center;margin-top:.5rem;padding-top:.5rem}.LayoutLMBatchVisualization-module__IdXd-W__inferenceValue{font-size:1.1rem}}@media (max-width:480px){.LayoutLMBatchVisualization-module__IdXd-W__receiptImageInner,.LayoutLMBatchVisualization-module__IdXd-W__receiptImage{max-height:300px}.LayoutLMBatchVisualization-module__IdXd-W__entityLegend{gap:.5rem}.LayoutLMBatchVisualization-module__IdXd-W__legendDot{width:12px;height:12px}.LayoutLMBatchVisualization-module__IdXd-W__legendLabel{font-size:.75rem}}
.ReceiptHealthExplorer-module__rsAh9W__container{box-sizing:border-box;border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);background:var(--background-color);width:100%;max-width:1120px;color:var(--text-color);border-radius:8px;margin:2rem auto;padding:1.5rem}.ReceiptHealthExplorer-module__rsAh9W__flowMockContainer{contain:paint;border:0;border-radius:12px;max-width:1024px;padding:2rem}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptQueue{width:var(--rf-queue-width,120px);height:var(--rf-queue-height,400px);z-index:1;flex-shrink:0;position:relative}.ReceiptHealthExplorer-module__rsAh9W__flowQueuedReceipt{background:var(--background-color);cursor:pointer;border:1px solid #ccc;width:100px;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s,top .4s,opacity .2s;position:absolute;overflow:hidden;box-shadow:0 2px 6px #0003}:is(.ReceiptHealthExplorer-module__rsAh9W__flowQueuedReceipt:hover,.ReceiptHealthExplorer-module__rsAh9W__flowQueuedReceipt:focus-visible){border-color:rgba(var(--text-color-rgb,0, 0, 0), .5);outline:none;box-shadow:0 4px 10px #0000003d}.ReceiptHealthExplorer-module__rsAh9W__flowQueuedReceiptImage{width:100%;height:auto;display:block}.ReceiptHealthExplorer-module__rsAh9W__flowActiveReceipt{width:100%;height:100%;animation:.28s ease-out both ReceiptHealthExplorer-module__rsAh9W__receipt-health-fade-in}.ReceiptHealthExplorer-module__rsAh9W__flowActiveReceiptNoIntro{animation:none}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImageWrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImageInner{border:1px solid #ccc;max-height:500px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImage{width:var(--flow-receipt-w,auto);height:auto;aspect-ratio:var(--flow-receipt-ar,auto);object-fit:contain;max-width:100%;max-height:500px;display:block}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptLoading{height:400px;color:var(--text-color);opacity:.5;justify-content:center;align-items:center;display:flex}.ReceiptHealthExplorer-module__rsAh9W__flowSvgOverlay{pointer-events:none;width:100%;height:100%;animation:.3s ease-out both ReceiptHealthExplorer-module__rsAh9W__receipt-health-overlay-fade;position:absolute;inset:0}.ReceiptHealthExplorer-module__rsAh9W__flowEntityLegend{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:.7rem;width:280px;padding:1rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__flowEntityLegendNoIntro .ReceiptHealthExplorer-module__rsAh9W__validationReasonSlotVisible{transition:none}.ReceiptHealthExplorer-module__rsAh9W__flowEntityLegendNoIntro .ReceiptHealthExplorer-module__rsAh9W__validationReasonInnerVisible{animation:none}.ReceiptHealthExplorer-module__rsAh9W__diagnosisRail{width:100%;color:var(--text-color);flex-direction:column;gap:.72rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__validationStrip{flex-direction:column;gap:.52rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__validationRow{flex-direction:column;gap:.16rem;width:100%;min-width:0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__validationPill{width:100%;min-width:0;min-height:28px;color:var(--text-color);font:inherit;text-align:left;cursor:pointer;opacity:.72;background:0 0;border:0;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:.6rem;margin:0;padding:0;display:grid}.ReceiptHealthExplorer-module__rsAh9W__validationPill:hover,.ReceiptHealthExplorer-module__rsAh9W__validationPillActive{opacity:1;outline:none}.ReceiptHealthExplorer-module__rsAh9W__validationPill:focus-visible{opacity:1;outline:none}.ReceiptHealthExplorer-module__rsAh9W__validationPillProblem{opacity:1}.ReceiptHealthExplorer-module__rsAh9W__validationStatusIcon{justify-self:end;width:18px;height:18px;overflow:visible}.ReceiptHealthExplorer-module__rsAh9W__validationStatusIcon circle{fill:currentColor}.ReceiptHealthExplorer-module__rsAh9W__validationStatusIcon path,.ReceiptHealthExplorer-module__rsAh9W__validationStatusIcon line{stroke:#fff}.ReceiptHealthExplorer-module__rsAh9W__validationStatusIcon text{fill:#fff;font-family:Monaco,Menlo,Consolas,monospace;font-size:8px;font-weight:900}.ReceiptHealthExplorer-module__rsAh9W__validationLabel{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.78rem;font-weight:800;line-height:1;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__validationReasonSlot{opacity:0;pointer-events:none;max-height:0;margin-right:28px;transition:max-height .18s,opacity .12s;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__validationReasonClip{height:auto}.ReceiptHealthExplorer-module__rsAh9W__validationReasonInner{min-width:0;color:var(--text-color);opacity:.62;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.68rem;font-weight:650;line-height:1.3;display:-webkit-box;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__validationReasonInnerVisible{animation:.22s ease-out both ReceiptHealthExplorer-module__rsAh9W__validation-reason-text-in}.ReceiptHealthExplorer-module__rsAh9W__validationReasonSlotVisible{opacity:.62;max-height:2.4rem;transition:max-height .18s,opacity .14s .18s}.ReceiptHealthExplorer-module__rsAh9W__validationReasonSlotMuted{opacity:0;transition:max-height .18s,opacity 10ms linear}.ReceiptHealthExplorer-module__rsAh9W__validationReasonSlotMuted .ReceiptHealthExplorer-module__rsAh9W__validationReasonClip{min-height:2.4rem}@keyframes ReceiptHealthExplorer-module__rsAh9W__validation-reason-text-in{0%{opacity:0;transform:translateY(3px)}to{opacity:.62;transform:translateY(0)}}@keyframes ReceiptHealthExplorer-module__rsAh9W__receipt-health-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ReceiptHealthExplorer-module__rsAh9W__receipt-health-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes ReceiptHealthExplorer-module__rsAh9W__receipt-health-text-fade-in{0%{opacity:0}to{opacity:.58}}.ReceiptHealthExplorer-module__rsAh9W__railStatusPass{color:var(--color-green)}.ReceiptHealthExplorer-module__rsAh9W__railStatusFail{color:var(--color-red)}.ReceiptHealthExplorer-module__rsAh9W__railStatusReview{color:var(--color-yellow)}.ReceiptHealthExplorer-module__rsAh9W__railStatusNeutral{color:rgba(var(--text-color-rgb,0, 0, 0), .42)}.ReceiptHealthExplorer-module__rsAh9W__diagnosisStatement{flex-direction:column;gap:.28rem;padding:.25rem 0 .35rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__diagnosisKicker{letter-spacing:.06em;text-transform:uppercase;opacity:.5;font-size:.62rem;font-weight:800;line-height:1.2}.ReceiptHealthExplorer-module__rsAh9W__diagnosisTitle{letter-spacing:0;font-size:1.02rem;font-weight:800;line-height:1.16}.ReceiptHealthExplorer-module__rsAh9W__diagnosisBody{opacity:.68;font-size:.72rem;line-height:1.36}.ReceiptHealthExplorer-module__rsAh9W__diagnosisEquation{opacity:.68;overflow-wrap:anywhere;font-family:Monaco,Menlo,Consolas,monospace;font-size:.68rem;line-height:1.38}.ReceiptHealthExplorer-module__rsAh9W__sectionMap{flex-direction:column;gap:.18rem;padding:.2rem 0;display:flex;position:relative}.ReceiptHealthExplorer-module__rsAh9W__sectionMapRow{opacity:.36;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:.35rem;min-height:14px;display:grid}.ReceiptHealthExplorer-module__rsAh9W__sectionMapIssue,.ReceiptHealthExplorer-module__rsAh9W__sectionMapContext{opacity:1}.ReceiptHealthExplorer-module__rsAh9W__sectionMapLabel{display:none}.ReceiptHealthExplorer-module__rsAh9W__sectionMapRule{background:rgba(var(--text-color-rgb,0, 0, 0), .22);height:1px;position:relative}.ReceiptHealthExplorer-module__rsAh9W__sectionMapMarker{top:50%;left:var(--marker-left,56%);background:currentColor;border-radius:50%;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%)}.ReceiptHealthExplorer-module__rsAh9W__sectionMapIssue .ReceiptHealthExplorer-module__rsAh9W__sectionMapMarker{background:var(--color-red);width:10px;height:10px}.ReceiptHealthExplorer-module__rsAh9W__sectionMapContext .ReceiptHealthExplorer-module__rsAh9W__sectionMapMarker{background:var(--background-color);border:1px solid}.ReceiptHealthExplorer-module__rsAh9W__sectionMapCount{opacity:.55;text-align:right;font-family:Monaco,Menlo,Consolas,monospace;font-size:.58rem;font-weight:800;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__sectionMapEmpty{opacity:.44;margin-top:.25rem;font-size:.62rem;line-height:1.3}.ReceiptHealthExplorer-module__rsAh9W__lineItemTokenMap{grid-template-columns:repeat(4,minmax(0,1fr));gap:.38rem;padding:.1rem 0 .2rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__evidenceSummary{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);border-bottom:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);flex-direction:column;gap:.28rem;padding:.6rem 0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__evidenceSummary div{grid-template-columns:32px minmax(0,1fr);align-items:baseline;gap:.5rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__evidenceSummary strong{font-family:Monaco,Menlo,Consolas,monospace;font-size:.86rem;font-weight:850;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__evidenceSummary span{opacity:.7;min-width:0;font-size:.72rem;line-height:1.2}.ReceiptHealthExplorer-module__rsAh9W__nextAction{grid-template-columns:42px minmax(0,1fr);align-items:baseline;gap:.6rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__nextAction span{letter-spacing:.05em;text-transform:uppercase;opacity:.48;font-size:.62rem;font-weight:800;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__nextAction strong{overflow-wrap:anywhere;min-width:0;font-size:.76rem;font-weight:800;line-height:1.25}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetric{grid-template-rows:12px auto;gap:.18rem;min-width:0;display:grid}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetric span{background:rgba(var(--text-color-rgb,0, 0, 0), .18);height:1px;display:block;position:relative}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetric span:after{width:var(--metric-width,0%);content:"";background:currentColor;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetric strong{opacity:.62;font-family:Monaco,Menlo,Consolas,monospace;font-size:.58rem;font-weight:800;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetricRows{color:rgba(var(--text-color-rgb,0, 0, 0), .52)}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetricClean{color:var(--color-green)}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetricFragment{color:var(--color-yellow)}.ReceiptHealthExplorer-module__rsAh9W__lineItemMetricLabeled{color:var(--color-blue)}.ReceiptHealthExplorer-module__rsAh9W__railNote{opacity:.58;margin:-.1rem 0 0;font-size:.66rem;line-height:1.38}.ReceiptHealthExplorer-module__rsAh9W__evidenceDisclosure{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .1);padding-top:.45rem}.ReceiptHealthExplorer-module__rsAh9W__evidenceDisclosure summary{cursor:pointer;letter-spacing:.05em;text-transform:uppercase;opacity:.52;font-size:.62rem;font-weight:800;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__evidenceRowsCompact{flex-direction:column;gap:.3rem;margin-top:.45rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__evidenceTextLine{opacity:.62;overflow-wrap:anywhere;font-size:.62rem;line-height:1.34}.ReceiptHealthExplorer-module__rsAh9W__evidenceMetaLine{grid-template-columns:46px minmax(0,1fr);align-items:baseline;gap:.5rem;font-size:.62rem;line-height:1.3;display:grid}.ReceiptHealthExplorer-module__rsAh9W__evidenceMetaLine span{opacity:.46;text-transform:uppercase;font-weight:800}.ReceiptHealthExplorer-module__rsAh9W__evidenceMetaLine strong{opacity:.72;overflow-wrap:anywhere;min-width:0;font-weight:750}.ReceiptHealthExplorer-module__rsAh9W__evidenceRowCompact{grid-template-columns:72px minmax(0,1fr);gap:.45rem;font-size:.62rem;line-height:1.32;display:grid}.ReceiptHealthExplorer-module__rsAh9W__evidenceRowCompact span:first-child{opacity:.5;font-weight:750}.ReceiptHealthExplorer-module__rsAh9W__evidenceRowCompact span:last-child{opacity:.66;overflow-wrap:anywhere;min-width:0}.ReceiptHealthExplorer-module__rsAh9W__stateExamples{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .16);gap:.42rem;padding-top:.5rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__stateExamplesHeader{display:none}.ReceiptHealthExplorer-module__rsAh9W__stateExampleButtons{flex-wrap:wrap;gap:.32rem .45rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__stateExampleButton{min-width:0;color:var(--text-color);font:inherit;cursor:pointer;opacity:.46;background:0 0;border:0;align-items:center;padding:0;font-size:.64rem;line-height:1.2;display:inline-flex}.ReceiptHealthExplorer-module__rsAh9W__stateExampleButton:hover,.ReceiptHealthExplorer-module__rsAh9W__stateExampleActive{opacity:1;outline:none}.ReceiptHealthExplorer-module__rsAh9W__stateExampleButton:focus-visible{opacity:1;outline:none}.ReceiptHealthExplorer-module__rsAh9W__stateExampleDot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ReceiptHealthExplorer-module__rsAh9W__flowLegendDesktop{display:contents}.ReceiptHealthExplorer-module__rsAh9W__flowLegendMobile{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem 1.5rem;display:none}.ReceiptHealthExplorer-module__rsAh9W__flowLegendItem{width:100%;color:var(--text-color);font:inherit;opacity:.42;text-align:left;background:0 0;border:0;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:0;transition:opacity .3s,transform .3s;display:grid}.ReceiptHealthExplorer-module__rsAh9W__flowLegendButton{cursor:pointer}.ReceiptHealthExplorer-module__rsAh9W__flowLegendButton:hover,.ReceiptHealthExplorer-module__rsAh9W__flowLegendActive{opacity:1;outline:none;transform:scale(1.04)}.ReceiptHealthExplorer-module__rsAh9W__flowLegendButton:focus-visible{opacity:1;outline:none;transform:scale(1.04)}.ReceiptHealthExplorer-module__rsAh9W__flowLegendDot{border-radius:50%;flex-shrink:0;width:16px;height:16px}.ReceiptHealthExplorer-module__rsAh9W__flowLegendLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;font-weight:500;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__flowLegendValue{opacity:.58;text-transform:uppercase;white-space:nowrap;font-family:Monaco,Menlo,Consolas,monospace;font-size:.66rem;font-weight:700}.ReceiptHealthExplorer-module__rsAh9W__flowInferenceTime{border-top:1px solid var(--text-color);flex-direction:column;gap:.25rem;margin-top:1.5rem;padding-top:1rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__flowInferenceLabel{letter-spacing:.05em;text-transform:uppercase;opacity:.6;font-size:.7rem;font-weight:500}.ReceiptHealthExplorer-module__rsAh9W__flowInferenceValue{font-variant-numeric:tabular-nums;font-family:Monaco,Menlo,Consolas,monospace;font-size:1.25rem;font-weight:700}.ReceiptHealthExplorer-module__rsAh9W__flowInferenceMeta{opacity:.58;font-size:.68rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__flowInferenceNote{opacity:.72;font-size:.72rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__decisionPath{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .14);flex-direction:column;gap:.65rem;padding-top:.85rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__decisionHeader,.ReceiptHealthExplorer-module__rsAh9W__volumeHeader{letter-spacing:.06em;text-transform:uppercase;opacity:.58;justify-content:space-between;align-items:center;gap:.75rem;font-size:.62rem;font-weight:800;line-height:1.2;display:flex}.ReceiptHealthExplorer-module__rsAh9W__decisionHeader span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__decisionSteps{flex-direction:column;gap:.46rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__decisionStep{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.5rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__decisionStepIndex{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .16);opacity:.72;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.58rem;font-weight:800;line-height:1;display:inline-flex}.ReceiptHealthExplorer-module__rsAh9W__decisionStepBody{flex-direction:column;gap:.12rem;min-width:0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__decisionStepTitle{letter-spacing:.05em;text-transform:uppercase;opacity:.5;font-size:.61rem;font-weight:800;line-height:1.2}.ReceiptHealthExplorer-module__rsAh9W__decisionStepText{opacity:.78;overflow-wrap:anywhere;font-size:.7rem;line-height:1.34}.ReceiptHealthExplorer-module__rsAh9W__decisionSummary{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .08);opacity:.66;padding:.5rem 0 0;font-size:.68rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__rootCauseVolume{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .14);flex-direction:column;gap:.5rem;padding-top:.85rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__volumeRows{flex-direction:column;gap:.36rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__volumeRow{opacity:.66;grid-template-columns:minmax(0,1fr) 72px 24px;align-items:center;gap:.45rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__volumeRowActive{opacity:1}.ReceiptHealthExplorer-module__rsAh9W__volumeLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.64rem;line-height:1.25;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__volumeBarTrack{background:rgba(var(--text-color-rgb,0, 0, 0), .09);border-radius:999px;height:6px;position:relative;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__volumeBar{width:var(--volume-width,0%);border-radius:inherit;background:currentColor;position:absolute;inset:0 auto 0 0}.ReceiptHealthExplorer-module__rsAh9W__volumeCount{text-align:right;opacity:.72;font-family:Monaco,Menlo,Consolas,monospace;font-size:.62rem;font-weight:800}.ReceiptHealthExplorer-module__rsAh9W__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__titleBlock{min-width:0}.ReceiptHealthExplorer-module__rsAh9W__kicker{letter-spacing:.08em;text-transform:uppercase;opacity:.55;font-size:.72rem;font-weight:700}.ReceiptHealthExplorer-module__rsAh9W__title{letter-spacing:0;overflow-wrap:anywhere;margin:.2rem 0 0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.25}.ReceiptHealthExplorer-module__rsAh9W__subhead{opacity:.58;flex-wrap:wrap;gap:.4rem .75rem;margin-top:.35rem;font-size:.78rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__headerMetrics{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__issueMetric{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .16);opacity:.7;text-align:center;white-space:nowrap;border-radius:999px;min-width:70px;padding:.3rem .55rem;font-size:.72rem;font-weight:700}.ReceiptHealthExplorer-module__rsAh9W__issueButton{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .2);min-width:94px;height:32px;color:var(--text-color);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;padding:0 .65rem;font-size:.72rem;font-weight:800;line-height:1}:is(.ReceiptHealthExplorer-module__rsAh9W__issueButton:hover:not(:disabled),.ReceiptHealthExplorer-module__rsAh9W__issueButton:focus-visible:not(:disabled)){border-color:rgba(var(--text-color-rgb,0, 0, 0), .45)}.ReceiptHealthExplorer-module__rsAh9W__issueButton:disabled{cursor:not-allowed;opacity:.38}.ReceiptHealthExplorer-module__rsAh9W__body{grid-template-columns:176px minmax(280px,1fr) minmax(300px,360px);align-items:start;gap:1rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__stackPane{flex-direction:column;align-self:stretch;gap:.75rem;min-width:0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__stackHeader{letter-spacing:.06em;text-transform:uppercase;opacity:.58;justify-content:space-between;align-items:center;gap:.75rem;font-size:.68rem;font-weight:800;line-height:1;display:flex}.ReceiptHealthExplorer-module__rsAh9W__receiptStackViewport{min-height:416px;position:relative;overflow:visible}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptButton{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .18);cursor:pointer;background:#fff;border-radius:6px;width:112px;height:152px;padding:0;transition:border-color .2s,box-shadow .2s,opacity .2s;position:absolute;overflow:hidden;box-shadow:0 8px 18px #00000024}:is(.ReceiptHealthExplorer-module__rsAh9W__stackReceiptButton:hover,.ReceiptHealthExplorer-module__rsAh9W__stackReceiptButton:focus-visible){border-color:rgba(var(--text-color-rgb,0, 0, 0), .45);outline:none;box-shadow:0 10px 24px #0000002e}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptActive{box-shadow:0 0 0 2px rgba(var(--background-color-rgb,255, 255, 255), .95), 0 0 0 4px rgba(var(--text-color-rgb,0, 0, 0), .28), 0 12px 28px #0003;border-color:currentColor}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptImage{object-fit:contain;background:#fff;width:100%;height:100%;display:block}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptPlaceholder{width:100%;height:100%;color:rgba(var(--text-color-rgb,0, 0, 0), .52);background:rgba(var(--text-color-rgb,0, 0, 0), .04);justify-content:center;align-items:center;font-family:Monaco,Menlo,Consolas,monospace;font-size:.72rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__stackStatusPip{z-index:2;border-radius:50%;width:10px;min-width:0;height:10px;padding:0;position:absolute;top:.42rem;left:.42rem}.ReceiptHealthExplorer-module__rsAh9W__stackIssuePill{background:rgba(var(--color-red-rgb), .92);color:#fff;text-align:center;z-index:2;border-radius:999px;min-width:20px;height:20px;padding:0 .35rem;font-size:.66rem;font-weight:800;line-height:20px;position:absolute;bottom:.35rem;right:.35rem}.ReceiptHealthExplorer-module__rsAh9W__stackControls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.ReceiptHealthExplorer-module__rsAh9W__visualColumn{flex-direction:column;gap:.9rem;min-width:0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__receiptImageStage{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .1);background:linear-gradient(45deg, rgba(var(--text-color-rgb,0, 0, 0), .025) 25%, transparent 25%, transparent 75%, rgba(var(--text-color-rgb,0, 0, 0), .025) 75%);background-size:18px 18px;border-radius:6px;justify-content:center;align-items:center;min-height:560px;display:flex;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__receiptImageFrame{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .18);background:#fff;max-width:100%;max-height:560px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000029}.ReceiptHealthExplorer-module__rsAh9W__receiptImage{width:auto;max-width:100%;height:auto;max-height:560px;display:block}.ReceiptHealthExplorer-module__rsAh9W__overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ReceiptHealthExplorer-module__rsAh9W__imageLoading{min-height:560px;color:var(--text-color);opacity:.55;justify-content:center;align-items:center;display:flex}.ReceiptHealthExplorer-module__rsAh9W__navButton{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .2);height:36px;color:var(--text-color);font:inherit;cursor:pointer;background:0 0;border-radius:6px;font-size:.78rem;font-weight:700}:is(.ReceiptHealthExplorer-module__rsAh9W__navButton:hover:not(:disabled),.ReceiptHealthExplorer-module__rsAh9W__navButton:focus-visible:not(:disabled)){border-color:rgba(var(--text-color-rgb,0, 0, 0), .45)}.ReceiptHealthExplorer-module__rsAh9W__navButton:disabled{cursor:not-allowed;opacity:.35}.ReceiptHealthExplorer-module__rsAh9W__inspector{flex-direction:column;gap:.85rem;min-width:0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__summaryGrid{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .1);border-radius:6px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.ReceiptHealthExplorer-module__rsAh9W__summaryCell{text-align:center;border-right:1px solid rgba(var(--text-color-rgb,0, 0, 0), .1);min-width:0;padding:.7rem .45rem}.ReceiptHealthExplorer-module__rsAh9W__summaryCell:last-child{border-right:0}.ReceiptHealthExplorer-module__rsAh9W__summaryValue{font-family:Monaco,Menlo,Consolas,monospace;font-size:1.05rem;font-weight:700;line-height:1.1;display:block}.ReceiptHealthExplorer-module__rsAh9W__summaryLabel{letter-spacing:.06em;text-transform:uppercase;opacity:.52;margin-top:.2rem;font-size:.62rem;font-weight:700;display:block}.ReceiptHealthExplorer-module__rsAh9W__checkList{flex-direction:column;gap:.55rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__checkButton{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);width:100%;color:var(--text-color);text-align:left;cursor:pointer;background:0 0;border-radius:6px;padding:.75rem}:is(.ReceiptHealthExplorer-module__rsAh9W__checkButton:hover,.ReceiptHealthExplorer-module__rsAh9W__checkButton:focus-visible){border-color:rgba(var(--text-color-rgb,0, 0, 0), .32)}.ReceiptHealthExplorer-module__rsAh9W__checkButtonActive{border-color:rgba(var(--text-color-rgb,0, 0, 0), .45);background:rgba(var(--text-color-rgb,0, 0, 0), .035)}.ReceiptHealthExplorer-module__rsAh9W__checkHeader{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__checkTitle{min-width:0;font-size:.84rem;font-weight:800;line-height:1.25}.ReceiptHealthExplorer-module__rsAh9W__checkResult{opacity:.72;margin-top:.35rem;font-size:.76rem;line-height:1.35;display:block}.ReceiptHealthExplorer-module__rsAh9W__checkMeta{letter-spacing:.04em;text-transform:uppercase;opacity:.5;flex-wrap:wrap;gap:.35rem .65rem;margin-top:.45rem;font-size:.66rem;font-weight:700;display:flex}.ReceiptHealthExplorer-module__rsAh9W__checkDetails{flex-direction:column;gap:.6rem;padding-top:.2rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__checkQuestion{opacity:.74;font-size:.78rem;line-height:1.45}.ReceiptHealthExplorer-module__rsAh9W__validatesList{flex-wrap:wrap;gap:.4rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__fieldBadge{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);opacity:.72;border-radius:999px;padding:.25rem .45rem;font-size:.68rem;line-height:1.2}.ReceiptHealthExplorer-module__rsAh9W__sectionHeader{border-top:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);letter-spacing:.06em;text-transform:uppercase;opacity:.56;justify-content:space-between;gap:1rem;padding-top:.45rem;font-size:.68rem;font-weight:800;display:flex}.ReceiptHealthExplorer-module__rsAh9W__issueList{flex-direction:column;gap:.5rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__issueItem{border-bottom:1px solid rgba(var(--text-color-rgb,0, 0, 0), .08);align-items:flex-start;gap:.5rem;padding:.55rem 0;display:flex}.ReceiptHealthExplorer-module__rsAh9W__issueMessage{overflow-wrap:anywhere;min-width:0;font-size:.76rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__issueEmpty{opacity:.56;padding:.65rem 0;font-size:.76rem}.ReceiptHealthExplorer-module__rsAh9W__ledgerList{flex-direction:column;gap:.55rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__ledgerItem{border-bottom:1px solid rgba(var(--text-color-rgb,0, 0, 0), .08);padding:.65rem 0}.ReceiptHealthExplorer-module__rsAh9W__ledgerItemHeader,.ReceiptHealthExplorer-module__rsAh9W__preflightRow{justify-content:space-between;align-items:flex-start;gap:.6rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__ledgerIssueType{letter-spacing:.05em;text-transform:uppercase;opacity:.58;overflow-wrap:anywhere;min-width:0;font-size:.68rem;font-weight:800}.ReceiptHealthExplorer-module__rsAh9W__ledgerState,.ReceiptHealthExplorer-module__rsAh9W__preflightBadge{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .14);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;opacity:.72;border-radius:999px;flex-shrink:0;padding:.22rem .4rem;font-size:.6rem;font-weight:800;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__ledgerMessage{opacity:.76;overflow-wrap:anywhere;margin-top:.35rem;font-size:.74rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__preflightRow{margin-top:.45rem}.ReceiptHealthExplorer-module__rsAh9W__preflightSummary{opacity:.62;overflow-wrap:anywhere;min-width:0;font-size:.7rem;line-height:1.35}.ReceiptHealthExplorer-module__rsAh9W__sectionEvidence{flex-direction:column;gap:.34rem;margin-top:.45rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__sectionChips{flex-wrap:wrap;gap:.25rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__sectionChip{border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .12);background:rgba(var(--text-color-rgb,0, 0, 0), .03);white-space:nowrap;border-radius:999px;padding:.2rem .38rem;font-size:.6rem;font-weight:750;line-height:1}.ReceiptHealthExplorer-module__rsAh9W__sectionRows{flex-direction:column;gap:.28rem;display:flex}.ReceiptHealthExplorer-module__rsAh9W__sectionRow{grid-template-columns:minmax(76px,.34fr) minmax(0,1fr);gap:.45rem;font-size:.66rem;line-height:1.3;display:grid}.ReceiptHealthExplorer-module__rsAh9W__sectionRowLabel{color:rgba(var(--text-color-rgb,0, 0, 0), .52);overflow-wrap:anywhere;font-weight:750}.ReceiptHealthExplorer-module__rsAh9W__sectionRowText{min-width:0;color:rgba(var(--text-color-rgb,0, 0, 0), .72);overflow-wrap:anywhere}.ReceiptHealthExplorer-module__rsAh9W__sectionContext{color:rgba(var(--text-color-rgb,0, 0, 0), .48);overflow-wrap:anywhere;font-size:.62rem;line-height:1.3}.ReceiptHealthExplorer-module__rsAh9W__actionCount{opacity:.55;margin-top:.35rem;font-family:Monaco,Menlo,Consolas,monospace;font-size:.66rem}.ReceiptHealthExplorer-module__rsAh9W__statusBadge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:.26rem .48rem;font-size:.64rem;font-weight:800;line-height:1;display:inline-flex}.ReceiptHealthExplorer-module__rsAh9W__statusPass{background:rgba(var(--color-green-rgb), .18);border-color:rgba(var(--color-green-rgb), .4);color:var(--color-green)}.ReceiptHealthExplorer-module__rsAh9W__statusReview{background:rgba(var(--color-yellow-rgb,253, 216, 53), .18);border-color:rgba(var(--color-yellow-rgb,253, 216, 53), .45);color:color-mix(in srgb, var(--color-yellow) 78%, var(--text-color) 22%)}.ReceiptHealthExplorer-module__rsAh9W__statusFail{background:rgba(var(--color-red-rgb), .15);border-color:rgba(var(--color-red-rgb), .4);color:var(--color-red)}.ReceiptHealthExplorer-module__rsAh9W__statusNeutral{background:rgba(var(--text-color-rgb,0, 0, 0), .08);border-color:rgba(var(--text-color-rgb,0, 0, 0), .14);color:rgba(var(--text-color-rgb,0, 0, 0), .7)}@media (max-width:768px){.ReceiptHealthExplorer-module__rsAh9W__flowMockContainer{padding:1rem}.ReceiptHealthExplorer-module__rsAh9W__flowActiveReceipt{justify-content:center;align-items:center;height:100%;display:flex}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImageWrapper{height:100%}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImageInner,.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImage{max-height:380px}.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImage{width:auto;height:auto}.ReceiptHealthExplorer-module__rsAh9W__flowEntityLegend{gap:.75rem;width:100%;max-width:520px;padding:0}.ReceiptHealthExplorer-module__rsAh9W__diagnosisRail{width:100%}.ReceiptHealthExplorer-module__rsAh9W__validationStrip,.ReceiptHealthExplorer-module__rsAh9W__evidenceSummary,.ReceiptHealthExplorer-module__rsAh9W__nextAction{width:100%;max-width:360px;margin-left:auto;margin-right:auto}.ReceiptHealthExplorer-module__rsAh9W__diagnosisStatement{text-align:center}.ReceiptHealthExplorer-module__rsAh9W__sectionMap,.ReceiptHealthExplorer-module__rsAh9W__lineItemTokenMap,.ReceiptHealthExplorer-module__rsAh9W__railNote,.ReceiptHealthExplorer-module__rsAh9W__evidenceDisclosure,.ReceiptHealthExplorer-module__rsAh9W__stateExamples{max-width:360px;margin-left:auto;margin-right:auto}.ReceiptHealthExplorer-module__rsAh9W__stateExamples{align-items:center}.ReceiptHealthExplorer-module__rsAh9W__stateExampleButtons{justify-content:center}.ReceiptHealthExplorer-module__rsAh9W__body{grid-template-columns:1fr}.ReceiptHealthExplorer-module__rsAh9W__stackPane{order:1;width:100%;max-width:680px;margin:0 auto}.ReceiptHealthExplorer-module__rsAh9W__receiptStackViewport{scroll-snap-type:x proximity;gap:.55rem;min-height:126px;padding:.25rem .2rem .55rem;display:flex;overflow:auto hidden}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptButton{scroll-snap-align:start;flex:0 0 78px;width:78px;height:108px;box-shadow:0 5px 12px #00000021;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.ReceiptHealthExplorer-module__rsAh9W__stackControls{width:min(240px,100%)}.ReceiptHealthExplorer-module__rsAh9W__visualColumn{order:2}.ReceiptHealthExplorer-module__rsAh9W__receiptImageStage,.ReceiptHealthExplorer-module__rsAh9W__imageLoading{min-height:460px}.ReceiptHealthExplorer-module__rsAh9W__receiptImageFrame,.ReceiptHealthExplorer-module__rsAh9W__receiptImage{max-height:460px}.ReceiptHealthExplorer-module__rsAh9W__inspector{order:3;width:100%;max-width:680px;margin:0 auto}}@media (max-width:640px){.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImageInner,.ReceiptHealthExplorer-module__rsAh9W__flowReceiptImage{max-height:300px}.ReceiptHealthExplorer-module__rsAh9W__flowEntityLegend{gap:.5rem}.ReceiptHealthExplorer-module__rsAh9W__flowLegendMobile{gap:.45rem 1rem}.ReceiptHealthExplorer-module__rsAh9W__flowLegendDot{width:12px;height:12px}.ReceiptHealthExplorer-module__rsAh9W__flowLegendLabel{font-size:.75rem}.ReceiptHealthExplorer-module__rsAh9W__container{width:calc(100% - 1rem);padding:1rem}.ReceiptHealthExplorer-module__rsAh9W__header{flex-direction:column}.ReceiptHealthExplorer-module__rsAh9W__headerMetrics{justify-content:flex-start}.ReceiptHealthExplorer-module__rsAh9W__receiptStackViewport{min-height:112px}.ReceiptHealthExplorer-module__rsAh9W__stackReceiptButton{flex-basis:70px;width:70px;height:98px}.ReceiptHealthExplorer-module__rsAh9W__receiptImageStage,.ReceiptHealthExplorer-module__rsAh9W__imageLoading{min-height:360px}.ReceiptHealthExplorer-module__rsAh9W__receiptImageFrame,.ReceiptHealthExplorer-module__rsAh9W__receiptImage{max-height:360px}.ReceiptHealthExplorer-module__rsAh9W__navButton{height:34px;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.ReceiptHealthExplorer-module__rsAh9W__flowActiveReceipt,.ReceiptHealthExplorer-module__rsAh9W__flowSvgOverlay,.ReceiptHealthExplorer-module__rsAh9W__validationReasonSlot,.ReceiptHealthExplorer-module__rsAh9W__validationReasonClip,.ReceiptHealthExplorer-module__rsAh9W__validationReasonInner{transition:none;animation:none}}
.RandomReceiptWithLabels-module__ZIN1yW__container{width:100%;margin:3rem 0;padding:2rem 0}.RandomReceiptWithLabels-module__ZIN1yW__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__container h3{margin:0}.RandomReceiptWithLabels-module__ZIN1yW__reloadButton{z-index:10;background:var(--button-background);width:2.5rem;height:2.5rem;color:var(--button-text);border:1px solid var(--text-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.2rem;transition:background-color .2s,transform .1s;display:flex;position:absolute;top:.5rem;left:.5rem;box-shadow:0 2px 8px #0003}.RandomReceiptWithLabels-module__ZIN1yW__reloadButton:hover:not(:disabled){background:var(--button-background-hover);color:var(--button-text-hover);transform:scale(1.1)}.RandomReceiptWithLabels-module__ZIN1yW__reloadButton:active:not(:disabled){transform:scale(.98)}.RandomReceiptWithLabels-module__ZIN1yW__reloadButton:disabled{opacity:.6;cursor:not-allowed}.RandomReceiptWithLabels-module__ZIN1yW__container p{color:var(--text-color);opacity:.9;margin-bottom:2rem}.RandomReceiptWithLabels-module__ZIN1yW__wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__imageContainer{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.RandomReceiptWithLabels-module__ZIN1yW__imageWrapper{border-radius:8px;max-height:500px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.RandomReceiptWithLabels-module__ZIN1yW__imageWrapper img{object-fit:contain;width:auto;height:auto;max-height:100%}.RandomReceiptWithLabels-module__ZIN1yW__overlay{pointer-events:none}.RandomReceiptWithLabels-module__ZIN1yW__mobileContainer{flex-direction:row;align-items:flex-start;gap:1rem;width:100%;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__labelsList{width:100%}.RandomReceiptWithLabels-module__ZIN1yW__labelsList h4{margin-bottom:1rem;font-size:1.2rem}.RandomReceiptWithLabels-module__ZIN1yW__receiptLabelsSection{margin-bottom:1.5rem}.RandomReceiptWithLabels-module__ZIN1yW__receiptLabelsSection h5{color:var(--text-color);opacity:.9;margin:0 0 1rem;font-size:1rem;font-weight:600}.RandomReceiptWithLabels-module__ZIN1yW__legendContainer{grid-template-columns:repeat(4,1fr);gap:1rem 24px;width:100%;display:grid}.RandomReceiptWithLabels-module__ZIN1yW__categoryGroup{margin-bottom:0}.RandomReceiptWithLabels-module__ZIN1yW__categoryHeaderContainer{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__categoryColorSquare{border-radius:2px;flex-shrink:0;width:12px;height:12px}.RandomReceiptWithLabels-module__ZIN1yW__categoryHeader{color:var(--text-color);font-size:1.5rem;font-weight:600}.RandomReceiptWithLabels-module__ZIN1yW__labelList{margin:1rem 0!important;padding-left:1.5rem!important;list-style:outside!important;display:block!important}.RandomReceiptWithLabels-module__ZIN1yW__labelList li{color:var(--text-color)!important;list-style-type:inherit!important;background:0 0!important;border:none!important;border-radius:0!important;margin-bottom:.75rem!important;padding:0!important;font-size:.9rem!important;font-weight:500!important;line-height:1.4!important;display:list-item!important}.RandomReceiptWithLabels-module__ZIN1yW__labelBadge{color:var(--background-color);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.RandomReceiptWithLabels-module__ZIN1yW__labelsList>ul:not(.RandomReceiptWithLabels-module__ZIN1yW__labelList){flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__labelsList>ul:not(.RandomReceiptWithLabels-module__ZIN1yW__labelList) li{background:var(--code-background);border:1px solid rgba(var(--text-color-rgb,0, 0, 0), .2);border-radius:6px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__wordText{color:var(--text-color);font-family:Monaco,Menlo,Consolas,monospace;font-size:.9rem}.RandomReceiptWithLabels-module__ZIN1yW__loading,.RandomReceiptWithLabels-module__ZIN1yW__error{text-align:center;color:var(--text-color);opacity:.7;padding:2rem}.RandomReceiptWithLabels-module__ZIN1yW__error{color:var(--color-red)}.RandomReceiptWithLabels-module__ZIN1yW__loadingOverlay{background:rgba(var(--background-color-rgb,18, 18, 18), .8);z-index:10;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.RandomReceiptWithLabels-module__ZIN1yW__loadingSpinner{background:var(--background-color);border:1px solid var(--text-color);color:var(--text-color);border-radius:8px;padding:1rem 2rem;font-weight:500}@media (min-width:769px){.RandomReceiptWithLabels-module__ZIN1yW__container{padding:2rem 0}.RandomReceiptWithLabels-module__ZIN1yW__wrapper{flex-direction:row;align-items:stretch;gap:2rem}.RandomReceiptWithLabels-module__ZIN1yW__imageContainer{flex:1;align-items:center;max-width:600px;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__imageWrapper{width:100%;max-height:500px}.RandomReceiptWithLabels-module__ZIN1yW__labelsList{background:0 0;border:none;flex:0 0 350px;align-items:center;padding:1rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__labelsList h4{margin-bottom:1rem;font-size:1rem}.RandomReceiptWithLabels-module__ZIN1yW__legendContainer{grid-template-columns:repeat(2,1fr);gap:.75rem 16px;width:100%}.RandomReceiptWithLabels-module__ZIN1yW__categoryHeader{margin:0;font-size:1.3rem;font-weight:600}.RandomReceiptWithLabels-module__ZIN1yW__categoryColorSquare{width:10px;height:10px}.RandomReceiptWithLabels-module__ZIN1yW__labelText{font-size:.85rem}.RandomReceiptWithLabels-module__ZIN1yW__labelColorDot{width:10px;height:10px}.RandomReceiptWithLabels-module__ZIN1yW__labelsList>ul:not(.RandomReceiptWithLabels-module__ZIN1yW__labelList){gap:.5rem}.RandomReceiptWithLabels-module__ZIN1yW__labelsList>ul:not(.RandomReceiptWithLabels-module__ZIN1yW__labelList) li{padding:.4rem;font-size:.85rem}.RandomReceiptWithLabels-module__ZIN1yW__wordText{font-size:.85rem}}@media (max-width:768px){.RandomReceiptWithLabels-module__ZIN1yW__container{padding:1.5rem 0}.RandomReceiptWithLabels-module__ZIN1yW__container h3{font-size:1.3rem}.RandomReceiptWithLabels-module__ZIN1yW__container p{margin-bottom:1.5rem;font-size:.95rem}.RandomReceiptWithLabels-module__ZIN1yW__mobileContainer{flex-direction:row;align-items:stretch;gap:1rem;max-width:100%;margin:0 auto}.RandomReceiptWithLabels-module__ZIN1yW__imageContainer{flex:0 0 50%;justify-content:center;align-items:center;min-width:0;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__imageWrapper{width:100%;max-height:400px}.RandomReceiptWithLabels-module__ZIN1yW__labelsList{flex:0 0 50%;align-items:center;padding:.5rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__legendContainer{flex-direction:column;gap:.75rem;width:100%;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__categoryGroup,.RandomReceiptWithLabels-module__ZIN1yW__categoryHeaderContainer{margin-bottom:0}.RandomReceiptWithLabels-module__ZIN1yW__categoryHeader{margin:0;font-size:1.3rem;font-weight:600}}@media (max-width:360px){.RandomReceiptWithLabels-module__ZIN1yW__container{padding:1rem 0}.RandomReceiptWithLabels-module__ZIN1yW__header{flex-direction:column;align-items:flex-start;gap:.75rem}.RandomReceiptWithLabels-module__ZIN1yW__reloadButton{width:100%;padding:.75rem}.RandomReceiptWithLabels-module__ZIN1yW__labelsList h4{font-size:1rem}.RandomReceiptWithLabels-module__ZIN1yW__labelsList>ul:not(.RandomReceiptWithLabels-module__ZIN1yW__labelList) li{flex-direction:column;align-items:flex-start;gap:.5rem}.RandomReceiptWithLabels-module__ZIN1yW__legendContainer{flex-direction:column;gap:.75rem;display:flex}.RandomReceiptWithLabels-module__ZIN1yW__categoryGroup,.RandomReceiptWithLabels-module__ZIN1yW__categoryHeaderContainer{margin-bottom:0}.RandomReceiptWithLabels-module__ZIN1yW__imageWrapper{max-height:400px}.RandomReceiptWithLabels-module__ZIN1yW__mobileContainer{flex-direction:column;gap:1rem}.RandomReceiptWithLabels-module__ZIN1yW__imageContainer{width:100%}.RandomReceiptWithLabels-module__ZIN1yW__labelsList{flex:100%;width:100%;max-height:none}.RandomReceiptWithLabels-module__ZIN1yW__labelBadge{align-self:flex-start}}
