:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--surface-color: #f7f8fa;--surface-border: rgba(0, 0, 0, .06);--shadow-color: rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.layout{min-height:100vh;padding:16px;padding-bottom:calc(16px + var(--safe-area-inset-bottom))}.main{max-width:480px;margin:0 auto}.page{padding:0 0 24px}.page h1,.page h2{margin:0 0 12px;font-size:1.5rem}.lead{color:var(--tg-theme-hint-color);margin:0 0 24px;line-height:1.5}.nav-cards{display:flex;flex-direction:column;gap:12px}.card{display:block;padding:16px;background:var(--tg-theme-bg-color);border:1px solid rgba(0,0,0,.08);border-radius:12px;text-decoration:none;color:inherit;transition:opacity .2s}body.tg-theme-dark .card{border-color:var(--surface-border)}.card:active{opacity:.9}.card-icon{font-size:1.5rem;display:block;margin-bottom:8px}.card-title{display:block;font-weight:600;margin-bottom:4px}.card-desc{font-size:.875rem;color:var(--tg-theme-hint-color)}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.stat{text-align:center;padding:12px 8px;background:#0000000a;border-radius:10px}body.tg-theme-dark .stat{background:var(--surface-color)}.stat-value{display:block;font-weight:700;font-size:1.25rem}.stat-label{font-size:.75rem;color:var(--tg-theme-hint-color)}.meals-count{margin:0 0 12px;font-size:.875rem;color:var(--tg-theme-hint-color)}.meals-list{list-style:none;margin:0;padding:0}.meal-item{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:4px}body.tg-theme-dark .meal-item{border-color:var(--surface-border)}.meal-item:last-child{border-bottom:none}.meal-kbju{font-size:.875rem;color:var(--tg-theme-hint-color)}.loading,.empty,.error{color:var(--tg-theme-hint-color);margin:24px 0}.error{color:#c0392b}.food-helper-page{padding-bottom:80px}.food-helper-api-block{padding:10px 12px;margin-bottom:12px;background:var(--surface-color);border:1px solid var(--surface-border);border-radius:10px;font-size:.875rem}.food-helper-api-text{margin:0;color:var(--tg-theme-text-color)}.food-helper-api-error{margin:0;color:#c0392b}.food-helper-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0 16px}.food-helper-title{margin:0;font-size:1.75rem;font-weight:700}.food-helper-profile{width:40px;height:40px;border-radius:50%;background:var(--surface-color);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.food-helper-profile-icon{width:22px;height:22px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center/contain no-repeat}.food-helper-date-picker{margin-bottom:16px}.food-helper-date-row{display:flex;justify-content:space-between;gap:4px}.food-helper-date-cell{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;border:none;background:transparent;color:var(--tg-theme-text-color);font:inherit;cursor:pointer;border-radius:12px}.food-helper-date-cell--selected{background:var(--tg-theme-text-color);color:var(--tg-theme-bg-color)}.food-helper-date-day{font-size:.75rem;color:var(--tg-theme-hint-color)}.food-helper-date-cell--selected .food-helper-date-day{color:var(--tg-theme-bg-color)}.food-helper-date-num{font-size:1rem;font-weight:600}.food-helper-card{background:var(--surface-color);border-radius:16px;padding:20px;margin-bottom:24px;box-shadow:0 2px 12px var(--shadow-color);border:1px solid var(--surface-border)}.food-helper-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.food-helper-calories-block{flex:1}.food-helper-calories-big{font-size:2rem;font-weight:700;line-height:1.2}.food-helper-calories-divider{font-size:1rem;font-weight:400;color:var(--tg-theme-hint-color)}.food-helper-calories-label{margin:4px 0 0;font-size:.875rem;color:var(--tg-theme-hint-color)}.food-helper-calories-surplus{color:#c0392b}.food-helper-ring-block{display:flex;flex-direction:column;align-items:center;gap:4px}.food-helper-ring-wrap{position:relative;width:64px;height:64px}.food-helper-ring{width:100%;height:100%;transform:rotate(-90deg)}.food-helper-ring-bg{fill:none;stroke:var(--surface-border);stroke-width:3;stroke-linecap:round}.food-helper-ring-fill{fill:none;stroke:var(--tg-theme-button-color, #2481cc);stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .3s ease}.food-helper-ring-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem}.food-helper-ring-extra{font-size:.75rem;color:var(--tg-theme-hint-color)}.food-helper-macros{display:flex;flex-direction:row;gap:12px}.food-helper-macro{display:flex;flex-direction:column;align-items:stretch;gap:6px;flex:1;min-width:0}.food-helper-macro-label{font-size:.8125rem;font-weight:500}.food-helper-macro-bar-wrap{height:8px;background:var(--surface-border);border-radius:4px;overflow:hidden}.food-helper-macro-bar{height:100%;border-radius:4px;transition:width .3s ease}.food-helper-macro-bar--red{background:#e74c3c}.food-helper-macro-bar--yellow{background:#f39c12}.food-helper-macro-bar--blue{background:#3498db}.food-helper-macro-value{font-size:.75rem;color:var(--tg-theme-hint-color);text-align:center;display:block;font-variant-numeric:tabular-nums;white-space:nowrap}.food-helper-macro-remaining{display:block;color:var(--tg-theme-hint-color);font-size:.75rem;margin-top:2px}.food-helper-macro-surplus{display:inline;color:#c0392b}.food-helper-recent-title{margin:0 0 12px;font-size:1.125rem;font-weight:700}.food-helper-recent-loading,.food-helper-recent-error,.food-helper-recent-empty{margin:0;padding:12px 0;color:var(--tg-theme-hint-color);font-size:.9375rem}.food-helper-recent-error{color:#c0392b}.food-helper-recent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.food-helper-recent-item{list-style:none}.food-helper-recent-item-wrap{position:relative;padding:12px 44px 12px 12px;background:var(--surface-color);border-radius:12px;box-shadow:0 2px 8px var(--shadow-color);border:1px solid var(--surface-border)}.food-helper-meal-delete-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;padding:0;border:none;background:transparent;color:var(--tg-theme-hint-color);cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.food-helper-meal-delete-btn:hover{color:#c0392b;background:#c0392b1a}.food-helper-meal-delete-btn:active{opacity:.9}.food-helper-meal-delete-btn-icon{width:18px;height:18px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3Cline x1='10' y1='11' x2='10' y2='17'/%3E%3Cline x1='14' y1='11' x2='14' y2='17'/%3E%3C/svg%3E") center/contain no-repeat}.food-helper-delete-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.food-helper-delete-confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;cursor:pointer}.food-helper-delete-confirm-content{position:relative;width:100%;max-width:320px;padding:24px;background:var(--tg-theme-bg-color);border-radius:16px;box-shadow:0 4px 24px var(--shadow-color)}.food-helper-delete-confirm-title{margin:0 0 20px;font-size:1.125rem;font-weight:600;text-align:center;color:var(--tg-theme-text-color)}.food-helper-delete-confirm-actions{display:flex;gap:12px;justify-content:center}.food-helper-delete-confirm-cancel{padding:12px 24px;font-size:.9375rem;font-weight:500;font-family:inherit;color:var(--tg-theme-hint-color);background:transparent;border:1px solid var(--surface-border);border-radius:12px;cursor:pointer}.food-helper-delete-confirm-cancel:active{opacity:.9}.food-helper-delete-confirm-delete{padding:12px 24px;font-size:.9375rem;font-weight:600;font-family:inherit;color:#fff;background:#c0392b;border:none;border-radius:12px;cursor:pointer}.food-helper-delete-confirm-delete:disabled{opacity:.7;cursor:not-allowed}.food-helper-delete-confirm-delete:active:not(:disabled){opacity:.9}.food-helper-recent-link{display:flex;flex:1;gap:12px;text-decoration:none;color:inherit;min-width:0}.food-helper-recent-thumb{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--surface-border);flex-shrink:0;display:flex;align-items:center;justify-content:center}.food-helper-recent-thumb img{width:100%;height:100%;object-fit:cover}.food-helper-recent-placeholder{font-size:1.5rem}.food-helper-recent-body{flex:1;min-width:0}.food-helper-recent-name{margin:0 0 4px;font-size:.9375rem;font-weight:500;color:var(--tg-theme-text-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.food-helper-recent-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.food-helper-recent-time{font-size:.8125rem;color:var(--tg-theme-hint-color)}.food-helper-recent-cal{font-size:1rem;font-weight:700}.food-helper-recent-kbju{display:flex;gap:8px;flex-wrap:wrap}.food-helper-kbju-dot{font-size:.75rem;padding:2px 6px;border-radius:10px}.food-helper-kbju-dot--red{background:#e74c3c33;color:#c0392b}.food-helper-kbju-dot--yellow{background:#f39c1233;color:#d68910}.food-helper-kbju-dot--blue{background:#3498db33;color:#2980b9}.food-helper-fab{position:fixed;bottom:calc(24px + var(--safe-area-inset-bottom));left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 16px var(--shadow-color)}.food-helper-fab-icon{font-size:1.75rem;font-weight:300;line-height:1}.home-add-dropdown{position:fixed;left:50%;transform:translate(-50%);bottom:calc(24px + var(--safe-area-inset-bottom) + 70px);width:220px;background:var(--tg-theme-bg-color);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 6px 26px var(--shadow-color);overflow:hidden;z-index:1050}.home-add-dropdown-item{width:100%;border:none;background:transparent;padding:14px 16px;text-align:left;font:inherit;cursor:pointer;color:var(--tg-theme-text-color);transition:background .15s}.home-add-dropdown-item:hover:not(:disabled){background:#0000000f}.home-add-dropdown-item:disabled{opacity:.7;cursor:not-allowed}.food-helper-profile-page{padding-top:0}.food-helper-profile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0 20px;gap:12px}.food-helper-profile-back{width:40px;height:40px;border-radius:50%;background:var(--surface-color);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;flex-shrink:0}.food-helper-profile-back-icon{width:20px;height:20px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat}.food-helper-profile-title{margin:0;font-size:1.25rem;font-weight:700;flex:1;text-align:center}.food-helper-profile-header-spacer{width:40px;flex-shrink:0}.food-helper-personalization-title{margin:20px 0;font-size:1.125rem;font-weight:700;color:var(--tg-theme-text-color)}.food-helper-profile-card{background:var(--surface-color);border-radius:16px;border:1px solid var(--surface-border);overflow:hidden;box-shadow:0 2px 12px var(--shadow-color)}.food-helper-profile-row--link{text-decoration:none;color:inherit;display:flex}.food-helper-profile-row-text{flex:1;display:flex;flex-direction:column;gap:2px}.food-helper-profile-row-text .food-helper-profile-row-label{flex:none}.food-helper-profile-row-subtitle{font-size:.8125rem;color:var(--tg-theme-hint-color);font-weight:400}.food-helper-profile-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-bottom:1px solid var(--surface-border);transition:background .15s}.food-helper-profile-row:last-child{border-bottom:none}.food-helper-profile-row:active{background:var(--surface-border)}.food-helper-profile-row-icon{width:28px;font-size:1.25rem;line-height:1;flex-shrink:0}.food-helper-profile-row-label{flex:1;font-size:.9375rem;font-weight:500}.food-helper-profile-row-value{font-size:.9375rem;color:var(--tg-theme-hint-color);margin-right:8px}.food-helper-profile-row-chevron{width:16px;height:16px;flex-shrink:0;background:currentColor;opacity:.5;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") center/contain no-repeat}.food-helper-profile-loading,.food-helper-profile-error{margin:0 0 16px;font-size:.9375rem}.food-helper-profile-error{color:#c0392b}.food-helper-profile-edit{margin-top:20px;padding:16px;background:var(--surface-color);border-radius:16px;border:1px solid var(--surface-border);box-shadow:0 2px 12px var(--shadow-color)}.food-helper-profile-edit-label{display:block;margin-bottom:8px;font-size:.875rem;font-weight:500;color:var(--tg-theme-hint-color)}.food-helper-profile-edit-error{margin:0 0 8px;font-size:.875rem}.food-helper-profile-edit-input{width:100%;padding:12px 16px;font-size:1rem;font-family:inherit;color:var(--tg-theme-text-color);background:var(--tg-theme-bg-color);border:1px solid var(--surface-border);border-radius:12px;margin-bottom:12px;box-sizing:border-box}.food-helper-profile-edit-input::placeholder{color:var(--tg-theme-hint-color)}.food-helper-profile-edit-actions{display:flex;gap:12px;justify-content:flex-end}.food-helper-profile-edit-btn{padding:10px 20px;font-size:.9375rem;font-weight:500;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity .15s}.food-helper-profile-edit-btn:disabled{opacity:.6;cursor:not-allowed}.food-helper-profile-edit-btn--cancel{background:transparent;color:var(--tg-theme-hint-color);border:1px solid var(--surface-border)}.food-helper-profile-edit-btn--save{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.food-helper-profile-edit-btn--save:active:not(:disabled){opacity:.9}.food-helper-activity-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;pointer-events:none}.food-helper-activity-modal[aria-modal=true]{pointer-events:auto}.food-helper-activity-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;cursor:pointer;opacity:0;animation:food-helper-backdrop-fade-in .25s ease-out forwards}.food-helper-activity-modal--closing .food-helper-activity-modal-backdrop{animation:food-helper-backdrop-fade-out .25s ease-out forwards}@keyframes food-helper-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes food-helper-backdrop-fade-out{0%{opacity:1}to{opacity:0}}.food-helper-activity-modal-content{position:relative;width:100%;max-height:85vh;overflow-y:auto;background:var(--tg-theme-bg-color);border-radius:20px 20px 0 0;padding:24px 16px calc(24px + var(--safe-area-inset-bottom));box-shadow:0 -4px 24px var(--shadow-color);animation:food-helper-modal-slide-up .25s ease-out forwards}.food-helper-activity-modal--closing .food-helper-activity-modal-content{animation:food-helper-modal-slide-down .25s ease-out forwards}@keyframes food-helper-modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes food-helper-modal-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.food-helper-activity-modal-title{margin:0 0 20px;font-size:1.25rem;font-weight:700;text-align:center}.food-helper-profile-modal-input-wrap{margin-bottom:24px}.food-helper-profile-modal-input{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;color:var(--tg-theme-text-color);background:var(--tg-theme-bg-color);border:1px solid var(--surface-border);border-radius:12px;box-sizing:border-box}.food-helper-profile-modal-input::-webkit-outer-spin-button,.food-helper-profile-modal-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.food-helper-profile-modal-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.food-helper-profile-modal-input::placeholder{color:var(--tg-theme-hint-color)}.food-helper-activity-modal-options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.food-helper-activity-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px 16px;border:1px solid var(--surface-border);border-radius:12px;background:var(--surface-color);color:var(--tg-theme-text-color);font:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.food-helper-activity-option:active{opacity:.95}.food-helper-activity-option--selected{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border-color:var(--tg-theme-button-color)}.food-helper-activity-option-title{font-size:.9375rem;font-weight:600}.food-helper-activity-option-desc{font-size:.8125rem;opacity:.85}.food-helper-activity-modal-error{margin:0 0 12px;font-size:.875rem}.food-helper-activity-modal-save{display:block;width:100%;padding:14px 16px;margin-bottom:12px;font-size:1rem;font-weight:600;font-family:inherit;color:var(--tg-theme-button-text-color);background:var(--tg-theme-button-color);border:none;border-radius:12px;cursor:pointer;transition:opacity .15s}.food-helper-activity-modal-save:disabled{opacity:.6;cursor:not-allowed}.food-helper-activity-modal-save:active:not(:disabled){opacity:.9}.food-helper-activity-modal-cancel{display:block;width:100%;padding:10px;font-size:.9375rem;font-family:inherit;color:var(--tg-theme-hint-color);background:transparent;border:none;cursor:pointer;text-decoration:none;text-align:center}.food-helper-activity-modal-cancel:active{opacity:.8}.food-helper-plan-page{padding-bottom:calc(24px + var(--safe-area-inset-bottom))}.food-helper-plan-page .food-helper-profile-back{border:none;background:transparent;cursor:pointer;padding:0}.food-helper-plan-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.food-helper-plan-cards .food-helper-plan-card--calories{margin-bottom:4px}.food-helper-plan-macros{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.food-helper-plan-card{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:14px 16px;background:var(--surface-color);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 2px 8px var(--shadow-color)}.food-helper-plan-card--calories{grid-template-columns:auto 1fr auto auto;padding:18px 16px}.food-helper-plan-macros .food-helper-plan-card{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:6px;text-align:center;padding:12px 10px}.food-helper-plan-macros .food-helper-plan-card-icon{margin:0 auto}.food-helper-plan-macros .food-helper-plan-card-label{font-size:.875rem}.food-helper-plan-macros .food-helper-plan-card-value{font-size:.9375rem}.food-helper-plan-macros .food-helper-plan-card-edit{margin:0 auto}.food-helper-plan-card-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.food-helper-plan-icon-cal{background:#ff8c0033;font-size:1.5rem}.food-helper-plan-icon-b{background:#dc354533;color:#dc3545;font-size:1.125rem}.food-helper-plan-icon-zh{background:#fd7e1433;color:#fd7e14;font-size:1.125rem}.food-helper-plan-icon-u{background:#0d6efd33;color:#0d6efd;font-size:1.125rem}.food-helper-plan-card-label{font-size:.9375rem;font-weight:600;color:var(--tg-theme-text-color)}.food-helper-plan-card-value{font-size:1rem;font-weight:600;color:var(--tg-theme-hint-color);font-variant-numeric:tabular-nums}.food-helper-plan-card--calories .food-helper-plan-card-value{font-size:1.25rem}.food-helper-plan-card-edit{width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--tg-theme-hint-color);transition:background .15s,color .15s}.food-helper-plan-card-edit:active{background:var(--surface-border);color:var(--tg-theme-text-color)}.food-helper-plan-card-edit-icon{width:18px;height:18px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") center/contain no-repeat}.food-helper-plan-recommend{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;margin-bottom:12px;font-size:1rem;font-weight:600;font-family:inherit;color:var(--tg-theme-button-text-color);background:var(--tg-theme-button-color);border:none;border-radius:12px;cursor:pointer;transition:opacity .15s}.food-helper-plan-recommend:disabled{opacity:.6;cursor:not-allowed}.food-helper-plan-recommend-icon{font-size:1.125rem}.food-helper-plan-disclaimer{margin:0;font-size:.8125rem;color:var(--tg-theme-hint-color);text-align:center;line-height:1.4}.food-helper-plan-error{margin-top:12px}.food-helper-plan-modal .food-helper-activity-modal-content{max-height:90vh;display:flex;flex-direction:column}.food-helper-plan-modal-content{padding-top:0}.food-helper-plan-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 20px;flex-shrink:0;border-bottom:1px solid var(--surface-border);margin-bottom:20px}.food-helper-plan-modal-back{width:40px;height:40px;border-radius:50%;background:var(--surface-color);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0;color:inherit}.food-helper-plan-modal-back:active{background:var(--surface-border)}.food-helper-plan-modal-title{margin:0;font-size:1.25rem;font-weight:700;flex:1;text-align:center}.food-helper-plan-modal .food-helper-plan-cards{flex:1;min-height:0;margin-bottom:20px}.food-helper-plan-modal .food-helper-plan-recommend{flex-shrink:0;margin-bottom:12px}.food-helper-plan-modal .food-helper-plan-disclaimer{flex-shrink:0}.food-helper-plan-edit-modal{z-index:101}.meal-detail-page{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);padding:0;padding-bottom:calc(24px + var(--safe-area-inset-bottom))}.meal-detail-loading,.meal-detail-error{margin:16px 0;font-size:.9375rem;color:var(--tg-theme-hint-color)}.meal-detail-error{color:#c0392b}.meal-detail-header-simple{display:flex;align-items:center;gap:12px;padding:12px 0 16px}.meal-detail-header-simple .meal-detail-back{position:static;background:var(--surface-color);border:1px solid var(--surface-border);color:inherit}.meal-detail-title-simple{margin:0;font-size:1.25rem;font-weight:700}.meal-detail-header{position:relative;height:200px;background-color:var(--surface-border);background-size:cover;background-position:center}.meal-detail-header--clickable{cursor:pointer}.meal-detail-header-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0%,transparent 50%,rgba(0,0,0,.3) 100%)}.meal-detail-back{position:absolute;left:12px;top:12px;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#333;z-index:2}.meal-detail-back--over{box-shadow:0 2px 8px #00000026}.meal-detail-back-icon{width:20px;height:20px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat}.meal-detail-time-badge{position:absolute;right:52px;top:12px;padding:6px 12px;border-radius:20px;background:#00000080;color:#fff;font-size:.8125rem;font-weight:500;z-index:2}.meal-detail-favorite-btn{position:absolute;right:12px;top:12px;width:40px;height:40px;border-radius:50%;border:none;padding:0;z-index:2;cursor:pointer;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s}.meal-detail-favorite-btn:disabled{opacity:.7;cursor:not-allowed}.meal-detail-favorite-btn--active{background:#e74c3c40;color:#e74c3c}.meal-detail-favorite-heart-path{fill:transparent;stroke:currentColor;stroke-width:2}.meal-detail-favorite-btn--active .meal-detail-favorite-heart-path{fill:currentColor}.meal-detail-favorite-menu{position:absolute;right:12px;top:12px;z-index:3}.meal-detail-favorite-dropdown{position:absolute;top:50px;right:0;width:160px;background:var(--tg-theme-bg-color);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 4px 20px var(--shadow-color);overflow:hidden}.meal-detail-favorite-dropdown-item{width:100%;border:none;background:transparent;padding:12px 14px;text-align:left;font:inherit;cursor:pointer;color:var(--tg-theme-text-color);transition:background .15s}.meal-detail-favorite-dropdown-item:hover{background:#0000000f}.meal-detail-favorite-dropdown-item:active:not(:disabled){background:#0000001a}.meal-detail-favorite-dropdown-item:disabled{opacity:.7;cursor:not-allowed}.meal-favorites-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px}.meal-favorites-modal{width:100%;max-width:480px;background:var(--tg-theme-bg-color);border-radius:16px;box-shadow:0 4px 24px var(--shadow-color);border:1px solid var(--surface-border);overflow:hidden}.meal-favorites-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--surface-border)}.meal-favorites-title{margin:0;font-size:1.125rem;font-weight:700;flex:1}.meal-favorites-close{width:40px;height:40px;border-radius:50%;border:none;background:var(--surface-color);cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:opacity .15s,background .15s}.meal-favorites-close:disabled{opacity:.7;cursor:not-allowed}.meal-favorites-loading,.meal-favorites-error,.meal-favorites-empty{margin:0;padding:16px;color:var(--tg-theme-hint-color);font-size:.9375rem}.meal-favorites-error{color:#c0392b}.meal-favorites-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.meal-favorites-item{border-bottom:1px solid var(--surface-border)}.meal-favorites-item:last-child{border-bottom:none}.meal-favorites-pick{width:100%;border:none;background:transparent;padding:14px;cursor:pointer;display:flex;align-items:center;gap:12px;text-align:left;color:inherit}.meal-favorites-pick:disabled{opacity:.7;cursor:not-allowed}.meal-favorites-pick:hover:not(:disabled){background:#0000000d}.meal-favorites-thumb{width:46px;height:46px;border-radius:10px;background:var(--surface-color);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.meal-favorites-thumb img{width:100%;height:100%;object-fit:cover}.meal-favorites-meta{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.meal-favorites-name{font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meal-favorites-sub{font-size:.8125rem;color:var(--tg-theme-hint-color)}.meal-favorites-action{font-size:.8125rem;color:var(--tg-theme-button-color);font-weight:700;flex-shrink:0}.meal-detail-card{margin:-24px 0 0;padding:16px 16px 24px;background:var(--tg-theme-bg-color);border-radius:20px 20px 0 0;box-shadow:0 -4px 20px var(--shadow-color)}.meal-detail-drag{width:36px;height:4px;margin:0 auto 16px;background:var(--surface-border);border-radius:2px}.meal-detail-name{margin:0 0 16px;font-size:1.25rem;font-weight:600;color:var(--tg-theme-text-color);line-height:1.3}.meal-detail-summary{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.meal-detail-summary-top{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:stretch}.meal-detail-summary-macros{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.meal-detail-nutrient-card{background:var(--surface-color);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.meal-detail-nutrient-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0}.meal-detail-nutrient-card--cal:before{background:#ff9500}.meal-detail-nutrient-card--portions:before{background:var(--surface-border)}.meal-detail-nutrient-card--proteins:before{background:#ff6b6b}.meal-detail-nutrient-card--fats:before{background:#ffd93d}.meal-detail-nutrient-card--carbs:before{background:#6bcb77}.meal-detail-nutrient-card--portions{align-items:center;justify-content:center;min-width:68px}.meal-detail-summary-macros .meal-detail-input-wrap{max-width:none;width:100%}.meal-detail-summary-macros .meal-detail-input-wrap .meal-detail-input{max-width:none;width:100%;padding:6px 8px;font-size:.9375rem}.meal-detail-summary-row{display:flex;flex-direction:column;gap:2px}.meal-detail-label{font-size:.75rem;color:var(--tg-theme-hint-color)}.meal-detail-value{font-size:1.125rem;font-weight:600;color:var(--tg-theme-text-color)}.meal-detail-input-wrap .meal-detail-input::-webkit-inner-spin-button,.meal-detail-input-wrap .meal-detail-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.meal-detail-input-wrap .meal-detail-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.meal-detail-input-wrap{display:inline-flex;align-items:center;gap:6px;max-width:140px}.meal-detail-input-wrap .meal-detail-input{width:100%;max-width:100px;padding:6px 8px 6px 10px;font-size:1.125rem;font-weight:600;font-family:inherit;color:var(--tg-theme-text-color);background:var(--tg-theme-bg-color);border:1px solid var(--surface-border);border-radius:8px;box-sizing:border-box}.meal-detail-input-wrap .meal-detail-input:focus{outline:none;border-color:var(--tg-theme-button-color)}.meal-detail-input-pencil{width:18px;height:18px;flex-shrink:0;background:var(--tg-theme-hint-color);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'/%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.7}.meal-detail-input{width:100%;max-width:120px;padding:8px 12px;font-size:1rem;font-weight:600;font-family:inherit;color:var(--tg-theme-text-color);background:var(--surface-color);border:1px solid var(--surface-border);border-radius:8px;box-sizing:border-box}.meal-detail-input:focus{outline:none;border-color:var(--tg-theme-button-color)}.meal-detail-save-error{margin:0 0 16px;font-size:.875rem;color:#c0392b}.meal-detail-macros{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.meal-detail-kbju-dot{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:.8125rem;font-weight:500}.meal-detail-kbju-dot--red{background:#e74c3c33;color:#c0392b}.meal-detail-kbju-dot--yellow{background:#f1c40f40;color:#b7950b}.meal-detail-kbju-dot--blue{background:#3498db33;color:#2980b9}.meal-detail-ingredients-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--tg-theme-text-color)}.meal-detail-ingredients-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.meal-detail-ingredient{padding:12px;background:var(--surface-color);border-radius:12px;border:1px solid var(--surface-border)}.meal-detail-ingredient-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.meal-detail-ingredient-name{font-size:.9375rem;font-weight:500;color:var(--tg-theme-text-color)}.meal-detail-ingredient-cal{font-size:.875rem;color:var(--tg-theme-hint-color);flex-shrink:0}.meal-detail-ingredient-weight{margin:0 0 6px;font-size:.8125rem;color:var(--tg-theme-hint-color)}.meal-detail-ingredient-kbju{display:flex;flex-wrap:wrap;gap:6px}.meal-detail-ingredient-kbju .meal-detail-kbju-dot{font-size:.75rem;padding:2px 8px}.meal-detail-actions{display:flex;gap:12px}.meal-detail-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-size:.9375rem;font-weight:500;font-family:inherit;border:none;border-radius:12px;cursor:pointer;transition:opacity .15s}.meal-detail-btn:active{opacity:.9}.meal-detail-btn--secondary{background:var(--surface-color);color:var(--tg-theme-text-color);border:1px solid var(--surface-border)}.meal-detail-btn--primary{background:var(--tg-theme-text-color);color:var(--tg-theme-bg-color)}.meal-detail-btn--full{width:100%}.meal-detail-photo-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000f2;display:flex;align-items:center;justify-content:center;padding:48px 16px 16px;cursor:pointer}.meal-detail-photo-fullscreen-close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2}.meal-detail-photo-fullscreen-close:hover,.meal-detail-photo-fullscreen-close:active{background:#ffffff4d}.meal-detail-photo-fullscreen-img{max-width:100%;max-height:100%;object-fit:contain;cursor:default}.meal-detail-btn-icon{width:18px;height:18px;flex-shrink:0}.meal-detail-btn-icon--share{background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 12v8a2 2 0 002 2h12a2 2 0 002-2v-8M16 6l-4-4-4 4M12 2v13'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 12v8a2 2 0 002 2h12a2 2 0 002-2v-8M16 6l-4-4-4 4M12 2v13'/%3E%3C/svg%3E") center/contain no-repeat}.meal-detail-btn-icon--sparkle{background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 3l1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5L12 3z'/%3E%3C/svg%3E") center/contain no-repeat}.meal-correct-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--tg-theme-bg-color);display:flex;flex-direction:column;padding:0 16px;padding-bottom:calc(24px + var(--safe-area-inset-bottom))}.meal-correct-screen{flex:1;display:flex;flex-direction:column;max-width:480px;margin:0 auto;width:100%}.meal-correct-header{display:flex;align-items:center;gap:12px;padding:12px 0 20px;flex-shrink:0}.meal-correct-back{width:40px;height:40px;border-radius:50%;background:var(--surface-color);border:1px solid var(--surface-border);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;color:inherit}.meal-correct-back:disabled{opacity:.6;cursor:not-allowed}.meal-correct-back-icon{width:20px;height:20px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E") center/contain no-repeat}.meal-correct-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--tg-theme-text-color);flex:1;text-align:center}.meal-correct-body{flex:1;display:flex;flex-direction:column;gap:12px}.meal-correct-textarea{width:100%;min-height:120px;padding:14px 16px;font-size:1rem;font-family:inherit;color:var(--tg-theme-text-color);background:var(--surface-color);border:1px solid var(--surface-border);border-radius:12px;resize:vertical;box-sizing:border-box}.meal-correct-textarea::placeholder{color:var(--tg-theme-hint-color)}.meal-correct-textarea:focus{outline:none;border-color:var(--tg-theme-button-color)}.meal-correct-textarea:disabled{opacity:.7}.meal-correct-hint{margin:0;font-size:.8125rem;color:var(--tg-theme-hint-color);line-height:1.45;padding:10px 14px;border-radius:10px;border-left:3px solid var(--tg-theme-button-color);background:#2481cc0f;font-style:italic}body.tg-theme-dark .meal-correct-hint{background:#ffffff0d;border-left-color:var(--tg-theme-button-color)}.meal-correct-submit{width:100%;flex:none;padding:8px 16px}.meal-correct-error{margin:0;font-size:.875rem;color:#c0392b}.meal-correct-spinner{width:20px;height:20px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:meal-correct-spin .8s linear infinite}@keyframes meal-correct-spin{to{transform:rotate(360deg)}}
