.ht-search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 40;
  display: none;
  max-height: 18rem;
  overflow: auto;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border, 240 4% 16%));
  background: hsl(var(--background, 282 40% 7%) / 0.96);
  padding: 0.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.ht-search-results.is-open { display: block; }
.hide-scrollbar { scrollbar-width: none; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.ht-cat-bar {
  position: sticky;
  top: 3.5rem;
  z-index: 8;
  padding: 0.5rem 0;
  background: hsl(var(--background, 282 40% 7%) / 0.88);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .ht-cat-bar { top: 5.5rem; }
}
.ht-cat-hidden { display: none !important; }
.ht-banner-slide img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  color: transparent;
}
