.LanguageSwitcher-module__gdGMiG__container{display:inline-block;position:relative}.LanguageSwitcher-module__gdGMiG__select{color:#fff;appearance:none;cursor:pointer;background-color:#1f2937;border:1px solid #4b5563;border-radius:.375rem;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.LanguageSwitcher-module__gdGMiG__select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}.LanguageSwitcher-module__gdGMiG__icon{pointer-events:none;align-items:center;padding:0 .5rem;display:flex;position:absolute;top:0;bottom:0;right:0}.LanguageSwitcher-module__gdGMiG__svg{color:#9ca3af;width:1rem;height:1rem}.LanguageSwitcher-module__gdGMiG__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.CalculatorLayout-module__I9fbOq__container{background-color:#fff;min-height:100vh}.CalculatorLayout-module__I9fbOq__header{color:#fff;z-index:50;background:linear-gradient(135deg,#111827 0%,#1f2937 50%,#111827 100%);border-bottom:1px solid #374151;position:sticky;top:0;box-shadow:0 10px 15px -3px #0000001a}.CalculatorLayout-module__I9fbOq__headerContent{max-width:1280px;margin:0 auto;padding:0 1rem}.CalculatorLayout-module__I9fbOq__headerInner{justify-content:space-between;align-items:center;height:4rem;display:flex}.CalculatorLayout-module__I9fbOq__logoSection{align-items:center;display:flex}.CalculatorLayout-module__I9fbOq__logoLink{align-items:center;gap:.5rem;text-decoration:none;transition:transform .3s;display:flex}.CalculatorLayout-module__I9fbOq__logoLink:hover{transform:scale(1.05)}.CalculatorLayout-module__I9fbOq__logoIcon{background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .3s;display:flex}.CalculatorLayout-module__I9fbOq__logoLink:hover .CalculatorLayout-module__I9fbOq__logoIcon{transform:scale(1.1)}.CalculatorLayout-module__I9fbOq__logoSvg{color:#fff;width:1.25rem;height:1.25rem}.CalculatorLayout-module__I9fbOq__logoText{align-items:center;gap:.5rem;display:flex}.CalculatorLayout-module__I9fbOq__logoTitle{background:linear-gradient(90deg,#60a5fa 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;transition:all .3s}.CalculatorLayout-module__I9fbOq__logoLink:hover .CalculatorLayout-module__I9fbOq__logoTitle{background:linear-gradient(90deg,#93c5fd 0%,#22d3ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CalculatorLayout-module__I9fbOq__logoBadge{color:#06b6d4;font-size:.875rem;font-weight:500}.CalculatorLayout-module__I9fbOq__nav{align-items:center;gap:1.5rem;display:none}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__nav{display:flex}}.CalculatorLayout-module__I9fbOq__navLink{color:#fff;padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.CalculatorLayout-module__I9fbOq__navLink:hover{color:#06b6d4}.CalculatorLayout-module__I9fbOq__navLink:after{content:"";background-color:#06b6d4;width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.CalculatorLayout-module__I9fbOq__navLink:hover:after{width:100%}.CalculatorLayout-module__I9fbOq__languageSwitcher{align-items:center;margin-left:1.5rem;display:flex}.CalculatorLayout-module__I9fbOq__mobileMenuButton{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.5rem;padding:.5rem;transition:color .2s;display:flex}.CalculatorLayout-module__I9fbOq__mobileMenuButton:hover{color:#06b6d4}.CalculatorLayout-module__I9fbOq__mobileMenuIcon{width:1.5rem;height:1.5rem}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__mobileMenuButton{display:none}}.CalculatorLayout-module__I9fbOq__mobileNav{border-top:1px solid #374151;flex-direction:column;gap:0;margin-top:.5rem;padding:.5rem 0;display:flex}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__mobileNav{display:none}}.CalculatorLayout-module__I9fbOq__mobileNavLink{color:#fff;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:block}.CalculatorLayout-module__I9fbOq__mobileNavLink:hover{color:#06b6d4;background-color:#06b6d41a}.CalculatorLayout-module__I9fbOq__main{max-width:1280px;margin:0 auto;padding:1.5rem 1rem}.CalculatorLayout-module__I9fbOq__contentGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__contentGrid{grid-template-columns:2fr 1fr}}.CalculatorLayout-module__I9fbOq__mainContent{flex-direction:column;gap:2rem;display:flex}.CalculatorLayout-module__I9fbOq__pageHeader{text-align:center}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__pageHeader{text-align:left}}.CalculatorLayout-module__I9fbOq__pageTitle{color:#1e40af;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.2}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__pageTitle{font-size:1.875rem}}.CalculatorLayout-module__I9fbOq__titleUnderline{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:9999px;width:3rem;height:2px;margin:0 auto}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__titleUnderline{margin:0}}.CalculatorLayout-module__I9fbOq__mobileCalculator{margin-bottom:1.5rem;display:block}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__mobileCalculator{display:none}}.CalculatorLayout-module__I9fbOq__sidebar{display:none}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__sidebar{display:block}}.CalculatorLayout-module__I9fbOq__sidebarSticky{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6rem}.CalculatorLayout-module__I9fbOq__calculatorCard{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:1.25rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.CalculatorLayout-module__I9fbOq__calculatorCard:before{content:"";background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:4px;position:absolute;top:0;left:0;right:0}.CalculatorLayout-module__I9fbOq__calculatorCard:hover{box-shadow:0 20px 25px -5px #0000001a}.CalculatorLayout-module__I9fbOq__relatedCard{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:none;border-radius:1rem;padding:.75rem;transition:all .25s;box-shadow:0 10px 15px -3px #0000001a}.CalculatorLayout-module__I9fbOq__relatedCard:hover{box-shadow:0 20px 25px -5px #0000001a}.CalculatorLayout-module__I9fbOq__relatedTitle{color:#374151;align-items:center;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.CalculatorLayout-module__I9fbOq__relatedBullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.CalculatorLayout-module__I9fbOq__relatedList{flex-direction:column;gap:.5rem;display:flex}.CalculatorLayout-module__I9fbOq__relatedItem{border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .3s;display:flex}.CalculatorLayout-module__I9fbOq__relatedItem:hover{background-color:#ffffff80;border-color:#bfdbfe;box-shadow:0 4px 6px -1px #0000001a}.CalculatorLayout-module__I9fbOq__relatedIcon{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.CalculatorLayout-module__I9fbOq__relatedItem:hover .CalculatorLayout-module__I9fbOq__relatedIcon{transform:scale(1.05)}.CalculatorLayout-module__I9fbOq__iconBlue{background:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%)}.CalculatorLayout-module__I9fbOq__iconGreen{background:linear-gradient(135deg,#4ade80 0%,#16a34a 100%)}.CalculatorLayout-module__I9fbOq__iconPink{background:linear-gradient(135deg,#f472b6 0%,#db2777 100%)}.CalculatorLayout-module__I9fbOq__relatedIcon span{color:#fff;font-size:1.125rem}.CalculatorLayout-module__I9fbOq__relatedContent{flex:1}.CalculatorLayout-module__I9fbOq__relatedItemTitle{color:#374151;font-size:.875rem;font-weight:600;transition:color .3s}.CalculatorLayout-module__I9fbOq__relatedItem:hover .CalculatorLayout-module__I9fbOq__relatedItemTitle{color:#2563eb}.CalculatorLayout-module__I9fbOq__relatedItemDesc{color:#374151;font-size:.75rem}.CalculatorLayout-module__I9fbOq__moreCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;box-shadow:0 1px 3px #0000001a}.CalculatorLayout-module__I9fbOq__moreCard:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.CalculatorLayout-module__I9fbOq__moreCard:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.CalculatorLayout-module__I9fbOq__moreCard:hover:before{opacity:1}.CalculatorLayout-module__I9fbOq__moreTitle{color:#374151;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.CalculatorLayout-module__I9fbOq__moreList{flex-direction:column;gap:.5rem;display:flex}.CalculatorLayout-module__I9fbOq__moreLink{color:#2563eb;padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.CalculatorLayout-module__I9fbOq__moreLink:hover{color:#1e40af;text-decoration:underline}.CalculatorLayout-module__I9fbOq__footer{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 50%,#111827 100%);margin-top:2rem}.CalculatorLayout-module__I9fbOq__footerContent{max-width:1280px;margin:0 auto;padding:1rem .75rem .75rem}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerContent{padding:2rem 1.5rem 1.25rem}}.CalculatorLayout-module__I9fbOq__footerGrid{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem;display:grid}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.25rem}}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__footerGrid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem}}.CalculatorLayout-module__I9fbOq__footerBrand{grid-column:1}@media (min-width:1024px){.CalculatorLayout-module__I9fbOq__footerBrand{grid-column:1}}.CalculatorLayout-module__I9fbOq__footerLogo{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.CalculatorLayout-module__I9fbOq__footerLogoIcon{background:linear-gradient(135deg,#2563eb 0%,#06b6d4 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.CalculatorLayout-module__I9fbOq__footerLogoSvg{color:#fff;width:1.125rem;height:1.125rem}.CalculatorLayout-module__I9fbOq__footerLogoText{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.CalculatorLayout-module__I9fbOq__footerLogoTitle{background:linear-gradient(90deg,#60a5fa 0%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700;line-height:1.2}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerLogoTitle{font-size:1.25rem}}.CalculatorLayout-module__I9fbOq__footerLogoBadge{color:#06b6d4;font-size:.8125rem;font-weight:500}.CalculatorLayout-module__I9fbOq__footerDescription{color:#fff;margin-top:.25rem;font-size:.75rem;line-height:1.4}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerDescription{font-size:.8125rem}}.CalculatorLayout-module__I9fbOq__footerSection{flex-direction:column;display:flex}.CalculatorLayout-module__I9fbOq__footerSectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.375rem;font-size:.8125rem;font-weight:700;line-height:1.2}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerSectionTitle{margin-bottom:.625rem;font-size:.9375rem}}.CalculatorLayout-module__I9fbOq__footerLinks{grid-template-columns:repeat(2,1fr);gap:.125rem .5rem;display:grid}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerLinks{gap:.375rem 1rem}}.CalculatorLayout-module__I9fbOq__footerLink{color:#fff;white-space:nowrap;align-items:center;min-height:2.25rem;margin:.0625rem 0;padding:.375rem .125rem;font-size:.75rem;line-height:1.3;text-decoration:none;transition:color .3s;display:flex}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerLink{min-height:2.5rem;margin:.0625rem 0;padding:.375rem .25rem;font-size:.875rem;line-height:1.4}}.CalculatorLayout-module__I9fbOq__footerLink:hover{color:#06b6d4}.CalculatorLayout-module__I9fbOq__footerCopyright{text-align:center;border-top:1px solid #374151;margin-top:.75rem;padding-top:.75rem}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerCopyright{margin-top:1.25rem;padding-top:1.25rem}}.CalculatorLayout-module__I9fbOq__footerCopyright p{color:#fff;font-size:.75rem;line-height:1.4}@media (min-width:768px){.CalculatorLayout-module__I9fbOq__footerCopyright p{font-size:.8125rem}}
.BMICalculatorWidget-module__NP2F5G__container{flex-direction:column;gap:1rem;display:flex}.BMICalculatorWidget-module__NP2F5G__titleSection{text-align:center}.BMICalculatorWidget-module__NP2F5G__title{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1rem;font-weight:700}.BMICalculatorWidget-module__NP2F5G__subtitle{color:#374151;font-size:.9375rem}.BMICalculatorWidget-module__NP2F5G__sexSection{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.BMICalculatorWidget-module__NP2F5G__sexLabel{color:#374151;font-size:.875rem;font-weight:600;display:block}.BMICalculatorWidget-module__NP2F5G__sexOptions{gap:.75rem;display:flex}.BMICalculatorWidget-module__NP2F5G__sexOption{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:2px solid #d1d5db;border-radius:.5rem;flex:1;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex;position:relative}.BMICalculatorWidget-module__NP2F5G__sexOption:focus{outline-offset:2px;outline:2px solid #3b82f6}.BMICalculatorWidget-module__NP2F5G__sexOption input[type=radio]{cursor:pointer;pointer-events:none;margin:0}.BMICalculatorWidget-module__NP2F5G__sexOption:hover{background-color:#eff6ff;border-color:#3b82f6}.BMICalculatorWidget-module__NP2F5G__sexOptionChecked{background-color:#dbeafe!important;border-color:#2563eb!important}.BMICalculatorWidget-module__NP2F5G__sexOptionChecked .BMICalculatorWidget-module__NP2F5G__sexText{color:#2563eb;font-weight:600}.BMICalculatorWidget-module__NP2F5G__radio{cursor:pointer;accent-color:#2563eb;z-index:1;flex-shrink:0;width:1.125rem;min-width:1.125rem;height:1.125rem;min-height:1.125rem;margin:0;padding:0;position:relative}.BMICalculatorWidget-module__NP2F5G__radio:focus{outline-offset:2px;border-radius:50%;outline:2px solid #3b82f6}.BMICalculatorWidget-module__NP2F5G__radio:checked{accent-color:#2563eb}.BMICalculatorWidget-module__NP2F5G__sexText{color:#374151;font-size:.875rem;font-weight:500;transition:color .2s}.BMICalculatorWidget-module__NP2F5G__sexOption input[type=radio]:checked{accent-color:#2563eb;background-color:#2563eb}.BMICalculatorWidget-module__NP2F5G__sexOption input[type=radio]{cursor:pointer;accent-color:#2563eb;flex-shrink:0;width:1.25rem;height:1.25rem;margin:0}.BMICalculatorWidget-module__NP2F5G__sexText{color:#374151;font-size:.9375rem}.BMICalculatorWidget-module__NP2F5G__inputGroup{margin-bottom:.5rem}.BMICalculatorWidget-module__NP2F5G__label{color:#374151;margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.BMICalculatorWidget-module__NP2F5G__inputRow{gap:.25rem;display:flex}.BMICalculatorWidget-module__NP2F5G__input{border:1px solid #d1d5db;border-radius:.375rem;flex:1;padding:.375rem .5rem;font-size:.875rem;transition:all .2s}.BMICalculatorWidget-module__NP2F5G__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.BMICalculatorWidget-module__NP2F5G__inputFull{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.375rem .5rem;font-size:.875rem;transition:all .2s}.BMICalculatorWidget-module__NP2F5G__inputFull:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.BMICalculatorWidget-module__NP2F5G__select{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.375rem .5rem;font-size:.875rem;transition:all .2s}.BMICalculatorWidget-module__NP2F5G__select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}.BMICalculatorWidget-module__NP2F5G__resultDisplay{text-align:center;color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);border-radius:1.25rem;padding:2rem;animation:.6s ease-out BMICalculatorWidget-module__NP2F5G__fadeIn;position:relative;overflow:hidden}.BMICalculatorWidget-module__NP2F5G__resultDisplay:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite BMICalculatorWidget-module__NP2F5G__pulse;position:absolute;top:-50%;left:-50%}@keyframes BMICalculatorWidget-module__NP2F5G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BMICalculatorWidget-module__NP2F5G__pulse{0%,to{opacity:.5}50%{opacity:1}}.BMICalculatorWidget-module__NP2F5G__resultContent{margin-bottom:.5rem}.BMICalculatorWidget-module__NP2F5G__resultValue{text-align:center;color:#fff;text-shadow:0 4px 6px #0000004d;margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.BMICalculatorWidget-module__NP2F5G__resultCategory{color:#fffffff2;font-size:1.125rem;font-weight:600}.BMICalculatorWidget-module__NP2F5G__resultPrime{color:#fff9;margin-top:.125rem;font-size:.875rem}.BMICalculatorWidget-module__NP2F5G__bmiVisualization{margin-top:.75rem}.BMICalculatorWidget-module__NP2F5G__bmiBarContainer{position:relative}.BMICalculatorWidget-module__NP2F5G__bmiBar{border-radius:9999px;height:1rem;display:flex;position:relative;overflow:hidden}.BMICalculatorWidget-module__NP2F5G__barSegmentBlue{background-color:#3b82f6;flex:1}.BMICalculatorWidget-module__NP2F5G__barSegmentGreen{background-color:#10b981;flex:1}.BMICalculatorWidget-module__NP2F5G__barSegmentYellow{background-color:#f59e0b;flex:1}.BMICalculatorWidget-module__NP2F5G__barSegmentRed{background-color:#ef4444;flex:1}.BMICalculatorWidget-module__NP2F5G__bmiIndicator{z-index:10;background-color:#fff;border:2px solid #1f2937;border-radius:2px;width:4px;height:100%;position:absolute;top:0;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.BMICalculatorWidget-module__NP2F5G__bmiIndicator:after{content:"";filter:drop-shadow(0 2px 4px #0003);border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.BMICalculatorWidget-module__NP2F5G__bmiValueLabel{color:#fff;background-color:#1f2937cc;border-radius:.25rem;padding:.125rem .25rem;font-size:.875rem;font-weight:700;position:absolute;top:-1.5rem;transform:translate(-50%)}.BMICalculatorWidget-module__NP2F5G__bmiRanges{margin-top:.25rem;display:flex}.BMICalculatorWidget-module__NP2F5G__rangeItem{text-align:center;flex:1}.BMICalculatorWidget-module__NP2F5G__rangeItem span{color:#ffffffb3;font-size:.875rem}.BMICalculatorWidget-module__NP2F5G__bmiCategories{margin-top:.125rem;display:flex}.BMICalculatorWidget-module__NP2F5G__categoryItem{text-align:center;flex:1}.BMICalculatorWidget-module__NP2F5G__categoryItem span{color:#ffffff80;font-size:.875rem;font-weight:500}.BMICalculatorWidget-module__NP2F5G__categoryRed{background-color:#ef4444}.BMICalculatorWidget-module__NP2F5G__categoryGreen{background-color:#10b981}.BMICalculatorWidget-module__NP2F5G__categoryYellow{background-color:#f59e0b}.BMICalculatorWidget-module__NP2F5G__categoryOrange{background-color:#f97316}.BMICalculatorWidget-module__NP2F5G__categoryRedDark{background-color:#dc2626}.BMICalculatorWidget-module__NP2F5G__textRed{color:#dc2626}.BMICalculatorWidget-module__NP2F5G__textGreen{color:#059669}.BMICalculatorWidget-module__NP2F5G__textYellow{color:#d97706}.BMICalculatorWidget-module__NP2F5G__textOrange{color:#ea580c}.BMICalculatorWidget-module__NP2F5G__textRedDark{color:#991b1b}@media (max-width:768px){.BMICalculatorWidget-module__NP2F5G__container{gap:1.25rem;padding:.5rem}.BMICalculatorWidget-module__NP2F5G__title{margin-bottom:.375rem;font-size:1.125rem}.BMICalculatorWidget-module__NP2F5G__subtitle{font-size:.8125rem;line-height:1.3}.BMICalculatorWidget-module__NP2F5G__sexSection{margin-bottom:1rem}.BMICalculatorWidget-module__NP2F5G__sexLabel{margin-bottom:.5rem;font-size:1rem}.BMICalculatorWidget-module__NP2F5G__sexOptions{gap:1rem}.BMICalculatorWidget-module__NP2F5G__sexOption{flex:1;padding:.75rem 1.25rem}.BMICalculatorWidget-module__NP2F5G__radio{width:1.5rem;min-width:1.5rem;height:1.5rem;min-height:1.5rem}.BMICalculatorWidget-module__NP2F5G__sexText{font-size:1rem}.BMICalculatorWidget-module__NP2F5G__label{margin-bottom:.5rem;font-size:1.125rem}.BMICalculatorWidget-module__NP2F5G__input,.BMICalculatorWidget-module__NP2F5G__inputFull,.BMICalculatorWidget-module__NP2F5G__select{min-height:2.75rem;padding:.5rem .75rem;font-size:1rem}.BMICalculatorWidget-module__NP2F5G__resultDisplay{margin:0 -.5rem;padding:1.5rem 1rem}.BMICalculatorWidget-module__NP2F5G__resultValue{font-size:2rem}.BMICalculatorWidget-module__NP2F5G__resultCategory{font-size:1.25rem}.BMICalculatorWidget-module__NP2F5G__resultPrime{font-size:1rem}.BMICalculatorWidget-module__NP2F5G__bmiIndicator{width:6px}.BMICalculatorWidget-module__NP2F5G__bmiValueLabel{font-size:1rem;top:-2rem}.BMICalculatorWidget-module__NP2F5G__rangeItem span,.BMICalculatorWidget-module__NP2F5G__categoryItem span{font-size:.875rem}}@media (max-width:480px){.BMICalculatorWidget-module__NP2F5G__container{gap:1rem;padding:.25rem}.BMICalculatorWidget-module__NP2F5G__title{margin-bottom:.25rem;font-size:1rem}.BMICalculatorWidget-module__NP2F5G__subtitle{font-size:.75rem;line-height:1.2}.BMICalculatorWidget-module__NP2F5G__sexOptions{flex-direction:column;gap:.5rem}.BMICalculatorWidget-module__NP2F5G__sexOption{justify-content:center;padding:.75rem 1rem}.BMICalculatorWidget-module__NP2F5G__inputRow{flex-direction:column;gap:.5rem}.BMICalculatorWidget-module__NP2F5G__select{width:100%}.BMICalculatorWidget-module__NP2F5G__resultDisplay{margin:0 -.25rem;padding:1.25rem .75rem}.BMICalculatorWidget-module__NP2F5G__resultValue{font-size:1.75rem}.BMICalculatorWidget-module__NP2F5G__resultCategory{font-size:1.125rem}.BMICalculatorWidget-module__NP2F5G__bmiBar{height:1.25rem}.BMICalculatorWidget-module__NP2F5G__bmiIndicator{width:8px}.BMICalculatorWidget-module__NP2F5G__bmiValueLabel{font-size:.9375rem}}
.HealthDisclaimer-module__EBJEqq__disclaimerBox{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;margin-top:1.5rem;padding:1rem}.HealthDisclaimer-module__EBJEqq__disclaimerTitle{color:#92400e;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.HealthDisclaimer-module__EBJEqq__disclaimerText{color:#78350f;margin-bottom:.5rem;font-size:.75rem;line-height:1.5}.HealthDisclaimer-module__EBJEqq__disclaimerList{color:#78350f;flex-direction:column;gap:.25rem;margin:.5rem 0;padding-left:.75rem;list-style:inside;display:flex}.HealthDisclaimer-module__EBJEqq__disclaimerList li{font-size:.75rem;line-height:1.5}
.page-module__jadOLa__section{margin-bottom:2rem}.page-module__jadOLa__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__jadOLa__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__jadOLa__cardSection:hover:before{opacity:1}.page-module__jadOLa__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__jadOLa__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__bulletCyan{background:linear-gradient(90deg,#06b6d4 0%,#3b82f6 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__bulletOrange{background:linear-gradient(90deg,#f97316 0%,#ef4444 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__bulletIndigo{background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__jadOLa__prose{max-width:none}.page-module__jadOLa__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__jadOLa__textSmall{color:#374151;font-size:.75rem;line-height:1.6}.page-module__jadOLa__formulaBox{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.page-module__jadOLa__formula{color:#374151;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.125rem}.page-module__jadOLa__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:inside;display:flex}.page-module__jadOLa__link{color:#2563eb;text-decoration:none;transition:color .2s}.page-module__jadOLa__link:hover{color:#1e40af}.page-module__jadOLa__orderedList{color:#374151;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside decimal;display:flex}.page-module__jadOLa__orderedList li{font-size:.875rem}.page-module__jadOLa__infoBox{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-top:1rem;padding:1rem}.page-module__jadOLa__infoTitle{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module__jadOLa__infoText{color:#1e3a8a;font-size:.875rem}
.page-module__D07ckq__container{max-width:64rem;margin:0 auto}.page-module__D07ckq__section{margin-bottom:2rem}.page-module__D07ckq__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__D07ckq__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__D07ckq__cardSection:hover:before{opacity:1}.page-module__D07ckq__h1{color:#1f2937;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.page-module__D07ckq__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__D07ckq__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__D07ckq__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__D07ckq__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__D07ckq__bulletOrange{background:linear-gradient(90deg,#f97316 0%,#ea580c 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__D07ckq__prose{max-width:none}.page-module__D07ckq__introText{color:#374151;margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.7}.page-module__D07ckq__text{color:#374151;margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.page-module__D07ckq__textSmall{color:#6b7280;font-size:.875rem;line-height:1.6}.page-module__D07ckq__subtitle{color:#1e40af;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__D07ckq__formulaBox{text-align:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin:1rem 0;padding:1.5rem}.page-module__D07ckq__formula{color:#2563eb;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.25rem}.page-module__D07ckq__tableWrapper{margin:1.5rem 0;overflow-x:auto}.page-module__D07ckq__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;width:100%}.page-module__D07ckq__tableHead{background-color:#f9fafb}.page-module__D07ckq__tableHeader{text-align:left;color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.page-module__D07ckq__tableCell{color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.page-module__D07ckq__tableRowGreen{background-color:#f0fdf4}.page-module__D07ckq__badgeBlue{color:#1e40af;background-color:#dbeafe;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__badgeGreen{color:#166534;background-color:#dcfce7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__badgeYellow{color:#92400e;background-color:#fef3c7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__badgeOrange{color:#9a3412;background-color:#fed7aa;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__badgeRed{color:#991b1b;background-color:#fee2e2;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__badgeRedDark{color:#7f1d1d;background-color:#fecaca;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__D07ckq__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__D07ckq__link:hover{color:#1e40af;text-decoration:none}.page-module__D07ckq__disclaimerBox{background-color:#fef3c7;border:2px solid #fcd34d;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.page-module__D07ckq__disclaimerTitle{color:#92400e;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.page-module__D07ckq__disclaimerText{color:#78350f;margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.page-module__D07ckq__disclaimerList{color:#78350f;flex-direction:column;gap:.5rem;margin:1rem 0;padding-left:1rem;list-style:inside;display:flex}.page-module__D07ckq__disclaimerList li{font-size:.9375rem;line-height:1.6}
.page-module__VZMi_a__section{margin-bottom:2rem}.page-module__VZMi_a__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__VZMi_a__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__VZMi_a__cardSection:hover{border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a}.page-module__VZMi_a__cardSection:hover:before{opacity:1}.page-module__VZMi_a__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__VZMi_a__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__VZMi_a__prose{max-width:none}.page-module__VZMi_a__subtitle{color:#1e40af;margin-top:1rem;margin-bottom:.75rem;font-size:1rem;font-weight:600}.page-module__VZMi_a__text{color:#374151;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.page-module__VZMi_a__textSmall{color:#374151;font-size:.75rem;line-height:1.6}.page-module__VZMi_a__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:inside;display:flex}.page-module__VZMi_a__orderedList{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside decimal;display:flex}.page-module__VZMi_a__orderedList li{font-size:.9375rem}.page-module__VZMi_a__infoBox{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-top:1rem;padding:1rem}.page-module__VZMi_a__infoText{color:#1e40af;font-size:.9375rem}.page-module__VZMi_a__infoTitle{color:#1e40af;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.page-module__VZMi_a__infoTextSmall{color:#1e3a8a;font-size:.9375rem}.page-module__VZMi_a__codeBox{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.page-module__VZMi_a__code{color:#374151;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.125rem}.page-module__VZMi_a__codeBoxGray{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.page-module__VZMi_a__codeSmall{color:#374151;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875rem}.page-module__VZMi_a__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.page-module__VZMi_a__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;width:100%}.page-module__VZMi_a__tableHead{background-color:#f9fafb}.page-module__VZMi_a__tableCell{text-align:left;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.page-module__VZMi_a__table tbody .page-module__VZMi_a__tableCell{font-weight:400}.page-module__VZMi_a__tableRowGreen{background-color:#f0fdf4}.page-module__VZMi_a__badgeRed{color:#991b1b;background-color:#fee2e2;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.page-module__VZMi_a__badgeGreen{color:#166534;background-color:#dcfce7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.page-module__VZMi_a__badgeYellow{color:#92400e;background-color:#fef3c7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.page-module__VZMi_a__badgeOrange{color:#9a3412;background-color:#fed7aa;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.page-module__VZMi_a__faqList{flex-direction:column;gap:2rem;display:flex}.page-module__VZMi_a__faqItem{flex-direction:column;display:flex}.page-module__VZMi_a__faqQuestion{color:#374151;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__VZMi_a__faqAnswer{color:#374151;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.page-module__VZMi_a__faqAnswerSmall{color:#374151;font-size:.75rem;line-height:1.6}.page-module__VZMi_a__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__VZMi_a__link:hover{color:#1e40af;text-decoration:none}
.page-module__J7oVfG__container{max-width:64rem;margin:0 auto}.page-module__J7oVfG__intro{text-align:center;margin-bottom:2rem}.page-module__J7oVfG__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__J7oVfG__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__J7oVfG__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__J7oVfG__cardSection:hover:before{opacity:1}.page-module__J7oVfG__tableWrapper{overflow-x:auto}.page-module__J7oVfG__table{border-collapse:collapse;width:100%}.page-module__J7oVfG__tableHeaderRow{border-bottom:2px solid #e5e7eb}.page-module__J7oVfG__tableHeader{text-align:left;color:#374151;padding:1rem;font-size:.875rem;font-weight:600}.page-module__J7oVfG__tableRow{border-bottom:1px solid #f3f4f6}.page-module__J7oVfG__tableCell{color:#374151;padding:1rem;font-size:.875rem}.page-module__J7oVfG__tableRow .page-module__J7oVfG__tableCell:first-child{font-weight:500}.page-module__J7oVfG__badge{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.page-module__J7oVfG__badgeBlue{color:#1e40af;background-color:#dbeafe}.page-module__J7oVfG__badgeGreen{color:#166534;background-color:#dcfce7}.page-module__J7oVfG__badgeYellow{color:#92400e;background-color:#fef3c7}.page-module__J7oVfG__badgeOrange{color:#9a3412;background-color:#fed7aa}.page-module__J7oVfG__badgeRed{color:#991b1b;background-color:#fee2e2}.page-module__J7oVfG__badgeRedDark{color:#7f1d1d;background-color:#fecaca}.page-module__J7oVfG__notesBox{background-color:#eff6ff;border-radius:.5rem;margin-top:2rem;padding:1.5rem}.page-module__J7oVfG__notesTitle{color:#1e3a8a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.page-module__J7oVfG__notesList{color:#1e40af;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.page-module__J7oVfG__notesList li:before{content:"• ";margin-right:.5rem}.page-module__J7oVfG__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__J7oVfG__link:hover{color:#1e40af;text-decoration:none}
.page-module__3_yEnq__container{max-width:64rem;margin:0 auto}.page-module__3_yEnq__section{margin-bottom:2rem}.page-module__3_yEnq__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__3_yEnq__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__3_yEnq__cardSection:hover:before{opacity:1}.page-module__3_yEnq__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.page-module__3_yEnq__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__3_yEnq__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-left:.5rem;list-style:inside;display:flex}.page-module__3_yEnq__list li{font-size:.875rem}.page-module__3_yEnq__metricsList{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.page-module__3_yEnq__metricItem{flex-direction:column;display:flex}.page-module__3_yEnq__metricTitle{color:#374151;margin-bottom:.5rem;font-weight:600}.page-module__3_yEnq__metricText{color:#374151;font-size:.875rem;line-height:1.6}
.page-module__g2-IMW__container{max-width:64rem;margin:0 auto}.page-module__g2-IMW__intro{text-align:center;margin-bottom:2rem}.page-module__g2-IMW__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__g2-IMW__sections{flex-direction:column;gap:2rem;display:flex}.page-module__g2-IMW__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__g2-IMW__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__g2-IMW__cardSection:hover:before{opacity:1}.page-module__g2-IMW__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__g2-IMW__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__g2-IMW__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__g2-IMW__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__g2-IMW__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__g2-IMW__rangesGrid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.page-module__g2-IMW__rangesGrid{grid-template-columns:repeat(2,1fr)}}.page-module__g2-IMW__rangeBoxBlue{background-color:#eff6ff;border-radius:.5rem;padding:1rem}.page-module__g2-IMW__rangeBoxGreen{background-color:#f0fdf4;border-radius:.5rem;padding:1rem}.page-module__g2-IMW__rangeBoxYellow{background-color:#fefce8;border-radius:.5rem;padding:1rem}.page-module__g2-IMW__rangeBoxRed{background-color:#fef2f2;border-radius:.5rem;padding:1rem}.page-module__g2-IMW__rangeLabel{color:#1e40af;margin-bottom:.25rem;font-weight:600}.page-module__g2-IMW__rangeBoxGreen .page-module__g2-IMW__rangeLabel{color:#166534}.page-module__g2-IMW__rangeBoxYellow .page-module__g2-IMW__rangeLabel{color:#92400e}.page-module__g2-IMW__rangeBoxRed .page-module__g2-IMW__rangeLabel{color:#991b1b}.page-module__g2-IMW__rangeValue{color:#1e3a8a}.page-module__g2-IMW__rangeBoxGreen .page-module__g2-IMW__rangeValue{color:#059669}.page-module__g2-IMW__rangeBoxYellow .page-module__g2-IMW__rangeValue{color:#d97706}.page-module__g2-IMW__rangeBoxRed .page-module__g2-IMW__rangeValue{color:#dc2626}.page-module__g2-IMW__prose{max-width:none}.page-module__g2-IMW__exampleBox{text-align:center;background-color:#f9fafb;border-radius:.5rem;margin-top:1rem;padding:1rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.page-module__g2-IMW__exampleText{color:#2563eb;font-size:.875rem}.page-module__g2-IMW__exampleNote{color:#374151;margin-top:.25rem;font-size:.875rem}.page-module__g2-IMW__mistakesList{flex-direction:column;gap:1rem;display:flex}.page-module__g2-IMW__mistakeItemRed{border-left:4px solid #ef4444;padding-left:1rem}.page-module__g2-IMW__mistakeItemYellow{border-left:4px solid #facc15;padding-left:1rem}.page-module__g2-IMW__mistakeItemBlue{border-left:4px solid #60a5fa;padding-left:1rem}.page-module__g2-IMW__mistakeTitle{color:#374151;margin-bottom:.25rem;font-weight:600}.page-module__g2-IMW__mistakeText{color:#374151;font-size:.75rem;line-height:1.6}.page-module__g2-IMW__healthBox{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:1.5rem}.page-module__g2-IMW__healthTitle{color:#166534;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__g2-IMW__healthText{color:#059669;margin-bottom:.75rem;font-size:.875rem}.page-module__g2-IMW__healthList{color:#059669;flex-direction:column;gap:.25rem;margin:0 0 0 1.5rem;padding:0;list-style:none;display:flex}.page-module__g2-IMW__healthList li:before{content:"• ";margin-right:.5rem}.page-module__g2-IMW__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__g2-IMW__link:hover{color:#1e40af;text-decoration:none}.page-module__g2-IMW__tableWrapper{margin:1.5rem 0;overflow-x:auto}.page-module__g2-IMW__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;width:100%}.page-module__g2-IMW__tableHead{background-color:#f9fafb}.page-module__g2-IMW__tableHeader{text-align:left;color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.page-module__g2-IMW__tableCell{color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.page-module__g2-IMW__tableRowGreen{background-color:#f0fdf4}.page-module__g2-IMW__badgeBlue{color:#1e40af;background-color:#dbeafe;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__g2-IMW__badgeGreen{color:#166534;background-color:#dcfce7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__g2-IMW__badgeYellow{color:#92400e;background-color:#fef3c7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__g2-IMW__badgeOrange{color:#9a3412;background-color:#fed7aa;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__g2-IMW__badgeRed{color:#991b1b;background-color:#fee2e2;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}
.page-module__aOk2XG__container{max-width:64rem;margin:0 auto}.page-module__aOk2XG__intro{text-align:center;margin-bottom:2rem}.page-module__aOk2XG__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__aOk2XG__sections{flex-direction:column;gap:2rem;display:flex}.page-module__aOk2XG__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__aOk2XG__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__aOk2XG__cardSection:hover:before{opacity:1}.page-module__aOk2XG__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__aOk2XG__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__aOk2XG__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__aOk2XG__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__aOk2XG__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__aOk2XG__textSmall{color:#374151;font-size:.75rem;line-height:1.6}.page-module__aOk2XG__rangesGrid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.page-module__aOk2XG__rangesGrid{grid-template-columns:repeat(2,1fr)}}.page-module__aOk2XG__rangeBoxBlue{background-color:#eff6ff;border-radius:.5rem;padding:1rem}.page-module__aOk2XG__rangeBoxGreen{background-color:#f0fdf4;border-radius:.5rem;padding:1rem}.page-module__aOk2XG__rangeBoxYellow{background-color:#fefce8;border-radius:.5rem;padding:1rem}.page-module__aOk2XG__rangeBoxRed{background-color:#fef2f2;border-radius:.5rem;padding:1rem}.page-module__aOk2XG__rangeLabel{color:#1e40af;margin-bottom:.25rem;font-weight:600}.page-module__aOk2XG__rangeBoxGreen .page-module__aOk2XG__rangeLabel{color:#166534}.page-module__aOk2XG__rangeBoxYellow .page-module__aOk2XG__rangeLabel{color:#92400e}.page-module__aOk2XG__rangeBoxRed .page-module__aOk2XG__rangeLabel{color:#991b1b}.page-module__aOk2XG__rangeValue{color:#1e3a8a}.page-module__aOk2XG__rangeBoxGreen .page-module__aOk2XG__rangeValue{color:#059669}.page-module__aOk2XG__rangeBoxYellow .page-module__aOk2XG__rangeValue{color:#d97706}.page-module__aOk2XG__rangeBoxRed .page-module__aOk2XG__rangeValue{color:#dc2626}.page-module__aOk2XG__prose{max-width:none}.page-module__aOk2XG__hormonalList{flex-direction:column;gap:1.5rem;display:flex}.page-module__aOk2XG__hormonalTitle{color:#374151;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module__aOk2XG__hormonalText{color:#374151;font-size:.75rem;line-height:1.6}.page-module__aOk2XG__pregnancyBox{background-color:#fdf2f8;border:1px solid #fbcfe8;border-radius:.5rem;padding:1.5rem}.page-module__aOk2XG__pregnancyTitle{color:#9f1239;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__aOk2XG__pregnancyText{color:#be185d;font-size:.875rem}.page-module__aOk2XG__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__aOk2XG__link:hover{color:#1e40af;text-decoration:none}.page-module__aOk2XG__tableWrapper{margin:1.5rem 0;overflow-x:auto}.page-module__aOk2XG__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;width:100%}.page-module__aOk2XG__tableHead{background-color:#f9fafb}.page-module__aOk2XG__tableHeader{text-align:left;color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.page-module__aOk2XG__tableCell{color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.page-module__aOk2XG__tableRowGreen{background-color:#f0fdf4}.page-module__aOk2XG__badgeBlue{color:#1e40af;background-color:#dbeafe;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__aOk2XG__badgeGreen{color:#166534;background-color:#dcfce7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__aOk2XG__badgeYellow{color:#92400e;background-color:#fef3c7;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__aOk2XG__badgeOrange{color:#9a3412;background-color:#fed7aa;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__aOk2XG__badgeRed{color:#991b1b;background-color:#fee2e2;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500}
.page-module__NZdHta__container{max-width:64rem;margin:0 auto}.page-module__NZdHta__intro{text-align:center;margin-bottom:2rem}.page-module__NZdHta__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__NZdHta__sections{flex-direction:column;gap:2rem;display:flex}.page-module__NZdHta__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__NZdHta__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__NZdHta__cardSection:hover:before{opacity:1}.page-module__NZdHta__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__NZdHta__bulletBlue{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__NZdHta__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__NZdHta__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__NZdHta__formulaBox{background-color:#f9fafb;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.page-module__NZdHta__formulaContent{text-align:center}.page-module__NZdHta__formulaLarge{color:#2563eb;margin-bottom:.5rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.5rem}.page-module__NZdHta__formulaLargeGreen{color:#059669;margin-bottom:.5rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.5rem}.page-module__NZdHta__formulaNote{color:#374151;font-size:.875rem}.page-module__NZdHta__formulaMedium{color:#2563eb;margin-top:.5rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.25rem}.page-module__NZdHta__exampleTitle{color:#374151;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__NZdHta__exampleBoxBlue{background-color:#eff6ff;border-radius:.5rem;padding:1rem}.page-module__NZdHta__examplePerson{color:#1e3a8a;margin-bottom:.5rem;font-size:.875rem}.page-module__NZdHta__exampleSteps{color:#1e40af;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.page-module__NZdHta__exampleSteps p{margin-bottom:.25rem;font-size:.9375rem}.page-module__NZdHta__exampleResult{font-size:.875rem;font-weight:700}.page-module__NZdHta__exampleBoxGreen{background-color:#f0fdf4;border-radius:.5rem;padding:1rem}.page-module__NZdHta__examplePersonGreen{color:#166534;margin-bottom:.5rem;font-size:.875rem}.page-module__NZdHta__exampleStepsGreen{color:#059669;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.page-module__NZdHta__exampleStepsGreen p{margin-bottom:.25rem;font-size:.9375rem}.page-module__NZdHta__exampleResultGreen{font-size:.875rem;font-weight:700}.page-module__NZdHta__prose{max-width:none}.page-module__NZdHta__text{color:#374151;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.page-module__NZdHta__textSmall{color:#374151;font-size:.75rem;line-height:1.6}.page-module__NZdHta__limitationsBox{background-color:#fefce8;border:1px solid #fde68a;border-radius:.5rem;padding:1.5rem}.page-module__NZdHta__limitationsTitle{color:#92400e;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__NZdHta__limitationsList{color:#78350f;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.page-module__NZdHta__limitationsList li:before{content:"• ";margin-right:.5rem}.page-module__NZdHta__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__NZdHta__link:hover{color:#1e40af;text-decoration:none}
.page-module__q1XLhG__container{max-width:64rem;margin:0 auto}.page-module__q1XLhG__intro{text-align:center;margin-bottom:2rem}.page-module__q1XLhG__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__q1XLhG__sections{flex-direction:column;gap:2rem;display:flex}.page-module__q1XLhG__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__q1XLhG__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__q1XLhG__cardSection:hover:before{opacity:1}.page-module__q1XLhG__sectionTitle{color:#374151;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__q1XLhG__bullet{background:#3b82f6;border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.page-module__q1XLhG__prose{max-width:none}.page-module__q1XLhG__subtitle{color:#374151;margin-top:1.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.page-module__q1XLhG__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__q1XLhG__orderedList{color:#374151;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside decimal;display:flex}.page-module__q1XLhG__orderedList li{font-size:.875rem;line-height:1.5}.page-module__q1XLhG__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside;display:flex}.page-module__q1XLhG__list li{font-size:.875rem;line-height:1.5}.page-module__q1XLhG__infoBox{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:.75rem;margin-top:1rem;padding:1.25rem;position:relative}.page-module__q1XLhG__infoBox:before{content:"ℹ️";opacity:.6;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.page-module__q1XLhG__infoTitle{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module__q1XLhG__infoText{color:#1e3a8a;font-size:.875rem;line-height:1.5}.page-module__q1XLhG__warningBox{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fcd34d;border-radius:.75rem;margin-top:1rem;padding:1.25rem;position:relative}.page-module__q1XLhG__warningBox:before{content:"⚠️";opacity:.6;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.page-module__q1XLhG__warningTitle{color:#92400e;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module__q1XLhG__warningText{color:#78350f;font-size:.875rem;line-height:1.5}.page-module__q1XLhG__exampleBox{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:1px solid #e5e7eb;border-radius:.75rem;margin-top:1rem;padding:1.25rem;position:relative}.page-module__q1XLhG__exampleBox:before{content:"💡";opacity:.6;font-size:1.25rem;position:absolute;top:1rem;right:1rem}.page-module__q1XLhG__exampleText{color:#374151;font-size:.875rem;line-height:1.5}.page-module__q1XLhG__faqList{flex-direction:column;gap:2rem;display:flex}.page-module__q1XLhG__faqItem{flex-direction:column;display:flex}.page-module__q1XLhG__faqQuestion{color:#374151;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.page-module__q1XLhG__faqAnswer{color:#374151;font-size:.875rem;line-height:1.6}.page-module__q1XLhG__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__q1XLhG__link:hover{color:#1e40af;text-decoration:none}
.page-module__1Q_yiq__container{max-width:64rem;margin:0 auto}.page-module__1Q_yiq__intro{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#f0f9ff 100%);border:1px solid #bfdbfe;border-radius:1rem;margin-bottom:3rem;padding:2rem 1rem}.page-module__1Q_yiq__introTitle{color:#1e40af;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2rem;font-weight:700}.page-module__1Q_yiq__introText{color:#475569;max-width:48rem;margin:0 auto;font-size:1rem;line-height:1.6}.page-module__1Q_yiq__faqList{flex-direction:column;gap:1rem;display:flex}.page-module__1Q_yiq__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__1Q_yiq__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__1Q_yiq__cardSection:hover:before{opacity:1}.page-module__1Q_yiq__questionHeader{align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.page-module__1Q_yiq__questionNumber{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.page-module__1Q_yiq__questionText{color:#374151;flex:1;margin:0;font-size:1.125rem;font-weight:600;line-height:1.5}.page-module__1Q_yiq__answer{padding:0 1.5rem 1.5rem 4.5rem}.page-module__1Q_yiq__answerContent{border-left:3px solid #e5e7eb;padding-left:1rem}.page-module__1Q_yiq__answerContent p{color:#374151;margin:0;font-size:.9375rem;line-height:1.7}.page-module__1Q_yiq__helpBox{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:3rem;padding:1rem}.page-module__1Q_yiq__helpText{color:#4b5563;margin:0;font-size:.9375rem;line-height:1.6}.page-module__1Q_yiq__helpLink{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__1Q_yiq__helpLink:hover{color:#1e40af;text-decoration:none}
.page-module__CGHm4W__container{max-width:64rem;margin:0 auto}.page-module__CGHm4W__section{margin-bottom:2rem}.page-module__CGHm4W__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__CGHm4W__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__CGHm4W__cardSection:hover:before{opacity:1}.page-module__CGHm4W__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__CGHm4W__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__bulletOrange{background:linear-gradient(90deg,#f97316 0%,#ef4444 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__bulletIndigo{background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__bulletCyan{background:linear-gradient(90deg,#06b6d4 0%,#3b82f6 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__CGHm4W__prose{max-width:none}.page-module__CGHm4W__subtitle{color:#374151;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module__CGHm4W__subtitleBlue{color:#1e40af;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__CGHm4W__subtitleGreen{color:#166534;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__CGHm4W__subtitlePurple{color:#7c3aed;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__CGHm4W__subtitleOrange{color:#ea580c;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__CGHm4W__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__CGHm4W__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside;display:flex}.page-module__CGHm4W__list li{font-size:.875rem}.page-module__CGHm4W__infoBox{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-top:1rem;padding:1rem}.page-module__CGHm4W__infoTitle{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module__CGHm4W__infoText{color:#1e3a8a;font-size:.875rem}.page-module__CGHm4W__formulaBox{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.page-module__CGHm4W__formula{color:#374151;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.125rem}.page-module__CGHm4W__faqList{flex-direction:column;gap:2rem;display:flex}.page-module__CGHm4W__faqItem{flex-direction:column;display:flex}.page-module__CGHm4W__faqQuestion{color:#374151;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__CGHm4W__faqAnswer{color:#374151;font-size:.875rem;line-height:1.6}
.page-module__pH1YcG__container{max-width:64rem;margin:0 auto}.page-module__pH1YcG__intro{text-align:center;margin-bottom:2rem}.page-module__pH1YcG__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__pH1YcG__sections{flex-direction:column;gap:2rem;display:flex}.page-module__pH1YcG__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__pH1YcG__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__pH1YcG__cardSection:hover:before{opacity:1}.page-module__pH1YcG__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__pH1YcG__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__pH1YcG__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__pH1YcG__rangeBox{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.page-module__pH1YcG__rangeContent{text-align:center}.page-module__pH1YcG__rangeValue{color:#166534;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.page-module__pH1YcG__rangeLabel{color:#059669;font-size:.875rem;font-weight:500}.page-module__pH1YcG__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__pH1YcG__ageList{flex-direction:column;gap:1.5rem;display:flex}.page-module__pH1YcG__ageTitle{color:#374151;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.page-module__pH1YcG__ageText{color:#374151;font-size:.875rem;line-height:1.6}.page-module__pH1YcG__disclaimerBox{background-color:#fefce8;border:1px solid #fde68a;border-radius:.5rem;padding:1.5rem}.page-module__pH1YcG__disclaimerTitle{color:#92400e;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__pH1YcG__disclaimerText{color:#78350f;margin-bottom:.75rem;font-size:.875rem}.page-module__pH1YcG__disclaimerList{color:#78350f;flex-direction:column;gap:.25rem;margin:0 0 0 1.5rem;padding:0;list-style:none;display:flex}.page-module__pH1YcG__disclaimerList li:before{content:"• ";margin-right:.5rem}.page-module__pH1YcG__disclaimerConclusion{color:#78350f;margin-top:.75rem;font-size:.875rem;font-weight:500}.page-module__pH1YcG__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.page-module__pH1YcG__link:hover{color:#1e40af;text-decoration:none}
.page-module__1bVVYG__container{max-width:64rem;margin:0 auto}.page-module__1bVVYG__section{margin-bottom:2rem}.page-module__1bVVYG__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__1bVVYG__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__1bVVYG__cardSection:hover:before{opacity:1}.page-module__1bVVYG__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__1bVVYG__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__bulletOrange{background:linear-gradient(90deg,#f97316 0%,#ef4444 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__bulletIndigo{background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__bulletCyan{background:linear-gradient(90deg,#06b6d4 0%,#3b82f6 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__1bVVYG__prose{max-width:none}.page-module__1bVVYG__subtitleBlue{color:#1e40af;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleGreen{color:#166534;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitlePurple{color:#7c3aed;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleOrange{color:#ea580c;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleRed{color:#dc2626;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleRedDark{color:#991b1b;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleIndigo{color:#4f46e5;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__subtitleCyan{color:#0891b2;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__1bVVYG__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__1bVVYG__list{color:#374151;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:.5rem;list-style:inside;display:flex}.page-module__1bVVYG__list li{font-size:.875rem}.page-module__1bVVYG__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.page-module__1bVVYG__table{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;width:100%}.page-module__1bVVYG__tableHead{background-color:#f9fafb}.page-module__1bVVYG__tableHeader{text-align:left;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.page-module__1bVVYG__tableRowYellow{background-color:#fefce8}.page-module__1bVVYG__tableCell{color:#374151;border:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.page-module__1bVVYG__badgeYellow{color:#92400e;background-color:#fef3c7;border-radius:9999px;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.page-module__1bVVYG__infoBox{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-top:1rem;padding:1rem}.page-module__1bVVYG__infoTitle{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module__1bVVYG__infoText{color:#1e3a8a;font-size:.875rem}.page-module__1bVVYG__formulaBox{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.page-module__1bVVYG__formula{color:#374151;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.125rem}.page-module__1bVVYG__relatedBox{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1.5rem;padding:1.5rem}.page-module__1bVVYG__relatedTitle{color:#374151;margin-bottom:.75rem;font-weight:600}.page-module__1bVVYG__relatedLinks{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:768px){.page-module__1bVVYG__relatedLinks{grid-template-columns:repeat(2,1fr)}}.page-module__1bVVYG__relatedLink{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s}.page-module__1bVVYG__relatedLink:hover{color:#1e40af}.page-module__1bVVYG__faqList{flex-direction:column;gap:2rem;display:flex}.page-module__1bVVYG__faqItem{flex-direction:column;display:flex}.page-module__1bVVYG__faqQuestion{color:#374151;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__1bVVYG__faqAnswer{color:#374151;font-size:.875rem;line-height:1.6}
.page-module__j6Q3dW__container{max-width:64rem;margin:0 auto}.page-module__j6Q3dW__intro{text-align:center;margin-bottom:2rem}.page-module__j6Q3dW__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__j6Q3dW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.page-module__j6Q3dW__grid{grid-template-columns:repeat(2,1fr)}}.page-module__j6Q3dW__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__j6Q3dW__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__j6Q3dW__cardSection:hover:before{opacity:1}.page-module__j6Q3dW__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__j6Q3dW__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__j6Q3dW__contactList{flex-direction:column;gap:1.5rem;display:flex}.page-module__j6Q3dW__contactItem{align-items:flex-start;display:flex}.page-module__j6Q3dW__iconBlue,.page-module__j6Q3dW__iconGreen,.page-module__j6Q3dW__iconPurple,.page-module__j6Q3dW__iconYellow{flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.25rem}.page-module__j6Q3dW__iconBlue{color:#2563eb}.page-module__j6Q3dW__iconGreen{color:#059669}.page-module__j6Q3dW__iconPurple{color:#9333ea}.page-module__j6Q3dW__iconYellow{color:#ca8a04}.page-module__j6Q3dW__iconSvg{width:100%;height:100%}.page-module__j6Q3dW__contactContent{margin-left:1rem}.page-module__j6Q3dW__contactTitle{color:#374151;font-size:1.125rem;font-weight:500}.page-module__j6Q3dW__contactText{color:#374151;margin-top:.25rem;font-size:.875rem}.page-module__j6Q3dW__noticeBox{background-color:#fefce8;border:1px solid #fde68a;border-radius:.5rem;padding:2rem}.page-module__j6Q3dW__noticeHeader{align-items:flex-start;display:flex}.page-module__j6Q3dW__noticeContent{margin-left:1rem}.page-module__j6Q3dW__noticeTitle{color:#92400e;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.page-module__j6Q3dW__noticeText{color:#78350f;margin-bottom:.75rem;font-size:.875rem}.page-module__j6Q3dW__noticeTextStrong{color:#78350f;font-size:.875rem;font-weight:600}.page-module__j6Q3dW__resourcesBox{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;margin-top:3rem;padding:2rem}.page-module__j6Q3dW__resourcesTitle{color:#1e3a8a;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.page-module__j6Q3dW__resourcesGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.page-module__j6Q3dW__resourcesGrid{grid-template-columns:repeat(2,1fr)}}.page-module__j6Q3dW__resourcesSubtitle{color:#1e40af;margin-bottom:.5rem;font-weight:600}.page-module__j6Q3dW__resourcesList{color:#1e3a8a;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.page-module__j6Q3dW__resourceLink{color:#2563eb;text-decoration:underline;transition:color .2s}.page-module__j6Q3dW__resourceLink:hover{color:#1e40af}
.page-module__liXC9W__container{max-width:64rem;margin:0 auto}.page-module__liXC9W__intro{text-align:center;margin-bottom:2rem}.page-module__liXC9W__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__liXC9W__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:2rem;padding:1rem;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__liXC9W__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__liXC9W__cardSection:hover:before{opacity:1}.page-module__liXC9W__lastUpdated{border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.page-module__liXC9W__lastUpdated p{color:#374151;font-size:.9375rem}.page-module__liXC9W__section{flex-direction:column;display:flex}.page-module__liXC9W__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__liXC9W__bulletBlue{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__bulletOrange{background:linear-gradient(90deg,#f97316 0%,#ef4444 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__bulletIndigo{background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__bulletCyan{background:linear-gradient(90deg,#06b6d4 0%,#3b82f6 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__liXC9W__subtitle{color:#374151;margin-top:.5rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.page-module__liXC9W__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__liXC9W__list{color:#374151;flex-direction:column;gap:.5rem;margin:0 0 0 1.5rem;padding:0;list-style:none;display:flex}.page-module__liXC9W__list li:before{content:"• ";margin-right:.5rem}.page-module__liXC9W__list li strong{font-weight:600}
.page-module__lIpqbq__container{max-width:64rem;margin:0 auto}.page-module__lIpqbq__intro{text-align:center;margin-bottom:2rem}.page-module__lIpqbq__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.page-module__lIpqbq__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:2rem;padding:1rem;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.page-module__lIpqbq__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.page-module__lIpqbq__cardSection:hover:before{opacity:1}.page-module__lIpqbq__section{flex-direction:column;display:flex}.page-module__lIpqbq__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__lIpqbq__bulletBlue{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__bulletRed{background:linear-gradient(90deg,#ef4444 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__bulletYellow{background:linear-gradient(90deg,#f59e0b 0%,#f97316 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__bulletIndigo{background:linear-gradient(90deg,#6366f1 0%,#a855f7 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__bulletCyan{background:linear-gradient(90deg,#06b6d4 0%,#3b82f6 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.page-module__lIpqbq__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.page-module__lIpqbq__list{color:#374151;flex-direction:column;gap:.5rem;margin:0 0 0 1rem;padding:0;font-size:.875rem;list-style:inside;display:flex}
.AboutPageContent-module__BsVXaq__container{max-width:64rem;margin:0 auto}.AboutPageContent-module__BsVXaq__intro{text-align:center;margin-bottom:2rem}.AboutPageContent-module__BsVXaq__introText{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem}.AboutPageContent-module__BsVXaq__sections{flex-direction:column;gap:2rem;display:flex}.AboutPageContent-module__BsVXaq__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.AboutPageContent-module__BsVXaq__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.AboutPageContent-module__BsVXaq__cardSection:hover:before{opacity:1}.AboutPageContent-module__BsVXaq__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.AboutPageContent-module__BsVXaq__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.AboutPageContent-module__BsVXaq__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.AboutPageContent-module__BsVXaq__bulletPurple{background:linear-gradient(90deg,#a855f7 0%,#ec4899 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.AboutPageContent-module__BsVXaq__prose{max-width:none}.AboutPageContent-module__BsVXaq__text{color:#374151;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.AboutPageContent-module__BsVXaq__textSmall{color:#374151;font-size:.75rem;line-height:1.6}.AboutPageContent-module__BsVXaq__howItWorks{flex-direction:column;gap:1.5rem;display:flex}.AboutPageContent-module__BsVXaq__subtitle{color:#374151;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.AboutPageContent-module__BsVXaq__formulaBox{background-color:#f9fafb;border-radius:.5rem;margin-top:.75rem;padding:1rem}.AboutPageContent-module__BsVXaq__formula{color:#2563eb;text-align:center;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:1.125rem}.AboutPageContent-module__BsVXaq__formulaNote{color:#374151;text-align:center;margin-top:.5rem;font-size:.875rem}.AboutPageContent-module__BsVXaq__limitations{flex-direction:column;gap:1rem;display:flex}.AboutPageContent-module__BsVXaq__limitationItemYellow{border-left:4px solid #facc15;padding-left:1rem}.AboutPageContent-module__BsVXaq__limitationItemBlue{border-left:4px solid #60a5fa;padding-left:1rem}.AboutPageContent-module__BsVXaq__limitationItemGreen{border-left:4px solid #4ade80;padding-left:1rem}.AboutPageContent-module__BsVXaq__limitationItemPurple{border-left:4px solid #a78bfa;padding-left:1rem}.AboutPageContent-module__BsVXaq__limitationTitle{color:#374151;margin-bottom:.25rem;font-weight:600}.AboutPageContent-module__BsVXaq__limitationText{color:#374151;font-size:.75rem;line-height:1.6}.AboutPageContent-module__BsVXaq__infoBoxGreen{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:1.5rem}.AboutPageContent-module__BsVXaq__infoBoxBlue{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1.5rem}.AboutPageContent-module__BsVXaq__infoTitle{color:#166534;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.AboutPageContent-module__BsVXaq__infoBoxBlue .AboutPageContent-module__BsVXaq__infoTitle{color:#1e40af}.AboutPageContent-module__BsVXaq__infoText{color:#1e3a8a;margin-bottom:.75rem;font-size:.875rem}.AboutPageContent-module__BsVXaq__infoList{color:#059669;flex-direction:column;gap:.25rem;margin:0 0 0 1.5rem;padding:0;list-style:none;display:flex}.AboutPageContent-module__BsVXaq__infoBoxBlue .AboutPageContent-module__BsVXaq__infoList{color:#1e40af}.AboutPageContent-module__BsVXaq__infoList li:before{content:"• ";margin-right:.5rem}.AboutPageContent-module__BsVXaq__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.AboutPageContent-module__BsVXaq__link:hover{color:#1e40af;text-decoration:none}
.HealthPageContent-module__PzlKrW__hero{margin-bottom:2rem}.HealthPageContent-module__PzlKrW__heroContent{text-align:center;margin-bottom:2rem}.HealthPageContent-module__PzlKrW__heroTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.HealthPageContent-module__PzlKrW__heroTitle{font-size:1.875rem}}.HealthPageContent-module__PzlKrW__heroSubtitle{color:#374151;max-width:64rem;margin:0 auto;font-size:.875rem;line-height:1.6}.HealthPageContent-module__PzlKrW__section{margin-bottom:2rem}.HealthPageContent-module__PzlKrW__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.HealthPageContent-module__PzlKrW__bullet{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.HealthPageContent-module__PzlKrW__bulletGreen{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:50%;width:6px;height:6px;margin-right:.5rem}.HealthPageContent-module__PzlKrW__calculatorsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.HealthPageContent-module__PzlKrW__calculatorsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HealthPageContent-module__PzlKrW__calculatorsGrid{grid-template-columns:repeat(3,1fr)}}.HealthPageContent-module__PzlKrW__calculatorCard{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;text-decoration:none;transition:box-shadow .2s}.HealthPageContent-module__PzlKrW__calculatorCard:hover{box-shadow:0 4px 6px -1px #0000001a}.HealthPageContent-module__PzlKrW__iconBox{border-radius:.5rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;display:flex}.HealthPageContent-module__PzlKrW__iconBox span{color:#fff;font-size:1.875rem}.HealthPageContent-module__PzlKrW__iconBlue{background:linear-gradient(135deg,#60a5fa 0%,#2563eb 100%)}.HealthPageContent-module__PzlKrW__iconGreen{background:linear-gradient(135deg,#4ade80 0%,#16a34a 100%)}.HealthPageContent-module__PzlKrW__iconPink{background:linear-gradient(135deg,#f472b6 0%,#db2777 100%)}.HealthPageContent-module__PzlKrW__iconOrange{background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%)}.HealthPageContent-module__PzlKrW__iconPurple{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%)}.HealthPageContent-module__PzlKrW__iconCyan{background:linear-gradient(135deg,#22d3ee 0%,#0891b2 100%)}.HealthPageContent-module__PzlKrW__iconIndigo{background:linear-gradient(135deg,#818cf8 0%,#4f46e5 100%)}.HealthPageContent-module__PzlKrW__iconRed{background:linear-gradient(135deg,#f87171 0%,#dc2626 100%)}.HealthPageContent-module__PzlKrW__iconTeal{background:linear-gradient(135deg,#2dd4bf 0%,#14b8a6 100%)}.HealthPageContent-module__PzlKrW__calculatorTitle{color:#374151;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;transition:color .2s}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__calculatorTitle,.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconBlue~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#2563eb}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconGreen~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#16a34a}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconPink~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#db2777}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconOrange~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#ea580c}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconPurple~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#7c3aed}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconCyan~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#0891b2}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconIndigo~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#4f46e5}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconRed~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#dc2626}.HealthPageContent-module__PzlKrW__calculatorCard:hover .HealthPageContent-module__PzlKrW__iconTeal~.HealthPageContent-module__PzlKrW__calculatorTitle{color:#14b8a6}.HealthPageContent-module__PzlKrW__calculatorDesc{color:#374151;font-size:.875rem}.HealthPageContent-module__PzlKrW__ctaSection{text-align:center;margin-top:2rem}.HealthPageContent-module__PzlKrW__ctaBox{background:linear-gradient(90deg,#eff6ff 0%,#cffafe 100%);border:1px solid #bfdbfe;border-radius:.75rem;padding:2rem}.HealthPageContent-module__PzlKrW__ctaTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.HealthPageContent-module__PzlKrW__ctaText{color:#374151;max-width:32rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.HealthPageContent-module__PzlKrW__ctaButton{color:#fff;background:linear-gradient(90deg,#2563eb 0%,#06b6d4 100%);border-radius:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.HealthPageContent-module__PzlKrW__ctaButton:hover{background:linear-gradient(90deg,#1d4ed8 0%,#0891b2 100%)}
.HomePageContent-module__T-FleW__section{margin-bottom:2rem}.HomePageContent-module__T-FleW__cardSection{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem;transition:box-shadow .25s,border-color .25s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.HomePageContent-module__T-FleW__cardSection:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.HomePageContent-module__T-FleW__cardSection:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.HomePageContent-module__T-FleW__cardSection:hover:before{opacity:1}.HomePageContent-module__T-FleW__sectionTitle{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.HomePageContent-module__T-FleW__sectionTitleLarge{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.HomePageContent-module__T-FleW__content{flex-direction:column;gap:1rem;display:flex}.HomePageContent-module__T-FleW__text{color:#374151;font-size:1rem;line-height:1.6}.HomePageContent-module__T-FleW__infoBoxBlue{background:linear-gradient(90deg,#eff6ff 0%,#cffafe 100%);border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__infoBoxPurple{background:linear-gradient(90deg,#faf5ff 0%,#fce7f3 100%);border:1px solid #e9d5ff;border-radius:.75rem;padding:1.5rem}.HomePageContent-module__T-FleW__infoBoxGreen{background:linear-gradient(90deg,#f0fdf4 0%,#d1fae5 100%);border:1px solid #bbf7d0;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__infoBoxYellow{background:linear-gradient(90deg,#fefce8 0%,#fed7aa 100%);border:1px solid #fde68a;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__infoTitle{color:#6b21a8;margin-bottom:.5rem;font-size:1rem;font-weight:600}.HomePageContent-module__T-FleW__infoTitleSmall{color:#166534;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.HomePageContent-module__T-FleW__infoText{color:#374151;font-size:1rem;line-height:1.6}.HomePageContent-module__T-FleW__infoTextSmall{color:#374151;font-size:.9375rem}.HomePageContent-module__T-FleW__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.HomePageContent-module__T-FleW__grid{grid-template-columns:repeat(2,1fr)}}.HomePageContent-module__T-FleW__stepsList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.HomePageContent-module__T-FleW__stepItem{align-items:flex-start;font-size:.875rem;display:flex}.HomePageContent-module__T-FleW__stepNumber{color:#fff;background-color:#a855f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.125rem;margin-right:.75rem;font-size:.75rem;font-weight:600;display:flex}.HomePageContent-module__T-FleW__stepText{color:#374151;line-height:1.6}.HomePageContent-module__T-FleW__categoriesGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.HomePageContent-module__T-FleW__categoriesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HomePageContent-module__T-FleW__categoriesGrid{grid-template-columns:repeat(3,1fr)}}.HomePageContent-module__T-FleW__categoryCardBlue{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__categoryCardYellow{background:linear-gradient(135deg,#fefce8 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__categoryCardRed{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fecaca;border-radius:.75rem;padding:1rem}.HomePageContent-module__T-FleW__categoryTitle{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.HomePageContent-module__T-FleW__categoryCardYellow .HomePageContent-module__T-FleW__categoryTitle{color:#92400e}.HomePageContent-module__T-FleW__categoryCardRed .HomePageContent-module__T-FleW__categoryTitle{color:#991b1b}.HomePageContent-module__T-FleW__categoryText{color:#374151;font-size:1rem}.HomePageContent-module__T-FleW__categoryTextSmall{color:#4b5563;margin-top:.25rem;font-size:.9375rem}.HomePageContent-module__T-FleW__calculatorsGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.HomePageContent-module__T-FleW__calculatorsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HomePageContent-module__T-FleW__calculatorsGrid{grid-template-columns:repeat(3,1fr)}}.HomePageContent-module__T-FleW__calculatorLink{background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border:2px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.HomePageContent-module__T-FleW__calculatorLink:before{content:"";transform-origin:0;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.HomePageContent-module__T-FleW__calculatorLink:hover{background:linear-gradient(135deg,#fff 0%,#f0f9ff 100%);border-color:#3b82f6;box-shadow:0 10px 25px -5px #3b82f64d}.HomePageContent-module__T-FleW__calculatorLink:hover:before{transform:scaleX(1)}.HomePageContent-module__T-FleW__calculatorLinkIcon{flex-shrink:0;font-size:2rem;transition:transform .3s}.HomePageContent-module__T-FleW__calculatorLink:hover .HomePageContent-module__T-FleW__calculatorLinkIcon{transform:scale(1.1)rotate(5deg)}.HomePageContent-module__T-FleW__calculatorLinkContent{flex:1;justify-content:space-between;align-items:center;gap:1rem;display:flex}.HomePageContent-module__T-FleW__calculatorLinkTitle{color:#1f2937;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;transition:color .3s}.HomePageContent-module__T-FleW__calculatorLink:hover .HomePageContent-module__T-FleW__calculatorLinkTitle{color:#3b82f6}.HomePageContent-module__T-FleW__calculatorLinkDesc{color:#4b5563;font-size:.8125rem;line-height:1.4}.HomePageContent-module__T-FleW__calculatorLink:hover .HomePageContent-module__T-FleW__calculatorLinkDesc{color:#4b5563}.HomePageContent-module__T-FleW__calculatorLinkArrow{color:#9ca3af;flex-shrink:0;font-size:1.25rem;font-weight:600;transition:all .3s}.HomePageContent-module__T-FleW__calculatorLink:hover .HomePageContent-module__T-FleW__calculatorLinkArrow{color:#3b82f6;transform:translate(4px)}.HomePageContent-module__T-FleW__heroContent{text-align:center;padding:1rem 0}.HomePageContent-module__T-FleW__heroTitle{color:#1f2937;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.HomePageContent-module__T-FleW__heroSubtitle{color:#4b5563;margin-bottom:1rem;font-size:1.125rem;font-weight:500}.HomePageContent-module__T-FleW__heroText{color:#374151;text-align:left;margin-bottom:1rem;font-size:1rem;line-height:1.7}.HomePageContent-module__T-FleW__link{color:#3b82f6;font-weight:500;text-decoration:underline;transition:color .2s}.HomePageContent-module__T-FleW__link:hover{color:#1e40af;text-decoration:none}.HomePageContent-module__T-FleW__benefitsGrid{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:768px){.HomePageContent-module__T-FleW__benefitsGrid{grid-template-columns:repeat(2,1fr)}}.HomePageContent-module__T-FleW__benefitCard{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .3s}.HomePageContent-module__T-FleW__benefitCard:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.HomePageContent-module__T-FleW__benefitIcon{margin-bottom:.75rem;font-size:2rem}.HomePageContent-module__T-FleW__benefitTitle{color:#1f2937;margin-bottom:.5rem;font-size:1rem;font-weight:600}.HomePageContent-module__T-FleW__benefitText{color:#374151;font-size:.9375rem;line-height:1.6}.HomePageContent-module__T-FleW__faqList{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.HomePageContent-module__T-FleW__faqItem{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.HomePageContent-module__T-FleW__faqItem:last-child{border-bottom:none;padding-bottom:0}.HomePageContent-module__T-FleW__faqQuestion{color:#1f2937;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.HomePageContent-module__T-FleW__faqAnswer{color:#374151;font-size:.9375rem;line-height:1.7}.HomePageContent-module__T-FleW__referencesList{flex-direction:column;gap:.75rem;display:flex}.HomePageContent-module__T-FleW__externalLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .2s}.HomePageContent-module__T-FleW__externalLink:hover{color:#1e40af;text-decoration:none}
