.trijob-hud {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 99999;
  width: 300px;
  max-width: calc(100vw - 24px);
  background: rgba(12, 16, 22, 0.92);
  color: #e8e2d0;
  border: 1px solid rgba(200, 180, 120, 0.35);
  font: 12px/1.35 ui-sans-serif, system-ui, sans-serif;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.trijob-hud--hidden { display: none; }
.trijob-hud__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trijob-hud__x {
  background: transparent;
  border: 0;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
}
.trijob-hud__body { padding: 8px 10px 10px; }
.trijob-hud__status { margin-bottom: 8px; opacity: 0.95; }
.trijob-hud__actions { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.trijob-hud__btn {
  background: #2a3340;
  color: #f0e6d0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px 8px;
  cursor: pointer;
  font-size: 11px;
}
.trijob-hud__btn:hover { background: #3a4658; }
.trijob-hud__log {
  max-height: 90px;
  overflow: auto;
  opacity: 0.75;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 6px;
  font-size: 11px;
}
.trijob-hud__res { margin-top: 4px; color: #c9b27a; }
