/* Coffre Mystère PRO — Noir intégral, Bebas Neue */
#coffreMysterePro{
  font-family:'Bebas Neue',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#fff;
  background:#000;
  padding:24px 12px;
  text-align:center;
}
#coffreMysterePro .cmp-panel{
  background:#000;
  color:#fff;
  max-width:900px;
  margin:0 auto;
  padding:24px 22px;
  border-radius:0;
  box-shadow:0 8px 20px rgba(0,0,0,.35);
}
#coffreMysterePro .coffre-mystere-title{
  font-size:40px;
  margin:8px 0 8px;
}
#coffreMysterePro .cmp-sub{
  opacity:.9;
  font-size:20px;
  margin-bottom:10px;
}
#coffreMysterePro .coffre-mystere-form input[type=text]{
  -webkit-appearance:none;
  appearance:none;
  background:#333!important;
  color:#fff!important;
  border:2px solid #fff!important;
  border-radius:0;
  padding:10px;
  font-size:18px;
  box-shadow:0 4px 8px rgba(0,0,0,.3);
  width:40%;
  min-width:240px;
  max-width:520px;
  margin:0 8px 16px;
}
#coffreMysterePro .coffre-mystere-form input[type=text]::placeholder{
  color:#ddd;
}
#coffreMysterePro .coffre-mystere-form input[type=text]:focus{
  background:#444!important;
  outline:none!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.15);
}
#coffreMysterePro .coffre-mystere-btn{
  display:none;
  background:#fff;
  color:#222;
  border:0;
  border-radius:0;
  padding:12px 25px;
  font-size:18px;
  cursor:pointer;
  box-shadow:0 4px 8px rgba(0,0,0,.3);
}
#coffreMysterePro .coffre-mystere-btn:hover{
  background:#ddd;
  transform:scale(1.05);
  transition:background .3s, transform .2s;
}
#coffreMysterePro #coffreVideoWrapper{
  width:600px;
  max-width:100%;
  aspect-ratio:600/419;
  margin:0 auto;
  position:relative;
}
#coffreMysterePro .coffre-mystere-video,
#coffreMysterePro .coffre-mystere-gif{
  width:600px;
  max-width:100%;
  aspect-ratio:600/419;
  height:auto;
  display:block;
  margin:16px auto 0;
  object-fit:contain;
  background:#000;
}
#coffreMysterePro #resultat.cmp-result{
  display:none;
  margin-top:12px;
}
#coffreMysterePro .card{
  margin-top:20px;
  font-size:22px;
  color:#fff;
  background:#555;
  padding:20px;
  border-radius:0;
  display:inline-block;
  box-shadow:0 4px 8px rgba(0,0,0,.3);
  font-weight:normal;
}
#coffreMysterePro .grandiose{
  font-size:50px;
  color:#FFD700;
  text-shadow:2px 2px 10px rgba(255,223,0,.7);
  background:#333;
  padding:20px;
  border-radius:10px;
  box-shadow:0 0 15px rgba(255,223,0,.7);
}
@media(max-width:640px){
  #coffreMysterePro .coffre-mystere-form input[type=text]{
    width:100%;
    margin:0 0 12px;
  }
}
