.home-assistant-tools {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.portal-page .home-assistant-tools .service-concierge {
  position: static;
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #282828;
  box-shadow: none;
}
.portal-page .home-assistant-tools .service-concierge::after { display: none; }
.concierge-avatar {
  display: grid !important;
  width: 76px;
  height: 76px;
  margin: 0 0 -9px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #61d1cd;
  color: #fff !important;
  box-shadow: 0 7px 20px rgba(25, 82, 80, .18);
  font-size: 28px !important;
  font-weight: 700;
  overflow: hidden;
}
.concierge-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  transform: scale(1.12);
}
.portal-page .home-assistant-tools .service-concierge strong {
  display: block;
  padding: 10px 17px;
  border-radius: 999px;
  background: #ff6f73;
  color: #fff;
  box-shadow: 0 6px 16px rgba(40, 40, 40, .14);
  font-size: 14px;
  white-space: nowrap;
}
.home-back-top {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid #a9aeae;
  border-radius: 50%;
  background: #fff;
  color: #7b7f80;
  box-shadow: 0 6px 18px rgba(40, 40, 40, .12);
  font-size: 0;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}
.home-back-top svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.home-back-top:hover { border-color: #61d1cd; color: #00b19f; }
@media (max-width: 760px) {
  .home-assistant-tools { right: 12px; bottom: 12px; }
  .concierge-avatar { width: 64px; height: 64px; font-size: 24px !important; }
  .home-back-top { width: 46px; height: 46px; }
}
