#forest-hq {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  z-index: 9000;
}
#forest-hq .hq-img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}
#forest-hq .hq-badge {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.hq-popup {
  position: absolute;
  min-width: 240px;
  max-width: 320px;
  background: #fffefa;
  border: 1px solid #eae7d6;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  z-index: 9100;
}
.hq-title { font-weight: 700; margin-bottom: 8px; }
.hq-close {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
