html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #000;
  color: #ddd;
  overflow: hidden; /* prevent page scrollbars */
}

body { margin: 0; padding: 0; background: #000; color: #ddd; }

/* Fullscreen terminal container */
#term {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  color: #ddd;
  overflow: hidden;
}

/* Optional font hints for xterm */
.xterm, #term {
  font-family: "Inconsolata", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* Optional: no selection rules were removed per request */

/* Hide xterm's internal scrollbars and rely on fit addon */
.xterm-viewport {
  overflow: hidden !important;
}
