.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#0a0e1f,#1a1f3a,#0f1428);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-back{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(var(--mainColorRGB),.15) 0%,transparent 70%);z-index:1;animation:pulseGlow 3s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.5}50%{opacity:1}}.loading-stars{position:absolute;width:100%;height:100%;z-index:1}.loading-star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:twinkle 3s ease-in-out infinite;box-shadow:0 0 4px #fffc}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.loading-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:90%;max-width:400px}.loading-jet-container{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.loading-jet{position:relative;animation:jetFly 2.5s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(var(--mainColorRGB),.4))}.loading-jet-agent{width:120px;height:auto;position:relative;z-index:2;animation:jetBounce 1s ease-in-out infinite}.loading-jet-fire{position:absolute;bottom:-10px;left:-60px;rotate:-130deg;width:60px;height:auto;z-index:1;animation:fireFlicker .3s ease-in-out infinite;filter:brightness(1.2)}@keyframes jetFly{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes jetBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fireFlicker{0%,to{opacity:1;transform:translate(-50%) scaleY(1)}50%{opacity:.8;transform:translate(-50%) scaleY(1.1)}}.loading-clouds{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.loading-cloud{position:absolute;width:80px;height:30px;background:#ffffff1a;border-radius:50px;animation:cloudMove 8s linear infinite;box-shadow:0 0 20px #ffffff1a}.loading-cloud:nth-child(1){top:20%;animation-duration:7s}.loading-cloud:nth-child(2){top:60%;animation-duration:9s}.loading-cloud:nth-child(3){top:40%;animation-duration:6s}@keyframes cloudMove{0%{left:-100px;opacity:0}10%{opacity:.3}90%{opacity:.3}to{left:calc(100% + 100px);opacity:0}}.loading-text-container{text-align:center;animation:fadeInUp 1s ease-out}.loading-title{font-size:36px;font-weight:800;background:linear-gradient(135deg,var(--mainColor) 0%,color-mix(in oklab,var(--mainColor) 40%,white 60%) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;text-shadow:0 0 30px rgba(var(--mainColorRGB),.5);letter-spacing:2px}.loading-subtitle{font-size:16px;color:#ffffffb3;margin:10px 0 0;font-weight:400}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-progress-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.loading-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000004d}.loading-progress-fill{height:100%;background:linear-gradient(90deg,var(--mainColor) 0%,color-mix(in oklab,var(--mainColor) 40%,white 60%) 50%,var(--mainColor) 100%);background-size:200% 100%;border-radius:10px;transition:width .3s ease-out;position:relative;animation:progressShine 2s linear infinite;box-shadow:0 0 10px rgba(var(--mainColorRGB),.6)}.loading-progress-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 1.5s infinite}@keyframes progressShine{0%{background-position:0% 0%}to{background-position:200% 0%}}@keyframes shine{0%{left:-100%}to{left:200%}}.loading-progress-text{font-size:14px;color:#fffc;font-weight:600;font-variant-numeric:tabular-nums}.loading-hint{display:flex;gap:8px;align-items:center;justify-content:center}.loading-hint-dot{width:8px;height:8px;background:var(--mainColor);border-radius:50%;animation:dotBounce 1.4s ease-in-out infinite;box-shadow:0 0 8px rgba(var(--mainColorRGB),.6)}.loading-hint-dot:nth-child(1){animation-delay:0s}.loading-hint-dot:nth-child(2){animation-delay:.2s}.loading-hint-dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.loading-icon-server{position:absolute;top:calc(20px + var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px));right:20px;background-color:var(--mainColor);padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.loading-icon-server-icon{width:30px}.loading-icon-server-icon.anims{animation:loadingIconAnim 2s infinite}@keyframes loadingIconAnim{0%{transform:scale(.95)}50%{transform:scale(1.08)}to{transform:scale(.95)}}.loading-logo{position:relative;z-index:2;margin-bottom:20px}.loading-bar-container{display:flex;flex-direction:column;align-items:center;width:80%;z-index:2}.loading-bar{display:flex;align-items:center;width:100%;height:22px;background-color:#292929;border-radius:25px;margin-top:10px;z-index:2;box-sizing:border-box;border:6px solid rgb(0,47,94);box-shadow:0 6px 14px #090d1bf2,0 1px 4px #090d1bb3}.loading-fill{height:100%;background:linear-gradient(90deg,#bfc1c6,#e6e8eb,#bfc1c6);transition:width .5s ease-in-out;z-index:2;border-radius:25px;box-shadow:0 1px 6px #b4b4b44d inset}.loading-back{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#19002f 10%,#19002f00);z-index:1}.game-loading-text{font-size:18px;color:var(--secondaryColor);margin-top:10px;z-index:2}.sheet__block.loading{background-color:#090d1b!important}.sheet__block.loading:before{content:"";position:absolute;top:0%;left:50%;width:100%;height:150px;background:var(--mainColor);border-radius:50%;transform:translate(-50%,-50%);filter:blur(100px);z-index:0}.loading-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center;padding:20px;color:var(--secondaryColor);z-index:1}.loading-header-title{font-size:22px;font-weight:600}.loading-header-description{font-size:16px;color:#b0b0b0}.loading__language-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:1}.loading__language-item{display:flex;align-items:center;justify-content:space-between;background-color:var(--darkerColor);border-radius:15px;color:var(--secondaryColor);width:100%;padding:15px;box-sizing:border-box;cursor:pointer}.loading__language-item.active{background-color:var(--lightColor);border-top:1px solid var(--mainColor);border-right:1px solid var(--mainColor);border-left:1px solid var(--mainColor)}.loading__language-item-left{display:flex;flex-direction:row;gap:10px;align-items:center}.loading__language-icon{width:45px;height:45px;border-radius:10px}.loading__language-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.loading__language-subtitle{font-size:18px;font-weight:600}.loading__language-item-right{display:flex;flex-direction:row;align-items:center;gap:10px}.loading__language-ping,.loading__language-favorite{width:30px;height:30px}.loading-waiting-text{font-size:18px;color:var(--secondaryColor);margin-top:10px;z-index:2;text-align:center;background:#00000080;padding:10px;border-radius:10px;box-shadow:0 2px 4px #0000004d;max-width:80%}.error-toasts{position:fixed;top:calc(var(--paddingTop) + 56px);left:50%;transform:translate(-50%);z-index:1001;display:flex;flex-direction:column;gap:10px;pointer-events:none;width:90%;max-width:400px}.error-toast{width:100%;background:var(--darkerColor);box-shadow:0 6px 16px #00000059;border-radius:14px;border:1px solid var(--borderColor);color:var(--secondaryColor);padding:12px 15px;transform:translateY(-10px);opacity:0;animation:toast-in .3s ease-out forwards;display:flex;align-items:center;gap:12px}.error-toast-icon{font-size:24px;flex-shrink:0}.error-toast-content{display:flex;flex-direction:column;gap:4px;flex:1}.error-toast-title{font-size:16px;font-weight:700;color:var(--errorColor)}.error-toast-message{font-size:14px;color:#fffc;line-height:1.4}.success-toasts{position:fixed;top:calc(var(--paddingTop) + 56px);left:50%;transform:translate(-50%);z-index:100002;display:flex;flex-direction:column;gap:10px;pointer-events:none;width:90%;max-width:400px}.success-toast{width:100%;background:var(--darkerColor);box-shadow:0 6px 16px #00000059;border-radius:14px;border:1px solid var(--borderColor);color:var(--secondaryColor);padding:12px 15px;transform:translateY(-10px);opacity:0;animation:toast-in .3s ease-out forwards;display:flex;align-items:center;gap:12px}.success-toast-icon{width:30px;height:30px}.success-toast-content{display:flex;flex-direction:column;gap:4px;flex:1}.success-toast-title{font-size:16px;font-weight:700;color:var(--mainColor)}.success-toast-message{display:flex;align-items:baseline;gap:3px;font-size:14px;color:#ffffffe6;line-height:1.4}body{background-color:var(--darkColor);margin:0;height:100vh;background-size:cover;font-family:Montserrat,sans-serif}button{font-family:Montserrat,sans-serif}input{font-family:Montserrat,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:default}body[data-scroll-locked]{--removed-body-scroll-bar-size: 0px;padding-top:var(--paddingTop)!important}html,body{overflow:hidden}*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}*::-webkit-scrollbar{display:none}.app{display:flex;flex-direction:column;align-items:center}.app__content{padding-top:var(--paddingTop)}.lj{width:100%;padding:0 10px;display:flex;flex-direction:column;gap:10px;position:relative}.lj:after{content:"";position:fixed;left:0;right:0;bottom:0;height:calc(var(--paddingBottom) + 80px);pointer-events:none;z-index:5;background:linear-gradient(180deg,#080b1100,#080b1199 40%,#080b11e6 85%,#080b11)}.lj__stage{width:100%;height:300px;overflow:hidden;position:sticky;top:10px;z-index:999;transition:height .2s ease-out;will-change:height}.lj__stage_fixed{height:150px}.lj__stage_fixed .lj__line{height:60px;transition:height .4s cubic-bezier(.4,0,.2,1)}.lj__stage_fixed .lj__agent-container{top:50%;transition:top .4s cubic-bezier(.4,0,.2,1)}.lj__stage_fixed .lj__agent{width:80px;transition:width .4s cubic-bezier(.4,0,.2,1)}.lj__stage-spacer{height:0;transition:height .2s ease-out}.lj__stage-spacer_fill{height:150px}.lj__screen{width:100%;height:100%;background:var(--lightColor);background:url(/assets/images/bg-CIGJiKBg.png);background-size:cover;background-position:center;border-radius:12px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.lj__screen:before{content:"";position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;pointer-events:none;z-index:0;border-radius:inherit;transition:all .5s cubic-bezier(.4,0,.2,1)}.lj__screen_idle:before{background:radial-gradient(circle at center,rgba(var(--mainColorRGB),.15) 0%,transparent 70%);animation:pulseIdle 3s ease-in-out infinite}.lj__screen_fly:before{background:radial-gradient(circle at center,rgba(255,215,0,.25) 0%,transparent 70%);animation:pulseFly 2s ease-in-out infinite}.lj__screen_crash:before{background:radial-gradient(circle at center,rgba(255,68,68,.2) 0%,transparent 70%);animation:pulseCrash 1.5s ease-in-out infinite}@keyframes pulseIdle{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulseFly{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes pulseCrash{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.08)}}.lj__screen_idle .lj__title,.lj__screen_fly .lj__title,.lj__screen_crash .lj__title{color:var(--secondaryColor)}.lj__clouds{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;overflow:hidden;opacity:.3;transition:opacity .5s ease-in-out}.lj__clouds_active{opacity:.6}.layer{position:absolute;width:150%;height:80%;background:url(/assets/images/clouds-CoyygsGu.png) no-repeat center;background-size:contain;pointer-events:none;opacity:.5;transform:rotate(-25deg)}.layer.top{top:-20%;right:-30%;opacity:.1;animation:clouds-top 15s linear infinite;animation-delay:0s;transform:rotate(-25deg) scale(1)}.layer.bottom{top:40%;right:-30%;opacity:.3;animation:clouds-bottom 15s linear infinite;animation-delay:2s;transform:rotate(-25deg) scale(1.3)}@keyframes clouds-top{0%{transform:rotate(-25deg) translate(100%) scale(1)}to{transform:rotate(-25deg) translate(-105%) scale(1)}}@keyframes clouds-bottom{0%{transform:rotate(-25deg) translate(100%) scale(1.3)}to{transform:rotate(-25deg) translate(-105%) scale(1.3)}}.lj__stars-one,.lj__stars-two,.lj__stars-three{position:absolute;z-index:5;opacity:.8;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.lj__screen_fly .lj__stars-one,.lj__screen_fly .lj__stars-two,.lj__screen_fly .lj__stars-three{opacity:1}.lj__screen_crash .lj__stars-one,.lj__screen_crash .lj__stars-two,.lj__screen_crash .lj__stars-three{opacity:.5}.lj__stars-one{top:25%;left:20%;width:20px;height:20px;animation:star-twinkle 3s ease-in-out infinite;animation-delay:0s}.lj__stars-two{top:15%;left:85%;width:15px;height:15px;animation:star-twinkle 4s ease-in-out infinite;animation-delay:1s}.lj__stars-three{top:80%;left:75%;width:30px;height:30px;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}@keyframes star-twinkle{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.lj__line-container{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;display:flex;align-items:end;overflow:hidden;animation:slide-in-left .5s ease-out forwards}@keyframes slide-in-left{0%{transform:translate(-100%) translateY(100%);opacity:.4}to{transform:translate(0) translateY(0);opacity:1}}.lj__line{width:70%;height:200px;opacity:.8;animation:lj-line 2s linear infinite;transform-origin:bottom left;transition:height .4s cubic-bezier(.4,0,.2,1)}.lj__agent-container{position:absolute;top:35%;left:70%;transform:translate(-50%,-50%);transition:top .4s cubic-bezier(.4,0,.2,1)}.lj__agent{width:80px;height:auto;position:relative;animation:agent-move 2s ease-in-out infinite;transition:width .4s cubic-bezier(.4,0,.2,1);z-index:2}.lj__agent-fire{position:absolute;bottom:-50px;left:-50px;rotate:-130deg;width:50px;height:auto;z-index:1;animation:agent-fire-flicker .3s ease-in-out infinite;filter:brightness(1.2)}@keyframes agent-fire-flicker{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(1.1)}}@keyframes agent-move{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes lj-line{0%{transform:rotate(0) skew(0) skewY(0)}25%{transform:rotate(-1deg) skew(-1deg) skewY(-1deg)}50%{transform:rotate(-2deg) skew(-2deg) skewY(0)}75%{transform:rotate(-1deg) skew(-1deg) skewY(1deg)}to{transform:rotate(0) skew(0) skewY(0)}}.lj__header{display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;z-index:10}.lj__title{font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:.3px;text-align:center;color:var(--secondaryColor);text-shadow:0 2px 8px rgba(0,0,0,.3)}.lj__subtitle{font-size:clamp(12px,3.5vw,14px);color:#d8d9e2;opacity:.8;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.3)}.lj__loading{width:56px;height:56px;opacity:.95;position:absolute;top:14px;right:14px;animation:lj-rot 2s linear infinite}@keyframes lj-rot{to{transform:rotate(360deg)}}.lj__x{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-family:var(--fontFamilyNumbers);font-size:clamp(28px,8vw,42px);font-weight:800;color:#ff0;background:linear-gradient(135deg,#ff0,#ff09);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(255,255,0,.5);filter:drop-shadow(0 0 10px rgba(255,215,0,.6));will-change:transform;z-index:10}.lj__waiting-timer{font-family:var(--fontFamilyNumbers);font-size:clamp(64px,15vw,96px);font-weight:900;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.4);will-change:transform,opacity;z-index:10;display:flex;align-items:center;justify-content:center;min-width:100px}.lj__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2}.lj__path{fill:none;stroke:var(--expressColor);stroke-width:7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(var(--mainColorRGB),.4))}.lj__jet-img-svg{filter:drop-shadow(0 0 18px rgba(var(--mainColorRGB),.4))}.lj__jet-fire-svg{opacity:.95;transform:rotate(230deg);transform-box:fill-box;transform-origin:center}.lj__controls{display:flex;flex-direction:column;gap:10px;padding:10px 10px 0}.lj-bet{background:var(--darkerColor);border-radius:14px;padding:10px 10px 0;display:flex;flex-direction:column;gap:8px;overflow:hidden;border:1px solid rgba(255,255,255,.06);box-shadow:0 2px 10px #00000040;transition:box-shadow .2s ease,border-color .2s ease,transform .06s ease}.lj-bet:hover{border-color:#ffffff1f;box-shadow:0 6px 18px #00000047}.lj-bet__top{display:flex;align-items:center;gap:14px}.lj-bet__chk{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer;transition:opacity .2s ease,filter .2s ease}.lj-bet__chk[disabled]{opacity:.5;cursor:not-allowed;filter:grayscale(.4)}.lj-bet__chk-box{width:30px;height:30px;border-radius:10px;background:var(--lightColor);border:2px solid var(--darkColor);box-sizing:border-box;position:relative;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.lj-bet__chk_on .lj-bet__chk-box{background:var(--mainColor);border-color:var(--mainColor);box-shadow:0 0 10px rgb(var(--mainColorRGB),.6)}.lj-bet__chk_on .lj-bet__chk-box:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fff;border-radius:50%;transition:opacity .2s ease,transform .2s ease;opacity:1}.lj-bet__chk-box:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:12px;height:12px;background:#fff;border-radius:50%;transition:opacity .2s ease,transform .2s ease;opacity:0}.lj-bet__chk_on .lj-bet__chk-box:after{transform:translate(-50%,-50%) scale(1);opacity:1}.lj-bet__chk-text{color:#e9eaf4;font-size:12px;font-weight:600;opacity:.95}.lj-bet__coef{margin-left:auto;height:30px;max-width:70px;border-radius:8px;background:var(--darkColor);display:flex;align-items:center;padding:0 8px;color:#e9eaf4;opacity:.55;border:1px solid var(--borderColor);transition:opacity .2s ease,border-color .2s ease,box-shadow .2s ease}.lj-bet__coef_on{opacity:1}.lj-bet__coef-prefix{font-size:12px;opacity:.7;color:#e9eaf4}.lj-bet__coef-input{width:100%;background:transparent;border:0;outline:0;font-size:12px;color:#e9eaf4;caret-color:var(--secondaryColor)}.lj-bet__coef:has(.lj-bet__coef-input:enabled:focus-visible){border-color:var(--mainColor);box-shadow:0 0 0 4px rgb(var(--mainColorRGB),.15)}.lj-bet__main{display:flex;justify-content:space-between;align-items:stretch;gap:12px;position:relative;background-color:var(--lightColor);border-radius:10px 10px 0 0;width:calc(100% + 20px);margin:0 -10px;border-top:1px solid rgba(255,255,255,.06)}.lj-bet__main-container{display:flex;justify-content:space-between;align-items:stretch;gap:8px;position:relative;padding:10px;width:100%}.lj-bet__box{background:var(--darkerColor);border-radius:10px;padding:6px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(255,255,255,.06);flex:1}.lj-bet__field,.lj-bet__amount{display:flex;align-items:center;justify-content:space-between;gap:6px}.lj-bet__field-btn,.lj-bet__btn{height:28px;aspect-ratio:1 / 1;border-radius:8px;background:var(--lightColor);border:2px solid var(--darkColor);color:var(--secondaryColor);padding:0 6px;font-size:16px;font-weight:800;cursor:pointer;transition:transform .06s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.lj-bet__field-btn:hover,.lj-bet__btn:hover{background:var(--lightColor)}.lj-bet__field-btn:active,.lj-bet__btn:active{transform:translateY(1px)}.lj-bet__input,.lj-bet__field-input{height:28px;width:60px;border-radius:8px;background:var(--darkerColor);border:none;color:var(--secondaryColor);text-align:center;font-size:14px;outline:none;transition:box-shadow .2s ease,border-color .2s ease}.lj-bet__input:focus-visible,.lj-bet__field-input:focus-visible{box-shadow:0 0 0 2px rgb(var(--mainColorRGB),.15)}.lj-bet__line{height:1px;background:var(--lightColor);width:calc(100% + 12px);margin:0 -6px}.lj-bet__chips,.lj-bet__quick{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.lj-bet__chip,.lj-bet__qbtn{height:28px;border-radius:8px;background:var(--lightColor);border:2px solid var(--darkColor);color:#e9eaf4;font-size:11px;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .06s ease}.lj-bet__chip:hover,.lj-bet__qbtn:hover{background:var(--lightColor)}.lj-bet__chip:active,.lj-bet__qbtn:active{transform:translateY(1px)}.lj-bet__action{border-radius:10px;background:linear-gradient(135deg,color-mix(in oklab,var(--mainColor) 20%,#1d15ff 80%),var(--mainColor));color:var(--secondaryColor);border:2px solid var(--darkerColor);font-size:16px;font-weight:800;font-variant:tabular-nums;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;width:40%;height:100%;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,filter .2s ease}.lj-bet__action-shadow{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);border-radius:10px;height:6px;width:60%;background:linear-gradient(135deg,#164cfc,var(--mainColor))}.lj-bet__action-shadow.lj-bet__action_live{background:linear-gradient(135deg,#ff6b35,gold)}.lj-bet__action-shadow.lj-bet__action_active,.lj-bet__action.lj-bet__action_active{background:linear-gradient(135deg,#ff3b3b,#ff6b6b)}.lj-bet__action:disabled .lj-bet__action-shadow{opacity:.6;filter:grayscale(.2)}.lj-bet__action span{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;color:var(--secondaryColor);font-family:var(--fontFamilyNumbers)}.lj-bet__action:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.2)}.lj-bet__action_live{background:linear-gradient(135deg,#ff6b35,gold);box-shadow:none}.lj-table{background:transparent;padding:10px 10px 12px;display:flex;flex-direction:column;gap:10px}.lj-table__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.lj-table__header-text{color:var(--refTextColor);font-size:14px;font-weight:600}.lj-table__tab{height:32px;padding:0 12px;border-radius:10px;background:var(--lightColor);color:var(--secondaryColor);border:1px solid var(--borderColor);font-size:12px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .06s ease}.lj-table__tab_active{background:var(--mainColor);border-color:var(--mainColor);box-shadow:0 4px 12px rgb(var(--mainColorRGB),.25)}.lj-table__tab:hover:not(.lj-table__tab_active){background:var(--lightColor)}.lj-table__count{margin-left:auto;color:var(--refTextColor);font-size:12px}.lj-table__list{display:flex;flex-direction:column;gap:8px;overflow:auto;mask-image:linear-gradient(to bottom,#0F0F0F 0px,#0F0F0F calc(100% - 10px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#0F0F0F 0px,#0F0F0F calc(100% - 10px),transparent 100%);padding-bottom:10px}.lj-row{display:grid;grid-template-columns:1fr auto minmax(100px,1.2fr);align-items:center;gap:12px;background:linear-gradient(to right,#0c1323,#2f4a89);border-radius:10px;padding:10px 12px;transition:background-color .2s ease}.lj-row_win{background:linear-gradient(to right,#0c1323,#2f8947)}.lj-row_lose{background:linear-gradient(to right,#0c1323,#892f2f)}.lj-row__left{display:flex;align-items:center;gap:8px;min-width:0}.lj-row__ava{width:26px;height:26px;border-radius:50%;background:var(--lightColor);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.lj-row__name{color:#e9eaf4;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lj-row__bet{color:#d8d9e2;font-weight:700;font-size:13px}.lj-row__multiplier{color:gold;font-weight:700;font-size:13px;text-align:center}.lj-row__right{justify-self:end;color:#fff;font-size:13px}.lj-row__cash{transition:color .2s ease,border-color .2s ease,background-color .2s ease}.lj-row_win .lj-row__cash{background:#123b1e;padding:4px 8px;border-radius:6px}.lj__history{display:flex;padding:0 10px;position:relative}.lj__history-list{display:flex;align-items:center;gap:6px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%)}.lj__history-item{flex-shrink:0;height:32px;display:flex;align-items:center;justify-content:center;background:var(--lightColor);border:1px solid var(--borderColor);border-radius:8px;padding:4px 8px;color:var(--secondaryColor);font-size:13px;font-weight:700;font-family:var(--fontFamilyNumbers);transition:background-color .2s ease,border-color .2s ease}.lj__history-item_red{background:linear-gradient(135deg,#f25f5c26,#f25f5c0d);border-color:#f25f5c4d;color:var(--errorColor)}.lj__history-item_blue{background:linear-gradient(135deg,rgba(var(--mainColorRGB),.15),rgba(var(--mainColorRGB),.05));border-color:rgba(var(--mainColorRGB),.3);color:var(--mainColor)}.lj__history-item_yellow{background:linear-gradient(135deg,#ffd70026,#ffd7000d);border-color:#ffd70066;color:gold}.sheet__background{background:#00000080!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;transition:opacity .3s ease;opacity:0}.sheet__background.entering{animation:fadeIn .6s ease-out forwards}.sheet__background.exiting{animation:fadeOut .3s ease-in forwards}.sheet__content{display:flex;flex-direction:column;border-radius:24px 24px 0 0!important;height:max-content!important;outline:none;position:fixed;bottom:0;left:0;right:0;z-index:10000;max-height:80vh;overflow:hidden;will-change:transform;transform:translateY(100%)}.sheet__content.modal-faq{overflow:visible}.sheet__content.modal-faq .faq-glow{position:absolute;top:0;left:0;right:0;height:100%;overflow:hidden;border-radius:24px 24px 0 0;pointer-events:none;z-index:-1}.sheet__content.modal-faq .faq-glow:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%);width:300px;height:200px;z-index:1;border-radius:275px;background:#2e5efe;filter:blur(60px)}.sheet__content.modal-new-user{background-color:#101425!important}.sheet__header{background:transparent;position:relative;z-index:99999;display:flex;flex-direction:column;align-items:center;padding:10px;-webkit-user-select:none;user-select:none;touch-action:none}.sheet__block-title{font-size:24px;font-weight:600;margin-top:5px;color:#fff;pointer-events:none}.sheet__header-indicator{width:48px;height:4px;background-color:#ffffff4d;border-radius:9999px;pointer-events:none}.sheet__block{position:relative;display:flex;flex-direction:column;background:transparent!important;padding:16px 16px var(--paddingBottom, 16px);gap:14px;overflow-y:auto;z-index:2;min-height:0}.sheet__block.modal-faq{overflow:visible}.sheet__block.modal-profile{padding-bottom:0}.sheet__block::-webkit-scrollbar{display:none;width:0}.sheet__block input,.sheet__block textarea,.sheet__block select{touch-action:manipulation}@media (max-width: 768px){.sheet__content{max-height:80vh}.sheet__content:has(input:focus),.sheet__content:has(textarea:focus){position:fixed;bottom:0}}.sheet__content.entering{animation:slideUp .6s cubic-bezier(.32,.72,0,1)}.sheet__content.exiting{animation:slideDown .3s cubic-bezier(.4,0,1,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.sheet__rub{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.sheet__rub-title{font-size:18px;font-weight:600;color:var(--tg-theme-text-color)}.sheet__rub-subtitle{font-size:14px;color:var(--tg-theme-subtitle-text-color)}.win-toasts{position:fixed;top:calc(var(--paddingTop) + 56px);left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.win-toast{width:100%;background:var(--lightColor);box-shadow:0 6px 16px #00000059;border-radius:14px;border:1px solid var(--borderColor);color:var(--secondaryColor);padding:10px;transform:translateY(-10px);opacity:0;animation:toast-in .3s ease-out forwards;display:flex;align-items:center;justify-content:center;gap:15px}.win-toast-winning{display:flex;flex-direction:column}.win-toast-winning-text{font-size:14px;color:#fff9;text-wrap:nowrap}.win-toast-winning-amount{font-size:20px;font-weight:700;color:#fff}.win-toast-info{width:120px;display:flex;flex-direction:column;align-items:center;background-color:var(--mainColor);padding:6px 10px;border-radius:8px}.win-toast-info-title{font-size:20px;font-weight:700;color:#fff}.win-toast-info-text{font-size:14px;color:#fff9}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.main{width:100vw;height:calc(100vh + 60px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;margin-top:calc(-1 * var(--paddingTop))}.main__content{width:100%;flex:1;display:flex;flex-direction:column;position:relative;overflow-y:auto;max-height:100vh;mask-image:linear-gradient(to bottom,transparent 0px,#0F0F0F 0,#0F0F0F 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0px,#0F0F0F 0,#0F0F0F 80%,transparent 100%)}.main__header{width:100%;padding:0 10px;padding-top:calc(var(--paddingTop) + 10px);display:flex;align-items:center;justify-content:space-between;gap:10px}.main__header-block{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;background-color:var(--lightColor);height:100%}.main__header-block.cursor{cursor:pointer}.main__header-block svg{width:20px;height:20px}.main__header-block-indicator{width:8px;height:8px;border-radius:50%;background-color:var(--mainColor);position:relative}.main__header-block-indicator:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:var(--mainColor);opacity:.6;transform:scale(1);animation:pulse 2s ease-out infinite}@keyframes pulse{0%{opacity:.6;transform:scale(1)}40%{opacity:0;transform:scale(2.5)}to{opacity:0;transform:scale(2.5)}}.main__header-block-text{color:var(--secondaryColor);font-size:16px;font-weight:600;font-family:var(--fontFamilyNumbers)}.main__header-block-text.online{margin-left:3px}.main__header-donate-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--secondaryColor);color:#000;font-size:24px;font-weight:500;margin-left:5px}.main__container{display:flex;flex-direction:column;padding-bottom:calc(var(--paddingBottom) + 110px)}.profile{width:100vw;height:calc(100vh + 60px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;margin-top:calc(-1 * var(--paddingTop))}.profile__content{width:100%;flex:1;display:flex;flex-direction:column;position:relative;overflow-y:auto;max-height:100vh;mask-image:linear-gradient(to bottom,transparent 0px,#0F0F0F 0,#0F0F0F 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0px,#0F0F0F 0,#0F0F0F 80%,transparent 100%)}.profile__container{display:flex;flex-direction:column;padding-top:calc(var(--paddingTop) + 10px);padding-bottom:calc(var(--paddingBottom) + 110px);width:calc(100% - 2.5em);margin:0 auto;gap:15px}.profile__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile__header-user{display:flex;align-items:center;gap:10px}.profile__info-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:var(--lightColor)}.profile__info-avatar img{width:100%;height:100%;object-fit:cover}.profile__info-name{color:var(--secondaryColor);font-size:18px;font-weight:500;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile__header-blocks{display:flex;align-items:center;gap:10px}.profile__header-block{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;background-color:var(--lightColor);height:100%;overflow:hidden;cursor:pointer}.profile__header-block-flag{display:flex;align-items:center;gap:5px;border-radius:20px;background-color:var(--lightColor);height:100%;overflow:hidden;cursor:pointer}.profile__header-block.other{padding:5px 15px}.profile__header-block svg,.profile__header-block img{width:20px;height:20px}.profile__header-block-icon{position:relative;width:20px;height:20px}.profile__header-block-icon-flag{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:30px}.profile__header-block-icon img,.profile__header-block-icon svg{position:absolute;top:0;left:0;width:20px;height:20px}.icon-slide-out{height:100%;animation:slideOut .15s ease-in forwards}.icon-slide-in{height:100%;animation:slideIn .15s ease-out forwards}.profile__buttons{display:flex;align-items:center;gap:10px;width:100%}.profile__button{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:5px 15px;border-radius:15px;background-color:var(--lightColor);color:var(--secondaryColor);font-size:16px;font-weight:600;flex:1;border:none;gap:5px}.profile__button svg{margin:0 5px;vertical-align:text-top}.profile__button.add{background-color:var(--mainColor);cursor:pointer}.profile__button-text{color:var(--refTextColor);font-size:14px;font-weight:500}.profile__button-amount{color:var(--secondaryColor);font-size:16px;font-weight:600}.profile__inventory{display:flex;flex-direction:column;gap:10px;background-color:var(--lightColor);padding:15px;border-radius:15px}.profile__inventory-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile__inventory-header-text{color:var(--secondaryColor);font-size:16px;font-weight:500}.profile__inventory-header-button{color:var(--mainColor);font-size:14px;font-weight:500;border:none;cursor:pointer}.profile__inventory-items{display:flex;gap:10px;overflow-x:auto;width:100%}.profile__inventory-item{width:100%;aspect-ratio:1 / 1;border-radius:15px;background-color:var(--darkerColor);border:1px solid var(--borderColor);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.profile__inventory-item:hover{border-color:rgba(var(--mainColorRGB),.35);box-shadow:inset 0 0 0 2px rgba(var(--mainColorRGB),.12)}.profile__referral{display:flex;flex-direction:column;gap:10px;background-color:var(--lightColor);padding:15px;border-radius:10px}.profile__referral-content{display:flex;flex-direction:column;gap:10px}.profile__referral-content-title{margin:0;color:var(--secondaryColor);font-size:16px;font-weight:500}.profile__referral-content-subtitle{color:var(--refTextColor);font-size:12px;font-weight:500}.profile__referral-info{display:flex;align-items:center;gap:10px;width:100%}.profile__referral-info-item{display:flex;flex-direction:column;gap:10px;flex:1;background-color:var(--darkerColor);border:1px solid var(--borderColor);padding:10px;border-radius:15px}.profile__referral-info-item-label{display:flex;align-items:center;gap:5px;color:var(--refTextColor);font-size:12px;font-weight:500}.profile__referral-info-item-value{display:flex;align-items:center;gap:5px;color:var(--secondaryColor);font-size:20px;font-weight:600}.profile__referral-content-buttons{display:flex;align-items:center;gap:10px;width:100%}.profile__referral-content-button{flex:1 1;padding:15px;height:50px;border-radius:10px;background-color:var(--mainColor);color:var(--secondaryColor);font-size:16px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.profile__referral-content-button.copy{flex:0 1;aspect-ratio:1 / 1}.profile__referral-content-button.copy svg{height:20px;width:20px}.profile__withdraw{display:flex;gap:10px;background-color:var(--lightColor);padding:15px;border-radius:10px}.profile__withdraw-content{display:flex;align-items:center;gap:10px;width:100%}.profile__withdraw-content-icon{background-color:rgba(var(--mainColorRGB),.15);padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center}.profile__withdraw-content-info{display:flex;flex-direction:column;flex:1}.profile__withdraw-content-info-title{color:var(--refTextColor);font-size:14px}.profile__withdraw-content-info-value{display:flex;align-items:center;gap:5px;color:var(--secondaryColor);font-size:20px;font-weight:600}.profile__withdraw-content-button{padding:15px;border-radius:15px;background-color:var(--mainColor);color:var(--secondaryColor);font-size:16px;font-weight:600;width:110px;border:none;cursor:pointer}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(30px);opacity:0}}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}*{box-sizing:border-box}.footer{position:fixed;left:50%;bottom:var(--paddingBottom);transform:translate(-50%);width:80%;background:var(--lightColor);padding:0;border-radius:8px;box-shadow:0 0 6px #0a081480;overflow:hidden;z-index:1100}@media (max-width: 768px){.footer{bottom:max(var(--paddingBottom),env(safe-area-inset-bottom))}body:has(input:focus) .footer,body:has(textarea:focus) .footer{visibility:hidden;pointer-events:none}}.menu{display:flex;justify-content:space-around;padding:0;position:relative;border-radius:8px}.menu-link{text-decoration:none;display:flex;justify-content:center;align-items:center;flex:1;position:relative;z-index:2;min-width:70px}.menu-buttons{color:var(--secondaryColor);text-align:center;font-size:10px;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;border-radius:8px;border:none;background:transparent;transition:color .3s;width:100%}.menu-icon{width:18px;height:18px;margin-bottom:4px}.menu-button_active{color:var(--secondaryColor)}.menu-button_inactive{color:var(--refTextColor);opacity:.9}.menu-highlight{position:absolute;top:4px;bottom:4px;left:calc(var(--highlight-left) + 4px);width:calc(var(--highlight-width) - 8px);background:var(--mainColor);border-radius:8px;transition:left .3s,width .3s;z-index:0}:root{--red: #DA1B1B;--redRGB: 218, 27, 27;--green: #1FCC26;--greenRGB: 31, 204, 38;--yellow: #FFB800;--yellowRGB: 255, 184, 0;--paddingBottom: max(calc(var(--tg-safe-area-inset-bottom, 10px) + var(--tg-content-safe-area-inset-bottom, 10px)), 20px);--paddingTop: calc(var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px));--fontFamilyNumbers: font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol}.front__shadow{position:absolute;width:100vw;height:100vh;background:linear-gradient(to bottom,transparent 0%,transparent 75%,rgba(0,0,0,.9) 100%);z-index:9998;pointer-events:none}body{--mainColor: #5B5FEF;--mainColorRGB: 91, 95, 239;--lightColor: #23244A;--darkerColor: #181A36;--darkColor: #101225;--darkColorHeader: rgba(16, 18, 37, .3);--secondaryColor: #FFFFFF;--refTextColor: #A8B0D3;--blockColor: rgba(91, 95, 239, .9);--expressColor: #6C63FF;--borderColor: rgba(255, 255, 255, .09);--successColor: #3FE2A5;--errorColor: #F25F5C;--warningColor: #FFD166}
