/* Legal pages (privacy / terms) — shares the game's dark neon theme */
body.legal-page {
  overflow: auto;
}

.legal-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 24px 24px 60px;
}

.legal-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--panel-border);
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.legal-header h1 {
  position: static;
  transform: none;
  font-size: 22px;
  letter-spacing: 6px;
}
.legal-header .hud-btn {
  text-decoration: none;
  white-space: nowrap;
}

.legal-content {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  padding: 32px 36px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #a9b8cc;
}
.legal-content h2 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #e8eef7;
  text-shadow: 0 0 14px rgba(56, 189, 248, 0.35);
  margin-bottom: 4px;
}
.legal-content .updated {
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.legal-content h3 {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--blue);
  margin: 24px 0 8px;
}
.legal-content p { margin-bottom: 10px; }
.legal-content strong { color: #dde6f2; }
.legal-content a { color: var(--blue); }
.legal-content a:hover { text-shadow: 0 0 8px rgba(56, 189, 248, 0.5); }
.legal-links {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--panel-border);
}

.legal-imprint {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid #1e2a3a;
  font-size: 11px;
  color: #5b6b80;
  text-align: center;
  line-height: 1.7;
}
