:root{--bg:#2d3b2f;--fg:#e6f2e6;--card:#355e3b;--accent:#4caf50;--muted:#c7d8c7;}
header{background:#3b5323}


.mc-rules {
  background:#2b2b2b;
  border:3px solid #3aff3a;
  box-shadow:0 0 12px #000;
}

.mc-rules h2 {
  font-family: 'Minecraft', monospace;
  color:#3aff3a;
}

details {
  background:#1e1e1e;
  border:1px solid #444;
  margin:8px 0;
  padding:6px;
}

summary {
  cursor:pointer;
  font-weight:bold;
  color:#ffd800;
}

details[open] {
  background:#222;
}

.accept {
  display:block;
  margin:15px 0;
}

#acceptBtn {
  background:#3aff3a;
  border:none;
  padding:8px 14px;
  font-weight:bold;
  cursor:not-allowed;
}

#acceptBtn:enabled {
  cursor:pointer;
  background:#5fff5f;
}
