/* Best 6 / featured — mobile first-play pass (2026-08-14)
   Touch targets ≥44px · pressed state · goal line · safe area
   Linked from ayad / spot / quiz / match only. */
.btn,
button.btn {
  min-height: 48px;
  min-width: 48px;
  padding: 14px 36px;
  touch-action: manipulation;
}
.btn:active,
button.btn:active {
  transform: scale(0.96);
  filter: brightness(0.92);
}
.cbtn {
  min-height: 52px;
  touch-action: manipulation;
}
.cbtn:active {
  transform: scale(0.95);
  filter: brightness(0.92);
}
.choice {
  min-height: 48px;
  touch-action: manipulation;
}
.goal {
  font-size: 13px;
  font-weight: 500;
  color: #ffcb2d;
  margin: 0 0 14px;
  line-height: 1.45;
  max-width: 34em;
}
.board .card {
  min-height: 72px;
}
