/* Bileşik Faiz — Finans #388E3C (yeşil) */
.compound-calc .compound-row.calc-input-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.compound-calc .calc-input-col select.calc-field, .compound-calc .calc-input-col input.calc-field { width: 100%; padding: 0.75rem 1rem; font-size: 1rem; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #fff; height: 46px; font-family: inherit; }
.compound-calc .calc-input-col select.calc-field { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 2rem; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%23388E3C' d='M8 11L3 6h10z'/></svg>"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 14px; }
.compound-calc .calc-input-col select.calc-field:focus, .compound-calc .calc-input-col input.calc-field:focus { outline: none; border-color: var(--cat-bg, #388E3C); box-shadow: 0 0 0 3px rgba(56, 142, 60, 0.15); }
.compound-calc .calc-input-col label { display: block; margin-bottom: 0.5rem; font-weight: 700; color: #1e293b; font-size: 0.95rem; }
.compound-calc .compound-results.calc-results-grid, .compound-calc .compound-results-extra.calc-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.compound-calc .compound-results-extra .res-box { background: #f8fafc; }
.compound-calc .calc-content-box { background: #fafafa; border: 1px solid #e5e7eb; border-radius: 8px; padding: 2rem 2.25rem; margin-top: 2rem; line-height: 1.7; color: #334155; }
.compound-calc .calc-content-box h2 { font-size: 1.5rem; font-weight: 700; color: var(--cat-bg, #388E3C); margin: 1.75rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #e5e7eb; }
.compound-calc .calc-content-box h2:first-child { margin-top: 0; }
.compound-calc .calc-content-box h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 1.5rem 0 0.75rem; }
.compound-calc .calc-content-box p { margin: 0 0 1rem; }
.compound-calc .calc-content-box ul, .compound-calc .calc-content-box ol { margin: 0 0 1rem 1.5rem; }
.compound-calc .calc-content-box li { margin-bottom: 0.5rem; }
.compound-calc .calc-content-box code { background: #fff; border: 1px solid #e5e7eb; border-radius: 4px; padding: 0.15rem 0.4rem; font-family: inherit; font-size: 0.9em; color: #be185d; }
.compound-calc .calc-content-box table { border-collapse: collapse; width: 100%; margin: 1rem 0; }
.compound-calc .calc-content-box th, .compound-calc .calc-content-box td { border: 1px solid #e5e7eb; padding: 0.5rem 0.75rem; text-align: left; }
.compound-calc .calc-content-box th { background: #f3f4f6; font-weight: 700; }
.compound-calc .calc-content-box a { color: var(--cat-bg, #388E3C); text-decoration: underline; }
@media (max-width: 768px) {
    .compound-calc .compound-row.calc-input-row { grid-template-columns: 1fr; gap: 1rem; }
    .compound-calc .compound-results.calc-results-grid, .compound-calc .compound-results-extra.calc-results-grid { grid-template-columns: 1fr; }
    .compound-calc .calc-content-box { padding: 1.5rem 1.25rem; }
}
