.TermsOverlay-module__mGCdYa__backdrop{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s TermsOverlay-module__mGCdYa__fadeIn;display:flex;position:fixed;inset:0}@keyframes TermsOverlay-module__mGCdYa__fadeIn{0%{opacity:0}to{opacity:1}}.TermsOverlay-module__mGCdYa__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;animation:.25s TermsOverlay-module__mGCdYa__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #0003}@keyframes TermsOverlay-module__mGCdYa__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.TermsOverlay-module__mGCdYa__header{text-align:center;border-bottom:1px solid var(--border-color);flex-shrink:0;padding:2rem 2rem 1.25rem}.TermsOverlay-module__mGCdYa__logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.TermsOverlay-module__mGCdYa__logoIcon{background:var(--primary-color);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.TermsOverlay-module__mGCdYa__logoText{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.TermsOverlay-module__mGCdYa__header h2{color:var(--text-primary);margin:0 0 .375rem;font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700}.TermsOverlay-module__mGCdYa__header p{color:var(--text-secondary);margin:0;font-size:.9rem}.TermsOverlay-module__mGCdYa__body{flex:1;padding:1.5rem 2rem;overflow-y:auto}.TermsOverlay-module__mGCdYa__fieldGroup{margin-bottom:1.5rem}.TermsOverlay-module__mGCdYa__fieldGroup label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.TermsOverlay-module__mGCdYa__input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;background:#fff;border-radius:8px;padding:.625rem .875rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.TermsOverlay-module__mGCdYa__input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa65426}.TermsOverlay-module__mGCdYa__termsLabel{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.TermsOverlay-module__mGCdYa__termsBox{border:1px solid var(--border-color);background:var(--bg-secondary);max-height:240px;color:var(--text-secondary);border-radius:10px;margin-bottom:1rem;padding:1rem 1.125rem;font-size:.8rem;line-height:1.7;overflow-y:auto}.TermsOverlay-module__mGCdYa__termsBox h3{color:var(--text-primary);margin:1rem 0 .25rem;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700}.TermsOverlay-module__mGCdYa__termsBox h3:first-child{margin-top:0}.TermsOverlay-module__mGCdYa__termsBox p{margin:0 0 .5rem}.TermsOverlay-module__mGCdYa__termsBox ul{margin:0 0 .5rem 1.25rem;padding:0}.TermsOverlay-module__mGCdYa__termsBox ul li{margin-bottom:.2rem}.TermsOverlay-module__mGCdYa__checkRow{align-items:flex-start;gap:.625rem;margin-bottom:.25rem;display:flex}.TermsOverlay-module__mGCdYa__checkRow input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer;flex-shrink:0;margin-top:1px}.TermsOverlay-module__mGCdYa__checkRow label{color:var(--text-secondary);cursor:pointer;font-size:.875rem;line-height:1.5}.TermsOverlay-module__mGCdYa__checkRow label strong{color:var(--text-primary)}.TermsOverlay-module__mGCdYa__footer{border-top:1px solid var(--border-color);flex-shrink:0;padding:1.25rem 2rem 1.75rem}.TermsOverlay-module__mGCdYa__errorMsg{color:var(--error-color);text-align:center;margin-bottom:.75rem;font-size:.8rem}.TermsOverlay-module__mGCdYa__submitBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:.75rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;transition:background .15s,transform .1s}.TermsOverlay-module__mGCdYa__submitBtn:hover:not(:disabled){background:var(--primary-dark)}.TermsOverlay-module__mGCdYa__submitBtn:active:not(:disabled){transform:scale(.98)}.TermsOverlay-module__mGCdYa__submitBtn:disabled{opacity:.55;cursor:not-allowed}.TermsOverlay-module__mGCdYa__thankYouBody{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2.5rem 2rem;display:flex}.TermsOverlay-module__mGCdYa__successIcon{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.TermsOverlay-module__mGCdYa__thankYouBody h2{color:var(--text-primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.TermsOverlay-module__mGCdYa__thankYouBody p{color:var(--text-secondary);max-width:380px;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.TermsOverlay-module__mGCdYa__actionButtons{gap:.75rem;width:100%;max-width:380px;display:flex}.TermsOverlay-module__mGCdYa__primaryBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:.75rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.TermsOverlay-module__mGCdYa__primaryBtn:hover{background:var(--primary-dark);color:#fff}.TermsOverlay-module__mGCdYa__secondaryBtn{color:var(--primary-color);border:2px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:.75rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.TermsOverlay-module__mGCdYa__secondaryBtn:hover{background:var(--primary-color);color:#fff}@media (max-width:480px){.TermsOverlay-module__mGCdYa__modal{border-radius:12px;max-height:95vh}.TermsOverlay-module__mGCdYa__header,.TermsOverlay-module__mGCdYa__body,.TermsOverlay-module__mGCdYa__footer{padding-left:1.25rem;padding-right:1.25rem}.TermsOverlay-module__mGCdYa__thankYouBody{padding:2rem 1.25rem}.TermsOverlay-module__mGCdYa__actionButtons{flex-direction:column}}
.Footer-module__EZoWya__footer{background:var(--bg-dark);color:#c8ddd9;margin-top:auto;padding:2.5rem 2rem 1.5rem}.Footer-module__EZoWya__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__EZoWya__brand{flex-direction:column;gap:.5rem;min-width:180px;display:flex}.Footer-module__EZoWya__logo{color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none}.Footer-module__EZoWya__logoAccent{color:var(--primary-color)}.Footer-module__EZoWya__tagline{color:#9dbdb8;font-size:.8rem;line-height:1.5}.Footer-module__EZoWya__navCol{flex-direction:column;gap:.5rem;min-width:130px;display:flex}.Footer-module__EZoWya__colTitle{text-transform:uppercase;letter-spacing:.08em;color:#9dbdb8;margin-bottom:.25rem;font-family:Montserrat,sans-serif;font-size:.7rem;font-weight:700}.Footer-module__EZoWya__footerLink{color:#c8ddd9;font-size:.875rem;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__footerLink:hover{color:#fff}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:2rem auto 0;padding-top:1.25rem;display:flex}.Footer-module__EZoWya__copyright{color:#9dbdb8;font-size:.8rem}.Footer-module__EZoWya__bottomLinks{gap:1.25rem;display:flex}.Footer-module__EZoWya__bottomLink{color:#9dbdb8;font-size:.8rem;text-decoration:none;transition:color .15s}.Footer-module__EZoWya__bottomLink:hover{color:#fff}@media (max-width:600px){.Footer-module__EZoWya__inner{flex-direction:column;gap:1.5rem}.Footer-module__EZoWya__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}
.Navbar-module__nuAbfa__navbar{border-bottom:1px solid var(--border-color);z-index:100;background:#fff;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__publicNav{background:var(--bg-primary);border-bottom:none}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__nuAbfa__container.Navbar-module__nuAbfa__publicContainer{height:auto;padding:1rem 2rem}.Navbar-module__nuAbfa__logo{color:var(--text-primary);letter-spacing:-.5px;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.Navbar-module__nuAbfa__logoAccent{color:var(--accent-color)}.Navbar-module__nuAbfa__navLinks{gap:.5rem;display:flex}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__publicNavLinks{align-items:center;gap:2.5rem}.Navbar-module__nuAbfa__navLink{color:var(--text-secondary);border-radius:50px;padding:.6rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__nuAbfa__navLink:hover{background:var(--bg-secondary);color:var(--text-primary)}.Navbar-module__nuAbfa__navLink.Navbar-module__nuAbfa__active{background:var(--primary-color);color:#fff}.Navbar-module__nuAbfa__publicNavLink{color:var(--text-secondary);border-radius:0;padding:0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__nuAbfa__publicNavLink:hover{color:var(--primary-color);background:0 0}.Navbar-module__nuAbfa__publicNavLink:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Navbar-module__nuAbfa__publicNavLink:hover:after{width:100%}.Navbar-module__nuAbfa__publicNavButton{background:var(--primary-color);color:#fff;border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Navbar-module__nuAbfa__publicNavButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px #5fa65466}.Navbar-module__nuAbfa__navLinkWithDropdown{align-items:center;display:flex;position:relative}.Navbar-module__nuAbfa__dropdownMenu{border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:200;background:#fff;border-radius:12px;gap:0;margin-top:.5rem;transition:all .2s;display:flex;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.Navbar-module__nuAbfa__dropdownMenu.Navbar-module__nuAbfa__open{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__nuAbfa__dropdownItem{color:var(--text-secondary);white-space:nowrap;border-right:1px solid var(--border-color);padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__nuAbfa__dropdownItem:first-child{border-radius:12px 0 0 12px}.Navbar-module__nuAbfa__dropdownItem:last-child{border-right:none;border-radius:0 12px 12px 0}.Navbar-module__nuAbfa__dropdownItem:hover{background:var(--bg-secondary);color:var(--primary-color)}.Navbar-module__nuAbfa__dropdownItem.Navbar-module__nuAbfa__active{background:var(--bg-secondary);color:var(--primary-color);font-weight:600}.Navbar-module__nuAbfa__userSection{align-items:center;gap:1rem;display:flex}.Navbar-module__nuAbfa__userName{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Navbar-module__nuAbfa__logoutButton{color:var(--text-secondary);border:2px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.Navbar-module__nuAbfa__logoutButton:hover{border-color:var(--error-color);color:var(--error-color)}.Navbar-module__nuAbfa__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Navbar-module__nuAbfa__mobileMenuBtn span{background:var(--text-primary);border-radius:2px;width:25px;height:3px;transition:all .2s}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:first-child{transform:rotate(45deg)translateY(11px)}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__mobileMenuBtn.Navbar-module__nuAbfa__active span:nth-child(3){transform:rotate(-45deg)translateY(-11px)}.Navbar-module__nuAbfa__mobileMenu{background:var(--bg-secondary);border-top:1px solid var(--border-color);flex-direction:column;gap:0;padding:1rem 2rem;display:flex}.Navbar-module__nuAbfa__mobileMenuLink{color:var(--text-secondary);padding:.75rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__nuAbfa__mobileMenuLink:hover{color:var(--primary-color)}.Navbar-module__nuAbfa__mobileMenuLink.Navbar-module__nuAbfa__active{color:var(--primary-color);font-weight:600}.Navbar-module__nuAbfa__mobileMenuSubLink{color:var(--text-secondary);border-left:2px solid var(--border-color);margin-left:.5rem;padding:.6rem 0 .6rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__nuAbfa__mobileMenuSubLink:hover{color:var(--primary-color)}.Navbar-module__nuAbfa__mobileMenuSubLink.Navbar-module__nuAbfa__active{color:var(--primary-color);border-left-color:var(--primary-color);font-weight:600}.Navbar-module__nuAbfa__mobileMenuLogout{color:var(--text-secondary);border:2px solid var(--border-color);cursor:pointer;text-align:center;background:0 0;border-radius:50px;width:100%;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.Navbar-module__nuAbfa__mobileMenuLogout:hover{border-color:var(--error-color);color:var(--error-color)}@media (max-width:640px){.Navbar-module__nuAbfa__container{padding:0 1rem}.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__mobileMenuBtn{display:flex}.Navbar-module__nuAbfa__userName,.Navbar-module__nuAbfa__userSection{display:none}.Navbar-module__nuAbfa__logo{font-size:1.25rem}}
.UsdaIngredientSearch-module__DTxoQW__container{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;margin-top:1rem;padding:1rem}.UsdaIngredientSearch-module__DTxoQW__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__title{color:#0369a1;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.UsdaIngredientSearch-module__DTxoQW__badge{color:#fff;background:#0ea5e9;border-radius:999px;padding:2px 7px;font-size:.65rem;font-weight:700}.UsdaIngredientSearch-module__DTxoQW__searchRow{gap:.5rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__input{color:var(--text-primary);background:#fff;border:1px solid #bae6fd;border-radius:8px;flex:1;padding:.6rem .875rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.UsdaIngredientSearch-module__DTxoQW__input:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e926}.UsdaIngredientSearch-module__DTxoQW__searchBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#0ea5e9;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .2s}.UsdaIngredientSearch-module__DTxoQW__searchBtn:hover:not(:disabled){background:#0284c7}.UsdaIngredientSearch-module__DTxoQW__searchBtn:disabled{opacity:.6;cursor:not-allowed}.UsdaIngredientSearch-module__DTxoQW__manualBtn{color:#059669;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #6ee7b7;border-radius:8px;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.UsdaIngredientSearch-module__DTxoQW__manualBtn:hover{background:#ecfdf5}.UsdaIngredientSearch-module__DTxoQW__results{flex-direction:column;gap:.4rem;max-height:300px;margin-top:.75rem;display:flex;overflow-y:auto}.UsdaIngredientSearch-module__DTxoQW__resultItem{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0f2fe;border-radius:8px;width:100%;padding:.65rem .875rem;transition:border-color .15s,background .15s}.UsdaIngredientSearch-module__DTxoQW__resultItem:hover{background:#f0f9ff;border-color:#0ea5e9}.UsdaIngredientSearch-module__DTxoQW__foodName{color:var(--text-primary);margin-bottom:.35rem;font-size:.875rem;font-weight:600;line-height:1.3}.UsdaIngredientSearch-module__DTxoQW__meta{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__brand{color:#0369a1;font-size:.75rem;font-weight:600}.UsdaIngredientSearch-module__DTxoQW__dataType{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:1px 6px;font-size:.7rem;font-weight:500}.UsdaIngredientSearch-module__DTxoQW__upc{color:#64748b;background:#f1f5f9;border-radius:999px;padding:1px 6px;font-family:monospace;font-size:.7rem;font-weight:500}.UsdaIngredientSearch-module__DTxoQW__macros{flex-wrap:wrap;gap:.75rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__macro{flex-direction:column;align-items:center;min-width:50px;display:flex}.UsdaIngredientSearch-module__DTxoQW__macroValue{color:#0369a1;font-size:.875rem;font-weight:700;line-height:1}.UsdaIngredientSearch-module__DTxoQW__macroLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin-top:2px;font-size:.65rem}.UsdaIngredientSearch-module__DTxoQW__configPanel{flex-direction:column;gap:.875rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__backBtn{color:#0369a1;cursor:pointer;background:0 0;border:1px solid #bae6fd;border-radius:6px;align-self:flex-start;padding:4px 10px;font-size:.78rem;font-weight:500;transition:background .15s}.UsdaIngredientSearch-module__DTxoQW__backBtn:hover{background:#e0f2fe}.UsdaIngredientSearch-module__DTxoQW__selectedFood{background:#fff;border:1px solid #bae6fd;border-radius:8px;padding:.65rem .875rem}.UsdaIngredientSearch-module__DTxoQW__selectedFoodName{color:var(--text-primary);font-size:.9rem;font-weight:700}.UsdaIngredientSearch-module__DTxoQW__selectedFoodBrand{color:#0369a1;margin-top:2px;font-size:.75rem;font-weight:600}.UsdaIngredientSearch-module__DTxoQW__selectedFoodUpc{color:#64748b;margin-top:2px;font-family:monospace;font-size:.7rem}.UsdaIngredientSearch-module__DTxoQW__configRow{grid-template-columns:1fr .5fr;align-items:end;gap:.625rem;display:grid}.UsdaIngredientSearch-module__DTxoQW__configField{flex-direction:column;gap:4px;display:flex}.UsdaIngredientSearch-module__DTxoQW__configLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.UsdaIngredientSearch-module__DTxoQW__configSelect,.UsdaIngredientSearch-module__DTxoQW__configInput{color:var(--text-primary);background:#fff;border:1px solid #bae6fd;border-radius:6px;padding:.5rem .625rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.UsdaIngredientSearch-module__DTxoQW__configSelect:focus,.UsdaIngredientSearch-module__DTxoQW__configInput:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e926}.UsdaIngredientSearch-module__DTxoQW__macroPreview{background:#fff;border:1px solid #bae6fd;border-radius:8px;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.75rem;display:grid}.UsdaIngredientSearch-module__DTxoQW__macroPreviewItem{flex-direction:column;align-items:center;gap:2px;display:flex}.UsdaIngredientSearch-module__DTxoQW__macroPreviewValue{color:#0369a1;font-size:1.125rem;font-weight:700;line-height:1}.UsdaIngredientSearch-module__DTxoQW__macroPreviewLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-size:.65rem}.UsdaIngredientSearch-module__DTxoQW__addBtn{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s}.UsdaIngredientSearch-module__DTxoQW__addBtn:hover:not(:disabled){background:#0284c7}.UsdaIngredientSearch-module__DTxoQW__addBtn:disabled{opacity:.5;cursor:not-allowed}.UsdaIngredientSearch-module__DTxoQW__manualPanel{flex-direction:column;gap:.875rem;display:flex}.UsdaIngredientSearch-module__DTxoQW__manualTitle{color:#059669;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #d1fae5;padding-bottom:.5rem;font-size:.8rem;font-weight:700}.UsdaIngredientSearch-module__DTxoQW__manualField{flex-direction:column;gap:4px;display:flex}.UsdaIngredientSearch-module__DTxoQW__macroInputGrid{grid-template-columns:repeat(4,1fr);gap:.625rem;display:grid}.UsdaIngredientSearch-module__DTxoQW__inputError{border-color:#f87171!important;box-shadow:0 0 0 3px #f8717126!important}.UsdaIngredientSearch-module__DTxoQW__fieldError{color:#dc2626;margin-top:2px;font-size:.75rem}.UsdaIngredientSearch-module__DTxoQW__empty{text-align:center;color:#64748b;padding:.75rem;font-size:.875rem}.UsdaIngredientSearch-module__DTxoQW__error{color:#dc2626;margin-top:.5rem;font-size:.875rem}@media (max-width:600px){.UsdaIngredientSearch-module__DTxoQW__macroPreview,.UsdaIngredientSearch-module__DTxoQW__macroInputGrid{grid-template-columns:repeat(2,1fr)}.UsdaIngredientSearch-module__DTxoQW__configRow{grid-template-columns:1fr}}
.detail-module__jZGIXa__pageWrapper{background:var(--bg-secondary);min-height:100vh}.detail-module__jZGIXa__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.detail-module__jZGIXa__loading,.detail-module__jZGIXa__notFound{text-align:center;padding:4rem 2rem}.detail-module__jZGIXa__notFound h1{color:var(--text-primary);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem}.detail-module__jZGIXa__notFound p{color:var(--text-secondary);margin-bottom:1.5rem}.detail-module__jZGIXa__backLink{color:var(--accent-color);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.detail-module__jZGIXa__backLink:hover{color:var(--primary-dark)}.detail-module__jZGIXa__backButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.875rem 2rem;font-weight:600;transition:all .2s}.detail-module__jZGIXa__backButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #5fa65466}.detail-module__jZGIXa__recipeHeader{border:1px solid var(--border-color);background:#fff;border-radius:20px;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding:2rem;display:grid;box-shadow:0 4px 12px #0000000d}.detail-module__jZGIXa__headerContent{flex-direction:column;justify-content:center;display:flex}.detail-module__jZGIXa__category{background:var(--accent-color);color:#fff;border-radius:50px;width:fit-content;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-block}.detail-module__jZGIXa__title{color:var(--text-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.detail-module__jZGIXa__description{color:var(--text-secondary);margin:0 0 1.5rem;font-size:1.1rem;line-height:1.6}.detail-module__jZGIXa__timeInfo{gap:2rem;display:flex}.detail-module__jZGIXa__timeItem{align-items:center;gap:.75rem;display:flex}.detail-module__jZGIXa__timeIcon{font-size:1.5rem}.detail-module__jZGIXa__timeLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:500;display:block}.detail-module__jZGIXa__timeValue{color:var(--text-primary);font-size:1rem;font-weight:600;display:block}.detail-module__jZGIXa__content{grid-template-columns:1fr 350px;gap:2rem;display:grid}.detail-module__jZGIXa__leftColumn{flex-direction:column;gap:2rem;display:flex}.detail-module__jZGIXa__section{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.detail-module__jZGIXa__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.detail-module__jZGIXa__sectionTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.detail-module__jZGIXa__servingsControl{align-items:center;gap:.5rem;display:flex}.detail-module__jZGIXa__servingsLabel{color:var(--text-secondary);font-size:.875rem;font-weight:500}.detail-module__jZGIXa__servingsButton{border:2px solid var(--border-color);width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:500;transition:all .2s;display:flex}.detail-module__jZGIXa__servingsButton:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.detail-module__jZGIXa__servingsButton:disabled{opacity:.5;cursor:not-allowed}.detail-module__jZGIXa__servingsInput{border:2px solid var(--border-color);text-align:center;width:50px;height:36px;color:var(--text-primary);border-radius:10px;font-size:1rem;font-weight:600}.detail-module__jZGIXa__servingsInput:focus{border-color:var(--primary-color);outline:none}.detail-module__jZGIXa__calendarSection{border-top:1px solid var(--bg-secondary);border-bottom:1px solid var(--bg-secondary);margin:1.5rem 0;padding:1rem 0}.detail-module__jZGIXa__addToCalendarButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.detail-module__jZGIXa__addToCalendarButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.detail-module__jZGIXa__downloadPdfButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.detail-module__jZGIXa__downloadPdfButton:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.detail-module__jZGIXa__downloadPdfButton:disabled{opacity:.7;cursor:not-allowed}.detail-module__jZGIXa__calendarExpanded{background:var(--bg-secondary);border-radius:12px;flex-direction:column;gap:1.25rem;margin-top:1rem;padding:1.25rem;display:flex}.detail-module__jZGIXa__calendarRow{flex-direction:column;gap:.75rem;display:flex}.detail-module__jZGIXa__calendarLabel{color:var(--text-primary);font-size:.875rem;font-weight:600}.detail-module__jZGIXa__mealTypeButtons{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.detail-module__jZGIXa__mealTypeButton{cursor:pointer;border:2px solid;border-radius:10px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.detail-module__jZGIXa__mealTypeButton:hover{opacity:.8;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.detail-module__jZGIXa__mealTypeButton.detail-module__jZGIXa__active{box-shadow:0 4px 12px #0003}.detail-module__jZGIXa__dateInput{border:2px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:10px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s}.detail-module__jZGIXa__dateInput:focus{border-color:var(--primary-color);outline:none}.detail-module__jZGIXa__calendarActions{gap:.75rem;margin-top:.5rem;display:flex}.detail-module__jZGIXa__saveButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.detail-module__jZGIXa__saveButton:hover{background:#4a7c59;transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.detail-module__jZGIXa__cancelButton{color:var(--text-secondary);border:2px solid var(--border-color);cursor:pointer;background:#fff;border-radius:10px;flex:1;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.detail-module__jZGIXa__cancelButton:hover{border-color:var(--text-secondary);color:var(--text-primary)}.detail-module__jZGIXa__ingredientsList{margin:0;padding:0;list-style:none}.detail-module__jZGIXa__ingredient{border-bottom:1px solid var(--bg-secondary);gap:1rem;padding:.875rem 0;display:flex}.detail-module__jZGIXa__ingredient:last-child{border-bottom:none}.detail-module__jZGIXa__ingredientAmount{min-width:100px;color:var(--accent-color);font-weight:600}.detail-module__jZGIXa__ingredientName{color:var(--text-primary)}.detail-module__jZGIXa__instructionsList{margin:0;padding:0;list-style:none}.detail-module__jZGIXa__instruction{border-bottom:1px solid var(--bg-secondary);gap:1rem;padding:1rem 0;display:flex}.detail-module__jZGIXa__instruction:last-child{border-bottom:none}.detail-module__jZGIXa__stepNumber{background:var(--accent-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.detail-module__jZGIXa__stepText{color:var(--text-primary);padding-top:.25rem;line-height:1.7}.detail-module__jZGIXa__rightColumn{height:fit-content;position:sticky;top:90px}.detail-module__jZGIXa__macrosCard{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.detail-module__jZGIXa__macrosTitle{color:var(--text-primary);margin:0 0 .25rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.detail-module__jZGIXa__macrosSubtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.8rem}.detail-module__jZGIXa__macrosGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.detail-module__jZGIXa__macroItem{text-align:center;background:var(--bg-secondary);border-radius:12px;padding:1rem}.detail-module__jZGIXa__macroValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;display:block}.detail-module__jZGIXa__macroLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:500}.detail-module__jZGIXa__macrosBars{border-top:1px solid var(--bg-secondary);flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.detail-module__jZGIXa__macroBar{grid-template-columns:60px 1fr 50px;align-items:center;gap:.75rem;display:grid}.detail-module__jZGIXa__barLabel{color:var(--text-secondary);font-size:.8rem}.detail-module__jZGIXa__barContainer{background:var(--bg-secondary);border-radius:4px;height:8px;overflow:hidden}.detail-module__jZGIXa__barFill{border-radius:4px;height:100%;transition:width .3s}.detail-module__jZGIXa__barValue{color:var(--text-primary);text-align:right;font-size:.8rem;font-weight:600}@media (max-width:900px){.detail-module__jZGIXa__content{grid-template-columns:1fr}.detail-module__jZGIXa__rightColumn{position:static}.detail-module__jZGIXa__title{font-size:1.75rem}.detail-module__jZGIXa__timeInfo{flex-wrap:wrap;gap:1rem}}@media (max-width:640px){.detail-module__jZGIXa__main{padding:1.5rem 1rem}.detail-module__jZGIXa__sectionHeader{flex-direction:column;align-items:flex-start}.detail-module__jZGIXa__mealTypeButtons{grid-template-columns:1fr}.detail-module__jZGIXa__calendarActions{flex-direction:column}}
.Breadcrumb-module__dOlXeW__breadcrumb{flex-wrap:wrap;align-items:center;gap:0;margin-bottom:1.25rem;display:flex}.Breadcrumb-module__dOlXeW__crumbWrapper{align-items:center;gap:0;display:inline-flex}.Breadcrumb-module__dOlXeW__separator{color:var(--text-muted);-webkit-user-select:none;user-select:none;padding:0 .4rem;font-size:.8rem}.Breadcrumb-module__dOlXeW__link{color:var(--text-muted);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s}.Breadcrumb-module__dOlXeW__link:hover{color:var(--primary-color)}.Breadcrumb-module__dOlXeW__current{color:var(--text-secondary);font-size:.8rem;font-weight:600}
.ProtectedRoute-module__mYb6ua__loadingContainer{background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.ProtectedRoute-module__mYb6ua__spinner{border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:48px;height:48px;animation:1s linear infinite ProtectedRoute-module__mYb6ua__spin}@keyframes ProtectedRoute-module__mYb6ua__spin{to{transform:rotate(360deg)}}.ProtectedRoute-module__mYb6ua__loadingText{color:#6b7280;margin-top:1rem;font-size:.875rem}
.favorites-module__IgvdrW__pageWrapper{background:var(--bg-secondary);min-height:100vh}.favorites-module__IgvdrW__pageWrapper.favorites-module__IgvdrW__publicPageWrapper{background:var(--bg-primary)}.favorites-module__IgvdrW__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.favorites-module__IgvdrW__main.favorites-module__IgvdrW__publicMain{padding:4rem 2rem 6rem}.favorites-module__IgvdrW__header{text-align:center;margin-bottom:2.5rem}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__header{margin-bottom:3.5rem}.favorites-module__IgvdrW__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__title{font-size:2.5rem}.favorites-module__IgvdrW__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__subtitle{margin-top:1rem;font-size:1.15rem}.favorites-module__IgvdrW__section{margin-bottom:2.5rem}.favorites-module__IgvdrW__sectionTitle{color:var(--text-primary);border-bottom:2px solid var(--border-color);margin:0 0 1.25rem;padding-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__sectionTitle{border-bottom:none;margin-bottom:2rem;padding-bottom:0;font-size:1.5rem}.favorites-module__IgvdrW__topicsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__topicsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.favorites-module__IgvdrW__topicCard{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__topicCard{box-shadow:0 4px 12px #00000014}.favorites-module__IgvdrW__topicCard:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__topicCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.favorites-module__IgvdrW__topicIcon{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.favorites-module__IgvdrW__topicImage{border-radius:12px;width:100%;height:auto;margin:0 auto;display:block}.favorites-module__IgvdrW__topicContent{flex-direction:column;flex:1;display:flex}.favorites-module__IgvdrW__topicTitle{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.favorites-module__IgvdrW__topicDescription{color:var(--text-secondary);margin:0 0 auto;font-size:.9rem;line-height:1.5}.favorites-module__IgvdrW__topicMeta{border-top:1px solid var(--bg-secondary);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.favorites-module__IgvdrW__readTime{color:var(--text-muted);font-size:.8rem}.favorites-module__IgvdrW__readMore{color:var(--primary-color);font-size:.85rem;font-weight:600}.favorites-module__IgvdrW__topicCard:hover .favorites-module__IgvdrW__readMore{color:var(--primary-dark)}.favorites-module__IgvdrW__articleWrapper{background:var(--bg-secondary);min-height:100vh}.favorites-module__IgvdrW__articleWrapper.favorites-module__IgvdrW__publicPageWrapper{background:var(--bg-primary)}.favorites-module__IgvdrW__articleMain{max-width:800px;margin:0 auto;padding:2rem}.favorites-module__IgvdrW__articleMain.favorites-module__IgvdrW__publicMain{padding:4rem 2rem 6rem}.favorites-module__IgvdrW__backLink{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.favorites-module__IgvdrW__backLink:hover{color:var(--primary-dark)}.favorites-module__IgvdrW__articleHeader{margin-bottom:2rem}.favorites-module__IgvdrW__articleCategory{background:var(--primary-color);color:#fff;border-radius:50px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.favorites-module__IgvdrW__articleTitle{color:var(--text-primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__articleTitle{font-size:2.5rem}.favorites-module__IgvdrW__articleMeta{color:var(--text-muted);gap:1.5rem;font-size:.875rem;display:flex}.favorites-module__IgvdrW__articleContent{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 12px #0000000d}.favorites-module__IgvdrW__publicMain .favorites-module__IgvdrW__articleContent{box-shadow:0 8px 20px #0000001a}.favorites-module__IgvdrW__articleContent h2{color:var(--text-primary);margin:2rem 0 1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.favorites-module__IgvdrW__articleContent h2:first-child{margin-top:0}.favorites-module__IgvdrW__articleContent h3{color:var(--text-primary);margin:1.5rem 0 .75rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600}.favorites-module__IgvdrW__articleContent p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.favorites-module__IgvdrW__articleContent ul,.favorites-module__IgvdrW__articleContent ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}.favorites-module__IgvdrW__articleContent li{margin-bottom:.5rem}.favorites-module__IgvdrW__tipBox{background:var(--bg-secondary);border-left:4px solid var(--primary-color);border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.favorites-module__IgvdrW__tipBox strong{color:var(--text-primary);margin-bottom:.5rem;display:block}.favorites-module__IgvdrW__tipBox p{color:var(--text-secondary);margin:0}.favorites-module__IgvdrW__keyPoint{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.favorites-module__IgvdrW__keyPoint p{color:#fff;margin:0;font-size:1.1rem;font-weight:500}.favorites-module__IgvdrW__stepsList{counter-reset:step;padding:0;list-style:none}.favorites-module__IgvdrW__stepsList li{margin-bottom:1.25rem;padding-left:3rem;position:relative}.favorites-module__IgvdrW__stepsList li:before{counter-increment:step;content:counter(step);background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.favorites-module__IgvdrW__relatedArticles{margin-top:2.5rem}.favorites-module__IgvdrW__relatedTitle{color:var(--text-primary);margin:0 0 1.25rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.favorites-module__IgvdrW__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.favorites-module__IgvdrW__relatedCard{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s}.favorites-module__IgvdrW__relatedCard:hover{border-color:var(--primary-color);box-shadow:0 4px 15px #00000014}.favorites-module__IgvdrW__relatedCard h4{color:var(--text-primary);margin:0 0 .25rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600}.favorites-module__IgvdrW__relatedCard span{color:var(--text-muted);font-size:.8rem}.favorites-module__IgvdrW__articleImage{border-radius:12px;width:100%;height:auto;margin:1.5rem 0}@media (max-width:768px){.favorites-module__IgvdrW__main{padding:1.5rem 1rem}.favorites-module__IgvdrW__title{font-size:1.5rem}.favorites-module__IgvdrW__topicsGrid{grid-template-columns:1fr}.favorites-module__IgvdrW__topicCard{text-align:center;flex-direction:column}.favorites-module__IgvdrW__topicIcon{margin:0 auto}.favorites-module__IgvdrW__topicImage{width:100%;height:auto;margin:0 auto}.favorites-module__IgvdrW__topicMeta{flex-direction:column;gap:.5rem}.favorites-module__IgvdrW__articleMain{padding:1.5rem 1rem}.favorites-module__IgvdrW__articleTitle{font-size:1.5rem}.favorites-module__IgvdrW__articleContent{padding:1.5rem}.favorites-module__IgvdrW__articleMeta{flex-direction:column;gap:.5rem}}
.PublicFooter-module__4ojt3a__footer{background:var(--text-primary);color:#fffc;padding:4rem 2rem 2rem}.PublicFooter-module__4ojt3a__footerContent{grid-template-columns:2fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto 3rem;display:grid}.PublicFooter-module__4ojt3a__footerBrand{max-width:300px}.PublicFooter-module__4ojt3a__footerLogo{color:#fff;margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.PublicFooter-module__4ojt3a__logoAccent{color:var(--primary-color)}.PublicFooter-module__4ojt3a__footerBrand p{margin:0 0 1.5rem;line-height:1.7}.PublicFooter-module__4ojt3a__socialLinks{gap:1rem;display:flex}.PublicFooter-module__4ojt3a__socialLinks a{font-size:1.5rem;transition:transform .2s}.PublicFooter-module__4ojt3a__socialLinks a:hover{transform:scale(1.1)}.PublicFooter-module__4ojt3a__footerLinks h4{color:#fff;margin:0 0 1.25rem;font-size:1rem;font-weight:700}.PublicFooter-module__4ojt3a__footerLinks ul{margin:0;padding:0;list-style:none}.PublicFooter-module__4ojt3a__footerLinks li{color:#ffffffb3;margin-bottom:.75rem}.PublicFooter-module__4ojt3a__footerLinks a{color:#ffffffb3;text-decoration:none;transition:color .2s}.PublicFooter-module__4ojt3a__footerLinks a:hover{color:var(--primary-color)}.PublicFooter-module__4ojt3a__footerBottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.9rem}@media (max-width:1024px){.PublicFooter-module__4ojt3a__footerContent{grid-template-columns:1fr 1fr;gap:3rem}.PublicFooter-module__4ojt3a__footerBrand{text-align:center;grid-column:1/-1;max-width:none}}@media (max-width:768px){.PublicFooter-module__4ojt3a__footerContent{text-align:center;grid-template-columns:1fr}.PublicFooter-module__4ojt3a__socialLinks{justify-content:center}}
.RecipeCard-module__24_LyW__card{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:20px;text-decoration:none;transition:all .3s;display:block;overflow:hidden;box-shadow:0 4px 12px #0000000d}.RecipeCard-module__24_LyW__card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.RecipeCard-module__24_LyW__imageContainer{background:var(--accent-color);height:180px;position:relative}.RecipeCard-module__24_LyW__recipeCardImage{object-fit:cover;width:100%;height:100%;display:block}.RecipeCard-module__24_LyW__imagePlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.RecipeCard-module__24_LyW__imageIcon{opacity:.5;font-size:4rem}.RecipeCard-module__24_LyW__categoryContainer{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex;position:absolute;top:12px;right:12px}.RecipeCard-module__24_LyW__category{color:var(--accent-color);background:#fffffff2;border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.RecipeCard-module__24_LyW__content{padding:1.5rem}.RecipeCard-module__24_LyW__title{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:700}.RecipeCard-module__24_LyW__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.RecipeCard-module__24_LyW__timeInfo{gap:1rem;margin-bottom:1rem;display:flex}.RecipeCard-module__24_LyW__time{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.8rem;display:flex}.RecipeCard-module__24_LyW__timeIcon{font-size:.875rem}.RecipeCard-module__24_LyW__macros{border-top:1px solid var(--bg-secondary);grid-template-columns:repeat(4,1fr);gap:.5rem;padding-top:1rem;display:grid}.RecipeCard-module__24_LyW__macro{text-align:center}.RecipeCard-module__24_LyW__macroValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;display:block}.RecipeCard-module__24_LyW__macroLabel{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:500}
.UpgradeGate-module__D3KzVa__gate{border:1px solid var(--border-color);text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;padding:5rem 2rem;display:flex}.UpgradeGate-module__D3KzVa__icon{margin-bottom:1.25rem;font-size:3.5rem}.UpgradeGate-module__D3KzVa__title{color:var(--text-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.UpgradeGate-module__D3KzVa__text{color:var(--text-secondary);max-width:480px;margin:0 0 2rem;font-size:1rem;line-height:1.6}.UpgradeGate-module__D3KzVa__btn{background:var(--primary-color);color:#fff;border-radius:50px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.UpgradeGate-module__D3KzVa__btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}
.calculate-module__eq--0q__pageWrapper{background:var(--bg-secondary);min-height:100vh}.calculate-module__eq--0q__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.calculate-module__eq--0q__header{text-align:center;margin-bottom:2.5rem}.calculate-module__eq--0q__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.calculate-module__eq--0q__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.calculate-module__eq--0q__topicsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.calculate-module__eq--0q__topicCard{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:16px;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.calculate-module__eq--0q__topicCard:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.calculate-module__eq--0q__topicIcon{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.calculate-module__eq--0q__topicContent{flex-direction:column;flex:1;display:flex}.calculate-module__eq--0q__topicTitle{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.calculate-module__eq--0q__topicDescription{color:var(--text-secondary);margin:0 0 auto;font-size:.9rem;line-height:1.5}.calculate-module__eq--0q__topicMeta{border-top:1px solid var(--bg-secondary);justify-content:flex-end;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.calculate-module__eq--0q__readMore{color:var(--primary-color);font-size:.85rem;font-weight:600}.calculate-module__eq--0q__topicCard:hover .calculate-module__eq--0q__readMore{color:var(--primary-dark)}@media (max-width:768px){.calculate-module__eq--0q__main{padding:1.5rem 1rem}.calculate-module__eq--0q__title{font-size:1.5rem}.calculate-module__eq--0q__topicsGrid{grid-template-columns:1fr}.calculate-module__eq--0q__topicCard{text-align:center;flex-direction:column}.calculate-module__eq--0q__topicIcon{margin:0 auto}}
.cardio-module__v8msXq__pageWrapper{background:var(--bg-secondary);min-height:100vh}.cardio-module__v8msXq__main{max-width:1400px;margin:0 auto;padding:3.5rem 2rem 2rem}.cardio-module__v8msXq__header{margin-bottom:2rem}.cardio-module__v8msXq__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.cardio-module__v8msXq__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.cardio-module__v8msXq__controls{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.cardio-module__v8msXq__navButton{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__navButton:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cardio-module__v8msXq__todayButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__todayButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.cardio-module__v8msXq__weekDisplay{text-align:center;color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;font-weight:500}.cardio-module__v8msXq__error{color:#c33;background:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.cardio-module__v8msXq__error p{margin:0}.cardio-module__v8msXq__calendar{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.cardio-module__v8msXq__dayColumn{background:#fff;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #0000001a}.cardio-module__v8msXq__dayColumn:hover{box-shadow:0 4px 12px #00000026}.cardio-module__v8msXq__dayColumn.cardio-module__v8msXq__today{border:2px solid var(--primary-color);background:linear-gradient(135deg,#5fa6540d 0%,#5fa65405 100%)}.cardio-module__v8msXq__dayHeader{border-bottom:2px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.cardio-module__v8msXq__dayName{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700}.cardio-module__v8msXq__dayDate{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.cardio-module__v8msXq__minutesContainer{margin-bottom:1rem}.cardio-module__v8msXq__minutesLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.9rem}.cardio-module__v8msXq__minutesValue{color:var(--primary-color);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.cardio-module__v8msXq__minutesSubtext{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem}.cardio-module__v8msXq__buttonGroup{gap:.75rem;margin-top:1rem;display:flex}.cardio-module__v8msXq__addButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__addButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.cardio-module__v8msXq__addButton:active{transform:translateY(0)}.cardio-module__v8msXq__editButton{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__editButton:hover{background:#4a7c59;transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.cardio-module__v8msXq__deleteButton{color:#c33;cursor:pointer;background:#fee;border:1px solid #fcc;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__deleteButton:hover{background:#fdd;border-color:#c33;transform:translateY(-2px)}.cardio-module__v8msXq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cardio-module__v8msXq__modal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #0000004d}.cardio-module__v8msXq__modalHeader{margin-bottom:1.5rem}.cardio-module__v8msXq__modalTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.cardio-module__v8msXq__modalContent,.cardio-module__v8msXq__formGroup{margin-bottom:1.5rem}.cardio-module__v8msXq__formLabel{color:var(--text-primary);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.cardio-module__v8msXq__formInput{border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;background:#fff;border-radius:8px;padding:.75rem;font-size:1rem;transition:all .2s}.cardio-module__v8msXq__formInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa6541a}.cardio-module__v8msXq__modalActions{justify-content:flex-end;gap:1rem;display:flex}.cardio-module__v8msXq__cancelButton{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__cancelButton:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.cardio-module__v8msXq__saveButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.cardio-module__v8msXq__saveButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.cardio-module__v8msXq__saveButton:disabled{background:var(--border-color);cursor:not-allowed;transform:none}.cardio-module__v8msXq__loading{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1.1rem}.cardio-module__v8msXq__noData{text-align:center;color:var(--text-secondary);padding:2rem}@media (max-width:768px){.cardio-module__v8msXq__main{padding:1rem}.cardio-module__v8msXq__title{font-size:1.5rem}.cardio-module__v8msXq__calendar{grid-template-columns:1fr}.cardio-module__v8msXq__controls{flex-direction:column;gap:.75rem}.cardio-module__v8msXq__navButton,.cardio-module__v8msXq__todayButton{width:100%}}
.macros-module__8v7LKW__pageWrapper{background:var(--bg-secondary);min-height:100vh}.macros-module__8v7LKW__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.macros-module__8v7LKW__header{text-align:center;margin-bottom:2rem}.macros-module__8v7LKW__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.macros-module__8v7LKW__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.macros-module__8v7LKW__calculatorGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.macros-module__8v7LKW__card{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 12px #0000000d}.macros-module__8v7LKW__cardTitle{color:var(--text-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.macros-module__8v7LKW__form{flex-direction:column;gap:1.5rem;display:flex}.macros-module__8v7LKW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.macros-module__8v7LKW__label{color:var(--text-primary);font-size:.875rem;font-weight:600}.macros-module__8v7LKW__input{border:2px solid var(--border-color);border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.macros-module__8v7LKW__input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa6541a}.macros-module__8v7LKW__select{border:2px solid var(--border-color);cursor:pointer;background:#fff;border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.macros-module__8v7LKW__select:focus{border-color:var(--primary-color);outline:none}.macros-module__8v7LKW__toggleGroup{gap:.5rem;display:flex}.macros-module__8v7LKW__toggleButton{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:12px;flex:1;padding:.875rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.macros-module__8v7LKW__toggleButton:hover{border-color:var(--primary-color);color:var(--primary-color)}.macros-module__8v7LKW__toggleButton.macros-module__8v7LKW__active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.macros-module__8v7LKW__heightInputs{gap:1rem;display:flex}.macros-module__8v7LKW__heightField{flex:1;align-items:center;gap:.5rem;display:flex}.macros-module__8v7LKW__heightField .macros-module__8v7LKW__input{width:100%}.macros-module__8v7LKW__heightLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}.macros-module__8v7LKW__goalGroup{gap:.5rem;display:flex}.macros-module__8v7LKW__goalButton{border:2px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:12px;flex:1;padding:.75rem .5rem;font-size:.8rem;font-weight:500;transition:all .2s}.macros-module__8v7LKW__goalButton:hover{border-color:var(--primary-color);color:var(--primary-color)}.macros-module__8v7LKW__goalButton.macros-module__8v7LKW__active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.macros-module__8v7LKW__calculateButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.macros-module__8v7LKW__calculateButton:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #5fa65466}.macros-module__8v7LKW__calculateButton:disabled{cursor:not-allowed;box-shadow:none;background:#ccc;transform:none}.macros-module__8v7LKW__results{flex-direction:column;gap:2rem;display:flex}.macros-module__8v7LKW__calorieResult{text-align:center;background:var(--bg-secondary);border-radius:16px;padding:2rem}.macros-module__8v7LKW__calorieLabel{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.macros-module__8v7LKW__calorieValue{color:var(--accent-color);font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:800;line-height:1;display:block}.macros-module__8v7LKW__calorieUnit{color:var(--text-secondary);margin-top:.25rem;font-size:1rem;display:block}.macros-module__8v7LKW__macroGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.macros-module__8v7LKW__macroCard{text-align:center;background:var(--bg-secondary);border-left:4px solid var(--macro-color);border-radius:16px;padding:1.5rem 1rem}.macros-module__8v7LKW__macroValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;display:block}.macros-module__8v7LKW__macroLabel{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem;font-weight:600;display:block}.macros-module__8v7LKW__macroCals{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;display:block}.macros-module__8v7LKW__macroBar{background:var(--bg-secondary);border-radius:8px;height:16px;display:flex;overflow:hidden}.macros-module__8v7LKW__macroBarProtein{background:#5fa654;transition:width .3s}.macros-module__8v7LKW__macroBarCarbs{background:#10b981;transition:width .3s}.macros-module__8v7LKW__macroBarFat{background:#f59e0b;transition:width .3s}.macros-module__8v7LKW__macroLegend{color:var(--text-secondary);justify-content:center;gap:1.5rem;font-size:.85rem;display:flex}.macros-module__8v7LKW__legendDot{border-radius:50%;width:10px;height:10px;margin-right:.375rem;display:inline-block}.macros-module__8v7LKW__infoSection{border-top:1px solid var(--border-color);padding-top:1.5rem}.macros-module__8v7LKW__infoTitle{color:var(--text-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700}.macros-module__8v7LKW__infoList{flex-direction:column;gap:.5rem;margin:0;padding-left:1.25rem;display:flex}.macros-module__8v7LKW__infoList li{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.macros-module__8v7LKW__placeholder{text-align:center;padding:4rem 2rem}.macros-module__8v7LKW__placeholderIcon{margin-bottom:1rem;font-size:4rem;display:block}.macros-module__8v7LKW__placeholder p{color:var(--text-secondary);max-width:300px;margin:0 auto;font-size:1rem}@media (max-width:900px){.macros-module__8v7LKW__calculatorGrid{grid-template-columns:1fr}}@media (max-width:640px){.macros-module__8v7LKW__main{box-sizing:border-box;max-width:100%;padding:.75rem;overflow-x:hidden}.macros-module__8v7LKW__header{margin-bottom:1.5rem}.macros-module__8v7LKW__title{word-break:break-word;margin:0;font-size:1.5rem}.macros-module__8v7LKW__subtitle{font-size:.9rem}.macros-module__8v7LKW__calculatorGrid{gap:1.5rem}.macros-module__8v7LKW__card{border-radius:16px;width:100%;padding:1rem;overflow-x:hidden}.macros-module__8v7LKW__cardTitle{margin-bottom:1rem;font-size:1.1rem}.macros-module__8v7LKW__form{gap:1.25rem}.macros-module__8v7LKW__inputGroup{gap:.4rem;width:100%}.macros-module__8v7LKW__label{font-size:.825rem;font-weight:600}.macros-module__8v7LKW__input,.macros-module__8v7LKW__select{box-sizing:border-box;width:100%;padding:.75rem .875rem;font-size:1rem}.macros-module__8v7LKW__toggleButton{min-width:0;padding:.7rem .5rem;font-size:.8rem}.macros-module__8v7LKW__heightInputs{flex-direction:column;gap:.6rem;width:100%}.macros-module__8v7LKW__heightField{align-items:center;gap:.4rem;width:100%;display:flex}.macros-module__8v7LKW__heightField .macros-module__8v7LKW__input{flex:1;min-width:0}.macros-module__8v7LKW__heightLabel{white-space:nowrap;flex-shrink:0}.macros-module__8v7LKW__goalGroup{flex-direction:column;gap:.6rem;width:100%}.macros-module__8v7LKW__goalButton{box-sizing:border-box;width:100%;padding:.75rem .875rem;font-size:.85rem}.macros-module__8v7LKW__calculateButton{box-sizing:border-box;width:100%;margin-top:.5rem;padding:.875rem 1.25rem;font-size:.95rem}.macros-module__8v7LKW__results{gap:1.5rem;width:100%}.macros-module__8v7LKW__calorieResult{box-sizing:border-box;width:100%;padding:1.25rem 1rem}.macros-module__8v7LKW__calorieValue{font-size:2.2rem}.macros-module__8v7LKW__calorieLabel{font-size:.8rem}.macros-module__8v7LKW__calorieUnit{font-size:.85rem}.macros-module__8v7LKW__macroGrid{grid-template-columns:1fr;gap:.75rem;width:100%}.macros-module__8v7LKW__macroCard{box-sizing:border-box;width:100%;padding:1rem .875rem}.macros-module__8v7LKW__macroValue{font-size:1.65rem}.macros-module__8v7LKW__macroLabel{font-size:.8rem}.macros-module__8v7LKW__macroCals{font-size:.7rem}.macros-module__8v7LKW__macroBar{box-sizing:border-box;width:100%}.macros-module__8v7LKW__macroLegend{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;padding:0;font-size:.75rem}.macros-module__8v7LKW__macroLegend span{word-break:break-word}.macros-module__8v7LKW__legendDot{width:8px;height:8px;margin-right:.25rem}.macros-module__8v7LKW__infoSection{width:100%;padding-top:1rem}.macros-module__8v7LKW__infoTitle{margin-bottom:.75rem;font-size:.9rem}.macros-module__8v7LKW__infoList{gap:.4rem;margin:0;padding-left:1.25rem}.macros-module__8v7LKW__infoList li{font-size:.8rem;line-height:1.4}.macros-module__8v7LKW__placeholder{box-sizing:border-box;width:100%;padding:2rem 1rem}.macros-module__8v7LKW__placeholderIcon{margin-bottom:.75rem;font-size:3rem}.macros-module__8v7LKW__placeholder p{max-width:100%;font-size:.9rem}}
.weight-module__gT1gIW__pageWrapper{background:var(--bg-secondary);min-height:100vh}.weight-module__gT1gIW__main{max-width:1400px;margin:0 auto;padding:3.5rem 2rem 2rem}.weight-module__gT1gIW__header{margin-bottom:2rem}.weight-module__gT1gIW__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.weight-module__gT1gIW__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.weight-module__gT1gIW__error{color:#c33;background:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.weight-module__gT1gIW__error p{margin:0}.weight-module__gT1gIW__container{flex-direction:column;gap:2rem;display:flex}.weight-module__gT1gIW__updater{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;align-items:start;gap:2rem;padding:2rem;display:grid;box-shadow:0 2px 8px #0000001a}.weight-module__gT1gIW__dateSection{flex-direction:column;display:flex}.weight-module__gT1gIW__formLabel{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.weight-module__gT1gIW__dateInput{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:8px;padding:.75rem;font-size:1rem;transition:all .2s}.weight-module__gT1gIW__dateInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa6541a}.weight-module__gT1gIW__todayLabel{color:var(--primary-color);background:#5fa6541a;border-radius:12px;margin-top:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.weight-module__gT1gIW__weightSection{flex-direction:column;gap:1.5rem;display:flex}.weight-module__gT1gIW__currentWeight{text-align:center;background:linear-gradient(135deg,#5fa6541a 0%,#5fa6540d 100%);border:2px solid #5fa65433;border-radius:12px;padding:1.5rem}.weight-module__gT1gIW__weightLabel{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem}.weight-module__gT1gIW__weightValue{color:var(--primary-color);font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;line-height:1}.weight-module__gT1gIW__weightUnit{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.weight-module__gT1gIW__inputGroup{flex-direction:column;display:flex}.weight-module__gT1gIW__formInput{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;padding:.75rem;font-size:1rem;transition:all .2s}.weight-module__gT1gIW__formInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa6541a}.weight-module__gT1gIW__buttonGroup{gap:.75rem;display:flex}.weight-module__gT1gIW__saveButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.weight-module__gT1gIW__saveButton:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #5fa6544d}.weight-module__gT1gIW__saveButton:disabled{background:var(--border-color);cursor:not-allowed}.weight-module__gT1gIW__deleteButton{color:#c33;cursor:pointer;background:#fee;border:1px solid #fcc;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.weight-module__gT1gIW__deleteButton:hover:not(:disabled){background:#fdd;border-color:#c33;transform:translateY(-2px)}.weight-module__gT1gIW__deleteButton:disabled{opacity:.5;cursor:not-allowed}.weight-module__gT1gIW__chartSection{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.weight-module__gT1gIW__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.weight-module__gT1gIW__chartTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.weight-module__gT1gIW__rangeButtons{flex-wrap:wrap;gap:.5rem;display:flex}.weight-module__gT1gIW__rangeButton{border:2px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.weight-module__gT1gIW__rangeButton:hover{border-color:var(--primary-color);color:var(--primary-color)}.weight-module__gT1gIW__rangeButton.weight-module__gT1gIW__active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 2px 8px #5fa6544d}.weight-module__gT1gIW__chartContainer{margin-bottom:2rem;padding:1rem 0;overflow-x:auto}.weight-module__gT1gIW__stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.weight-module__gT1gIW__statItem{text-align:center;background:linear-gradient(135deg,#5fa6540d 0%,#5fa65405 100%);border:1px solid #5fa65433;border-radius:8px;padding:1rem}.weight-module__gT1gIW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.weight-module__gT1gIW__statValue{color:var(--primary-color);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;display:block}.weight-module__gT1gIW__noData{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #0000001a}.weight-module__gT1gIW__loading{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1.1rem}@media (max-width:768px){.weight-module__gT1gIW__main{padding:1rem}.weight-module__gT1gIW__title{font-size:1.5rem}.weight-module__gT1gIW__updater{grid-template-columns:1fr}.weight-module__gT1gIW__chartHeader{flex-direction:column;align-items:flex-start}.weight-module__gT1gIW__rangeButtons{width:100%}.weight-module__gT1gIW__rangeButton{flex:1;min-width:70px}.weight-module__gT1gIW__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.weight-module__gT1gIW__container{gap:1.5rem}.weight-module__gT1gIW__updater,.weight-module__gT1gIW__chartSection{padding:1.5rem}.weight-module__gT1gIW__weightValue{font-size:2rem}.weight-module__gT1gIW__stats{grid-template-columns:1fr}.weight-module__gT1gIW__chartContainer{-webkit-overflow-scrolling:touch;overflow-x:auto}}
.coaching-module__7AXpAG__pageWrapper{background:var(--bg-secondary);min-height:100vh}.coaching-module__7AXpAG__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.coaching-module__7AXpAG__header{margin-bottom:2rem}.coaching-module__7AXpAG__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.coaching-module__7AXpAG__tabs{border-bottom:2px solid var(--border-color);gap:.5rem;margin-bottom:2rem;display:flex}.coaching-module__7AXpAG__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:4px 4px 0 0;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.coaching-module__7AXpAG__tab:hover{color:var(--text-primary);background:var(--bg-secondary)}.coaching-module__7AXpAG__activeTab{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}.coaching-module__7AXpAG__tabSelect{display:none}.coaching-module__7AXpAG__tabContent{min-height:300px}.coaching-module__7AXpAG__card{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.coaching-module__7AXpAG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.coaching-module__7AXpAG__cardTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.coaching-module__7AXpAG__cardActionButton{background:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.coaching-module__7AXpAG__cardActionButton:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #5fa65433}.coaching-module__7AXpAG__chartContainer{margin-bottom:1.5rem}.coaching-module__7AXpAG__weightStats{border-top:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;display:grid}.coaching-module__7AXpAG__weightStat{text-align:center}.coaching-module__7AXpAG__weightStatLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem;display:block}.coaching-module__7AXpAG__weightStatValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.coaching-module__7AXpAG__measurementForm{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.coaching-module__7AXpAG__formGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.coaching-module__7AXpAG__formGroup{flex-direction:column;gap:.4rem;display:flex}.coaching-module__7AXpAG__formLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.8rem;font-weight:600}.coaching-module__7AXpAG__formInput{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;padding:.6rem .85rem;font-size:.9rem;transition:border-color .2s}.coaching-module__7AXpAG__formInput:focus{border-color:var(--primary-color);outline:none}.coaching-module__7AXpAG__formActions{gap:.75rem;display:flex}.coaching-module__7AXpAG__saveButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.coaching-module__7AXpAG__saveButton:hover:not(:disabled){background:var(--primary-dark)}.coaching-module__7AXpAG__saveButton:disabled{opacity:.6;cursor:not-allowed}.coaching-module__7AXpAG__cancelButton{color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.coaching-module__7AXpAG__cancelButton:hover{border-color:var(--text-primary);color:var(--text-primary)}.coaching-module__7AXpAG__inchesLostBanner{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.coaching-module__7AXpAG__inchesLostLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.85rem;font-weight:600}.coaching-module__7AXpAG__inchesLostValue{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.coaching-module__7AXpAG__positive{color:var(--primary-color)}.coaching-module__7AXpAG__negative{color:var(--error-color)}.coaching-module__7AXpAG__inchesLostNote{color:var(--text-secondary);margin-left:auto;font-size:.8rem}.coaching-module__7AXpAG__tableWrapper{overflow-x:auto}.coaching-module__7AXpAG__table{border-collapse:collapse;width:100%;font-size:.9rem}.coaching-module__7AXpAG__table th{text-align:left;text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary);border-bottom:2px solid var(--border-color);white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.coaching-module__7AXpAG__table td{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.85rem 1rem}.coaching-module__7AXpAG__table tbody tr:last-child td{border-bottom:none}.coaching-module__7AXpAG__table tbody tr:hover{background:var(--bg-secondary)}.coaching-module__7AXpAG__rowActions{justify-content:flex-end;gap:.5rem;display:flex}.coaching-module__7AXpAG__editButton{color:var(--primary-color);border:1px solid var(--primary-color);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.coaching-module__7AXpAG__editButton:hover{background:var(--primary-color);color:#fff}.coaching-module__7AXpAG__deleteButton{color:var(--error-color);border:1px solid var(--error-color);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.coaching-module__7AXpAG__deleteButton:hover{background:var(--error-color);color:#fff}.coaching-module__7AXpAG__chatCard{border:1px solid var(--border-color);background:#fff;border-radius:20px;flex-direction:column;gap:0;padding:1.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.coaching-module__7AXpAG__loadMoreWrapper{justify-content:center;margin-bottom:.75rem;display:flex}.coaching-module__7AXpAG__loadMoreButton{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50px;padding:.45rem 1.25rem;font-size:.8rem;font-weight:500;transition:all .2s}.coaching-module__7AXpAG__loadMoreButton:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.coaching-module__7AXpAG__loadMoreButton:disabled{opacity:.5;cursor:not-allowed}.coaching-module__7AXpAG__chatWindow{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);scroll-behavior:smooth;flex-direction:column;gap:.75rem;height:420px;margin-bottom:1rem;padding:.5rem .25rem;display:flex;overflow-y:auto}.coaching-module__7AXpAG__chatEmptyState{color:var(--text-secondary);text-align:center;flex:1;justify-content:center;align-items:center;padding:2rem;font-size:.9rem;display:flex}.coaching-module__7AXpAG__messageBubbleWrapper{width:100%;display:flex}.coaching-module__7AXpAG__userWrapper{justify-content:flex-end}.coaching-module__7AXpAG__coachWrapper{justify-content:flex-start}.coaching-module__7AXpAG__messageBubble{border-radius:16px;flex-direction:column;gap:.35rem;max-width:70%;padding:.75rem 1rem;display:flex}.coaching-module__7AXpAG__userBubble{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px}.coaching-module__7AXpAG__coachBubble{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:4px}.coaching-module__7AXpAG__messageSender{text-transform:uppercase;letter-spacing:.4px;opacity:.75;font-size:.7rem;font-weight:700}.coaching-module__7AXpAG__messageText{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9rem;line-height:1.5}.coaching-module__7AXpAG__messageTime{opacity:.6;align-self:flex-end;font-size:.7rem}.coaching-module__7AXpAG__chatInputRow{align-items:flex-end;gap:.75rem;display:flex}.coaching-module__7AXpAG__chatTextarea{border:1px solid var(--border-color);color:var(--text-primary);resize:none;border-radius:12px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .2s}.coaching-module__7AXpAG__chatTextarea:focus{border-color:var(--primary-color);outline:none}.coaching-module__7AXpAG__chatTextarea:disabled{opacity:.6;background:var(--bg-secondary)}.coaching-module__7AXpAG__sendButton{background:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;align-self:flex-end;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.coaching-module__7AXpAG__sendButton:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.coaching-module__7AXpAG__sendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.coaching-module__7AXpAG__assessmentGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.coaching-module__7AXpAG__assessmentStat{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;display:flex}.coaching-module__7AXpAG__assessmentStatLabel{text-transform:uppercase;letter-spacing:.4px;color:var(--text-secondary);font-size:.75rem;font-weight:600}.coaching-module__7AXpAG__assessmentStatValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.coaching-module__7AXpAG__assessmentNotes{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;grid-column:1/-1;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.coaching-module__7AXpAG__assessmentNotesText{color:var(--text-primary);white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.coaching-module__7AXpAG__emptyState{text-align:center;color:var(--text-secondary);padding:3rem}.coaching-module__7AXpAG__errorBanner{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}@media (max-width:768px){.coaching-module__7AXpAG__formGrid,.coaching-module__7AXpAG__assessmentGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.coaching-module__7AXpAG__main{padding:1.5rem 1rem}.coaching-module__7AXpAG__title{font-size:1.5rem}.coaching-module__7AXpAG__tabs{display:none}.coaching-module__7AXpAG__tabSelect{width:100%;color:var(--text-primary);border:2px solid var(--primary-color);cursor:pointer;appearance:auto;background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;display:block}.coaching-module__7AXpAG__formGrid{grid-template-columns:1fr}.coaching-module__7AXpAG__assessmentGrid{grid-template-columns:repeat(2,1fr)}.coaching-module__7AXpAG__weightStats{grid-template-columns:repeat(3,1fr);gap:.5rem}}
.contact-module__xwJ-uq__pageWrapper{background:var(--bg-secondary);flex-direction:column;min-height:100vh;display:flex}.contact-module__xwJ-uq__main{flex:1;width:100%;max-width:640px;margin:0 auto;padding:3.5rem 2rem 3rem}.contact-module__xwJ-uq__header{margin-bottom:2rem}.contact-module__xwJ-uq__title{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.contact-module__xwJ-uq__subtitle{color:var(--text-secondary);margin:0;font-size:1rem}.contact-module__xwJ-uq__card{border:1px solid var(--border-color);background:#fff;border-radius:14px;padding:2rem;box-shadow:0 2px 8px #0000000d}.contact-module__xwJ-uq__fieldGroup{margin-bottom:1.25rem}.contact-module__xwJ-uq__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.contact-module__xwJ-uq__fieldGroup label,.contact-module__xwJ-uq__fieldRow .contact-module__xwJ-uq__fieldGroup label{color:var(--text-primary);margin-bottom:.4rem;font-size:.875rem;font-weight:600;display:block}.contact-module__xwJ-uq__input,.contact-module__xwJ-uq__select,.contact-module__xwJ-uq__textarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);box-sizing:border-box;background:#fff;border-radius:8px;padding:.625rem .875rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.contact-module__xwJ-uq__input:focus,.contact-module__xwJ-uq__select:focus,.contact-module__xwJ-uq__textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa65426}.contact-module__xwJ-uq__textarea{resize:vertical;min-height:130px;line-height:1.6}.contact-module__xwJ-uq__errorMsg{color:var(--error-color);background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.625rem .875rem;font-size:.8rem}.contact-module__xwJ-uq__successMsg{color:#065f46;text-align:center;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:10px;margin-bottom:1rem;padding:1rem 1.125rem;font-size:.9rem}.contact-module__xwJ-uq__submitBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.8rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;transition:background .15s,transform .1s}.contact-module__xwJ-uq__submitBtn:hover:not(:disabled){background:var(--primary-dark)}.contact-module__xwJ-uq__submitBtn:active:not(:disabled){transform:scale(.99)}.contact-module__xwJ-uq__submitBtn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:480px){.contact-module__xwJ-uq__fieldRow{grid-template-columns:1fr}.contact-module__xwJ-uq__card{padding:1.5rem}}
.dashboard-module__Gx_nyq__pageWrapper{background:var(--bg-secondary);min-height:100vh}.dashboard-module__Gx_nyq__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.dashboard-module__Gx_nyq__header{margin-bottom:2rem}.dashboard-module__Gx_nyq__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.dashboard-module__Gx_nyq__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.dashboard-module__Gx_nyq__stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.dashboard-module__Gx_nyq__statCard{border:1px solid var(--border-color);background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000000d}.dashboard-module__Gx_nyq__statIcon{font-size:2.5rem}.dashboard-module__Gx_nyq__statValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800;display:block}.dashboard-module__Gx_nyq__statLabel{color:var(--text-secondary);font-size:.8rem}.dashboard-module__Gx_nyq__dashboardGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__Gx_nyq__card{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.dashboard-module__Gx_nyq__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-module__Gx_nyq__cardTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__goalBadge{background:var(--primary-color);color:#fff;border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.dashboard-module__Gx_nyq__headerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__cardActionButton{background:var(--primary-color);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.dashboard-module__Gx_nyq__cardActionButton:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 2px 8px #5fa65433}.dashboard-module__Gx_nyq__trendBadge{color:#065f46;background:#d1fae5;border-radius:50px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.dashboard-module__Gx_nyq__progressSection{align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.dashboard-module__Gx_nyq__progressCircle{flex-shrink:0;width:140px;height:140px;position:relative}.dashboard-module__Gx_nyq__progressSvg{width:100%;height:100%;transform:rotate(0)}.dashboard-module__Gx_nyq__progressText{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-module__Gx_nyq__progressValue{color:var(--accent-color);font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:800;display:block}.dashboard-module__Gx_nyq__progressLabel{color:var(--text-secondary);font-size:.8rem}.dashboard-module__Gx_nyq__progressDetails{flex:1}.dashboard-module__Gx_nyq__progressSummary{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem}.dashboard-module__Gx_nyq__progressRemaining{color:var(--text-secondary);margin:0}.dashboard-module__Gx_nyq__dailyBreakdown{border-top:1px solid var(--border-color);padding-top:1.5rem}.dashboard-module__Gx_nyq__breakdownTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600}.dashboard-module__Gx_nyq__dayGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.dashboard-module__Gx_nyq__dayItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__dayLabel{color:var(--text-secondary);font-size:.75rem;font-weight:600}.dashboard-module__Gx_nyq__dayBar{background:var(--bg-secondary);border-radius:8px;align-items:flex-end;width:100%;height:60px;display:flex;overflow:hidden}.dashboard-module__Gx_nyq__dayBarFill{border-radius:8px;width:100%;transition:height .3s}.dashboard-module__Gx_nyq__dayValue{color:var(--text-primary);font-size:.7rem;font-weight:600}.dashboard-module__Gx_nyq__chartContainer{gap:1rem;height:200px;margin-bottom:1.5rem;display:flex}.dashboard-module__Gx_nyq__chartYAxis{color:var(--text-muted);text-align:right;flex-direction:column;justify-content:space-between;min-width:40px;padding:.5rem 0;font-size:.75rem;display:flex}.dashboard-module__Gx_nyq__chart{flex:1;align-items:flex-end;gap:.5rem;padding-bottom:1.5rem;display:flex;position:relative}.dashboard-module__Gx_nyq__chartBar{flex-direction:column;flex:1;align-items:center;height:100%;display:flex;position:relative}.dashboard-module__Gx_nyq__chartBarFill{background:linear-gradient(180deg,var(--accent-color)0%,#7fb848 100%);border-radius:8px 8px 0 0;justify-content:center;width:100%;max-width:40px;padding-top:.5rem;transition:height .3s;display:flex;position:absolute;bottom:0}.dashboard-module__Gx_nyq__chartBarValue{color:#fff;font-size:.7rem;font-weight:700}.dashboard-module__Gx_nyq__chartBarLabel{color:var(--text-secondary);font-size:.75rem;font-weight:500;position:absolute;bottom:-1.5rem}.dashboard-module__Gx_nyq__weightStats{border-top:1px solid var(--border-color);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;display:grid}.dashboard-module__Gx_nyq__weightStat{text-align:center}.dashboard-module__Gx_nyq__weightStatLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem;display:block}.dashboard-module__Gx_nyq__weightStatValue{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__quickActions{margin-top:2rem}.dashboard-module__Gx_nyq__sectionTitle{color:var(--text-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.dashboard-module__Gx_nyq__actionGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dashboard-module__Gx_nyq__actionCard{border:1px solid var(--border-color);text-align:center;background:#fff;border-radius:20px;padding:2rem;text-decoration:none;transition:all .3s}.dashboard-module__Gx_nyq__actionCard:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.dashboard-module__Gx_nyq__actionIcon{margin-bottom:1rem;font-size:3rem;display:block}.dashboard-module__Gx_nyq__actionCard h3{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__actionCard p{color:var(--text-secondary);margin:0;font-size:.9rem}@media (max-width:1024px){.dashboard-module__Gx_nyq__stats{grid-template-columns:repeat(2,1fr)}.dashboard-module__Gx_nyq__dashboardGrid,.dashboard-module__Gx_nyq__actionGrid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-module__Gx_nyq__main{padding:1.5rem 1rem}.dashboard-module__Gx_nyq__title{font-size:1.5rem}.dashboard-module__Gx_nyq__stats{grid-template-columns:1fr}.dashboard-module__Gx_nyq__progressSection{text-align:center;flex-direction:column}.dashboard-module__Gx_nyq__dayGrid{grid-template-columns:repeat(7,1fr)}.dashboard-module__Gx_nyq__dayBar{height:40px}.dashboard-module__Gx_nyq__chartContainer{height:150px}}
.getting-started-module__saPu-G__pageWrapper{background:var(--bg-secondary);min-height:100vh}.getting-started-module__saPu-G__main{max-width:860px;margin:0 auto;padding:3.5rem 2rem 4rem}.getting-started-module__saPu-G__hero{text-align:center;margin-bottom:3rem}.getting-started-module__saPu-G__heroBadge{background:var(--accent-color);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.1rem;font-size:.75rem;font-weight:700;display:inline-block}.getting-started-module__saPu-G__heroTitle{color:var(--text-primary);margin:0 0 1.5rem;font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.25}.getting-started-module__saPu-G__heroAccent{color:var(--primary-color)}.getting-started-module__saPu-G__heroBody{color:var(--text-secondary);max-width:720px;margin:0 auto;font-size:1.1rem;line-height:1.75}.getting-started-module__saPu-G__heroBody strong{color:var(--text-primary);font-weight:600}.getting-started-module__saPu-G__manifesto{border:2px solid var(--primary-color);background:#fff;border-radius:20px;margin-bottom:3.5rem;padding:2rem;box-shadow:0 4px 20px #5fa6541a}.getting-started-module__saPu-G__manifestoInner{align-items:flex-start;gap:1.5rem;display:flex}.getting-started-module__saPu-G__manifestoIcon{flex-shrink:0;font-size:2.5rem;line-height:1}.getting-started-module__saPu-G__manifestoTitle{color:var(--text-primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:800}.getting-started-module__saPu-G__manifestoBody{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.7}.getting-started-module__saPu-G__stepsHeader{text-align:center;margin-bottom:2rem}.getting-started-module__saPu-G__stepsTitle{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:800}.getting-started-module__saPu-G__stepsSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.getting-started-module__saPu-G__steps{flex-direction:column;gap:0;margin-bottom:3.5rem;display:flex}.getting-started-module__saPu-G__stepCard{gap:0;display:flex}.getting-started-module__saPu-G__stepLeft{flex-direction:column;flex-shrink:0;align-items:center;width:64px;display:flex}.getting-started-module__saPu-G__stepNumber{background:var(--primary-color);color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:800;display:flex}.getting-started-module__saPu-G__stepConnector{background:var(--border-color);flex:1;width:2px;min-height:2rem;margin:4px 0}.getting-started-module__saPu-G__stepCard:last-child .getting-started-module__saPu-G__stepConnector{display:none}.getting-started-module__saPu-G__stepContent{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex:1;margin-bottom:1.25rem;margin-left:1rem;padding:1.5rem 1.75rem;box-shadow:0 2px 8px #0000000a}.getting-started-module__saPu-G__stepIconRow{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.getting-started-module__saPu-G__stepIcon{font-size:1.5rem;line-height:1}.getting-started-module__saPu-G__stepTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700}.getting-started-module__saPu-G__stepBody{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.975rem;line-height:1.75}.getting-started-module__saPu-G__stepAction{color:var(--primary-color);align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.getting-started-module__saPu-G__stepAction:hover{color:var(--primary-dark)}.getting-started-module__saPu-G__coaching{border:1px solid var(--border-color);background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2rem;padding:2.5rem;display:grid;box-shadow:0 4px 20px #0000000d}.getting-started-module__saPu-G__coachingBadge{background:var(--accent-color);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.getting-started-module__saPu-G__coachingTitle{color:var(--text-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:800}.getting-started-module__saPu-G__coachingBody{color:var(--text-secondary);margin:0 0 1rem;font-size:.975rem;line-height:1.75}.getting-started-module__saPu-G__coachingBtn{background:var(--accent-color);color:#fff;border-radius:50px;align-items:center;gap:.25rem;margin-top:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #5fa6544d}.getting-started-module__saPu-G__coachingBtn:hover{background:#4a7c59;transform:translateY(-2px);box-shadow:0 8px 24px #5fa65466}.getting-started-module__saPu-G__coachingRight{flex-direction:column;justify-content:center;gap:1.25rem;display:flex}.getting-started-module__saPu-G__coachingFeature{background:var(--bg-secondary);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;display:flex}.getting-started-module__saPu-G__coachingFeatureIcon{flex-shrink:0;font-size:1.5rem;line-height:1}.getting-started-module__saPu-G__coachingFeature strong{color:var(--text-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700;display:block}.getting-started-module__saPu-G__coachingFeature p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.6}.getting-started-module__saPu-G__closing{text-align:center;border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 4px 20px #0000000d}.getting-started-module__saPu-G__closingTitle{color:var(--text-primary);margin:0 0 1rem;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:800}.getting-started-module__saPu-G__closingBody{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1rem;line-height:1.75}.getting-started-module__saPu-G__closingActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.getting-started-module__saPu-G__primaryBtn{background:var(--primary-color);color:#fff;border-radius:50px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 14px #5fa65459}.getting-started-module__saPu-G__primaryBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 24px #5fa65473}.getting-started-module__saPu-G__secondaryBtn{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff;border-radius:50px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s}.getting-started-module__saPu-G__secondaryBtn:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.getting-started-module__saPu-G__pricingCallout{border:2px solid var(--primary-color);text-align:center;background:#fff;border-radius:20px;margin-bottom:2rem;padding:2.5rem 2rem;box-shadow:0 4px 20px #5fa6541a}.getting-started-module__saPu-G__pricingCalloutInner{flex-direction:column;align-items:center;gap:.75rem;max-width:480px;margin:0 auto;display:flex}.getting-started-module__saPu-G__pricingCalloutTitle{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.getting-started-module__saPu-G__pricingCalloutBody{color:var(--text-secondary);margin:0;font-size:1rem}.getting-started-module__saPu-G__pricingCalloutBtn{background:var(--primary-color);color:#fff;border-radius:50px;margin-top:.5rem;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-block}.getting-started-module__saPu-G__pricingCalloutBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #5fa65459}.getting-started-module__saPu-G__pricingSection{margin-bottom:2rem}.getting-started-module__saPu-G__pricingSectionHeader{text-align:center;margin-bottom:2rem}.getting-started-module__saPu-G__pricingSectionTitle{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:800}.getting-started-module__saPu-G__pricingSectionSubtitle{color:var(--text-secondary);margin:0;font-size:.95rem}.getting-started-module__saPu-G__pricingTiers{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.25rem;display:grid}.getting-started-module__saPu-G__pricingTier{border:2px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;padding:1.75rem;transition:box-shadow .2s;display:flex;position:relative}.getting-started-module__saPu-G__pricingTier:hover{box-shadow:0 6px 24px #00000014}.getting-started-module__saPu-G__pricingTierHighlighted{border-color:var(--primary-color);box-shadow:0 6px 24px #5fa65429}.getting-started-module__saPu-G__pricingTierBadge{background:var(--primary-color);color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:50px;padding:.3rem 1rem;font-size:.65rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.getting-started-module__saPu-G__pricingTierHeader{border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:1.25rem}.getting-started-module__saPu-G__pricingTierName{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;display:block}.getting-started-module__saPu-G__pricingTierPrice{align-items:baseline;gap:.2rem;display:flex}.getting-started-module__saPu-G__pricingAmount{color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:2.25rem;font-weight:800;line-height:1}.getting-started-module__saPu-G__pricingPeriod{color:var(--text-muted);font-size:.85rem}.getting-started-module__saPu-G__pricingFeatures{flex-direction:column;flex:1;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.getting-started-module__saPu-G__pricingFeatures li{color:var(--text-primary);align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;display:flex}.getting-started-module__saPu-G__pricingCheck{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex}.getting-started-module__saPu-G__pricingBtn{text-align:center;border:2px solid var(--primary-color);color:var(--primary-color);background:#fff;border-radius:10px;margin-top:auto;padding:.75rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.getting-started-module__saPu-G__pricingBtn:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.getting-started-module__saPu-G__pricingBtnHighlighted{background:var(--primary-color);color:#fff}.getting-started-module__saPu-G__pricingBtnHighlighted:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.getting-started-module__saPu-G__pricingFullLink{text-align:center;margin-top:1.25rem}.getting-started-module__saPu-G__pricingViewFull{color:var(--primary-color);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.getting-started-module__saPu-G__pricingViewFull:hover{color:var(--primary-dark)}@media (max-width:760px){.getting-started-module__saPu-G__coaching{grid-template-columns:1fr}.getting-started-module__saPu-G__pricingTiers{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media (max-width:640px){.getting-started-module__saPu-G__main{padding:1.5rem 1rem 3rem}.getting-started-module__saPu-G__heroTitle{font-size:1.6rem}.getting-started-module__saPu-G__heroBody{font-size:1rem}.getting-started-module__saPu-G__manifestoInner{flex-direction:column;gap:1rem}.getting-started-module__saPu-G__stepLeft{width:48px}.getting-started-module__saPu-G__stepContent{padding:1.25rem}.getting-started-module__saPu-G__closingActions{flex-direction:column;align-items:center}.getting-started-module__saPu-G__primaryBtn,.getting-started-module__saPu-G__secondaryBtn{text-align:center;width:100%}}
.knowledge-module__8uAVaW__pageWrapper{background:var(--bg-secondary);min-height:100vh}.knowledge-module__8uAVaW__main{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.knowledge-module__8uAVaW__header{text-align:center;margin-bottom:2.5rem}.knowledge-module__8uAVaW__title{color:var(--text-primary);margin:0;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800}.knowledge-module__8uAVaW__subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem}.knowledge-module__8uAVaW__section{margin-bottom:2.5rem}.knowledge-module__8uAVaW__sectionTitle{color:var(--text-primary);border-bottom:2px solid var(--border-color);margin:0 0 1.25rem;padding-bottom:.75rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.knowledge-module__8uAVaW__topicsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.knowledge-module__8uAVaW__topicCard{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:16px;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.knowledge-module__8uAVaW__topicCard:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.knowledge-module__8uAVaW__topicIcon{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.knowledge-module__8uAVaW__topicContent{flex-direction:column;flex:1;display:flex}.knowledge-module__8uAVaW__topicTitle{color:var(--text-primary);margin:0 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.knowledge-module__8uAVaW__topicDescription{color:var(--text-secondary);margin:0 0 auto;font-size:.9rem;line-height:1.5}.knowledge-module__8uAVaW__topicMeta{border-top:1px solid var(--bg-secondary);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.knowledge-module__8uAVaW__readTime{color:var(--text-muted);font-size:.8rem}.knowledge-module__8uAVaW__readMore{color:var(--primary-color);font-size:.85rem;font-weight:600}.knowledge-module__8uAVaW__topicCard:hover .knowledge-module__8uAVaW__readMore{color:var(--primary-dark)}.knowledge-module__8uAVaW__articleWrapper{background:var(--bg-secondary);min-height:100vh}.knowledge-module__8uAVaW__articleMain{max-width:800px;margin:0 auto;padding:2rem}.knowledge-module__8uAVaW__backLink{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.knowledge-module__8uAVaW__backLink:hover{color:var(--primary-dark)}.knowledge-module__8uAVaW__articleHeader{margin-bottom:2rem}.knowledge-module__8uAVaW__articleCategory{background:var(--primary-color);color:#fff;border-radius:50px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.knowledge-module__8uAVaW__articleTitle{color:var(--text-primary);margin:0 0 .75rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}.knowledge-module__8uAVaW__articleMeta{color:var(--text-muted);gap:1.5rem;font-size:.875rem;display:flex}.knowledge-module__8uAVaW__articleContent{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 12px #0000000d}.knowledge-module__8uAVaW__articleContent h2{color:var(--text-primary);margin:2rem 0 1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.knowledge-module__8uAVaW__articleContent h2:first-child{margin-top:0}.knowledge-module__8uAVaW__articleContent h3{color:var(--text-primary);margin:1.5rem 0 .75rem;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:600}.knowledge-module__8uAVaW__articleContent p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.knowledge-module__8uAVaW__articleContent ul,.knowledge-module__8uAVaW__articleContent ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8}.knowledge-module__8uAVaW__articleContent li{margin-bottom:.5rem}.knowledge-module__8uAVaW__tipBox{background:var(--bg-secondary);border-left:4px solid var(--primary-color);border-radius:0 12px 12px 0;margin:1.5rem 0;padding:1.25rem 1.5rem}.knowledge-module__8uAVaW__tipBox strong{color:var(--text-primary);margin-bottom:.5rem;display:block}.knowledge-module__8uAVaW__tipBox p{color:var(--text-secondary);margin:0}.knowledge-module__8uAVaW__keyPoint{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);color:#fff;text-align:center;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.knowledge-module__8uAVaW__keyPoint p{color:#fff;margin:0;font-size:1.1rem;font-weight:500}.knowledge-module__8uAVaW__stepsList{counter-reset:step;padding:0;list-style:none}.knowledge-module__8uAVaW__stepsList li{margin-bottom:1.25rem;padding-left:3rem;position:relative}.knowledge-module__8uAVaW__stepsList li:before{counter-increment:step;content:counter(step);background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.knowledge-module__8uAVaW__relatedArticles{margin-top:2.5rem}.knowledge-module__8uAVaW__relatedTitle{color:var(--text-primary);margin:0 0 1.25rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700}.knowledge-module__8uAVaW__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.knowledge-module__8uAVaW__relatedCard{color:inherit;border:1px solid var(--border-color);background:#fff;border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s}.knowledge-module__8uAVaW__relatedCard:hover{border-color:var(--primary-color);box-shadow:0 4px 15px #00000014}.knowledge-module__8uAVaW__relatedCard h4{color:var(--text-primary);margin:0 0 .25rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600}.knowledge-module__8uAVaW__relatedCard span{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.knowledge-module__8uAVaW__main{padding:1.5rem 1rem}.knowledge-module__8uAVaW__title{font-size:1.5rem}.knowledge-module__8uAVaW__topicsGrid{grid-template-columns:1fr}.knowledge-module__8uAVaW__topicCard{text-align:center;flex-direction:column}.knowledge-module__8uAVaW__topicIcon{margin:0 auto}.knowledge-module__8uAVaW__topicMeta{flex-direction:column;gap:.5rem}.knowledge-module__8uAVaW__articleMain{padding:1.5rem 1rem}.knowledge-module__8uAVaW__articleTitle{font-size:1.5rem}.knowledge-module__8uAVaW__articleContent{padding:1.5rem}.knowledge-module__8uAVaW__articleMeta{flex-direction:column;gap:.5rem}}
.log-module__hEQ_Eq__pageWrapper{background:var(--bg-secondary);min-height:100vh}.log-module__hEQ_Eq__main{max-width:780px;margin:0 auto;padding:4rem 2rem 2rem}.log-module__hEQ_Eq__dateNav{border:1px solid var(--border-color);background:#fff;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 4px #0000000a}.log-module__hEQ_Eq__dayBtn{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;width:38px;height:38px;color:var(--text-secondary);border-radius:8px;flex-shrink:0;font-size:1.25rem;line-height:1;transition:all .15s}.log-module__hEQ_Eq__dayBtn:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.log-module__hEQ_Eq__dateCenter{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.log-module__hEQ_Eq__datePicker{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:8px;padding:.4rem .75rem;font-size:.875rem}.log-module__hEQ_Eq__datePicker:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa65426}.log-module__hEQ_Eq__dateDisplay{color:var(--text-primary);font-size:1rem;font-weight:600}.log-module__hEQ_Eq__todayBadge{background:var(--primary-color);color:#fff;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600}.log-module__hEQ_Eq__dailyTotals{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.log-module__hEQ_Eq__totalItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:.875rem 1rem;display:flex}.log-module__hEQ_Eq__totalValue{color:var(--primary-color);font-size:1.25rem;font-weight:700}.log-module__hEQ_Eq__totalLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.75rem}.log-module__hEQ_Eq__mealSection{border:1px solid var(--border-color);background:#fff;border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.log-module__hEQ_Eq__mealHeader{border-left:4px solid var(--primary-color);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.log-module__hEQ_Eq__mealTitle{text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:700}.log-module__hEQ_Eq__mealTotals{color:var(--text-secondary);font-size:.85rem;font-weight:500}.log-module__hEQ_Eq__emptySlot{color:var(--text-muted);padding:.75rem 1.25rem;font-size:.875rem;font-style:italic}.log-module__hEQ_Eq__entryList{flex-direction:column;display:flex}.log-module__hEQ_Eq__entryRow{border-bottom:1px solid var(--bg-secondary);align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.log-module__hEQ_Eq__entryRow:last-child{border-bottom:none}.log-module__hEQ_Eq__entryInfo{flex:1;min-width:0}.log-module__hEQ_Eq__entryName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;display:block;overflow:hidden}.log-module__hEQ_Eq__entryAmount{color:var(--text-secondary);margin-top:1px;font-size:.8rem;display:block}.log-module__hEQ_Eq__entryMacros{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;gap:.75rem;font-size:.8rem;display:flex}.log-module__hEQ_Eq__entryActions{flex-shrink:0;gap:.25rem;display:flex}.log-module__hEQ_Eq__recipeEntryRow{border-bottom:1px solid var(--bg-secondary);padding:.75rem 1.25rem}.log-module__hEQ_Eq__recipeEntryRow:last-child{border-bottom:none}.log-module__hEQ_Eq__recipeEntryHeader{align-items:center;gap:.75rem;display:flex}.log-module__hEQ_Eq__recipeEntryTitle{color:var(--primary-color);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;font-weight:600;text-decoration:none;overflow:hidden}.log-module__hEQ_Eq__recipeEntryTitle:hover{text-decoration:underline}.log-module__hEQ_Eq__recipeIngredients{color:var(--text-secondary);margin:.35rem 0 0;font-size:.78rem;line-height:1.5}.log-module__hEQ_Eq__editBtn,.log-module__hEQ_Eq__deleteBtn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:.875rem;transition:background .15s}.log-module__hEQ_Eq__editBtn:hover{background:var(--bg-secondary)}.log-module__hEQ_Eq__deleteBtn:hover{background:#fee2e2}.log-module__hEQ_Eq__addFoodBtn{border:none;border-top:1px dashed var(--border-color);width:100%;color:var(--primary-color);cursor:pointer;text-align:left;background:0 0;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s;display:block}.log-module__hEQ_Eq__addFoodBtn:hover{background:var(--bg-secondary)}.log-module__hEQ_Eq__loading{text-align:center;color:var(--text-secondary);padding:2rem}.log-module__hEQ_Eq__errorBanner{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.log-module__hEQ_Eq__modalOverlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.log-module__hEQ_Eq__modal{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.log-module__hEQ_Eq__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.log-module__hEQ_Eq__modalTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.log-module__hEQ_Eq__modalClose{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1rem}.log-module__hEQ_Eq__modalClose:hover{background:var(--bg-secondary)}.log-module__hEQ_Eq__modalError{color:#dc2626;background:#fee2e2;border-radius:6px;margin:.75rem 1.5rem 0;padding:.5rem .75rem;font-size:.85rem}.log-module__hEQ_Eq__tabStrip{border-bottom:1px solid var(--border-color);display:flex}.log-module__hEQ_Eq__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .15s}.log-module__hEQ_Eq__tabActive{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}.log-module__hEQ_Eq__tab:hover:not(.log-module__hEQ_Eq__tabActive){background:var(--bg-secondary)}.log-module__hEQ_Eq__panel{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.log-module__hEQ_Eq__searchRow{gap:.5rem;display:flex}.log-module__hEQ_Eq__searchInput{border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;flex:1;padding:.6rem .875rem;font-size:.9rem}.log-module__hEQ_Eq__searchInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa65426}.log-module__hEQ_Eq__searchBtn{background:var(--primary-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.log-module__hEQ_Eq__searchBtn:hover:not(:disabled){background:var(--primary-dark)}.log-module__hEQ_Eq__searchBtn:disabled{opacity:.6;cursor:not-allowed}.log-module__hEQ_Eq__searchError,.log-module__hEQ_Eq__noResults{color:var(--text-secondary);text-align:center;padding:.5rem 0;font-size:.85rem}.log-module__hEQ_Eq__searchError{color:#dc2626}.log-module__hEQ_Eq__resultsList{flex-direction:column;gap:.4rem;max-height:260px;display:flex;overflow-y:auto}.log-module__hEQ_Eq__resultItem{text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;width:100%;padding:.6rem .875rem;transition:border-color .15s,background .15s}.log-module__hEQ_Eq__resultItem:hover{border-color:var(--primary-color);background:#fff}.log-module__hEQ_Eq__resultName{color:var(--text-primary);margin-bottom:3px;font-size:.875rem;font-weight:600}.log-module__hEQ_Eq__resultMeta{flex-wrap:wrap;gap:.5rem;margin-bottom:4px;display:flex}.log-module__hEQ_Eq__brand{color:var(--primary-dark);font-size:.75rem;font-weight:600}.log-module__hEQ_Eq__upc{color:var(--text-muted);font-family:monospace;font-size:.7rem}.log-module__hEQ_Eq__resultMacros{color:var(--text-secondary);gap:.75rem;font-size:.75rem;display:flex}.log-module__hEQ_Eq__per100{color:var(--text-muted);font-style:italic}.log-module__hEQ_Eq__backBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;padding:4px 10px;font-size:.8rem;transition:background .15s}.log-module__hEQ_Eq__backBtn:hover{background:var(--bg-secondary)}.log-module__hEQ_Eq__selectedFood{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem}.log-module__hEQ_Eq__selectedName{color:var(--text-primary);font-size:.9rem;font-weight:700}.log-module__hEQ_Eq__selectedBrand{color:var(--primary-dark);margin-top:2px;font-size:.8rem;font-weight:600}.log-module__hEQ_Eq__configRow{grid-template-columns:1fr .5fr;align-items:flex-end;gap:.75rem;display:grid}.log-module__hEQ_Eq__configField{flex-direction:column;gap:4px;display:flex}.log-module__hEQ_Eq__configLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-size:.75rem;font-weight:600}.log-module__hEQ_Eq__configSelect,.log-module__hEQ_Eq__configInput{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:8px;padding:.5rem .75rem;font-size:.875rem}.log-module__hEQ_Eq__configSelect:focus,.log-module__hEQ_Eq__configInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #5fa65426}.log-module__hEQ_Eq__macroPreview{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:.875rem;display:grid}.log-module__hEQ_Eq__macroPreviewItem{flex-direction:column;align-items:center;gap:2px;display:flex}.log-module__hEQ_Eq__macroVal{color:var(--primary-color);font-size:1.1rem;font-weight:700}.log-module__hEQ_Eq__macroLbl{color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:.7rem}.log-module__hEQ_Eq__formGroup{flex-direction:column;gap:4px;display:flex}.log-module__hEQ_Eq__macroInputGrid{grid-template-columns:repeat(4,1fr);gap:.625rem;display:grid}.log-module__hEQ_Eq__saveBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:.9rem;font-weight:600;transition:background .2s}.log-module__hEQ_Eq__saveBtn:hover:not(:disabled){background:var(--primary-dark)}.log-module__hEQ_Eq__saveBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.log-module__hEQ_Eq__main{padding:3rem 1rem 1rem}.log-module__hEQ_Eq__dateNav{flex-wrap:nowrap;gap:.5rem}.log-module__hEQ_Eq__dateDisplay{display:none}.log-module__hEQ_Eq__dailyTotals{grid-template-columns:repeat(2,1fr)}.log-module__hEQ_Eq__entryMacros{display:none}.log-module__hEQ_Eq__macroInputGrid,.log-module__hEQ_Eq__macroPreview{grid-template-columns:repeat(2,1fr)}}
