/* Accessibility improvements */
:focus-visible {
  outline: 3px solid #0d6efd;
  outline-offset: 3px;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.view-toggle-btn {
  background: #1e293b;
  color: #4fd1ff;
  border: 1px solid #4fd1ff;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}

.view-toggle-btn:hover {
  background: #4fd1ff;
  color: #0f172a;
}
