/* Legal pages shared styles */
body {
  margin: 0;
  padding: 0;
  background: #131313;
  color: #e2e2e2;
  font-family: 'Manrope', sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.legal-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.legal-nav {
  margin-bottom: 40px;
}

.legal-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #919191;
  text-decoration: none;
}

.legal-nav a:hover { color: #e2e2e2; }

.legal-logo {
  width: 160px;
  height: auto;
  margin-bottom: 32px;
}

h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.legal-updated {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: #919191;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 32px 0 12px;
}

p, li {
  font-size: 0.9rem;
  color: #c8c8c8;
  margin-bottom: 16px;
}

ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

li { margin-bottom: 8px; }

a { color: #919191; }
a:hover { color: #ffffff; }

.legal-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  color: #555;
}

.legal-footer a {
  color: #919191;
  text-decoration: none;
}
