.dealer-character {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 1;
  width: 270px;
  height: 158px;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1px solid rgba(214, 184, 117, .36);
  border-radius: 48% 48% 18px 18px;
  background: #071712;
  box-shadow: 0 15px 32px rgba(0, 0, 0, .32), inset 0 0 0 4px rgba(7, 23, 18, .7);
}

.dealer-character::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(7, 23, 18, .2) 68%, #0c2e22 100%);
  pointer-events: none;
}

.dealer-character img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 25%;
  opacity: .94;
  filter: saturate(.88) contrast(1.03);
}

.dealer-character > span {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 2;
  color: rgba(240, 209, 139, .85);
  font: 500 7px "DM Mono";
  letter-spacing: 1.5px;
}

.dealer-zone { top: 157px; z-index: 4; }
.player-zone { z-index: 4; }
.message { z-index: 6; }
.message.result { top: 57%; }

/* Portreyle uyumlu, daha ince kadın eli ve doğal manikür. */
.dealer-arm { width: 82px; }
.shirt-cuff { width: 62px; }
.wrist {
  width: 30px;
  background: linear-gradient(90deg, #c18467, #e0a384 50%, #c17c61);
}
.dealer-palm {
  width: 49px;
  height: 62px;
  background: linear-gradient(110deg, #c17c61, #e4aa8a 55%, #bd765c);
  border-radius: 9px 9px 22px 22px;
}
.dealer-palm i {
  top: 45px;
  width: 10px;
  height: 40px;
  background: linear-gradient(90deg, #c17c61, #e4aa8a 60%, #bd765c);
  border-radius: 0 0 8px 8px;
}
.dealer-palm i::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 6px;
  height: 9px;
  border-radius: 4px 4px 5px 5px;
  background: linear-gradient(#f4d5ce, #dca9a2);
  box-shadow: inset 0 0 0 1px rgba(154, 91, 84, .18);
}
.dealer-palm i:nth-child(1) { left: 1px; height: 36px; }
.dealer-palm i:nth-child(2) { left: 13px; height: 43px; }
.dealer-palm i:nth-child(3) { left: 25px; height: 42px; }
.dealer-palm i:nth-child(4) { left: 37px; height: 35px; }
.dealer-palm::before { left: -11px; width: 17px; background: #ca8569; }
.dealer-palm::after { left: 30px; top: 44px; }

@media (max-width: 820px) {
  .dealer-character { width: 230px; height: 143px; }
  .dealer-zone { top: 145px; }
}

@media (max-width: 430px) {
  .dealer-character { width: 195px; height: 126px; }
  .dealer-zone { top: 130px; }
  .dealer-character > span { display: none; }
}
