/* Jogos especiais — compact lobby coverflow (purple/gold) */
.je-section {
  --je-gold: #ffdc82;
  --je-gold-2: #f5c542;
  --je-text: #ffffff;
  --je-muted: rgba(255, 255, 255, 0.55);
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0 2px;
  padding: 0 0 4px;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

html[theme="greenGold"] .je-section {
  --je-gold: #fee004;
  --je-gold-2: #ffd400;
}

.je-section *,
.je-section *::before,
.je-section *::after {
  box-sizing: border-box;
}

.je-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 12px 6px;
  color: var(--je-text);
}

.je-title h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: inherit;
  white-space: nowrap;
}

.je-diamond {
  color: var(--je-gold);
  font-size: 9px;
  line-height: 1;
}

.je-viewport {
  position: relative;
  width: 100%;
  height: 138px;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.je-viewport.is-dragging {
  cursor: grabbing;
}

.je-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.je-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(20, 8, 40, 0.45);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease,
    box-shadow 0.32s ease,
    filter 0.32s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}

.je-card[data-off="-2"] {
  width: 66px;
  height: 94px;
  opacity: 0.72;
  z-index: 1;
  filter: brightness(0.78);
  transform: translate(-50%, -50%) translateX(-78px);
}

.je-card[data-off="-1"] {
  width: 72px;
  height: 102px;
  opacity: 0.9;
  z-index: 3;
  filter: brightness(0.9);
  transform: translate(-50%, -50%) translateX(-46px);
}

.je-card[data-off="0"] {
  width: 88px;
  height: 124px;
  opacity: 1;
  z-index: 5;
  filter: brightness(1);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4), 0 0 0 1.5px rgba(255, 220, 130, 0.55);
  transform: translate(-50%, -50%) translateX(0);
}

.je-card[data-off="1"] {
  width: 72px;
  height: 102px;
  opacity: 0.9;
  z-index: 3;
  filter: brightness(0.9);
  transform: translate(-50%, -50%) translateX(46px);
}

.je-card[data-off="2"] {
  width: 66px;
  height: 94px;
  opacity: 0.72;
  z-index: 1;
  filter: brightness(0.78);
  transform: translate(-50%, -50%) translateX(78px);
}

.je-card[data-off="hide"] {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%) scale(0.6);
}

.je-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 14px 4px 5px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.82) 72%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.je-card[data-off="0"] .je-name {
  font-size: 10px;
  padding-bottom: 6px;
}

.je-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 5px 0 0;
  min-height: 6px;
}

.je-dot {
  width: 10px;
  height: 3px;
  border: 0;
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  appearance: none;
}

.je-dot.is-on {
  width: 14px;
  background: var(--je-gold);
}

@media (max-width: 359px) {
  .je-viewport {
    height: 126px;
  }
  .je-card[data-off="0"] {
    width: 80px;
    height: 112px;
  }
  .je-card[data-off="-1"],
  .je-card[data-off="1"] {
    width: 66px;
    height: 94px;
  }
  .je-card[data-off="-2"] {
    width: 60px;
    height: 86px;
    transform: translate(-50%, -50%) translateX(-70px);
  }
  .je-card[data-off="2"] {
    width: 60px;
    height: 86px;
    transform: translate(-50%, -50%) translateX(70px);
  }
  .je-card[data-off="-1"] {
    transform: translate(-50%, -50%) translateX(-42px);
  }
  .je-card[data-off="1"] {
    transform: translate(-50%, -50%) translateX(42px);
  }
}

@media (min-width: 420px) {
  .je-title h3 {
    font-size: 14px;
  }
  .je-viewport {
    height: 146px;
  }
  .je-card[data-off="0"] {
    width: 94px;
    height: 130px;
  }
  .je-card[data-off="-1"],
  .je-card[data-off="1"] {
    width: 76px;
    height: 108px;
  }
  .je-card[data-off="-1"] {
    transform: translate(-50%, -50%) translateX(-50px);
  }
  .je-card[data-off="1"] {
    transform: translate(-50%, -50%) translateX(50px);
  }
  .je-card[data-off="-2"] {
    width: 70px;
    height: 100px;
    transform: translate(-50%, -50%) translateX(-86px);
  }
  .je-card[data-off="2"] {
    width: 70px;
    height: 100px;
    transform: translate(-50%, -50%) translateX(86px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .je-card {
    transition: none;
  }
}
