/* RECATOOLS — Tax-Equivalent Yield Calculator */
.tey-inputs { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 560px) { .tey-inputs { grid-template-columns: minmax(0,1fr); } }
.tey-inputs label { display: block; font-size: .75rem; font-weight: 600; color: #6b6760; margin-bottom: .25rem; }
.tey-inputs .input-prefix-wrap { display: flex; align-items: stretch; border: 1px solid #ebebeb; border-radius: 6px; background: #fff; overflow: hidden; min-width: 0; }
.tey-inputs .ipx-label { padding: .5rem .65rem; background: #f0ede9; font-size: .8rem; font-weight: 600; color: #6b6760; white-space: nowrap; border-right: 1px solid #ebebeb; }
.tey-inputs .ipx-label.suffix { border-left: 1px solid #ebebeb; border-right: none; }
.tey-inputs input, .tey-inputs select { flex: 1; min-width: 0; border: none; padding: .5rem .65rem; font-size: .9rem; font-family: inherit; background: transparent; color: #1a1814; width: 100%; box-sizing: border-box; }
.tey-inputs input:focus, .tey-inputs select:focus { outline: none; box-shadow: inset 0 0 0 2px #E8472F; }
.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; }
.tey-headline { margin-top: 1rem; padding: 1.5rem; background: #fef9c3; border: 1px solid #fde047; border-radius: 12px; text-align: center; }
.tey-headline-label { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6b6760; }
.tey-headline-value { font-size: 2.1rem; font-weight: 800; font-family: 'IBM Plex Serif','DM Serif Display',serif; color: #1a1814; margin: .35rem 0 .25rem; }
.tey-headline-sub { font-size: .82rem; color: #475569; }
.tey-verdict { margin-top: 1rem; padding: 1rem 1.25rem; background: #fafaf9; border: 1px solid #ebebeb; border-left: 3px solid #6b6760; border-radius: 0 8px 8px 0; font-size: .9rem; color: #475569; line-height: 1.6; }
.tey-verdict--muni { background: #f0fdf4; border-left-color: #16a34a; color: #166534; }
.tey-verdict--taxable { background: #fff7ed; border-left-color: #c2410c; color: #9a3412; }
/* cache-buster: 2026-05-29T00:00:00Z */
