/* Minimal extras on top of Tailwind (loaded via Play CDN). */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #1c2130;
  border-radius: 999px;
  border: 2px solid #0b0d12;
}
::-webkit-scrollbar-thumb:hover {
  background: #232a3b;
}
video::cue {
  background: rgba(0, 0, 0, 0.7);
}
