.stadium-wrapper {
  overflow: hidden;
  background: linear-gradient(180deg, #1a365d 0%, #2d3748 100%);
  border-radius: 8px;
  padding: 0;
}

#stadium-canvas {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  cursor: grab;
}

#stadium-canvas:active {
  cursor: grabbing;
}
