/* After Dark Studios web game shared UX v127 - sharing + fullscreen/Game View */
.ads-game-share-actions-v124{
  display:grid!important;
  grid-template-columns:repeat(4,44px)!important;
  justify-content:center!important;
  align-items:center!important;
  gap:.5rem!important;
}
.ads-game-share-actions-v124 .ads-game-share-native-v124{
  grid-column:1/-1!important;
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:.58rem .8rem!important;
  font-size:.78rem!important;
  white-space:nowrap!important;
}
.ads-game-share-actions-v124 .ads-game-share-icon-v124{
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  border-radius:.7rem!important;
}
.ads-game-share-svg-v124{
  display:block;
  width:21px;
  height:21px;
  flex:0 0 21px;
}

/* v126 social marks: text/CSS fallback is intentional for cross-browser reliability. */
.ads-game-share-brand-v126{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-style:normal!important;
  line-height:1!important;
  text-transform:none!important;
  text-decoration:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.ads-game-share-brand-facebook-v126{font-size:26px!important;font-weight:900!important;transform:translateY(2px)}
.ads-game-share-brand-x-v126{font-size:20px!important;font-weight:800!important;letter-spacing:-.06em}
.ads-game-share-brand-linkedin-v126{font-size:15px!important;font-weight:900!important;letter-spacing:-.08em;border:2px solid currentColor;border-radius:3px;box-sizing:border-box;padding:1px 1px 0 0}
.ads-game-share-icon-v124{color:#fff!important}
.ads-game-share-icon-v124:focus-visible{
  outline:2px solid rgba(178,245,255,.96)!important;
  outline-offset:2px!important;
}
.ads-game-copy-toast-v124{
  position:fixed;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:12050;
  transform:translate(-50%,12px) scale(.98);
  opacity:0;
  pointer-events:none;
  padding:.62rem .9rem;
  border:1px solid rgba(110,233,255,.38);
  border-radius:999px;
  background:rgba(2,11,23,.94);
  color:#dff7ff;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 12px 36px rgba(0,0,0,.45),0 0 20px rgba(29,140,255,.14);
  transition:opacity .16s ease,transform .16s ease;
}
.ads-game-copy-toast-v124.is-visible{
  opacity:1;
  transform:translate(-50%,0) scale(1);
}
@media(max-width:420px){
  .ads-game-share-actions-v124{grid-template-columns:repeat(4,42px)!important;gap:.42rem!important}
  .ads-game-share-actions-v124 .ads-game-share-icon-v124{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}
}
@media(prefers-reduced-motion:reduce){
  .ads-game-copy-toast-v124{transition:none!important}
}
/* v124 Mahjong Fantasy hero branding: larger top-of-page game logo without changing aspect ratio. */
.daily-mahjong-logo-v102{
  width:min(560px,88vw)!important;
  max-height:190px!important;
}
@media(max-width:640px){
  .daily-mahjong-logo-v102{width:min(460px,92vw)!important;max-height:160px!important}
}



/* v125 universal game fullscreen / focus-view control. */
.ads-game-fullscreen-toggle-v125{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.38rem!important;
  white-space:nowrap!important;
  min-height:44px!important;
}
.ads-game-fullscreen-icon-v125{font-size:1.08rem;line-height:1;min-width:1.05em;text-align:center}
.ads-game-fullscreen-label-v125{line-height:1.1}
html.ads-game-focus-active-v125,body.ads-game-focus-active-v125{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
.ads-game-display-target-v125:fullscreen,
.ads-game-display-target-v125:-webkit-full-screen{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  border-radius:0!important;
  overflow:auto!important;
  background:#030812!important;
  padding:max(.55rem,env(safe-area-inset-top)) max(.55rem,env(safe-area-inset-right)) max(.55rem,env(safe-area-inset-bottom)) max(.55rem,env(safe-area-inset-left))!important;
}
.ads-game-focus-target-v125{
  position:fixed!important;
  inset:0!important;
  z-index:12000!important;
  box-sizing:border-box!important;
  width:100vw!important;
  max-width:none!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:none!important;
  margin:0!important;
  border-radius:0!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  background:#030812!important;
  padding:max(.55rem,env(safe-area-inset-top)) max(.55rem,env(safe-area-inset-right)) max(.55rem,env(safe-area-inset-bottom)) max(.55rem,env(safe-area-inset-left))!important;
}
.ads-game-display-target-v125.is-ads-game-display-active-v125 .ads-game-fullscreen-toggle-v125{
  position:fixed!important;
  top:max(8px,env(safe-area-inset-top))!important;
  right:max(8px,env(safe-area-inset-right))!important;
  z-index:13010!important;
  width:auto!important;
  min-width:48px!important;
  flex:0 0 auto!important;
  box-shadow:0 8px 30px rgba(0,0,0,.52),0 0 18px rgba(29,140,255,.18)!important;
  background:rgba(3,12,27,.95)!important;
  backdrop-filter:blur(8px);
}
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-spider-daily-banner-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-daily-banner-v119{
  margin-top:0!important;
}
/* Keep the 48-tile Mahjong board inside the available fullscreen height on landscape tablets. */
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-board-v102{
  width:min(980px,100%,calc((100dvh - 205px) * 1.18))!important;
}
@media(max-height:620px){
  .ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-board-v102{
    width:min(900px,100%,calc((100dvh - 175px) * 1.18))!important;
  }
  .ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-daily-banner-v119{
    display:none!important;
  }
}
@media(max-width:640px){
  .ads-game-fullscreen-toggle-v125{min-width:48px!important;padding-left:.7rem!important;padding-right:.7rem!important;flex:0 0 auto!important}
  .ads-game-fullscreen-label-v125{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
}
@media(prefers-reduced-motion:reduce){
  .ads-game-display-target-v125{scroll-behavior:auto!important}
}


/* v127: fullscreen-safe animation/overlay stacking and honest Game View labelling. */
.ads-game-fullscreen-toggle-v125.is-game-view-v127 .ads-game-fullscreen-icon-v125{
  font-size:1.02rem;
}
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-motion-ghost-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-deal-back-ghost-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-complete-ghost-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-drag-ghost-v98,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-drag-ghost-v122,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-spark-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-win-particle-v115,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .spider-win-card-particle-v122,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .mahjong-particle-v122{
  z-index:12950!important;
}
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-spider-win-v97,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-win-v102{
  z-index:12920!important;
}
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-spider-message-v97,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .daily-mahjong-message-v102,
.ads-game-display-target-v125.is-ads-game-display-active-v125 .ads-game-copy-toast-v124{
  z-index:12970!important;
}
