/* ── BALL SORT (color-flask): spielspezifisch ── */
main {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 40px;
}

/* Canvas responsiv */
#gameCanvas { max-width: 100%; height: auto; }

/* Overlay leicht transparent – Idle-Animation scheint durch */
#overlay { background: rgba(6, 8, 18, 0.88); }

/* Score-Boxen */
#scoreBar { max-width: 380px; }
#scoreBar .score-box span { font-size: 1.6rem; }

/* Aktions-Leiste unterhalb Canvas */
#cf-action-bar {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
