.overlay { background: rgba(6,8,18,0.82) !important; }
#gameCanvas { pointer-events: none; } /* #33/A2: war nacktes "canvas" → traf auch das Bug-Report-Captcha-Canvas */
main {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 40px;
}
