/* Legal pages — shared stylesheet (datenschutz, impressum) */

.legal-shell {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  line-height: 1.7;
}

.legal-shell h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--white);
  letter-spacing: -0.01em;
}

.legal-shell .legal-stand {
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 2.5rem;
}

.legal-shell h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
  margin: 2.25rem 0 0.75rem;
}

.legal-shell p {
  margin: 0 0 0.9rem;
  color: var(--text);
}

.legal-shell ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--text);
}

.legal-shell li {
  margin-bottom: 0.35rem;
}

.legal-shell a {
  color: var(--emerald);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-shell a:hover {
  color: var(--emerald-bright);
}

.legal-shell code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 0.1em 0.4em;
  border-radius: 4px;
  color: var(--emerald);
}

.legal-shell strong {
  color: var(--white);
  font-weight: 600;
}

.legal-shell .legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.legal-shell .legal-back:hover {
  color: var(--white);
}

.legal-shell .legal-back svg {
  width: 16px;
  height: 16px;
}
