/* DanhBai plugin styles. Minimal — most rendering happens inside Phaser canvas. */
.danhbai-mount {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #0a3d2c;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.danhbai-mount canvas {
  display: block;
  margin: 0 auto;
}
.danhbai-mount-disabled {
  background: #f5f5f5;
  min-height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.danhbai-error {
  padding: 16px;
  background: #fee;
  border: 1px solid #f99;
  color: #900;
  border-radius: 4px;
}
