#food-rhythm.fr-is-goals .fr-main,
#food-rhythm.fr-is-calculator .fr-main,
#food-rhythm.fr-is-family .fr-main,
#food-rhythm.fr-is-support .fr-main,
#food-rhythm.fr-is-tariff .fr-main { padding:0 0 116px; background:#f7f9f4; }
#food-rhythm.fr-is-details .fr-main { padding:0 0 116px; background:#f7f9f4; }
#food-rhythm.fr-is-notifications .fr-main { padding:0 0 116px; background:#f7f9f4; }
#food-rhythm .fr-details-hero { position:relative; min-height:176px; padding:28px 22px 24px; background:radial-gradient(circle at 90% 12%,#e9f1df 0,transparent 43%),#f7f9f4; color:#102c24; }
#food-rhythm .fr-details-hero .fr-subhead { position:relative; z-index:2; padding-right:82px; }
#food-rhythm .fr-details-hero .fr-icon { border-color:#e2e9df; background:#eef4eb; color:var(--fr-green); box-shadow:none; }
#food-rhythm .fr-details-hero h1 { color:#102c24; font-size:32px; letter-spacing:-1.1px; white-space:nowrap; }
#food-rhythm .fr-details-mascot { position:absolute; z-index:1; right:18px; top:50px; width:92px; pointer-events:none; }
#food-rhythm .fr-details-mascot .fr-choice-mascot { width:92px; margin:0; transform:rotate(7deg); }
#food-rhythm .fr-details-avatar { display:grid; place-items:center; width:54px; height:54px; border-radius:18px; background:#ffffffee; color:var(--fr-green); box-shadow:0 8px 24px #0a3e2d30; }
#food-rhythm .fr-details-avatar .fr-ui-icon { width:27px; height:27px; stroke-width:1.8; }
#food-rhythm .fr-details-content { position:relative; z-index:2; min-height:620px; padding:0 20px 34px; background:#f7f9f4; }
#food-rhythm .fr-details-content.fr-detail-open { z-index:30; }
#food-rhythm .fr-details-section+.fr-details-section { margin-top:29px; }
#food-rhythm .fr-details-section h2 { margin:0 0 13px 3px; color:#102c24; font-size:22px; line-height:1.2; letter-spacing:-.45px; }
#food-rhythm .fr-account-card { overflow:hidden; border:1px solid #e1e8dd; border-radius:25px; background:white; box-shadow:0 10px 28px #173c2c0d; }
#food-rhythm .fr-account-row { display:grid; grid-template-columns:44px minmax(0,1fr) auto; align-items:center; gap:12px; min-height:72px; padding:12px 16px; border-bottom:1px solid #edf0ea; }
#food-rhythm .fr-account-row:last-child { border-bottom:0; }
#food-rhythm .fr-account-row>span:not(.fr-account-icon) { color:#6b7b73; font-size:12px; }
#food-rhythm .fr-account-row strong { color:#1b342b; font-size:12px; text-align:right; }
#food-rhythm .fr-account-icon { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; background:#eaf4eb; color:var(--fr-green); }
#food-rhythm .fr-account-icon .fr-ui-icon { width:22px; height:22px; stroke-width:1.8; }
#food-rhythm .fr-detail-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
#food-rhythm .fr-detail-card { position:relative; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-end; gap:8px; min-width:0; min-height:126px; padding:13px 36px 14px 13px; border:1px solid #e2e8de; border-radius:24px; background:#fff; box-shadow:0 9px 25px #173c2c0c; }
#food-rhythm .fr-detail-card--height,#food-rhythm .fr-detail-card--age { background:linear-gradient(145deg,color-mix(in srgb,var(--fr-body) 12%,white),color-mix(in srgb,var(--fr-body) 34%,white)); border-color:color-mix(in srgb,var(--fr-body) 58%,white); }
#food-rhythm .fr-detail-card--goal { background:linear-gradient(145deg,#f1f7ec,#e8f1e4); }
#food-rhythm .fr-detail-card--goal,#food-rhythm .fr-detail-card--activity { display:grid; grid-template-columns:40px minmax(0,1fr); align-items:center; justify-content:normal; grid-column:1/-1; min-height:88px; padding:16px 36px 16px 12px; }
#food-rhythm .fr-detail-card-icon { display:grid; place-items:center; width:40px; height:40px; border-radius:14px; background:#e8f3eb; color:var(--fr-green); }
#food-rhythm .fr-detail-card--height .fr-detail-card-icon,#food-rhythm .fr-detail-card--age .fr-detail-card-icon { background:color-mix(in srgb,var(--fr-body) 52%,white); }
#food-rhythm .fr-detail-card-icon .fr-ui-icon { width:22px; height:22px; stroke-width:1.8; }
#food-rhythm .fr-detail-card-copy { width:100%; min-width:0; }
#food-rhythm .fr-detail-card-copy small,#food-rhythm .fr-detail-card-copy strong { display:block; overflow:hidden; text-overflow:ellipsis; }
#food-rhythm .fr-detail-card-copy small { margin-bottom:5px; color:#75837c; font-size:12px; white-space:nowrap; }
#food-rhythm .fr-detail-card-copy strong { color:#0e2920; font-size:15px; line-height:1.24; }
#food-rhythm .fr-detail-edit { position:absolute; top:9px; right:9px; display:grid; place-items:center; width:30px; height:30px; padding:0; border:0; border-radius:10px; background:#edf5ee; color:var(--fr-green); transition:background .18s,transform .16s; }
#food-rhythm .fr-detail-edit:active { transform:scale(.91); }
#food-rhythm .fr-detail-edit .fr-ui-icon { width:16px; height:16px; }
#food-rhythm .fr-detail-dialog { position:fixed; z-index:60; inset:0; display:grid; align-items:end; justify-items:center; padding:12px; }
#food-rhythm .fr-detail-backdrop { position:absolute; inset:0; width:100%; height:100%; padding:0; border:0; background:#102a208f; backdrop-filter:blur(3px); animation:fr-detail-fade .2s ease-out both; }
#food-rhythm .fr-detail-panel { position:relative; width:min(396px,100%); max-height:calc(100dvh - 24px); overflow:auto; padding:21px; border:1px solid #e1e8dd; border-radius:28px; background:#fbfcf9; box-shadow:0 28px 70px #0d281d4f; animation:fr-detail-rise .34s cubic-bezier(.16,1,.3,1) both; }
#food-rhythm .fr-detail-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
#food-rhythm .fr-detail-panel-head small { color:#7a8981; font-size:11px; }
#food-rhythm .fr-detail-panel-head h2 { margin:2px 0 0; font-size:23px; }
#food-rhythm .fr-detail-close { width:38px; height:38px; padding:0; border:0; border-radius:50%; background:#edf2ed; color:#64736c; font-size:24px; line-height:1; }
#food-rhythm .fr-detail-control { display:grid; gap:7px; margin-top:21px; color:#66766e; font-size:12px; }
#food-rhythm .fr-detail-input-wrap { display:flex; align-items:center; gap:9px; min-width:0; min-height:62px; padding:7px 10px; border:1px solid #dfe7dd; border-radius:18px; background:white; box-shadow:0 7px 20px #173c2c0b; }
#food-rhythm .fr-detail-input-wrap:focus-within { border-color:var(--fr-leaf); box-shadow:0 0 0 3px color-mix(in srgb,var(--fr-body) 38%,transparent),0 7px 20px #173c2c0b; }
#food-rhythm .fr-detail-input-wrap .fr-input { width:100%; min-width:0; min-height:46px; padding:8px 4px; border:0; background:transparent; font-size:18px; font-weight:750; outline:0; }
#food-rhythm .fr-detail-input-wrap>small { flex:none; min-width:43px; padding:8px 10px; border-radius:11px; background:#eef4ec; color:#5d6f66; font-size:12px; text-align:center; }
#food-rhythm .fr-detail-number-icon { display:grid; place-items:center; width:42px; height:42px; flex:none; border-radius:14px; background:#e8f3eb; color:var(--fr-green); }
#food-rhythm .fr-detail-number-icon .fr-ui-icon { width:22px; height:22px; }
#food-rhythm .fr-detail-input-wrap:has(.fr-detail-choices) { display:block; min-height:0; padding:0; border:0; background:transparent; box-shadow:none; }
#food-rhythm .fr-detail-choices { display:grid; gap:9px; width:100%; }
#food-rhythm .fr-detail-choices--sex { grid-template-columns:1fr; }
#food-rhythm .fr-detail-choice { position:relative; display:grid; grid-template-columns:42px minmax(0,1fr) 22px; align-items:center; gap:11px; min-height:58px; padding:8px 12px; border:1px solid #dfe7dd; border-radius:18px; background:white; box-shadow:0 6px 18px #173c2c0a; color:#183229; cursor:pointer; transition:border-color .18s,background .18s,transform .16s,box-shadow .18s; }
#food-rhythm .fr-detail-choice:hover { transform:translateY(-1px); }
#food-rhythm .fr-detail-choice:has(input:checked) { border-color:var(--fr-leaf); background:color-mix(in srgb,var(--fr-body) 28%,white); box-shadow:0 0 0 3px color-mix(in srgb,var(--fr-body) 32%,transparent),0 8px 22px #173c2c0e; }
#food-rhythm .fr-detail-choice input { position:absolute; opacity:0; pointer-events:none; }
#food-rhythm .fr-detail-choice-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:14px; background:#edf5ee; color:var(--fr-green); }
#food-rhythm .fr-detail-choice-icon .fr-ui-icon { width:22px; height:22px; }
#food-rhythm .fr-detail-choice strong { min-width:0; font-size:14px; line-height:1.24; }
#food-rhythm .fr-detail-choice-mark { display:grid; place-items:center; width:20px; height:20px; border:1.5px solid #c7d5cd; border-radius:50%; background:white; }
#food-rhythm .fr-detail-choice-mark::after { content:""; width:10px; height:10px; border-radius:50%; background:var(--fr-green); transform:scale(0); transition:transform .18s; }
#food-rhythm .fr-detail-choice:has(input:checked) .fr-detail-choice-mark::after { transform:scale(1); }
#food-rhythm .fr-detail-choice:has(input:focus-visible) { outline:3px solid var(--fr-leaf); outline-offset:2px; }
#food-rhythm .fr-detail-panel .fr-error { min-height:20px; margin:5px 0 1px; }
#food-rhythm .fr-detail-actions { display:grid; grid-template-columns:1fr 1.35fr; gap:9px; }
#food-rhythm .fr-detail-cancel,#food-rhythm .fr-detail-save { min-height:50px; padding:10px 14px; border:0; border-radius:15px; font-weight:750; }
#food-rhythm .fr-detail-cancel { background:#edf2ed; color:#64736c; }
#food-rhythm .fr-detail-save { background:var(--fr-green); color:white; box-shadow:0 9px 22px #196c5030; }
#food-rhythm .fr-detail-edit:focus-visible,#food-rhythm .fr-detail-close:focus-visible,#food-rhythm .fr-detail-cancel:focus-visible,#food-rhythm .fr-detail-save:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:2px; }
@keyframes fr-detail-fade { from { opacity:0; } }
@keyframes fr-detail-rise { from { opacity:0; transform:translateY(34px) scale(.97); } }
#food-rhythm .fr-profile-section-hero { position:relative; overflow:hidden; min-height:210px; padding:24px 22px 66px; background:linear-gradient(135deg,var(--fr-leaf) 0%,color-mix(in srgb,var(--fr-leaf) 72%,var(--fr-face)) 58%,var(--fr-face) 100%); color:white; }
#food-rhythm .fr-profile-section-hero::after { content:""; position:absolute; width:210px; height:210px; right:-92px; top:-112px; border:1px solid #ffffff24; border-radius:50%; box-shadow:0 0 0 36px #ffffff09; }
#food-rhythm .fr-profile-section-hero .fr-subhead,#food-rhythm .fr-profile-section-summary { position:relative; z-index:1; }
#food-rhythm .fr-profile-section-hero .fr-icon { border-color:#ffffff52; background:#ffffff18; color:white; }
#food-rhythm .fr-profile-section-hero h1 { color:white; font-size:29px; }
#food-rhythm .fr-profile-section-summary { display:flex; align-items:center; gap:13px; margin-top:24px; }
#food-rhythm .fr-profile-section-symbol { display:grid; place-items:center; width:50px; height:50px; flex:none; border-radius:17px; background:#ffffffed; color:var(--fr-green); box-shadow:0 8px 22px #0b3d2c30; }
#food-rhythm .fr-profile-section-symbol .fr-ui-icon { width:25px; height:25px; stroke-width:1.8; }
#food-rhythm .fr-profile-section-summary small,#food-rhythm .fr-profile-section-summary strong { display:block; }
#food-rhythm .fr-profile-section-summary small { color:#dff2e8; font-size:11px; }
#food-rhythm .fr-profile-section-summary strong { margin-top:2px; font-size:20px; }
#food-rhythm .fr-profile-section-content { position:relative; z-index:2; min-height:520px; margin-top:-31px; padding:24px 20px 31px; border-radius:30px 30px 0 0; background:#f7f9f4; }
#food-rhythm .fr-profile-panel { padding:18px; border:1px solid #e1e8dd; border-radius:23px; background:white; box-shadow:0 8px 24px #173c2c0a; }
#food-rhythm .fr-profile-panel+.fr-profile-panel { margin-top:12px; }
#food-rhythm .fr-profile-panel-title { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
#food-rhythm .fr-profile-panel-title small { display:block; margin-bottom:2px; color:#74837b; font-size:10px; font-weight:650; text-transform:uppercase; letter-spacing:.06em; }
#food-rhythm .fr-profile-panel-title h2 { margin:0; font-size:19px; }
#food-rhythm .fr-profile-section-block { margin-top:22px; }
#food-rhythm .fr-profile-section-block>h2,#food-rhythm .fr-section-title-row h2 { margin:0 0 10px 3px; font-size:19px; }
#food-rhythm .fr-goals-hero { position:relative; min-height:176px; padding:28px 22px 24px; background:radial-gradient(circle at 90% 12%,color-mix(in srgb,var(--fr-body) 24%,white) 0,transparent 43%),#f7f9f4; color:var(--fr-face); }
#food-rhythm .fr-goals-hero .fr-subhead { position:relative; z-index:2; padding-right:84px; }
#food-rhythm .fr-goals-hero .fr-icon { border-color:#e2e9df; background:white; color:var(--fr-leaf); box-shadow:0 6px 18px #173c2c0d; }
#food-rhythm .fr-goals-hero h1 { color:var(--fr-face); font-size:30px; letter-spacing:-1px; white-space:nowrap; }
#food-rhythm .fr-goals-mascot { position:absolute; z-index:1; right:20px; top:83px; width:70px; pointer-events:none; }
#food-rhythm .fr-goals-mascot .fr-choice-mascot { width:70px; margin:0; transform:rotate(7deg); }
#food-rhythm .fr-goals-content { min-height:620px; padding:0 20px 34px; background:#f7f9f4; }
#food-rhythm .fr-goal-visibility { display:grid; place-items:center; width:44px; height:44px; flex:none; padding:0; border:0; background:transparent; color:#7a8982; transition:color .18s,transform .16s; }
#food-rhythm .fr-goal-visibility[data-visible="true"] { color:var(--fr-leaf); }
#food-rhythm .fr-goal-visibility:active { transform:scale(.88); }
#food-rhythm .fr-goal-visibility:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:1px; border-radius:12px; }
#food-rhythm .fr-goal-visibility .fr-ui-icon { width:25px; height:25px; stroke-width:1.8; }
#food-rhythm .fr-goal-input { display:grid; gap:6px; min-width:0; color:#6b7a72; font-size:11px; }
#food-rhythm .fr-goal-input>span:last-child { display:flex; align-items:center; gap:5px; min-width:0; }
#food-rhythm .fr-goal-input input { width:100%; min-width:0; height:42px; padding:8px 9px; border:1px solid #dbe5db; border-radius:13px; background:#f9fbf8; color:var(--fr-ink); font:750 15px/1 system-ui,sans-serif; text-align:center; }
#food-rhythm .fr-goal-input small { flex:none; color:#7b8982; font-size:9px; }
#food-rhythm .fr-nutrition-goal { padding:22px; border-radius:27px; box-shadow:0 12px 32px #173c2c0d; }
#food-rhythm .fr-nutrition-goal .fr-profile-panel-title small { font-size:11px; }
#food-rhythm .fr-nutrition-goal .fr-profile-panel-title h2 { margin-top:4px; font-size:23px; letter-spacing:-.45px; }
#food-rhythm .fr-goal-input--calories { display:block; margin-top:22px; }
#food-rhythm .fr-goal-input--calories>span:first-child { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
#food-rhythm .fr-goal-input--calories>span:last-child { align-items:baseline; gap:8px; }
#food-rhythm .fr-goal-input--calories input { width:178px; height:64px; padding:0; border:0; border-radius:0; background:transparent; font-size:48px; line-height:1; text-align:left; }
#food-rhythm .fr-goal-input--calories small { color:#789087; font-size:17px; font-weight:700; }
#food-rhythm .fr-goal-macros { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-top:20px; padding-top:18px; border-top:1px solid #e4ebe3; }
#food-rhythm .fr-goal-input--macro { gap:8px; min-width:0; padding:11px 9px; border:1px solid #dfe7de; border-radius:17px; background:#fbfcfa; }
#food-rhythm .fr-goal-input--macro>span:first-child { color:#71847b; font-size:11px; }
#food-rhythm .fr-goal-input--macro input { height:30px; padding:0; border:0; background:transparent; font-size:20px; }
#food-rhythm .fr-goal-input--macro small { font-size:10px; }
#food-rhythm .fr-goal-daily { margin-top:28px; }
#food-rhythm .fr-goal-daily>h2 { margin-bottom:13px; font-size:22px; letter-spacing:-.4px; }
#food-rhythm .fr-goal-metrics { overflow:hidden; border:1px solid #e1e8dd; border-radius:27px; background:white; box-shadow:0 10px 28px #173c2c0c; }
#food-rhythm .fr-goal-metric { position:relative; display:grid; grid-template-columns:44px minmax(0,1fr) 44px; align-items:center; gap:12px; min-height:82px; padding:11px 16px; }
#food-rhythm .fr-goal-metric::after { content:""; position:absolute; right:16px; bottom:0; left:72px; height:1px; background:#e8eee7; }
#food-rhythm .fr-goal-metric:last-child::after { display:none; }
#food-rhythm .fr-goal-metric-icon { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; background:color-mix(in srgb,var(--fr-body) 24%,white); color:var(--fr-leaf); }
#food-rhythm .fr-goal-metric-icon--water { background:color-mix(in srgb,var(--fr-body) 30%,white); color:var(--fr-face); }
#food-rhythm .fr-goal-metric-icon--sport { background:color-mix(in srgb,var(--fr-tongue) 18%,white); color:var(--fr-tongue); }
#food-rhythm .fr-goal-metric-icon--sleep { background:color-mix(in srgb,var(--fr-face) 10%,white); color:var(--fr-face); }
#food-rhythm .fr-goal-metric-icon .fr-ui-icon { width:23px; height:23px; }
#food-rhythm .fr-goal-input--metric { grid-template-columns:minmax(62px,1fr) 118px; align-items:center; gap:8px; color:var(--fr-face); font-size:14px; font-weight:750; }
#food-rhythm .fr-goal-input--metric input { height:42px; font-size:16px; }
#food-rhythm .fr-goals-new>.fr-error,#food-rhythm .fr-calculator-new>.fr-error { min-height:20px; margin:7px 2px 0; }
#food-rhythm .fr-profile-save { margin-top:5px; box-shadow:0 10px 24px #196c5030; }
#food-rhythm .fr-calculator-hero h1 { font-size:27px; }
#food-rhythm .fr-calculator-content { padding-bottom:40px; }
#food-rhythm .fr-calculator-new { display:grid; gap:14px; }
#food-rhythm .fr-calculator-purpose,#food-rhythm .fr-calculator-rhythm { padding:22px; border-radius:27px; box-shadow:0 11px 30px #173c2c0c; }
#food-rhythm .fr-calculator-purpose h2,#food-rhythm .fr-calculator-rhythm h2 { margin:0; color:var(--fr-face); font-size:23px; letter-spacing:-.45px; }
#food-rhythm .fr-calculator-goals { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:9px; margin-top:20px; }
#food-rhythm .fr-calculator-goal { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; min-width:0; min-height:126px; padding:12px 7px; border:1px solid #dce6dc; border-radius:21px; background:white; color:var(--fr-face); transition:border-color .18s,background .18s,transform .16s; }
#food-rhythm .fr-calculator-goal:active { transform:scale(.96); }
#food-rhythm .fr-calculator-goal[aria-pressed="true"] { border:2px solid var(--fr-leaf); background:color-mix(in srgb,var(--fr-body) 32%,white); }
#food-rhythm .fr-calculator-goal-icon { display:grid; place-items:center; width:50px; height:50px; border-radius:50%; background:color-mix(in srgb,var(--fr-body) 32%,white); color:var(--fr-leaf); }
#food-rhythm .fr-calculator-goal:first-child .fr-calculator-goal-icon { background:color-mix(in srgb,var(--fr-tongue) 25%,white); color:var(--fr-tongue); }
#food-rhythm .fr-calculator-goal-icon .fr-ui-icon { width:25px; height:25px; stroke-width:2; }
#food-rhythm .fr-calculator-goal strong { overflow:hidden; max-width:100%; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
#food-rhythm .fr-calculator-activity { display:grid; grid-template-columns:58px minmax(0,1fr); align-items:center; gap:15px; margin-top:19px; padding-bottom:20px; border-bottom:1px solid #e5ece4; }
#food-rhythm .fr-calculator-activity-icon { display:grid; place-items:center; width:58px; height:58px; border-radius:19px; background:color-mix(in srgb,var(--fr-body) 28%,white); color:var(--fr-leaf); }
#food-rhythm .fr-calculator-activity-icon .fr-ui-icon { width:31px; height:31px; }
#food-rhythm .fr-calculator-activity strong { display:block; margin-bottom:13px; font-size:17px; }
#food-rhythm .fr-calculator-activity-scale { position:relative; display:grid; grid-template-columns:repeat(6,1fr); align-items:center; }
#food-rhythm .fr-calculator-activity-scale::before { content:""; position:absolute; z-index:0; right:8%; left:8%; height:2px; background:linear-gradient(90deg,var(--fr-body),var(--fr-leaf)); }
#food-rhythm .fr-calculator-activity-step { position:relative; z-index:1; display:grid; place-items:center; width:34px; height:34px; justify-self:center; padding:0; border:0; border-radius:50%; background:transparent; }
#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; }
#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)); }
#food-rhythm .fr-family-member-lead>span,#food-rhythm .fr-family-member-empty>span { display:grid; place-items:center; width:50px; height:50px; border-radius:18px; background:color-mix(in srgb,var(--fr-body) 34%,white); color:var(--fr-leaf); }
#food-rhythm .fr-family-member-lead .fr-ui-icon,#food-rhythm .fr-family-member-empty .fr-ui-icon { width:26px; height:26px; }
#food-rhythm .fr-family-member-lead small,#food-rhythm .fr-family-member-lead strong,#food-rhythm .fr-family-member-lead em { display:block; }
#food-rhythm .fr-family-member-lead small { color:#74837b; font-size:10px; }
#food-rhythm .fr-family-member-lead strong { margin-top:4px; color:var(--fr-face); font-size:15px; }
#food-rhythm .fr-family-member-lead em { margin-top:5px; color:#728079; font-size:10px; font-style:normal; line-height:1.35; }
#food-rhythm .fr-family-member-lead>b { grid-column:1/-1; justify-self:start; padding:7px 10px; border-radius:12px; background:color-mix(in srgb,var(--fr-body) 25%,white); color:var(--fr-face); font-size:9px; }
#food-rhythm .fr-family-member-empty { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:14px 10px; color:var(--fr-face); font:inherit; opacity:1; }
#food-rhythm .fr-family-member-empty>span { margin-bottom:12px; border-radius:50%; }
#food-rhythm .fr-family-member-empty strong { font-size:14px; line-height:1.25; text-align:center; }
#food-rhythm .fr-family-member-empty small { margin-top:6px; color:#75857d; font-size:11px; }
#food-rhythm .fr-family-invite { display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; gap:13px; margin-top:18px; padding:16px; 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-invite-icon { display:grid; place-items:center; width:52px; height:52px; border-radius:18px; background:color-mix(in srgb,var(--fr-tongue) 18%,white); color:var(--fr-tongue); }
#food-rhythm .fr-family-invite-icon .fr-ui-icon { width:26px; height:26px; }
#food-rhythm .fr-family-invite strong,#food-rhythm .fr-family-invite small { display:block; }
#food-rhythm .fr-family-invite strong { color:var(--fr-face); font-size:16px; }
#food-rhythm .fr-family-invite small { margin-top:4px; color:#728079; font-size:10px; line-height:1.35; }
#food-rhythm .fr-family-invite button { min-height:48px; padding:11px 18px; border:0; border-radius:17px; background:var(--fr-leaf); color:white; font-weight:800; opacity:.58; }
#food-rhythm .fr-family-rules { margin-top:28px; }
#food-rhythm .fr-family-rules h2 { margin:0 0 13px 3px; font-size:20px; }
#food-rhythm .fr-family-rules>div { overflow:hidden; border:1px solid color-mix(in srgb,var(--fr-leaf) 14%,white); border-radius:25px; background:white; box-shadow:0 10px 28px #173c2c0b; }
#food-rhythm .fr-family-rules article { position:relative; display:grid; grid-template-columns:44px minmax(0,1fr); align-items:center; gap:13px; min-height:70px; padding:12px 17px; }
#food-rhythm .fr-family-rules article+article::before { content:""; position:absolute; top:0; right:17px; left:74px; height:1px; background:color-mix(in srgb,var(--fr-leaf) 10%,white); }
#food-rhythm .fr-family-rules article>span { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; background:color-mix(in srgb,var(--fr-body) 27%,white); color:var(--fr-leaf); }
#food-rhythm .fr-family-rules article:last-child>span { background:color-mix(in srgb,var(--fr-tongue) 18%,white); color:var(--fr-tongue); }
#food-rhythm .fr-family-rules .fr-ui-icon { width:20px; height:20px; }
#food-rhythm .fr-family-rules p { margin:0; color:var(--fr-face); font-size:13px; font-weight:700; line-height:1.35; }
#food-rhythm .fr-support-links { overflow:hidden; border:1px solid #e1e8dd; border-radius:22px; background:white; }
#food-rhythm .fr-support-link { display:grid; grid-template-columns:39px minmax(0,1fr) 18px; align-items:center; gap:11px; width:100%; min-height:70px; padding:10px 14px; border:0; border-bottom:1px solid #edf0ea; background:white; color:var(--fr-ink); text-align:left; }
#food-rhythm .fr-support-link:last-child { border-bottom:0; }
#food-rhythm .fr-support-link>span:first-child { display:grid; place-items:center; width:39px; height:39px; border-radius:13px; background:#e8f3eb; color:var(--fr-green); }
#food-rhythm .fr-support-link .fr-ui-icon { width:19px; height:19px; }
#food-rhythm .fr-support-link>span:nth-child(2) { min-width:0; }
#food-rhythm .fr-support-link strong,#food-rhythm .fr-support-link small { display:block; }
#food-rhythm .fr-support-link strong { font-size:13px; }
#food-rhythm .fr-support-link small { margin-top:3px; color:#718078; font-size:10px; line-height:1.35; }
#food-rhythm .fr-support-link>svg { color:#7f8d86; }
#food-rhythm .fr-contact-card { display:grid; grid-template-columns:46px minmax(0,1fr); gap:13px; margin-top:14px; }
#food-rhythm .fr-contact-icon { display:grid; place-items:center; width:46px; height:46px; border-radius:15px; background:#eef4ef; color:var(--fr-green); }
#food-rhythm .fr-contact-card small { color:#74837b; font-size:10px; }
#food-rhythm .fr-contact-card h2 { margin:2px 0 8px; font-size:18px; }
#food-rhythm .fr-contact-card p { margin:0; color:#64756c; font-size:11px; line-height:1.5; }
#food-rhythm .fr-support-about { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:14px; padding:13px 4px; color:#79877f; font-size:10px; }
#food-rhythm .fr-support-about strong { color:#586a61; }
#food-rhythm .fr-plan-card { padding:20px; border-radius:25px; background:linear-gradient(145deg,var(--fr-leaf),var(--fr-face)); color:white; box-shadow:0 15px 30px #155f462e; }
#food-rhythm .fr-plan-card-head { display:flex; align-items:center; gap:12px; }
#food-rhythm .fr-plan-card-head>span { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; background:#ffffffed; color:var(--fr-green); }
#food-rhythm .fr-plan-card-head small { color:#cfe8dc; font-size:10px; }
#food-rhythm .fr-plan-card-head h2 { margin:1px 0 0; font-size:20px; }
#food-rhythm .fr-plan-card>p { margin:15px 0; color:#e1f0e8; font-size:11px; line-height:1.5; }
#food-rhythm .fr-plan-features { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
#food-rhythm .fr-plan-features>span { display:flex; align-items:center; gap:7px; min-width:0; padding:9px; border:1px solid #ffffff20; border-radius:13px; background:#ffffff0e; }
#food-rhythm .fr-plan-features .fr-ui-icon { width:16px; height:16px; flex:none; }
#food-rhythm .fr-plan-features b { font-size:10px; line-height:1.25; }
#food-rhythm .fr-subscription-card,#food-rhythm .fr-promo-card { margin-top:12px; }
#food-rhythm .fr-subscription-card .fr-profile-panel-title>b { padding:6px 8px; border-radius:10px; background:#eef3ee; color:#76827b; font-size:9px; }
#food-rhythm .fr-subscription-row { display:flex; align-items:center; justify-content:space-between; min-height:51px; margin-top:10px; border-top:1px solid #edf0ea; color:#66766e; font-size:12px; }
#food-rhythm .fr-subscription-row strong { color:var(--fr-ink); }
#food-rhythm .fr-disabled-switch { width:39px; height:23px; padding:3px; border:0; border-radius:12px; background:#dfe6e0; }
#food-rhythm .fr-disabled-switch span { display:block; width:17px; height:17px; border-radius:50%; background:white; box-shadow:0 2px 5px #20372c25; }
#food-rhythm .fr-payment-history { margin-top:12px; padding:16px 18px; border:1px solid #e1e8dd; border-radius:21px; background:white; }
#food-rhythm .fr-payment-history>div { display:flex; align-items:center; justify-content:space-between; }
#food-rhythm .fr-payment-history h2 { margin:0; font-size:16px; }
#food-rhythm .fr-payment-history .fr-ui-icon { width:17px; height:17px; color:#839087; }
#food-rhythm .fr-payment-history p { margin:8px 0 0; color:#73827a; font-size:11px; }
#food-rhythm .fr-plan-notice { margin:13px 4px 0; color:#6e7d75; font-size:10px; line-height:1.45; text-align:center; }
#food-rhythm input[type="number"]::-webkit-inner-spin-button,
#food-rhythm input[type="number"]::-webkit-outer-spin-button { -webkit-appearance:none; margin:0; }
#food-rhythm input[type="number"] { appearance:textfield; }
#food-rhythm .fr-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
#food-rhythm .fr-notification-hero { position:relative; overflow:hidden; min-height:140px; padding:24px 22px 54px; background:linear-gradient(135deg,var(--fr-leaf) 0%,color-mix(in srgb,var(--fr-leaf) 72%,var(--fr-face)) 60%,var(--fr-face) 100%); color:white; }
#food-rhythm .fr-notification-hero::after { content:""; position:absolute; width:210px; height:210px; right:-92px; top:-112px; border:1px solid #ffffff24; border-radius:50%; box-shadow:0 0 0 36px #ffffff09; }
#food-rhythm .fr-notification-hero .fr-subhead { position:relative; z-index:1; }
#food-rhythm .fr-notification-hero .fr-icon { border-color:#ffffff52; background:#ffffff18; color:white; }
#food-rhythm .fr-notification-hero h1 { color:white; font-size:30px; }
#food-rhythm .fr-notification-hero p { position:relative; z-index:1; max-width:300px; margin:18px 0 0; color:#e4f5ec; font-size:13px; line-height:1.45; }
#food-rhythm .fr-reminder-content { position:relative; z-index:2; margin-top:-31px; padding:24px 20px 28px; border-radius:30px 30px 0 0; background:#f7f9f4; }
#food-rhythm .fr-reminder-content.fr-time-open { z-index:30; }
#food-rhythm .fr-reminder-section { margin-bottom:22px; }
#food-rhythm .fr-reminder-section h2 { margin:0 0 10px 3px; font-size:20px; line-height:1.2; }
#food-rhythm .fr-reminder-group { overflow:hidden; border:1px solid #e1e8dd; border-radius:23px; background:white; box-shadow:0 8px 24px #173c2c0a; }
#food-rhythm .fr-reminder { position:relative; display:grid; grid-template-columns:50px minmax(0,1fr) auto auto; align-items:center; gap:10px; min-height:68px; padding:9px 15px; }
#food-rhythm .fr-reminder::after { content:""; position:absolute; right:16px; bottom:0; left:68px; height:1px; background:#edf0ea; }
#food-rhythm .fr-reminder:last-of-type::after { display:none; }
#food-rhythm .fr-reminder strong { overflow:hidden; color:#697870; font-size:14px; font-weight:550; text-overflow:ellipsis; white-space:nowrap; transition:color .2s; }
#food-rhythm .fr-reminder.is-enabled strong { color:var(--fr-ink); font-weight:700; }
#food-rhythm .fr-reminder-switch { position:relative; display:block; width:48px; height:29px; cursor:pointer; }
#food-rhythm .fr-reminder-switch>span { position:absolute; inset:0; border-radius:16px; background:#e2e9e2; transition:background .25s; }
#food-rhythm .fr-reminder-switch>span::after { content:""; position:absolute; top:3px; left:3px; width:23px; height:23px; border-radius:50%; background:white; box-shadow:0 2px 7px #16362925; transition:transform .28s cubic-bezier(.16,1.3,.3,1); }
#food-rhythm .fr-reminder-toggle:checked+span { background:var(--fr-green); }
#food-rhythm .fr-reminder-toggle:checked+span::after { transform:translateX(19px); }
#food-rhythm .fr-reminder-toggle:focus-visible+span { outline:3px solid var(--fr-leaf); outline-offset:2px; }
#food-rhythm .fr-reminder-time-wrap { display:flex; align-items:center; gap:5px; color:#a2ada7; font-size:11px; }
#food-rhythm .fr-reminder-description { min-width:0; }
#food-rhythm .fr-reminder-description strong { display:block; }
#food-rhythm .fr-reminder-days { display:block; max-width:100%; margin:3px 0 0; padding:5px 7px; border:1px solid #dfe8df; border-radius:8px; background:#f5f8f3; color:#587569; text-align:left; font-size:10px; line-height:1.4; white-space:normal; }
#food-rhythm .fr-weekday-hint { margin:16px 0 14px; color:#6b7b72; font-size:13px; }
#food-rhythm .fr-weekday-options { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:5px; }
#food-rhythm .fr-weekday-option { min-width:0; min-height:44px; padding:6px 0; border:1px solid #dce6dd; border-radius:13px; background:#f1f5ef; color:#526b5f; font-size:12px; font-weight:700; transition:background .18s,color .18s; }
#food-rhythm .fr-weekday-option[aria-pressed=true] { border-color:var(--fr-green); background:var(--fr-green); color:white; }
#food-rhythm .fr-weekday-presets { display:flex; flex-wrap:wrap; gap:7px; margin-top:16px; }
#food-rhythm .fr-weekday-preset { min-height:36px; padding:8px 11px; border:0; border-radius:11px; background:#eaf2eb; color:var(--fr-green); font-size:11px; font-weight:650; }
#food-rhythm .fr-weekday-summary { min-height:20px; margin:16px 0; color:#62746a; font-size:12px; }
#food-rhythm .fr-weekday-panel .fr-time-confirm:disabled { opacity:.45; cursor:default; }
#food-rhythm .fr-reminder-days:focus-visible,#food-rhythm .fr-weekday-panel button:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:2px; }
@media(prefers-reduced-motion:reduce) { #food-rhythm .fr-weekday-dialog>* { animation:none; } #food-rhythm .fr-weekday-option { transition:none; } }
#food-rhythm .fr-time-button { min-width:76px; min-height:38px; padding:7px 12px; border:1px solid #dfe7df; border-radius:12px; background:#f5f7f4; color:#7e8c85; font:700 14px/1 system-ui,sans-serif; letter-spacing:.02em; transition:background .2s,border-color .2s,color .2s,transform .15s; }
#food-rhythm .fr-time-button:active { transform:scale(.94); }
#food-rhythm .fr-reminder.is-enabled .fr-time-button { border-color:#c9e2d3; background:#edf6f0; color:var(--fr-green); }
#food-rhythm .fr-time-dialog { position:fixed; z-index:60; inset:0; display:grid; align-items:end; justify-items:center; padding:12px; }
#food-rhythm .fr-time-backdrop { position:absolute; inset:0; width:100%; height:100%; padding:0; border:0; background:#102a208f; backdrop-filter:blur(3px); animation:fr-time-fade .2s ease-out both; }
#food-rhythm .fr-time-panel { position:relative; width:min(396px,100%); max-height:calc(100dvh - 24px); overflow:auto; padding:20px; border:1px solid #e2e8df; border-radius:28px; background:#fbfcf9; box-shadow:0 28px 70px #0d281d4f; animation:fr-time-rise .35s cubic-bezier(.16,1,.3,1) both; }
#food-rhythm .fr-time-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; }
#food-rhythm .fr-time-panel-head small { color:#7a8981; font-size:11px; }
#food-rhythm .fr-time-panel-head h2 { margin:1px 0 0; font-size:21px; }
#food-rhythm .fr-time-close { width:38px; height:38px; padding:0; border:0; border-radius:50%; background:#edf2ed; color:#64736c; font-size:24px; line-height:1; }
#food-rhythm .fr-time-display { display:grid; grid-template-columns:1fr 18px 1fr; align-items:start; gap:8px; width:244px; margin:17px auto 12px; }
#food-rhythm .fr-time-display>b { padding-top:18px; color:#64736c; font-size:30px; line-height:1; text-align:center; }
#food-rhythm .fr-time-display-part { display:grid; gap:4px; min-width:0; padding:8px; border:2px solid transparent; border-radius:17px; background:#e8f1eb; color:#527166; text-align:center; transition:background .2s,border-color .2s,color .2s; }
#food-rhythm .fr-time-display-part strong { font-size:31px; line-height:1; letter-spacing:.03em; }
#food-rhythm .fr-time-display-part span { font-size:10px; font-weight:650; }
#food-rhythm .fr-time-display-part[aria-pressed="true"] { border-color:var(--fr-green); background:#dceee4; color:var(--fr-green); }
#food-rhythm .fr-time-dial { position:relative; width:240px; height:240px; margin:5px auto 12px; border-radius:50%; background:#edf3ed; }
#food-rhythm .fr-time-dial svg { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
#food-rhythm .fr-time-dial line { stroke:var(--fr-green); stroke-width:2; stroke-linecap:round; opacity:.72; }
#food-rhythm .fr-time-dial circle { fill:var(--fr-green); }
#food-rhythm .fr-dial-option { position:absolute; z-index:1; width:34px; height:34px; padding:0; border:0; border-radius:50%; background:transparent; color:#334b42; font:650 12px/1 system-ui,sans-serif; transform:translate(-50%,-50%); }
#food-rhythm .fr-dial-option[aria-pressed="true"] { background:var(--fr-green); color:white; box-shadow:0 5px 13px #196c5042; }
#food-rhythm .fr-dial-option:focus-visible { outline:3px solid var(--fr-leaf); outline-offset:2px; }
#food-rhythm .fr-time-actions { display:flex; align-items:center; justify-content:flex-end; gap:9px; margin-top:4px; }
#food-rhythm .fr-time-cancel,#food-rhythm .fr-time-confirm { min-height:42px; padding:8px 16px; border:0; border-radius:13px; font-weight:750; }
#food-rhythm .fr-time-cancel { background:transparent; color:#65756d; }
#food-rhythm .fr-time-confirm { background:var(--fr-green); color:white; }
@keyframes fr-time-fade { from { opacity:0; } }
@keyframes fr-time-rise { from { opacity:0; transform:translateY(34px) scale(.97); } }
#food-rhythm .fr-reminder-remove { width:28px; height:28px; padding:0; border:0; border-radius:9px; background:#f0f4ef; color:#819088; font-size:20px; line-height:1; }
#food-rhythm .fr-add-reminder { display:flex; align-items:center; gap:10px; min-height:52px; margin:0 15px; padding:8px 0; border:0; background:transparent; color:var(--fr-green); font-weight:700; }
#food-rhythm .fr-add-reminder span { display:grid; place-items:center; width:28px; height:28px; border-radius:9px; background:#e7f3eb; font-size:18px; }
#food-rhythm .fr-reminder-content>.fr-error { min-height:20px; margin:-5px 3px 8px; text-align:center; }
#food-rhythm .fr-reminder-save { box-shadow:0 10px 24px #196c5030; }
@media(max-width:430px){
  #food-rhythm .fr-family-account-new { grid-template-columns:54px minmax(0,1fr); padding:16px; }
  #food-rhythm .fr-family-account-icon { width:54px; height:54px; }
  #food-rhythm .fr-family-account-new>b { grid-column:2; justify-self:start; }
  #food-rhythm .fr-family-invite { grid-template-columns:48px minmax(0,1fr); padding:15px; }
  #food-rhythm .fr-family-invite-icon { width:48px; height:48px; }
  #food-rhythm .fr-family-invite button { grid-column:2; justify-self:start; min-height:42px; }
}
@media(max-width:360px){
  #food-rhythm .fr-details-hero { min-height:166px; padding-inline:16px; }
  #food-rhythm .fr-details-hero h1 { font-size:28px; }
  #food-rhythm .fr-details-hero .fr-subhead { padding-right:74px; }
  #food-rhythm .fr-details-mascot { right:10px; width:82px; }
  #food-rhythm .fr-details-mascot .fr-choice-mascot { width:82px; }
  #food-rhythm .fr-details-content { padding-inline:14px; }
  #food-rhythm .fr-account-row { grid-template-columns:40px minmax(0,1fr) auto; gap:9px; padding-inline:12px; }
  #food-rhythm .fr-account-icon { width:40px; height:40px; }
  #food-rhythm .fr-detail-card { min-height:122px; padding-right:32px; padding-left:11px; }
  #food-rhythm .fr-detail-card--goal,#food-rhythm .fr-detail-card--activity { grid-template-columns:38px minmax(0,1fr); gap:7px; min-height:86px; }
  #food-rhythm .fr-detail-card-icon { width:38px; height:38px; }
  #food-rhythm .fr-detail-card-copy strong { font-size:14px; }
  #food-rhythm .fr-detail-panel { padding:19px 16px; }
  #food-rhythm .fr-profile-section-hero { padding-inline:16px; }
  #food-rhythm .fr-goals-hero { min-height:166px; padding-inline:16px; }
  #food-rhythm .fr-goals-hero h1 { font-size:26px; }
  #food-rhythm .fr-goals-hero .fr-subhead { padding-right:70px; }
  #food-rhythm .fr-goals-mascot { right:10px; top:83px; width:66px; }
  #food-rhythm .fr-goals-mascot .fr-choice-mascot { width:66px; }
  #food-rhythm .fr-goals-content { padding-inline:14px; }
  #food-rhythm .fr-profile-section-content { padding-inline:14px; }
  #food-rhythm .fr-profile-section-hero h1 { font-size:27px; }
  #food-rhythm .fr-nutrition-goal { padding:19px 16px; }
  #food-rhythm .fr-goal-input--calories input { width:150px; font-size:43px; }
  #food-rhythm .fr-goal-macros { gap:6px; }
  #food-rhythm .fr-goal-input--macro { padding-inline:6px; }
  #food-rhythm .fr-goal-metric { grid-template-columns:40px minmax(0,1fr) 40px; gap:9px; padding-inline:11px; }
  #food-rhythm .fr-goal-metric-icon { width:40px; height:40px; }
  #food-rhythm .fr-goal-input--metric { grid-template-columns:minmax(54px,1fr) 102px; gap:6px; font-size:12px; }
  #food-rhythm .fr-goal-input--metric input { padding-inline:5px; }
  #food-rhythm .fr-goal-visibility { width:40px; height:40px; }
  #food-rhythm .fr-calculator-hero h1 { font-size:22px; }
  #food-rhythm .fr-calculator-purpose,#food-rhythm .fr-calculator-rhythm { padding:19px 14px; }
  #food-rhythm .fr-calculator-purpose h2,#food-rhythm .fr-calculator-rhythm h2 { font-size:21px; }
  #food-rhythm .fr-calculator-goals { gap:6px; }
  #food-rhythm .fr-calculator-goal { min-height:112px; padding-inline:4px; }
  #food-rhythm .fr-calculator-goal-icon { width:44px; height:44px; }
  #food-rhythm .fr-calculator-goal strong { font-size:12px; }
  #food-rhythm .fr-calculator-activity { grid-template-columns:50px minmax(0,1fr); gap:10px; }
  #food-rhythm .fr-calculator-activity-icon { width:50px; height:50px; }
  #food-rhythm .fr-calculator-activity-step { width:30px; height:30px; }
  #food-rhythm .fr-calculator-body-grid { gap:7px; }
  #food-rhythm .fr-calculator-body-field { grid-template-columns:37px minmax(0,1fr); gap:7px; min-height:75px; padding:8px; }
  #food-rhythm .fr-calculator-body-icon { width:37px; height:37px; }
  #food-rhythm .fr-calculator-body-copy input,#food-rhythm .fr-calculator-body-copy select { font-size:14px; }
  #food-rhythm .fr-family-account-new { grid-template-columns:52px minmax(0,1fr); padding:15px; }
  #food-rhythm .fr-family-account-icon { width:52px; height:52px; }
  #food-rhythm .fr-family-account-new>b { grid-column:2; justify-self:start; }
  #food-rhythm .fr-family-member-grid { gap:8px; }
  #food-rhythm .fr-family-member-card { min-height:148px; }
  #food-rhythm .fr-family-member-lead { grid-template-columns:42px minmax(0,1fr); gap:8px; padding:12px; }
  #food-rhythm .fr-family-member-lead>span,#food-rhythm .fr-family-member-empty>span { width:42px; height:42px; }
  #food-rhythm .fr-family-member-lead .fr-ui-icon,#food-rhythm .fr-family-member-empty .fr-ui-icon { width:22px; height:22px; }
  #food-rhythm .fr-family-member-lead strong,#food-rhythm .fr-family-member-empty strong { font-size:12px; }
  #food-rhythm .fr-family-invite { grid-template-columns:46px minmax(0,1fr); padding:14px; }
  #food-rhythm .fr-family-invite-icon { width:46px; height:46px; }
  #food-rhythm .fr-family-invite button { grid-column:2; justify-self:start; min-height:42px; }
  #food-rhythm .fr-family-rules article { grid-template-columns:40px minmax(0,1fr); justify-items:stretch; min-height:66px; padding:10px 14px; text-align:left; }
  #food-rhythm .fr-family-rules article>span { width:40px; height:40px; }
  #food-rhythm .fr-family-rules article+article::before { right:14px; left:67px; }
  #food-rhythm .fr-notification-hero { padding-inline:16px; }
  #food-rhythm .fr-reminder-content { padding-inline:14px; }
  #food-rhythm .fr-reminder { grid-template-columns:46px minmax(0,1fr) auto auto; gap:7px; padding-inline:12px; }
  #food-rhythm .fr-reminder-switch { transform:scale(.92); transform-origin:left center; }
  #food-rhythm .fr-time-button { min-width:72px; padding-inline:10px; font-size:13px; }
  #food-rhythm .fr-time-panel { padding:18px 15px; }
  #food-rhythm .fr-time-display { width:228px; }
}
