/* HemannonserNet v2.7.9 report surface polish */
.hem-report-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
}

.hem-report-hero {
  display: grid;
  gap: .75rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 48%, #f8fafc 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  margin-bottom: 1.25rem;
}

.hem-report-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .45rem;
  font-weight: 800;
  color: #9a3412;
  background: rgba(255, 237, 213, .85);
  border: 1px solid rgba(251, 146, 60, .30);
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .9rem;
}

.hem-report-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 1.05;
}

.hem-report-hero p {
  max-width: 72ch;
  margin: 0;
  color: #475569;
  font-size: 1.05rem;
}

.hem-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 1rem;
  align-items: start;
}

.hem-report-card,
.hem-report-aside-card {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .07);
}

.hem-report-card {
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.hem-report-form {
  display: grid;
  gap: 1rem;
}

.hem-report-field {
  display: grid;
  gap: .35rem;
}

.hem-report-field label {
  font-weight: 800;
  color: #1f2937;
}

.hem-report-field input,
.hem-report-field select,
.hem-report-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(15, 23, 42, .16);
  border-radius: .9rem;
  padding: .8rem .95rem;
  font: inherit;
  background: #fff;
}

.hem-report-field textarea {
  min-height: 150px;
  resize: vertical;
}

.hem-report-field small {
  color: #64748b;
}

.hem-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin-top: .25rem;
}

.hem-report-primary,
.hem-report-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: .75rem 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

.hem-report-primary {
  border: 0;
  background: #b45309;
  color: #fff;
  cursor: pointer;
}

.hem-report-primary:hover {
  filter: brightness(.96);
}

.hem-report-secondary {
  border: 1px solid rgba(15, 23, 42, .16);
  color: #334155;
  background: #fff;
}

.hem-report-aside {
  display: grid;
  gap: 1rem;
}

.hem-report-aside-card {
  padding: 1rem;
}

.hem-report-aside-card h2,
.hem-report-aside-card h3 {
  margin-top: 0;
  color: #111827;
}

.hem-report-list {
  display: grid;
  gap: .65rem;
  margin: .75rem 0 0;
  padding: 0;
  list-style: none;
}

.hem-report-list li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: .45rem;
  color: #475569;
}

.hem-report-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-weight: 900;
}

.hem-report-warning {
  border-color: rgba(251, 146, 60, .35);
  background: #fff7ed;
}

.hem-report-warning strong {
  color: #9a3412;
}

.hem-surface-polish .card,
.hem-surface-polish .panel,
.hem-surface-polish form {
  border-radius: 1rem;
}

@media (max-width: 760px) {
  .hem-report-page { padding: .75rem; }
  .hem-report-layout { grid-template-columns: 1fr; }
  .hem-report-hero { border-radius: 1.15rem; }
  .hem-report-actions { flex-direction: column; align-items: stretch; }
  .hem-report-primary, .hem-report-secondary { width: 100%; }
}
