/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./app/components/funnels/select-menu.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.select-menu_menu__aYL0T {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* grupa: kafelek + panel */
.select-menu_optionGroup__ugOsI {
  display: grid;
  gap: 0; /* panel doklei się do opcji */
  animation: select-menu_slideInDomino__7v7vH 0.3s ease-out;
  animation-fill-mode: both;
  animation-delay: calc(var(--option-index, 0) * 0.1s); /* Staggered delay for domino effect */
}

/* kafelek opcji */
.select-menu_option__E7BHu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #27272A;
  border: 1px solid #3F3F46;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 80ms ease, border-color 160ms ease;
  position: relative;
  z-index: 1;
}
.select-menu_option__E7BHu:active { transform: scale(0.995); }

.select-menu_optionDisabled__xbqdn {
  opacity: 0.45;
  cursor: not-allowed;
}
.select-menu_optionDisabled__xbqdn:active {
  transform: none;
}
.select-menu_optionDisabled__xbqdn .select-menu_boxOff__PsB2Z,
.select-menu_optionDisabled__xbqdn .select-menu_boxOn__1sxCS {
  filter: grayscale(1);
}
.select-menu_optionDisabled__xbqdn .select-menu_label__LNGp9 {
  font-weight: 400 !important;
}

/* ukryty input – pełna dostępność */
.select-menu_input__TkkYo {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* pudełko z ikonami (fade box_1 → box_2) */
.select-menu_box__I7Vez {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.select-menu_boxOff__PsB2Z, .select-menu_boxOn__1sxCS {
  position: absolute;
  inset: 0;
  transition: all 160ms ease-in-out;
  border: 2px solid #52525B;
  border-radius: 50%;
}
.select-menu_boxOff__PsB2Z { background: #3F3F46; }
.select-menu_boxOn__1sxCS { opacity: 0; background: #D9F166; border-color: #D9F166; }
.select-menu_optionChecked__YJ9J3 .select-menu_boxOn__1sxCS { opacity: 1; }
.select-menu_optionChecked__YJ9J3 .select-menu_boxOff__PsB2Z { opacity: 0; }

/* tekst — regular → bold */
.select-menu_label__LNGp9 {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  color: #FAFAFA;
  transition: font-weight 120ms ease;
}
.select-menu_optionChecked__YJ9J3 .select-menu_label__LNGp9 { font-weight: 600; color: #FAFAFA; }

/* gdy zaznaczone – tylko zmień kolor ramki, zachowaj kształt */
.select-menu_optionChecked__YJ9J3 {
  border-color: #D9F166;
}

/* gdy zaznaczone i MA szczegóły – delikatniej zaokrąglony dół,
   żeby przejście wyglądało naturalnie */
.select-menu_optionWithDetails__8dOfQ.select-menu_optionChecked__YJ9J3 {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* ===== panel rozwijany ===== */
/* panel z animacją wysokości (0fr → 1fr) */
.select-menu_details__OMt2I {
  display: grid;
  grid-template-rows: 0fr;      /* zamknięty */
  transition: grid-template-rows 220ms ease, opacity 220ms ease;
  opacity: 0.0;
}
.select-menu_detailsOpen__ZiVcH {
  grid-template-rows: 1fr;      /* otwarty */
  opacity: 1;
}

/* właściwa „szara karta” – bez górnej ramki, podsuń pod kafelek */
.select-menu_detailsInner__YKmxt {
  overflow: hidden;
  background: #1E1E22;
  border-left: 1px solid #D9F166;
  border-right: 1px solid #D9F166;
  border-bottom: 1px solid #D9F166;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  margin-top: -1px;
  padding: 14px 18px;
  text-align: left;
  color: #A1A1AA;
  font-size: 14px;
}

/* Kalistenika funnel specific styles */
.funnel-kalistenika .select-menu_detailsInner__YKmxt {
  background: #1E3A4A;
  letter-spacing: 0.05rem;
  font-size: 16px;
  color: #FAFAFA;
  text-align: left;
}

/* redukcja ruchu */
@media (prefers-reduced-motion: reduce) {
  .select-menu_details__OMt2I { transition: none; }
}

@keyframes select-menu_slideInDomino__7v7vH {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/funnel-slides/funnel.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /* Common variables extracted from age.css, weight.css, etc. */
  --funnel-left-pad: clamp(12px, 4vw, 18px);
  
  --funnel-title-size: clamp(20px, 5.5vw, 24px);
  --funnel-title-size-sm: clamp(18px, 5vw, 22px);
  
  --funnel-input-h: clamp(50px, 8.2vw, 60px);
  --funnel-input-w: clamp(118px, 34vw, 170px);
  --funnel-dash: clamp(36px, 14vw, 52px);
  --funnel-gap: clamp(24px, 10vw, 38px);
  --funnel-max-w: 480px;
  --funnel-input-fs: clamp(20px, 5vw, 24px);
  --funnel-big-value-fs: 48px;
  --funnel-xl-value-fs: 64px;
  --funnel-body-fs: 16px;
  --funnel-small-fs: 14px;
  
  /* Art spacing */
  --art-reaper-space: clamp(100px, 35vw, 170px);
  --art-bicep-space: clamp(90px, 30vw, 150px);
  --bicep-overhang: clamp(6px, 2vw, 10px);
}

/* Standard Page Container for Funnel Slides */
.funnel-page {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Header Wrapper to ensure centering and max-width */
.funnel-header-wrapper {
  width: 100%;
  max-width: var(--funnel-max-w);
  margin: 0 auto;
  /* Ensure header doesn't collapse margins */
  display: block; 
}

/* 
   Standard Content Wrapper 
   Use this to wrap everything below ProgressHeader 
*/
.funnel-content {
  position: relative;
  width: 100%;
  max-width: var(--funnel-max-w);
  margin: 0 auto;
  padding-top: 20px; 
  padding-bottom: 36px;
  padding-left: var(--funnel-left-pad); 
  padding-right: var(--funnel-left-pad);
  box-sizing: border-box;
}

/* On each slide load: slide-up + opacity fade (not header / fixed Next bar).
   Opacity finishes a touch before the move so both read clearly with shared timing. */
@keyframes funnel-slide-enter {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.funnel-content > *:not(.funnel-submit-wrap) {
  animation: funnel-slide-enter 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (prefers-reduced-motion: reduce) {
  .funnel-content > *:not(.funnel-submit-wrap) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Modifier for centered content (Age, Height, Gender, etc.) */
.funnel-content--centered {
  padding-left: var(--funnel-left-pad);
  padding-right: var(--funnel-left-pad);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* 
   Standard Title 
   Consistent spacing from Header
*/
.funnel-title {
  font-family: inherit;
  font-size: var(--funnel-title-size);
  line-height: 1.3;
  margin: 0 0 6px 0;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #FAFAFA;
  text-align: left;
}

.funnel-title b, 
.funnel-title strong {
  font-weight: 800;
}

.funnel-title--sm {
  font-family: inherit;
  font-size: var(--funnel-title-size-sm);
  line-height: 1.3;
  margin: 0 0 6px 0;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #FAFAFA;
  text-align: left;
}

.funnel-title--sm b,
.funnel-title--sm strong {
  font-weight: 800;
}

/* Form layouts */
.funnel-form-centered {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
}

.funnel-input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  width: 100%;
}

/* Input Shell */
.funnel-input-shell {
  display: flex;
  align-items: center;
  height: var(--funnel-input-h);
  padding: 0 14px;
  border: 1px solid #3F3F46;
  border-radius: 16px;
  background: #27272A;
  position: relative;
  font-family: inherit;
  max-width: 100%;
  color: #FAFAFA;
}

.funnel-input-shell--narrow {
  width: var(--funnel-input-w);
}

.funnel-input-shell input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 40px 0 0; /* Padding for the unit on the right */
  font-size: var(--funnel-input-fs);
  letter-spacing: 0.3px;
  font-family: inherit;
  color: inherit;
  text-align: left; /* Stick to left */
}

.funnel-input-shell input::placeholder {
  color: #52525B;
  letter-spacing: 3px;
}

.funnel-unit {
  position: absolute;
  right: 14px;
  font-size: var(--funnel-input-fs);
  font-weight: 800;
  white-space: nowrap;
  font-family: inherit;
  pointer-events: none; /* Don't block input clicks */
}

/* Unit Switch */
.funnel-unit-switch-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.funnel-unit-switch {
  display: flex;
  background: #27272A;
  border: 1px solid #3F3F46;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}

.funnel-unit-option {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  transition: color 0.3s ease;
  font-family: inherit;
  width: 60px;
  text-align: center;
  color: #A1A1AA;
}

.funnel-unit-option.active {
  color: #18181B;
}

.funnel-switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #D9F166;
  transition: transform 0.3s ease;
  z-index: 1;
}

/* Art / Illustrations Blocks */
.funnel-block {
  position: relative;
  /* Removed top padding to rely on funnel-content padding for the first block. */
  padding-bottom: 8px;
}

.funnel-block--reaper {
  min-height: calc(var(--art-reaper-space) + 56px);
  padding-right: var(--art-reaper-space);
}

.funnel-block--bicep {
  min-height: calc(var(--art-bicep-space) + 28px);
  padding-right: calc(var(--art-bicep-space) - var(--bicep-overhang));
}

.funnel-art {
  position: absolute;
  right: 0;
  user-select: none;
  pointer-events: none;
}

.funnel-art--reaper {
  top: -4px;
  transform-origin: top right;
  transform: scale(1.04);
  animation: funnel-slideIn 0.5s ease-out forwards;
}

.funnel-art--bicep {
  bottom: -8px;
  right: calc(0px - var(--bicep-overhang));
  transform-origin: bottom right;
  transform: scale(0.94);
  opacity: 0;
  visibility: hidden;
}

.funnel-art--bicep.slide-in-delayed {
  visibility: visible;
  animation: funnel-slideInDelayed 0.3s ease-out forwards; /* Reduced from 0.5s to 0.3s */
  will-change: transform, opacity;
}

@media (min-width: 430px) {
  .funnel-art--reaper { transform: scale(1.12); }
  .funnel-art--bicep { transform: scale(1.06); }
}

@media (max-width: 340px) {
  :root {
    --art-reaper-space: 92px;
    --art-bicep-space: 84px;
  }
  .funnel-art--reaper { transform: scale(0.94); top: 0; }
  .funnel-art--bicep { transform: scale(0.92); bottom: -2px; }
}

/* Animations */
@keyframes funnel-slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes funnel-slideInDelayed {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Divider */
.funnel-divider {
  height: 2px; 
  border: 0; 
  margin: 10px 0 12px;
  background-image: repeating-linear-gradient(
    to right,
    #3F3F46 0 var(--funnel-dash),
    transparent var(--funnel-dash) calc(var(--funnel-dash) + var(--funnel-gap))
  );
}

/* Section 2 Animation */
.funnel-section2 {
  overflow: hidden; 
  max-height: 0; 
  opacity: 0; 
  transform: translateY(-8px);
  transition: max-height 360ms cubic-bezier(0.2,0.7,0.2,1),
              opacity 260ms ease,
              transform 360ms cubic-bezier(0.2,0.7,0.2,1);
  pointer-events: none;
}
.funnel-section2.show { 
  max-height: 700px; 
  opacity: 1; 
  transform: none; 
  pointer-events: auto; 
}

/* Submit Button Wrapper - Sticky at bottom of viewport */
.funnel-submit-wrap { 
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex; 
  justify-content: center; 
  width: 100%;
  max-width: var(--funnel-max-w);
  /* Extra padding above home indicator / gesture bar; viewport-fit=cover + env() on iOS */
  padding:
    16px
    max(var(--funnel-left-pad), env(safe-area-inset-right, 0px))
    max(24px, calc(12px + env(safe-area-inset-bottom, 0px)))
    max(var(--funnel-left-pad), env(safe-area-inset-left, 0px));
  background: linear-gradient(to top, var(--bg-color, #18181B) 0%, var(--bg-color, #18181B) 70%, transparent 100%);
  box-sizing: border-box;
  z-index: 100;
}

/* Add bottom padding to content to prevent it from being hidden behind fixed button */
.funnel-content--with-fixed-button {
  padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
}

.funnel-next-btn {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  transform: scale(0.8);
}
.funnel-next-btn:disabled { opacity: .85; }

.funnel-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Error Messages - Modern Box Style */
.funnel-error {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  margin: 0 0 16px 0;
  border: 1px solid #EF4444;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.1);
  color: #FCA5A5;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.funnel-error::before {
  content: "⚠";
  font-size: 16px;
  flex-shrink: 0;
}

.funnel-error--left {
  text-align: left;
}

/* Info Box (used in Age, etc.) */
.funnel-info-box {
  margin: 16px auto 0;
  text-align: center;
  font-size: var(--funnel-body-fs);
  font-weight: bold;
  color: #FAFAFA;
  line-height: 1.4;
  background-color: #27272A;
  border-radius: 12px;
  border: 1px solid #3F3F46;
  padding: 12px 16px;
  font-family: inherit;
  opacity: 0;
  transform: translateY(-10px);
  animation: funnel-fadeIn 0.3s ease-out forwards;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.funnel-info-box p {
  margin: 0;
}

.funnel-info-message {
  font-weight: bold;
  font-size: 18px; /* Standardize later if needed */
}

.funnel-info-description {
  margin: 8px 0 0;
  font-size: var(--funnel-small-fs);
  font-weight: normal;
}

@keyframes funnel-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Choices Grid (Gender, etc.) */
.funnel-select-menu {
  width: 100%;
  margin-top: 20px;
}

.funnel-choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.funnel-choice-item {
  display: grid;
  gap: 6px;
  align-items: center;
  width: 100%;
  opacity: 0;
  will-change: transform, opacity;
  animation: funnel-slideInFromBottom 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.funnel-choice-item:nth-child(1) { animation-delay: 0s; }
.funnel-choice-item:nth-child(2) { animation-delay: 0.06s; }
.funnel-choice-item:nth-child(3) { animation-delay: 0.12s; }
.funnel-choice-item:nth-child(4) { animation-delay: 0.18s; }

.funnel-choice-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}

@keyframes funnel-slideInFromBottom {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Stacked Choices (Diet Goal, Location) — now same as default */
.funnel-choices--stack {
  flex-direction: column;
}

.funnel-choices--stack .funnel-choice-item {
  width: 100%;
}

.funnel-choices--stack .funnel-choice-btn {
  width: 100%;
}

.funnel-choice-desc {
  font-family: inherit;
  margin: 0;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 400;
}

/* Result / BMI Page specific */
.funnel-result-cross {
  font-weight: 700;
  font-size: var(--funnel-xl-value-fs);
  margin-bottom: 0px;
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.6s ease;
}
.funnel-result-cross.animated {
  transform: scale(1.2);
  opacity: 1;
}

.funnel-result-quote {
  font-weight: 400;
  font-size: 20px; /* Standardize later if needed, but quote usually larger */
  margin-bottom: 12px;
}

.funnel-result-text {
  font-size: var(--funnel-body-fs);
  line-height: 1.4;
  max-width: 500px;
  margin: 8px 0;
  word-break: break-word;
  padding: 0 2px;
}

.funnel-result-illustration {
  margin: 12px 0;
  display: flex;
  justify-content: center;
}

.funnel-result-cta {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 0px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 90px;
  max-width: 100%;
}

/* BMI — start under header (not vertically centered), horizontal center */
.funnel-content--bmi {
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 8px;
}

.funnel-content--bmi .funnel-title {
  text-align: center;
  width: 100%;
}

.funnel-bmi-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.funnel-bmi-scene .funnel-result-cross,
.funnel-bmi-scene .funnel-result-quote,
.funnel-bmi-scene .funnel-result-text {
  text-align: center;
  align-self: center;
}

/* Large value display (Frequency, Duration, Fitness, Sleep) */
.funnel-big-value {
  font-size: var(--funnel-big-value-fs);
  font-weight: 700;
  margin-top: 8px;
  line-height: 1;
}

.funnel-big-value--xl {
  font-size: var(--funnel-xl-value-fs);
}

/* Slider container */
.funnel-slider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  width: 100%;
}

/* Priority grid */
.funnel-priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}

.funnel-priority-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #3f3f46;
  background: #27272a;
  color: #fafafa;
  padding: 5px 5px 6px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  text-align: center;
  min-width: 0;
  width: 100%;
}

.funnel-priority-btn--selected {
  border-color: #d9f166;
  background: #d9f166;
  color: #18181b;
  font-weight: 600;
}

.funnel-priority-btn__img-wrap {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.funnel-priority-btn__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.funnel-priority-btn__label {
  line-height: 1.2;
}

@media (max-width: 480px) {
  .funnel-priority-btn__img-wrap {
    height: 118px;
  }

  .funnel-priority-btn {
    font-size: 13px;
    padding: 4px 4px 5px;
    gap: 3px;
  }
}

/* Subtitle (below title) */
.funnel-subtitle {
  font-size: var(--funnel-small-fs);
  font-weight: 400;
  color: #A1A1AA;
  margin: 4px 0 16px;
  line-height: 1.5;
}

/* Specific Page Overrides */
/* Height Slide: tight title-to-image gap */
.funnel-content--height .funnel-input-group {
  margin-top: 0;
}

/* Age Slide: uniform spacing (16px) */
.funnel-content--age .funnel-form-centered {
  margin-top: 0;
}
.funnel-content--age .funnel-info-box {
  margin-top: 16px;
}

/* Bodyfat Slide: custom spacing */
.funnel-content--bodyfat {
  padding-top: 24px; /* Increased from 8px */
}

/* Centered Number Input - for Age, Height, Weight slides */
.funnel-number-input-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 24px 0 8px;
  width: 100%;
}

/* Hint text below number inputs - muted, centered */
.funnel-hint-text {
  display: block;
  text-align: center;
  color: #71717A;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 16px;
}

.funnel-number-input-centered input {
  font-size: var(--funnel-xl-value-fs);
  font-weight: 700;
  color: #FAFAFA;
  background: transparent;
  border: none;
  border-bottom: 2px solid #3F3F46;
  text-align: center;
  width: 120px;
  padding: 8px 0;
  font-family: inherit;
  outline: none;
}

.funnel-number-input-centered input::placeholder {
  color: #52525B;
}

.funnel-number-input-centered input:focus {
  border-bottom-color: #D9F166;
}

.funnel-number-input-centered .unit {
  font-size: var(--funnel-big-value-fs);
  font-weight: 600;
  color: #A1A1AA;
}

/* Fixed bottom button container - ensures content scrolls above fixed button */
.funnel-content--with-fixed-button {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  padding-bottom: 100px; /* Space for fixed button */
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./app/components/funnels/StepRangeSlider.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.StepRangeSlider_wrapper__suj6y {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 4px 12px;
  user-select: none;
}

.StepRangeSlider_sliderStack__OqY6W {
  position: relative;
  width: 100%;
  padding-top: 50px; /* space for tooltip above track */
}

.StepRangeSlider_tooltip__0MMOo {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 5;
  pointer-events: none;
  display: inline-block;
  width: max-content;
  transform-origin: 0 0;
  /* left + translateX(...) set inline; origin top-left so translate = clampedLeft - thumbCenter */
}

.StepRangeSlider_tooltipBubble__VOzns {
  position: relative;
  display: block;
  background: #25252a;
  color: #e1fa6d;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 0 1px rgba(225, 250, 109, 0.12),
    0 12px 32px rgba(0, 0, 0, 0.32);
}

.StepRangeSlider_caretWrap__PBeqk {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 14px;
  height: 7px;
  transform: translateX(-50%);
  pointer-events: none;
}

.StepRangeSlider_tooltipCaret__DzNxz {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #25252a;
  filter: drop-shadow(0 1px 0 rgba(225, 250, 109, 0.08));
}

.StepRangeSlider_track__3ahak {
  position: relative;
  width: 100%;
  height: 11px;
  cursor: pointer;
  border-radius: 5px;
  overflow: visible;
  /* Prevent page vertical scroll while dragging on touch devices */
  touch-action: none;
}

.StepRangeSlider_rail__SGjR5 {
  position: relative;
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-right: 14px;
  height: 100%;
  box-sizing: border-box;
}

.StepRangeSlider_trackBg__dlcBk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #25252a;
  border-radius: 5px;
  overflow: hidden;
}

.StepRangeSlider_fill__GvxAA {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #e1fa6d 0%, #95aa25 100%);
  border-radius: 5px;
  transition: width 0.12s ease-out;
  will-change: width;
  box-shadow: 4px 0 18px -2px rgba(225, 250, 109, 0.3);
}

.StepRangeSlider_dots__79Ioy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.StepRangeSlider_dot__hCoix {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.12s ease, box-shadow 0.12s ease;
}

.StepRangeSlider_dotRest__tWC83 {
  background: #3f3f46;
  box-shadow: none;
}

.StepRangeSlider_dotPassed__Znh_j {
  background: rgba(14, 14, 17, 0.85);
  box-shadow: 0 0 0 1px rgba(225, 250, 109, 0.35);
}

.StepRangeSlider_handle__X32IO {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: linear-gradient(135deg, #e1fa6d 0%, #b8c94a 50%, #95aa25 100%);
  border: 2px solid #0e0e11;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(225, 250, 109, 0.28);
  cursor: grab;
  pointer-events: auto;
  padding: 0;
  z-index: 4;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
  will-change: left;
}

.StepRangeSlider_handle__X32IO:active {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.07);
}

.StepRangeSlider_handle__X32IO:focus {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(225, 250, 109, 0.45),
    0 0 24px rgba(225, 250, 109, 0.25);
}

.StepRangeSlider_dragging__bqW02 .StepRangeSlider_fill__GvxAA {
  transition: none;
}

.StepRangeSlider_dragging__bqW02 .StepRangeSlider_handle__X32IO {
  transition: none;
}

.StepRangeSlider_edgeLabels__ZDeT7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 12px;
  padding: 0 20px;
  box-sizing: border-box;
}

.StepRangeSlider_edgeLabel__Ag75V {
  font-size: 14px;
  font-weight: 500;
  color: #a1a1aa;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .StepRangeSlider_track__3ahak {
    height: 10px;
  }

  .StepRangeSlider_sliderStack__OqY6W {
    padding-top: 52px;
  }

  .StepRangeSlider_tooltip__0MMOo {
    top: -6px;
  }

  .StepRangeSlider_edgeLabel__Ag75V {
    font-size: 13px;
  }

  .StepRangeSlider_tooltipBubble__VOzns {
    font-size: 14px;
    padding: 7px 14px;
  }
}

@media (hover: none) {
  .StepRangeSlider_handle__X32IO {
    width: 24px;
    height: 24px;
  }

  .StepRangeSlider_track__3ahak {
    height: 11px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./app/components/funnels/BodyfatSliderCard.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.BodyfatSliderCard_figure__LAsh_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 4px auto 20px;
}

.BodyfatSliderCard_preview__Pc1IF {
  margin: 0 auto;
  max-width: min(190px, 48vw);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #3f3f46;
  background: #18181b;
  line-height: 0;
  flex-shrink: 0;
}

.BodyfatSliderCard_previewImg__Y9Fx7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.BodyfatSliderCard_card__RFLjK {
  width: 100%;
  max-width: min(420px, 100%);
  margin-top: 14px;
  padding: 16px 12px 18px;
  box-sizing: border-box;
  background: #1a1a1f;
  border-radius: 6px;
  box-shadow:
    0 0 0 1px rgba(225, 250, 109, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.35);
}

.BodyfatSliderCard_cardOverlap__u8d_J {
  margin-top: -112px;
  position: relative;
  z-index: 2;
}

.BodyfatSliderCard_inner__Og_2h {
  width: 100%;
}

.BodyfatSliderCard_track__wF8xk {
  margin: 0;
  width: 100%;
}

.BodyfatSliderCard_description__sJOhG {
  margin: 14px 0 0;
  padding: 12px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: var(--funnel-small-fs, 14px);
  font-weight: 400;
  color: #a1a1aa;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(-6px);
  animation: BodyfatSliderCard_bodyfatCardDescIn__LOmfq 0.28s ease-out forwards;
}

.BodyfatSliderCard_description__sJOhG strong {
  font-weight: 600;
  color: #e4e4e7;
}

@keyframes BodyfatSliderCard_bodyfatCardDescIn__LOmfq {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

