.RunningCalculator-module__NPCm_G__container{flex-direction:column;gap:2rem;display:flex}.RunningCalculator-module__NPCm_G__formContainer{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.RunningCalculator-module__NPCm_G__inputSection{flex-direction:column;gap:1rem;display:flex}.RunningCalculator-module__NPCm_G__inputSection h3{color:var(--text-main);font-size:1.1rem;font-weight:600}.RunningCalculator-module__NPCm_G__inputRow{gap:1rem;display:flex}.RunningCalculator-module__NPCm_G__input{border:1px solid var(--border);background-color:var(--bg-body);width:100%;color:var(--text-main);border-radius:8px;padding:.875rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.RunningCalculator-module__NPCm_G__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.RunningCalculator-module__NPCm_G__calculateBtn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:background-color .2s,transform .1s}.RunningCalculator-module__NPCm_G__calculateBtn:hover{background-color:var(--primary-hover)}.RunningCalculator-module__NPCm_G__calculateBtn:active{transform:scale(.98)}.RunningCalculator-module__NPCm_G__analysisContainer{flex-direction:column;gap:2.5rem;animation:.5s ease-out RunningCalculator-module__NPCm_G__fadeIn;display:flex}@keyframes RunningCalculator-module__NPCm_G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.RunningCalculator-module__NPCm_G__mainMetrics{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.RunningCalculator-module__NPCm_G__metricCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;padding:1.5rem;transition:transform .2s}.RunningCalculator-module__NPCm_G__metricCard:hover{transform:translateY(-4px)}.RunningCalculator-module__NPCm_G__metricCard label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;display:block}.RunningCalculator-module__NPCm_G__resultValue{color:var(--primary);font-size:2.5rem;font-weight:800}.RunningCalculator-module__NPCm_G__resultValue small{color:var(--text-muted);font-size:1rem;font-weight:500}.RunningCalculator-module__NPCm_G__profileSection{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:12px;padding:2rem}.RunningCalculator-module__NPCm_G__profileSection h4{color:#1e3a8a;margin-bottom:.5rem;font-size:1.25rem}.RunningCalculator-module__NPCm_G__profileSection strong{color:var(--primary);font-weight:800}.RunningCalculator-module__NPCm_G__profileSection p{color:#1e40af;font-size:1rem}.RunningCalculator-module__NPCm_G__predictionsGrid{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:2rem}.RunningCalculator-module__NPCm_G__predictionsGrid h4{text-align:center;color:var(--text-main);margin-bottom:1.5rem;font-size:1.2rem}.RunningCalculator-module__NPCm_G__predictionItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.RunningCalculator-module__NPCm_G__predictionItem:last-child{border-bottom:none}.RunningCalculator-module__NPCm_G__predictionItem span{color:var(--text-muted);font-weight:600}.RunningCalculator-module__NPCm_G__predictionItem strong{color:var(--text-main);font-variant-numeric:tabular-nums;font-size:1.25rem}@media (max-width:768px){.RunningCalculator-module__NPCm_G__mainMetrics{grid-template-columns:1fr}}
.CalculatorEditorial-module__-ltZDW__editorialContainer{flex-direction:column;gap:2.5rem;margin-top:3rem;font-family:inherit;display:flex}.CalculatorEditorial-module__-ltZDW__sectionCard{background:var(--card-bg,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d}.CalculatorEditorial-module__-ltZDW__sectionHeader{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.CalculatorEditorial-module__-ltZDW__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--primary,#2563eb);background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;align-self:flex-start;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.CalculatorEditorial-module__-ltZDW__sectionCard h2{color:var(--text-main,#1e293b);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.CalculatorEditorial-module__-ltZDW__paragraph{color:#475569;margin-bottom:1.25rem;font-size:1.025rem;line-height:1.75}.CalculatorEditorial-module__-ltZDW__paragraph:last-child{margin-bottom:0}.CalculatorEditorial-module__-ltZDW__highlightCard{background:#fffbeb;border-color:#fde68a}.CalculatorEditorial-module__-ltZDW__highlightCard h2{color:#92400e}.CalculatorEditorial-module__-ltZDW__highlightCard .CalculatorEditorial-module__-ltZDW__paragraph{color:#78350f}.CalculatorEditorial-module__-ltZDW__tableResponsive{border:1px solid var(--border,#e2e8f0);border-radius:8px;margin:1.5rem 0 1rem;overflow-x:auto}.CalculatorEditorial-module__-ltZDW__editorialTable{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.CalculatorEditorial-module__-ltZDW__editorialTable th{color:#334155;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.85rem 1rem;font-weight:600}.CalculatorEditorial-module__-ltZDW__editorialTable td{color:#475569;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem}.CalculatorEditorial-module__-ltZDW__editorialTable tr:last-child td{border-bottom:none}.CalculatorEditorial-module__-ltZDW__editorialTable tr:nth-child(2n){background:#fcfdfe}.CalculatorEditorial-module__-ltZDW__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.CalculatorEditorial-module__-ltZDW__stepItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:1rem;padding:1.25rem;display:flex}.CalculatorEditorial-module__-ltZDW__stepNumber{background:var(--primary,#2563eb);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.CalculatorEditorial-module__-ltZDW__stepContent h3{color:var(--text-main,#1e293b);margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.CalculatorEditorial-module__-ltZDW__stepContent p{color:#64748b;font-size:.9rem;line-height:1.5}.CalculatorEditorial-module__-ltZDW__relatedSection{background:linear-gradient(135deg,#f0fdf4 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:12px;padding:2rem}.CalculatorEditorial-module__-ltZDW__relatedSection h2{color:#0f172a;margin-bottom:1.25rem;font-size:1.4rem}.CalculatorEditorial-module__-ltZDW__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.CalculatorEditorial-module__-ltZDW__relatedCard{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;padding:1.25rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.CalculatorEditorial-module__-ltZDW__relatedCard:hover{border-color:var(--primary,#2563eb);transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.CalculatorEditorial-module__-ltZDW__linkTag{text-transform:uppercase;color:#0369a1;background:#e0f2fe;border-radius:4px;align-self:flex-start;margin-bottom:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.CalculatorEditorial-module__-ltZDW__relatedCard h3{color:var(--text-main,#1e293b);margin-bottom:.5rem;font-size:1.1rem}.CalculatorEditorial-module__-ltZDW__relatedCard p{color:#64748b;flex-grow:1;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.CalculatorEditorial-module__-ltZDW__cardArrow{color:var(--primary,#2563eb);font-size:.9rem;font-weight:600}.CalculatorEditorial-module__-ltZDW__faqList{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.CalculatorEditorial-module__-ltZDW__faqItem{background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .2s;overflow:hidden}.CalculatorEditorial-module__-ltZDW__faqItem[open]{border-color:var(--primary,#2563eb)}.CalculatorEditorial-module__-ltZDW__faqQuestion{color:var(--text-main,#1e293b);cursor:pointer;background:#f8fafc;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.CalculatorEditorial-module__-ltZDW__faqQuestion::-webkit-details-marker{display:none}.CalculatorEditorial-module__-ltZDW__faqIcon{color:var(--primary,#2563eb);font-size:1.25rem;font-weight:400;transition:transform .2s}.CalculatorEditorial-module__-ltZDW__faqItem[open] .CalculatorEditorial-module__-ltZDW__faqIcon{transform:rotate(45deg)}.CalculatorEditorial-module__-ltZDW__faqAnswer{background:#fff;border-top:1px solid #f1f5f9;padding:1.25rem}.CalculatorEditorial-module__-ltZDW__faqAnswer p{color:#475569;margin:0;font-size:.975rem;line-height:1.7}.CalculatorEditorial-module__-ltZDW__sourcesSection{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.CalculatorEditorial-module__-ltZDW__sourcesSection h3{color:var(--text-main,#1e293b);margin-bottom:.85rem;font-size:1.1rem}.CalculatorEditorial-module__-ltZDW__sourcesList{flex-direction:column;gap:.5rem;padding-left:1.25rem;list-style-type:disc;display:flex}.CalculatorEditorial-module__-ltZDW__sourcesList li{color:#64748b;font-size:.9rem}.CalculatorEditorial-module__-ltZDW__sourceLink{color:var(--primary,#2563eb);text-decoration:underline}.CalculatorEditorial-module__-ltZDW__sourceLink:hover{color:var(--primary-hover,#1d4ed8)}@media (max-width:768px){.CalculatorEditorial-module__-ltZDW__sectionCard,.CalculatorEditorial-module__-ltZDW__relatedSection{padding:1.25rem}.CalculatorEditorial-module__-ltZDW__sectionCard h2{font-size:1.25rem}}
.page-module__-ejiKG__pageWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__-ejiKG__seoContent{margin-top:3rem;line-height:1.8}.page-module__-ejiKG__seoContent h2{margin:2rem 0 1rem}.page-module__-ejiKG__seoContent p{color:var(--text-muted);margin-bottom:1rem}.page-module__-ejiKG__seoContent ul{color:var(--text-muted);margin-bottom:1rem;padding-left:1.5rem}.page-module__-ejiKG__seoContent li{margin-bottom:.5rem}@media (max-width:768px){.page-module__-ejiKG__pageWrapper{gap:1.5rem}}
.page-module__y2OYLq__pageWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__y2OYLq__calculatorGrid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.page-module__y2OYLq__resultArea{text-align:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:2rem}.page-module__y2OYLq__resultValue{color:var(--primary);font-size:3rem;font-weight:800;display:block}.page-module__y2OYLq__seoContent{margin-top:3rem;line-height:1.8}.page-module__y2OYLq__seoContent h2{margin:2rem 0 1rem}.page-module__y2OYLq__seoContent p{color:var(--text-muted);margin-bottom:1rem}@media (max-width:768px){.page-module__y2OYLq__calculatorGrid{grid-template-columns:1fr}}
.page-module__n0QJzG__pageWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__n0QJzG__calculatorGrid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.page-module__n0QJzG__resultArea{text-align:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:2rem}.page-module__n0QJzG__resultValue{color:var(--primary);font-size:3rem;font-weight:800;display:block}.page-module__n0QJzG__seoContent{margin-top:3rem;line-height:1.8}.page-module__n0QJzG__seoContent h2{margin:2rem 0 1rem}.page-module__n0QJzG__seoContent p{color:var(--text-muted);margin-bottom:1rem}@media (max-width:768px){.page-module__n0QJzG__calculatorGrid{grid-template-columns:1fr}}
.page-module__qV6xxG__pageWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__qV6xxG__calculatorGrid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.page-module__qV6xxG__resultArea{text-align:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:2rem}.page-module__qV6xxG__resultValue{color:var(--primary);font-size:3rem;font-weight:800;display:block}.page-module__qV6xxG__seoContent{margin-top:3rem;line-height:1.8}.page-module__qV6xxG__seoContent h2{margin:2rem 0 1rem}.page-module__qV6xxG__seoContent p{color:var(--text-muted);margin-bottom:1rem}@media (max-width:768px){.page-module__qV6xxG__calculatorGrid{grid-template-columns:1fr}}
.page-module__hZWNNq__pageWrapper{max-width:800px;margin:0 auto;padding:2rem 0}.page-module__hZWNNq__pageWrapper header{text-align:center;margin-bottom:2rem}.page-module__hZWNNq__pageWrapper header h1{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem}.page-module__hZWNNq__pageWrapper header p{color:var(--text-muted)}.page-module__hZWNNq__seoContent{margin-top:3rem;line-height:1.6}.page-module__hZWNNq__seoContent h2{color:var(--text-main);margin:1.5rem 0 1rem}.page-module__hZWNNq__seoContent p{color:var(--text-muted);margin-bottom:1rem}@media (max-width:768px){.page-module__hZWNNq__pageWrapper{padding:1.5rem}}
.page-module__jR1FEa__pageWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__jR1FEa__seoContent{color:var(--text-main);margin-top:3rem;line-height:1.8}.page-module__jR1FEa__seoContent h2{margin:2.5rem 0 1.25rem;font-size:1.75rem}.page-module__jR1FEa__seoContent p{color:var(--text-muted);margin-bottom:1.25rem}
