.jpm-jackpot{border-radius:var(--radius-m);background:linear-gradient(90deg,#8000ff,#5200ff);position:relative;overflow:clip}.jpm-jackpot.is-minor,.jpm-jackpot.is-mega{flex-direction:column;justify-content:center;display:flex}.jpm-jackpot.is-minor{min-height:50px}.jpm-jackpot.is-mega{min-height:110px}.jpm-jackpot__content{flex:1;justify-content:center;gap:8px;padding:17px 15px;display:flex}.is-mega .jpm-jackpot__content{flex-direction:column;align-items:center}.is-minor .jpm-jackpot__content{justify-content:space-between;align-items:center}.is-dynamic .jpm-jackpot__content{cursor:pointer}.is-simplified .jpm-jackpot__content{flex-direction:row;justify-content:space-between}.is-simplified.is-dynamic .jpm-jackpot__content,.is-minor.is-dynamic .jpm-jackpot__content{padding-right:40px}.jpm-jackpot__header-title{color:var(--white);font-size:14px;font-weight:600;line-height:1}.is-simplified .jpm-jackpot__header-title{font-size:14px}.jpm-jackpot__header-amount{text-align:center;font-variant-numeric:tabular-nums;font-size:16px;font-weight:900;line-height:1}@layer mixins{.jpm-jackpot__header-amount{color:#0000;background:linear-gradient(90deg,#ffc684,#ffed8f 32%,#ffd584);-webkit-background-clip:text;background-clip:text}.jpm-jackpot__toggler,.jpm-jackpot-booster__graph{justify-content:center;align-items:center;display:flex}}.is-mega .jpm-jackpot__header-amount{font-size:36px}.is-simplified .jpm-jackpot__header-amount{font-size:16px}.jpm-jackpot__explainer{height:0;color:var(--gray-300);text-align:center;padding:0 5px;font-size:12px;font-weight:400;line-height:1.5;transition:height .25s ease-in-out;overflow:clip}.jpm-jackpot__explainer strong{color:var(--white);font-weight:900}.jpm-jackpot__explainer.is-visible{height:fit-content}.jpm-jackpot__booster-active .jpm-jackpot__explainer{height:auto}.jpm-jackpot__booster-container{background-color:#4e00b2;height:0;transition:height .25s ease-in-out}.jpm-jackpot__booster-container.jpm-jackpot__expander-enter-active,.jpm-jackpot__booster-container.jpm-jackpot__expander-enter-done{height:fit-content}.jpm-jackpot__booster-active{padding:10px 15px 0}.jpm-jackpot-booster__text{color:var(--white);font-size:12px;font-weight:600;line-height:14px}.jpm-jackpot-booster__text.is-amount{background-color:var(--green-400);border-radius:6px;justify-content:center;align-items:center;margin-left:10px;padding:4px 8px;display:inline-flex}.jpm-jackpot-booster__text.is-increment{font-weight:700}.jpm-jackpot-booster__text.is-time{color:rgb(from var(--white) r g b/80%)}.jpm-jackpot__toggler{background-color:var(--purple-300);border-radius:50%;width:16px;height:16px;padding:4px;transition:background-color .25s ease-in-out;position:absolute;top:15px;right:15px}.jpm-jackpot__toggler.is-active{background-color:#a280ff}.jpm-jackpot-toggler__icon{fill:#fff;width:100%;height:100%;transition:rotate .25s ease-in-out}.is-active .jpm-jackpot-toggler__icon{rotate:180deg}.jpm-view-boosters-modal__button-box{padding:0 15px 15px}.jpm-jackpot-booster__graph-wrapper{align-items:center;height:70px;margin:10px 0 15px;display:flex}.jpm-jackpot-booster__graph{z-index:1;background-color:var(--purple-400);border-radius:2px;width:100%;position:relative}.jpm-jackpot-booster-graph__range{background:linear-gradient(90deg,#ffc684,#ffed8f 30%,#ffd584);align-items:center;width:70%;height:4px;display:flex;position:relative}.jpm-jackpot-booster-graph__range:before,.jpm-jackpot-booster-graph__range:after{z-index:-1;content:"";border:6px solid #0000;border-color:#0000 #ffc684;position:absolute}.jpm-jackpot-booster-graph__range:before{border-right-color:#0000;left:0}.jpm-jackpot-booster-graph__range:after{border-left-color:#0000;right:0}.jpm-jackpot-booster-graph__top{width:100%;color:var(--white);justify-content:space-around;font-size:10px;font-weight:600;display:flex;position:absolute;bottom:9px}.jpm-jackpot-booster-graph__flag{z-index:-1;width:20px;position:absolute;bottom:-3px;left:50%;transform:translate(-3px)}.jpm-jackpot-booster-graph__limiter{color:var(--white);font-size:12px;font-weight:900;line-height:1;position:absolute;top:16px}.jpm-jackpot-booster-graph__limiter.is-left{left:0;transform:translate(-50%)}.jpm-jackpot-booster-graph__limiter.is-right{right:0;transform:translate(50%)}.jpm-jackpot-booster-graph__target{background:var(--gold,linear-gradient(95deg, #ffc684 0.96%, #ffed8f 32.42%, #ffd584 96.83%));color:#161421;border-radius:4px;padding:2px 7px;font-size:12px;font-weight:900;position:absolute;top:12px;left:50%;transform:translate(-50%)}.jpm-jackpot-booster__footer{border-top:1px solid var(--purple-400);height:43px;color:var(--white);justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.jpm-jackpot-booster__footer strong{background-color:#00000026;border-radius:4px;padding:4px 10px;font-weight:900}.jpm-jackpot__booster-inactive{justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.jpm-jackpot-booster__button{--padding-block:3px;--padding-inline:10px;text-transform:capitalize;width:auto;min-height:23px;font-size:14px;line-height:17px}
.jpm-jackpot-skeleton{border-radius:var(--radius-m);background:linear-gradient(90deg,#8000ff,#5200ff);animation:1s linear infinite alternate skeleton-loading;position:relative;overflow:clip}.jpm-jackpot-skeleton.is-jackpot-mega{height:110px}.jpm-jackpot-skeleton.is-jackpot-minor{height:50px}