
#food-rhythm .fr-calculator-activity-step>span { width:17px; height:17px; border-radius:50%; background:var(--fr-body); transition:transform .18s,box-shadow .18s; }
#food-rhythm .fr-calculator-activity-step:nth-child(2)>span { background:color-mix(in srgb,var(--fr-body) 82%,var(--fr-leaf)); }
#food-rhythm .fr-calculator-activity-step:nth-child(3)>span { background:color-mix(in srgb,var(--fr-body) 66%,var(--fr-leaf)); }
#food-rhythm .fr-calculator-activity-step:nth-child(4)>span { background:color-mix(in srgb,var(--fr-body) 50%,var(--fr-leaf)); }
#food-rhythm .fr-calculator-activity-step:nth-child(5)>span { background:color-mix(in srgb,var(--fr-body) 34%,var(--fr-leaf)); }
#food-rhythm .fr-calculator-activity-step:nth-child(6)>span { background:var(--fr-leaf); }
#food-rhythm .fr-calculator-activity-step[aria-pressed="true"]>span { transform:scale(1.22); background:var(--fr-leaf); box-shadow:0 0 0 4px white,0 0 0 7px color-mix(in srgb,var(--fr-leaf) 28%,white); }
#food-rhythm .fr-calculator-activity-step:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:2px; }
#food-rhythm .fr-calculator-activity-range { display:flex; justify-content:space-between; margin-top:8px; color:#71847b; }
#food-rhythm .fr-calculator-activity-range small { font-size:9px; }
#food-rhythm .fr-calculator-body-grid { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr); gap:10px; margin-top:18px; }
#food-rhythm .fr-calculator-body-field { display:grid; grid-template-columns:43px minmax(0,1fr); align-items:center; gap:10px; min-width:0; min-height:80px; padding:11px; border:1px solid #dce6dc; border-radius:19px; background:#fcfdfb; }
#food-rhythm .fr-calculator-body-icon { display:grid; place-items:center; width:43px; height:43px; border-radius:15px; background:color-mix(in srgb,var(--fr-body) 28%,white); color:var(--fr-leaf); }
#food-rhythm .fr-calculator-body-icon .fr-ui-icon { width:22px; height:22px; }
#food-rhythm .fr-calculator-body-copy { min-width:0; }
#food-rhythm .fr-calculator-body-copy small { display:block; margin-bottom:4px; color:#71827a; font-size:10px; }
#food-rhythm .fr-calculator-body-copy>span { display:flex; align-items:center; min-width:0; }
#food-rhythm .fr-calculator-body-copy input,#food-rhythm .fr-calculator-body-copy select { width:auto; min-width:0; height:30px; flex:1; padding:0; border:0; outline:0; background:transparent; color:var(--fr-face); font:750 15px/1 system-ui,sans-serif; }
#food-rhythm .fr-calculator-body-copy select { appearance:none; }
#food-rhythm .fr-calculator-body-copy b { flex:none; margin-left:4px; color:#72837b; font-size:11px; }
#food-rhythm .fr-calculator-body-copy .fr-ui-icon { width:12px; height:12px; flex:none; color:#71827a; transform:rotate(90deg); }
#food-rhythm .fr-calculator-body-field:focus-within { border-color:var(--fr-leaf); box-shadow:0 0 0 3px color-mix(in srgb,var(--fr-body) 48%,white); }
#food-rhythm .fr-calculator-sex-trigger { display:flex; align-items:center; width:100%; min-width:0; height:30px; padding:0; border:0; background:transparent; color:var(--fr-face); text-align:left; }
#food-rhythm .fr-calculator-sex-trigger strong { overflow:hidden; min-width:0; flex:1; font-size:13px; text-overflow:clip; white-space:nowrap; }
#food-rhythm .fr-calculator-sex-dialog { z-index:120; }
#food-rhythm .fr-calculator-sex-options { display:grid; gap:11px; margin-top:20px; }
#food-rhythm .fr-calculator-sex-choice { display:grid; grid-template-columns:44px minmax(0,1fr) 20px; align-items:center; gap:12px; min-height:68px; padding:11px 13px; border:1px solid #dce6dc; border-radius:19px; background:white; color:var(--fr-face); text-align:left; }
#food-rhythm .fr-calculator-sex-choice>span { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; background:color-mix(in srgb,var(--fr-body) 25%,white); color:var(--fr-leaf); }
#food-rhythm .fr-calculator-sex-choice .fr-ui-icon { width:23px; height:23px; }
#food-rhythm .fr-calculator-sex-choice strong { font-size:15px; }