.sample-report-page {
  padding: 48px 0 72px;
}

.sample-report-head {
  margin-bottom: 28px;
}

.sample-report-head h1 {
  margin: 16px 0 10px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.sample-report-head p {
  margin: 0;
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.6;
}

.sample-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.sample-report-frame-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.sample-report-frame {
  display: block;
  width: 100%;
  min-height: min(82vh, 980px);
  border: 0;
  background: #fff;
}

.sample-report-placeholder {
  padding: 48px 28px;
  text-align: center;
}

.sample-report-placeholder h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.sample-report-placeholder p {
  margin: 0 auto;
  max-width: 520px;
  color: var(--ink-mute);
  line-height: 1.6;
}

.sample-report-placeholder code {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  color: var(--accent-soft);
}

.sample-report-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: var(--ink-mute);
}
