
/* Barefoot Diagnostics v4.2 — unmistakable result state */
.tool-result:empty::before{
  content:'Your diagnostic results will appear here.';
  display:block;margin-top:18px;padding:14px 16px;
  border:1px dashed rgba(85,157,207,.28);border-radius:9px;
  color:#7f96ad;font-size:12px;background:rgba(3,18,37,.34)
}
.diagnostic-progress-v42{display:grid;gap:6px;padding:18px;border:1px solid rgba(18,183,255,.38);border-radius:10px;background:rgba(7,31,58,.82)}
.diagnostic-progress-v42 strong{color:#eef7ff;font-size:15px}.diagnostic-progress-v42 small{color:#91a7bd}
.diagnostic-result-head-v42{margin:20px 0 12px;padding:18px 20px;border:1px solid rgba(18,183,255,.45);border-radius:11px;background:linear-gradient(135deg,rgba(8,43,78,.96),rgba(5,25,48,.96));scroll-margin-top:110px}
.diagnostic-result-head-v42 h2{margin:5px 0 5px;font-size:24px}.diagnostic-result-head-v42 p{margin:0;color:#a7bbcf;font-size:12px}
.tool-form button[disabled]{opacity:.65;cursor:wait}
.has-results-v42{scroll-margin-top:105px}
@media(max-width:620px){.diagnostic-result-head-v42 h2{font-size:20px}}
