.sample-page {
  padding: 2rem 1.75rem 4rem;
}

.sample-page-inner {
  max-width: 960px;
  margin: 0 auto;
}

.sample-banner {
  background: linear-gradient(180deg, #e8f1ef 0%, #dce8e5 100%);
  border: 1px solid var(--line-brand);
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.75rem;
  font-size: 0.96rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.sample-banner strong {
  color: var(--ink);
}

.sample-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 1.5rem;
  margin-bottom: 1.25rem;
}

.sample-toolbar label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.sample-toolbar select {
  display: block;
  margin-top: 0.35rem;
  min-width: 240px;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line-brand);
  font: inherit;
  background: var(--bg-elevated);
}

.sample-meta {
  font-size: 0.88rem;
  color: var(--ink-muted);
  margin: 0 0 1rem;
}

.sample-cta-band {
  margin-top: 2rem;
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(168deg, #0c2824 0%, #071a18 100%);
  color: #f0faf8;
}

.sample-cta-band h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
  color: #fff;
}

.sample-cta-band p {
  margin: 0 0 1rem;
  color: rgba(235, 248, 245, 0.85);
  max-width: 52ch;
  line-height: 1.65;
}

.sample-cta-band .btn-primary {
  background: linear-gradient(180deg, #1f8f80 0%, var(--brand) 50%, #0f4a43 100%);
  color: #f6fffc;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sample-empty,
.sample-pending {
  color: var(--ink-muted);
  font-size: 0.95rem;
  padding: 1.5rem 0;
}

.state-auditor-checklist {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  padding: 0.75rem;
  max-height: none;
}

.audit-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  background: #fff;
}

.audit-section summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.65rem 0.85rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.audit-section summary::-webkit-details-marker {
  display: none;
}

.audit-section summary::before {
  content: "▸";
  margin-right: 0.4rem;
  color: var(--brand);
  transition: transform 0.15s ease;
}

.audit-section[open] summary::before {
  transform: rotate(90deg);
}

.audit-section-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-soft);
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
}

.audit-section-source {
  font-size: 0.75rem;
  color: var(--ink-muted);
  margin: 0 0.85rem 0.5rem;
  padding-left: 1.25rem;
}

.audit-fields-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.5rem 0.75rem;
  padding: 0 0.85rem 0.85rem;
}

.audit-field {
  margin: 0;
  font-size: 0.78rem;
}

.audit-field-label {
  display: block;
  font-weight: 600;
  color: var(--ink-muted);
  margin-bottom: 0.2rem;
  line-height: 1.35;
}

.audit-field input,
.audit-field select,
.audit-field textarea {
  width: 100%;
  margin-top: 0;
  font-size: 0.82rem;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  border: 1px solid var(--line-brand);
  font: inherit;
  background: var(--bg-elevated);
}

.audit-field-check {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.audit-field-check input {
  width: auto;
  margin-top: 0.15rem;
}
