/* Landing hero — lite report preview (API bar stays in styles.css) */

.hero-report {
  background: #fff;
}

.hero-visual .hero-report-card {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.hero-visual .dr-c-card-head {
  padding: 0.85rem 1rem;
}

.hero-visual .dr-c-entity-icon {
  width: 1.85rem;
  height: 1.85rem;
}

.hero-visual .dr-c-entity-name {
  font-size: 0.95rem;
}

.hero-visual .dr-c-pill {
  font-size: 0.62rem;
  padding: 0.12rem 0.45rem;
}

.hero-visual .dr-c-confidence {
  font-size: 0.68rem;
}

.hero-report-body {
  padding: 0.85rem 1rem 0.75rem;
  border-bottom: 1px solid var(--dr-border);
}

.hero-report-score {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.hero-visual .dr-c-score-hero {
  flex-shrink: 0;
  min-width: 4.5rem;
}

.hero-visual .dr-c-gauge {
  width: 76px;
  height: 76px;
  color: #fd7e14;
}

.hero-visual .dr-c-gauge-num {
  font-size: 1.3rem;
}

.hero-visual .dr-c-gauge-num small {
  font-size: 0.45rem;
}

.hero-visual .dr-c-score-hero .dr-c-rating {
  font-size: 0.78rem;
  margin: 0.35rem 0 0;
}

.hero-report-verdict {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--dr-text);
}

.hero-flag-list {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-flag-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--dr-border);
  border-radius: 8px;
  font-size: 0.72rem;
  color: var(--dr-text);
  background: #fafbfc;
}

.hero-flag-text {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}

.hero-flag-pts {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.72rem;
  color: #b91c1c;
  font-variant-numeric: tabular-nums;
}

.hero-report-meta {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.45;
  color: var(--dr-soft);
}

.hero-visual .hero-report-footer {
  padding: 0.65rem 1rem;
}

.hero-visual .dr-c-freshness {
  font-size: 0.62rem;
}

.hero-visual .dr-c-btn {
  font-size: 0.72rem;
  padding: 0.38rem 0.65rem;
}

.hero-visual button.dr-c-btn:disabled {
  opacity: 0.55;
}

/* Local screenshot page */
body.hero-shot-page {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(160deg, #071525 0%, #0b2545 45%, #0f3460 100%);
}

.hero-shot-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  gap: 1rem;
}

.hero-shot-note {
  margin: 0;
  font-size: 0.78rem;
  color: #94a3b8;
  text-align: center;
}

.hero-shot-frame {
  width: min(100%, 420px);
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-shot-frame .hero-visual {
  display: block;
}
