:root{--paper:#f6f5ef;--card:#fffefa;--ink:#243e35;--muted:#7b857c;--green:#214f42;--lime:#e5edb9;--line:#e5e7dd;--orange:#d9985b;--red:#ae4c43;--shadow:0 8px 32px #243e3506;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #b89f57;outline-offset:4px}input:focus,textarea:focus,select:focus{outline:2px solid #89a99b;outline-offset:2px}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--card);padding:12px 14px;color:var(--ink);min-height:44px}input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--green)}textarea{resize:vertical;line-height:1.6}label{display:grid;gap:8px;font-size:13px;font-weight:600}h1,h2,p{margin-top:0}h1{font-size:clamp(28px,3.5vw,42px);letter-spacing:-1.5px;font-weight:600;line-height:1.15}h2{font-size:21px;letter-spacing:-.55px;font-weight:600;margin-bottom:0}small,.small{font-size:12px}.muted{color:var(--muted);font-size:14px;line-height:1.65}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.9px;color:var(--muted);margin-bottom:12px}.primary,.secondary,.light-button,.danger{border:0;border-radius:12px;min-height:44px;padding:12px 20px;display:inline-flex;gap:14px;justify-content:center;align-items:center;text-decoration:none;font-size:13px;font-weight:600}.primary{background:var(--green);color:white}.primary:hover{background:#183d32}.secondary{background:#edf0e7;color:var(--green)}.light-button{background:var(--lime);color:var(--green)}.danger{background:var(--red);color:white}.quiet{background:none;border:0;color:var(--green);font-size:12px;font-weight:600;padding:10px 4px;min-height:40px}.icon-button{display:grid;place-items:center;border:1px solid var(--line);background:transparent;border-radius:50%;width:36px;height:36px;font-size:22px;color:var(--ink);flex-shrink:0}.wide{width:100%}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand{font-size:30px;font-weight:750;letter-spacing:-1.8px;text-decoration:none;color:var(--green);display:flex;gap:15px;align-items:baseline}.brand span{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;opacity:.6}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1200px)/2));border-bottom:1px solid var(--line)}.header-actions{display:flex;gap:18px;align-items:center}.avatar{background:#e8ebde;display:grid;place-items:center;border-radius:50%;width:34px;height:34px;font-size:12px}.layout{max-width:1248px;margin:auto;padding:45px 24px 20px}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:32px}.page-heading h1{margin-bottom:10px}.page-heading h1 span{color:var(--orange)}.page-heading .muted{margin:0}.date-control{display:flex;gap:8px;align-items:center}.date-control input{font-size:13px;background:transparent;border:0;width:145px;padding:8px 4px}.main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,1fr);gap:24px;align-items:start}.card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.card-heading{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:24px}.card-heading .eyebrow{margin-bottom:8px}.card-heading select{width:auto;font-size:12px;padding:8px;min-height:36px}.voice-card{background:var(--green);border-radius:22px;padding:30px 32px;color:#f9fbef;position:relative;overflow:hidden}.voice-card:before{content:"";position:absolute;right:-80px;top:-110px;width:300px;height:300px;border:1px solid #ffffff08;border-radius:50%;box-shadow:0 0 0 35px #ffffff03,0 0 0 70px #ffffff02;pointer-events:none}.section-label{font-size:9px;letter-spacing:1.8px;color:#bacdb4;display:flex;align-items:center;gap:8px;margin-bottom:24px}.small-dot{width:6px;height:6px;background:var(--lime);border-radius:50%}.voice-card h2{font-size:30px;font-weight:500;margin-bottom:12px}.voice-card p{font-size:13px;line-height:1.7;color:#c3d2c6}.record-button{background:#ffffff12;border:1px solid #ffffff32;display:flex;align-items:center;gap:12px;color:#f1f4df;border-radius:14px;padding:14px 18px;font-size:14px;width:100%;margin-top:23px;text-align:left}.record-button svg{width:20px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.record-pulse{margin-left:auto;width:8px;height:8px;border-radius:50%;background:#c6d6bb}.recording .record-pulse{background:#ffae90;animation:pulse 1s infinite}.recording{border-color:#f5b48c;background:#ffffff20}.voice-card .record-status{font-size:10px;text-align:center;margin:8px 0 18px}.voice-card textarea{background:#173e33;color:#f2f4e7;border-color:#ffffff14;font-size:12px;min-height:85px}.voice-card textarea::placeholder{color:#a6bbaa}.voice-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px}.voice-footer>span{font-size:10px;color:#b5c6b4}.voice-footer button{font-size:11px;padding:10px 14px;min-height:38px}.voice-error{color:#ffd2c0!important;margin-bottom:0}.summary-card{min-height:100%}.badge{font-size:10px;border:1px solid var(--line);padding:6px 9px;border-radius:20px;color:var(--muted);white-space:nowrap}.badge.complete{background:#eaf0db;color:#446335;border-color:transparent}.calorie-summary{display:flex;gap:24px;align-items:center;justify-content:center;min-height:245px}.ring{width:178px;height:178px;position:relative;flex-shrink:0}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring circle{fill:none;stroke-width:8}.ring-track{stroke:#eef0e6}.ring-progress{stroke:#83a878;stroke-linecap:round;transition:stroke-dasharray .5s}.ring>div{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring strong{font-size:36px;letter-spacing:-1.5px;font-weight:500}.ring span{font-size:10px;color:var(--muted);margin-top:4px}.goal-copy p{color:var(--muted);font-size:12px;margin-bottom:8px}.goal-copy strong{font-size:23px;display:block;font-weight:500;white-space:nowrap}.goal-copy small{font-size:11px;font-weight:400;color:var(--muted)}.goal-copy>span{display:block;color:var(--muted);max-width:130px;font-size:11px;line-height:1.6;margin-top:15px}.summary-bottom{border-top:1px solid var(--line);margin-top:18px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.summary-bottom>span{font-size:11px;color:var(--muted)}.summary-bottom button{font-size:10px}.meal-group+.meal-group{border-top:1px solid var(--line);margin-top:16px;padding-top:18px}.meal-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:8px}.meal-heading strong{font-weight:600}.meal-heading span{font-size:11px;color:var(--muted)}.meal-entry{display:flex;gap:12px;align-items:center;padding:13px 0}.meal-symbol{width:35px;height:35px;display:grid;place-items:center;background:#f0f1e7;color:#748064;border-radius:11px;font-size:16px}.entry-copy{flex:1;min-width:0}.entry-title{font-size:13px;line-height:1.4;margin:0 0 4px;overflow-wrap:anywhere}.entry-meta{font-size:10px;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.entry-calories{font-size:15px;white-space:nowrap}.entry-calories small{color:var(--muted);font-size:9px}.entry-edit{border:0;background:none;color:var(--muted);padding:8px;font-size:16px}.empty{padding:30px 16px;text-align:center}.empty-symbol{font-size:28px;display:block;color:#a7b09b;margin-bottom:12px}.empty strong{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.empty p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}.weight-number{font-size:42px;letter-spacing:-2px;margin:0 0 8px}.weight-number small{font-size:15px;color:var(--muted);letter-spacing:0}.weight-card .muted{font-size:11px;margin-bottom:12px}.mini-chart{height:80px;margin:20px 0 8px}.mini-chart svg{height:100%;width:100%;overflow:visible}.history-stats{display:flex;gap:40px;margin-bottom:24px}.history-stats strong{display:block;font-size:26px;font-weight:500;letter-spacing:-1px;margin-bottom:5px}.history-stats span{font-size:10px;color:var(--muted)}.history-chart{height:155px;display:flex;align-items:end;gap:4px;border-bottom:1px solid var(--line);padding:0 2px 20px;position:relative}.chart-column{display:flex;flex-direction:column;justify-content:end;align-items:stretch;position:relative;flex:1;height:100%;min-width:0;background:none;border:0;padding:0;gap:0}.chart-bar{background:#bfd0ae;border-radius:4px 4px 0 0;min-height:3px;width:100%;transition:height .3s}.chart-bar.partial{background:#e2d6b8}.chart-bar.missing{background:#e9e9e2}.chart-day{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);font-size:8px;color:var(--muted)}.chart-column:hover .chart-bar{background:var(--green)}.chart-legend{display:flex;gap:18px;margin-top:18px;font-size:9px;color:var(--muted)}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:7px;height:7px;display:inline-block;border-radius:2px}.legend-complete{background:#bfd0ae}.legend-partial{background:#e2d6b8}.legend-missing{background:#e9e9e2}.history-card>.muted{font-size:10px;margin-top:16px;margin-bottom:0}.activity-item{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.activity-item p{margin:0 0 4px;font-size:12px;overflow-wrap:anywhere}.activity-item span{font-size:10px;color:var(--muted)}.notes-card .empty{padding:15px 5px}.page-footer{display:flex;justify-content:space-between;font-size:10px;color:#9ba295;padding:35px 0 10px}.mobile-add{display:none}.loading{min-height:100dvh;display:grid;place-content:center;text-align:center;color:var(--muted);font-size:13px}.brand-mark{font-size:60px;letter-spacing:-5px;color:var(--green);font-weight:700}.login-layout{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.login-story{background:var(--green);padding:55px max(35px,8vw);display:flex;flex-direction:column;justify-content:space-between;color:var(--paper)}.login-story .brand{color:var(--paper)}.login-story h1{font-size:clamp(40px,5vw,68px);font-weight:450;line-height:1.12}.login-story .eyebrow{color:#bcccae;margin-bottom:25px}.login-story p:not(.eyebrow){font-size:16px;color:#b9ccb9;line-height:1.8}.login-foot{font-size:11px;color:#afc2aa}.login-panel{padding:45px;display:grid;place-items:center}.login-panel form{max-width:340px;width:100%}.login-panel h2{font-size:28px;margin-bottom:12px}.login-panel label{margin-top:20px}.login-panel small{display:block;font-size:10px;color:var(--muted);margin-top:18px;text-align:center;line-height:1.6}.form-error{color:var(--red);font-size:12px;line-height:1.6;min-height:0;margin:12px 0}.notice{background:#f4e8c9;border-radius:12px;padding:12px 16px;font-size:12px;margin-bottom:20px;line-height:1.6}dialog{border:1px solid var(--line);border-radius:22px;padding:30px;background:var(--card);color:var(--ink);max-width:620px;width:calc(100% - 32px);max-height:90dvh;box-shadow:0 25px 100px #142b3340}dialog::backdrop{background:#193a315e;backdrop-filter:blur(4px)}.dialog-heading{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}.dialog-heading h2{font-size:24px}.dialog-heading .eyebrow{margin-bottom:8px}.dialog-footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.draft-item{background:#f6f7f0;border:1px solid var(--line);border-radius:16px;padding:18px;margin:14px 0}.draft-item .item-heading{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.full{grid-column:1/-1}.draft-item input,.draft-item select{font-size:13px;background:var(--card)}.draft-context{background:#f4edd6;padding:16px;border-radius:12px;font-size:12px;line-height:1.6;margin-bottom:16px}.draft-context ul{padding-left:18px;margin:8px 0}.draft-context p{margin-bottom:10px}.draft-context textarea{margin-top:10px;font-size:12px}.draft-context button{margin-top:10px}.check-row{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.6;margin-top:18px}.check-row input{flex-shrink:0}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:var(--green);color:white;border-radius:14px;padding:14px 22px;z-index:100;box-shadow:0 8px 24px #0002;font-size:13px;max-width:90vw;text-align:center}.weight-list-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.weight-list-item small{color:var(--muted);display:block;margin-top:5px}@keyframes pulse{50%{box-shadow:0 0 0 6px #ffa67b22}}@media(min-width:1000px){.summary-card{display:flex;flex-direction:column}.summary-card .calorie-summary{flex:1}.history-card{grid-column:1}.notes-card{grid-column:2}.weight-card{min-height:300px}}@media(max-width:1000px){.main-grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,1fr);gap:18px}.card{padding:22px}.voice-card{padding:25px}.calorie-summary{gap:10px;flex-wrap:wrap;min-height:300px}.ring{width:150px;height:150px}.goal-copy{flex:1;min-width:95px}.page-heading{align-items:start;flex-direction:column}.date-control{align-self:flex-end}.summary-bottom{flex-direction:column;align-items:start}.summary-bottom button{padding:0;min-height:25px}.voice-footer>span{display:none}}@media(max-width:700px){.topbar{height:70px;padding:0 20px}.header-actions{gap:12px}.brand{font-size:28px}.brand span{font-size:8px}.avatar{display:none}.layout{padding:28px 16px 95px}.page-heading{gap:20px;margin-bottom:22px}.page-heading h1{font-size:29px;letter-spacing:-1px}.page-heading .muted{font-size:12px}.date-control{align-self:stretch;justify-content:center;background:#eeefe6;border-radius:14px;padding:4px}.date-control input{width:150px}.date-control .icon-button{border:0}.main-grid{display:flex;flex-direction:column;gap:18px}.main-grid>section{width:100%}.voice-card{padding:24px;order:0}.voice-card h2{font-size:27px}.voice-card p{font-size:12px}.section-label{margin-bottom:20px}.summary-card{order:1}.meals-card{order:2}.history-card{order:3}.weight-card{order:4}.notes-card{order:5}.calorie-summary{min-height:175px;gap:32px;flex-wrap:nowrap}.ring{width:155px;height:155px}.goal-copy{flex:none}.ring strong{font-size:32px}.summary-bottom{flex-direction:row;align-items:center;margin-top:8px}.card-heading{margin-bottom:18px}.summary-card .card-heading h2{font-size:18px}.voice-footer>span{display:block;font-size:9px}.history-stats{gap:30px}.page-footer{font-size:9px;gap:25px;line-height:1.8}.mobile-add{display:flex;align-items:center;justify-content:center;gap:8px;position:fixed;bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);background:var(--green);color:#fff;border:1px solid #ffffff30;border-radius:50px;box-shadow:0 5px 22px #193a3140;font-size:22px;padding:12px 22px;white-space:nowrap;z-index:5}.mobile-add span{font-size:12px;font-weight:600}.toast{bottom:85px}.login-layout{grid-template-columns:1fr}.login-story{padding:28px 25px 32px;min-height:260px}.login-story>div{margin-top:35px}.login-story h1{font-size:36px;margin-bottom:0}.login-story .eyebrow,.login-story p:not(.eyebrow),.login-foot{display:none}.login-panel{padding:35px 25px 55px;align-items:start}.login-panel h2{font-size:25px}dialog{padding:22px;border-radius:20px;max-height:92dvh}.dialog-heading h2{font-size:21px}.draft-item{padding:14px}.form-grid{gap:12px}.form-grid label{font-size:11px}.dialog-footer{gap:8px}.dialog-footer button{padding:12px 14px}.entry-calories{font-size:14px}.chart-day{font-size:7px}.history-chart{gap:3px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
