.hie-signal-hint {
  text-align: center;
  padding: 6px 0;
  margin: 4px 0 2px 0;
}
.hie-signal-hint .hie-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.hie-pill.hie-aligned {
  background: rgba(0, 255, 100, 0.12);
  border: 1px solid rgba(0, 255, 100, 0.3);
  color: #00ff64;
}
.hie-pill.hie-fade {
  background: rgba(255, 180, 0, 0.12);
  border: 1px solid rgba(255, 180, 0, 0.3);
  color: #ffb400;
}
.hie-pill.hie-monitoring {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.55);
}
.hie-pill.hie-locked {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.hie-pill .hie-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.hie-aligned .hie-dot { background: #00ff64; }
.hie-fade .hie-dot { background: #ffb400; }
.hie-monitoring .hie-dot { background: rgba(255, 255, 255, 0.4); }
