/* Small extras for the AI Report pages. Reuses the site palette; does not restyle ERP pages. */
.text-red-400 {
  color: #f87171;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-block-start: 0.75rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-block-start: 1rem;
}
.h-full {
  height: 100%;
}
.mt-auto {
  margin-top: auto;
}
.self-start {
  align-self: flex-start;
}
.legal-page h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}
.legal-page p,
.legal-page li {
  color: #94a3b8;
  line-height: 1.625;
  margin-bottom: 0.75rem;
}
.legal-page ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.75rem 0 1.25rem;
}
.legal-page a {
  color: #fbbf24;
}
