#food-rhythm.fr-is-progress .fr-main { padding:27px 20px 118px; }
#food-rhythm .fr-progress-page>header>span { color:var(--fr-green); font-size:11px; font-weight:800; letter-spacing:.15em; }
#food-rhythm .fr-progress-page>header h1 { margin:8px 0 0; font-size:34px; line-height:1; letter-spacing:-.045em; }
#food-rhythm .fr-progress-page>header p { margin:10px 0 0; color:var(--fr-muted); font-size:13px; }
#food-rhythm .fr-period-switch { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; margin-top:22px; padding:4px; border-radius:17px; background:#e8eee7; }
#food-rhythm .fr-period-button { height:40px; padding:0 5px; border:0; border-radius:14px; background:transparent; color:#718079; font-size:12px; font-weight:650; transition:background .25s,color .25s,box-shadow .25s,transform .18s; }
#food-rhythm .fr-period-button[aria-pressed="true"] { background:white; color:var(--fr-green); box-shadow:0 4px 13px #183e3012; }
#food-rhythm .fr-period-button:active { transform:scale(.96); }
#food-rhythm .fr-progress-content { display:grid; gap:12px; margin-top:16px; }
#food-rhythm .fr-progress-card,#food-rhythm .fr-progress-small { border:1px solid #dfe7dc; border-radius:24px; background:white; box-shadow:0 9px 28px #183e300e; }
#food-rhythm .fr-progress-card h2,#food-rhythm .fr-progress-small h2 { margin:0; font-size:17px; letter-spacing:-.02em; }
#food-rhythm .fr-progress-card p,#food-rhythm .fr-progress-small p { margin:3px 0 0; color:var(--fr-muted); font-size:10px; }
#food-rhythm .fr-progress-calories { padding:18px 17px 15px; }
#food-rhythm .fr-progress-card-head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
#food-rhythm .fr-progress-card-head>strong { color:var(--fr-ink); font-size:23px; line-height:1; text-align:right; letter-spacing:-.04em; }
#food-rhythm .fr-progress-card-head>strong small { display:block; margin-top:5px; color:var(--fr-muted); font-size:9px; font-weight:500; letter-spacing:0; }
#food-rhythm .fr-progress-chart-shell { position:relative; height:175px; margin-top:14px; }
#food-rhythm .fr-progress-chart { display:block; width:100%; height:100%; overflow:visible; }
#food-rhythm .fr-progress-target { stroke:#a5b6ae; stroke-width:1; stroke-dasharray:4 5; }
#food-rhythm .fr-progress-target-label { fill:#87948e; font-size:8px; text-anchor:end; }
#food-rhythm .fr-progress-path { fill:none; stroke:var(--fr-green); stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
#food-rhythm .fr-progress-area { fill:url(#fr-progress-area); }
#food-rhythm .fr-progress-dot { fill:white; stroke:var(--fr-green); stroke-width:2.5; }
#food-rhythm .fr-progress-label { fill:#87948e; font-size:8px; text-anchor:middle; text-transform:capitalize; }
#food-rhythm .fr-progress-point { position:absolute; left:var(--x); top:var(--y); width:24px; height:24px; padding:0; border:0; border-radius:50%; background:transparent; transform:translate(-50%,-50%); }
#food-rhythm .fr-progress-point.is-selected { box-shadow:0 0 0 3px color-mix(in srgb,var(--fr-body) 58%,transparent); }
#food-rhythm .fr-progress-tooltip { position:absolute; z-index:3; left:clamp(64px,var(--x),calc(100% - 64px)); top:var(--y); min-width:112px; padding:8px 10px; border-radius:12px; background:var(--fr-face); color:white; font-size:10px; line-height:1.35; text-align:center; transform:translate(-50%,calc(-100% - 10px)); box-shadow:0 10px 25px #0f2f2730; }
#food-rhythm .fr-progress-tooltip strong,#food-rhythm .fr-progress-tooltip span { display:block; }
#food-rhythm .fr-progress-calories footer { display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:12px; border-top:1px solid #edf0eb; }
#food-rhythm .fr-progress-calories footer>span { color:var(--fr-muted); font-size:9px; }
#food-rhythm .fr-progress-calories footer>span:last-child { text-align:right; }
#food-rhythm .fr-progress-calories footer strong { display:block; margin-top:3px; color:var(--fr-ink); font-size:13px; }
#food-rhythm .fr-progress-dual { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
#food-rhythm .fr-progress-small { min-height:143px; padding:17px; }
#food-rhythm .fr-progress-small>strong { display:block; margin-top:16px; font-size:24px; line-height:1.1; letter-spacing:-.04em; }
#food-rhythm .fr-progress-small>p { margin-top:10px; line-height:1.35; }
#food-rhythm .fr-rhythm-dots { display:flex; gap:5px; margin-top:14px; }
#food-rhythm .fr-rhythm-dots i { width:11px; height:11px; border-radius:50%; background:#dfe6dc; }
#food-rhythm .fr-rhythm-dots i.good { background:var(--fr-leaf); }
#food-rhythm .fr-rhythm-dots i.warn { background:var(--fr-body); }
#food-rhythm .fr-rhythm-dots i.far { background:var(--fr-tongue); }
#food-rhythm .fr-progress-macros { padding:18px 17px; }
#food-rhythm .fr-progress-macros>div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:17px; }
#food-rhythm .fr-progress-macros article { min-width:0; }
#food-rhythm .fr-progress-macros article>span { color:var(--fr-muted); font-size:10px; }
#food-rhythm .fr-progress-macros article>strong { display:block; margin-top:5px; font-size:17px; }
#food-rhythm .fr-progress-macros article>small { display:block; min-height:27px; margin-top:3px; color:#82908a; font-size:9px; line-height:1.3; }
#food-rhythm .fr-progress-macros article>i { display:block; height:5px; margin-top:7px; overflow:hidden; border-radius:999px; background:#e7ece4; }
#food-rhythm .fr-progress-macros article>i>b { display:block; height:100%; border-radius:inherit; }
#food-rhythm .fr-progress-average-title { margin:7px 0 -1px; font-size:15px; }
#food-rhythm .fr-progress-average { display:flex; gap:10px; overflow-x:auto; padding-bottom:4px; scrollbar-width:none; }
#food-rhythm .fr-progress-average::-webkit-scrollbar { display:none; }
#food-rhythm .fr-progress-average article { flex:0 0 128px; padding:14px; border:1px solid #dfe7dc; border-radius:20px; background:white; box-shadow:0 6px 20px #183e3009; }
#food-rhythm .fr-progress-average article>span { display:grid; place-items:center; width:32px; height:32px; border-radius:11px; background:#eaf3e8; color:var(--fr-green); }
#food-rhythm .fr-progress-average .fr-ui-icon { width:18px; height:18px; }
#food-rhythm .fr-progress-average small,#food-rhythm .fr-progress-average strong,#food-rhythm .fr-progress-average em { display:block; }
#food-rhythm .fr-progress-average small { margin-top:9px; color:var(--fr-muted); font-size:10px; }
#food-rhythm .fr-progress-average strong { margin-top:3px; font-size:17px; }
#food-rhythm .fr-progress-average em { margin-top:2px; color:#8a9790; font-size:8px; font-style:normal; }
#food-rhythm .fr-progress-insight { padding:17px; border:1px solid #dfe9db; border-radius:23px; background:#eef5ea; }
#food-rhythm .fr-progress-insight>div { display:flex; align-items:center; gap:11px; }
#food-rhythm .fr-progress-insight .fr-choice-mascot { width:46px; height:50px; flex:none; border-radius:15px; background:#dfeab9; }
#food-rhythm .fr-progress-insight strong,#food-rhythm .fr-progress-insight small { display:block; }
#food-rhythm .fr-progress-insight strong { font-size:15px; }
#food-rhythm .fr-progress-insight small { margin-top:2px; color:var(--fr-muted); font-size:10px; }
#food-rhythm .fr-progress-insight>p { margin:10px 0 0; color:#63736b; font-size:11px; line-height:1.5; }
#food-rhythm .fr-progress-insight ul { display:grid; gap:7px; margin:12px 0 0; padding:0; list-style:none; }
#food-rhythm .fr-progress-insight li { padding:9px 11px; border-radius:13px; background:#ffffffa8; color:#52645c; font-size:10px; }
#food-rhythm .fr-progress-empty { margin-top:16px; padding:32px 23px 24px; border:1px solid #dfe7dc; border-radius:25px; background:white; text-align:center; box-shadow:0 9px 28px #183e300e; }
#food-rhythm .fr-progress-empty h2 { margin:0; font-size:20px; }
#food-rhythm .fr-progress-empty p { max-width:280px; margin:8px auto 0; color:var(--fr-muted); font-size:12px; line-height:1.5; }
#food-rhythm .fr-progress-empty .fr-primary { margin-top:19px; }
@media(max-width:360px){
  #food-rhythm.fr-is-progress .fr-main { padding:24px 14px 116px; }
  #food-rhythm .fr-progress-card-head>strong { font-size:21px; }
  #food-rhythm .fr-progress-small { padding:15px; }
  #food-rhythm .fr-progress-small>strong { font-size:21px; }
  #food-rhythm .fr-progress-macros { padding-inline:14px; }
  #food-rhythm .fr-progress-macros>div { gap:8px; }
}
