/* RECATOOLS — Dividend Yield + Reinvestment Calculator */
.div-inputs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 700px) { .div-inputs { grid-template-columns: 1fr; } }

.input-row { margin-bottom: 0; }
.input-row label { display: block; font-size: .72rem; font-weight: 600; color: #6b6760; margin-bottom: .25rem; }
.input-row .input-prefix-wrap { display: flex; align-items: stretch; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; overflow: hidden; }
.input-row .ipx-label { padding: .5rem .65rem; background: #f0ede9; font-size: .8rem; font-weight: 600; color: #6b6760; border-right: 1px solid #ebebeb; }
.input-row .ipx-label.ipx-suffix { border-left: 1px solid #ebebeb; border-right: none; }
.input-row input[type="number"] { flex: 1; border: none; padding: .5rem .65rem; font-size: .9rem; font-family: inherit; background: transparent; color: #1a1814; width: 100%; box-sizing: border-box; }
.input-row input:focus { outline: none; box-shadow: inset 0 0 0 2px #E8472F; }
.input-row .ext-help { font-size: .68rem; color: #94a3b8; margin-top: .2rem; }

.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; }

.scenario-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .75rem; margin-top: 1rem; }
@media (max-width: 700px) { .scenario-grid { grid-template-columns: 1fr; } }
.scen-card { padding: 1rem; background: #fafaf9; border: 1px solid #ebebeb; border-radius: 10px; }
.scen-card.scen-card--drip-shelter { background: #f0fdf4; border-color: #bbf7d0; }
.scen-card.scen-card--tax-drip { background: #fef9c3; border-color: #fde047; }
.scen-card.scen-card--cash { background: #fef2f2; border-color: #fecaca; }
.scen-card h3 { margin: 0 0 .25rem; font-size: .85rem; font-weight: 700; color: #1a1814; }
.scen-card .scen-sub { font-size: .7rem; color: #475569; margin: 0 0 .75rem; }
.scen-card .sg-row { display: flex; justify-content: space-between; padding: .3rem 0; border-bottom: 1px dashed #ebebeb; font-size: .82rem; }
.scen-card .sg-row:last-child { border-bottom: none; }
.scen-card .sg-label { color: #6b6760; }
.scen-card .sg-value { font-weight: 700; color: #1a1814; font-family: 'IBM Plex Serif', serif; }
.scen-card .sg-row--hero .sg-value { font-size: 1.1rem; }

.drip-vs-cash-bar { margin: 1rem 0; padding: .75rem 1rem; background: #f0fdf4; border-left: 3px solid #16a34a; border-radius: 0 6px 6px 0; font-size: .875rem; color: #1a1814; }
.drip-vs-cash-bar strong { color: #16a34a; }

.year-table-wrap { margin-top: 1rem; overflow-x: auto; border: 1px solid #ebebeb; border-radius: 10px; }
.year-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.year-table thead tr { background: #fafaf9; border-bottom: 1px solid #ebebeb; }
.year-table th { padding: .55rem .75rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .05em; color: #6b6760; font-weight: 700; text-align: right; }
.year-table th:first-child { text-align: left; }
.year-table td { padding: .45rem .75rem; border-bottom: 1px solid #f3f1ec; }

/* cache-buster: 2026-05-24T05:06:05Z */
