:root{--ink: #1C2A25;--muted: #4E6863;--faint: #58746F;--line: #EBF0ED;--line-2: #DFE7E3;--card-line: #E8EFEB;--bg: #ffffff;--bg-soft: #F3F7F5;--brand: #1FA855;--brand-text: #177C3F;--brand-deep: #073B31;--grad: linear-gradient(90deg, #177C3F 0%, #073B31 100%);--green: #1FA855;--green-ink: #177C3F;--green-bg: #E4F4EA;--amber: #D0840F;--amber-ink: #9A630E;--amber-bg: #FDF1DE;--red: #E4483B;--red-ink: #A33636;--red-bg: #FBE7E7;--grey: #D6DCDA;--grey-bg: #F0F4F2}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg-soft);-webkit-font-smoothing:antialiased}button{font-family:inherit}a{color:var(--brand-text);text-decoration:none}.shell{max-width:430px;margin:0 auto;min-height:100%;background:var(--bg);display:flex;flex-direction:column}.shell.wide{max-width:860px}.hdr{display:flex;align-items:center;gap:12px;padding:max(20px,env(safe-area-inset-top)) 20px 14px;flex-shrink:0}.hdr h1{font-size:17px;font-weight:600;margin:0;flex:1}.back{border:none;background:var(--bg-soft);width:34px;height:34px;border-radius:10px;display:grid;place-items:center;cursor:pointer;font-size:16px;color:var(--ink);flex-shrink:0}.brand{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.logo{display:block;flex-shrink:0}.pro-badge{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:999px;padding:1px 6px;background:var(--green-bg);color:var(--brand-text)}.body{flex:1;padding:4px 20px 28px;display:flex;flex-direction:column;gap:16px}.card{border:1px solid var(--card-line);border-radius:16px;padding:16px 18px;background:#fff}.card h2{font-size:14px;font-weight:600;margin:0 0 10px}.cta{height:48px;border-radius:24px;border:none;cursor:pointer;background:var(--grad);color:#fff;font-weight:500;font-size:14px;width:100%}.cta:disabled{background:var(--bg-soft);color:var(--faint);cursor:default}.ghost{height:44px;border-radius:22px;border:1px solid var(--line-2);cursor:pointer;background:#fff;color:var(--muted);font-weight:500;font-size:13.5px;width:100%}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;color:var(--faint);font-weight:500}.field input{height:48px;border-radius:14px;border:1.5px solid var(--line-2);padding:0 14px;font-size:15px;font-family:inherit;color:var(--ink);background:#fff}.field input:focus{outline:none;border-color:var(--brand)}.err{color:var(--red-ink);font-size:13px;line-height:1.45;margin:0}.muted{color:var(--muted);font-size:13.5px;line-height:1.5;margin:0}.faint{color:var(--faint);font-size:12px;margin:0}.stripe{display:flex;flex-direction:column;gap:3px;width:100%}.stripe .k{height:26px;border-radius:9px 9px 3px 3px}.stripe .p{height:14px;border-radius:3px 3px 9px 9px}.l-green{background:var(--green)}.l-amber{background:var(--amber)}.l-red{background:var(--red)}.l-grey{background:var(--grey)}.week{display:flex;gap:6px}.week .day{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px}.week .dow{font-size:11px;color:var(--faint)}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;font-family:inherit;color:inherit}.row:last-child{border-bottom:none}.row .num{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:5px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.p-green{color:var(--green-ink);background:var(--green-bg)}.p-amber{color:var(--amber-ink);background:var(--amber-bg)}.p-red{color:var(--red-ink);background:var(--red-bg)}.p-grey{color:var(--faint);background:var(--grey-bg)}.meal{border-bottom:1px solid var(--line);padding:12px 0}.meal:last-child{border-bottom:none}.meal-head{display:flex;justify-content:space-between;font-weight:600;font-size:14px}.item{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted);padding:5px 0}.item .restored{color:var(--amber-ink)}.thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.thumbs img{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:10px;border:1px solid var(--card-line)}.thumbs .gone{aspect-ratio:9/16;border-radius:10px;background:var(--bg-soft);display:grid;place-items:center;font-size:11px;color:var(--faint);text-align:center;padding:8px}.tabs{display:flex;gap:8px}.tab{flex:1;height:38px;border-radius:19px;border:1px solid var(--line-2);background:#fff;color:var(--muted);font-size:13px;cursor:pointer}.tab.on{background:var(--bg-soft);color:var(--ink);border-color:var(--bg-soft);font-weight:600}.nav{position:sticky;bottom:0;flex-shrink:0;height:70px;border-top:1px solid var(--line);display:flex;background:#fff;padding-bottom:env(safe-area-inset-bottom)}.nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;background:none;cursor:pointer;font-size:11px;color:var(--faint)}.nav button.on{color:var(--brand-text);font-weight:600}.center{flex:1;display:grid;place-items:center;padding:40px 20px;text-align:center}.title{font-size:26px;font-weight:700;line-height:1.22;margin:12px 0 0;letter-spacing:-.4px}.switch{display:flex;gap:6px;background:var(--bg-soft);border-radius:26px;padding:5px}.switch button{flex:1;height:42px;border:none;border-radius:21px;cursor:pointer;background:none;color:var(--muted);font-size:14px;font-weight:500}.switch button.on{background:var(--grad);color:#fff;font-weight:600}.with-eye{position:relative}.with-eye input{width:100%;padding-right:46px}.eye{position:absolute;right:6px;top:0;height:48px;width:38px;border:none;background:none;cursor:pointer;color:var(--faint);font-size:15px}.code-input{letter-spacing:.5em;text-align:center;font-size:22px;font-weight:600}.consent{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.consent input{width:20px;height:20px;margin:1px 0 0;accent-color:var(--brand-text);flex:none}.consent span{font-size:13px;line-height:1.5;color:var(--muted)}.consent a{color:var(--brand-text);text-decoration:underline}.body.home{gap:20px;padding:8px 20px 28px}.tone-green{color:var(--green-ink)}.tone-amber{color:var(--amber-ink)}.tone-red{color:var(--red-ink)}.tone-grey{color:var(--faint)}.axcard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #10302614}.axbar{height:4px;background:var(--grad)}.axcard-in{padding:18px 22px 20px}.axcard-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px}.axcard-head h1{font-size:18px;font-weight:500;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.axcoach{width:30px;height:30px;border-radius:50%;border:none;background:#e6f4ec;flex-shrink:0;display:grid;place-items:center;cursor:pointer;font-size:10.5px;font-weight:600;color:var(--brand-text)}.axcols{display:flex;margin-bottom:16px}.axcol{flex:1;min-width:0;padding-right:16px}.axcol.right{padding:0 0 0 16px;text-align:right}.axsep{width:1px;background:#00000014;flex-shrink:0}.axlab{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--faint);margin-bottom:4px}.axbig{font-size:26px;font-weight:500}.axunit{font-size:14px;color:var(--faint);margin-left:4px}.axsub{font-size:12px;color:var(--faint);margin-top:2px}.axhr{height:1px;background:#00000014;margin-bottom:16px}.axtoday{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;text-align:left;color:inherit;cursor:pointer}div.axtoday{cursor:default}.axtoday-l{display:flex;align-items:center;gap:2px;font-size:15px;font-weight:500;line-height:1.15}.axtoday-r{display:flex;align-items:center;gap:12px;text-align:right;font-weight:500}.axring{position:relative;flex-shrink:0;display:block}.axring>span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.axnote{position:relative;display:flex;align-items:flex-start;gap:11px;width:100%;text-align:left;color:inherit;background:linear-gradient(135deg,#e6f4ec,#fff 75%);border:1px solid #DCEEE3;border-radius:16px;padding:13px 14px;cursor:pointer}.axnote-dot{position:absolute;top:11px;right:11px;width:7px;height:7px;border-radius:50%;background:var(--brand-text)}.axavatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;margin-top:1px;background:linear-gradient(90deg,#0e5a43,#073b31);display:grid;place-items:center;font-size:11px;font-weight:600;color:#fff}.axnote-text{flex:1;min-width:0;padding-right:14px}.axnote-title{display:block;font-size:12px;font-weight:600;color:var(--brand-text);margin-bottom:2px}.axnote-body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:12.5px;line-height:1.35;white-space:pre-line}.axnote-body.open{display:block}.axactions{display:flex;gap:20px}.axbtn{flex:1;height:48px;border-radius:10px;border:1.5px solid var(--line-2);background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;cursor:pointer;font-weight:500;font-size:14px;color:var(--ink);white-space:nowrap}.axtiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.axtile{min-height:197px;border-radius:16px;padding:18px 16px;display:flex;flex-direction:column;border:none;text-align:left;color:var(--ink);font-size:14px;font-family:inherit;min-width:0}.axtile.dark{background:linear-gradient(90deg,#0e5a43,#073b31);color:#fff;cursor:pointer}.axtile.light{background:#fff;box-shadow:0 8px 20px #10302614;align-items:center;text-align:center}.axbars{display:flex;align-items:flex-end;height:90px;margin-top:12px;gap:4px}.axbars>span,.axdays>span{flex:1;min-width:0;display:flex;justify-content:center}.axbars i{display:block;width:9.8px;border-radius:5px}.axdays{display:flex;margin-top:10px;gap:4px}.axdays>span{flex-direction:column;align-items:center;font-size:9px;font-weight:500;white-space:nowrap}.axdays small{font-size:8px;color:#fffc;margin-top:2px}.axline{width:100%;min-height:75px;border-radius:15.5px;background:#fff;border:1.5px solid var(--brand);display:flex;align-items:center;gap:14px;padding:14px 18px;text-align:left;color:inherit;font-family:inherit}.axline.quiet{border-color:var(--line-2)}.axline.warn{border-color:var(--amber);cursor:pointer}.axline-num{flex-shrink:0;text-align:center;min-width:40px}.axline-num b{display:block;font-size:20px;font-weight:600;line-height:1;color:var(--brand-text)}.axline.warn .axline-num b{color:var(--amber-ink)}.axline-num small{display:block;font-size:10.5px;color:var(--faint);margin-top:3px}.axline-sep{width:1px;align-self:stretch;background:#dceee3;flex-shrink:0}.axline.warn .axline-sep{background:#f6ead6}.axline-text{flex:1;min-width:0}.axline-text b{display:block;font-size:13px;font-weight:600;margin-bottom:2px}.axline-text span{font-size:12.5px;color:var(--muted)}.axnav{position:sticky;bottom:0;flex-shrink:0;height:88px;background:#fefefe;box-shadow:0 -4px 20px #0000000f;display:flex;align-items:center;justify-content:center;gap:min(16vw,64px);padding:0 25px env(safe-area-inset-bottom)}.axnav button{border:none;background:none;cursor:pointer;display:grid;place-items:center;padding:6px;color:var(--muted)}.axnav .axnav-main{width:48px;height:48px;border-radius:16px;background:#e6f4ec;color:var(--brand-text)}.body.history{gap:22px}.cal-head{display:flex;align-items:center;justify-content:space-between}.cal-head b{font-size:16px;font-weight:600}.cal-nav{border:none;background:var(--bg-soft);width:32px;height:32px;border-radius:10px;display:grid;place-items:center;cursor:pointer;color:var(--muted)}.cal-nav:disabled{background:#f6f9f7;color:#c2cfcb;cursor:default}.cal{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.cal-dow{text-align:center;font-size:11px;font-weight:500;color:var(--faint)}.cal-day{aspect-ratio:1;border-radius:10px;border:1.5px solid transparent;background:var(--bg-soft);padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;font-size:12.5px;font-weight:600;line-height:1;color:var(--ink)}.cal-day.today{background:#fff;border-color:var(--brand)}.cal-day:disabled{background:none;color:#a9b8b4;cursor:default}.cal-day i{display:flex;gap:2px}.cal-day i span{width:5px;height:5px;border-radius:2px}.legend{display:flex;gap:8px 15px;margin-top:15px;flex-wrap:wrap}.legend span{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--faint);background:none}.legend span:before{content:"";width:9px;height:9px;border-radius:3px}.legend .l-green:before{background:var(--green)}.legend .l-amber:before{background:var(--amber)}.legend .l-red:before{background:var(--red)}.legend .l-grey:before{background:var(--grey)}.stats{border-radius:16px;background:#f3f8f5;padding:17px 18px}.stats h2{font-size:13px;font-weight:600;margin:0 0 13px}.stats-row{display:flex;gap:14px}.stats-row>div{flex:1;min-width:0}.stats-row>i{width:1px;background:#dceee3}.stats-row b{display:block;font-size:20px;font-weight:600;line-height:1}.stats-row small{font-size:13px;color:var(--faint);font-weight:500}.stats-row span{display:block;font-size:11.5px;color:var(--faint);margin-top:5px}.todo{display:flex;align-items:center;gap:13px;border-radius:14px;background:#fff;border:1px solid var(--card-line);padding:14px 16px;cursor:pointer;text-align:left;width:100%;color:inherit;font-family:inherit}.todo>i{width:8px;height:8px;border-radius:50%;flex-shrink:0}.todo>div{flex:1;min-width:0}.todo b{display:block;font-size:13.5px;font-weight:600}.todo small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.todo em{font-style:normal;font-size:12.5px;font-weight:500;color:var(--brand-text);flex-shrink:0}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid2 .field input{width:100%;min-width:0}.textarea{width:100%;border-radius:14px;border:1.5px solid var(--line-2);padding:12px 14px;resize:vertical;font-family:inherit;font-size:14px;line-height:1.45;color:var(--ink);background:#fff}.textarea:focus{outline:none;border-color:var(--brand)}.shell.coach{background:#eff3f1}.tone-green b,b.tone-green{color:var(--green-ink)}.chdr{flex-shrink:0;background:#fff;border-bottom:1px solid #E5ECE8;padding:max(20px,env(safe-area-inset-top)) 20px 16px;display:flex;align-items:center;gap:13px;position:sticky;top:0;z-index:2}.chdr .back{width:36px;height:36px;border-radius:11px}.chdr-t{flex:1;min-width:0}.chdr-t h1{font-size:17px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chdr-t p{font-size:11.5px;color:var(--muted);margin:1px 0 0}.body.cbody{gap:14px;padding:16px 20px 24px}.body.cbody>*{flex-shrink:0}.ccard{background:#fff;border-radius:16px;border:1px solid #E5ECE8;padding:16px 17px}.ccard.flush{padding:0;overflow:hidden}.ch2{display:block;font-size:13.5px;font-weight:600;margin:0 0 10px;color:var(--ink)}.ccard-h{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:12px}.ccard-h b{font-size:13.5px;font-weight:600}.ccard-h span{font-size:12px;color:var(--faint);text-align:right}.ccard-h.pad{padding:15px 17px 12px;margin:0}.grow{flex:1;min-width:0;display:flex;flex-direction:column;text-align:left}.grow b{font-size:13.5px;font-weight:600;color:var(--ink)}.grow small{font-size:11.5px;color:var(--muted);margin-top:2px}.caps{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin-bottom:15px}.caps.small{font-size:11px;letter-spacing:0;text-transform:none;margin-bottom:8px}.clabel{font-size:11.5px;color:var(--muted);margin-bottom:12px}.av{border-radius:50%;display:grid;place-items:center;font-weight:600;flex-shrink:0}.av-green{background:#e6f4ec;color:var(--green-ink)}.av-amber{background:var(--amber-bg);color:var(--amber-ink)}.av-red{background:var(--red-bg);color:var(--red-ink)}.av-grey{background:#eaf0ec;color:#5e7570}.tag{font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:7px;flex-shrink:0;white-space:nowrap}.tag.big{font-size:13px;padding:5px 11px;border-radius:9px}.tag-green{color:var(--green-ink);background:#e6f4ec}.tag-amber{color:var(--amber-ink);background:var(--amber-bg)}.tag-red{color:var(--red-ink);background:var(--red-bg)}.tag-grey{color:var(--faint);background:#f0f4f2}.wrow{display:flex;gap:5px;width:100%}.wc{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.wk{height:26px;border-radius:8px 8px 2px 2px}.wp{height:14px;border-radius:2px 2px 8px 8px}.wl{font-size:10.5px;text-align:center;color:var(--faint);margin-top:5px}.week-cells{display:flex;gap:5px}.cell-btn{flex:1;min-width:0;border:none;background:none;padding:0;cursor:pointer;font-family:inherit}.body.cdash{gap:18px;padding:0 20px 24px}.body.cdash>*{flex-shrink:0}.dstats{border-radius:20px;padding:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;color:#fff;background:radial-gradient(120% 140% at 100% 100%,rgba(52,190,110,.4),transparent 60%),radial-gradient(90% 120% at 90% 30%,rgba(31,168,85,.35),transparent 55%),linear-gradient(160deg,#04241d,#0a4a39 60%,#177c3f);box-shadow:0 20px 40px -18px #04241d73}.slab{font-size:12px;font-weight:500;margin-bottom:5px;white-space:nowrap}.srule{height:1px;background:#ffffff59;margin-bottom:9px}.srow{display:flex;align-items:baseline;gap:7px;margin-bottom:3px;flex-wrap:wrap}.scount{font-size:22px;font-weight:600}.sof{font-size:10.5px;color:#fffc;white-space:nowrap}.samt{font-size:12.5px;font-weight:600}.wcard{background:#fff;border-radius:20px;padding:18px;box-shadow:0 20px 40px -20px #0728202e;border:1px solid #EEF3F0}.wcard.flush{padding:18px 0 6px}.wtitle{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px;margin-bottom:16px}.wtitle.pad{padding:0 18px;margin-bottom:14px}.wcount{margin-left:auto;font-size:12px;font-weight:400;color:var(--faint)}.wnums{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wnum{display:flex;flex-direction:column;gap:4px;min-width:0}.wnum span{font-size:11.5px}.wnum b{display:flex;align-items:center;gap:4px;font-weight:700;font-size:19px}.pad-text{padding:0 18px 12px}.arow{display:flex;align-items:center;gap:12px;padding:11px 18px;border:none;border-top:1px solid #F1F5F3;background:none;width:100%;text-align:left;cursor:pointer;min-height:56px;font-family:inherit;color:inherit}.acts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.acard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#fff;border:1px solid #EEF3F0;border-radius:18px;padding:20px 6px;box-shadow:0 14px 30px -18px #0728202e;color:var(--ink);font-size:12px;font-weight:500;cursor:pointer;font-family:inherit}.acard-ico{position:relative;display:inline-flex}.abadge{position:absolute;top:-8px;right:-12px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d93a2f;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.ccard.client{display:flex;flex-direction:column;gap:13px;width:100%;text-align:left;cursor:pointer;font-family:inherit;color:inherit;padding:15px 16px}.ccard.client.alert{border-color:#f3c9c9}.client-top{display:flex;align-items:center;gap:12px;width:100%}.client-top .grow b{font-size:15px}.client-foot{display:flex;gap:16px;font-size:11.5px;color:var(--muted)}.client-foot b{color:var(--ink);font-weight:600}.cacts{display:flex;gap:10px}.act{flex:1;height:64px;border-radius:14px;border:1px solid #E5ECE8;background:#fff;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:11.5px;font-weight:500;color:var(--muted);padding:0}.act svg{color:var(--brand-text)}.drow{display:flex;align-items:center;gap:13px;padding:12px 17px;border:none;border-top:1px solid #F1F5F3;background:none;width:100%;text-align:left;cursor:pointer;min-height:54px;font-family:inherit;color:inherit}.mini{display:flex;flex-direction:column;gap:2.5px;width:22px;flex-shrink:0}.mini i:first-child{height:17px;border-radius:6px 6px 2px 2px}.mini i:last-child{height:9px;border-radius:2px 2px 6px 6px}.day-top{display:flex;gap:14px}.day-top .grow small{font-size:11.5px;color:var(--faint);margin:0 0 3px}.day-top .grow b{font-size:19px;line-height:1}.day-top .grow span{font-size:11.5px;color:var(--muted);margin-top:4px}.vsep{width:1px;background:#f0f4f2}.control{border-radius:16px;border:1px solid;padding:14px 16px;display:flex;align-items:center;gap:12px}.control.ok{border-color:var(--brand);background:#f2faf5}.control.warn{border-color:var(--amber);background:#fdfaf4}.control.block{display:block;background:#fdf7ed}.control.block b{display:block;font-size:12.5px;margin-bottom:6px}.control.block small{font-size:12.5px;line-height:1.55;color:var(--muted)}.control-ico{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.control.ok .control-ico{background:#e4f4ea;color:var(--green-ink)}.control.warn .control-ico{background:var(--amber-bg);color:var(--amber-ink)}.control>span:last-child{display:flex;flex-direction:column}.control b{font-size:13px;font-weight:600}.control small{font-size:11.5px;color:var(--muted);margin-top:2px}.sec-title{font-size:13.5px;font-weight:600;margin-bottom:10px;padding:0 2px}.shot-big{display:block;border-radius:14px;overflow:hidden;background:#1b2228}.shot-big img{display:block;width:100%;max-height:520px;object-fit:contain}.shot-big.gone{display:grid;place-items:center;height:120px;color:#c2cfcb;font-size:12px}.shots{display:flex;gap:9px;margin-top:9px}.shot{flex:1;height:72px;border-radius:12px;background:#1b2228;border:1px solid #DFE7E3;overflow:hidden;padding:0;cursor:pointer;color:#c2cfcb;font-size:10px;font-family:inherit}.shot.on{border:2px solid var(--brand)}.shot img{width:100%;height:100%;object-fit:cover;display:block}.item-row{display:flex;align-items:center;gap:11px;padding:10px 17px;border-top:1px solid #F3F7F5;min-height:46px}.item-row .grow{font-size:13px;line-height:1.35}.item-row b{font-size:13.5px;font-weight:600;min-width:46px;text-align:right;flex-shrink:0}.item-row.meal{background:#f8fbf9;border-top-color:#f0f4f2;font-weight:600;font-size:13px}.item-note{padding:13px 17px;background:#f8fbf9;border-top:1px solid #E5ECE8;font-size:11.5px;line-height:1.5;color:var(--muted)}.item-note b{color:var(--green-ink);font-weight:600}.cbar{position:sticky;bottom:0;flex-shrink:0;padding:14px 20px max(20px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #E5ECE8;display:flex;flex-direction:column;gap:10px}.stepper{display:flex;align-items:center;gap:14px}.step{width:44px;height:44px;border-radius:14px;border:1px solid var(--line-2);background:#fff;cursor:pointer;display:grid;place-items:center;flex-shrink:0;font-size:22px;line-height:1;color:var(--muted);font-family:inherit}.step-v{flex:1;text-align:center;min-width:0}.step-n{font-size:30px;font-weight:600;color:var(--brand-text);line-height:1}.step-u{font-size:17px;color:var(--faint)}.step-s{font-size:11.5px;color:var(--faint);margin-top:5px}.step-input{width:100%;border:none;text-align:center;font:inherit;color:inherit;background:none;padding:0}.step-input:focus{outline:none}.ccard.fat{border-color:var(--brand);background:#f0f8f3}.fat-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.fat-top small{display:block;font-size:11.5px;color:var(--muted);margin-bottom:5px}.fat-top b{font-size:34px;font-weight:600;line-height:1}.fat-top b span{font-size:18px;color:var(--faint)}.fat-formula{border-radius:11px;background:#fff;padding:11px 13px}.fat-formula small{display:block;font-size:11px;font-weight:600;color:var(--muted);margin-bottom:5px}.fat-formula code{font-family:ui-monospace,Menlo,monospace;font-size:12px}.chips{display:flex;gap:8px;margin-top:12px}.chip{height:36px;padding:0 16px;border-radius:18px;border:1.5px solid var(--brand);background:#fff;color:var(--brand-text);font-weight:500;font-size:13px;cursor:pointer;font-family:inherit}.mgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.mfield{display:flex;flex-direction:column;gap:5px;min-width:0}.mfield>span:first-child{font-size:11.5px;color:var(--muted)}.mfield-in{display:flex;align-items:baseline;gap:5px;border-bottom:1px solid var(--line-2);padding-bottom:8px}.mfield-in input{flex:1;min-width:0;border:none;padding:0;font:inherit;font-size:15px;font-weight:500;color:var(--ink);background:none}.mfield-in input:focus{outline:none}.mfield-in input::placeholder{color:#a9b8b4}.mfield-in:focus-within{border-bottom-color:var(--brand)}.mfield-in small{font-size:11px;color:var(--faint)}.mfield-in b{flex:1;font-size:15px;font-weight:500}.st{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #F1F5F3}.st.last{border-bottom:none}.st span{font-size:12.5px;color:var(--muted)}.st b{font-size:13px;font-weight:600;text-align:right}.hint{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding-top:13px;border-top:1px solid #F0F4F2;font-size:11.5px;line-height:1.5;color:var(--muted)}.note-text{width:100%;border-radius:13px;border:1.5px solid var(--brand);padding:15px 16px;resize:vertical;font-family:inherit;font-size:13.5px;line-height:1.65;color:var(--ink);background:#fff}.note-text:focus{outline:none;border-color:var(--brand-text)}.legal{max-width:100%}.legal h2{font-size:15px;margin:20px 0 8px}.legal p,.legal li{font-size:14px;line-height:1.6;color:var(--muted)}.legal ul{padding-left:20px;margin:0 0 12px}.draft{border-left:3px solid var(--amber);background:var(--amber-bg);color:var(--amber-ink);padding:12px 14px;border-radius:0 10px 10px 0;font-size:13px;line-height:1.55}
