/* assets/css/custom.css - dark blue / black theme tweaks */
:root {
  --bg-900: #041525;
  --card-900: #061424;
  --accent: #0f63b6;
  --muted: #9fc8ff;
}
body { background: linear-gradient(180deg,var(--bg-900), #031223); color: #e6f6ff; }

/* glass card */
.card-glass {
  background: rgba(8,18,30,0.55);
  border: 1px solid rgba(15,50,80,0.45);
  backdrop-filter: blur(6px);
}
.rounded-2xl { border-radius: 1rem; }

/* chessground override to fit theme */
.cg-board { background-color: #052034 !important; box-shadow: none; border-radius: 6px; }
