/* RECATOOLS — Drywall Sheet Calculator */
.dw-inputs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; margin-bottom: .6rem; }
@media (max-width: 700px) { .dw-inputs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .dw-inputs { grid-template-columns: 1fr; } }
.input-row label { display: block; font-size: .75rem; 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 .6rem; 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: .5rem .6rem; 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; }
.dw-select { width: 100%; padding: .5rem .6rem; border: 1px solid #ebebeb; border-radius: 6px; font-size: .88rem; font-family: inherit; background: #fff; color: #1a1814; box-sizing: border-box; }
.dw-select:focus { outline: none; box-shadow: inset 0 0 0 2px #E8472F; }
.dw-check { display: flex; align-items: center; gap: .5rem; font-size: .85rem; color: #1a1814; margin-bottom: .5rem; cursor: pointer; }
.dw-check input { accent-color: #E8472F; }
.calc-btn { width: 100%; margin: .5rem 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; }

.dw-headline { padding: 1.25rem 1rem; background: #f7f8f9; border: 1px solid #e2e4e8; border-radius: 12px; text-align: center; }
.dw-headline-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #475569; }
.dw-headline-value { font-size: 2.6rem; line-height: 1.05; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #0d1b2a; margin: .15rem 0; }
.dw-headline-sub { font-size: .76rem; color: #475569; max-width: 36rem; margin: 0 auto; line-height: 1.5; }

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

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

.dw-note { margin-top: 1rem; padding: .75rem 1rem; background: #fef3c7; border: 1px solid #fcd34d; border-radius: 8px; font-size: .8125rem; color: #78350f; line-height: 1.55; }

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