.CompoundInterestCalculatorTool-module__4jDEkq__tool{flex-direction:column;gap:24px;width:100%;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__inputCard{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}.CompoundInterestCalculatorTool-module__4jDEkq__compareGrid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:900px){.CompoundInterestCalculatorTool-module__4jDEkq__compareGrid{grid-template-columns:1fr}}.CompoundInterestCalculatorTool-module__4jDEkq__scenarioPanel{flex-direction:column;gap:16px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__scenarioLabel{color:var(--color-accent);text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--color-accent);padding-bottom:8px;font-size:14px;font-weight:700}.CompoundInterestCalculatorTool-module__4jDEkq__inputGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:640px){.CompoundInterestCalculatorTool-module__4jDEkq__inputGrid{grid-template-columns:1fr}.CompoundInterestCalculatorTool-module__4jDEkq__inputCard{padding:24px}}.CompoundInterestCalculatorTool-module__4jDEkq__field{flex-direction:column;gap:8px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.CompoundInterestCalculatorTool-module__4jDEkq__input,.CompoundInterestCalculatorTool-module__4jDEkq__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}.CompoundInterestCalculatorTool-module__4jDEkq__input:focus,.CompoundInterestCalculatorTool-module__4jDEkq__select:focus{border-color:var(--color-accent)}.CompoundInterestCalculatorTool-module__4jDEkq__input::placeholder{color:var(--color-text-muted)}.CompoundInterestCalculatorTool-module__4jDEkq__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CompoundInterestCalculatorTool-module__4jDEkq__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.CompoundInterestCalculatorTool-module__4jDEkq__input[type=number]{-moz-appearance:textfield}.CompoundInterestCalculatorTool-module__4jDEkq__select{cursor:pointer;appearance:auto}.CompoundInterestCalculatorTool-module__4jDEkq__toolbar{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:12px;padding-top:16px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__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}.CompoundInterestCalculatorTool-module__4jDEkq__toolbarBtn:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.CompoundInterestCalculatorTool-module__4jDEkq__toolbarBtnActive{color:var(--color-accent);border-color:var(--color-accent);background:#c3db6b26}.CompoundInterestCalculatorTool-module__4jDEkq__resultsCard{border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;flex-direction:column;gap:32px;padding:32px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__resultGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:640px){.CompoundInterestCalculatorTool-module__4jDEkq__resultGrid{grid-template-columns:1fr}.CompoundInterestCalculatorTool-module__4jDEkq__resultsCard{padding:24px}}.CompoundInterestCalculatorTool-module__4jDEkq__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}.CompoundInterestCalculatorTool-module__4jDEkq__resultLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:12px;font-weight:600}.CompoundInterestCalculatorTool-module__4jDEkq__resultValue{color:var(--color-text-primary);font-size:24px;font-weight:700;font-family:var(--font-dm-mono),"DM Mono",monospace}.CompoundInterestCalculatorTool-module__4jDEkq__resultValueGreen{color:#16a34a;font-size:24px;font-weight:700;font-family:var(--font-dm-mono),"DM Mono",monospace}.CompoundInterestCalculatorTool-module__4jDEkq__chartSection{flex-direction:column;gap:16px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__chartTitle{color:var(--color-text-primary);font-size:16px;font-weight:700}.CompoundInterestCalculatorTool-module__4jDEkq__barChart{border:1px solid var(--color-border);border-radius:12px;height:48px;display:flex;overflow:hidden}.CompoundInterestCalculatorTool-module__4jDEkq__barFill{background:var(--color-accent);justify-content:center;align-items:center;min-width:60px;transition:width .4s;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__barFillInterest{background:#16a34a;justify-content:center;align-items:center;min-width:60px;transition:width .4s;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__barLabel{color:#fff;white-space:nowrap;padding:0 8px;font-size:12px;font-weight:700}.CompoundInterestCalculatorTool-module__4jDEkq__legendRow{flex-wrap:wrap;gap:24px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__legendItem{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__legendDot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.CompoundInterestCalculatorTool-module__4jDEkq__growthChart{flex-direction:column;gap:8px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__growthBar{align-items:center;gap:12px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__growthBarLabel{width:32px;color:var(--color-text-muted);text-align:right;flex-shrink:0;font-size:12px;font-weight:700}.CompoundInterestCalculatorTool-module__4jDEkq__growthBarTrack{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;flex:1;height:24px;display:flex;overflow:hidden}.CompoundInterestCalculatorTool-module__4jDEkq__growthBarSegDeposit{background:var(--color-accent);min-width:0;transition:width .4s}.CompoundInterestCalculatorTool-module__4jDEkq__growthBarSegInterest{background:#16a34a;min-width:0;transition:width .4s}.CompoundInterestCalculatorTool-module__4jDEkq__growthBarValue{width:120px;font-size:12px;font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-secondary);text-align:right;flex-shrink:0}@media (max-width:640px){.CompoundInterestCalculatorTool-module__4jDEkq__growthBarValue{width:90px;font-size:11px}}.CompoundInterestCalculatorTool-module__4jDEkq__scheduleToggle{border:1.5px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__scheduleToggle:hover{border-color:var(--color-accent);background:#c3db6b1a}.CompoundInterestCalculatorTool-module__4jDEkq__tableWrap{border:1px solid var(--color-border);border-radius:12px;max-height:480px;overflow:auto}.CompoundInterestCalculatorTool-module__4jDEkq__table{border-collapse:collapse;width:100%;font-size:13px}.CompoundInterestCalculatorTool-module__4jDEkq__table thead{z-index:1;position:sticky;top:0}.CompoundInterestCalculatorTool-module__4jDEkq__table th{background:var(--color-surface);text-align:right;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}.CompoundInterestCalculatorTool-module__4jDEkq__table th:first-child{text-align:left}.CompoundInterestCalculatorTool-module__4jDEkq__table td{text-align:right;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}.CompoundInterestCalculatorTool-module__4jDEkq__table td:first-child{text-align:left;color:var(--color-text-primary);font-weight:600}.CompoundInterestCalculatorTool-module__4jDEkq__table tbody tr:hover{background:#c3db6b0f}.CompoundInterestCalculatorTool-module__4jDEkq__table tbody tr:last-child td{border-bottom:none}.CompoundInterestCalculatorTool-module__4jDEkq__compareResults{flex-direction:column;gap:32px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__compareCol{flex-direction:column;gap:16px;display:flex}.CompoundInterestCalculatorTool-module__4jDEkq__compareHeading{color:var(--color-text-primary);border-bottom:2px solid var(--color-accent);padding-bottom:8px;font-size:18px;font-weight:700}.CompoundInterestCalculatorTool-module__4jDEkq__compareSummary{border:2px solid var(--color-accent);background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;gap:20px;padding:32px;display:grid}@media (max-width:640px){.CompoundInterestCalculatorTool-module__4jDEkq__compareSummary{grid-template-columns:1fr;padding:24px}}.CompoundInterestCalculatorTool-module__4jDEkq__compareSummaryItem{text-align:center;flex-direction:column;gap:8px;display:flex}
