/* Seven house presets. Risk limits remain authoritative on the server. */
.wyn-chip { min-width: 44px; min-height: 44px; touch-action: manipulation; }
.wyn-chip[data-chip="7"] { --chip-art: url('/casino/chips/chip-7.svg'); --chip-ink: #2e2335; --chip-ink-shadow: none; }
.wyn-chip:focus-visible { outline: 3px solid #81bfff; outline-offset: 3px; border-radius: 50%; }
.wyn-chip:disabled { opacity: .4; cursor: not-allowed; }
.wyn-rack { justify-content: flex-start; max-width: 100%; scroll-padding-inline: 8px; }
.rt-chips, .jl-chips, .cg-chips, .mk-quick-stakes, .r3-chips,
.a3-quick, #mn-quick-stakes, .kc-house-stakes {
  display: flex; flex-wrap: nowrap; justify-content: flex-start;
  min-width: 0; max-width: 100%; gap: 6px; overflow-x: auto;
  overscroll-behavior-x: contain; scrollbar-width: thin;
  scroll-padding-inline: 4px; padding-block: 5px;
}
.rt-chips button, .jl-chips button, .cg-chips button, .mk-quick-stakes button,
.a3-quick button, #mn-quick-stakes button, .kc-house-stakes button {
  flex: 0 0 auto; min-width: 44px; min-height: 44px; padding-inline: 8px;
  touch-action: manipulation; font-variant-numeric: tabular-nums;
}
.r3-chip { flex: 0 0 auto; min-width: 44px; min-height: 44px; }
.r3-chip[data-denom="10000"] { --chip: #b48637; --insert: #3b2615; --medallion: #241a12; --chip-ink: #f4e7c8; }
.r3-chip[data-denom="25000"] { --chip: #674479; --insert: #e7d6b5; --medallion: #eee3ca; }
.r3-chip[data-denom="50000"] { --chip: #27232d; --insert: #ddb96f; --medallion: #e9d8b8; }
.r3-chip[data-denom="100000"] { --chip: #e9d9b8; --insert: #56344f; --medallion: #2a211a; --chip-ink: #f5e8ce; }
.kc-house-stakes { grid-template-columns: none; }
.mn-stake-row .mn-stake-field { flex: 0 1 110px; }
.mn-stake-row #mn-quick-stakes { flex: 1 1 0; min-width: 96px; }
@media (max-width: 600px) {
  .mn-stake-row { min-width: 0; }
  #mn-quick-stakes { flex: 1 1 0; }
}
