/* RECATOOLS — NHL Save % + Corsi Calculator */
.nh-grid-in { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: .5rem; }
@media (max-width: 560px) { .nh-grid-in { grid-template-columns: 1fr; } }
.nh-col { padding: 1rem; background: #fafaf9; border: 1px solid #ebebeb; border-radius: 10px; }
.nh-col-h { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #1d4ed8; margin-bottom: .6rem; }
.input-row { margin-bottom: .6rem; }
.input-row:last-child { margin-bottom: 0; }
.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 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; }
.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; }

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

.nh-results { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
@media (max-width: 480px) { .nh-results { grid-template-columns: 1fr; } }
.nh-card { padding: 1.1rem 1rem; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 12px; text-align: center; }
.nh-lbl { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #1d4ed8; }
.nh-val { font-size: 2rem; font-weight: 800; font-family: 'IBM Plex Serif', serif; color: #1e3a8a; margin: .15rem 0; }
.nh-sub { font-size: .72rem; color: #6b6760; }

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