html,
body,
#app {
  min-height: 100%;
}

#kun-single-wallpaper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#kun-single-wallpaper.is-loaded {
  opacity: 1;
}

.kun-wallpaper-host {
  background-color: transparent !important;
  background-image: none !important;
  isolation: isolate;
}

#kun-visit-count {
  margin: 6px 0 0;
  color: #8fd8ff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 5px rgba(8, 47, 73, 0.7);
}

@media (max-width: 768px) {
  #kun-visit-count {
    font-size: 12px;
  }
}
