:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#201d1d;background:#e9e5d5;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}.auth-screen{min-height:100vh;width:min(100%,560px);margin:0 auto;padding:72px 28px;background:#fbf8ef;box-shadow:0 0 60px #2c281d24}.auth-screen .pip-pet{margin-bottom:28px}.auth-screen h1{max-width:420px;margin-bottom:14px;color:#17242c}.auth-subtitle{max-width:430px;color:#827b72;line-height:1.55}.auth-screen form{display:grid;gap:10px;margin-top:30px}.auth-screen label{color:#625c55;font-size:13px;font-weight:800}.auth-screen input{width:100%;border:2px solid #292523;border-radius:14px;padding:14px;background:#fffdf7;font:inherit}.auth-actions{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;margin-top:16px}.auth-actions .text-button{background:none;border:0;padding:6px 0;color:#6843ed;font:inherit;font-weight:600;cursor:pointer}.auth-actions .text-button:disabled{opacity:.5;cursor:default}.auth-message{margin-top:18px;color:#6843ed;font-weight:700;line-height:1.5}.empty-state{display:grid;gap:8px;padding:28px 22px;color:#81786e;line-height:1.5}.empty-state strong{color:#201d1d;font-size:18px}.meal-list .empty-state{border:0}button,textarea{font:inherit}button{color:inherit;cursor:pointer}.app-frame{width:min(100%,560px);min-height:100vh;margin:0 auto;background:#fbf8ef;position:relative;box-shadow:0 0 60px #2c281d24}.app-content{min-height:100vh;padding:34px 28px 118px}.screen-header{margin-bottom:22px}.day-navigation{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;margin:0 0 16px}.day-navigation button,.day-navigation input{height:44px;border:2px solid #292523;border-radius:14px;background:#fffdf7;color:#292523;font:inherit;font-weight:800}.day-navigation button{font-size:25px;cursor:pointer}.day-navigation button:disabled{cursor:default;opacity:.35}.day-navigation label,.day-navigation input{width:100%}.day-navigation input{box-sizing:border-box;padding:0 12px;text-align:center}.date-label,.section-label{margin:0 0 10px;color:#8a8377;font-size:13px;font-weight:700;letter-spacing:.03em}.header-row{display:flex;align-items:center;justify-content:space-between;gap:18px}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:36px;line-height:1.04;letter-spacing:-.055em}h2{margin-bottom:12px;font-size:27px;line-height:1.08;letter-spacing:-.045em}.header-subtitle{max-width:430px;margin:14px 0 0;color:#827b72;font-size:15px;line-height:1.55}.pip-pet{position:relative;flex:0 0 auto;color:#6843ed;animation:pip-vibe 5.8s ease-in-out infinite}.pip-pet.large{width:56px;height:66px}.pip-pet.small{width:40px;height:48px}.pip-body{position:absolute;right:0;bottom:8px;left:0;display:block;height:43px;border-radius:17px 17px 19px 19px;background:#6843ed}.pip-pet.small .pip-body{bottom:6px;height:31px;border-radius:13px}.pip-antenna{position:absolute;top:0;left:50%;width:3px;height:16px;transform:translate(-50%);background:#6843ed}.pip-antenna i{position:absolute;top:-5px;left:50%;width:9px;height:9px;transform:translate(-50%);border-radius:50%;background:#6843ed}.pip-foot{position:absolute;bottom:0;width:14px;height:8px;border-radius:0 0 9px 9px;background:#6843ed}.pip-foot.left{left:10px}.pip-foot.right{right:10px}.pip-pet.small .pip-foot{width:10px;height:6px}.pip-pet.small .pip-foot.left{left:7px}.pip-pet.small .pip-foot.right{right:7px}.pip-eye{position:absolute;top:12px;width:10px;height:19px;border-radius:99px;background:#fffdf7;animation:pip-blink 6s ease-in-out infinite,pip-look 5.8s ease-in-out infinite}.pip-eye.left{left:14px}.pip-eye.right{right:14px;animation-delay:.08s,.08s}.pip-pet.small .pip-eye{top:8px;width:7px;height:14px}.pip-pet.small .pip-eye.left{left:10px}.pip-pet.small .pip-eye.right{right:10px}.pip-cheek{position:absolute;top:32px;width:5px;height:3px;border-radius:50%;background:#8161ef;opacity:.75}.pip-cheek.left{left:9px}.pip-cheek.right{right:9px}.pip-pet.small .pip-cheek{top:23px;width:4px;height:2px}.pip-pet.small .pip-cheek.left{left:6px}.pip-pet.small .pip-cheek.right{right:6px}@keyframes pip-blink{0%,45%,48%,to{transform:scaleY(1)}46%,47%{transform:scaleY(.08)}}@keyframes pip-look{0%,18%,70%,to{margin-left:0}28%,42%{margin-left:3px}52%,64%{margin-left:-3px}}@keyframes pip-vibe{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-1px) rotate(-2deg)}50%{transform:translateY(1px) rotate(2deg)}75%{transform:translateY(-1px) rotate(-1deg)}}@media(prefers-reduced-motion:reduce){.pip-pet,.pip-eye{animation:none}}.calendar-overlay{position:fixed;inset:0;z-index:20;display:flex;align-items:flex-end;justify-content:center;background:#03080b94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:calendar-fade-in .18s ease both}.calendar-sheet{width:min(100%,430px);border-radius:28px 28px 0 0;padding:12px 22px 26px;background:#131e24;color:#f4f7f8;box-shadow:0 -18px 45px #00000047;animation:calendar-slide-up .26s cubic-bezier(.2,.8,.2,1) both}.calendar-handle{width:38px;height:4px;margin:0 auto 18px;border-radius:99px;background:#3b484f}.calendar-sheet-heading{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;margin-bottom:18px;text-align:center}.calendar-sheet-heading strong{font-size:18px}.calendar-sheet-heading button{width:34px;height:34px;border:0;border-radius:50%;background:#202d34;color:#f4f7f8;font-size:22px}.calendar-sheet-heading button:disabled{opacity:.3}.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center}.calendar-weekdays{margin-bottom:7px;color:#8f9ca2;font-size:11px}.calendar-days button{aspect-ratio:1;border:0;border-radius:50%;background:transparent;color:#f4f7f8;font-size:13px}.calendar-days button:hover:not(:disabled){background:#2b2750}.calendar-days button.selected{background:#6c5ce7;color:#fff}.calendar-days button.outside-month{color:#526168}.calendar-days button:disabled{cursor:default;opacity:.22}.calendar-cancel{width:100%;margin-top:16px;border:0;border-radius:999px;padding:12px;background:#202d34;color:#d5dde0;font-weight:700}@keyframes calendar-fade-in{0%{opacity:0}}@keyframes calendar-slide-up{0%{transform:translateY(105%)}}@media(prefers-reduced-motion:reduce){.calendar-overlay,.calendar-sheet{animation:none}}.card-outline{border:2px solid #292523;border-radius:24px;background:#fffdf7;box-shadow:3px 5px #231e1d1f}.assistant-card{display:flex;align-items:center;width:100%;gap:14px;margin:18px 0;border:2px solid #292523;border-radius:22px;padding:16px;background:#eee8ff;text-align:left;box-shadow:3px 5px #231e1d1f}.assistant-card strong,.assistant-card span{display:block}.assistant-card strong{margin-bottom:5px;font-size:15px}.assistant-card span{color:#746c72;font-size:13px;line-height:1.35}.chevron{margin-left:auto;color:#827b72;font-size:30px;line-height:.5}.summary-card{padding:20px;margin-bottom:18px}.calorie-line{display:flex;align-items:baseline;gap:7px;margin:3px 0 16px}.calorie-line strong{font-size:46px;letter-spacing:-.075em}.calorie-line span{color:#716b64;font-size:15px;font-weight:700}.macro-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.macro-pill{border-radius:13px;padding:11px 10px;background:#eeeaff}.macro-pill strong,.macro-pill span{display:block}.macro-pill strong{margin-bottom:6px;color:#6948d6;font-size:12px}.macro-pill span{font-size:16px;font-weight:800}.rough-note{margin:14px 0 0;color:#7d766c;font-size:13px;line-height:1.45}.meal-list{overflow:hidden;margin-bottom:20px;padding:0 18px}.meal-row,.food-row{align-items:center;width:100%;border:0;border-bottom:1px solid #ebe6dc;background:transparent;text-align:left}.meal-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto 16px 24px;gap:12px;padding:14px 0}.food-row{display:flex;gap:12px;padding:16px 0}.meal-row:last-child,.food-row:last-child{border-bottom:0}.meal-row strong{font-size:16px;line-height:1.25;overflow-wrap:anywhere}.meal-row:focus-visible{outline:2px solid #6a49d6;outline-offset:-2px}.meal-remove{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border:0;border-radius:50%;background:#c44c4c;color:#fff;font-size:19px;line-height:1;cursor:pointer;opacity:0;transform:scale(.8);transition:opacity .12s ease,transform .12s ease}.meal-row:hover .meal-remove,.meal-row:focus-within .meal-remove{opacity:1;transform:scale(1)}.meal-remove:hover{background:#a93636}.meal-calories{margin-left:auto;color:#4b4642;font-size:14px;font-weight:700;white-space:nowrap}.muted-row{color:#89847e}.primary-button{width:100%;border:0;border-radius:18px;padding:17px 20px;background:#6843ed;color:#fff;font-weight:850;font-size:17px;box-shadow:3px 5px #33236f}.primary-button:active{transform:translate(2px,3px);box-shadow:1px 2px #33236f}.bottom-nav{position:fixed;bottom:0;z-index:5;display:flex;width:min(100%,560px);justify-content:space-around;border-top:1px solid #e4ded3;padding:13px 22px 18px;background:#fffdf7f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bottom-nav button{display:grid;gap:5px;border:0;background:transparent;color:#8e8983;font-size:12px;font-weight:700}.bottom-nav button span{font-size:23px;line-height:1;text-align:center}.bottom-nav button.active{color:#6843ed}.week-status{display:flex;align-items:center;gap:14px;margin:25px 0 16px;padding:20px}.dots{color:#6843ed;font-size:16px;letter-spacing:2px;white-space:nowrap}.dots i{color:#d7ceb9;font-style:normal}.week-status strong{font-size:14px;line-height:1.4}.insight-card,.quiet-card,.settings-card{margin-bottom:16px;padding:22px}.insight-card{position:relative;padding-left:36px}.insight-bar{position:absolute;left:19px;top:21px;bottom:21px;width:6px;border-radius:5px}.purple{background:#6843ed}.insight-card>strong{display:block;font-size:18px;line-height:1.45}.insight-card p{margin:18px 0;color:#69635d;line-height:1.55}.suggestions{display:grid;gap:10px;border:1px solid #b3a893;border-radius:14px;padding:16px;background:#f8ebc8}.suggestions strong{font-size:14px;line-height:1.4}.quiet-card>p{font-size:15px;font-weight:800}.tags{display:flex;flex-wrap:wrap;gap:9px}.tags span,.usual-badge{border:1px solid #c9bd9d;border-radius:999px;padding:9px 12px;background:#f8ebc8;color:#655b46;font-size:12px;font-weight:750}.settings-card{padding:0 18px}.settings-title,.settings-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ebe6dc;padding:18px 0}.settings-title span,.settings-row span{color:#817970;font-weight:700}.usual-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ebe6dc;padding:14px 0;gap:12px}.usual-row strong,.usual-row span{display:block}.usual-row strong{margin-bottom:5px;font-size:14px}.usual-row div span{color:#817970;font-size:12px}.usual-row>span{white-space:nowrap;font-size:13px}.memory-note{margin:16px 0;color:#6843ed;font-size:13px;font-weight:750}.coming-card{display:grid;gap:8px;border:2px solid #292523;border-radius:22px;padding:20px;background:#eee8ff;box-shadow:3px 5px #231e1d1f}.coming-card span{color:#746c72;font-size:13px}.overlay{position:fixed;inset:0;z-index:10;display:flex;align-items:flex-end;justify-content:center;background:#19161559}.detail-sheet,.log-sheet{width:min(100%,560px);max-height:92vh;overflow:auto;border-radius:30px 30px 0 0;padding:24px 28px 42px;background:#fbf8ef}.back-button,.close-button{border:0;background:transparent;color:#7c746b;font-weight:700}.delete-button{margin:8px 0 18px;border:0;padding:0;background:transparent;color:#b14b4b;font-weight:800}.close-button{float:right;font-size:28px}.detail-title{display:flex;align-items:center;gap:12px;margin:28px 0 16px}.detail-title h2{margin:0 0 5px}.detail-title div span{color:#80786f;font-size:13px}.detail-title>strong{margin-left:auto;color:#6843ed;font-size:17px;white-space:nowrap}.meal-type-icon{display:inline-grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border-radius:14px;background:#eee8ff;color:#6843ed;font-size:24px;font-weight:800}.meal-type-breakfast{color:#d28320;background:#fff0cf}.meal-type-lunch{color:#7b63d7}.meal-type-dinner{color:#6843ed}.meal-type-snack{color:#4d8c53;background:#e6f3df}.meal-type-beverage{color:#327f9b;background:#dff2f6}.meal-type-other{color:#80786f;background:#eeeae2}.meal-classification{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.75rem 0 1rem;color:var(--muted)}.meal-classification label{font-weight:700}.meal-classification select{min-width:9rem;padding:.55rem .75rem;border:2px solid var(--ink);border-radius:.75rem;background:var(--surface);color:var(--ink);font:inherit;font-weight:700}.usual-badge{display:inline-block;margin-bottom:16px;border-width:2px;background:transparent;color:#292523}.food-list{margin-bottom:16px;padding:0 16px}.food-entry{border-bottom:1px solid #ebe6dc}.food-entry .food-row{border-bottom:0}.food-row div,.food-row div span{display:block}.food-row strong{margin-bottom:4px;font-size:15px}.food-row div span{color:#837b71;font-size:13px}.food-row>span{margin-left:auto;color:#625c55;font-size:13px;white-space:nowrap}.ingredient-toggle{display:inline-flex;align-items:center;gap:7px;margin-left:auto;border:0;padding:7px 0 7px 8px;background:transparent;color:#625c55;font:inherit;font-size:13px;white-space:nowrap;cursor:pointer}.ingredient-toggle>span:last-child{width:16px;color:#6843ed;font-size:16px;font-weight:900;text-align:center}.ingredient-toggle:focus-visible,.draft-item-summary:focus-visible{border-radius:8px;outline:2px solid #6843ed;outline-offset:2px}.ingredient-macros{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:0 0 14px}.ingredient-macros>span{border-radius:10px;padding:9px 8px;background:#f0ecff;color:#292523;font-size:13px;font-weight:800}.ingredient-macros strong{display:block;margin-bottom:4px;color:#6948d6;font-size:10px;text-transform:uppercase}.food-list .macro-row{padding:14px 0 8px}.secondary-button{width:100%;margin-top:12px;border:2px solid #292523;border-radius:14px;padding:10px 14px;background:transparent;font-weight:800;cursor:pointer}.food-remove{margin-left:auto;border:0;color:#b53f3f;background:transparent;font-size:22px;cursor:pointer}.food-entry .food-remove{margin-left:0}.ingredient-quantity{display:inline-flex;align-items:center;gap:6px}.ingredient-quantity input{width:76px;border:1px solid #837b71;border-radius:8px;padding:5px 7px;background:#fffdf7}.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}.ingredient-add{display:flex;gap:8px;margin-top:10px}.ingredient-add input{min-width:0;flex:1;border:2px solid #292523;border-radius:12px;padding:10px;background:#fffdf7}.ingredient-add button{border:0;border-radius:12px;padding:0 16px;background:#6843ed;color:#fff;font-weight:800}.detail-note{margin:12px 0 24px;color:#81786e;text-align:center;font-size:12px}.portion-demo{border-top:1px solid #ded8cb;padding-top:22px}.portion-demo>p{font-size:20px;font-weight:800}.portion-demo>div:first-of-type{display:flex;gap:8px}.portion-demo button:not(.primary-button){border:2px solid #292523;border-radius:999px;padding:10px 14px;background:#fffdf7;font-weight:700}.portion-demo button.selected{background:#6843ed;color:#fff;box-shadow:2px 3px #33236f}.portion-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:16px 0}.portion-stats .macro-pill{background:#f8ebc8}.portion-demo>p:last-child{margin:12px 0 0;color:#81786e;text-align:center;font-size:12px}.log-sheet h2{margin-top:36px}.log-sheet>p:not(.date-label){color:#81786e;line-height:1.5}.log-sheet textarea{width:100%;resize:vertical;margin:14px 0 18px;border:2px solid #292523;border-radius:16px;padding:14px;background:#fffdf7;outline:none}.draft-items{margin-top:14px;border-top:1px solid #ded8cb}.draft-items>div{border-bottom:1px solid #eee8dc;font-size:13px}.draft-item-summary{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px;border:0;padding:11px 0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.draft-item-summary>span:last-child{white-space:nowrap;color:#625c55}.draft-item-summary>span:last-child>span{display:inline-block;width:16px;color:#6843ed;font-size:16px;font-weight:900;text-align:center}.draft-item .ingredient-macros{padding-bottom:11px}@media(min-width:561px){.bottom-nav{left:50%;transform:translate(-50%)}}@media(max-width:420px){.app-content{padding-right:18px;padding-left:18px}h1{font-size:31px}.macro-row{gap:5px}.macro-pill{padding-right:7px;padding-left:7px}.macro-pill span{font-size:14px}.ingredient-macros{grid-template-columns:repeat(2,minmax(0,1fr))}}.day-navigation{align-items:center;margin-bottom:28px}.history-link{margin-left:auto;color:#806ff0;font-size:14px;font-weight:600}.summary-card{margin-bottom:28px;border-radius:24px;padding:24px 20px 22px;background:linear-gradient(145deg,#3b3474,#282356);box-shadow:none}.calorie-line span{font-weight:500}.summary-card .macro-pill span{font-weight:500}.meal-row{min-height:76px;border-bottom-color:#253239}.empty-state,.empty-state strong{color:#a6b1b6}.trends-screen{display:grid;gap:22px;padding-bottom:132px}.trend-range-row{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;color:#95a3aa;text-align:center}.trend-range-row button{width:40px;height:40px;border:0;border-radius:50%;color:#c8d1d5;background:#17262e;font-size:24px}.trend-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.trend-heading-row h1{margin:0;color:#f4f7f8;font-size:42px;white-space:nowrap}.period-toggle{display:flex;width:fit-content;padding:5px;border-radius:999px;background:var(--surface, #15232b)}.period-toggle button{border:0;border-radius:999px;padding:10px 20px;color:#91a0a8;background:transparent;font:inherit;font-weight:700;cursor:pointer}.period-toggle button.active{color:#fff;background:#6752e8}.trend-chart-card,.trend-insights article{border-radius:32px;background:#132129}.trend-chart-card{padding:26px 18px 20px;color:#fff;background:linear-gradient(145deg,#433984,#302962)}.trend-summary-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14);color:#d0c9f5}.trend-summary-heading>div{display:grid}.trend-summary-heading strong{color:#fff;font-size:46px;font-weight:500;letter-spacing:-.045em}.trend-summary-heading small{font-size:18px;letter-spacing:0}.trend-chart{position:relative;height:168px;margin:18px 0 8px 58px}.trend-chart svg{width:100%;height:100%;overflow:visible}.trend-line{fill:none;stroke:#aaa0ff;stroke-width:2.2;vector-effect:non-scaling-stroke}.trend-area{fill:#a79cff1f}.trend-grid{fill:none;stroke:#ffffff1f;stroke-width:1;vector-effect:non-scaling-stroke}.trend-y-axis{position:absolute;inset:0;pointer-events:none}.trend-y-axis span{position:absolute;left:-56px;width:48px;translate:0 -50%;padding:0;color:#e7e3ff75;font-size:10px;font-weight:600;line-height:1;text-align:right;white-space:nowrap}.trend-point{position:absolute;width:12px;height:12px;translate:-50% -50%;border:2px solid #3b3376;border-radius:50%;background:#aaa0ff;box-shadow:0 0 0 1.5px #aaa0ff;cursor:pointer}.trend-point:after{position:absolute;inset:-8px;content:""}.trend-popover{position:absolute;z-index:2;top:20px;right:12px;display:grid;gap:5px;min-width:180px;padding:15px 17px;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;background:#0f1b22eb;box-shadow:0 16px 38px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.trend-popover span{color:#a9b4ba}.trend-popover button{padding:7px 0 0;border:0;color:#8c78ff;background:none;text-align:left;font:inherit;font-weight:700;cursor:pointer}.trend-axis{position:relative;height:24px;margin:0 16px;color:#d0c9f5;font-size:13px}.trend-axis span{position:absolute;translate:-50% 0;white-space:nowrap}.trend-axis span:first-child{translate:0 0}.trend-axis span:last-child{translate:-100% 0}.trend-average{display:grid;grid-template-columns:1.5fr repeat(4,1fr);align-items:center;gap:12px;padding:18px 20px;border-radius:24px;background:#132129;color:#a9b4ba;font-size:14px}.trend-average>span:not(:first-child){display:grid;gap:4px;color:#f4f7f8;font-size:17px}.trend-average small{color:#9ba8ae;font-size:12px}.trend-loading{display:grid;min-height:168px;place-items:center;color:#96a4ab}.trend-empty{display:grid;min-height:168px;place-content:center;gap:7px;color:#d0c9f5;text-align:center}.trend-empty strong{color:#fff;font-size:20px}.trend-insights-title{margin:12px 0 0;color:#f4f7f8;font-size:27px;font-weight:500}.trend-insights{display:grid;gap:14px}.trend-insights article{display:flex;align-items:stretch;gap:18px;padding:18px 22px;border-radius:24px}.trend-insights article i{width:5px;flex:0 0 5px;border-radius:999px;background:#765fff}.trend-insights article div{display:grid;gap:5px}.trend-insights small,.trend-insights span{color:#91a0a8}.trend-insights strong{color:#fff;font-size:18px}@media(max-width:640px){.app-content:has(.trends-screen){padding:16px 14px 92px}.app-content:has(.trends-screen) .app-chrome{min-height:44px;margin-bottom:10px}.app-content:has(.trends-screen) .chrome-profile{width:40px;height:40px}.app-content:has(.trends-screen) .app-chrome .pip-pet.small{width:40px;height:46px}.trends-screen{gap:14px}.trend-range-row{grid-template-columns:34px 1fr 34px;font-size:13px}.trend-range-row button{width:34px;height:34px;font-size:21px}.trend-heading-row h1{font-size:32px}.period-toggle button{padding:9px 15px}.trend-chart-card{padding:20px 16px 16px;border-radius:27px}.trend-summary-heading{padding-bottom:15px}.trend-summary-heading strong{font-size:38px}.trend-chart{height:145px;margin:12px 0 3px 48px}.trend-y-axis span{left:-46px;width:40px;font-size:8px}.trend-axis{height:18px;margin:0;font-size:11px}.trend-average{grid-template-columns:1fr repeat(4,auto);gap:8px;padding:12px 14px;border-radius:18px}.trend-average>span:not(:first-child){font-size:12px}.trend-popover{right:0}.trend-insights-title{margin-top:4px;font-size:23px}.trend-insights article{gap:13px;padding:13px 16px;border-radius:18px}.trend-insights strong{font-size:15px}.trend-insights span{font-size:13px}}.chrome-profile.active{background:#7667ee;color:#fff;box-shadow:0 0 0 4px #806ff01f}.day-navigation{position:relative;display:block}.day-navigation .date-picker-island{width:auto;height:42px;min-height:42px;flex:0 0 auto;border:0;border-radius:999px;padding:0 14px;background:#17242c;color:#c7d0d4;font-size:14px;font-weight:600}.calendar-expansion{display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;transform:translateY(-8px);transition:grid-template-rows .22s ease,margin-top .22s ease,opacity .18s ease,transform .22s ease}.calendar-expansion>label{min-height:0;overflow:hidden}.calendar-expansion span{display:block;margin-bottom:8px;color:#91a0a7;font-size:12px;font-weight:600}.calendar-expansion input{width:100%;min-height:46px;border:1px solid #2b3941;border-radius:14px;padding:0 13px;color:#edf2f4;background:#131e24;color-scheme:dark;font:inherit}.day-navigation.calendar-open .calendar-expansion{grid-template-rows:1fr;margin-top:12px;opacity:1;transform:translateY(0)}.action-dock{transition:grid-template-columns .26s ease,gap .26s ease}.add-meal-island{transition:width .26s ease,background .2s ease,transform .26s ease}.trend-island{transition:opacity .18s ease,transform .26s ease,width .26s ease}.action-dock-weekly,.action-dock-you{grid-template-columns:58px minmax(190px,228px) 0;gap:0}.action-dock-weekly .trend-island,.action-dock-you .trend-island{width:0;opacity:0;transform:translate(-66px) scale(.7);pointer-events:none}.coming-card{border:0;border-radius:22px;background:#131e24;color:#f4f7f8;box-shadow:none}.coming-card span{color:#a7b2b7}.settings-card{background:#131e24}.settings-title,.settings-row{border-bottom-color:#28353c;color:#f4f7f8}.settings-title span,.settings-row span{color:#9eabb1}.log-sheet{width:min(calc(100% - 24px),430px);max-height:min(78vh,680px);border-radius:28px 28px 0 0;padding:22px 22px 28px;background:#111b21;color:#f4f7f8;box-shadow:0 -18px 50px #00000057}.log-sheet h2{margin:26px 0 8px;color:#f4f7f8;font-size:28px}.log-sheet>p:not(.date-label){margin-bottom:14px;color:#a4b0b6}.log-sheet .date-label{color:#8f9ca2}.log-sheet .close-button{color:#a4b0b6}.log-sheet textarea{min-height:116px;margin:8px 0 16px;border:1px solid #334149;border-radius:18px;background:#17242c;color:#f4f7f8}.log-sheet textarea::placeholder{color:#819097}.log-sheet>[role=alert]{display:block;margin:0 0 12px;color:#ff9a9a;font-size:13px}.log-sheet .primary-button{min-height:54px}.log-sheet .summary-card{background:linear-gradient(145deg,#3b3474,#282356)}@media(prefers-reduced-motion:reduce){.calendar-expansion,.action-dock,.add-meal-island,.trend-island{transition:none}}:root{color:#172126;background:#dfe4e6}body{background:#dfe4e6}.app-frame,.auth-screen{background:#f5f7f8;box-shadow:0 18px 55px #19283029}.app-content{padding:22px 22px 124px}.app-chrome{display:flex;align-items:center;justify-content:space-between;min-height:52px;margin-bottom:24px}.chrome-profile{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(23,33,38,.07);border-radius:50%;background:#fff;color:#35444b;box-shadow:0 6px 18px #19283014;font-size:28px}.chrome-profile.active{color:#6758df}.chrome-profile svg,.action-dock svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-chrome .pip-pet.small{width:46px;height:54px}.screen-header{margin-bottom:20px}.date-label,.section-label{color:#718087;letter-spacing:0}h1{color:#172126;font-size:40px;font-weight:750;letter-spacing:-.05em}.header-subtitle{color:#718087}.day-navigation{display:flex;justify-content:space-between;margin-bottom:18px}.day-navigation button,.day-navigation input{height:40px;border:0;border-radius:999px;background:#e8edef;color:#415159;font-weight:700}.day-navigation button{width:40px;flex:0 0 40px;font-size:21px}.day-navigation label{width:auto;flex:0 1 190px}.day-navigation input{padding:0 14px}.card-outline{border:0;border-radius:22px;background:#fff;box-shadow:0 8px 24px #19283014}.summary-card{margin-bottom:24px;padding:21px;background:linear-gradient(145deg,#302b59,#201c43);color:#f7f6ff;box-shadow:0 14px 30px #302b5933}.summary-card .section-label,.summary-card .calorie-line span,.summary-card .rough-note{color:#c9c3f5}.calorie-line{margin:5px 0 19px}.calorie-line strong{font-size:43px;font-weight:750}.summary-card .macro-pill{background:#ffffff17}.summary-card .macro-pill strong{color:#c3bdec}.summary-card .macro-pill span{color:#fff}.meal-list{margin-bottom:0;padding:0 16px}.meal-row{grid-template-columns:44px minmax(0,1fr) auto 14px 24px;min-height:76px;gap:11px;padding:14px 0;border-bottom-color:#edf1f2}.meal-row strong{color:#172126;font-size:15px;font-weight:750}.meal-calories{color:#55646b;font-weight:650}.meal-row .chevron{color:#89969c;font-size:25px}.meal-type-icon{background:#eeebff;color:#6758df}.meal-type-breakfast{color:#cc8525;background:#fff1d5}.meal-type-snack{color:#3f8d55;background:#e8f5e6}.meal-type-beverage{color:#347e9a;background:#e2f2f6}.meal-type-other{color:#66747a;background:#e9eef0}.empty-state strong{color:#172126}.action-dock{position:fixed;z-index:8;right:22px;bottom:20px;left:22px;display:grid;grid-template-columns:58px minmax(190px,228px) 58px;justify-content:center;gap:12px;width:auto;max-width:516px;margin:0 auto;pointer-events:none}.add-meal-island,.trend-island{min-height:58px;border:0;pointer-events:auto}.add-meal-island{display:flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;background:#6c5ce7;color:#fff;box-shadow:0 12px 30px #372b8b52;font-size:16px;font-weight:800}.trend-island{display:grid;width:58px;place-items:center;border-radius:50%;background:#fff;color:#35444b;box-shadow:0 12px 30px #17212633}.trend-island.active{color:#6758df}.bottom-nav{display:none}.primary-button{border-radius:999px;background:#6c5ce7;box-shadow:0 10px 24px #372b8b3d}.primary-button:active{box-shadow:0 6px 16px #372b8b33}.overlay{background:#0c121661;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.detail-sheet,.log-sheet{background:#f5f7f8}@media(min-width:561px){.action-dock{left:50%;right:auto;width:516px;transform:translate(-50%)}}@media(max-width:420px){.app-content{padding-right:18px;padding-left:18px}h1{font-size:35px}.action-dock{right:14px;left:14px;grid-template-columns:44px minmax(166px,1fr) 54px;gap:8px}.trend-island{width:54px}}:root,body{color:#f4f7f8;background:#151515}.app-frame{width:min(100%,430px);background:#091117;box-shadow:0 22px 60px #0000006b}.app-content{padding:24px 20px 124px}.app-chrome{margin-bottom:18px}.chrome-profile{border:0;background:#6c5ce7;color:#fff;box-shadow:none}.screen-header{margin-bottom:26px}.date-label{margin-bottom:12px;color:#a4b0b6;font-size:15px;font-weight:500}h1,h2{color:#f4f7f8}h1{font-size:42px;font-weight:500;letter-spacing:-.045em}.day-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.date-picker-island,.history-link{position:relative;display:inline-flex;align-items:center;cursor:pointer}.date-picker-island{width:auto;flex:0 0 auto;gap:9px;min-height:42px;border-radius:999px;padding:0 14px;background:#17242c;color:#c7d0d4;font-size:14px;font-weight:600}.date-picker-island svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.history-link{width:auto;margin-left:auto;color:#806ff0;font-size:14px;font-weight:600}.date-picker-island input,.history-link input{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;cursor:pointer}.summary-card{margin-bottom:28px;border-radius:24px;padding:24px 20px 22px;background:linear-gradient(145deg,#3b3474,#282356);color:#f7f6ff;box-shadow:none}.summary-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.summary-heading>span{color:#c9c3f5;font-size:13px}.calorie-line{margin:0 0 20px}.calorie-line strong{font-size:40px;font-weight:500;letter-spacing:-.05em}.calorie-line span{color:#c9c3f5;font-weight:500}.summary-card .macro-row{gap:8px}.summary-card .macro-pill{min-width:0;padding:12px 10px;background:#ffffff17}.summary-card .macro-pill strong{margin-bottom:8px;color:#c7c1eb;font-weight:500}.summary-card .macro-pill span{color:#fff;font-weight:500}.meal-section-heading{display:flex;align-items:center;justify-content:space-between;margin:0 2px 12px}.meal-section-heading h2{margin:0;font-size:20px;font-weight:500;letter-spacing:-.02em}.meal-section-heading span{color:#91a0a7;font-size:13px}.card-outline,.meal-list{background:#131e24;box-shadow:none}.meal-list{border-radius:22px}.meal-row{border-bottom-color:#253239}.meal-row strong{display:block;color:#f4f7f8;font-weight:500}.meal-copy>span{display:block;margin-top:5px;color:#91a0a7;font-size:12px}.meal-calories{color:#c8d1d5;font-weight:500}.meal-row .chevron{color:#c8d1d5}.meal-type-icon,.meal-type-lunch,.meal-type-dinner{background:#2a2451;color:#806ff0}.meal-type-breakfast{background:#4a351f;color:#efb75e}.meal-type-snack{background:#183728;color:#61ba78}.meal-type-beverage{background:#17343e;color:#63b2cc}.meal-type-other{background:#273239;color:#aeb9be}.empty-state{color:#a6b1b6}.empty-state strong{color:#f4f7f8}.action-dock{max-width:386px}.add-meal-island{background:#6c5ce7;box-shadow:0 12px 30px #372b8b61}.trend-island{background:#1b272e;color:#f0f4f5;box-shadow:0 12px 30px #00000059}.detail-sheet,.log-sheet{color:#172126}@media(min-width:561px){.action-dock{width:386px}}@media(max-width:420px){h1{font-size:38px}.summary-card .macro-row{grid-template-columns:repeat(2,1fr)}}.overlay{padding-top:24px;background:#04090cb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay>.log-sheet,.overlay>.detail-sheet{position:relative;width:min(calc(100% - 16px),430px);max-height:min(90vh,760px);border:1px solid #243239;border-bottom:0;border-radius:28px 28px 0 0;padding:20px 20px calc(26px + env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;background:#0f191f;color:#f4f7f8;box-shadow:0 -20px 60px #0000007a}.overlay>.log-sheet:before,.overlay>.detail-sheet:before{content:"";display:block;width:38px;height:4px;margin:-8px auto 16px;border-radius:999px;background:#435159}.overlay>.log-sheet{max-height:min(76vh,620px)}.overlay>.log-sheet .date-label{margin:0 0 18px;color:#8f9ca2;font-size:13px;font-weight:650}.overlay>.log-sheet h2{margin:0 44px 8px 0;color:#f4f7f8;font-size:28px;font-weight:600;letter-spacing:-.035em}.overlay>.log-sheet>p:not(.date-label){margin:0 0 18px;color:#9eabb1;font-size:15px;line-height:1.45}.overlay>.log-sheet .close-button{position:absolute;top:25px;right:20px;float:none;color:#8f9ca2;font-size:27px;cursor:pointer}.overlay>.log-sheet textarea{min-height:112px;margin:0 0 16px;border:1px solid #334149;border-radius:18px;padding:16px;resize:none;background:#17242c;color:#f4f7f8;font:inherit;font-size:16px;line-height:1.45;box-shadow:inset 0 1px #ffffff08}.overlay>.log-sheet textarea::placeholder{color:#74838a}.overlay>.log-sheet textarea:focus,.overlay>.detail-sheet input:focus,.overlay>.detail-sheet select:focus{border-color:#806ff0;outline:3px solid rgba(128,111,240,.16)}.overlay>.log-sheet .primary-button{min-height:52px;margin-top:0;border:0;background:#6c5ce7;color:#fff;box-shadow:0 10px 24px #372b8b52}.overlay>.log-sheet .summary-card{margin:4px 0 16px;border:0;border-radius:22px;padding:20px 18px;background:linear-gradient(145deg,#3b3474,#282356);color:#fff}.overlay>.log-sheet .draft-items{border-top-color:#ffffff24}.overlay>.log-sheet .draft-items>div{border-bottom-color:#ffffff1c}.overlay>.log-sheet .draft-item-summary>span:last-child,.overlay>.log-sheet .source-note,.overlay>.log-sheet .rough-note{color:#c9c3e8}.overlay>.detail-sheet .back-button,.overlay>.detail-sheet .delete-button{margin:0;padding:6px 0;color:#a6b1b6;font-size:14px;cursor:pointer}.overlay>.detail-sheet .delete-button{margin-left:14px;color:#ef7d83}.overlay>.detail-sheet .detail-title{margin:24px 0 20px}.overlay>.detail-sheet .detail-title h2{color:#f4f7f8;font-size:24px;font-weight:600;letter-spacing:-.03em}.overlay>.detail-sheet .detail-title div span,.overlay>.detail-sheet .food-row div span{color:#91a0a7}.overlay>.detail-sheet .detail-title>strong{color:#8878f4;font-size:16px}.overlay>.detail-sheet .meal-classification{margin:0 0 14px;color:#dce3e6}.overlay>.detail-sheet .meal-classification label{color:#f4f7f8;font-size:14px;font-weight:600}.overlay>.detail-sheet .meal-classification select{border:1px solid #334149;border-radius:12px;padding:8px 34px 8px 12px;background:#17242c;color:#f4f7f8;font-weight:500}.overlay>.detail-sheet .usual-badge{border-color:#4b417f;color:#bdb4fa}.overlay>.detail-sheet .food-list{margin-bottom:14px;border:0;border-radius:22px;padding:0 16px;background:#131e24;box-shadow:none}.overlay>.detail-sheet .food-entry{border-bottom-color:#28353c}.overlay>.detail-sheet .food-row strong{color:#f4f7f8;font-weight:550}.overlay>.detail-sheet .ingredient-toggle{color:#aab5ba}.overlay>.detail-sheet .ingredient-toggle>span:last-child{color:#8878f4}.overlay>.detail-sheet .ingredient-macros>span,.overlay>.detail-sheet .food-list .macro-pill{background:#2a2451;color:#fff}.overlay>.detail-sheet .ingredient-macros strong,.overlay>.detail-sheet .food-list .macro-pill strong{color:#bdb4fa}.overlay>.detail-sheet .secondary-button{min-height:48px;margin-top:12px;border:1px solid #334149;border-radius:999px;background:#17242c;color:#f4f7f8;font-weight:600}.overlay>.detail-sheet .ingredient-quantity input,.overlay>.detail-sheet .ingredient-add input{border:1px solid #334149;background:#17242c;color:#f4f7f8}.overlay>.detail-sheet .ingredient-add input::placeholder{color:#74838a}.overlay>.detail-sheet .ingredient-add button{min-width:64px;background:#6c5ce7}.overlay>.detail-sheet .food-remove{color:#ef7d83}.overlay>.detail-sheet .detail-note{margin-bottom:4px;color:#7f8d94}.clarification-card,.assumption-list,.ingredient-evidence{display:grid;gap:.7rem}.clarification-card{padding:1rem}.clarification-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.clarification-choice{display:grid;gap:.3rem;min-height:76px;padding:.75rem .85rem;border:1px solid #334149;border-radius:14px;background:#17242c;color:#f4f7f8;text-align:left;cursor:pointer}.clarification-choice span{color:#f4f7f8;font-weight:750}.clarification-choice small{color:#8f9ba1;font-size:.72rem;line-height:1.35}.clarification-choice:hover,.clarification-choice.selected{border-color:#8878f4;background:#211d3d}.clarification-choice.selected small{color:#bdb4fa}.clarification-reply,.clarification-entry{display:grid;gap:.45rem}.clarification-entry{padding-top:.25rem}.clarification-reply span,.assumption-list strong{font-size:.82rem;font-weight:700}.clarification-apply,.correction-button{min-height:44px;border:0;border-radius:14px;background:#6c5ce7;color:#fff;font-weight:750;cursor:pointer}.clarification-apply:disabled,.correction-button:disabled{cursor:default;opacity:.45}.ingredient-evidence,.assumption-list{padding:.65rem .85rem;color:#7f8d94;font-size:.78rem}.assumption-list{margin-top:.8rem;border-radius:.8rem;background:#ffde761a}.meal-correction{display:grid;gap:.7rem;margin-top:.8rem;padding:.85rem;border:1px solid #334149;border-radius:14px;background:#111c22}.meal-correction-heading{display:grid;gap:.2rem}.meal-correction-heading strong{color:#f4f7f8;font-size:.86rem}.meal-correction-heading span{color:#7f8d94;font-size:.76rem}.meal-correction-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.meal-correction-controls input{min-width:0;min-height:44px;padding:0 .85rem;border:1px solid #334149;border-radius:14px;outline:none;background:#17242c;color:#f4f7f8;font:inherit}.meal-correction-controls input::placeholder{color:#74838a}.meal-correction-controls input:focus{border-color:#8878f4;box-shadow:0 0 0 3px #8878f42e}.correction-button{padding:0 .9rem}@media(max-width:420px){.overlay>.log-sheet,.overlay>.detail-sheet{padding-right:16px;padding-left:16px}.overlay>.detail-sheet .detail-title{align-items:flex-start}.overlay>.detail-sheet .detail-title>strong{font-size:14px}.clarification-options,.meal-correction-controls{grid-template-columns:1fr}}.target-line{display:flex;flex-direction:column;gap:8px;margin:-6px 0 16px;color:#f4f7f8c7;font-size:14px}.target-bar{height:6px;overflow:hidden;border-radius:999px;background:#f4f7f829}.target-bar span{display:block;height:100%;border-radius:inherit;background:#f4f7f8;transition:width .32s ease}.targets-card{display:flex;flex-direction:column;gap:14px}.targets-heading{display:flex;flex-direction:column;gap:4px}.targets-heading span,.targets-footnote{color:#827b72;font-size:14px;line-height:1.5}.targets-form{display:grid;gap:8px}.targets-form label{margin-top:6px;font-size:14px;font-weight:600}.targets-form input{width:100%;min-height:48px;padding:0 14px;border:1.5px solid #292523;border-radius:14px;background:#fffdf7;font:inherit;font-size:17px}.targets-form .primary-button{margin-top:10px}.targets-footnote,.targets-message{margin:0}.targets-message{font-weight:600}.feedback-card{display:flex;flex-direction:column;gap:14px}.feedback-form{display:grid;gap:10px}.feedback-form label{font-size:14px;font-weight:600}.feedback-form textarea{width:100%;padding:12px 14px;border:1.5px solid #292523;border-radius:14px;background:#fffdf7;font:inherit;font-size:16px;line-height:1.45;resize:vertical}.feedback-categories{display:flex;flex-wrap:wrap;gap:8px}.feedback-chip{padding:8px 14px;border:1.5px solid rgba(244,247,248,.22);border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.feedback-chip-selected{border-color:#6843ed;background:#6843ed;color:#fff}
