/* O Baú de Pandora (#1349) — pílula na faixa, aviso de queda e cena de abertura. */
.btf__pilula.pandora-pilula img {
  filter: drop-shadow(0 0 5px #ff3df0cc);
  animation: pandora-pulso 1.6s ease-in-out infinite;
}
@keyframes pandora-pulso {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 4px #ff3df0aa); }
  50% { transform: scale(1.12); filter: drop-shadow(0 0 10px #ff3df0); }
}
#pandora-aviso {
  position: fixed; left: 50%; top: 14%; translate: -50% 0; z-index: 2147483000;
  max-width: min(92vw, 460px); padding: 10px 16px; border-radius: 12px;
  background: rgba(30, 8, 40, .95); box-shadow: inset 0 0 0 1px #ff3df088, 0 8px 24px #000a;
  color: #ffd6fb; font: 600 14px/1.35 'Baloo 2', system-ui, sans-serif; text-align: center;
}
.pandora-fundo {
  position: fixed; inset: 0; z-index: 80;
  display: grid; place-items: center;
  background: rgba(3, 2, 10, .78);
}
.pandora {
  display: grid; justify-items: center; gap: 10px;
  width: min(92vw, 420px); padding: 18px 20px 16px; border-radius: 16px;
  background: radial-gradient(120% 90% at 50% 0%, #3a1048 0%, #140a1c 60%, #0b0712 100%);
  box-shadow: inset 0 0 0 1px #ff3df055, 0 18px 60px #000c;
  font-family: 'Baloo 2', system-ui, sans-serif; text-align: center; color: #f3e8ff;
}
.pandora__titulo { margin: 0; color: #ff7df5; font-size: 20px; letter-spacing: .5px; }
.pandora__bau { width: min(60vw, 220px); height: auto; filter: drop-shadow(0 10px 18px #000c); transition: transform .3s; }
.pandora__bau--abrindo { animation: pandora-treme .12s linear infinite; }
@keyframes pandora-treme { 0% { transform: translateX(-3px) rotate(-1deg); } 50% { transform: translateX(3px) rotate(1deg); } 100% { transform: translateX(-3px) rotate(-1deg); } }
.pandora__fala { margin: 0; color: #cdbfe0; font-size: 14px; }
.pandora__carta {
  display: grid; justify-items: center; gap: 4px; padding: 12px 16px; border-radius: 12px; min-width: 60%;
  background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 2px var(--cor, #fff), 0 0 18px color-mix(in srgb, var(--cor, #fff) 45%, transparent);
}
.pandora__carta img { width: 64px; height: 64px; object-fit: contain; }
.pandora__carta b { color: var(--cor, #fff); font-size: 16px; }
.pandora__carta i { font-style: normal; color: #cdbfe0; font-size: 12px; }
.pandora__ok {
  padding: 9px 26px; border: 0; border-radius: 10px; cursor: pointer;
  background: linear-gradient(180deg, #ffd979, #e0a52e); color: #1b1205; font: 700 14px 'Baloo 2', system-ui, sans-serif;
}

/* 01/09 (#1352): confirmação + tela de tesouro com as classes do jogo. */
.pandora__fala small { display: block; margin-top: 4px; color: #a894c4; font-size: 12px; }
.pandora__botoes { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 4px; }
.pandora__nao { background: rgba(255, 255, 255, .1); color: #e8dcf5; }
.pandora__outro { background: linear-gradient(180deg, #8a4bff, #5a2fd1); color: #fff; }
.pandora-fundo .premio { width: min(92vw, 640px); }
.pandora-fundo .premio .quadro { background: radial-gradient(120% 90% at 50% 0%, #2a1040 0%, #120a1f 60%, #0b0712 100%); }
.pandora-fundo .premio .btn-gold { padding: 10px 26px; }
