/* Révélation de pochette : succession d'images qui ralentit jusqu'au gain final. */
.quest-pouch-reveal{max-width:420px;margin:auto;padding:16px;border:1px solid #e0b64f8b;border-radius:12px;background:radial-gradient(circle at 50% 0,#79501455,transparent 50%),linear-gradient(145deg,#2f2009,#11130e);box-shadow:0 0 28px #d69b3445;text-align:center}.quest-pouch-reveal>p{margin:0 0 12px;color:#ffe39a;font:800 9px 'DM Mono';letter-spacing:.7px}.pouch-reveal-stage{display:grid;min-height:178px;place-items:center;padding:12px;border:1px solid #9b7438;border-radius:9px;background:#090c0d;box-shadow:inset 0 0 18px #000}.pouch-reveal-card{display:grid;justify-items:center;gap:8px;min-width:168px;animation:pouch-reveal-pop .16s ease-out}.pouch-reveal-card img{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 5px 10px #000)}.pouch-reveal-card b{color:#fff2c9;font-size:15px}.pouch-reveal-card small{color:#d8bb7d;font:800 9px 'DM Mono';letter-spacing:.07em}.pouch-reveal-card.empty img{opacity:.33;filter:grayscale(1)}.pouch-reveal-card.jackpot img{filter:drop-shadow(0 0 15px #ffe052)}.pouch-reveal-card.final{animation:pouch-reveal-final .65s ease-out both}.pouch-reveal-card.final.jackpot b{color:#ffe36f}.pouch-reveal-card.final.equipment b{color:#83efb0}@keyframes pouch-reveal-pop{from{opacity:.38;transform:scale(.87)}to{opacity:1;transform:scale(1)}}@keyframes pouch-reveal-final{0%{transform:scale(.82);filter:brightness(1)}55%{transform:scale(1.13);filter:brightness(1.4)}100%{transform:scale(1);filter:brightness(1)}}
