.calculator-module__MWU_KW__calcGrid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:100%;display:grid}.calculator-module__MWU_KW__card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);box-sizing:border-box;max-width:100%;height:100%;padding:2.5rem;overflow:hidden}.calculator-module__MWU_KW__inputGroup{margin-bottom:2rem}.calculator-module__MWU_KW__label{color:var(--secondary-foreground);justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;display:flex}.calculator-module__MWU_KW__value{color:var(--foreground);background-color:color-mix(in srgb,var(--primary)10%,transparent);border-radius:var(--radius-sm);padding:.25rem .75rem;font-size:1.25rem;font-weight:700}.calculator-module__MWU_KW__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;width:20px;height:20px;box-shadow:0 0 0 4px color-mix(in srgb,var(--primary)20%,transparent);border-radius:50%;transition:transform .1s}.calculator-module__MWU_KW__slider::-moz-range-thumb{background:var(--primary);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px}.calculator-module__MWU_KW__slider:hover::-webkit-slider-thumb{transform:scale(1.2)}.calculator-module__MWU_KW__results{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.calculator-module__MWU_KW__resultRow{color:var(--secondary-foreground);justify-content:space-between;margin-bottom:1.5rem;font-size:1.125rem;display:flex}.calculator-module__MWU_KW__resultValue{color:var(--foreground);font-weight:700}.calculator-module__MWU_KW__resultTotal{color:var(--primary);font-size:1.5rem}.calculator-module__MWU_KW__chartContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;min-height:400px;display:flex;overflow:hidden}.calculator-module__MWU_KW__slider{appearance:none;background:var(--secondary);box-sizing:border-box;border-radius:4px;outline:none;width:100%;max-width:100%;height:8px;transition:background .2s}.calculator-module__MWU_KW__tableContainer{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--surface);width:100%;box-shadow:var(--shadow-sm);margin-top:3rem;overflow-x:auto}.calculator-module__MWU_KW__table{border-collapse:collapse;text-align:right;width:100%;font-size:.9375rem}.calculator-module__MWU_KW__table th,.calculator-module__MWU_KW__table td{border-bottom:1px solid var(--border);padding:1rem}.calculator-module__MWU_KW__table th{background-color:color-mix(in srgb,var(--primary)10%,transparent);color:var(--foreground);font-weight:600}.calculator-module__MWU_KW__table th:first-child,.calculator-module__MWU_KW__table td:first-child{text-align:left}.calculator-module__MWU_KW__table tr:last-child td{border-bottom:none}.calculator-module__MWU_KW__table tr:hover td{background-color:color-mix(in srgb,var(--secondary)20%,transparent)}@media (max-width:768px){.calculator-module__MWU_KW__calcGrid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}.calculator-module__MWU_KW__card{max-width:100%;padding:1.25rem}.calculator-module__MWU_KW__label{flex-wrap:wrap;gap:.5rem;font-size:.875rem}.calculator-module__MWU_KW__value{padding:.2rem .5rem;font-size:1rem}.calculator-module__MWU_KW__resultRow{margin-bottom:1rem;font-size:1rem}.calculator-module__MWU_KW__resultTotal{font-size:1.25rem}.calculator-module__MWU_KW__chartContainer{min-height:300px}.calculator-module__MWU_KW__table th,.calculator-module__MWU_KW__table td{padding:.625rem .5rem;font-size:.8125rem}}@media (max-width:480px){.calculator-module__MWU_KW__calcGrid{gap:1rem;max-width:calc(100vw - 1.5rem);padding:0}.calculator-module__MWU_KW__card{border-radius:var(--radius-md);width:100%;max-width:calc(100vw - 1.5rem);padding:.75rem}.calculator-module__MWU_KW__label{margin-bottom:.75rem;font-size:.8125rem}.calculator-module__MWU_KW__value{padding:.15rem .4rem;font-size:.8rem}.calculator-module__MWU_KW__results{margin-top:1.5rem;padding-top:1rem}.calculator-module__MWU_KW__resultRow{flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;font-size:.8125rem}.calculator-module__MWU_KW__resultTotal{font-size:1rem}.calculator-module__MWU_KW__chartContainer{max-width:calc(100vw - 3rem);min-height:220px}.calculator-module__MWU_KW__slider::-webkit-slider-thumb{width:16px;height:16px}.calculator-module__MWU_KW__inputGroup{margin-bottom:1.25rem}.calculator-module__MWU_KW__table th,.calculator-module__MWU_KW__table td{padding:.5rem .375rem;font-size:.75rem}}
.RelatedCalculators-module__62xRpq__section{max-width:800px;margin:4rem auto 0;padding-top:1rem}.RelatedCalculators-module__62xRpq__heading{color:var(--foreground);margin-bottom:1.25rem;font-size:1.5rem}.RelatedCalculators-module__62xRpq__row{gap:1rem;display:flex}.RelatedCalculators-module__62xRpq__card{border-radius:var(--radius-md);border:1px solid var(--border);background-color:color-mix(in srgb,var(--surface)80%,transparent);flex:1 1 0;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.RelatedCalculators-module__62xRpq__card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.RelatedCalculators-module__62xRpq__iconBox{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.RelatedCalculators-module__62xRpq__cardTitle{color:var(--foreground);margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.RelatedCalculators-module__62xRpq__cardDesc{color:var(--secondary-foreground);margin:0;font-size:.8125rem;line-height:1.4}@media (max-width:768px){.RelatedCalculators-module__62xRpq__row{flex-direction:column}.RelatedCalculators-module__62xRpq__card{flex:unset}}@media (max-width:480px){.RelatedCalculators-module__62xRpq__section{margin-top:2.5rem;padding-top:.5rem}.RelatedCalculators-module__62xRpq__heading{font-size:1.25rem}.RelatedCalculators-module__62xRpq__card{gap:.75rem;padding:1rem}.RelatedCalculators-module__62xRpq__iconBox{width:38px;height:38px}.RelatedCalculators-module__62xRpq__cardTitle{font-size:.875rem}.RelatedCalculators-module__62xRpq__cardDesc{font-size:.75rem}}
