.app-picture__body{border:1px solid var(--app-border);border-radius:6px;padding:.75rem;background:var(--app-bg-input);display:flex;flex-direction:column;gap:.75rem;width:100%;position:relative;flex:1;min-height:0}.ext-stepper-wizard-form .app-input-wrapper--picture[data-invalid] .app-picture__body:not(.app-picture__body--has-qr-toggle),.ext-stepper-wizard-form .app-input-wrapper--picture[data-invalid]:focus-within .app-picture__body:not(.app-picture__body--has-qr-toggle){border-color:var(--app-error)!important}.ext-stepper-wizard-form .app-input-wrapper--picture[data-valid] .app-picture__body:not(.app-picture__body--has-qr-toggle),.ext-stepper-wizard-form .app-input-wrapper--picture[data-valid]:focus-within .app-picture__body:not(.app-picture__body--has-qr-toggle){border-color:var(--app-success)!important}.app-picture__body--has-qr-toggle{border:none!important;padding-bottom:3.25rem;height:180px}.app-picture__message{margin-bottom:.5rem;color:var(--app-danger)}.app-picture__controls{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:-.25rem}.app-picture__btn{padding:.3rem .6rem;border:1px solid var(--app-border);border-radius:4px;background:var(--app-bg);color:var(--app-text-muted);cursor:pointer;user-select:none}.app-picture__btn:disabled{cursor:not-allowed}.app-picture__file-input{display:none}.dropzone.app-picture__dropzone{background:color-mix(in srgb,var(--app-primary) 10%,var(--app-bg));border-color:color-mix(in srgb,var(--app-primary) 50%,var(--app-bg));border-style:dotted}.app-picture--mobile-fill{display:flex;flex-direction:column;flex:1;min-height:0}.app-picture--mobile-fill .app-picture__body{flex:1;min-height:0}.app-picture--mobile-fill .app-picture__dropzone{min-height:clamp(220px,45dvh,560px);justify-content:center;align-items:center;text-align:center}.app-picture--mobile-fill--camera-open{display:flex;flex-direction:column;flex:1;min-height:0}.app-picture--mobile-fill--camera-open .app-picture__body--camera-open{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.app-picture--mobile-fill--camera-open .app-picture__controls{flex-shrink:0;margin-bottom:0}.app-picture--mobile-fill--camera-open .app-picture__cameraArea{flex:1;min-height:0;margin-bottom:0}.app-picture--mobile-fill--camera-open .app-picture__video{flex:1;min-height:0;max-height:none;object-fit:cover}.app-picture--mobile-fill--camera-open .app-picture__btn--capture{flex-shrink:0;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;background:var(--app-primary);color:var(--app-primary-inverse,#fff);border-color:var(--app-primary)}.app-picture__dropzone[aria-disabled=true]{cursor:not-allowed;opacity:.6}.app-picture__dropzone--active{border-color:var(--app-border);background:color-mix(in srgb,var(--app-primary) 25%,var(--app-bg))}.app-picture__dropzoneTitle{font-weight:600;margin-bottom:2px}.app-picture__dropzoneSubtitle{color:var(--app-text-muted);font-size:12px}.app-picture__cameraArea{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.25rem}.app-picture__video{width:100%;max-height:420px;border-radius:6px;background:var(--app-bg)}.app-picture__gridWrap{min-height:0;flex:0 1 auto;overflow:auto}.app-picture__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;align-content:start;width:100%}.app-picture__photoItem{position:relative}.app-picture__photoImg{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;border-radius:6px;border:1px solid var(--app-border);display:block;background:var(--app-bg-input)}.app-picture__removeBtn{position:absolute;right:4px;top:4px;padding:.15rem .4rem;font-size:12px;border:1px solid var(--app-border);border-radius:4px;background:var(--app-bg);color:var(--app-text-muted);cursor:pointer}.app-picture__removeBtn:disabled{cursor:not-allowed}.app-picture__cameraUnavailable{color:var(--app-text-muted);margin-top:.5rem;font-size:13px}.app-picture__validationIcon{position:absolute;right:.75rem;top:.75rem;pointer-events:none}.app-picture__qrPanel{border:1px solid var(--app-border);border-radius:6px;padding:.875rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--app-bg-input);position:relative}.app-picture__qrStatusText{text-align:center;color:var(--app-text-muted);font-size:.875rem}.app-picture__qrMobileLink{font-size:.8rem;color:var(--app-primary);text-decoration:none}.app-picture__qrMobileBtn{padding:.25rem .5rem;font-size:.8125rem;text-decoration:none;color:var(--app-text-muted);white-space:nowrap}.app-picture__qrImg{width:220px;height:220px}.app-picture__qrToggleBtn,.app-picture__qrToggleBtn--corner{position:absolute;right:.5rem;bottom:.5rem;padding:.25rem .5rem;font-size:.8125rem;white-space:nowrap;z-index:2}