/* Coinflip PvP — extends ttt + dicepvp + coinflip */

.cf-result {
  text-align: center;
  font-family: var(--mono);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--muted);
  min-height: 1.4em;
  margin-bottom: 12px;
}
.cf-result.win  { color: var(--green); }
.cf-result.lose { color: var(--red); }

/* Player avatars use H/T text instead of emojis */
.dp-avatar {
  font-family: var(--mono);
  font-size: 1.4rem;
  font-weight: 700;
}
#cfSideL.heads, #cfSideR.heads { background: linear-gradient(150deg, #ffe98a, #b07c1c); color: #4d3608; border-color: rgba(176, 124, 28, 0.4); }
#cfSideL.tails, #cfSideR.tails { background: linear-gradient(150deg, #d6dbe6, #424b5c); color: #1a1f2c; border-color: rgba(66, 75, 92, 0.4); }
