.jpm-game-session-wrapper{z-index:var(--z-index-modal);background-color:var(--dark-purple-500);flex-direction:column;display:flex;position:fixed;inset:0}.jpm-game-session-wrapper__iframe-container{flex:1}@layer mixins{.jpm-game-session-wrapper__iframe-container{justify-content:center;align-items:center;display:flex}}
.jpm-session-header{z-index:var(--z-index-level-1);background:linear-gradient(113deg,#7557ec,#5757ec);justify-content:center;gap:23px;width:100%;padding:8px;display:flex;position:relative}.jpm-session-header.is-on-mobile{gap:0;height:66px;padding:0}@media (min-width:800px){.jpm-session-header.is-on-mobile{height:48px}}.jpm-session-header__session-info{width:min(50%,530px);color:var(--white);text-align:center;background:#0000001a;border-radius:6px;justify-content:center;align-items:center;padding:8px 20px;font-size:12px;line-height:1.4;display:flex}.jpm-session-header-session-info__text{margin-right:10px;font-weight:600}.jpm-session-header-session-info__timer.countdown-timer{display:inline-flex;position:relative;top:3px}.jpm-session-header-session-info__timer .countdown-timer__icon{width:14px;height:14px;margin-right:6px}.jpm-session-header-session-info__timer .countdown-timer__label{font-weight:400;line-height:1.4}.jpm-session-header-session-info__timer .countdown-timer__value{min-width:56px;font-weight:700;line-height:1.4}.jpm-session-header__logo{justify-content:center;align-items:center;width:130px;display:flex;position:relative}@media (min-width:800px){.jpm-session-header__logo{flex-shrink:0}}.is-on-mobile .jpm-session-header__logo{flex:1;min-width:42px;min-height:29px;margin-right:4px;position:static}.jpm-session-header__logo img{width:130px}@media (min-width:800px){.jpm-session-header__logo img{z-index:1;position:absolute;top:-8px}.is-on-mobile .jpm-session-header__logo img{position:static}}.is-on-mobile .jpm-session-header__logo img{flex-shrink:0;width:78px}.jpm-session-header__content{width:100%;height:100%;position:relative}.is-on-mobile .jpm-session-header__content{width:calc(100% - 60px)}@media (min-width:600px){.is-on-mobile .jpm-session-header__content{width:calc(100% - 180px)}}.jpm-session-header__jackpots{background:#0000001a;border-radius:6px;width:min(50%,530px);overflow:hidden}@layer mixins{.jpm-session-header__jackpots{justify-content:center;align-items:center;display:flex}.jpm-session-header__jackpot{position:absolute;inset:0}}.is-on-mobile .jpm-session-header__jackpots{justify-content:space-around;width:100%;height:100%;padding:6px 50px 6px 15px}.jpm-session-header__jackpot-wrap{flex:1;height:100%;position:relative}.is-on-mobile .jpm-session-header__jackpot-wrap{height:50px}.is-on-mobile .jpm-session-header__jackpot-wrap.is-prize{min-width:122px}.is-on-mobile .jpm-session-header__jackpot-wrap.is-target{min-width:108px}.jpm-session-header__jackpot{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;padding:8px 5px;line-height:1.4;display:flex}.is-on-mobile .jpm-session-header__jackpot{flex:2;padding:4px 6px;display:block}.jpm-session-header__jackpot-type,.jpm-session-header__jackpot-amount{font-variant-numeric:tabular-nums;padding:0 5px}.is-on-mobile .jpm-session-header__jackpot-type,.is-on-mobile .jpm-session-header__jackpot-amount{padding:0}.jpm-session-header__jackpot-type{color:var(--white);font-size:12px;font-weight:600}.is-on-mobile .jpm-session-header__jackpot-type{white-space:nowrap;margin-bottom:2px;font-size:12px}.jpm-session-header__jackpot-amount{color:var(--white);background:linear-gradient(95deg,#ffc684,#ffed8f 30%,#ffd584);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:900}.jpm-session-header__jackpot-amount span{text-align:center;display:inline-block}.jpm-session-header__jackpot-amount span.is-punctuation{width:5px}.is-target .jpm-session-header__jackpot-amount span{display:block}.is-target .jpm-session-header__jackpot-amount{background:var(--white);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.jpm-session-header__separator{background-color:rgb(from var(--white) r g b/.1);flex-shrink:0;width:1px;height:calc(100% - 16px);margin:0 8px}.is-on-mobile .jpm-session-header__separator{height:100%;margin:0}.jpm-session-header__content-box{align-items:center;width:100%;height:100%;display:flex;position:absolute}.is-on-mobile .jpm-session-header__content-box.is-animated-timer{align-items:center;padding-left:4px}.is-on-mobile .jpm-session-header-session-info__timer{color:var(--white);font-size:12px}@media (max-width:375px){.is-on-mobile .jpm-session-header-session-info__timer{font-size:11px}}.is-on-mobile .jpm-session-header-session-info__timer.countdown-timer{display:flex;position:relative;top:3px}.is-on-mobile .jpm-session-header-session-info__timer .countdown-timer__icon{width:12px;height:12px;margin-right:4px}@media (max-width:375px){.is-on-mobile .jpm-session-header-session-info__timer .countdown-timer__icon{width:11px;height:11px}}.is-on-mobile .jpm-session-header-session-info__timer .countdown-timer__label{font-weight:400}.is-on-mobile .jpm-session-header-session-info__timer .countdown-timer__time{font-weight:700}.is-on-mobile .jpm-session-header-animated-timer__text{color:var(--white);font-size:12px;font-weight:600;display:block}@media (max-width:375px){.is-on-mobile .jpm-session-header-animated-timer__text{font-size:11px}}.jpm-session-header-switch-animation-enter{opacity:0;transform:translateY(50px)}.jpm-session-header-switch-animation-enter-active{opacity:1;transition:transform .5s,opacity .5s;transform:translateY(0)}.jpm-session-header-switch-animation-exit{opacity:1;transform:translateY(0)}.jpm-session-header-switch-animation-exit-active{opacity:0;transition:transform .5s,opacity .5s;transform:translateY(-50px)}
.jpm-session-header-skeleton{flex:1;height:100%;padding:10px 20px}.jpm-session-header-skeleton.is-on-mobile{height:auto;padding:0}.jpm-session-header-skeleton.is-on-mobile.is-prize{min-width:122px}.jpm-session-header-skeleton.is-on-mobile.is-target{min-width:108px}.jpm-session-header-skeleton__title,.jpm-session-header-skeleton__amount{border-radius:var(--radius-s);background-color:rgb(from var(--white) r g b/20%);animation:1s linear infinite alternate skeleton-loading;position:relative;overflow:hidden}.is-on-mobile .jpm-session-header-skeleton__title,.is-on-mobile .jpm-session-header-skeleton__amount{margin:0 auto}.is-on-mobile .jpm-session-header-skeleton__title{width:80px;height:12px;margin-bottom:4px}.jpm-session-header-skeleton__amount{width:100%;height:100%;min-height:14px}.is-on-mobile .jpm-session-header-skeleton__amount{width:80px;height:14px}
.game-page{flex-direction:column;min-height:100vh;display:flex}@media (min-width:800px){.game-page{min-height:auto}}.game-page:has(.game-mobile-page.is-unavailable){min-height:80vh}