/* Minimal index.css to avoid layout conflicts with Tailwind v3 */
.thumbnail-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#player-canvas {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  background: #000;
}
