/* Modest hero console shrink — same visual, ~10% smaller. */
.ajhive-site .agent-console {
  width: min(100%, 468px);
  min-height: 448px;
}
.ajhive-site .console-topbar {
  height: 58px;
  padding: 0 18px;
}
.ajhive-site .console-body {
  grid-template-columns: 48px 1fr;
  min-height: 380px;
}
.ajhive-site .console-rail {
  gap: 20px;
  padding-top: 20px;
}
.ajhive-site .console-main {
  padding: 16px 18px 18px;
}
.ajhive-site .agent-map {
  height: 220px;
  margin-top: 12px;
}
.ajhive-site .ring-one { width: 196px; height: 196px; }
.ajhive-site .ring-two { width: 132px; height: 132px; }
.ajhive-site .ring-three { width: 82px; height: 82px; }
.ajhive-site .map-node {
  width: 56px;
  height: 52px;
}
.ajhive-site .main-node {
  width: 78px;
  height: 78px;
}
.ajhive-site .main-node strong { font-size: 19px; }
.ajhive-site .console-stats { margin-top: 10px; }
.ajhive-site .console-stats > div {
  min-height: 62px;
  padding: 10px;
}
.ajhive-site .floating-command {
  right: 28px;
  bottom: -24px;
  width: min(350px, calc(100% - 40px));
  min-height: 64px;
  padding: 10px 13px;
}

@media (max-width: 1100px) {
  .ajhive-site .agent-console { min-height: 420px; }
  .ajhive-site .console-body { min-height: 360px; }
  .ajhive-site .agent-map { height: 200px; }
}

@media (max-width: 767px) {
  .ajhive-site .agent-console { min-height: 0; }
  .ajhive-site .console-body { min-height: 0; }
}
