/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */.Size100{height:100%;width:100%}.Margin0{margin:0}.Margin5{margin:5px}.Margin10{margin:10px}.Position0{left:0;top:0}.Padding5{padding:5px}.BackgroundImageContainCenter{background-position:50%;background-repeat:no-repeat;background-size:contain}.RowFlex{flex-direction:row}.ColFlex,.RowFlex{align-items:center;display:flex}.ColFlex{flex-direction:column}.FontRegular{font-display:auto;font-family:NovusLight}@font-face{font-family:NovusLight;src:url(Fonts/Novus-Light.rr_1754036420682.woff)}.FontBold{font-display:auto;font-family:NovusRegular}@font-face{font-family:NovusRegular;src:url(Fonts/Novus-Regular.rr_1754036420682.woff)}.FontExtraBold{font-display:auto;font-family:NovusBold}@font-face{font-family:NovusBold;src:url(Fonts/Novus-Bold.rr_1754036420682.woff)}.FontTextField{font-display:fallback;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.unclickable{cursor:default;pointer-events:none}.clickable{cursor:pointer;pointer-events:all}.screenLog{background-color:#222222bb;font-display:fallback;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;left:5px;padding:3px;position:absolute;text-shadow:2px 2px #222}.screenLog.white{border:1px solid #fff;color:#fff}.screenLog.red{border:1px solid #ec0000;color:#ec0000}.screenLog.orange{border:1px solid #e99f00;color:#e99f00}.screenLog.green{border:1px solid #0c4;color:#0c4}.screenLog.blue{border:1px solid #00a2ff;color:#00a2ff}.popupContainer{align-items:center;background-color:rgba(0,0,0,.8);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;-webkit-transition-delay:0s,.3s;-moz-transition-delay:0s,.3s;-o-transition-delay:0s,.3s;transition-delay:0s,.3s;-webkit-transition-duration:.3s,0s;-moz-transition-duration:.3s,0s;-o-transition-duration:.3s,0s;transition-duration:.3s,0s;-webkit-transition-property:opacity,visibility;-moz-transition-property:opacity,visibility;-o-transition-property:opacity,visibility;transition-property:opacity,visibility;visibility:hidden;width:100%}.popupContainer.show{opacity:1;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s,.3s;-moz-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-property:visibility,opacity;-moz-transition-property:visibility,opacity;-o-transition-property:visibility,opacity;transition-property:visibility,opacity;visibility:visible}.popupContainer .popup{background-color:#333;background-image:-moz-linear-gradient(top,#505050,#333);background-image:-webkit-gradient(linear,0 0,0 100%,from(#505050),to(#333));background-image:-webkit-linear-gradient(top,#505050,#333);background-image:-o-linear-gradient(top,#505050,#333);background-image:linear-gradient(180deg,#505050,#333);background-repeat:repeat-x;border-radius:5px;-webkit-box-shadow:0 5px 5px #000;box-shadow:0 5px 5px #000;color:#fffcf3;display:grid;display:-ms-grid;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff505050",endColorstr="#ff333333",GradientType=0);gap:5px;grid-template-columns:1fr;grid-template-rows:auto 1fr 50px;overflow:hidden;padding:10px}.popupContainer .popup>*{min-height:0;min-width:0}@media only screen and (max-width:529px),only screen and (orientation:portrait){.popupContainer .popup{border-radius:0;height:100%}}.popupContainer .popup .popupHeader{border-bottom:2px solid #333;font-display:auto;font-family:NovusBold;font-size:6vmin;grid-column-start:1;grid-row-start:1;padding-bottom:5px}.popupContainer .popup .popupInner{grid-column-start:1;grid-row-start:2;overflow-x:hidden;overflow-y:auto}.popupContainer .popup .popupInner li::marker{color:red}.popupContainer .popup .popupButtons{grid-column-start:1;grid-row-start:3;justify-content:flex-end}.popupContainer .popup .popupButtons,.switchCluster{align-items:center;display:flex;flex-direction:row;gap:5px}.switch{cursor:pointer;display:inline-block;height:34px;min-width:60px;pointer-events:all;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.switch input:checked+.customslider{background-color:#005b3d}.switch input:checked+.customslider:before{background-color:#2b9370;-ms-transform:translateX(26px);-webkit-transform:translateX(26px);-moz-transform:translateX(26px);-o-transform:translateX(26px);transform:translateX(26px)}.customslider{background-color:#fffcf3;bottom:0;cursor:pointer;left:0;right:0;top:0}.customslider,.customslider:before{position:absolute;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.customslider:before{background-color:#232323;bottom:4px;content:"";height:26px;left:4px;width:26px}.customslider.round{border-radius:34px}.customslider.round:before{border-radius:50%}.button{background-color:#f68f1e;border:1px solid #f1830a;border-radius:5px;color:#fffcf3;cursor:pointer;filter:drop-shadow(0 4px #d87509);font-display:auto;font-family:NovusBold;margin-bottom:4px;padding:10px;pointer-events:all;text-align:center}.button:active{filter:drop-shadow(0 0 5px #232323)!important;margin-bottom:0;margin-top:4px}::-webkit-scrollbar{height:5px;width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#666}#gameScreen #gameCon{display:grid;display:-ms-grid;grid-template-columns:1fr;grid-template-rows:40px 1fr}#gameScreen #gameCon>*{min-height:0;min-width:0}@media only screen and (max-width:529px),only screen and (orientation:portrait){#gameScreen #gameCon{grid-template-rows:40px 1fr}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#gameScreen #gameCon{grid-template-rows:30px 1fr}}#gameScreen #gameCon #topBar{align-items:center;background-color:#232323;color:#fff;display:flex;height:40px;justify-content:space-between;padding-left:5px;padding-right:5px}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#gameScreen #gameCon #topBar{height:30px}}#gameScreen #gameCon #topBar .topSection{align-items:center;display:flex;gap:10px;height:80%;justify-content:center}#gameScreen #gameCon #topBar .topSection#title{opacity:0}@media only screen and (max-width:1170px){#gameScreen #gameCon #topBar .topSection#title{opacity:1}}#gameScreen #gameCon #topBar .topSection #balance{display:flex;gap:10px;padding-right:5px}#gameScreen #gameCon #topBar .topSection #gameSettings{cursor:pointer;height:25px;pointer-events:all;position:relative;width:25px}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#gameScreen #gameCon #topBar .topSection #gameSettings{height:20px;width:20px}}#gameScreen #gameCon #topBar .topSection #gameSettings:before{background-image:url(Textures/menu.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:100%;position:absolute;width:100%}#playArea{background-color:#313464;border:1px solid #000;border-top:6px solid #2c2c2c;overflow:hidden;position:relative}#playArea:after{background:url(Textures/patterns/noise.rr_1754036420682.svg) repeat;background-blend-mode:overlay;content:"";cursor:default;height:100%;opacity:.4;pointer-events:none;position:absolute;top:0;width:100%}#playArea #endMultiplierFixedPopup{align-items:center;background-color:#28a909;border:3px solid #1d7906;border-radius:17px;display:flex;flex-direction:row;flex-direction:column;height:40px;justify-content:center;opacity:0;padding:5px 5px 10px;position:absolute;right:10px;top:80px;transition:opacity .3s ease-in-out;z-index:200}#playArea #endMultiplierFixedPopup.show{opacity:1}#playArea #endMultiplierFixedPopup #endMultiplierLabel{align-items:center;color:#fff;display:flex;justify-content:center;min-width:40px;padding-left:5px;padding-right:5px}#playArea #endMultiplierFixedPopup #endMultiplierFixedValue{align-items:center;color:#f2f2f2;display:flex;font-size:14px;justify-content:center;min-width:40px;padding-left:5px;padding-right:5px}#playArea #streak{align-items:center;background-color:#28a909;border:3px solid #1d7906;border-radius:17px;display:flex;flex-direction:row;height:40px;opacity:0;position:absolute;right:10px;top:20px;transition:opacity .3s ease-in-out;z-index:200}#playArea #streak.show{opacity:1}#playArea #streak #streakamount{color:#fff;padding-left:5px}#playArea #streak .gif-container{background-image:url(Textures/Fire.rr_1754036420682.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:32px}#playArea #directionIndicator,#playArea #directionIndicatorLeft{animation:flash 1.5s linear infinite;border-bottom-right-radius:3px;border-right:10px solid #fff;border-top:10px solid #fff;border-top-left-radius:3px;cursor:pointer;display:none;height:50px;opacity:1;position:absolute;transform:translateY(-50%) rotate(45deg);width:50px;z-index:100}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #directionIndicator,#playArea #directionIndicatorLeft{border-right:5px solid #fff;border-top:5px solid #fff;height:30px;width:30px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #directionIndicator,#playArea #directionIndicatorLeft{border-right:5px solid #fff;border-top:5px solid #fff;height:30px;width:30px}}@keyframes flash{0%{opacity:1}50%{opacity:.3}to{opacity:1}}#playArea #directionIndicatorLeft{left:20px;top:56%;transform:translateY(-50%) rotate(-135deg)}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #directionIndicatorLeft{left:35px;top:56%}}#playArea #directionIndicator{right:20px;top:56%}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #directionIndicator{right:35px;top:56%}}#playArea #playAreaInner{container-type:size;align-items:center;display:flex;flex-direction:row;height:calc(100% + 40px);overflow-x:auto;overflow-y:hidden;position:relative;user-select:none;white-space:nowrap}#playArea #playAreaInner #player{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:175px;justify-content:center;pointer-events:none;position:absolute;transform:translate3d(0,-25px,0);width:175px;z-index:20}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner #player{height:125px;width:125px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner #player{height:125px;width:125px}}#playArea #playAreaInner #player #winnings{align-items:center;background-color:#15184acc;border-radius:7px;color:#fff;display:flex;font-family:NovusLight;font-size:14px;height:fit-content;justify-content:center;padding:7px;position:absolute;transform:translateY(275%);width:fit-content}#playArea #playAreaInner #player #winnings.cashout{animation:hoverUp 1s ease-in-out 1;background-color:#36cb12;border:3px solid #2a9c0e;opacity:0;text-shadow:unset;transform:scale(1.2);transform:translateY(175%)}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner #player #winnings{transform:translateY(225%)}}@keyframes hoverUp{0%{opacity:0;transform:translateY(175%) scale(1)}10%{opacity:1;transform:translateY(0) scale(1)}90%{opacity:1;transform:translateY(-100%) scale(1.3)}to{opacity:0;transform:translateY(-175%) scale(1)}}#playArea #playAreaInner #player #playerCanvas{box-sizing:border-box;display:block;height:200px;width:400px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner #player #playerCanvas{height:125px;width:250px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner #player #playerCanvas{height:125px;width:250px}}#playArea #playAreaInner .SafeZone{display:inline-block;height:100%;min-width:170px;width:10cqw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner .SafeZone{min-width:120px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner .SafeZone{min-width:120px}}#playArea #playAreaInner .SafeZone.v1{background-image:url(Textures/Sidewalk01.rr_1754036420682.svg);background-position:99.5% 50%;background-repeat:repeat-y;background-size:contain}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner .SafeZone.v1{background-size:cover}}@media (max-height:724px){#playArea #playAreaInner .SafeZone.v1{background-size:cover}}#playArea #playAreaInner .SafeZone.v2{background-image:url(Textures/Sidewalk02.rr_1754036420682.svg);background-position:left 50%;background-repeat:repeat-y;background-size:contain}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner .SafeZone.v2{background-size:cover}}@media (max-height:724px){#playArea #playAreaInner .SafeZone.v2{background-size:cover}}#playArea #playAreaInner .SafeZone.v3{background-image:url(Textures/Island.rr_1754036420682.svg);background-position:center calc(50% - 10px);background-repeat:repeat-y;background-size:contain;min-width:400px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner .SafeZone.v3{min-width:300px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner .SafeZone.v3{min-width:200px}}#playArea #playAreaInner .path{container-type:size;align-items:center;background-image:linear-gradient(#fff 50%,hsla(0,0%,100%,0) 0);background-position:right 5px;background-repeat:repeat-y;background-size:3px 30px;display:flex;flex-direction:row;height:100%;justify-content:center;min-width:170px;position:relative}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner .path{min-width:120px}}#playArea #playAreaInner .path.noLine{background-image:unset;background-repeat:unset;background-size:unset}#playArea #playAreaInner .path .barricade{background-image:url(Textures/CKNBarricade.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:50cqw;position:absolute;transform:translateY(-9999%);transition:transform .3s;width:50cqw;z-index:15}#playArea #playAreaInner .path .barricade.dropped{transform:translateY(-125%)}#playArea #playAreaInner .path .barricadeCrack{background-image:url(Textures/CKNCrack.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:90cqw;position:absolute;transform:translateY(-55%) scale(0);transition:transform .2s ease-in-out .2s;width:90cqw;z-index:14}#playArea #playAreaInner .path .barricadeCrack.dropped{transform:translateY(-55%) scale(1)}#playArea #playAreaInner .path .clickme{background-image:url(Textures/ClickMe.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;bottom:50%;height:100px;position:absolute;transform:translateY(-25%);width:100px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner .path .clickme{height:90px;width:90px}}#playArea #playAreaInner .path .checkpoint{align-items:center;background-image:url(Textures/Roadcover.rr_1754036420682.svg);background-position:center calc(50% + 5px);background-repeat:no-repeat;background-size:contain;border-radius:50%;color:#fff;display:flex;flex-direction:row;height:50cqw;justify-content:center;opacity:.3;position:relative;text-shadow:#171c4c -1px -2px,#171c4c 0 -2px,#171c4c 1px -2px,#171c4c -2px -1px,#171c4c -1px -1px,#171c4c 0 -1px,#171c4c 1px -1px,#171c4c 2px -1px,#171c4c -2px 0,#171c4c -1px 0,#171c4c 0 0,#171c4c 1px 0,#171c4c 2px 0,#171c4c -2px 1px,#171c4c -1px 1px,#171c4c 0 1px,#171c4c 1px 1px,#171c4c 2px 1px,#171c4c -2px 2px,#171c4c -1px 2px,#171c4c 0 2px,#171c4c 1px 2px,#171c4c 2px 2px,#171c4c -1px 3px,#171c4c 0 3px,#171c4c 1px 3px;width:50cqw}@supports (width:50cqw){#playArea #playAreaInner .path .checkpoint{height:50cqw;width:50cqw}}@supports not (width:50cqw){#playArea #playAreaInner .path .checkpoint{height:20vw;width:20vw}}#playArea #playAreaInner .path .checkpoint .clickme{display:none}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playArea #playAreaInner .path .checkpoint{font-size:10cqw}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playArea #playAreaInner .path .checkpoint{height:40cqw;width:40cqw}}#playArea #playAreaInner .path .checkpoint.active{background-image:url(Textures/Roadcover.rr_1754036420682.svg);cursor:pointer;opacity:1}#playArea #playAreaInner .path .checkpoint.active .clickme{display:block}#playArea #playAreaInner .path .checkpoint.secured{animation:flip .6s linear 1;background-color:transparent;background-image:url(Textures/Crack.rr_1754036420682.svg);font-size:0;height:65cqw;opacity:1;position:relative;width:65cqw;z-index:20}#playArea #playAreaInner .path .checkpoint.secured:before{background-image:url(Textures/Coin.rr_1754036420682.svg);background-repeat:no-repeat;background-size:cover;content:"";height:calc(100% - 15cqw);position:absolute;width:calc(100% - 15cqw);z-index:-1}#playArea #playAreaInner .path .checkpoint.endZone{align-items:center;animation:grow 1s ease-in-out 1;background-color:#be2426;background-image:none;border:3px solid #931c1d;border-radius:7px;color:#fff;display:flex;font-family:NovusLight;font-size:12px;height:fit-content;justify-content:center;opacity:.85;padding:7px 25px 7px 4px;text-shadow:unset;transform:scale(1.3);width:20cqw}#playArea #playAreaInner .path .checkpoint.endZone:after{background-color:#be2426;background-image:url(Textures/ChickenLeg.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:100%;left:50%;min-width:100%;position:absolute;transform:translateX(-50%);width:100%}@keyframes grow{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes flip{0%{transform:scale(0) rotateY(0deg)}to{transform:scale(1) rotateY(1turn)}}#playArea #playAreaInner .path .obstacle{animation:flyDown var(--carspeed) linear 1;background-position:50%;background-repeat:no-repeat;background-size:contain;left:50%;position:absolute;top:0;transform:translate(-50%,-100%);z-index:50}@supports (width:90cqw){#playArea #playAreaInner .path .obstacle{height:180cqw;width:90cqw}}@supports not (width:90cqw){#playArea #playAreaInner .path .obstacle{height:120vw;width:25vw}}#playArea #playAreaInner .path .obstacle.v1{background-image:url(Textures/Car01.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v2{background-image:url(Textures/Car02.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v3{background-image:url(Textures/Car03.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v4{background-image:url(Textures/Car04.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v5{background-image:url(Textures/Car05.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v6{background-image:url(Textures/Car06.rr_1754036420682.svg)}#playArea #playAreaInner .path .obstacle.v7{background-image:url(Textures/Car07.rr_1754036420682.svg)}@keyframes flyDown{0%{opacity:1;transform:translate(-50%,-200%)}to{opacity:1;transform:translate(-50%,100vh)}}.StandardInput{container-type:size;align-items:center;background-color:#333;border-radius:7.5px;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:5px;height:calc(100% - 32px);justify-content:center;padding:10px;position:relative}.StandardInput .inputLabel{background-color:#232323;border-radius:2px;color:#fff;font-family:NovusLight;font-size:12px;left:5px;padding:2px;position:absolute;top:0;transform:translateY(-50%)}@media only screen and (max-width:529px),only screen and (orientation:portrait){.StandardInput .inputLabel{font-size:8px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){.StandardInput .inputLabel{font-size:8px}}.StandardInput.overflown{overflow-x:auto;overflow-y:hidden;padding-bottom:10px;padding-top:10px}.StandardInput .commonStyling,.StandardInput span{align-items:center;background-color:#535353;border-radius:3.75px;color:#fff;display:flex;flex-direction:row;flex-grow:1;justify-content:center;padding:3.75px;white-space:nowrap}.StandardInput span{box-shadow:0 5px 0 0 #323232;cursor:pointer;font-size:50cqh;height:80cqh;max-height:80cqh;min-width:fit-content;width:80cqh}.StandardInput span:active{box-shadow:0 0 0 0 #323232;margin-top:5px}.StandardInput span.largeFont{font-size:80cqh}.StandardInput input{color:#fff;flex-grow:2;text-align:center}@supports (width:50cqw){.StandardInput input{width:50cqw}}@supports not (width:50cqw){.StandardInput input{width:17vw}}.dropSelection{background-color:#333;border-radius:7.5px;display:flex;flex-direction:column;left:0;opacity:0;padding:10px;position:absolute;top:-5px;transform:translateX(-999%);transition:opacity .5s ease 0s,transform 0s ease .1s;width:calc(100% - 15px);z-index:1000}.dropSelection.show{opacity:1!important;transform:translateY(-100%)}.dropSelection .option{align-items:center;color:#ffffffa6;cursor:pointer;display:flex;flex-direction:row;font-family:NovusLight;padding-bottom:2.5px;padding-top:2.5px}.dropSelection .option.selected,.dropSelection .option:hover{color:#fff;font-family:NovusRegular}#playPanel{container-type:size;align-items:center;background-color:#232323;border-radius:15px;bottom:10px;display:grid;display:-ms-grid;gap:10px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;height:60px;left:50%;min-height:60px;padding:15px;position:absolute;transform:translateX(-50%);width:calc(100% - 50px);z-index:50}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playPanel{height:40px;min-height:40px}}#playPanel>*{min-height:0;min-width:0}@media screen and (max-width:1050px){#playPanel{align-items:center;grid-template-columns:1fr 1fr 1fr 1fr 1fr}#playPanel>*{min-height:0;min-width:0}}#playPanel .gameLogo{background-image:url(Textures/CKNLogo.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:101cqh;width:auto}@media screen and (max-width:1050px){#playPanel .gameLogo{display:none}}#playPanel #betSelectionBtn{justify-content:space-between!important}#playPanel .betSelection{font-size:38cqh}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playPanel .betSelection{font-size:85cqh}}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playPanel .betSelection{font-size:50cqh}}#playPanel #betAmount{font-size:50cqh}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playPanel #betAmount{font-size:105cqh}}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playPanel #betAmount{font-size:90cqh}}#playPanel #betActionBtn{align-items:center;background-color:#28a909;display:flex;font-size:40cqh;justify-content:center;text-align:center}@media screen and (max-width:1250px){#playPanel #betActionBtn{font-size:30cqh}}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playPanel #betActionBtn{font-size:20cqh}}#playPanel #betActionBtn.cashout{background-color:#f58708;font-size:40cqh}@media screen and (max-width:1250px){#playPanel #betActionBtn.cashout{font-size:30cqh}}@media only screen and (max-width:529px),only screen and (orientation:portrait){#playPanel #betActionBtn.cashout{font-size:20cqh}}#playPanel #betActionBtn #betAmtLabel{color:#ffffffce;font-family:NovusLight;font-size:35cqh;max-width:30%}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#playPanel #betActionBtn #betAmtLabel{font-size:105cqh}}#autobetStopOnLoss,#autobetStopOnProfit{-moz-appearance:textfield;background:none;background-color:#000;border:2px solid #535353;border-radius:7.5px;color:inherit;color:#acacac;height:35px;outline:none;text-align:center;width:40%}#autobetNumberOfBetsBtn .controls-wrapper{align-items:center;display:flex;gap:5px;justify-content:space-between}.inputBox{align-items:center;display:flex;gap:5px;justify-content:flex-end}.inputBox .inputNoStyle{background:none;border:none;color:inherit;outline:none}.inputBox .inputNoStyle::-webkit-inner-spin-button,.inputBox .inputNoStyle::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inputBox .inputNoStyle{-moz-appearance:textfield}#autobetDifficultySelect,#betDifficultyBtn{justify-content:space-between;padding-left:15px;padding-right:30px;position:relative}#autobetDifficultySelect:after,#betDifficultyBtn:after{background-image:url(Textures/chevron-down.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:2em;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .25s ease;width:2em}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobetDifficultySelect:after,#betDifficultyBtn:after{right:0}}#autobetDifficultySelect.show:after,#betDifficultyBtn.show:after{transform:translateY(-50%) rotate(180deg)}#autobetDifficultySelect{background-color:transparent;width:80px}#closeAutobet{position:absolute;right:0;top:10px}#autobet{cursor:unset;font-size:26cqh;gap:unset;justify-content:space-evenly;white-space:nowrap}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet{font-size:22cqh;justify-content:space-between}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobet{font-size:22cqh;justify-content:space-between}}#autobet #auto-slider:checked+.customslider:before{bottom:50%;transform:translateY(50%) translateX(21px)!important}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet #auto-slider:checked+.customslider:before{transform:translateY(50%) translateX(16px)!important}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobet #auto-slider:checked+.customslider:before{transform:translateY(50%) translateX(14px)!important}}#autobet .switch{height:22px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet .switch{height:18px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobet .switch{height:18px}}#autobet .switch .customslider{left:50%;min-width:50px;transform:translateX(-50%);width:50px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet .switch .customslider{height:25px;left:50%;min-width:40px;top:50%;transform:translateX(-80%) translateY(-50%);width:40px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobet .switch .customslider{height:15px;left:50%;min-width:30px;top:50%;transform:translateX(-125%) translateY(-50%);width:30px}}#autobet .switch .customslider:before{bottom:50%;height:21px;transform:translateY(50%);width:21px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet .switch .customslider:before{height:16px;width:16px}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#autobet .switch .customslider:before{height:12px;left:2px;width:12px}}#autobet #AutoSettings{background-image:url(Textures/dots-vertical.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:100%;min-width:30px;position:relative;width:30px}#autobet #AutoSettings #AutoRemaining{align-items:center;background-color:#232323;border-radius:50%;display:flex;height:17px;justify-content:center;position:absolute;text-align:center;text-indent:0;width:17px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet #AutoSettings #AutoRemaining{font-size:9px;height:13px;width:13px}}#autobetPayoutValue{align-items:center;color:#fff;display:flex;font-size:1em;justify-content:center;padding-right:10%;width:80px}.autoBetNoOption.selected{background-color:#000}.autoBetNoOption.selected:hover{background-color:#000000be}#ResetAllBtn{align-items:center;background-color:#000;border-radius:7.5px;color:#fff;cursor:pointer;display:flex;font-family:NovusLight;height:20px!important;justify-content:center;margin-top:10px}@media only screen and (max-width:529px),only screen and (orientation:portrait){#autobet{font-size:10cqh;justify-content:space-between}#playPanel{display:grid;display:-ms-grid;gap:6.66667px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:150px;padding:7.5px}#playPanel>*{min-height:0;min-width:0}#betInput{grid-column:1;grid-row:1}#betSelectionBtn{grid-column:2;grid-row:1}.overflown{overflow-x:auto;overflow-y:hidden;padding-bottom:0;padding-top:0}#betActionBtn{font-size:18cqh}#betActionBtn #betAmtLabel{font-size:55cqh}.betSelection{font-size:60cqh}#betAmount{font-size:70cqh}#betDifficultyBtn{grid-column:1;grid-row:2}#autobet{grid-column:2;grid-row:2}#betActionBtn{grid-column:1/span 2;grid-row:3;min-height:35px}.gameLogo{display:none}.StandardInput{height:calc(100% - 20px)}.StandardInput span{box-shadow:0 5px 0 0 #323232;height:calc(80cqh + 5px);max-height:calc(80cqh + 5px);min-width:calc(80cqh + 5px);width:calc(80cqh + 5px)}.StandardInput span:active{box-shadow:0 0 0 0 #323232;margin-top:5px}.StandardInput span.largeFont{font-size:80cqh}}.popupCustom{background-color:#232323;border-radius:15px;height:70vh;left:50%;max-height:600px;max-width:430px;padding:57.5px 7.5px 43.75px;position:absolute;top:50%;transform:translate(-50%,-50%);width:60vw;z-index:500}.popupCustom.show{display:block!important;opacity:1}@media only screen and (max-width:529px),only screen and (orientation:portrait){.popupCustom{border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;height:80vh;left:50%;max-height:600px;max-width:98vw;top:unset;transform:translateX(-50%);width:100vw}}.popupCustom label{align-items:center;display:flex;gap:10px}@media only screen and (max-width:529px),only screen and (orientation:portrait){.popupCustom label{font-size:smaller!important}}.popupCustom label .info{background-image:url(Textures/info.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:25px;width:25px}.popupCustom.unlockedMobile{border-radius:15px;height:70vh;left:50%;padding-bottom:35px;padding-top:45px;top:50%;transform:translate(-50%,-50%);width:90vw}.popupCustom .popupCustomInner{border-radius:7.5px;display:flex;flex-direction:column;gap:10px;height:calc(100% - 15px);overflow-x:hidden;overflow-y:auto;width:100%}.popupCustom hr{border:none;border-top:1px solid #535353;margin:4px 0;width:100%}.InputCon{align-items:center;background-color:#333;border-radius:15px;display:inline-flex;font-family:NovusRegular;gap:5px;height:40px;justify-content:space-between;padding:7.5px;text-indent:5px;width:calc(100% - 15px)}.InputCon>label{color:#fff;font-size:1em;user-select:none;white-space:nowrap}.controls-wrapper{background-color:transparent;display:inline-flex}.controls-wrapper,.controls-wrapper span{align-items:center;justify-content:center}.controls-wrapper span{background-color:#535353;border-radius:7.5px;box-shadow:0 5px,2 0 0 #323232;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;margin-bottom:2.5px;margin-top:0;text-indent:0;user-select:none;width:32px}.controls-wrapper span:active{box-shadow:0 0 0 0 #323232;margin-bottom:0;margin-top:2.5px}.controls-wrapper .inputNoStyle{background:none;border:none;color:#fff;font-size:1em;outline:none;text-align:center;width:80px}.controls-wrapper .inputNoStyle:focus,.controls-wrapper span:hover{background-color:#555}.button{background-color:#06f;border-color:#06f;border-radius:7.5px;box-shadow:none;color:#fff;filter:none;font-family:NovusRegular}.button.dark{background-color:#000;border-color:#000}.closeBtnVariant{background-color:#535353;border-color:#535353}#popupDescriptionCon{color:#fff;padding:15px}#popupDescriptionCon p{font-family:NovusLight;font-size:14px}#popupDescriptionCon h1{font-size:18px}#popupDescriptionCon.betHistory{display:flex;flex-direction:column;gap:10px;width:100%}#popupDescriptionCon .historyRow{display:flex;width:100%}#popupDescriptionCon .historyItem{color:#fff;flex:1 1 0;font-family:NovusLight;font-size:13px;min-width:0;padding:0 1cqw}#popupDescriptionCon .historyRow .historyItem:first-child{flex:2 1 0}#popupDescriptionCon .historyItem:empty:before{content:"\00a0"}.closeBtn{position:absolute;right:10px;top:10px}#videoSpace{color:#fff;height:250px;margin-left:auto;margin-right:auto;text-align:center;width:95%}#videoSpace #tutorialVideo{height:100%;width:100%}#headerTitle{color:#fff;text-align:center;width:100%}.guideContainer{display:flex;flex-direction:column;gap:10px;padding:15px}.guideContainer .guideLabel{color:#fff;font-family:NovusLight}.guideContainer .guideImg{background-position:50%;background-repeat:no-repeat;background-size:contain;height:140px;width:100%}.guideContainer .guideImg.guide01{background-image:url(Textures/guide01.rr_1754036420682.webp)}.guideContainer .guideImg.guide02{background-image:url(Textures/guide02.rr_1754036420682.webp)}.guideContainer .guideImg.guide03{background-image:url(Textures/guide03.rr_1754036420682.webp)}.guideContainer .guideImg.guide04{background-image:url(Textures/guide04.rr_1754036420682.webp);height:200px}.guideContainer .guideImg.guide05{background-image:url(Textures/guide05.rr_1754036420682.webp)}.guideContainer .guideImg.guide06{background-image:url(Textures/guide06.rr_1754036420682.webp)}.guideContainer .guideImg.guide07{background-image:url(Textures/guide07.rr_1754036420682.webp)}.guideContainer .guideImg.guide08{background-image:url(Textures/guide08.rr_1754036420682.webp)}#sideMenu{background-color:#292929;display:flex;flex-direction:column;gap:25px;height:100vh!important;min-width:200px;padding:15px 20px 20px;position:absolute;right:-100%;top:0;transition:right .3s;width:25vw!important;z-index:300}#sideMenu .cstmLogo{background-image:url(Textures/CKNLogo.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block!important;height:100px;width:100%;width:auto}#sideMenu #sideMenuClose{display:flex;justify-content:flex-end;padding-bottom:0}#sideMenu.show{right:0}#sideMenu #switches{container-type:size;display:flex;flex-direction:column;gap:10px;height:fit-content;min-height:50px}#sideMenu #switches .setting{color:#fff;display:flex;font-size:min(20px,14cqw);height:40px;justify-content:space-between;width:100%}#sideMenu .version{bottom:50px;color:#ffffffb0;position:absolute;right:10px}#sideMenu .button{background-color:#06f;border-color:#06f;border-radius:7.5px;box-shadow:none;color:#fff;filter:none;font-family:NovusRegular}#sideMenu .button.dark{background-color:#000;border-color:#000}body,html{user-drag:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;font-display:auto;font-family:NovusLight;height:100%;margin:0;overflow:hidden!important;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}:root{--tableSize:min(1000px,80vmin);--sideMenuWidth:-20vw}@media only screen and (max-width:529px),only screen and (orientation:portrait){:root{--tableSize:100vmin}}.inputNoStyle{background:none;border:none;color:inherit;outline:none}.inputNoStyle::-webkit-inner-spin-button,.inputNoStyle::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inputNoStyle{-moz-appearance:textfield}*{font-family:NovusRegular}.closeBtn{background-image:url(Textures/close.rr_1754036420682.svg);cursor:pointer;height:35px;margin-right:10px;width:35px}.disabled{opacity:.6;pointer-events:none!important;user-select:none!important}#menu{background-color:#000000b9;height:100%;overflow:hidden;pointer-events:all;position:absolute;top:0;width:100%;z-index:290}#offerScreen{container-type:size;background-color:#232323;color:#ffffffc7;overflow:hidden}#offerScreen>div{align-items:center;display:grid;display:-ms-grid;grid-template-columns:auto;grid-template-rows:2fr 1fr 2fr;justify-items:center}#offerScreen>div>*{min-height:0;min-width:0}#offerScreen #offerLogo{background-image:url(Textures/CKNLogo.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:90% 90%;height:100%;margin-top:10cqh;max-width:500px;width:100%}#offerScreen #offerDetails{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:5cqh;max-width:500px;width:100%}#offerScreen #offerDetails #offerTitle{color:#fff;font-size:5cqh}#offerScreen #offerDetails #offerDescription{color:#fff;font-size:3cqh}#offerScreen #offerDetails #offerExpiry{margin-top:1cqh}#offerScreen #offerDetails #offerLabel{color:#fbd73f;margin-top:1cqh}#offerScreen #offerDetails #offerUpcoming{color:#fff}#offerScreen #offerActions{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;max-width:250px;width:100%}#offerScreen #offerActions .button{height:4cqh;max-height:25px}#offerScreen #offerActions #playLater{cursor:pointer;font-size:1.5cqh;margin-top:12px}#offerScreen #offerActions #offerReject{background-image:url(Textures/trash-can.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:80% 80%;border:2px solid #fff;border-radius:25px;cursor:pointer;height:100%;margin-top:5cqh;max-height:50px;max-width:50px;width:100%}#offerScreen #offerActions #offerReject:hover{background-color:#3d3d3d}#offerScreen #offerActions #offerAccept{background-color:#28a909;border:1px solid #28a909;font-size:2cqh;width:100%}#offerPopup{background-color:#000000af;bottom:0;height:100%;opacity:0;pointer-events:all;position:absolute;width:100%;z-index:650}#offerPopup.show{opacity:1;pointer-events:all}#offerPopup .commonSettingsBtn{align-items:center;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;max-width:fit-content;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:45vw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#offerPopup .commonSettingsBtn{font-size:16px!important;max-width:unset;width:35vw}}#offerPopup #offerPopup-content{background-blend-mode:overlay;background-color:#232323;border:2px solid #000;border-radius:25px;height:40vh;left:50%;max-width:500px;overflow:hidden;pointer-events:all;position:absolute;top:50%;transform:translate(-50%,-50%);width:85vw;z-index:151;z-index:101}@media only screen and (max-width:529px),only screen and (orientation:portrait){#offerPopup #offerPopup-content{height:60vh;max-width:100vw;width:95vw}}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#offerPopup #offerPopup-content{height:90vh;width:90vw}}#offerPopup #offerPopup-content #titleTopbar{border-bottom:2px solid #807f7f;padding-left:15px;padding-top:5px;width:100%}#offerPopup #offerPopup-content #actionBar,#offerPopup #offerPopup-content #titleTopbar{align-items:center;background-color:#232323;color:#fff;display:flex;font-size:22px;height:40px;justify-content:space-between}#offerPopup #offerPopup-content #actionBar{border-top:2px solid #807f7f;padding:10px;width:calc(100% - 20px)}#offerPopup #offerPopup-content #actionBar #skipOffers{align-items:center;background-color:#232323;border:1px solid #232323;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;max-width:fit-content;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:45vw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#offerPopup #offerPopup-content #actionBar #skipOffers{font-size:16px!important;max-width:unset;width:35vw}}#offerPopup #offerPopup-content #actionBar #gotoOffers{align-items:center;background-color:#28a909;border:1px solid #28a909;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;margin-left:auto;max-width:fit-content;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:45vw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#offerPopup #offerPopup-content #actionBar #gotoOffers{font-size:16px!important;max-width:unset;width:35vw}}#offerPopup #offerPopup-content #offerContent{container-type:size;align-items:center;color:#fff;display:flex;flex-direction:column;height:calc(100% - 125px);justify-content:center;padding-top:20px;position:relative;width:100%}#offerPopup #offerPopup-content #offerContent #offerPopupTitle{font-size:7cqw;padding-left:15px;padding-right:15px;text-align:center}#offerPopup #offerPopup-content #offerContent #offerDesc{color:#ffffff99;font-size:4cqw;padding-left:15px;padding-right:15px;text-align:center}#freeSpinsNotification{align-items:center;animation:bell-ring 3s ease-in-out infinite;background-color:#000;border:1px solid #fff;border-radius:17px;cursor:pointer;display:flex;flex-direction:row;flex-direction:column;height:fit-content;height:50px;justify-content:center;left:10px;opacity:1;padding:5px;position:absolute;text-align:center;top:20px;transform-origin:50% 0;transition:opacity .3s ease-in-out;width:50px;z-index:200}#freeSpinsNotification.show{opacity:1}#freeSpinsNotification #freeSpinAlert{align-items:center;background-color:#28a909;border-radius:40%;color:#fff;display:flex;height:20px;justify-content:center;position:absolute;right:-5px;text-indent:1px;top:-5px;width:20px}#freeSpinsNotification #freeSpinLabel{background-image:url(Textures/gift-outline.rr_1754036420682.svg);background-position:50%;background-size:contain;height:100%;width:100%}@keyframes bell-ring{0%,25%,to{transform:rotate(0deg)}5%{transform:rotate(-10deg)}10%{transform:rotate(10deg)}15%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}}#ui{left:0;position:absolute!important;top:0}#ui,#ui .screen{height:100%;width:100%}#ui .screen{display:none;opacity:0}#ui .screen>div{height:100%;width:100%}#ui #smallpopup{align-items:center;background:hsla(0,0%,100%,.97);border-radius:25px;box-shadow:0 4px 10px hsla(0,0%,100%,.4);display:flex;justify-content:center;left:50%;min-height:40px;min-width:150px;padding:10px;position:fixed;top:30px;transform:translateX(-50%);z-index:1000}#ui .smallpopupShow{animation:showPopup .2s 3 forwards;display:flex}#ui .smallpopupHide{display:none!important}@keyframes showPopup{0%{transform:translate(-50%)}25%{transform:translate(-50%) rotate(4deg)}50%{transform:translate(-50%)}75%{transform:translate(-50%) rotate(-4deg)}to{transform:translate(-50%)}}#ui #splashScreen{background-color:#232323;overflow:hidden}#ui #splashScreen>div{align-items:center;display:grid;display:-ms-grid;grid-template-columns:auto;grid-template-rows:1fr 2fr 1fr 1fr 1fr;justify-items:center}#ui #splashScreen>div>*{min-height:0;min-width:0}#ui #splashScreen>div .logoVideo{background-image:url(Textures/CKNLogo.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:90% 90%;border-radius:15px;grid-column-start:1;grid-row-start:2;height:35vmin;padding:15px;width:60vmin}#ui #splashScreen>div #loadingIndicatorContainer{grid-column-start:1;grid-row-start:4;position:relative}#ui #splashScreen>div #loadingIndicatorContainer #loadingIndicator{-ms-animation:spin 1s linear;-webkit-animation:spin 1s linear;-o-animation:spin 1s linear;-moz-animation:spin 1s linear;animation:spin 1s linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border:16px solid #fff;border-radius:50%;border-top-color:#232323;height:15vmin;width:15vmin}@media only screen and (max-width:529px),only screen and (orientation:portrait){#ui #splashScreen>div #loadingIndicatorContainer #loadingIndicator{height:20vmin;width:20vmin}}#ui #splashScreen>div #loadingIndicatorContainer #loadingPercentage{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:3vmin;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:529px),only screen and (orientation:portrait){#ui #splashScreen>div #loadingIndicatorContainer #loadingPercentage{font-size:5vmin}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}#ui #splashScreen>div #loadingNextContainer{grid-column-start:1;grid-row-start:4}#ui #splashScreen>div #loadingNextContainer #loadingNext{background-image:url(Textures/play.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:none;filter:alpha(opacity=0);filter:drop-shadow(0 8px 0 #000000);height:15vmin;opacity:0;pointer-events:all;width:15vmin}@media only screen and (max-width:529px),only screen and (orientation:portrait){#ui #splashScreen>div #loadingNextContainer #loadingNext{height:25vmin;width:25vmin}}#ui #splashScreen>div #loadingNextContainer #loadingNext:active{filter:drop-shadow(0 0 0 #232323);margin-top:16px}#ui .switchCluster{align-items:center;display:flex;flex-direction:row;gap:5px}#ui .switch{cursor:pointer;display:inline-block;height:34px;min-width:60px;pointer-events:all;position:relative;width:60px}#ui .switch input{height:0;opacity:0;width:0}#ui .switch input:checked+.customslider{background-color:#06f}#ui .switch input:checked+.customslider:before{background-color:#fff;-ms-transform:translateX(26px);-webkit-transform:translateX(26px);-moz-transform:translateX(26px);-o-transform:translateX(26px);transform:translateX(26px)}#ui .customslider{background-color:#a5a5a5;bottom:0;cursor:pointer;left:0;right:0;top:0}#ui .customslider,#ui .customslider:before{position:absolute;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}#ui .customslider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}#ui .customslider.round{border-radius:34px}#ui .customslider.round:before{border-radius:50%}#ui #errorScreen{background-color:#232323;overflow:hidden}#ui #errorScreen>div{align-items:center;color:#fff;display:grid;display:-ms-grid;grid-template-columns:auto;grid-template-rows:4fr auto auto 1fr;justify-items:center}#ui #errorScreen>div>*{min-height:0;min-width:0}#ui #errorScreen>div .logoVideo{background-image:url(Textures/CKNLogo.rr_1754036420682.svg);background-position:50%;background-repeat:no-repeat;background-size:90% 90%;border-radius:15px;grid-column-start:1;grid-row-start:1;height:35vmin;padding:15px;width:60vmin}#ui #errorScreen>div #errorHeader{font-display:auto;font-family:NovusRegular;font-size:7vmax;grid-column-start:1;grid-row-start:2;margin:10px;text-align:center}#ui #errorScreen>div #errorDescription{grid-column-start:1;grid-row-start:3;margin:10px;text-align:center}#ui #errorScreen>div #restartButton{background-color:#28a909;border:2px solid #1d7906;filter:drop-shadow(0 5px #1d7906);grid-column-start:1;grid-row-start:4;margin-bottom:5px}#tutorialOverlay{background-color:#232323;border:2px solid #000;border-radius:15px;height:80vh;left:50%;max-width:500px;overflow:hidden;pointer-events:all;position:absolute;top:50%;transform:translate(-50%,-50%);width:85vw;z-index:151;z-index:101}@media only screen and (max-width:529px),only screen and (orientation:portrait){#tutorialOverlay{height:98vh;max-width:100vw;width:98vw}}#tutorialOverlay #titleTopbar{border-bottom:2px solid #807f7f;padding-left:15px;padding-top:5px;width:100%}#tutorialOverlay #actionBar,#tutorialOverlay #titleTopbar{align-items:center;background-color:#232323;color:#fff;display:flex;font-size:22px;height:40px;justify-content:space-between}#tutorialOverlay #actionBar{container-type:size;border-top:2px solid #807f7f;padding:10px;width:calc(100% - 20px)}#tutorialOverlay #actionBar .commonSettingsBtn{align-items:center;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;max-width:25cqw;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:25cqw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#tutorialOverlay #actionBar .commonSettingsBtn{font-size:16px!important;max-width:unset;width:35vw}}#tutorialOverlay #actionBar #PreviousStep{align-items:center;background-color:#232323;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;max-width:25cqw;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:25cqw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#tutorialOverlay #actionBar #PreviousStep{font-size:16px!important;max-width:unset;width:35vw}}#tutorialOverlay #actionBar #NextStep{align-items:center;background-color:#28a909;border-radius:7px;color:#fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:5px;margin-left:auto;max-width:25cqw;min-height:35px;padding-left:10px;padding-right:10px;white-space:nowrap;width:25cqw}@media only screen and (max-width:529px),only screen and (orientation:portrait){#tutorialOverlay #actionBar #NextStep{font-size:16px!important;max-width:unset;width:35vw}}#tutorialOverlay #slide-Inner{container-type:size;align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:column;gap:35px;height:calc(100% - 125px);padding-top:20px;position:relative;width:100%}#tutorialOverlay #slide-Inner.slide01{background-image:url(Textures/Silde01.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide02{background-image:url(Textures/Silde02.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide03{background-image:url(Textures/Slide03.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide04{background-image:url(Textures/Slide04.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide05{background-image:url(Textures/Slide05.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide06{background-image:url(Textures/Slide06.rr_1754036420682.webp)}#tutorialOverlay #slide-Inner.slide07{background-image:url(Textures/Slide07.rr_1754036420682.webp)}#tutorialOverlay #SkipStep{background-image:url(Textures/close.rr_1754036420682.svg);cursor:pointer;height:35px;position:absolute;right:10px;top:5px;width:35px}#tutorialOverlay #StepProgression{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:center;margin-top:-10px;padding:2px}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#tutorialOverlay #StepProgression{padding:0}}#tutorialOverlay #StepProgression .dot{border:1px solid #fff;border-radius:50%;height:10px;width:10px}@media only screen and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse),only screen and (orientation:landscape) and (min-device-pixel-ratio:1) and (max-height:900px) and (pointer:coarse){#tutorialOverlay #StepProgression .dot{height:5px;width:5px}}#tutorialOverlay #StepProgression .dot.active{background-color:#fff}