.CameraCapture-module-scss-module__eKPuUq__overlay{z-index:var(--z-submit-fullscreen);background:#000;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.CameraCapture-module-scss-module__eKPuUq__hiddenCanvas{opacity:0;pointer-events:none;position:absolute;left:-9999px}.CameraCapture-module-scss-module__eKPuUq__topBar{top:env(safe-area-inset-top,12px);z-index:2;padding-top:12px;position:absolute;left:12px;right:12px}.CameraCapture-module-scss-module__eKPuUq__backButton{-webkit-backdrop-filter:blur(8px)}.CameraCapture-module-scss-module__eKPuUq__viewfinder{object-fit:cover;width:100%;height:100%;display:none}.CameraCapture-module-scss-module__eKPuUq__viewfinder.CameraCapture-module-scss-module__eKPuUq__visible{display:block}.CameraCapture-module-scss-module__eKPuUq__capturedImage{object-fit:cover;width:100%;height:100%}.CameraCapture-module-scss-module__eKPuUq__centered{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.CameraCapture-module-scss-module__eKPuUq__spinner{border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite CameraCapture-module-scss-module__eKPuUq__spin}@keyframes CameraCapture-module-scss-module__eKPuUq__spin{to{transform:rotate(360deg)}}.CameraCapture-module-scss-module__eKPuUq__statusText{color:rgba(255,255,255,.7);font-size:14px}.CameraCapture-module-scss-module__eKPuUq__errorText{color:#fff;text-align:center;max-width:280px;font-size:16px;line-height:1.5}.CameraCapture-module-scss-module__eKPuUq__errorCloseButton{color:#fff;cursor:pointer;background:0 0;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:10px 32px;font-size:16px}.CameraCapture-module-scss-module__eKPuUq__errorCloseButton:active{background:rgba(255,255,255,.1)}.CameraCapture-module-scss-module__eKPuUq__controls{padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:2;justify-content:center;display:flex;position:absolute;bottom:0;left:0;right:0}.CameraCapture-module-scss-module__eKPuUq__reviewActions{gap:12px;width:100%;display:flex}
.CaptureScreen-module-scss-module__vYPQfa__root{min-height:100%;padding:var(--spacing-lg)var(--spacing-sm)var(--spacing-md);flex-direction:column;max-width:480px;margin:0 auto;display:flex}.CaptureScreen-module-scss-module__vYPQfa__headline{gap:var(--spacing-xs);margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl);flex-direction:column;display:flex}.CaptureScreen-module-scss-module__vYPQfa__headline h1{color:var(--color-text-primary);margin:0;font-size:2rem;font-weight:800;line-height:1.1}.CaptureScreen-module-scss-module__vYPQfa__subhead{color:var(--color-accent)}.CaptureScreen-module-scss-module__vYPQfa__tagline{color:var(--color-text-secondary);font-size:1rem;line-height:1.5;margin-top:var(--spacing-sm)!important}.CaptureScreen-module-scss-module__vYPQfa__actions{gap:var(--spacing-xs);flex-direction:column;margin-top:auto;display:flex}.CaptureScreen-module-scss-module__vYPQfa__manualLink{justify-content:center;align-items:center;gap:var(--spacing-xs);margin:var(--spacing-md)auto 0;padding:var(--spacing-xs)var(--spacing-sm);color:var(--color-text-secondary);text-underline-offset:4px;text-decoration:underline;-webkit-text-decoration-color:var(--color-border);text-decoration-color:var(--color-border);background:0 0;border:none;font-size:.875rem;display:inline-flex}.CaptureScreen-module-scss-module__vYPQfa__manualLink:hover{color:var(--color-text-primary);-webkit-text-decoration-color:var(--color-text-primary);text-decoration-color:var(--color-text-primary)}
.ProcessingScreen-module-scss-module__safwlG__root{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md)var(--spacing-sm);flex-direction:column;max-width:480px;margin:0 auto;display:flex}.ProcessingScreen-module-scss-module__safwlG__photoFrame{aspect-ratio:3/4;border-radius:var(--radius-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border-light);width:100%;max-width:280px;position:relative;overflow:hidden}.ProcessingScreen-module-scss-module__safwlG__photo{object-fit:cover;width:100%;height:100%;display:block}@keyframes ProcessingScreen-module-scss-module__safwlG__scan{0%{opacity:.9;top:0}90%{opacity:.9;top:calc(100% - 2px)}to{opacity:0;top:0}}.ProcessingScreen-module-scss-module__safwlG__scanline{background:linear-gradient(90deg,transparent 0%,var(--color-accent)50%,transparent 100%);height:2px;box-shadow:0 0 16px 4px var(--color-accent-subtle,rgba(96,165,250,.3));animation:2.4s ease-in-out infinite ProcessingScreen-module-scss-module__safwlG__scan;position:absolute;top:0;left:0;right:0}.ProcessingScreen-module-scss-module__safwlG__statusRow{align-items:center;gap:var(--spacing-xs);margin-top:var(--spacing-sm);color:var(--color-text-primary);font-size:.95rem;font-weight:600;display:flex}.ProcessingScreen-module-scss-module__safwlG__statusIcon{color:var(--color-accent)}.ProcessingScreen-module-scss-module__safwlG__statusLabel{letter-spacing:.01em}@keyframes ProcessingScreen-module-scss-module__safwlG__pulse{0%,60%,to{opacity:.2}30%{opacity:1}}.ProcessingScreen-module-scss-module__safwlG__dot{background:var(--color-text-secondary);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite ProcessingScreen-module-scss-module__safwlG__pulse}.ProcessingScreen-module-scss-module__safwlG__dot:nth-child(4){animation-delay:.2s}.ProcessingScreen-module-scss-module__safwlG__dot:nth-child(5){animation-delay:.4s}.ProcessingScreen-module-scss-module__safwlG__dot:nth-child(6){animation-delay:.6s}.ProcessingScreen-module-scss-module__safwlG__hint{color:var(--color-text-muted);margin-top:0;font-size:.8125rem}.ProcessingScreen-module-scss-module__safwlG__skeletonCard{background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);width:100%;padding:var(--spacing-sm);gap:var(--spacing-sm);margin-top:var(--spacing-sm);flex-direction:column;display:flex}.ProcessingScreen-module-scss-module__safwlG__skeletonRow{align-items:center;gap:var(--spacing-sm);display:flex}.ProcessingScreen-module-scss-module__safwlG__skeletonIcon{border-radius:var(--radius-sm);background:var(--color-bg-tertiary);width:20px;height:20px}@keyframes ProcessingScreen-module-scss-module__safwlG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ProcessingScreen-module-scss-module__safwlG__skeletonBar{border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--color-bg-tertiary)0%,var(--color-bg-hover)50%,var(--color-bg-tertiary)100%);background-size:200px 100%;height:14px;animation:1.6s linear infinite ProcessingScreen-module-scss-module__safwlG__shimmer}.ProcessingScreen-module-scss-module__safwlG__w70{width:70%}.ProcessingScreen-module-scss-module__safwlG__w60{width:60%}.ProcessingScreen-module-scss-module__safwlG__w50{width:50%}.ProcessingScreen-module-scss-module__safwlG__w40{width:40%}
/*# sourceMappingURL=e3c9cb22e56d3c58.css.map*/