/* Espada hosted games — force solid black page backgrounds. */
html,
body,
#canvas {
  background: #000 !important;
  background-color: #000 !important;
}

/* Pixi/Vite games (e.g. Lucky Knight) use backgroundAlpha: 0 and HTML layers behind
   the canvas — opaque canvas CSS would hide .pk-fullscreen-bg and similar. Godot
   exports use id="canvas", so #canvas above still wins for those builds. */
canvas {
  background: transparent !important;
  background-color: transparent !important;
}

#espada-status,
#espada-phase-logo,
#espada-phase-game,
.espada-phase,
.espada-loading-screen,
.espada-splash-screen,
.espada-splash-screen__game {
  background: #000 !important;
  background-color: #000 !important;
}
