/* Nocturia V22 — hero logo + živý počet hráčů vedle IP */
.home-page .hero-main-logo {
  width: clamp(220px, 20vw, 310px) !important;
  height: auto !important;
  max-height: 310px;
  margin: 0 auto 16px !important;
  object-fit: contain;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .38));
}

.home-page .hero-ip-address {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.home-page .hero-ip-address:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.home-page .hero-ip-online {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: rgba(255, 255, 255, .94);
  background: rgba(7, 20, 38, .3);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
  backdrop-filter: blur(9px);
}

.home-page .hero-ip-online b {
  color: #fff;
  font-weight: 900;
}

.home-page .hero-ip-online .online-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 5px rgba(37, 166, 111, .16), 0 0 20px rgba(37, 255, 160, .48);
}

.home-page .hero-ip { cursor: default; }

@media (max-width: 760px) {
  .home-page .hero-main-logo {
    width: min(235px, 70vw) !important;
    margin-bottom: 12px !important;
  }

  .home-page .hero-ip-main {
    max-width: 340px;
  }

  .home-page .hero-ip-online {
    width: 100%;
    justify-content: center;
    margin-top: 2px;
  }
}
