/* Popup pemenang hijau Bangladesh */
.message-left-container {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.message-left-container.ck-left-visible {
  opacity: 1;
}
.ck-left-msg-box {
  min-width: 220px;
  max-width: 260px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0,255,100,.15) 0%, rgba(0,0,0,0) 70%),
    #0f1a0f;
  border: 1px solid rgba(0,255,100,.4);
  box-shadow:
    0 20px 40px rgba(0,0,0,.9),
    0 0 20px rgba(0,255,100,.4),
    0 0 60px rgba(0,255,100,.15);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: .7rem;
  line-height: 1.4;
  color: #d8ffd8;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ck-left-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #d8ffd8;
  line-height: 1.4;
}
.ck-left-name {
  font-weight: 600;
  color: #afffaf;
  line-height: 1.4;
  text-shadow:
    0 0 8px rgba(0,255,128,.8),
    0 0 16px rgba(0,255,128,.4);
}
.ck-left-game {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
}
.ck-left-amount {
  color: #66ff66;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.4;
  text-shadow:
    0 0 8px rgba(0,255,128,.8),
    0 0 16px rgba(0,255,128,.4);
}
