::-webkit-scrollbar {
  background: white;
  width: 5px;
  height: 5px;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 30px;
}

.tvw-focus {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.tvw-toast {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  backdrop-filter: blur(10px);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  display: none;
}
