.debug-indicator {
  position: fixed;
  top: 8px;
  right: 8px;
  background: rgba(245, 158, 11, 0.9);
  color: #000;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  z-index: 10001;
  display: none;
}

.debug-indicator.active {
  display: block;
}
