health-calc-drawer.drawer{visibility:hidden;z-index:10001;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}health-calc-drawer.drawer.active{visibility:visible;pointer-events:auto}.health-calc-drawer{position:relative;display:flex;justify-content:flex-end;width:100%;height:100%;pointer-events:none}.health-calc-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111173;pointer-events:auto;cursor:pointer}health-calc-drawer .drawer__inner,.health-calc-drawer__inner{position:relative;z-index:2;width:min(40rem,calc(100vw - 3rem));pointer-events:auto;display:flex;flex-direction:column;height:100%;background:var(--hc-bg, #ffffff);color:var(--hc-text, #111111);box-shadow:-.4rem 0 2.4rem #1111111f}.health-calc-drawer__inner--calories{--hc-bg: #ffffff;--hc-text: #111111;--hc-text-muted: rgba(17, 17, 17, .62);--hc-border: rgba(17, 17, 17, .1);--hc-accent: #18467e;--hc-accent-soft: rgba(24, 70, 126, .08);--hc-surface: #f5f8fc}.health-calc-drawer__inner--bmi{--hc-bg: #ffffff;--hc-text: #111111;--hc-text-muted: rgba(17, 17, 17, .62);--hc-border: rgba(17, 17, 17, .1);--hc-accent: #4a8b31;--hc-accent-soft: rgba(74, 139, 49, .08);--hc-surface: #f4f8f2}health-calc-drawer .drawer__header{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:.2rem solid var(--hc-accent)}health-calc-drawer .drawer__contents{flex:1 1 auto;overflow-y:auto;padding:1.25rem 1.5rem 1rem}health-calc-drawer .drawer__footer{flex:0 0 auto;padding:1rem 1.5rem 1.5rem;border-top:.1rem solid var(--hc-border);background:var(--hc-bg)}health-calc-drawer .drawer__close{position:static;top:auto;right:auto;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;min-width:3.2rem;min-height:3.2rem;padding:0;border:0;border-radius:.5rem;background:var(--hc-accent);color:#fff;box-shadow:none;cursor:pointer}health-calc-drawer .drawer__close .svg-wrapper{display:inline-flex;width:1.4rem;height:1.4rem}health-calc-drawer .drawer__close .svg-wrapper svg{width:100%;height:100%}health-calc-drawer .drawer__close svg,health-calc-drawer .drawer__close svg path{fill:#fff;color:#fff}health-calc-drawer .drawer__close:hover,health-calc-drawer .drawer__close:focus-visible{opacity:.92;outline:.2rem solid var(--hc-accent-soft);outline-offset:.15rem}.health-calc-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:1 1 auto;min-width:0}.health-calc-drawer__header-brand{flex:0 0 auto}.health-calc-drawer__header-title{margin:0;flex:1 1 auto;min-width:0;font-size:1.35rem;font-weight:600;color:var(--hc-text);text-align:end;line-height:1.3}.health-calc__logo-image{display:block;width:auto;max-width:110px;max-height:2.25rem;object-fit:contain}.health-calc,.health-calc--bmi,.health-calc--calories{display:flex;flex-direction:column;gap:1rem}.health-calc__card{display:flex;flex-direction:column;gap:.85rem;padding:1.15rem;border:.1rem solid var(--hc-border);border-radius:1rem;background:var(--hc-surface)}.health-calc__field-label{font-size:1.25rem;font-weight:500;color:var(--hc-text-muted)}.health-calc__field-input{width:100%;min-height:4.4rem;padding:.8rem 1rem;border:.1rem solid var(--hc-border);border-radius:.5rem;background:var(--hc-bg);color:var(--hc-text);font:inherit}.health-calc__field-input::placeholder{color:var(--hc-text-muted)}.health-calc__field-input:focus{outline:0;border-color:var(--hc-accent);box-shadow:0 0 0 .15rem var(--hc-accent-soft)}.health-calc__form-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.625rem}.health-calc__field--grow{flex:1 1 12rem}.health-calc__field--portion{flex:0 0 5.5rem}.health-calc__input-wrap{position:relative}.health-calc__portion-control{display:flex;align-items:center;gap:.25rem;min-height:4.4rem;padding-inline:.75rem;border:.1rem solid var(--hc-border);border-radius:.5rem;background:var(--hc-bg)}.health-calc__portion-control .health-calc__field-input{min-height:auto;border:0;box-shadow:none;padding:0}.health-calc__portion-suffix{font-size:1.2rem;color:var(--hc-text-muted);white-space:nowrap}.health-calc__age-btn,.health-calc__submit{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;min-height:4.4rem;border:0;border-radius:.5rem;background:var(--hc-accent);color:#fff;font:inherit;font-weight:600;cursor:pointer;transition:opacity .2s ease}.health-calc__age-btn:hover,.health-calc__submit:hover{opacity:.9}.health-calc__submit{width:100%}.health-calc__submit--outline{background:var(--hc-bg);color:var(--hc-accent);border:.1rem solid var(--hc-accent)}.health-calc__submit--outline:hover{background:var(--hc-accent-soft)}.health-calc__error{margin:0;color:#cb2b2b;font-size:1.2rem}.health-calc__list-empty{margin:0;padding:.85rem;text-align:center;color:var(--hc-text-muted);border:.1rem dashed var(--hc-border);border-radius:.5rem;background:var(--hc-bg)}.health-calc__chips{display:flex;flex-wrap:wrap;gap:.5rem}.health-calc__chip{padding:.45rem .9rem;border:.1rem solid var(--hc-border);border-radius:999px;background:var(--hc-bg);color:var(--hc-text);font-size:1.2rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.health-calc__chip:hover{border-color:var(--hc-accent);background:var(--hc-accent-soft);color:var(--hc-accent)}.health-calc__autocomplete{position:absolute;z-index:2;inset-inline:0;top:100%;display:none;max-height:12rem;overflow-y:auto;margin-top:.25rem;border:.1rem solid var(--hc-border);border-radius:.5rem;background:var(--hc-bg);box-shadow:0 .4rem 1.2rem #1111111a}.health-calc__autocomplete.is-visible{display:block}.health-calc__ac-item{display:block;width:100%;padding:.65rem .85rem;border:0;background:transparent;color:var(--hc-text);font:inherit;text-align:start;cursor:pointer}.health-calc__ac-item:hover,.health-calc__ac-item.is-active{background:var(--hc-accent-soft);color:var(--hc-accent)}.health-calc__food-list{display:flex;flex-direction:column;gap:.5rem}.health-calc__food-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.65rem .75rem;padding:.85rem .9rem;border:.1rem solid var(--hc-border);border-radius:.65rem;background:var(--hc-bg)}.health-calc__food-item-info{min-width:0}.health-calc__food-item-name{margin:0;font-size:1.3rem;font-weight:600;line-height:1.3;color:var(--hc-text)}.health-calc__food-item-portion{font-size:1.15rem;font-weight:400;color:var(--hc-text-muted)}.health-calc__food-item-macros{margin:.2rem 0 0;font-size:1.1rem;color:var(--hc-text-muted)}.health-calc__food-kcal{font-size:1.35rem;font-weight:700;color:var(--hc-accent);white-space:nowrap}.health-calc__food-kcal-unit{font-size:1.1rem;font-weight:500;color:var(--hc-text-muted)}.health-calc__food-remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:50%;background:var(--hc-accent-soft);color:var(--hc-text-muted);font-size:1.1rem;line-height:1;cursor:pointer}.health-calc__food-remove:hover{color:var(--hc-accent)}.health-calc__result{display:none;flex-direction:column;gap:1rem;padding:1.15rem;border:.1rem solid var(--hc-border);border-radius:1rem;background:var(--hc-surface)}.health-calc__result.is-visible,.health-calc__result:not([hidden]){display:flex}.health-calc__result-hero,.health-calc__result-score-row{display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center}.health-calc__calorie-score,.health-calc__bmi-score{font-size:clamp(2.75rem,10vw,3.75rem);font-weight:700;line-height:1;color:var(--hc-accent)}.health-calc__result-meta{display:flex;flex-direction:column;align-items:center;gap:.15rem}.health-calc__result-label,.health-calc__result-unit{font-size:1.2rem;color:var(--hc-text-muted)}.health-calc__bmi-category{margin:0;font-weight:600;color:var(--hc-text)}.health-calc__bmi-category--underweight{color:#3b82f6}.health-calc__bmi-category--normal{color:var(--hc-accent)}.health-calc__bmi-category--overweight{color:#f59e0b}.health-calc__bmi-category--obese_1,.health-calc__bmi-category--obese_2{color:#ef4444}.health-calc__macro-grid,.health-calc__stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.health-calc--calories .health-calc__macro-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.health-calc__macro-box,.health-calc__stat{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.4rem;padding:.9rem .65rem;border:.1rem solid var(--hc-border);border-radius:.65rem;background:var(--hc-bg);text-align:center}.health-calc__macro-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--hc-accent)}.health-calc__macro-label,.health-calc__stat-label{display:block;width:100%;font-size:1.1rem;line-height:1.3;color:var(--hc-text-muted)}.health-calc__macro-val,.health-calc__stat-val{display:block;width:100%;font-size:1.25rem;font-weight:600;line-height:1.25;color:var(--hc-text)}.health-calc__gender{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.health-calc__gender-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:3.5rem;border:.1rem solid var(--hc-border);border-radius:.75rem;background:var(--hc-bg);color:var(--hc-text);font:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.health-calc__gender-btn.is-active{border-color:var(--hc-accent);background:var(--hc-accent);color:#fff}.health-calc__range-label{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.35rem}.health-calc__range-value{font-weight:600;color:var(--hc-accent)}.health-calc__range-unit{font-weight:400;color:var(--hc-text-muted)}.health-calc__range{width:100%;accent-color:var(--hc-accent)}.health-calc__age-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.health-calc__age-control{display:inline-flex;align-items:center;gap:.5rem}.health-calc__age-value{min-width:2.5rem;text-align:center;font-weight:600;color:var(--hc-text)}.health-calc__scale-wrap{display:flex;flex-direction:column;gap:.45rem}.health-calc__scale{position:relative;height:.55rem;border-radius:999px;background:linear-gradient(to right,#3b82f6,#22c55e 32%,#f59e0b 62%,#ef4444)}.health-calc__scale-pointer{position:absolute;top:50%;width:1.05rem;height:1.05rem;border:.3rem solid var(--hc-accent);border-radius:50%;background:var(--hc-bg);transform:translate(-50%,-50%)}.health-calc__scale-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem;font-size:1.1rem;color:var(--hc-text-muted);text-align:center}.health-calc__advice{padding:.9rem 1rem;border:.1rem solid var(--hc-border);border-radius:.65rem;background:var(--hc-bg)}.health-calc__advice-title{display:block;margin-bottom:.35rem;font-size:1.2rem;font-weight:600;color:var(--hc-text)}.health-calc__advice-text,.health-calc__disclaimer{margin:0;color:var(--hc-text-muted);font-size:1.15rem;line-height:1.45}.health-calc__disclaimer{font-size:1.05rem;text-align:center}@media screen and (max-width:749px){health-calc-drawer .drawer__inner,.health-calc-drawer__inner{width:min(40rem,calc(100vw - 1.5rem))}health-calc-drawer .drawer__contents{padding-inline:1.15rem}health-calc-drawer .drawer__header,health-calc-drawer .drawer__footer{padding-inline:1.15rem}.health-calc--calories .health-calc__macro-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-health-calculator.css.map */
