#gps-debug {
  position: fixed;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-family: monospace;
  font-size: 12px;
  padding: 8px;
  border-radius: 6px;
  z-index: 9999;
  min-width: 180px;
}

#gps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

#gps-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

#gps-content {
  margin-top: 6px;
}

#gps-debug.minimized #gps-content {
  display: none;
}

.debug-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6px;
  margin-top: 6px;
}

.debug-section summary {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 4px;
  list-style: none;
}

.debug-section summary::-webkit-details-marker {
  display: none;
}
