/* MAJ 9 : deux accès jeux compacts, intégrés au menu existant. */
.homeMenuV68H .homeGameLaunchV9{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-color:rgba(210,164,83,.78)!important;
  background:
    linear-gradient(112deg,rgba(255,255,255,.08),transparent 24% 72%,rgba(225,172,79,.12)),
    repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0 2px,transparent 2px 6px),
    linear-gradient(180deg,#20242a,#0a0d11)!important;
  color:#f7e7c3!important;
  letter-spacing:.055em;
  text-shadow:0 1px 0 #000,0 0 12px rgba(229,181,92,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,244,211,.13),
    inset 0 -10px 20px rgba(0,0,0,.24),
    0 4px 14px rgba(0,0,0,.22)!important;
  transition:transform .12s ease,filter .12s ease,border-color .12s ease;
}
.homeMenuV68H .homeGameLaunchV9::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(105deg,transparent 18%,rgba(255,224,162,.12) 42%,transparent 66%);
  transform:translateX(-115%);
  transition:transform .34s ease;
}
.homeMenuV68H .homeGameLaunchV9:active{
  transform:translateY(1px) scale(.985);
  filter:brightness(1.14);
  border-color:#edc477!important;
}
.homeMenuV68H .homeGameLaunchV9:active::before{transform:translateX(115%)}
.homeMenuV68H .homeGameLaunchV9[aria-busy="true"]{opacity:.66}

.authStatusV9{
  min-height:18px;
  margin:0 30px 8px 0;
  color:#f1c978;
  font-size:.76rem;
  line-height:1.35;
}
.bjModalWindowV68H{max-height:min(88dvh,680px)!important;overflow-y:auto!important;overscroll-behavior:contain}
.bjModalCloseV68H{position:sticky!important;top:0!important;float:right;z-index:3}

@media(max-width:520px){
  .homeMenuV68H .homeGameLaunchV9{min-height:43px;font-size:.82rem}
  .bjModalWindowV68H{width:min(94vw,430px)!important;max-height:86dvh!important}
}
@media(prefers-reduced-motion:reduce){
  .homeMenuV68H .homeGameLaunchV9,.homeMenuV68H .homeGameLaunchV9::before{transition:none!important}
}
