.scanner-paused-banner {
  display: none;
  margin: 0.35rem 0 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 0.5px solid rgba(180, 120, 0, 0.45);
  background: rgba(255, 244, 210, 0.92);
  font-size: 0.92rem;
  line-height: 1.45;
  color: #3a2a00;
}
.scanner-paused-banner.is-visible {
  display: block;
}
.hpt-tool .result-disclaimer {
  border: 0.5px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0.85rem 0.95rem;
  margin: 1rem 0 1rem;
}
.hpt-tool .result-disclaimer-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 0 0.45rem;
}
.hpt-tool .result-disclaimer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}
.hpt-tool .result-disclaimer p + p {
  margin-top: 0.65rem;
}
.hpt-tool .result-head {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.hpt-tool .scanned-site {
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0.65rem 0.75rem;
}
.hpt-tool .scanned-site-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.35rem;
}
.hpt-tool .scanned-site-url {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  word-break: break-all;
  text-decoration: none;
}
.hpt-tool .scanned-site-url:hover { text-decoration: underline; }
.hpt-tool .overall-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
}
.hpt-tool .overall-label {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.5);
}
.hpt-tool .overall {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  line-height: 1;
  font-weight: 400;
  transition: color 0.35s ease;
}
.hpt-tool .verdict {
  border-left: 3px solid var(--ink);
  padding-left: 0.65rem;
  line-height: 1.45;
  font-size: 1rem;
  color: var(--ink);
}
.hpt-tool .scores { display: grid; gap: 0.65rem; margin-bottom: 1rem; }
.hpt-tool .evidence { display: grid; gap: 0.55rem; margin: 0.25rem 0 1rem; }
.hpt-tool .evidence-item {
  border-left: 3px solid var(--line);
  padding-left: 0.65rem;
  font-size: 0.93rem;
  line-height: 1.45;
  color: var(--muted);
}
.hpt-tool .evidence-item-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.25rem;
}
.hpt-tool .evidence-tone {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.hpt-tool .evidence-item em {
  display: block;
  font-style: italic;
  margin-bottom: 0.2rem;
  color: var(--ink);
}
.hpt-tool .score-row { display: grid; gap: 0.25rem; }
.hpt-tool .score-meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hpt-tool .bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.hpt-tool .bar > span {
  display: block;
  height: 100%;
  background: #1b1b1b;
  transition: width 0.35s ease;
  width: 0%;
}
.hpt-tool .hero-section {
  background: rgba(0, 0, 0, 0.03);
  border: 0.5px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem;
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.hpt-tool .hero-section-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.45);
}
.hpt-tool .hero-item { display: grid; gap: 0.3rem; }
.hpt-tool .hero-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hpt-tool .hero-quote {
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.78);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 0.6rem;
  margin: 0.15rem 0;
  line-height: 1.4;
}
.hpt-tool .hero-verdict {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.5;
}
.scan-known-problems-alert {
  display: none;
  margin: 1.25rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 0.5px solid rgba(180, 120, 0, 0.45);
  background: rgba(255, 244, 210, 0.92);
  font-size: 0.88rem;
  line-height: 1.45;
  color: #3a2a00;
}
.scan-known-problems-alert.is-visible {
  display: block;
}
.scan-problem-feedback {
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 0.5px solid var(--line);
}
.scan-problem-feedback-desc {
  width: 100%;
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 0.65rem;
}
.scan-problem-feedback-btn {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 0.5px solid rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  cursor: pointer;
}
.scan-problem-feedback-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.95);
}
.scan-problem-feedback-btn:disabled {
  opacity: 0.65;
  cursor: default;
}
.scan-problem-feedback-btn.is-confirm {
  text-transform: none;
  letter-spacing: 0;
  max-width: 100%;
  white-space: nowrap;
}
.hpt-tool .submit-wrap {
  border-top: 1px solid var(--line);
  padding-top: 2.25rem;
  margin-top: 2.5rem;
}
.hpt-tool .email-capture-title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3.8vw, 1.9rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 1.35rem;
}
.hpt-tool .done {
  border-top: 0.5px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
  line-height: 1.65;
  color: var(--muted);
}
.hpt-tool .scan-error-panel {
  border-top: 0.5px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
}
.hpt-tool .scan-error-title {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
