body {
  background: black;
  color: #00ff88;
  font-family: monospace;
  margin: 0;
  padding: 0;
}

#terminal {
  padding: 16px;
  height: 100vh;
  box-sizing: border-box;
}

#strength-bar {
  margin-bottom: 8px;
}

#output {
  white-space: pre-wrap;
  margin-bottom: 10px;
}

#input-line {
  display: flex;
}

.prompt {
  margin-right: 6px;
}

#command-input {
  background: black;
  color: #00ff88;
  border: none;
  outline: none;
  flex: 1;
  font-family: monospace;
}
