/* Chapter shared styles */
html,body {
  height: 100%;
  margin: 0;
  background: transparent !important;
  color: #f0f0f0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body { padding: 28px; }
h2 { font-family: 'Courier Prime', monospace; color: #FFD700; margin-top: 0; }
.chapter-article {
  max-width: 700px;
  margin: 48px auto;
  background: rgba(30,30,30,0.60);
  padding: 36px;
  border-radius: 8px;
  line-height: 1.75;
  color: #e0e0e0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}
nav { margin-top: 20px; }
a { color: #fff; }
