/* RECATOOLS — Time Value of Money Calculator */
.tvm-inputs { display: grid; grid-template-columns: minmax(0,1fr); gap: .85rem; margin-bottom: 1rem; }
.tvm-row { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: .75rem; align-items: center; }
@media (max-width: 560px) { .tvm-row { grid-template-columns: minmax(0,1fr); gap: .25rem; } }
.tvm-row label { font-size: .82rem; font-weight: 600; color: #6b6760; }
.tvm-row.tvm-solving label { color: #E8472F; }
.tvm-row.tvm-solving label::after { content: " — solving"; font-weight: 700; font-size: .72rem; }
.tvm-field { display: flex; align-items: stretch; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; overflow: hidden; min-width: 0; }
.tvm-field .ipx-label { padding: .5rem .6rem; background: #f0ede9; font-size: .8rem; font-weight: 600; color: #6b6760; white-space: nowrap; border-right: 1px solid #ebebeb; }
.tvm-field .ipx-label.suffix { border-left: 1px solid #ebebeb; border-right: none; }
.tvm-field input, .tvm-field select { flex: 1; min-width: 0; border: none; padding: .5rem .6rem; font-size: .9rem; font-family: inherit; background: transparent; color: #1a1814; width: 100%; box-sizing: border-box; }
.tvm-field input:disabled { background: #faf6f2; color: #b7b1a8; }
.tvm-field input:focus, .tvm-field select:focus { outline: none; box-shadow: inset 0 0 0 2px #E8472F; }
.tvm-controls { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: .75rem; margin-bottom: .5rem; }
@media (max-width: 560px) { .tvm-controls { grid-template-columns: minmax(0,1fr); } }
.calc-btn { width: 100%; margin: 1rem 0; padding: .75rem 1.25rem; background: #E8472F; color: #fff; border: none; border-radius: 8px; font-size: .95rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.calc-btn:hover { background: #c8391f; }
#error-box { display: none; margin: .5rem 0 1rem; padding: .5rem .75rem; background: #fef2f2; border-left: 3px solid #dc2626; border-radius: 0 6px 6px 0; font-size: .85rem; color: #7f1d1d; }
.tvm-result { margin-top: 1rem; padding: 1.5rem; background: #fef9c3; border: 1px solid #fde047; border-radius: 12px; text-align: center; }
.tvm-result-label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6b6760; }
.tvm-result-value { font-size: 2.1rem; font-weight: 800; font-family: 'IBM Plex Serif','DM Serif Display',serif; color: #1a1814; margin-top: .35rem; word-break: break-word; }
/* cache-buster: 2026-05-29T00:00:00Z */
