/* Chess2256 V32 — fond illustré de table */
html, body {
  background: #050b0d;
}

.chess2256-app {
  background:
    linear-gradient(180deg, rgba(5, 10, 11, 0.68), rgba(5, 10, 11, 0.84)),
    radial-gradient(circle at 50% 50%, rgba(73, 173, 182, 0.08), transparent 48%),
    url("../img/ui/chess2256-table-background-cyan-amber.png") center center / cover no-repeat,
    #050b0d !important;
}

.chess2256-app::before,
.chess2256-app::after {
  opacity: 0.09;
}

.topbar {
  background: linear-gradient(180deg, rgba(9, 17, 16, 0.94), rgba(7, 13, 13, 0.78)) !important;
}

.console {
  background: linear-gradient(0deg, rgba(7, 13, 13, 0.96), rgba(9, 17, 16, 0.78)) !important;
}

.board-frame {
  background: linear-gradient(135deg, rgba(73, 173, 182, 0.08), transparent 20%, transparent 80%, rgba(177, 101, 23, 0.07)), rgba(7, 13, 13, 0.80) !important;
  backdrop-filter: blur(1.5px);
}
