/* Shared styling for the legal pages — matches the game's dark theme. */
body {
  margin: 0;
  padding: 40px 20px 80px;
  background: #0d0d14;
  color: #c8c8d8;
  font: 15px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif;
}
main { max-width: 720px; margin: 0 auto; }
h1 { color: #e8e8f0; font-size: 26px; margin-bottom: 4px; }
h2 { color: #d8d8e8; font-size: 18px; margin-top: 32px; }
a { color: #b794ff; }
.updated { color: #8888a0; font-size: 13px; margin-bottom: 28px; }
.template-note {
  background: #2a2438;
  border: 1px solid #4a3a68;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #b8a8d8;
  margin-bottom: 28px;
}
.back { display: inline-block; margin-bottom: 24px; font-size: 13px; }
