
#food-rhythm .fr-goal-symbol { width:46px; height:46px; display:grid; place-items:center; border-radius:15px; background:#e6efe1bf; box-shadow:inset 0 1px 0 #ffffffe6; }
#food-rhythm .fr-goal-symbol svg { width:21px; height:21px; fill:none; stroke:var(--fr-leaf); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
#food-rhythm .fr-goal-copy { min-width:0; display:flex; flex-direction:column; gap:5px; }
#food-rhythm .fr-goal-option strong { font-size:15px; }
#food-rhythm .fr-goal-option small { line-height:1.35; }
#food-rhythm .fr-goal-radio { width:19px; height:19px; border:1.5px solid #14463438; border-radius:50%; transition:border .25s ease; }
#food-rhythm .fr-goal-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 1px 0 #fffffff2,0 10px 28px #1b745217; }
#food-rhythm .fr-goal-option[aria-pressed=true] .fr-goal-radio { border:5px solid var(--fr-leaf); background:white; }
#food-rhythm .fr-goal-option[aria-pressed=true] .fr-goal-symbol { background:color-mix(in srgb,var(--fr-body) 42%,white); }
#food-rhythm .fr-goal-option:active { transform:scale(.985); }
@media(hover:hover) { #food-rhythm .fr-goal-option:hover { transform:translateY(-2px); background:#ffffffb8; border-color:#1b745233; box-shadow:inset 0 1px 0 #fffffff2,0 12px 26px #27483512; } }
#food-rhythm .fr-goal-option[aria-pressed=true]:hover { border-color:var(--fr-leaf); background:linear-gradient(135deg,white,color-mix(in srgb,var(--fr-body) 32%,white)); }
#food-rhythm .fr-sex-options { gap:14px; margin-top:26px; }
#food-rhythm .fr-sex-option { display:grid; grid-template-columns:52px minmax(0,1fr) 20px; align-items:center; gap:14px; min-height:92px; padding:18px; border:1px solid #194b3a1a; border-radius:24px; background:#ffffff94; box-shadow:inset 0 1px 0 #ffffffeb,0 8px 24px #133d2d0a; transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s,box-shadow .25s; }
#food-rhythm .fr-sex-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:16px; background:#e6eee3cc; box-shadow:inset 0 1px 0 #fffffff2; transition:transform .28s cubic-bezier(.16,1,.3,1),background .25s; }
#food-rhythm .fr-sex-icon svg { width:24px; height:24px; fill:none; stroke:var(--fr-leaf); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
#food-rhythm .fr-sex-option strong { font-size:17px; line-height:1.2; }
#food-rhythm .fr-sex-radio { width:20px; height:20px; border:1.5px solid #12433238; border-radius:50%; background:#ffffff80; }
#food-rhythm .fr-sex-option[aria-pressed=true] { border-color:var(--fr-leaf); background:linear-gradient(135deg,#ffffffc7,color-mix(in srgb,var(--fr-body) 36%,white)); box-shadow:inset 0 1px 0 #fffffff9,0 10px 28px #19745414; }
#food-rhythm .fr-sex-option[aria-pressed=true] .fr-sex-icon { background:color-mix(in srgb,var(--fr-body) 42%,white); transform:scale(1.04) rotate(-2deg); }
#food-rhythm .fr-sex-option[aria-pressed=true] .fr-sex-radio { border:5px solid var(--fr-leaf); background:white; }
#food-rhythm .fr-sex-option:active { transform:scale(.985); }
#food-rhythm .fr-activity-options { gap:13px; margin-top:22px; }
#food-rhythm .fr-activity-option { min-height:88px; padding:16px; grid-template-columns:48px minmax(0,1fr) 20px; gap:13px; border:1px solid #dae5db; border-radius:24px; background:linear-gradient(135deg,#fff,#f9fcf8); box-shadow:inset 0 1px 0 #fff,0 7px 20px #204d3410; }
#food-rhythm .fr-activity-option .fr-sex-icon { width:48px; height:48px; border:1px solid #dcebdc; border-radius:17px; background:linear-gradient(145deg,#eef7e8,#e1f0e6); box-shadow:inset 0 1px 0 #fff,0 3px 7px #24573b08; }
#food-rhythm .fr-activity-option .fr-sex-icon svg { width:25px; height:25px; }
#food-rhythm .fr-activity-copy { min-width:0; display:flex; flex-direction:column; gap:5px; }
#food-rhythm .fr-activity-copy strong { font-size:17px; line-height:1.25; }
#food-rhythm .fr-activity-copy small { color:#64776d; font-size:12.5px; line-height:1.45; }