/* boot.css — boot lines inside the unified terminal flow */

.boot-lines {
  margin-bottom: 0.3rem;
}

.boot-line {
  margin-bottom: 0.15rem;
  white-space: pre;
  min-height: 1.3em;
  font-size: 12px;
}

.boot-line.dim { color: #666; }
.boot-line.ok  { color: #ccc; }

.boot-ok-tag {
  color: #28c840;
  font-weight: 500;
}

.boot-welcome-block {
  color: #e0e0e0;
  font-size: 13px;
}

.boot-skip {
  color: #444;
  font-size: 11px;
  margin-top: 0.5rem;
  cursor: pointer;
}

.boot-skip:hover {
  color: #666;
}
