/* Соотношение BUN/креатинин. Дополняет calc-phenoage.css + tool-hypertension.css + tool-fib4.css.
   Шкала (.fib-scale*), пилюля (.fib-pill*), рекомендации (.fib-rec*), выноска (.fib-plain*)
   и карточки зон (.fib-zcard*) переиспользуются из tool-fib4.css. */

/* Число результата */
#bc-bigval { font-size: clamp(64px, 13vw, 104px); }

/* ── Сообщение об ошибке ввода (паттерн FIB-4 под id bc-) ── */
#bc-error-msg.is-visible {
  display: flex; align-items: flex-start; gap: 10px;
  background: #fee2e2; border: 0; border-left: 4px solid #dc2626; color: #991b1b;
  border-radius: 12px; padding: 14px 18px;
  font-size: 14.5px; font-weight: 600; line-height: 1.45;
  box-shadow: 0 6px 20px rgba(220, 38, 38, .18); animation: fib-err-pop .45s ease;
}
#bc-error-msg.is-visible::before {
  content: '⚠'; font-size: 18px; line-height: 1.2; flex-shrink: 0; color: #dc2626;
}
