#food-rhythm.fr-is-camera .fr-main { padding-bottom:35px; }
#food-rhythm .fr-camera-page { display:grid; gap:16px; }
#food-rhythm .fr-camera-page .fr-food-heading { margin-bottom:0; }
#food-rhythm .fr-camera-hint { margin:0; font-size:13px; line-height:1.5; }
#food-rhythm .fr-camera-viewport { position:relative; width:100%; aspect-ratio:3/4; max-height:55vh; overflow:hidden; border-radius:24px; background:var(--fr-face); }
#food-rhythm .fr-camera-viewport video { display:block; width:100%; height:100%; object-fit:cover; }
#food-rhythm .fr-camera-frame { position:absolute; inset:28% 10%; border:3px solid var(--fr-body); border-radius:20px; box-shadow:0 0 0 100vmax #001a1466; pointer-events:none; }
#food-rhythm .fr-camera-error { min-height:20px; margin:0; color:var(--fr-face); font-size:13px; line-height:1.4; }
#food-rhythm .fr-camera-page .fr-primary,#food-rhythm .fr-camera-page .fr-secondary { margin:0; }
#food-rhythm .fr-camera-page .fr-primary:disabled { opacity:.55; }
#food-rhythm .fr-captured-image { display:block; width:100%; max-height:240px; object-fit:cover; border-radius:20px; }
#food-rhythm .fr-captured-code { display:block; margin-top:8px; font-size:13px; color:var(--fr-green); }
