.fkall-home-link {
  position: fixed;
  left: 18px;
  bottom: 18px;
  /* Beszel overlays and its mobile selection toolbar use z-index 50. */
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #504361;
  border-radius: 12px;
  background: #211b2c;
  box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
  color: #f0edf7 !important;
  font: 650 14px/1.2 Golos, "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.fkall-home-link:hover {
  border-color: #b7a0ff;
  background: #30283f;
  color: #fff !important;
  transform: translateY(-1px);
}

.fkall-home-link:focus-visible {
  outline: 2px solid #b7a0ff;
  outline-offset: 3px;
}

.fkall-home-link > span[aria-hidden="true"] {
  color: #b7a0ff;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 640px) {
  .fkall-home-link {
    left: 12px;
    bottom: 12px;
    min-height: 40px;
    padding: 8px 12px;
  }
}
