:root{font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#202c24;background:#f6f8f5;font-synthesis:none;font-weight:400;--green:#235b42;--green-dark:#16462f;--lime:#d8ee91;--muted:#7b837c;--border:#e2e7e0;--peach:#fa9c76;--soft:#edf3e9;--radius:24px;line-height:1.55;font-size:15px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #9cbc80;outline-offset:3px}a{color:var(--green)}button svg{flex-shrink:0;stroke-width:1.7}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.4;letter-spacing:-.7px;font-weight:700}h2{font-size:19px;line-height:1.5;font-weight:650}h3{font-size:16px;font-weight:600}p{line-height:1.7}input,select{width:100%;min-width:0;background:#fff;color:#27392d}input::placeholder{color:#a0a69f}input[type=number]{appearance:textfield}input::-webkit-inner-spin-button{appearance:none}select{cursor:pointer}button{border:0;background:none}small{font-size:12px}strong{font-weight:600}img{display:block;max-width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;border-radius:12px;padding:11px 20px;font-weight:500;border:1px solid transparent;transition:background .18s,transform .18s;white-space:nowrap}.button:active{transform:translateY(1px)}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.secondary{background:var(--soft);color:var(--green);border-color:#e3eade}.button.secondary:hover{background:#e2eddc}.button.ghost{color:var(--green);background:transparent}.button.ghost:hover{background:#eef3eb}.button.danger{background:#b44038;color:#fff}.button.full{width:100%}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 0;color:var(--green);font-size:13px}.text-button:hover{text-decoration:underline}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;border-radius:9px;color:var(--muted)}.icon-button:hover{background:#f0f3ec;color:var(--green)}.brand{display:flex;align-items:center;gap:12px;color:var(--green)}.brand-symbol{display:flex;align-items:center;justify-content:center;background:var(--green);border-radius:50%;width:48px;height:48px;color:#e8f2d1}.brand strong{font-size:29px;letter-spacing:3px;line-height:1.2;display:block;font-weight:650}.brand small{font-size:10px;letter-spacing:2.5px;line-height:1.4;display:block;margin-top:4px}.panel{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.section-title p{font-size:13px;color:var(--muted);margin-top:6px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:17px;font-size:13px;min-width:0}.field>span,.field-label{font-weight:500;font-size:13px}.input-wrap{display:flex;align-items:center;position:relative;min-width:0}.input-wrap input,.input-wrap select{padding:12px 14px;border:1px solid #dce3d9;border-radius:10px;min-height:46px;transition:border-color .15s}.input-wrap:has(.input-suffix) input{padding-right:48px}.input-suffix{position:absolute;right:14px;color:var(--muted);pointer-events:none}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 16px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.segmented{display:flex;padding:4px;border-radius:12px;background:#f0f3ed;gap:3px}.segmented button{border-radius:9px;flex:1;padding:9px 10px;font-size:13px;color:#727c71;white-space:nowrap}.segmented button.active{background:#fff;color:var(--green);box-shadow:0 1px 4px #27392d10;font-weight:600}.segmented.compact button{padding:6px 15px}.fine-print{font-size:12px;line-height:1.75;color:var(--muted);margin:12px 0 18px}.error{padding:12px 15px;border-radius:10px;background:#fff0ea;border:1px solid #f1d2c8;font-size:13px;color:#a14436;margin:12px 0}.checkbox{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#80877e;line-height:1.65;margin:14px 0 23px}.checkbox input{accent-color:var(--green);width:16px;height:16px;flex:none;margin:3px 0 0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted);font-size:14px}.mobile-brand,.mobile-nav{display:none}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px}.loading-screen>svg{color:var(--green)}.loading-screen p{color:var(--muted)}.auth-shell{min-height:100dvh;display:grid;grid-template-columns:1.02fr 1fr;background:#fff}.auth-visual{background:#eef3e8;position:relative;overflow:hidden;padding:42px 56px;min-height:820px}.auth-copy{position:relative;z-index:1;margin-top:64px}.auth-copy h1{font-size:clamp(35px,3.4vw,57px);font-weight:600;line-height:1.45;letter-spacing:-1px}.auth-copy h1 span{color:var(--green)}.auth-copy p{margin-top:24px;color:#707c6d;font-size:16px}.auth-visual>img{position:absolute;left:25%;bottom:65px;width:85%;max-width:none;height:43%;object-fit:cover;border-radius:220px 0 0 220px;border:10px solid #f9fbf7;box-shadow:0 20px 60px #2e4b2118;transform:rotate(-7deg)}.auth-visual-foot{position:absolute;bottom:28px;display:flex;gap:10px;align-items:center;color:#6e7e66;font-size:12px}.auth-form-side{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 48px;position:relative}.auth-form-content{width:100%;max-width:370px;margin-bottom:35px}.auth-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:#eef3e7;color:var(--green);margin-bottom:20px}.auth-form-content h2{font-size:29px;letter-spacing:-.5px}.auth-form-content>p{margin-top:8px;font-size:14px;color:var(--muted)}.auth-tabs{margin:28px 0 24px}.auth-divider{height:1px;background:var(--border);margin:28px 0;position:relative;text-align:center}.auth-divider span{position:relative;top:-12px;background:#fff;padding:0 16px;color:#969d93;font-size:12px}.privacy-note{display:flex;align-items:flex-start;gap:7px;color:#909a8e;font-size:11px;margin-top:22px;line-height:1.6}.privacy-note svg{flex-shrink:0}.auth-footer{position:absolute;bottom:25px;color:#a1a69d;font-size:12px;letter-spacing:1px}.connection-error{padding:12px;background:#fff1e6;text-align:center;font-size:13px}.connection-error button{color:var(--green);text-decoration:underline;margin-left:10px}.onboarding{max-width:1180px;margin:0 auto;padding:30px}.onboarding>header{display:flex;align-items:center;justify-content:space-between}.onboarding-card{max-width:580px;margin:40px auto 20px;background:#fff;border:1px solid var(--border);border-radius:26px;padding:34px 44px}.profile-heading h2{font-size:25px;margin-top:22px}.profile-heading>p{color:var(--muted);font-size:13px;margin:8px 0 25px}.step-indicator{display:flex;align-items:center;gap:9px}.step-indicator span{display:flex;align-items:center;justify-content:center;border:1px solid #ccd8c5;width:28px;height:28px;border-radius:50%;font-size:12px;color:#8b9e81}.step-indicator span.current{background:var(--green);color:#fff;border-color:var(--green)}.step-indicator span.done{background:#ddebce;color:var(--green)}.step-indicator i{width:40px;height:1px;background:#ccd8c5}.onboarding-foot{display:flex;gap:7px;align-items:center;justify-content:center;font-size:12px;color:var(--muted)}.profile-summary{display:flex;align-items:center;gap:9px;padding:13px;background:#f5f7f2;border-radius:10px;margin-bottom:23px;font-size:12px;flex-wrap:wrap}.profile-summary>button{margin-left:auto}.goal-tabs{margin:9px 0 18px}.plan-preview{display:flex;align-items:flex-start;gap:12px;background:#eff5e4;border-radius:14px;padding:18px;color:var(--green);margin-top:7px}.plan-preview>svg{margin-top:3px;flex-shrink:0}.plan-preview span{font-size:12px}.plan-preview strong{display:block;font-size:27px;line-height:1.5}.plan-preview strong small{font-size:12px;font-weight:400}.plan-preview p{font-size:12px;line-height:1.6;margin-top:4px}.app-shell{min-height:100vh;display:flex}.sidebar{width:236px;position:fixed;left:0;top:0;bottom:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--border);padding:36px 20px 22px;z-index:20}.sidebar>.brand{padding-left:9px;margin-bottom:42px}.sidebar nav{display:flex;flex-direction:column;gap:12px}.sidebar nav button{display:flex;align-items:center;gap:16px;padding:15px 17px;text-align:left;width:100%;border-radius:12px;font-size:15px;color:#5c665d;min-height:56px}.sidebar nav button:hover{background:#f6f8f2}.sidebar nav button.active{background:#e9f1e4;color:var(--green);font-weight:550}.nav-extra{margin-left:auto;opacity:.6}.sidebar-bottom{margin-top:auto}.sidebar-help{color:#8b9487;font-size:12px;display:flex;align-items:center;gap:9px;margin:15px 12px 25px}.profile-nav{display:flex;align-items:center;width:100%;gap:10px;border-top:1px solid var(--border);padding:22px 5px 4px;text-align:left}.avatar{display:flex;align-items:center;justify-content:center;background:#e4ebd9;color:var(--green);font-size:19px;font-weight:500;border-radius:50%;width:43px;height:43px;flex-shrink:0}.profile-nav>div{flex:1;overflow:hidden}.profile-nav strong{display:block;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-nav small{font-size:11px;display:block;color:var(--muted);margin-top:2px}.profile-nav>svg{color:#7b8677}.main-content{margin-left:236px;padding:32px 36px 15px;width:calc(100% - 236px);max-width:1590px}.demo-banner{display:flex;align-items:center;justify-content:space-between;font-size:11px;padding:7px 12px;background:#eff3e7;color:#7d8c6c;border:1px solid #e5ebdb;border-radius:8px;margin-bottom:22px}.demo-banner button{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--green)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 25px}.page-header p{color:var(--muted);font-size:14px;margin-top:7px}.header-actions{display:flex;align-items:center;gap:16px}.date-picker{display:flex;align-items:center;border:1px solid var(--border);border-radius:11px;background:#fff;padding:7px 3px;min-height:46px}.date-picker input{border:0;outline:0;width:129px;padding:0;background:none;font-size:12px;cursor:pointer}.date-picker button{display:flex;align-items:center;justify-content:center;width:27px;height:29px;padding:0;color:#6b796a}.header-camera{min-height:46px;font-size:14px}.page-footer{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;color:#969e92;padding:22px 0 10px}.page-footer button{font-size:11px;color:#899980;text-decoration:underline}.health-notice{display:flex;align-items:center;gap:9px;font-size:13px;padding:14px 18px;background:#fff2e6;color:#8e6747;border-radius:12px;margin-bottom:20px}.health-notice svg{flex:none}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:20px}.dashboard-primary,.dashboard-secondary{display:flex;flex-direction:column;gap:20px;min-width:0}.budget{padding:21px 24px 25px}.budget .section-title{margin-bottom:13px}.budget-main{display:flex;align-items:center;gap:27px;padding:0 0 20px}.calorie-ring{flex:1;min-width:160px;max-width:280px;position:relative;aspect-ratio:1}.calorie-ring svg{width:100%;height:100%;display:block}.calorie-ring circle{fill:none;stroke-width:16}.ring-track{stroke:#e2eec7}.ring-fill{stroke:var(--green);stroke-linecap:round;transition:stroke-dasharray .5s ease}.over-budget .ring-fill{stroke:#d78a62}.ring-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1.4}.ring-label>span{font-size:13px;color:#778071}.ring-label>strong{font-size:clamp(38px,3.8vw,57px);font-weight:550;letter-spacing:-1.8px;line-height:1.3;margin:3px 0}.ring-label>small{font-size:13px;color:#818877}.energy-metrics{flex:.8;min-width:135px}.energy-metrics>div{display:flex;align-items:flex-start;gap:14px;padding:11px 0;border-bottom:1px solid var(--border)}.energy-metrics>div:last-child{border:0}.energy-metrics svg{color:var(--green);width:23px;height:23px;margin-top:4px;stroke-width:1.8}.energy-metrics section>span{font-size:12px;color:#848b7f;display:block}.energy-metrics strong{font-size:25px;font-weight:550;letter-spacing:-.4px;display:block;line-height:1.45;white-space:nowrap}.energy-metrics strong small{font-size:11px;color:#889180;font-weight:400;letter-spacing:0;margin-left:3px}.energy-metrics section>small{font-size:10px;color:#949c8a;display:block;margin-top:2px}.macros{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--border);padding-top:19px}.macro{padding:0 15px;border-right:1px solid var(--border)}.macro:first-child{padding-left:0}.macro:last-child{border:0;padding-right:0}.macro>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:5px;font-size:12px;margin-bottom:12px}.macro small{font-size:10px;color:#848d7c;white-space:nowrap}.progress-track{height:7px;border-radius:20px;background:#edf0e9;overflow:hidden}.progress-track i{display:block;height:100%;background:var(--green);border-radius:20px}.macro-carbs i{background:#b2d64a}.macro-fat i{background:var(--peach)}.macro-incomplete{font-size:10px;color:#919989;padding-top:14px}.today-meals{padding:20px 23px 11px;flex:1}.count{font-size:11px;font-weight:400;color:#98a28f;display:inline-block;margin-left:6px;vertical-align:middle}.meal-list{display:flex;flex-direction:column}.meal-row{display:flex;align-items:center;border-bottom:1px solid var(--border);min-width:0}.meal-row:last-child{border:0}.meal-main{display:flex;align-items:center;gap:15px;text-align:left;width:100%;padding:14px 0;min-width:0}.meal-main:hover .meal-text>strong{color:var(--green)}.meal-thumb{height:62px;width:65px;min-width:65px;background:#f5ecd9;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#a98b50;overflow:hidden}.meal-thumb img{width:100%;height:100%;object-fit:cover}.meal-午餐{background:#ebf0dc;color:#7a935c}.meal-晚餐{background:#e9ebf4;color:#898bb2}.meal-加餐{background:#f3e8dc;color:#b38a65}.meal-text{flex:1;min-width:0}.meal-kind{display:flex;align-items:center;gap:5px;font-size:11px;color:#86917d;line-height:1.5;margin-bottom:6px}.meal-kind i{font-style:normal;color:#b8c0b3;margin:0 1px}.meal-kind>svg{display:none}.meal-text>strong{font-size:14px;font-weight:500;display:block;overflow-wrap:anywhere}.meal-text>small{color:#8b9681;font-size:10px;display:block;margin-top:3px}.meal-calories{display:flex;align-items:baseline;gap:4px;white-space:nowrap}.meal-calories strong{font-size:22px;font-weight:500;letter-spacing:-.6px}.meal-calories small{font-size:10px;color:#939c8b}.row-arrow{color:#819176;margin-left:3px}.capture-card{border-radius:24px;border:1px solid var(--border);background:#fff;overflow:hidden}.capture-card>img{width:100%;height:250px;object-fit:cover;object-position:center 52%}.capture-card>div{padding:22px 30px 16px;text-align:center;background:#fff;position:relative;border-radius:20px 20px 0 0;margin-top:-18px}.capture-card h2{font-size:22px;letter-spacing:-.3px}.capture-card p{font-size:13px;color:#8b9381;margin:6px 0 19px}.capture-card .text-button{font-size:13px;margin-top:8px}.capture-card .button{font-size:15px}.advice-card{border:1px solid #e1e9ca;background:#f5f9e9;border-radius:24px;padding:23px 24px 17px;flex:1}.advice-title{display:flex;align-items:center;gap:13px}.advice-title>span{background:#e8f2b9;color:#81a543;border-radius:50%;height:43px;width:43px;display:flex;align-items:center;justify-content:center}.advice-title h2{flex:1;font-size:17px}.advice-body{display:flex;align-items:center;gap:22px;margin:23px 0 25px}.advice-body>svg{color:var(--peach);flex:0 0 55px;stroke-width:1.3}.advice-body>p{font-size:14px;line-height:1.85;color:#5d6b50}.walk-suggestion{display:flex;align-items:center;gap:13px;width:100%;border-top:1px solid #dbe4c8;padding:18px 0 4px;text-align:left}.walk-suggestion>svg:first-child{color:var(--green)}.walk-suggestion>span{flex:1;font-size:12px;white-space:nowrap}.walk-suggestion strong{color:#df966d;font-size:18px;font-weight:500;margin:0 3px}.walk-suggestion>svg:last-child{color:#899d71}.advice-foot{font-size:10px;color:#a0ac8a;margin:7px 0 0 40px}.empty{padding:22px 5px 25px;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-icon{height:60px;width:60px;display:flex;align-items:center;justify-content:center;background:#f1f5e9;border-radius:50%;color:#9eac85;margin-bottom:12px}.empty h3{font-size:14px;color:#687c5d;font-weight:500}.empty p{font-size:12px;color:#929e88;margin:7px 0 18px}.empty .button{min-height:38px;font-size:12px;padding:8px 15px}.diary-panel{padding:26px 30px}.filter-tabs{display:flex;gap:12px;border-bottom:1px solid var(--border);margin:24px 0 4px;padding-bottom:12px}.filter-tabs button{padding:6px 16px;font-size:13px;border-radius:8px;color:var(--muted)}.filter-tabs button.active{background:#edf3e5;color:var(--green)}.delete-button{margin-left:15px}.activity-list{margin-top:22px}.activity-row{display:flex;align-items:center;gap:18px;font-size:13px;border-top:1px solid var(--border);padding:17px 0 8px}.activity-row>svg{color:var(--green)}.activity-row strong{font-size:14px;flex:1}.activity-row>span{color:var(--muted)}.activity-row>button{margin-left:12px}.trend-stats{display:flex;align-items:center;justify-content:space-between;margin-top:25px;font-size:13px;color:var(--muted)}.trend-stats strong{font-size:28px;color:var(--green);margin:0 9px;font-weight:500}.bar-chart{display:flex;gap:22px;margin:22px 10px 0;height:230px}.chart-day{display:flex;flex-direction:column;flex:1;min-width:0;align-items:center;gap:12px}.bar-space{height:190px;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;border-bottom:1px solid #e4e9dd;background:repeating-linear-gradient(to top,transparent 0 47px,#f2f4ef 47px 48px)}.bar{width:48%;max-width:44px;background:#bacda2;border-radius:6px 6px 0 0;position:relative;min-width:10px;z-index:1}.bar.current{background:var(--green)}.bar>span{font-size:10px;position:absolute;top:-20px;left:50%;transform:translate(-50%);color:#799065}.target-mark{height:1px;border-top:1px dashed #bbbdac;position:absolute;width:85%;z-index:2}.chart-day>small{font-size:11px;color:#9ca590}.unlogged{color:#c2ccba;margin-bottom:9px}.chart-key{display:flex;justify-content:center;gap:22px;font-size:11px;color:#99a18f;margin-top:12px}.chart-key>span{display:flex;align-items:center;gap:7px}.chart-key i{height:8px;width:8px;background:#bacda2;border-radius:2px}.chart-key .line{height:0;border-top:1px dashed #959e81;background:none;width:17px}.progress-lower{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}.panel-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--green);background:#f0f5e6;height:43px;width:43px;border-radius:12px;margin-bottom:15px}.weight-goal{display:flex;align-items:center;gap:26px;margin:22px 0}.weight-goal small{display:block;color:#96a18a;font-size:11px}.weight-goal strong{font-size:31px;color:#3f5e35;font-weight:500;white-space:nowrap}.weight-goal em{font-style:normal;font-size:12px;margin-left:4px;color:#9aab8a}.goal-line{height:1px;background:#dce4d1;flex:1}.goal-panel>p{font-size:13px;color:#8b9681;margin-bottom:21px}.measurements>div{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0e8;padding:14px 0;font-size:12px;color:#8a957d}.measurements strong{color:var(--green);font-size:18px}.measurements small{font-weight:400;font-size:11px}.export-link{margin:18px auto 0;display:flex}.profile-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(250px,.85fr);gap:24px;max-width:1040px}.profile-editor{padding:30px}.profile-editor .profile-heading h2{font-size:22px}.profile-side{display:flex;flex-direction:column;gap:22px}.profile-side p{font-size:13px;color:var(--muted);margin:15px 0;overflow-wrap:anywhere}.profile-side .button{display:flex;width:100%;margin-top:12px}.profile-side h2{font-size:17px}.modal-backdrop{position:fixed;inset:0;background:#172b215e;z-index:100;display:flex;align-items:center;justify-content:center;padding:25px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:appear .15s ease}.modal{background:#fff;border-radius:24px;width:100%;max-width:510px;max-height:calc(100dvh - 50px);overflow-y:auto;box-shadow:0 30px 90px #0e29122b;outline:none}.modal.wide{max-width:960px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:23px 28px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:2}.modal-head h2{font-size:22px}.modal-head p{font-size:12px;color:var(--muted);margin-top:4px}.record-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:32px;padding:26px 28px}.capture-column{min-width:0}.record-tabs{margin-bottom:17px}.record-tabs button{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;padding:9px 7px}.photo-frame{aspect-ratio:1;background:#f5f7f0;border:1px dashed #cddac1;border-radius:17px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.photo-frame.with-image{border-style:solid;background:#1d2821}.photo-frame>img,.photo-frame>video{width:100%;height:100%;object-fit:contain;position:absolute;inset:0}.photo-empty{text-align:center;display:flex;align-items:center;flex-direction:column;padding:22px}.photo-empty>span{height:69px;width:69px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e9f0de;color:#718e5e;margin-bottom:15px}.photo-empty h3{font-size:17px;font-weight:500}.photo-empty p{font-size:11px;color:#919d85;margin:9px 0 20px}.photo-empty .button{min-height:40px;font-size:12px;padding:9px 18px}.photo-empty .text-button{font-size:11px;margin-top:10px}.photo-controls{display:flex;position:absolute;bottom:12px;left:12px;right:12px;justify-content:space-between}.photo-controls button{display:flex;align-items:center;gap:5px;background:#ffffffeb;border-radius:8px;padding:7px 10px;font-size:11px}.camera-controls{position:absolute;bottom:15px;width:100%;display:flex;align-items:center;justify-content:space-evenly}.camera-controls .icon-button{color:#fff;background:#334d4180}.camera-controls>span{width:34px}.shutter{width:57px;height:57px;border:4px solid #fff;border-radius:50%;background:#fff8;outline:2px solid #fff4;outline-offset:4px}.vision-status{display:flex;align-items:center;gap:10px;margin:19px 0 14px;font-size:12px}.vision-status strong{font-size:12px;font-weight:500;color:#8c967e}.vision-status p{font-size:11px;color:#a0a991;margin-top:3px}.status-dot{width:7px;height:7px;border-radius:50%;background:#b9bbab;flex-shrink:0}.status-dot.ready{background:#72a655}.record-form-title{display:flex;align-items:center;gap:8px;color:#496d39;margin:1px 0 20px}.record-form-title h3{font-size:15px;font-weight:500}.record-form .field{margin-bottom:14px}.food-shortcuts{margin:0 0 19px}.food-shortcuts>span{font-size:10px;color:#a1a990}.food-shortcuts>div{display:flex;flex-wrap:wrap;gap:6px;margin:7px 0 3px}.food-shortcuts button,.suggestion-chip{font-size:10px;background:#f3f6ed;border:1px solid #e9edde;border-radius:6px;padding:5px 8px;color:#758d62}.food-shortcuts>small{font-size:9px;color:#a1ab94}.macro-details{font-size:11px;color:#8f9d7e;margin:7px 0 18px}.macro-details summary{cursor:pointer;padding:5px 0}.macro-details .form-grid{margin-top:10px}.macro-details input{padding-left:8px}.macro-details .input-wrap:has(.input-suffix) input{padding-right:25px}.macro-details .input-suffix{right:8px}.calorie-preview{border-radius:13px;background:#eff6e0;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;color:var(--green);margin:15px 0 20px}.calorie-preview>div>span{font-size:11px;display:block;margin-bottom:2px}.calorie-preview strong{font-size:31px;font-weight:550;line-height:1.4}.calorie-preview strong small{font-size:12px;font-weight:400;margin-left:4px}.calorie-preview>svg{color:#7e995b}.calorie-preview>p{width:100%;font-size:10px;margin-top:5px;color:#8e9d79}.simple-form{padding:25px 28px 28px}.simple-form>p{font-size:13px;color:var(--muted);margin-bottom:18px}.simple-form>.button+.button{margin-top:8px}.info-content{padding:25px 28px}.info-content>p{font-size:13px;color:#7c8871;margin-bottom:17px}.info-content h3{font-size:15px;margin:20px 0 10px}.info-content dl{border:1px solid #e4eada;border-radius:13px;overflow:hidden;font-size:12px;margin:20px 0}.info-content dl>div{display:flex;justify-content:space-between;padding:13px 14px;border-bottom:1px solid #e4eada}.info-content dl>div:last-child{border:0;background:#f4f8eb}.info-content dt{color:#89977c}.info-content dd{margin:0;color:var(--green);font-weight:550}.source-links{display:flex;flex-direction:column;gap:9px;margin-top:20px;font-size:11px}.notice{padding:17px;background:#f1f7e5;border-radius:13px;display:flex;gap:12px;align-items:center;color:#678452;font-size:13px}.notice>svg{flex:none}.exercise-options>div{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #e6edde;font-size:13px}.exercise-options>div:last-child{border:0}.exercise-options>div>svg{color:#80a166}.exercise-options span{flex:1}.exercise-options span small{display:block;color:#98a78a;font-size:11px;margin-top:2px}.exercise-options strong{color:var(--green);font-weight:500}.exercise-options strong small{font-size:10px;color:#9fac91}.equivalence{padding:16px;background:#f6f8f1;border-radius:13px;margin:14px 0}.equivalence>p{font-size:12px;color:#899979;margin-bottom:12px}.equivalence>div{display:flex;justify-content:space-between;gap:10px}.equivalence span{font-size:11px;color:#809268}.equivalence strong{font-size:19px;color:var(--green)}.equivalence small{display:block;font-size:10px;color:#9daa8e;margin-top:3px}.ai-results{font-size:12px;color:#7b9069}.ai-results button{margin:5px}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:150;background:#244d37;color:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 5px 20px #234e3526;font-size:13px;display:flex;align-items:center;gap:9px;max-width:90vw;white-space:nowrap;animation:appear .2s ease}@keyframes appear{0%{opacity:0}to{opacity:1}}@media(min-width:1600px){.main-content{padding:38px 44px 20px}.budget-main{gap:35px;padding-bottom:28px}.budget{padding:25px 28px 30px}.capture-card>img{height:285px}.meal-main{padding:18px 0}.meal-thumb{width:76px;min-width:76px;height:70px}}@media(max-width:1250px){.sidebar{width:205px;padding:30px 14px}.sidebar nav button{font-size:13px;padding:13px;gap:13px}.sidebar>.brand{padding-left:7px}.brand strong{font-size:27px}.brand-symbol{width:43px;height:43px}.main-content{margin-left:205px;width:calc(100% - 205px);padding:25px 24px}.page-header{gap:14px}.page-header h1{font-size:25px}.header-actions{gap:10px}.date-picker input{width:112px;font-size:11px}.header-camera{padding:10px 13px}.dashboard-grid{gap:17px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.budget{padding:18px}.budget-main{gap:16px}.calorie-ring{min-width:130px}.ring-label>strong{font-size:43px}.ring-label>span{font-size:11px}.energy-metrics{min-width:106px}.energy-metrics strong{font-size:21px}.energy-metrics>div{gap:10px}.energy-metrics svg{width:19px}.macro{padding:0 10px}.macro>div:first-child{display:block;font-size:11px;margin-bottom:9px}.macro small{display:block;font-size:9px;margin-top:5px}.capture-card>img{height:214px}.capture-card>div{padding:20px 23px 12px}.capture-card h2{font-size:19px}.capture-card p{font-size:11px;margin:5px 0 15px}.advice-card{padding:20px}.advice-body{gap:12px;margin:20px 0}.advice-body p{font-size:12px}.advice-body>svg{flex-basis:45px;width:45px}.advice-title h2{font-size:15px}.advice-title{gap:10px}.advice-title>span{width:36px;height:36px}.walk-suggestion{gap:9px}.walk-suggestion>span{font-size:10px}.walk-suggestion strong{font-size:16px}.advice-foot{font-size:9px;margin-left:35px}.meal-main{gap:10px}.meal-thumb{width:53px;min-width:53px;height:53px}.meal-text>strong{font-size:12px}.meal-calories strong{font-size:19px}.row-arrow{width:13px;margin-left:0}.today-meals{padding:18px 20px 10px}.section-title h2{font-size:17px}.today-meals .text-button{font-size:11px}.auth-visual{padding:35px}.auth-copy{margin-top:70px}.auth-visual>img{left:12%;width:95%;height:39%;bottom:70px}.auth-form-side{padding:35px}}@media(max-width:1000px)and (min-width:761px){.sidebar{width:88px;padding:28px 12px}.sidebar>.brand{padding:0;justify-content:center}.sidebar .brand>div,.sidebar nav button>span,.nav-extra,.sidebar-help,.profile-nav>div,.profile-nav>svg{display:none}.sidebar nav button{justify-content:center;padding:15px}.sidebar nav{gap:16px}.profile-nav{justify-content:center;padding-top:20px}.main-content{margin-left:88px;width:calc(100% - 88px)}.page-header h1{font-size:24px}.page-header p{font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.header-camera{font-size:12px}.date-picker button{width:24px}.header-actions{gap:8px}}@media(max-width:760px){:root{font-size:14px}.auth-shell{display:block;background:#f6f8f5;min-height:100dvh}.auth-visual{display:none}.auth-form-side{padding:28px 25px 45px;min-height:100dvh;justify-content:flex-start}.mobile-brand{display:block}.auth-form-side>.mobile-brand{align-self:flex-start;margin-bottom:42px}.auth-form-content{max-width:420px;margin-bottom:25px}.auth-icon{display:none}.auth-form-content h2{font-size:27px}.auth-form-content>p{font-size:13px}.auth-tabs{margin-top:26px}.auth-divider span{background:#f6f8f5}.privacy-note{font-size:10px}.auth-footer{position:static;margin-top:auto}.brand-symbol{width:36px;height:36px}.brand-symbol svg{width:28px;height:28px}.brand strong{font-size:24px;letter-spacing:2px}.brand small{font-size:8px;letter-spacing:2px;margin-top:2px}.brand{gap:9px}.onboarding{padding:22px 18px}.onboarding-card{margin-top:25px;padding:24px 22px;border-radius:20px}.onboarding>header>.button{font-size:12px;padding:7px;min-height:34px}.profile-heading h2{font-size:23px;margin-top:20px}.profile-heading>p{font-size:12px}.onboarding-foot{font-size:11px}.sidebar{display:none}.main-content{margin:0;width:100%;padding:20px 18px 85px}.page-header{display:block;margin-bottom:22px}.page-header .mobile-brand{margin-bottom:26px}.page-header h1{font-size:25px;letter-spacing:-.5px}.page-header p{font-size:12px;margin-top:6px}.header-actions{justify-content:space-between;margin-top:19px;gap:10px}.header-camera{font-size:12px;padding:9px 13px;min-height:39px;border-radius:9px}.header-camera svg{width:17px}.date-picker{min-height:39px;padding:3px}.date-picker input{font-size:11px;width:114px}.date-picker button{width:24px}.demo-banner{font-size:9px;padding:7px 9px;margin-bottom:19px;gap:6px;align-items:flex-start}.demo-banner>span{max-width:58%;line-height:1.6}.demo-banner button{font-size:9px;padding:0;white-space:nowrap}.dashboard-grid{display:flex;flex-direction:column;gap:17px}.dashboard-primary,.dashboard-secondary{display:contents}.budget{order:0;padding:19px 19px 21px;border-radius:20px}.today-meals{order:2;padding:19px 19px 10px;border-radius:20px}.capture-card{order:1;display:flex;border-radius:19px;min-height:143px}.capture-card>img{width:34%;height:auto;object-fit:cover;object-position:42% center}.capture-card>div{padding:16px 16px 12px;flex:1;margin:0;border-radius:0;text-align:left;min-width:0}.capture-card h2{font-size:15px;white-space:nowrap;letter-spacing:-.3px}.capture-card p{font-size:10px;margin:5px 0 11px}.capture-card .button{min-height:35px;font-size:12px;padding:7px 12px;border-radius:9px}.capture-card .button>svg{width:16px}.capture-card .text-button{font-size:10px;margin-top:4px;display:flex;width:100%;padding:3px 0}.advice-card{order:3;border-radius:20px;padding:19px}.advice-title h2{font-size:16px}.advice-body{margin:16px 0 20px;gap:20px}.advice-body>svg{flex-basis:51px;width:51px}.advice-body p{font-size:13px}.walk-suggestion>span{font-size:12px}.walk-suggestion strong{font-size:19px}.advice-foot{font-size:10px}.budget .section-title{margin-bottom:12px}.section-title h2{font-size:17px}.budget-main{gap:23px;padding-bottom:20px}.calorie-ring{min-width:138px;max-width:195px;flex:1}.ring-label>strong{font-size:44px}.ring-label>span{font-size:11px}.ring-label>small{font-size:11px}.energy-metrics{flex:.74;min-width:114px}.energy-metrics>div{padding:8px 0;gap:10px}.energy-metrics svg{width:20px;height:20px;margin-top:3px}.energy-metrics strong{font-size:22px}.energy-metrics strong small{font-size:9px}.energy-metrics section>span{font-size:10px}.energy-metrics section>small{font-size:8px;margin-top:0}.macros{padding-top:17px}.macro>div:first-child{display:block;font-size:11px}.macro small{font-size:9px;display:block;margin-top:4px}.macro{padding:0 15px}.progress-track{height:6px}.meal-main{padding:14px 0;gap:11px}.meal-thumb{width:50px;min-width:50px;height:52px;border-radius:10px}.meal-thumb svg{width:24px}.meal-text>strong{font-size:12px}.meal-kind{font-size:9px;margin-bottom:5px}.meal-calories{gap:3px}.meal-calories strong{font-size:20px}.meal-calories small{font-size:9px}.row-arrow{width:14px;margin-left:0}.section-title .text-button{font-size:11px}.page-footer{font-size:9px;gap:6px;flex-wrap:wrap;padding:23px 0 4px}.page-footer button{font-size:9px}.mobile-nav{display:flex;align-items:center;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;background:#fffffff5;border-top:1px solid var(--border);padding:8px 12px max(10px,env(safe-area-inset-bottom));z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav button{min-width:48px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#8c9985;font-size:10px;min-height:47px}.mobile-nav button>span{display:flex;align-items:center;justify-content:center;height:25px}.mobile-nav button small{font-size:9px}.mobile-nav button.active{color:var(--green)}.mobile-nav .mobile-camera>span{background:var(--green);color:#fff;border-radius:14px;width:48px;height:39px;margin-top:-20px;margin-bottom:4px;box-shadow:0 3px 10px #235b4220}.diary-panel{padding:20px 17px;border-radius:20px}.diary-panel .section-title{gap:6px}.diary-panel .section-title p{font-size:10px}.diary-panel .section-title .button{font-size:10px;padding:8px 10px;min-height:35px;gap:4px}.filter-tabs{gap:6px;margin-top:20px}.filter-tabs button{flex:1;font-size:11px;padding:6px 5px}.delete-button{margin-left:3px;width:28px;min-width:28px}.diary-panel .meal-thumb{width:42px;min-width:42px;height:47px}.diary-panel .meal-calories strong{font-size:18px}.diary-panel .meal-calories{display:block;text-align:right}.diary-panel .row-arrow{display:none}.diary-panel .meal-text>small{font-size:8px}.activity-list{padding:20px 18px}.activity-row{gap:10px;font-size:10px}.activity-row strong{font-size:12px}.activity-row>svg{width:19px}.activity-row>button{margin-left:0;min-width:25px;width:25px}.activity-row>span{white-space:nowrap}.trends-panel{padding:20px 17px}.trends-panel .section-title{align-items:flex-start;gap:4px}.trends-panel .section-title h2{font-size:16px}.trends-panel .section-title p{font-size:10px;max-width:195px}.segmented.compact button{font-size:11px;padding:5px 9px}.trend-stats{font-size:10px;align-items:flex-start}.trend-stats strong{font-size:23px;margin:0 4px}.trend-stats small{font-size:9px;white-space:nowrap;padding-top:8px}.bar-chart{gap:10px;margin:22px 0 0;height:209px}.bar-space{height:175px}.chart-day>small{font-size:8px}.bar>span{font-size:8px}.chart-key{font-size:9px;gap:17px}.days-14{gap:4px}.days-14 .bar{min-width:7px}.days-14 .chart-day>small{font-size:7px;writing-mode:vertical-lr;height:28px}.days-14 .bar>span{display:none}.progress-lower{grid-template-columns:1fr;gap:17px;margin-top:17px}.goal-panel,.measurement-panel{padding:22px}.weight-goal{gap:30px}.profile-layout{display:block}.profile-editor{padding:22px 20px}.profile-side{margin-top:18px;gap:17px}.profile-side .panel{padding:22px}.health-notice{font-size:11px;line-height:1.6}.modal-backdrop{padding:0;align-items:flex-end}.modal{max-height:96dvh;border-radius:22px 22px 0 0;max-width:none;padding-bottom:env(safe-area-inset-bottom)}.modal-head{padding:20px 21px 16px}.modal-head h2{font-size:20px}.modal-head p{font-size:11px}.record-layout{display:flex;flex-direction:column;padding:18px 20px 26px;gap:15px}.capture-column{width:100%}.record-tabs{margin-bottom:14px}.photo-frame{aspect-ratio:1.8}.photo-empty{padding:15px}.photo-empty>span{display:none}.photo-empty h3{font-size:15px}.photo-empty p{font-size:10px;margin:7px 0 13px}.photo-empty .button{min-height:34px;padding:7px 16px;font-size:11px}.photo-empty .text-button{font-size:10px;margin-top:5px;padding:4px}.vision-status{margin:14px 0 8px}.vision-status strong{font-size:11px}.vision-status p{font-size:10px}.capture-column>.fine-print{font-size:10px;margin:8px 0 5px}.record-form-title{margin:4px 0 18px}.record-form-title h3{font-size:14px}.record-form .field{margin-bottom:15px}.field{font-size:12px}.field>span,.field-label{font-size:12px}.input-wrap input,.input-wrap select{font-size:16px;padding:11px 12px;min-height:46px}.form-grid{gap:0 12px}.input-suffix{font-size:12px;right:12px}.record-form .input-wrap input,.record-form .input-wrap select{font-size:16px}.food-shortcuts>small{font-size:9px}.macro-details{font-size:10px}.calorie-preview{padding:16px 18px}.calorie-preview strong{font-size:30px}.calorie-preview>p{font-size:10px}.simple-form,.info-content{padding:22px}.info-content>p{font-size:12px}.info-content dl>div{font-size:11px}.toast{bottom:90px;font-size:12px;padding:11px 16px}.profile-summary,.plan-preview p,.fine-print{font-size:11px}.panel{border-radius:20px}}@media(max-width:360px){.main-content{padding-left:13px;padding-right:13px}.budget-main{gap:13px}.energy-metrics{min-width:110px}.capture-card>div{padding:14px 12px 10px}.capture-card h2{font-size:14px}.macro{padding:0 12px}.meal-calories strong{font-size:18px}.meal-main{gap:8px}.walk-suggestion>span{font-size:11px}.ring-label>strong{font-size:39px}.ring-label>span{font-size:10px}.onboarding-card{padding:22px 17px}.auth-form-side{padding:24px 20px 35px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.ring-track{stroke:#cee966}.brand strong{font-size:25px;letter-spacing:1px}.brand small{font-size:7px;letter-spacing:.7px}.brand-symbol{width:43px;height:43px}.brand-symbol svg{width:32px}.button{border-radius:13px;min-height:46px}.button:active{transform:scale(.98)}.language-toggle{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid #dde5d5;border-radius:30px;background:#ffffffbf;min-height:34px;font-size:11px;color:#8d9982;flex-shrink:0;line-height:1}.language-toggle span.selected{color:var(--green);font-weight:650}.language-toggle i{height:11px;width:1px;background:#dbe3d3}.auth-form-side>.language-toggle{position:absolute;top:28px;right:32px}.sidebar-bottom>.language-toggle{margin:10px 12px 0}.onboarding>header>.language-toggle{margin-left:auto;margin-right:15px}.mobile-brand:has(.language-toggle){align-items:center;justify-content:space-between}.capture-card h2{font-size:21px}.main-content{min-width:0}.info-content,.simple-form{overflow-wrap:anywhere}.form-grid .field>span{min-height:20px}.brand>div{min-width:0}.profile-nav>strong{overflow-wrap:anywhere}html[lang=en] .brand strong{font-size:19px;letter-spacing:-.3px;white-space:nowrap}html[lang=en] .brand small{font-size:9px;letter-spacing:.5px;text-transform:none}html[lang=en] .sidebar>.brand{gap:9px;padding-left:0}html[lang=en] .sidebar .brand-symbol{width:36px;height:36px;flex-shrink:0}html[lang=en] .sidebar .brand-symbol svg{width:27px}html[lang=en] .sidebar nav button{font-size:14px;gap:12px}html[lang=en] .auth-copy h1{font-size:clamp(31px,3vw,46px);line-height:1.4;max-width:490px}html[lang=en] .auth-copy p{font-size:14px;max-width:360px}html[lang=en] .auth-form-content h2{font-size:27px}html[lang=en] .capture-card h2{font-size:21px}html[lang=en] .page-header h1{font-size:27px;max-width:560px}html[lang=en] .header-camera{font-size:13px}html[lang=en] .advice-title h2{font-size:16px}html[lang=en] .advice-body p{font-size:13px}html[lang=en] .macro>div:first-child{display:block}html[lang=en] .macro small{display:block;margin-top:3px}html[lang=en] .energy-metrics strong small{margin-left:0;font-size:10px}html[lang=en] .meal-calories small,html[lang=en] .meal-kind{font-size:10px}html[lang=en] .profile-heading h2{font-size:24px}html[lang=en] .field-label,html[lang=en] .field>span{font-size:12px}html[lang=en] .goal-tabs button{font-size:11px;padding:9px 7px}html[lang=en] .ring-label>span{font-size:12px;max-width:145px;text-align:center}html[lang=en] .form-grid .field>span{min-height:34px;display:flex;align-items:flex-end}html[lang=en] .walk-suggestion>span{font-size:11px}html[lang=en] .meal-text>strong{font-size:13px}html[lang=en] .onboarding-card{max-width:620px}@media(min-width:1001px)and (max-width:1250px){html[lang=en] .sidebar .brand{flex-direction:column;text-align:center}html[lang=en] .sidebar .brand strong,.capture-card h2{font-size:18px}html[lang=en] .page-header{flex-wrap:wrap}html[lang=en] .page-header .header-actions{margin-left:auto}}@media(max-width:760px){.brand strong{font-size:22px}.brand small{font-size:6.5px}.brand-symbol{width:36px;height:36px}.brand-symbol svg{width:27px}.mobile-brand:has(.language-toggle){display:flex}.page-header .mobile-brand{margin-bottom:24px}.capture-card h2{font-size:14px;white-space:normal}.auth-form-side>.language-toggle{top:28px;right:23px}.button{min-height:45px;border-radius:12px}.header-camera{min-height:40px}.capture-card .button{min-height:37px;border-radius:10px}.mobile-nav{background:#ffffffed}.mobile-nav .mobile-camera>span{border-radius:14px}.photo-empty .button{min-height:37px}.auth-form-content .button{min-height:47px}.language-toggle{font-size:10px;padding:7px 10px;min-height:31px}.auth-form-side>.mobile-brand{margin-bottom:44px}.onboarding>header>.language-toggle{margin-right:6px}.onboarding>header>.button{font-size:11px}html[lang=en] .page-header h1{font-size:25px;max-width:350px}html[lang=en] .page-header p{font-size:11px;max-width:325px}html[lang=en] .header-camera{font-size:11px;padding:8px 12px;gap:6px}html[lang=en] .brand strong{font-size:19px}html[lang=en] .brand small{font-size:9px}html[lang=en] .capture-card h2{font-size:14px}html[lang=en] .capture-card p{font-size:10px}html[lang=en] .capture-card .button{font-size:11px}html[lang=en] .ring-label>span{font-size:10px;max-width:115px}html[lang=en] .ring-label>strong{font-size:40px}html[lang=en] .energy-metrics>div{gap:8px}html[lang=en] .energy-metrics strong{font-size:22px}html[lang=en] .energy-metrics section>span{font-size:9px}html[lang=en] .meal-text>strong{font-size:12px}html[lang=en] .meal-kind{font-size:8px;gap:4px}html[lang=en] .meal-calories{display:block;text-align:right}html[lang=en] .meal-calories strong{display:block;font-size:20px;line-height:1.3}html[lang=en] .meal-calories small{font-size:8px}html[lang=en] .meal-main{gap:10px}html[lang=en] .form-grid .field>span{min-height:32px}html[lang=en] .record-form .form-grid .input-wrap select{font-size:13px}html[lang=en] .segmented button{font-size:11px}html[lang=en] .profile-summary{font-size:10px}html[lang=en] .profile-summary .text-button{font-size:11px}html[lang=en] .profile-heading h2{font-size:23px}html[lang=en] .auth-form-content h2{font-size:25px}html[lang=en] .page-footer{font-size:9px}html[lang=en] .demo-banner,html[lang=en] .demo-banner button{font-size:8px}html[lang=en] .measurement-panel .section-title h2{font-size:15px}html[lang=en] .simple-form .button{font-size:13px}html[lang=en] .onboarding>header .brand strong{font-size:15px}html[lang=en] .onboarding>header .brand small{font-size:8px}html[lang=en] .onboarding>header .brand-symbol{width:30px;height:30px}html[lang=en] .onboarding>header .button{font-size:10px}}@media(min-width:1400px){.sidebar{width:268px;padding:39px 24px 25px}.main-content{margin-left:268px;width:calc(100% - 268px)}.sidebar>.brand{margin-bottom:42px}.sidebar .brand strong{font-size:29px}.sidebar .brand-symbol{width:49px;height:49px}.sidebar .brand-symbol svg{width:37px}.sidebar nav button{font-size:18px;min-height:62px;gap:16px}.sidebar nav button svg{width:25px;height:25px}.sidebar nav{gap:16px}.page-header h1{font-size:34px}.page-header p{font-size:17px}.header-camera{font-size:17px;padding:12px 22px}.date-picker input{font-size:14px;width:141px}.date-picker{min-height:49px}.panel h2{font-size:22px}.ring-label>span{font-size:17px}.ring-label>strong{font-size:62px}.ring-label>small{font-size:16px}.energy-metrics section>span{font-size:15px}.energy-metrics strong{font-size:29px}.energy-metrics strong small{font-size:13px}.energy-metrics section>small{font-size:12px}.energy-metrics svg{width:26px;height:26px}.macro>div:first-child{font-size:15px}.macro small{font-size:12px}.progress-track{height:9px}.macros{padding-top:21px}.budget-main{padding-bottom:22px;gap:32px}.budget{padding-bottom:29px}.capture-card h2{font-size:25px}.capture-card p{font-size:15px}.capture-card .button{font-size:18px;min-height:49px}.capture-card .text-button{font-size:15px}.capture-card>img{height:290px}.meal-text>strong{font-size:17px}.meal-kind{font-size:13px}.meal-calories strong{font-size:25px}.meal-calories small{font-size:12px}.meal-main{padding:15px 0}.today-meals .text-button{font-size:14px}.advice-title h2{font-size:20px}.advice-body p{font-size:17px;line-height:1.8}.walk-suggestion>span{font-size:15px}.walk-suggestion strong{font-size:22px}.advice-foot{font-size:12px}.profile-nav strong{font-size:17px}.profile-nav small{font-size:13px}.page-footer,.page-footer button{font-size:12px}html[lang=en] .sidebar .brand strong{font-size:20px}html[lang=en] .sidebar .brand-symbol{width:41px;height:41px}html[lang=en] .sidebar nav button{font-size:17px}html[lang=en] .page-header h1{font-size:31px}html[lang=en] .page-header p{font-size:14px}html[lang=en] .header-camera{font-size:15px}html[lang=en] .advice-title h2{font-size:20px}html[lang=en] .advice-body p{font-size:16px}html[lang=en] .meal-text>strong{font-size:17px}html[lang=en] .meal-kind{font-size:12px}html[lang=en] .ring-label>span{font-size:16px}html[lang=en] .walk-suggestion>span{font-size:14px}}.vision-quota{background:#f1f5ee;border-radius:14px;padding:13px 15px;margin:12px 0}.vision-quota strong{color:#174d3b;font-size:14px}.vision-quota p,.cache-note{font-size:12px;line-height:1.6;margin:5px 0 0;color:#637368}.vision-quota .quota-exhausted{color:#99543d}.cache-note{padding:10px 0;color:#286047}.recognition-library{margin:16px 0}.recognition-library summary{cursor:pointer;color:#315c48;font-size:13px;font-weight:600}.recognition-library>div{display:grid;gap:8px;max-height:250px;overflow:auto}.recognition-library button{display:flex;align-items:center;gap:10px;background:#f5f7f1;border:1px solid #e3e8df;border-radius:12px;padding:8px;color:#315c48;text-align:start;font:inherit;font-size:13px;cursor:pointer}.recognition-library button img{width:44px;height:44px;object-fit:cover;border-radius:8px}.photo-consent{font-size:12px;color:#637368;line-height:1.65;margin:0 0 12px}.auto-vision-toggle{margin:13px 0 10px;color:#315c48}.auto-vision-toggle small{display:block;color:#7b837c;font-size:11px;margin-top:2px}.auto-record .photo-frame{position:relative}.recognition-progress{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#163e31e8;color:#fff;text-align:center;padding:20px;z-index:2}.recognition-progress span{color:#e0ebd9;font-size:12px}.recognized-heading{margin:0 0 18px}.recognized-heading h3{font-size:23px;line-height:1.45;margin-top:11px;letter-spacing:-.3px;overflow-wrap:anywhere}.recognized-badge{display:inline-flex;align-items:center;gap:5px;background:#edf3e9;color:#235b42;border-radius:30px;padding:5px 9px;font-size:11px}.automatic-calories{margin:0 0 20px;background:#edf4e8;border:1px solid #e3ecdc}.automatic-calories>div{width:100%}.automatic-calories span>small{display:block;font-size:11px;color:#6c7d67;margin-top:4px}.automatic-calories strong{font-variant-numeric:tabular-nums;font-size:42px}.automatic-calories>svg{color:#668d53;flex:none}.portion-explanation{font-size:12px;color:#7b837c;margin:-5px 0 12px;line-height:1.6}.portion-presets{display:flex;gap:8px;margin-bottom:20px}.portion-presets button{flex:1;background:#f5f7f2;border:1px solid #e2e8dc;border-radius:11px;min-height:38px;font-size:12px;color:#486b42}.portion-presets button:hover{background:#eaf1e3}.recognized-macros{display:flex;border-block:1px solid #edf0e9;padding:14px 0;gap:12px}.recognized-macros>span{flex:1;font-size:11px;color:#7b837c}.recognized-macros strong{display:block;color:#374c34;font-size:15px;margin-top:4px;font-variant-numeric:tabular-nums}.recognition-placeholder{min-height:220px;border:1px dashed #dce6d6;border-radius:18px;padding:30px 22px;background:#f8faf6;display:flex;flex-direction:column;justify-content:center;gap:13px;color:#4e7743;margin-bottom:20px}.recognition-placeholder h3{font-size:21px}.recognition-placeholder p{font-size:13px;color:#7b837c}.food-picker,.nutrition-correction{border-top:1px solid #e7ece2;margin:16px 0;padding-top:15px}.food-picker summary,.nutrition-correction summary{font-size:12px;color:#657a5e;cursor:pointer;padding:3px 0 8px}.food-picker .field{margin-top:10px}.nutrition-correction .fine-print{margin-top:5px}@media(max-width:760px){.auto-record .photo-frame{aspect-ratio:1.6}.auto-record .photo-empty h3{font-size:17px}.auto-record .photo-empty p{font-size:11px}.auto-record .photo-empty .text-button{font-size:12px;min-height:36px}.auto-record .photo-empty .button{min-height:40px;font-size:13px}.recognized-heading h3{font-size:21px}.automatic-calories strong{font-size:40px}.auto-record .recognition-placeholder{min-height:150px;padding:22px}.auto-record .recognition-placeholder h3{font-size:19px}.photo-consent{font-size:11px}.auto-record .vision-quota{padding:10px 13px}.auto-record .vision-quota strong{font-size:12px}.auto-record .vision-quota p{font-size:10px}.auto-record .capture-column{margin-bottom:7px}.portion-presets button{min-height:42px}.auto-record .calorie-preview>div{display:block}.auto-record .calorie-preview strong{display:block;margin-top:8px}}.brand .brand-symbol{border-radius:29%;background:none;overflow:hidden;flex-shrink:0}.brand .brand-symbol>img{width:100%;height:100%;object-fit:contain}.automatic-calories{position:relative}.automatic-calories>svg{position:absolute;top:19px;right:19px}.automatic-calories>div>span{padding-right:28px}
