.tv-mode *:focus {
  outline: none !important;
}

.tv-mode .tv-focused,
.tv-mode button.tv-focused,
.tv-mode a.tv-focused,
.tv-mode .nav-item.tv-focused,
.tv-mode input.tv-focused,
.tv-mode select.tv-focused {
  box-shadow: 0 0 0 4px var(--primary-hover), 0 0 0 7px var(--primary-glow);
  transform: scale(1.02);
  transition: box-shadow 120ms ease, transform 120ms ease;
}

.tv-mode #sidebar .nav-item.tv-focused,
.tv-mode #bottom-nav .nav-item.tv-focused {
  background: var(--primary-glow);
  border-radius: 10px;
}

.tv-mode .hero-buttons {
  gap: 12px;
}
