/* Password Generator */
.password-display {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  word-break: break-all;
  padding: 16px;
  background: var(--code-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 56px;
  margin-bottom: 16px;
}
.options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}
