/* RECATOOLS — Roof Pitch Calculator */
.rp-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-bottom: .25rem; }
.rp-inputs .input-row:last-child { grid-column: 1 / -1; }
@media (max-width: 520px) { .rp-inputs { grid-template-columns: 1fr; } }

.input-row { margin-bottom: .35rem; }
.input-row label { display: block; font-size: .74rem; font-weight: 600; color: #6b6760; margin-bottom: .2rem; }
.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: .45rem .55rem; background: #f0ede9; font-size: .76rem; font-weight: 600; color: #6b6760; border-right: 1px solid #ebebeb; white-space: nowrap; }
.input-row .ipx-label.ipx-suffix { border-left: 1px solid #ebebeb; border-right: none; }
.input-row input[type="number"] { flex: 1; border: none; padding: .45rem .6rem; font-size: .88rem; 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; }

.calc-btn { width: 100%; margin: .75rem 0 1rem; 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; }

.rp-headline { padding: 1rem 1.1rem; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 12px; margin-bottom: .85rem; }
.rp-headline-label { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #0369a1; }
.rp-headline-value { font-size: 2rem; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #0c4a6e; line-height: 1.1; margin-top: .15rem; }
.rp-headline-sub { font-size: .78rem; color: #475569; margin-top: .25rem; }

.verdict-bar { margin: 1rem 0; padding: .75rem 1rem; background: #eff6ff; border-left: 3px solid #2563eb; border-radius: 0 6px 6px 0; font-size: .875rem; line-height: 1.6; color: #1a1814; }
.verdict-bar:empty { display: none; }

.rp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
@media (max-width: 640px) { .rp-grid { grid-template-columns: 1fr 1fr; } }
.rp-card { padding: .85rem .5rem; background: #fafaf9; border: 1px solid #ebebeb; border-radius: 10px; text-align: center; }
.rp-card-raf { background: #f0fdf4; border-color: #bbf7d0; }
.rp-lbl { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #6b6760; }
.rp-val { font-size: 1.15rem; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #0c4a6e; margin-top: .2rem; }
.rp-card-raf .rp-val { color: #14532d; }

/* cache-buster: 2026-05-30T07:00:00Z */
