.ag-tiles { display: flex; gap: 10px; justify-content: center; }
.ag-tile {
  width: 60px; height: 60px; display: grid; place-items: center;
  font-size: 28px; font-weight: 800; border-radius: 14px;
  background: var(--surface); border: 2px solid var(--line); color: var(--ink);
  box-shadow: var(--shadow-sm);
}
