
#food-rhythm .fr-activity-option[aria-pressed=true] { border-color:var(--fr-leaf); background:linear-gradient(135deg,white,color-mix(in srgb,var(--fr-body) 32%,white)); box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--fr-body) 30%,transparent),0 8px 22px #24654618; }
#food-rhythm .fr-activity-option[aria-pressed=true] .fr-sex-icon { background:var(--fr-green); border-color:var(--fr-green); box-shadow:0 4px 10px #19745728; }
#food-rhythm .fr-activity-option[aria-pressed=true] .fr-sex-icon svg { stroke:white; }
#food-rhythm .fr-activity-option:focus-visible { outline:3px solid #8ac4a5; outline-offset:3px; }
#food-rhythm .fr-question-activity { padding-top:18px; }
#food-rhythm .fr-question-activity .fr-choice-head { min-height:110px; }
@media(hover:hover) { #food-rhythm .fr-sex-option:not([aria-pressed=true]):hover { transform:translateY(-2px); background:#ffffffbd; box-shadow:inset 0 1px 0 #fffffff5,0 12px 28px #133d2d12; } }
#food-rhythm .fr-goal-cta { width:100%; min-height:62px; padding:0 24px; border:0; border-radius:22px; color:white; background:#197457; font-weight:700; transition:background .2s ease,transform .2s ease; }
#food-rhythm .fr-goal-cta:not(:disabled):active { transform:scale(.98); }
@media(hover:hover) { #food-rhythm .fr-goal-cta:not(:disabled):hover { background:var(--fr-face); } }
#food-rhythm #fr-onboarding button[data-action=submit]:disabled { background:#d4e3d7; color:#607d6b; cursor:default; box-shadow:none; filter:none; }
@media(prefers-reduced-motion:reduce) { #food-rhythm .fr-goal-option,#food-rhythm .fr-goal-radio,#food-rhythm .fr-choice-mascot,#food-rhythm .fr-choice-mascot-leaf,#food-rhythm .fr-choice-mascot-shadow,#food-rhythm .fr-choice-mascot.fr-pop .fr-choice-mascot-body,#food-rhythm .fr-choice-mascot.fr-pop .fr-choice-mascot-leaf,#food-rhythm .fr-sex-option,#food-rhythm .fr-sex-icon,#food-rhythm .fr-goal-cta { transition:none; animation:none; } #food-rhythm .fr-choice-mascot.fr-pop::after { display:none; } }
#food-rhythm .fr-input { width:100%; min-height:48px; background:white; color:var(--fr-ink); border:1px solid #cad6c8; border-radius:13px; padding:10px 12px; }
#food-rhythm label { display:block; font-size:13px; color:var(--fr-muted); }
#food-rhythm label .fr-input { margin-top:5px; }
#food-rhythm .fr-measure { margin:36px auto 12px; display:flex; justify-content:center; align-items:baseline; gap:8px; }
#food-rhythm .fr-measure input { width:145px; border:0; background:transparent; text-align:center; color:var(--fr-ink); font-size:54px; font-weight:700; outline-offset:0; padding:0; }
#food-rhythm .fr-unit-switch { display:flex; gap:4px; padding:4px; margin:0 auto 12px; border-radius:14px; background:#e8efe7; }
#food-rhythm .fr-unit-switch button { min-width:75px; height:36px; border:0; border-radius:11px; background:transparent; color:var(--fr-muted); font-size:13px; font-weight:650; }
#food-rhythm .fr-unit-switch button[aria-pressed=true] { background:white; color:var(--fr-green); box-shadow:0 2px 8px #14201412; }
#food-rhythm .fr-measure-imperial input { width:72px; }
#food-rhythm .fr-measure-imperial span { font-size:18px; }
#food-rhythm .fr-question-age { min-height:510px; }
#food-rhythm .fr-age-picker { position:relative; width:min(320px,86vw); aspect-ratio:1; margin:28px auto; user-select:none; touch-action:none; cursor:grab; }
#food-rhythm .fr-question-age .fr-age-picker { margin-top:12px; }
#food-rhythm .fr-age-picker:active { cursor:grabbing; }
#food-rhythm .fr-age-picker svg { display:block; width:100%; height:100%; overflow:visible; }
#food-rhythm .fr-age-ticks { transform-box:view-box; transform-origin:50% 50%; transition:transform .2s ease-out; }
#food-rhythm .fr-age-picker.is-dragging .fr-age-ticks { transition:none; }
#food-rhythm .fr-age-ticks line { stroke-linecap:round; }
#food-rhythm .fr-age-indicator { position:absolute; top:16px; left:50%; width:4px; height:52px; border-radius:999px; background:var(--fr-leaf); transform:translateX(-50%); box-shadow:0 3px 10px color-mix(in srgb,var(--fr-leaf) 15%,transparent); }