
#food-rhythm .fr-calculator-sex-choice i { width:19px; height:19px; border:1.5px solid #bfd0c6; border-radius:50%; }
#food-rhythm .fr-calculator-sex-choice[aria-pressed="true"] { border-color:var(--fr-leaf); background:color-mix(in srgb,var(--fr-body) 23%,white); }
#food-rhythm .fr-calculator-sex-choice[aria-pressed="true"] i { border:5px solid var(--fr-leaf); background:white; }
#food-rhythm .fr-calculator-sex-choice:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:2px; }
#food-rhythm .fr-calculator-result { margin-top:14px; padding:21px 18px; border-radius:24px; background:linear-gradient(145deg,var(--fr-leaf),var(--fr-face)); color:white; box-shadow:0 15px 30px #155f462e; text-align:center; }
#food-rhythm .fr-calculator-result>small { color:#d8eee3; font-size:11px; }
#food-rhythm .fr-calculator-result>strong { display:block; margin-top:4px; font-size:37px; line-height:1.1; }
#food-rhythm .fr-calculator-result>strong em { font-size:13px; font-style:normal; }
#food-rhythm .fr-calculator-result>div { display:grid; grid-template-columns:repeat(3,1fr); margin-top:17px; padding:13px 0; border-top:1px solid #ffffff2d; border-bottom:1px solid #ffffff2d; }
#food-rhythm .fr-calculator-result>div span { min-width:0; border-right:1px solid #ffffff28; }
#food-rhythm .fr-calculator-result>div span:last-child { border-right:0; }
#food-rhythm .fr-calculator-result>div small,#food-rhythm .fr-calculator-result>div b { display:block; }
#food-rhythm .fr-calculator-result>div small { color:#cfe7dc; font-size:10px; }
#food-rhythm .fr-calculator-result>div b { margin-top:3px; font-size:13px; }
#food-rhythm .fr-calculator-result p { margin:13px auto; max-width:290px; color:#e0f0e8; font-size:11px; line-height:1.45; }
#food-rhythm .fr-calculator-result .fr-primary { background:white; color:var(--fr-green); box-shadow:none; }
#food-rhythm .fr-family-content { padding-bottom:150px; }
#food-rhythm .fr-family-account-new { display:grid; grid-template-columns:62px minmax(0,1fr) auto; align-items:center; gap:15px; min-height:118px; padding:20px; border:1px solid color-mix(in srgb,var(--fr-leaf) 18%,white); border-radius:28px; background:white; box-shadow:0 12px 32px #173c2c0d; }
#food-rhythm .fr-family-account-icon { display:grid; place-items:center; width:62px; height:62px; border-radius:21px; background:color-mix(in srgb,var(--fr-body) 34%,white); color:var(--fr-leaf); }
#food-rhythm .fr-family-account-icon .fr-ui-icon { width:27px; height:27px; }
#food-rhythm .fr-family-account-new small,#food-rhythm .fr-family-account-new strong,#food-rhythm .fr-family-account-new em { display:block; }
#food-rhythm .fr-family-account-new small { color:#74837b; font-size:12px; }
#food-rhythm .fr-family-account-new strong { margin-top:3px; color:var(--fr-face); font-size:20px; }
#food-rhythm .fr-family-account-new em { margin-top:5px; color:#728079; font-size:11px; font-style:normal; }
#food-rhythm .fr-family-account-new>b { padding:9px 12px; border-radius:14px; background:color-mix(in srgb,var(--fr-body) 24%,white); color:var(--fr-face); font-size:10px; white-space:nowrap; }
#food-rhythm .fr-family-members { margin-top:30px; }
#food-rhythm .fr-section-title-row { display:flex; align-items:center; justify-content:space-between; }
#food-rhythm .fr-family-members .fr-section-title-row h2 { margin:0 0 14px 3px; font-size:24px; }
#food-rhythm .fr-section-title-row span { margin-bottom:14px; padding:6px 9px; border-radius:10px; background:transparent; color:var(--fr-leaf); font-size:15px; font-weight:800; }
#food-rhythm .fr-family-member-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
#food-rhythm .fr-family-member-card { min-width:0; min-height:154px; border:1px solid color-mix(in srgb,var(--fr-leaf) 16%,white); border-radius:26px; background:white; box-shadow:0 10px 28px #173c2c0b; }
#food-rhythm .fr-family-member-lead { display:grid; grid-template-columns:50px minmax(0,1fr); align-content:center; gap:11px; padding:16px; background:linear-gradient(135deg,white,color-mix(in srgb,var(--fr-body) 25%,white)); }