/* Spark AI - Minimal custom styles */
html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

.legal-shell {
  background:
    radial-gradient(circle at 15% 0%, rgba(237, 233, 254, 0.75), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.legal-content h2 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-top: 2.5rem;
}

.legal-content h3 {
  color: #1e293b;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.75rem;
}

.legal-content p,
.legal-content li {
  color: #475569;
  line-height: 1.75;
}

.legal-content p {
  margin-top: 0.85rem;
}

.legal-content ul,
.legal-content ol {
  margin-top: 0.85rem;
  padding-left: 1.35rem;
}

.legal-content ul {
  list-style: disc;
}

.legal-content ol {
  list-style: decimal;
}

.legal-content li + li {
  margin-top: 0.45rem;
}

.legal-content a {
  color: #6d28d9;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: #c4b5fd;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: #4c1d95;
}

.formula {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  color: #1e293b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  margin-top: 0.85rem;
  overflow-x: auto;
  padding: 0.9rem 1rem;
}
