body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  padding: 16px;
  color: #222;
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
  background: #fafafa;
}

.legal-nav {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}

.legal-nav a {
  color: #2e7d32;
  text-decoration: none;
  margin-right: 12px;
}

.legal-nav a:hover {
  text-decoration: underline;
}

.legal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

h1 { font-size: 18px; margin-top: 0; }
h2 { font-size: 16px; margin-top: 1.3em; }
p { margin: 8px 0; }
ul, ol { padding-left: 20px; }
li { margin: 6px 0; }
.hl { font-weight: bold; text-decoration: underline; }
.muted { color: #555; font-size: 13px; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 13px;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th { background: #f5f5f5; }

.legal-footer {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  color: #666;
  text-align: center;
}

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