.CompoundInterestCalculator_resultsTitle__tsQci{text-align:center;margin-top:0;margin-bottom:30px;color:var(--text-primary)}.CompoundInterestCalculator_summaryGrid__8By8R{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:16px;gap:16px;margin-bottom:40px}.CompoundInterestCalculator_summaryCard__IYOsA{background-color:var(--background-primary);padding:20px;border-radius:var(--border-radius);text-align:center;border:1px solid var(--border-color);transition:transform .2s ease-in-out}.CompoundInterestCalculator_summaryCard__IYOsA:hover{transform:translateY(-4px)}.CompoundInterestCalculator_summaryCard__IYOsA h4{margin:0 0 8px;font-size:.9rem;color:var(--text-muted);font-weight:var(--font-weight-regular)}.CompoundInterestCalculator_summaryCard__IYOsA p{margin:0;font-size:1.5rem;font-weight:var(--font-weight-bold);color:var(--primary-color)}.CompoundInterestCalculator_finalAmount__r_arR{background-color:var(--primary-color);border-color:var(--primary-color)}.CompoundInterestCalculator_finalAmount__r_arR h4{color:rgba(255,255,255,.8)}.CompoundInterestCalculator_finalAmount__r_arR p{color:var(--primary-content-color)}.CompoundInterestCalculator_totalInterest__lmYIu p{color:var(--success-color)}.CompoundInterestCalculator_tableContainer__syFVE{overflow-x:auto;border-radius:var(--border-radius);border:1px solid var(--border-color);max-height:60vh;overflow-y:auto}.CompoundInterestCalculator_tableContainer__syFVE table{width:100%;border-collapse:collapse}.CompoundInterestCalculator_tableContainer__syFVE td,.CompoundInterestCalculator_tableContainer__syFVE th{padding:12px;text-align:center;border-bottom:1px solid var(--border-color)}.CompoundInterestCalculator_tableContainer__syFVE th{background-color:var(--table-header-bg);font-weight:var(--font-weight-semibold);color:var(--text-secondary);position:-webkit-sticky;position:sticky;top:0}.CompoundInterestCalculator_tableContainer__syFVE tbody tr:nth-child(odd){background-color:var(--background-primary)}.CompoundInterestCalculator_tableContainer__syFVE tbody tr:nth-child(2n){background-color:var(--background-secondary)}.CompoundInterestCalculator_tableContainer__syFVE tbody tr:hover{background-color:var(--background-hover)}.CompoundInterestCalculator_chartContainer__0DDKR{width:100%;height:400px;margin-bottom:40px}@media (max-width:768px){.CompoundInterestCalculator_summaryGrid__8By8R{grid-template-columns:1fr}}