.BodyFatCalculatorTool-module__C_h4Dq__tool{flex-direction:column;gap:24px;width:100%;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__inputCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:32px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__toggleRow{flex-wrap:wrap;gap:12px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__toggleGroup{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;gap:4px;padding:3px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__toggleBtn{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.BodyFatCalculatorTool-module__C_h4Dq__toggleBtn:hover{color:var(--color-text-primary)}.BodyFatCalculatorTool-module__C_h4Dq__toggleBtnActive{color:var(--color-accent);box-shadow:var(--shadow-sm);background:#fff}.BodyFatCalculatorTool-module__C_h4Dq__inputGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:640px){.BodyFatCalculatorTool-module__C_h4Dq__inputGrid{grid-template-columns:1fr}.BodyFatCalculatorTool-module__C_h4Dq__inputCard{padding:24px}}.BodyFatCalculatorTool-module__C_h4Dq__field{flex-direction:column;gap:8px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.BodyFatCalculatorTool-module__C_h4Dq__input,.BodyFatCalculatorTool-module__C_h4Dq__select{border:1.5px solid var(--color-border);width:100%;color:var(--color-text-primary);background:#fff;border-radius:10px;outline:none;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:15px;transition:border-color .2s}.BodyFatCalculatorTool-module__C_h4Dq__input:focus,.BodyFatCalculatorTool-module__C_h4Dq__select:focus{border-color:var(--color-accent)}.BodyFatCalculatorTool-module__C_h4Dq__input::placeholder{color:var(--color-text-muted)}.BodyFatCalculatorTool-module__C_h4Dq__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.BodyFatCalculatorTool-module__C_h4Dq__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.BodyFatCalculatorTool-module__C_h4Dq__input[type=number]{-moz-appearance:textfield}.BodyFatCalculatorTool-module__C_h4Dq__select{cursor:pointer;appearance:auto}.BodyFatCalculatorTool-module__C_h4Dq__toolbar{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:16px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__toolbarBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__toolbarBtn:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.BodyFatCalculatorTool-module__C_h4Dq__resultsCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:24px;padding:32px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__resultGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.BodyFatCalculatorTool-module__C_h4Dq__resultGridTwo{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:640px){.BodyFatCalculatorTool-module__C_h4Dq__resultGrid,.BodyFatCalculatorTool-module__C_h4Dq__resultGridTwo{grid-template-columns:1fr}.BodyFatCalculatorTool-module__C_h4Dq__resultsCard{padding:24px}}.BodyFatCalculatorTool-module__C_h4Dq__resultItem{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:12px;flex-direction:column;gap:6px;padding:20px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__resultLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:12px;font-weight:600}.BodyFatCalculatorTool-module__C_h4Dq__resultValue{color:var(--color-text-primary);font-size:24px;font-weight:700;font-family:var(--font-dm-mono),"DM Mono",monospace}.BodyFatCalculatorTool-module__C_h4Dq__resultValueGreen{color:#16a34a;font-size:24px;font-weight:700;font-family:var(--font-dm-mono),"DM Mono",monospace}.BodyFatCalculatorTool-module__C_h4Dq__chartSection{flex-direction:column;gap:16px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__chartTitle{color:var(--color-text-primary);font-size:16px;font-weight:700}.BodyFatCalculatorTool-module__C_h4Dq__compBar{border:1px solid var(--color-border);border-radius:12px;height:48px;display:flex;overflow:hidden}.BodyFatCalculatorTool-module__C_h4Dq__compFat{background:#d97706;justify-content:center;align-items:center;min-width:40px;transition:width .4s;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__compLean{background:#16a34a;justify-content:center;align-items:center;min-width:40px;transition:width .4s;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__barLabel{color:#fff;white-space:nowrap;padding:0 8px;font-size:12px;font-weight:700}.BodyFatCalculatorTool-module__C_h4Dq__legendRow{flex-wrap:wrap;gap:24px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__legendItem{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__legendDot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.BodyFatCalculatorTool-module__C_h4Dq__gaugeWrap{padding-bottom:32px;position:relative}.BodyFatCalculatorTool-module__C_h4Dq__gauge{border:1px solid var(--color-border);border-radius:8px;height:32px;display:flex;overflow:hidden}.BodyFatCalculatorTool-module__C_h4Dq__gaugeSeg{justify-content:center;align-items:center;transition:width .4s;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__gaugeSegLabel{color:#fff;white-space:nowrap;text-overflow:ellipsis;padding:0 4px;font-size:10px;font-weight:700;overflow:hidden}.BodyFatCalculatorTool-module__C_h4Dq__gaugeMarker{flex-direction:column;align-items:center;display:flex;position:absolute;top:0;transform:translate(-50%)}.BodyFatCalculatorTool-module__C_h4Dq__gaugeMarkerLine{background:var(--color-text-primary);border-radius:2px;width:3px;height:36px}.BodyFatCalculatorTool-module__C_h4Dq__gaugeMarkerLabel{color:var(--color-text-primary);font-size:12px;font-weight:700;font-family:var(--font-dm-mono),"DM Mono",monospace;white-space:nowrap;margin-top:4px}.BodyFatCalculatorTool-module__C_h4Dq__gaugeRanges{flex-wrap:wrap;gap:16px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__gaugeRange{color:var(--color-text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.BodyFatCalculatorTool-module__C_h4Dq__tableWrap{border:1px solid var(--color-border);border-radius:12px;overflow-x:auto}.BodyFatCalculatorTool-module__C_h4Dq__table{border-collapse:collapse;width:100%;font-size:13px}.BodyFatCalculatorTool-module__C_h4Dq__table thead{z-index:1;position:sticky;top:0}.BodyFatCalculatorTool-module__C_h4Dq__table th{background:var(--color-surface);text-align:center;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);border-bottom:2px solid var(--color-border);padding:12px 16px;font-size:11px;font-weight:700}.BodyFatCalculatorTool-module__C_h4Dq__table th:first-child{text-align:left}.BodyFatCalculatorTool-module__C_h4Dq__table td{text-align:center;font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border);padding:10px 16px;font-size:13px}.BodyFatCalculatorTool-module__C_h4Dq__table td:first-child{text-align:left;color:var(--color-text-primary);font-family:inherit;font-weight:600}.BodyFatCalculatorTool-module__C_h4Dq__table tbody tr:hover{background:#c3db6b0f}.BodyFatCalculatorTool-module__C_h4Dq__table tbody tr:last-child td{border-bottom:none}
