.CalculatorDefault-module__BP1XYa__calculator{gap:var(--padding-card-desktop);padding:var(--padding-card-desktop);background:var(--color-white);border:1px solid var(--color-slate-200);border-radius:12px;flex-direction:column;display:flex}@media (max-width:768px){.CalculatorDefault-module__BP1XYa__calculator{gap:var(--padding-card-mobile);padding:var(--padding-card-mobile)}}.CalculatorDefault-module__BP1XYa__inputs{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.CalculatorDefault-module__BP1XYa__inputs{grid-template-columns:1fr 1fr 1fr}}.CalculatorDefault-module__BP1XYa__field{border:0;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.CalculatorDefault-module__BP1XYa__label{font-family:var(--font-family-primary);font-size:14px;font-weight:var(--font-weight-semibold);color:var(--color-slate-700);align-items:center;gap:6px;display:inline-flex}.CalculatorDefault-module__BP1XYa__tooltip{cursor:help;color:var(--color-slate-600);font-size:12px}.CalculatorDefault-module__BP1XYa__amountRow{flex-direction:column;gap:8px;display:flex}.CalculatorDefault-module__BP1XYa__numberInput{font-family:var(--font-family-primary);border:1px solid var(--color-slate-300);background:var(--color-white);color:var(--color-slate-900);border-radius:6px;width:100%;padding:8px 12px;font-size:16px}.CalculatorDefault-module__BP1XYa__numberInput:focus-visible{outline:2px solid var(--color-teal-500);outline-offset:2px}.CalculatorDefault-module__BP1XYa__range{appearance:none;background:var(--color-slate-200);border-radius:3px;outline:none;width:100%;height:6px}.CalculatorDefault-module__BP1XYa__range::-webkit-slider-thumb{appearance:none;background:var(--color-teal-500);cursor:pointer;border:2px solid var(--color-white);border-radius:50%;width:18px;height:18px;box-shadow:0 1px 2px #00000026}.CalculatorDefault-module__BP1XYa__range::-moz-range-thumb{background:var(--color-teal-500);cursor:pointer;border:2px solid var(--color-white);border-radius:50%;width:18px;height:18px;box-shadow:0 1px 2px #00000026}.CalculatorDefault-module__BP1XYa__range:focus-visible::-webkit-slider-thumb{outline:2px solid var(--color-teal-700);outline-offset:2px}.CalculatorDefault-module__BP1XYa__radioGroup{flex-wrap:wrap;gap:8px;display:flex}.CalculatorDefault-module__BP1XYa__radioLabel{border:1px solid var(--color-slate-300);cursor:pointer;font-size:14px;font-family:var(--font-family-primary);color:var(--color-slate-700);background:var(--color-white);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.CalculatorDefault-module__BP1XYa__radioLabel[data-checked=true]{background:var(--color-teal-700);border-color:var(--color-teal-700);color:var(--color-white)}.CalculatorDefault-module__BP1XYa__radioLabel:focus-within{outline:2px solid var(--color-teal-500);outline-offset:2px}.CalculatorDefault-module__BP1XYa__radioInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CalculatorDefault-module__BP1XYa__yearsRow{align-items:center;gap:12px;display:flex}.CalculatorDefault-module__BP1XYa__yearsValue{font-family:var(--font-family-mono);font-size:16px;font-weight:var(--font-weight-semibold);color:var(--color-slate-900);text-align:right;min-width:32px}.CalculatorDefault-module__BP1XYa__outputs{flex-direction:column;gap:16px;display:flex}.CalculatorDefault-module__BP1XYa__summary{font-family:var(--font-family-primary);font-size:16px;font-weight:var(--font-weight-medium);color:var(--color-slate-700);margin:0}.CalculatorDefault-module__BP1XYa__legend{grid-template-columns:1fr;gap:8px;margin:0;padding:0;list-style:none;display:grid}@media (min-width:640px){.CalculatorDefault-module__BP1XYa__legend{grid-template-columns:1fr 1fr}}.CalculatorDefault-module__BP1XYa__legendItem{background:var(--color-slate-50);border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:8px 12px;font-size:14px;display:grid}.CalculatorDefault-module__BP1XYa__legendSwatch{border-radius:2px;width:12px;height:12px}.CalculatorDefault-module__BP1XYa__legendSwatch[data-scenario=bank]{background:var(--color-slate-500)}.CalculatorDefault-module__BP1XYa__legendSwatch[data-scenario=conservative]{background:var(--color-teal-300)}.CalculatorDefault-module__BP1XYa__legendSwatch[data-scenario=historical]{background:var(--color-teal-500)}.CalculatorDefault-module__BP1XYa__legendSwatch[data-scenario=optimistic]{background:var(--color-teal-700)}.CalculatorDefault-module__BP1XYa__legendLabel{color:var(--color-slate-700)}.CalculatorDefault-module__BP1XYa__legendValue{font-family:var(--font-family-mono);font-weight:var(--font-weight-semibold);color:var(--color-slate-900)}.CalculatorDefault-module__BP1XYa__disclaimer{color:var(--color-slate-500);margin:0;font-size:12px;line-height:1.5}.CalculatorDefault-module__BP1XYa__lastUpdated{color:var(--color-slate-600);margin-top:4px;display:inline-block}.CalculatorDefault-module__BP1XYa__vignettesTable{border-collapse:collapse;width:100%;font-family:var(--font-family-primary);margin:16px 0}.CalculatorDefault-module__BP1XYa__vignettesTable th,.CalculatorDefault-module__BP1XYa__vignettesTable td{text-align:left;border-bottom:1px solid var(--color-slate-200);padding:12px 14px;font-size:14px}.CalculatorDefault-module__BP1XYa__vignettesTable thead th{font-weight:var(--font-weight-semibold);color:var(--color-slate-700);background:var(--color-slate-50);text-transform:none;font-size:13px}.CalculatorDefault-module__BP1XYa__vignettesTable tbody th{color:var(--color-slate-700);font-weight:var(--font-weight-medium)}.CalculatorDefault-module__BP1XYa__vignettesTable tbody td{color:var(--color-slate-700)}.CalculatorDefault-module__BP1XYa__vignetteHighlight{font-weight:var(--font-weight-semibold);color:var(--color-slate-900)}
.CompoundChart-module__VCYbbG__figure{width:100%;margin:0;padding:0;display:block}.CompoundChart-module__VCYbbG__svg{width:100%;height:auto;font-family:var(--font-family-primary);display:block}.CompoundChart-module__VCYbbG__gridLine{stroke:var(--color-slate-200);stroke-width:1px;stroke-dasharray:2 4}.CompoundChart-module__VCYbbG__axisLabel{fill:var(--color-slate-600);font-size:12px;font-family:var(--font-family-primary)}@keyframes CompoundChart-module__VCYbbG__drawLine{0%{stroke-dashoffset:1500px}to{stroke-dashoffset:0}}.CompoundChart-module__VCYbbG__pathAnimated{stroke-dasharray:1500;animation:1.2s ease-out forwards CompoundChart-module__VCYbbG__drawLine}.CompoundChart-module__VCYbbG__pathStatic{stroke-dasharray:none}@media (prefers-reduced-motion:reduce){.CompoundChart-module__VCYbbG__pathAnimated{stroke-dasharray:none;animation:none}}.CompoundChart-module__VCYbbG__srOnlyTable{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.LessonThreeBeat-module__eUeQdG__lesson{flex-direction:column;display:flex}.LessonThreeBeat-module__eUeQdG__beat{flex-direction:column;gap:16px;max-width:720px;margin:0 auto;display:flex}.LessonThreeBeat-module__eUeQdG__beatTitle{font-family:var(--font-family-display);font-size:var(--font-size-section-title-mobile);font-weight:var(--font-weight-bold);line-height:var(--line-height-title);color:var(--color-section-title);letter-spacing:var(--letter-spacing-tight);margin:0 0 8px}@media (min-width:768px){.LessonThreeBeat-module__eUeQdG__beatTitle{font-size:var(--font-size-section-title-tablet)}}@media (min-width:1024px){.LessonThreeBeat-module__eUeQdG__beatTitle{font-size:var(--font-size-section-title-desktop)}}.LessonThreeBeat-module__eUeQdG__beatBody{font-family:var(--font-family-primary);font-size:17px;line-height:var(--prose-line-height);color:var(--color-slate-700);margin:0}.LessonThreeBeat-module__eUeQdG__beatBody strong{font-weight:var(--font-weight-semibold);color:var(--color-slate-900)}.LessonThreeBeat-module__eUeQdG__beatBody em{font-style:italic}.LessonThreeBeat-module__eUeQdG__habitsLine{font-family:var(--font-family-display);color:var(--color-slate-900);font-size:22px;line-height:1.4;font-weight:var(--font-weight-semibold);margin:8px 0}.LessonThreeBeat-module__eUeQdG__brandCallback{font-family:var(--font-family-display);font-size:20px;font-weight:var(--font-weight-semibold);color:var(--color-teal-700);text-align:center;margin:24px 0}.LessonThreeBeat-module__eUeQdG__afterCalculator{font-family:var(--font-family-display);font-size:22px;font-weight:var(--font-weight-semibold);color:var(--color-slate-900);margin:16px 0 0}.LessonThreeBeat-module__eUeQdG__ctaGroup{border-top:1px solid var(--color-slate-200);flex-direction:column;align-items:center;gap:8px;margin-top:24px;padding-top:16px;display:flex}.LessonThreeBeat-module__eUeQdG__ctaNote{color:var(--color-slate-500);text-align:center;margin:0;font-size:13px}.LessonThreeBeat-module__eUeQdG__ctaSecondary{font-family:var(--font-family-primary);color:var(--color-teal-700);margin-top:12px;font-size:14px;text-decoration:none}.LessonThreeBeat-module__eUeQdG__ctaSecondary:hover,.LessonThreeBeat-module__eUeQdG__ctaSecondary:focus-visible{text-decoration:underline}