.logo{width:200px;height:200px}.logo__image{width:100%;height:100%;display:block;object-fit:contain}.loading-spinner{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.loading-spinner__ring{width:54px;height:54px;display:flex;align-items:center;justify-content:center;animation:spin 1s linear infinite}.loading-spinner__image{width:100%;height:100%;display:block;object-fit:contain}.loading-spinner__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Circle Rounded Alt,sans-serif;font-size:14px;font-weight:700;color:#fff;letter-spacing:.02em;pointer-events:none}.loading-screen{position:relative;width:500px;min-height:100vh;height:100%;background-color:#ed1c29;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between}.loading-screen__container{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.loading-screen__spinner{position:absolute;bottom:135px;left:50%;transform:translate(-50%)}@media (max-height: 900px){.loading-screen__logo{transform:scale(.9)}.loading-screen__spinner{bottom:150px}}@media (max-height: 820px){.loading-screen__logo{transform:scale(.8);margin-top:-20px}.loading-screen__spinner{bottom:140px}}@media (max-height: 667px){.loading-screen__logo{transform:scale(.7);margin-top:-40px}.loading-screen__spinner{bottom:130px}}.consent-screen{position:relative;width:500px;min-height:100vh;height:100%;background-color:#ed1c29;margin:0 auto;display:flex;flex-direction:column;box-sizing:border-box;padding:0 20px}.consent-screen__container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;padding-top:30px}.consent-screen__logo{transition:transform .4s ease-out,margin-top .4s ease-out}.consent-screen__logo--entering{animation:logoMoveUp .4s ease-out forwards}@keyframes logoMoveUp{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.consent-screen__consent-panel{position:absolute;top:60%;left:50%;transform:translate(-50%) translateY(50px);background-color:#fff;border-radius:30px;padding:30px;width:calc(100% - 40px);max-width:390px;display:flex;flex-direction:column;gap:30px;box-sizing:border-box;opacity:0;transition:opacity .4s ease-out,transform .4s ease-out;overflow:hidden}.consent-screen__consent-panel--entering{animation:panelSlideUp .4s ease-out .2s forwards}@keyframes panelSlideUp{0%{opacity:0;transform:translate(-50%) translateY(80px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.consent-screen__consent-row{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 0;width:100%;min-width:0;overflow:hidden}.consent-screen__checkbox-label{display:flex;flex-direction:row;align-items:center;cursor:pointer;flex-shrink:0}.consent-screen__checkbox{width:25px;height:25px;min-width:25px;border:1.5625px solid #DBDCDF;border-radius:6.25px;background-color:#fff;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;flex-shrink:0}.consent-screen__checkbox:checked{background-color:#ed1c29;border-color:#ed1c29}.consent-screen__checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:700;line-height:1}.consent-screen__consent-link{display:flex;flex:1;min-width:0;text-decoration:none;cursor:pointer}.consent-screen__consent-text{max-width:100%;width:100%;height:auto;min-width:0;display:block;object-fit:contain}.consent-screen__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:20px 45px;width:100%;max-width:330px;height:56px;border:none;border-radius:10px;cursor:pointer;font-family:Cera Condensed Pro,"Rostic's Cera",Montserrat,Arial,sans-serif;font-weight:500;font-size:18px;line-height:1em;transition:all .3s ease;white-space:nowrap;margin:0 auto;background-color:#fe7179;color:#fff;pointer-events:none;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.consent-screen__button:focus{outline:none;box-shadow:none}.consent-screen__button:active{outline:none;box-shadow:none}.consent-screen__button--active{background-color:#ed1c29;pointer-events:auto}.consent-screen__button--active:hover{background-color:#d01922}.consent-screen__button--active:focus{outline:none;box-shadow:none}.consent-screen__button--active:active{outline:none;box-shadow:none;background-color:#d01922}.consent-screen__button:disabled{opacity:1}.consent-screen__button-icon{width:15px;height:auto;display:block}.consent-screen__button-text{font-family:Cera Condensed Pro,"Rostic's Cera",Montserrat,Arial,sans-serif;font-weight:500;font-size:18px;line-height:1em;color:#fff;white-space:nowrap}@media (max-height: 900px){.consent-screen__logo{transform:scale(.9)}.consent-screen__logo--entering{animation:logoMoveUp .4s ease-out forwards}@keyframes logoMoveUp{0%{transform:scale(.9) translateY(0)}to{transform:scale(.9) translateY(-100px)}}}@media (max-height: 820px){.consent-screen__logo{transform:scale(.8);margin-top:-20px}.consent-screen__logo--entering{animation:logoMoveUp820 .4s ease-out forwards}@keyframes logoMoveUp820{0%{transform:scale(.8) translateY(0)}to{transform:scale(.8) translateY(-100px)}}}@media (max-height: 667px){.consent-screen__logo{transform:scale(.7);margin-top:-40px}.consent-screen__logo--entering{animation:logoMoveUp667 .4s ease-out forwards}@keyframes logoMoveUp667{0%{transform:scale(.7) translateY(0)}to{transform:scale(.7) translateY(-100px)}}.consent-screen{padding-bottom:20px}.consent-screen__consent-panel{padding:20px;gap:20px}}@media (max-width: 430px){.consent-screen__consent-panel{max-width:calc(100% - 40px);padding:20px}.consent-screen__consent-text{max-width:100%;width:100%}.consent-screen__button{max-width:100%;padding:22px 20px}}.button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:20px 45px;width:100%;max-width:330px;height:56px;background-color:#ed1c29;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.button:hover{background-color:#d01922;transform:translateY(-2px);box-shadow:0 4px 12px #ed1c294d}.button:active{transform:translateY(0);box-shadow:0 2px 6px #ed1c2933}.button:focus{outline:none}.button:focus:not(:active){transform:translateY(0);box-shadow:none}.button--secondary{background-color:#fff;border:1px solid #A2A2A7;color:#1d1d1b}.button--secondary:hover{background-color:#f5f5f5;box-shadow:0 4px 12px #0000001a}.button--secondary .button__text{color:#1d1d1b}.button__icon{width:15px;height:auto;display:block}.button__icon--back{transform:rotate(180deg)}.button__text{font-family:Cera Condensed Pro,"Rostic's Cera",Montserrat,Arial,sans-serif;font-weight:500;font-size:18px;line-height:1em;color:#fff;white-space:nowrap}.welcome-content{background-color:#fff;border-radius:30px 30px 0 0;padding:40px 20px;min-height:430px;box-sizing:border-box;position:relative;overflow:hidden;--welcome-content-height: 430px}.welcome-content__body{width:100%}.welcome-content__body.entering{animation:slideInFromRight .3s ease-out forwards}.welcome-content__container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;margin-top:20px}.welcome-content__graphic{width:390px;max-width:100%;height:auto;display:block;object-fit:contain}.welcome-content__button{width:100%;max-width:330px}@media (max-height: 820px){.welcome-content{padding:32px 20px;min-height:320px;--welcome-content-height: 320px}.welcome-content__container{gap:28px;margin-top:18px}.welcome-content__graphic{width:360px}}@media (max-height: 667px){.welcome-content{padding:25px 16px;min-height:320px;--welcome-content-height: 320px}.welcome-content__container{gap:20px;margin-top:12px}.welcome-content__graphic{width:310px}}.progress-indicators{width:94px;height:8px}.progress-indicators__image{width:100%;height:100%;display:block;object-fit:contain}.welcome-screen{position:relative;width:500px;min-height:100vh;margin:0 auto;background-color:#ed1c29;overflow:hidden}.welcome-screen__illustration{position:absolute;left:50%;transform:translate(-50%);width:clamp(420px,112%,570px);max-width:none;height:auto;pointer-events:none;bottom:calc(var(--welcome-content-height, 430px) - 70px)}.welcome-screen__content{width:100%;z-index:2}.welcome-screen__indicators{position:absolute;top:-20px;left:50%;transform:translate(-50%,-50%);z-index:3}.welcome-screen__content-wrapper{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center}@media (max-height: 900px){.welcome-screen__illustration{width:clamp(400px,110%,540px);bottom:calc(var(--welcome-content-height, 430px) - 50px)}}@media (max-height: 820px){.welcome-screen__illustration{width:clamp(420px,112%,560px);bottom:calc(var(--welcome-content-height, 320px) - 10px)}.welcome-screen__indicators{top:-20px}}@media (max-height: 667px){.welcome-screen__illustration{width:clamp(400px,110%,540px);bottom:calc(var(--welcome-content-height, 320px) - 55px)}.welcome-screen__indicators{top:-20px}}.rules-content{background-color:#fff;border-radius:30px 30px 0 0;padding:35px 20px;min-height:430px;position:relative;overflow:hidden}.rules-content__body{width:100%}.rules-content__body.entering{animation:slideInFromRight .3s ease-out forwards}.rules-content__container{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:100%;margin-top:20px}.rules-content__content-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.rules-content__image{width:351px;height:215px;display:block;object-fit:contain}.rules-content--large .rules-content__image{max-width:390px;width:100%;height:auto}@media (max-height: 820px){.rules-content{padding:32px 20px;min-height:320px}.rules-content__container{gap:28px;margin-top:18px}.rules-content--large .rules-content__image{max-width:360px}}@media (max-height: 667px){.rules-content{padding:25px 20px;min-height:320px}.rules-content__container{gap:20px;margin-top:12px}.rules-content__image{width:350px;height:214px}.rules-content--large .rules-content__image{max-width:310px;height:auto}}.progress-indicators-page2{width:94px;height:8px}.progress-indicators-page2__image{width:100%;height:100%;display:block;object-fit:contain}.rules-screen{position:relative;width:500px;min-height:100vh;margin:0 auto;background-color:#ed1c29;overflow:hidden;display:flex;flex-direction:column}.rules-screen__top{flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center;padding:0 0 10px;box-sizing:border-box}.rules-screen__illustration{width:305px;max-width:100%;height:auto;pointer-events:none}.rules-screen__content{width:100%;z-index:2}.rules-screen__indicators{position:absolute;top:-20px;left:50%;transform:translate(-50%,-50%);z-index:3}.rules-screen__bottom{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}@media (max-height: 820px){.rules-screen__top{padding:0 0 6px}.rules-screen__illustration{width:285px}}@media (max-height: 667px){.rules-screen__top{padding:0}.rules-screen__illustration{width:315px}}.lives-content{background-color:#fff;border-radius:30px 30px 0 0;padding:35px 20px;min-height:430px;position:relative;overflow:hidden}.lives-content__body{width:100%}.lives-content__body.entering{animation:slideInFromRight .3s ease-out forwards}.lives-content__container{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:100%;margin-top:20px}.lives-content__content-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.lives-content__image{width:100%;max-width:351px;height:215px;display:block;object-fit:contain}.lives-content--large .lives-content__image{max-width:390px;height:auto}@media (max-height: 820px){.lives-content{padding:32px 20px;min-height:320px}.lives-content__container{gap:28px;margin-top:18px}.lives-content--large .lives-content__image{max-width:360px}}@media (max-height: 667px){.lives-content{padding:25px 20px;min-height:320px}.lives-content__container{gap:20px;margin-top:12px}.lives-content__image{max-width:350px;height:214px}.lives-content--large .lives-content__image{max-width:310px}}.progress-indicators-page3{width:94px;height:8px}.progress-indicators-page3__image{width:100%;height:100%;display:block;object-fit:contain}.lives-screen{position:relative;width:500px;min-height:100vh;margin:0 auto;background-color:#ed1c29;overflow:hidden;display:flex;flex-direction:column}.lives-screen__top{flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center;padding:0 0 10px;box-sizing:border-box}.lives-screen__illustration{width:320px;max-width:100%;height:auto;pointer-events:none;display:block;margin:0 auto}.lives-screen__content{width:100%;z-index:2}.lives-screen__indicators{position:absolute;top:-20px;left:50%;transform:translate(-50%,-50%);z-index:3}.lives-screen__bottom{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}@media (max-height: 820px){.lives-screen__top{padding:0 0 6px}.lives-screen__illustration{width:300px}}@media (max-height: 667px){.lives-screen__top{padding:0}.lives-screen__illustration{width:310px}}.bonuses-content{background-color:#fff;border-radius:30px 30px 0 0;padding:35px 20px;min-height:430px;position:relative;overflow:hidden}.bonuses-content__body{width:100%}.bonuses-content__body.entering{animation:slideInFromRight .3s ease-out forwards}@keyframes slideInFromRight{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.bonuses-content__container{display:flex;flex-direction:column;align-items:center;gap:40px;max-width:100%;margin-top:20px}.bonuses-content__content-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.bonuses-content__image-link{display:block;width:100%;text-decoration:none;cursor:pointer;outline:none;margin:0 auto}.bonuses-content__image-link:focus{outline:none}.bonuses-content__image{width:100%;max-width:333px;height:201px;display:block;object-fit:contain;margin:0 auto}.bonuses-content--large .bonuses-content__image{max-width:390px;height:auto}@media (max-height: 820px){.bonuses-content{padding:32px 20px;min-height:320px}.bonuses-content__container{gap:28px;margin-top:18px}.bonuses-content--large .bonuses-content__image{max-width:360px}}@media (max-height: 667px){.bonuses-content{padding:25px 20px;min-height:320px}.bonuses-content__container{gap:20px;margin-top:12px}.bonuses-content__image{max-width:335px;height:202px}.bonuses-content--large .bonuses-content__image{max-width:310px}}.progress-indicators-page4{width:94px;height:8px}.progress-indicators-page4__image{width:100%;height:100%;display:block;object-fit:contain}.bonuses-screen{position:relative;width:500px;min-height:100vh;margin:0 auto;background-color:#ed1c29;overflow:hidden;display:flex;flex-direction:column}.bonuses-screen__top{flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0 12px;box-sizing:border-box}.bonuses-screen__illustration{width:280px;max-width:100%;height:auto;pointer-events:none}.bonuses-screen__content{width:100%;z-index:2}.bonuses-screen__indicators{position:absolute;top:-20px;left:50%;transform:translate(-50%,-50%);z-index:3}.bonuses-screen__bottom{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:0;box-sizing:border-box}@media (max-height: 820px){.bonuses-screen__top{padding:15px 0 8px}.bonuses-screen__illustration{width:260px}}@media (max-height: 667px){.bonuses-screen__top{padding:10px 0 4px}.bonuses-screen__illustration{width:250px}}.bonuses-screen--details .bonuses-screen__top{padding-top:0}@media (max-height: 820px){.bonuses-screen--details .bonuses-screen__top{padding-top:0}}@media (max-height: 667px){.bonuses-screen--details .bonuses-screen__top{padding-top:0}}.progress-indicators-page5{width:94px;height:8px}.progress-indicators-page5__image{width:100%;height:100%;display:block;object-fit:contain}.bonuses-details-screen{position:relative;width:500px;min-height:100vh;margin:0 auto;background-color:#ed1c29;overflow:hidden;display:flex;flex-direction:column}.bonuses-details-screen__top{flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center;padding:40px 0 12px;box-sizing:border-box;isolation:isolate;position:relative;z-index:1}.bonuses-details-screen__illustration{width:350px;max-width:100%;height:auto;pointer-events:none;margin-left:10px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;position:relative;z-index:2;will-change:transform}.bonuses-details-screen__content{width:100%;z-index:2;padding:25px 20px!important}.bonuses-details-screen__indicators{position:absolute;top:-20px;left:50%;transform:translate(-50%,-50%);z-index:3}.bonuses-details-screen__bottom{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:0;box-sizing:border-box}@media (max-height: 820px){.bonuses-details-screen__top{padding:28px 0 8px}.bonuses-details-screen__illustration{width:320px}}@media (max-height: 667px){.bonuses-details-screen__top{padding:24px 0 4px}.bonuses-details-screen__illustration{width:280px}}.user-rating-card{background-color:#ed1c29;border-radius:14.4px;padding:20px;box-shadow:0 1px 3px 1px #0000001a,0 1px 2px -1px #0000001a;position:relative;width:100%;box-sizing:border-box}.user-rating-card__header{position:relative;width:100%;margin-bottom:0;height:50px;display:flex;align-items:flex-start;justify-content:center;padding-top:10px}.user-rating-card__badge{position:absolute;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;z-index:3}.user-rating-card__badge-image{width:168.55px;height:29.5px;display:block}.user-rating-card__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 0;height:25px}.user-rating-card__player-info{display:flex;flex-direction:row;align-items:center;gap:20px;height:19px}.user-rating-card__rank-wrapper{width:24px;height:19px;display:flex;align-items:center;justify-content:flex-start}.user-rating-card__rank{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:17px;line-height:1.2;letter-spacing:0;color:#fff;text-align:left}.user-rating-card__name{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:17px;line-height:1.2;letter-spacing:0;color:#fff}.user-rating-card__score{display:flex;flex-direction:row;align-items:center;gap:10px}.user-rating-card__score-icon{width:25px;height:25px;display:block}.user-rating-card__score-value{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:900;font-size:24px;line-height:1em;color:#fff;text-align:right}.rating-player-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 0;width:100%;box-sizing:border-box}.rating-player-row--top-three{height:50px;border-bottom:1px solid #ED1C29}.rating-player-row--top-three:last-child{border-bottom:none}.rating-player-row--top-three.rating-player-row--has-border{border-bottom:1px solid #ED1C29}.rating-player-row--top-three.rating-player-row--has-border:last-child{border-bottom:none}.rating-player-row--has-border{border-bottom:1px solid #E4E4E7}.rating-player-row--has-border:last-child{border-bottom:none}.rating-player-row__player-info{display:flex;flex-direction:row;align-items:center;gap:20px;height:19px}.rating-player-row--top-three .rating-player-row__player-info{height:auto}.rating-player-row__rank-wrapper{width:24px;height:19px;display:flex;align-items:center;justify-content:flex-start}.rating-player-row__rank{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:17px;line-height:1.2;letter-spacing:0;color:#71717b;text-align:left}.rating-player-row__rank--top-three{font-size:20px;line-height:1;letter-spacing:0;color:#ed1c29}.rating-player-row__name{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:17px;line-height:1.2;letter-spacing:0;color:#09090b;text-align:left}.rating-player-row__name--top-three{font-size:20px;line-height:1.2;letter-spacing:0;color:#09090b;font-weight:400}.rating-player-row__score{display:flex;flex-direction:row;align-items:center;justify-content:center}.rating-player-row__score--top-three{gap:10px}.rating-player-row__score-icon{width:25px;height:25px;display:block}.rating-player-row__score-value{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:900;font-size:24px;line-height:1em;color:#000;text-align:right;width:55px;height:16px;display:flex;align-items:center;justify-content:flex-end}.rating-player-row__score-value--top-three{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:900;font-size:27px;line-height:1em;color:#ed1c29;width:auto;height:auto}.top-three-card{background:linear-gradient(-45deg,#fff,#fbd2d4);border:1px solid #E4E4E7;border-radius:14.4px;padding:21px 20px 20px 21px;box-shadow:0 1px 3px 1px #0000001a,0 1px 2px -1px #0000001a;width:100%;box-sizing:border-box}.top-three-card__header{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:5px;padding-top:0}.top-three-card__star{position:absolute;width:50px;height:51px;left:-20px;top:32px;display:block;z-index:1}.top-three-card__title-image{width:150px;height:26.25px;display:block}.top-three-card__players{display:flex;flex-direction:column;width:100%;position:relative;z-index:2}@media (max-width: 430px){.top-three-card{height:auto;padding:1px 20px 15px 21px}.top-three-card__header{padding-top:21px}.top-three-card__star{top:50px!important;left:-20px!important}}@media (max-height: 700px){.top-three-card{height:auto;padding:1px 15px 8px;margin-top:15px;margin-bottom:15px}.top-three-card__header{padding-top:21px}.top-three-card__star{top:45px;left:-25px}}.rating-list{background-color:#fff;border:1px solid #E4E4E7;border-radius:14.4px;padding:3px 20px;box-shadow:0 1px 3px 1px #0000001a,0 1px 2px -1px #0000001a;width:100%;box-sizing:border-box}.rating-list__players{display:flex;flex-direction:column;width:100%}.back-button-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:30px 0;border-top:1px solid #DBDCDF;background-color:#fff;box-sizing:border-box}.back-button-wrapper__container{width:100%;max-width:330px;display:flex;justify-content:center;align-items:center}.back-button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 110px;width:100%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",Montserrat,sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap;box-sizing:border-box}.back-button--primary{background-color:#ed1c29;color:#fff}.back-button--primary:hover{background-color:#d01922}.back-button__icon{width:15px;height:auto;transform:rotate(180deg);display:block}.back-button__text{font-size:18px;font-family:Cera Condensed Pro,"Rostic's Cera",Montserrat,sans-serif;white-space:nowrap}.rating-content{background-color:#fff;border-radius:30px 30px 0 0;width:100%;max-width:500px;margin:0 auto;box-sizing:border-box;position:relative;padding-top:10px;overflow-x:hidden;touch-action:pan-y}.rating-content.entering{animation:slideInFromBottom .25s ease-out}.rating-content.exiting{animation:slideOutToBottom .25s ease-in}@keyframes slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.rating-content__container{display:flex;flex-direction:column;width:100%;padding:0 40px;box-sizing:border-box;overflow-x:hidden}.rating-content__content{display:flex;flex-direction:column;gap:20px;width:100%;max-width:370px;margin:0 auto;max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:hidden;padding-right:0;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-y}.rating-content__content::-webkit-scrollbar{display:none}.rating-content__user-card-section{position:relative;width:100%;margin-top:120px}.rating-content__chefburger{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:105%;max-width:350px;height:auto;z-index:1;pointer-events:none}.rating-content__chefburger-overlay{position:absolute;top:-40px;left:48%;transform:translate(-50%);width:82%;max-width:270px;height:auto;z-index:3;pointer-events:none}.rating-content__user-card-wrapper{position:relative;width:100%;z-index:2}.rating-content__user-card{width:100%;position:relative;z-index:2}.rating-content__top-three,.rating-content__list{width:100%}.rating-content__gradient-overlay{position:absolute;bottom:50px;left:0;right:0;height:145px;background:linear-gradient(180deg,#ed1c2900,#ed1c29);opacity:.4;pointer-events:none;z-index:1}.rating-content__back-button{position:relative;z-index:2;margin-bottom:40px;margin-left:-40px;margin-right:-40px;width:calc(100% + 80px)}@media (max-width: 430px){.rating-content__container{padding:0 20px}.rating-content__back-button{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}}.rating-screen{position:relative;width:500px;min-height:100vh;height:932px;background-color:#dbdcdf;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow:hidden}@media (max-height: 800px){.rating-screen{height:100vh;overflow-y:hidden}}.rating-screen:before{content:"";position:absolute;top:0;left:0;width:110%;height:100%;background-image:url(/assets/game-background-Cw6LaLrA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.rating-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000 72%,#000),#7d7d7d26;backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);z-index:1}.rating-screen__content{width:100%;position:relative;z-index:10;box-sizing:border-box;margin-top:70px}.meet-content{background-color:#fff;border-radius:30px;padding:30px 20px 40px;width:calc(100% - 14px);max-width:390px;min-width:280px;min-height:511px;margin:0 auto;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.meet-content.entering{animation:fadeIn .25s ease-out;padding-top:30px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.meet-content__container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:330px}.meet-content__illustration{margin-bottom:0}.meet-content__illustration-image{width:100%;height:auto;max-width:258px}.meet-content__title{margin-bottom:30px}.meet-content__title-image{width:100%;height:auto;max-width:220px}.meet-content__input-group{width:100%;max-width:300px;margin-bottom:30px;display:flex;flex-direction:column;gap:6px}.meet-content__input-wrapper{position:relative;width:100%}.meet-content__input{width:100%;height:50px;padding:20px 40px 20px 10px;border:1px solid #DBDCDF;border-radius:10px;font-family:"Rostic's Cera",Montserrat,sans-serif;font-weight:500;font-size:16px;line-height:1em;color:#1d1d1b;background-color:#fff;outline:none;transition:border-color .2s;text-align:left}.meet-content__input::placeholder{color:#a2a2a7}.meet-content__input:focus{border-color:#ed1c29}.meet-content__input--error{border-color:#ed1c29}.meet-content__error-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px}.meet-content__error-message{font-family:"Rostic's Cera",Montserrat,sans-serif;font-weight:500;font-size:12px;line-height:1em;color:#ed1c29;text-align:center}.meet-content .button{max-width:300px}@media (max-height: 667px){.meet-content{padding:20px 15px 30px;min-height:350px;width:calc(100% - 10px);max-width:350px}.meet-content__container{max-width:260px;gap:15px}.meet-content__illustration-image{max-width:180px}.meet-content__title-image{max-width:160px}.meet-content__input-group{max-width:300px;margin-bottom:10px}.meet-content__title{margin-bottom:20px}.meet-content .button{max-width:300px;margin-bottom:30px}}.meet-screen{position:relative;width:100%;max-width:500px;height:100%;min-height:100vh;background-color:#ed1c29;margin:0 auto;padding:0 15px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.meet-screen__content{width:100%;padding:0 7px;box-sizing:border-box}@media (max-height: 667px){.meet-screen{padding:0 10px}}.main-menu-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:5px;align-items:center}.main-menu-actions__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:18px;line-height:1em;transition:all .3s ease;white-space:nowrap}.main-menu-actions__button--primary{background-color:#ed1c29;color:#fff}.main-menu-actions__button--primary:hover{background-color:#d01922}.main-menu-actions__button--secondary{background-color:#fff;border:1px solid #A2A2A7;color:#000}.main-menu-actions__button--secondary:hover{background-color:#f5f5f5}.main-menu-actions__button--settings{margin-bottom:10px}.main-menu-actions__button-icon{width:26px;height:26px}@media (max-width: 430px){.main-menu-actions__button{padding:12px;font-size:18px}.main-menu-actions__button-icon{width:20px;height:20px}}@media (max-height: 700px){.main-menu-actions__button{padding:10px;font-size:18px;height:55px}.main-menu-actions__button-icon{width:18px;height:18px}}.main-menu-content{background-color:#fff;border-radius:30px;padding:25px;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:28px;box-sizing:border-box}.main-menu-content__title{width:100%;height:auto;max-width:316px;margin-top:10px}.main-menu-content__rating-section{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.main-menu-content__rating-block{background:#ed1c29;border-radius:14.4px;padding:12px 18px;box-shadow:0 1px 3px 1px #0000001a,0 1px 2px -1px #0000001a;box-sizing:border-box;width:88%;max-width:300px;min-height:80px;margin:80px auto 0;transition:transform .2s ease,box-shadow .2s ease;color:#fff;position:relative;z-index:2}.main-menu-content__rating-frame-top,.main-menu-content__rating-frame-bottom{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.main-menu-content__rating-frame-top{top:50px;width:78%;max-width:260px;z-index:3}.main-menu-content__rating-frame-bottom{bottom:70px;width:118%;max-width:350px;z-index:1}.main-menu-content__rating-block:hover{transform:translateY(-2px);box-shadow:0 4px 6px 2px #00000026,0 2px 4px -1px #00000026}.main-menu-content__rating-block:active{transform:translateY(0);box-shadow:0 1px 3px 1px #0000001a,0 1px 2px -1px #0000001a}.main-menu-content__rating-title{width:auto;height:24px;margin:0 auto 8px;display:block;max-width:100%}.main-menu-content__rating-info{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.main-menu-content__player-info{display:flex;align-items:center;gap:20px}.main-menu-content__rank,.main-menu-content__name{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:17px;line-height:1.2;color:#fff}.main-menu-content__score-info{display:flex;align-items:center;gap:10px}.main-menu-content__star{width:18px;height:18px;font-size:18px;margin-top:-6px;color:#fff}.main-menu-content__score{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:900;font-size:18px;line-height:1em;color:#fff}.main-menu-content__actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:-10px;align-items:center}.main-menu-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:12px;width:88%;height:56px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:16px;line-height:1em;transition:all .3s ease;white-space:nowrap}.main-menu-content__button--primary{background-color:#ed1c29;color:#fff}.main-menu-content__button--primary:hover{background-color:#d01922}.main-menu-content__button--secondary{background-color:#fff;border:1px solid #A2A2A7;color:#000}.main-menu-content__button--secondary:hover{background-color:#f5f5f5}.main-menu-content__button--settings{margin-bottom:10px}.main-menu-content__button-icon{width:20px;height:20px}@media (max-height: 700px){.main-menu-content{padding:16px;gap:18px}.main-menu-content__rating-frame-top{top:70px}.main-menu-content__rating-frame-bottom{bottom:90px}.main-menu-content__title{max-width:260px}.main-menu-content__button{padding:10px;font-size:15px;height:55px}.main-menu-content__button-icon{width:18px;height:18px}.main-menu-content__rating-block{height:auto;min-height:75px;padding:15px 15px 8px;margin-top:100px;margin-bottom:15px;width:88%;max-width:300px}.main-menu-content__rating-title{height:22px;margin:0 auto 6px}.main-menu-content__rank,.main-menu-content__name,.main-menu-content__score{font-size:16px}.main-menu-content__star{width:16px;height:16px;font-size:16px}}.main-menu-screen{position:relative;width:500px;min-height:100vh;height:932px;background-color:#dbdcdf;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}@media (max-height: 800px){.main-menu-screen{height:100vh;overflow-y:hidden}}.main-menu-screen:before{content:"";position:absolute;top:0;left:0;width:110%;height:100%;background-image:url(/assets/game-background-Cw6LaLrA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.main-menu-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000 72%,#000),#7d7d7d26;backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);z-index:1}.main-menu-screen__content{padding:0 25px;position:relative;z-index:10;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.main-menu-screen__legal{position:absolute;left:50%;bottom:20px;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;width:100%;max-width:380px;padding:0 25px;box-sizing:border-box;z-index:11}.main-menu-screen__legal-link{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-size:11px;line-height:1.3;color:#ffffffd9;text-decoration:none;transition:opacity .2s ease;white-space:nowrap;flex-shrink:0;outline:none}.main-menu-screen__legal-link:focus{outline:none}.main-menu-screen__legal-link:hover{color:#fff}.settings-content{background-color:#fff;border-radius:30px;padding:30px;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:30px;box-sizing:border-box}.settings-content__title{width:100%;height:auto;max-width:170px;margin-bottom:0}.settings-content__toggle-item{width:100%;max-width:330px;height:60px;margin-top:10px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.settings-content__toggle-item:focus,.settings-content__toggle-item:focus-visible,.settings-content__toggle-item:active{outline:none}.settings-content__toggle-image{width:100%;height:100%;object-fit:contain}.settings-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:100%;max-width:330px;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap;margin-top:10px}.settings-content__actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:300px}.settings-content__button-icon{transform:rotate(180deg)}.settings-content__button--primary{background-color:#ed1c29;color:#fff}.settings-content__button--primary:hover{background-color:#d01922}.settings-content__button-text{white-space:nowrap}@media (max-width: 430px){.settings-content{padding:25px;gap:20px}.settings-content__title{max-width:150px}.settings-content__toggle-item{max-width:290px;height:50px}.settings-content__button{width:100%;max-width:290px;padding:18px 45px;font-size:18px;height:60px}}@media (max-height: 700px){.settings-content{padding:25px;gap:25px}.settings-content__title{max-width:130px}.settings-content__toggle-item{max-width:270px;height:46px}.settings-content__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.settings-screen{position:relative;width:500px;min-height:100vh;height:932px;background-color:#dbdcdf;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}@media (max-height: 800px){.settings-screen{height:100vh;overflow-y:hidden}}.settings-screen:before{content:"";position:absolute;top:0;left:0;width:110%;height:100%;background-image:url(/assets/game-background-Cw6LaLrA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.settings-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000 72%,#000),#7d7d7d26;backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);z-index:1}.settings-screen__content{padding:0 25px;position:relative;z-index:10;box-sizing:border-box}@media (max-width: 430px){.settings-screen__content{padding:0 25px}}.time-illustration{margin-bottom:0;display:flex;justify-content:center;align-items:center;width:100%}.time-illustration__image{width:100%;height:auto;max-width:220px;display:block}@media (max-width: 430px){.time-illustration__image{max-width:200px}}@media (max-height: 700px){.time-illustration__image{max-width:180px}}.time-description{display:flex;justify-content:center;align-items:center;width:100%}.time-description__text{font-family:"Rostic's Cera",Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1em;text-align:center;color:#000;margin:0;padding:0;width:100%}@media (max-width: 430px){.time-description__text{font-size:14px}}@media (max-height: 700px){.time-description__text{font-size:13px}}.time-timer-block{background-color:#f5f5f5;border:1px solid #EEEEEE;border-radius:10px;padding:22px 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:87%;max-width:330px;box-sizing:border-box}.time-timer-block__label{font-family:"Rostic's Cera",Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1em;text-align:center;color:#000;margin:0;padding:0;width:100%;max-width:270px}.time-timer-block__time{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:60px;line-height:1em;text-align:center;text-transform:uppercase;color:#000;margin:0;padding:0}@media (max-width: 430px){.time-timer-block{padding:18px 10px;gap:15px}.time-timer-block__label{font-size:14px}.time-timer-block__time{font-size:60px}}@media (max-height: 700px){.time-timer-block{padding:15px 10px;gap:12px}.time-timer-block__label{font-size:13px}.time-timer-block__time{font-size:50px}}.time-content{background-color:#fff;border-radius:30px;padding:25px 30px;width:100%;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:30px;box-sizing:border-box}.time-content__illustration{margin-bottom:0}.time-content__description{width:100%;max-width:330px}.time-content__timer{width:87%;margin-top:5px;margin-bottom:5px}@media (max-width: 430px){.time-content{padding:25px 13px;gap:20px}.time-content__timer{margin-top:5px;margin-bottom:5px}}@media (max-height: 700px){.time-content{padding:15px;gap:15px}.time-content__timer{margin-top:5px;margin-bottom:5px}}.time-screen{position:relative;width:500px;min-height:100vh;height:932px;background-color:#dbdcdf;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}@media (max-height: 800px){.time-screen{height:100vh;overflow-y:hidden}}.time-screen:before{content:"";position:absolute;top:0;left:0;width:110%;height:100%;background-image:url(/assets/game-background-Cw6LaLrA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.time-screen:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000 72%,#000),#7d7d7d26;backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);z-index:1}.time-screen__content{padding:0 25px;position:relative;z-index:10;box-sizing:border-box}.game-top-bar{width:100%;height:150px;background-color:#ed1c29;border-radius:0 0 30px 30px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 16.5px 16.5px;box-sizing:border-box;position:relative;z-index:100}.game-top-bar__score{display:flex;align-items:center;gap:4px}.game-top-bar__score-icon{width:20px;height:20px;flex-shrink:0}.game-top-bar__score-value{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:18px;line-height:1em;color:#fff;text-align:left}.game-top-bar__timer{position:absolute;left:50%;bottom:16.5px;transform:translate(-50%);display:flex;align-items:center}.game-top-bar__timer-slot{position:relative;width:40px;height:40px;flex-shrink:0}.game-top-bar__timer-slot+.game-top-bar__timer-slot{margin-left:-10px}.game-top-bar__timer-digit{width:40px;height:40px;flex-shrink:0}.game-top-bar__timer-digit--base{display:block}.game-top-bar__timer-digit--foreground{position:absolute;top:0;left:0}.game-top-bar__timer-digit--falling{animation:game-top-bar-life-fall .5s ease-in forwards}@keyframes game-top-bar-life-fall{0%{transform:translateY(0) scale(1) rotate(0);opacity:1}60%{transform:translateY(25px) scale(.95) rotate(45deg);opacity:.85}to{transform:translateY(90px) scale(.6) rotate(90deg);opacity:0}}.game-top-bar__right{display:flex;align-items:center;gap:20px}.game-top-bar__lives{display:flex;align-items:center;gap:20.66px;outline:none;-webkit-tap-highlight-color:transparent}.game-top-bar__lives:active,.game-top-bar__lives:focus{outline:none;background-color:transparent}.game-top-bar__lives-icon,.game-top-bar__lives-icon--sound{width:21.34px;height:17.23px}.game-top-bar__lives-number{width:13.34px;height:20px}.game-header{width:100%;position:relative;z-index:10;box-sizing:border-box}.game-content{width:100%;position:relative;z-index:1;box-sizing:border-box;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:29px}.game-content__container{width:100%;max-width:380px;position:relative;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-end;z-index:1}.game-content__basket{position:fixed;bottom:-50px;left:50%;transform:translate(-50%);width:380px;max-width:100%;height:150px;display:flex;align-items:center;justify-content:center}.game-content__basket-image{width:120px;height:120px;cursor:move;-webkit-user-select:none;user-select:none;pointer-events:auto;display:block;margin-bottom:200px}.game-content__basket>div{display:inline-block}.game-content__falling-item{position:absolute;top:-60px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;animation:fallDown 4s linear forwards;pointer-events:none;z-index:1}.game-content__falling-item--paused{animation-play-state:paused}.game-content__falling-item-image{width:100%;height:100%;object-fit:contain}@keyframes fallDown{0%{top:-60px;opacity:1}to{top:calc(100vh - 85px);opacity:1}}.game-content__score-animation{position:fixed;font-family:"Rostic's Cera",sans-serif;font-weight:700;font-size:24px;color:#fff;z-index:100;pointer-events:none;animation:scorePopUp 1s ease-out forwards;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@keyframes scorePopUp{0%{opacity:0;transform:translateY(0) scale(.5)}50%{opacity:1;transform:translateY(-30px) scale(1.2)}to{opacity:0;transform:translateY(-60px) scale(1)}}.pause-content{background-color:#fff;border-radius:30px;padding:25px;width:100%;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:30px;box-sizing:border-box}.pause-content__title{width:100%;height:auto;max-width:100px;margin-bottom:0}.pause-content__toggle-item{width:100%;max-width:330px;height:60px;margin-top:10px;cursor:pointer}.pause-content__toggle-image{width:100%;height:100%;object-fit:contain}.pause-content__restart-title{width:100%;height:auto;max-width:300px;margin-bottom:0}.pause-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap}.pause-content__actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:330px;margin-top:10px}.pause-content__button--primary{background-color:#ed1c29;color:#fff}.pause-content__button--primary:hover{background-color:#d01922}.pause-content__button--secondary{background-color:#fff;color:#000;border:1px solid #A2A2A7}.pause-content__button--secondary:hover{background-color:#f5f5f5}.pause-content__button-icon{width:16px;height:16px;flex-shrink:0}.pause-content__button--secondary .pause-content__button-icon{width:14px;height:16px}.pause-content__button-text{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;white-space:nowrap}@media (max-width: 430px){.pause-content{padding:25px;gap:20px}.pause-content__title{max-width:100px}.pause-content__toggle-item{max-width:290px;height:50px}.pause-content__restart-title{max-width:260px}.pause-content__button{width:100%;max-width:300px;padding:18px 45px;font-size:18px;height:60px}}@media (max-height: 700px){.pause-content{padding:25px;gap:15px}.pause-content__title{max-width:90px;margin-top:10px}.pause-content__toggle-item{max-width:270px;height:46px}.pause-content__restart-title{max-width:240px;margin-top:10px}.pause-content__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.pause-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-height:100vh;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;z-index:1000;animation:fadeIn .3s ease-out forwards}.pause-screen.pause-screen--closing{animation:fadeOut .3s ease-out forwards}@media (max-height: 800px){.pause-screen{height:100vh;overflow-y:hidden}}.pause-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:0}.pause-screen:after{display:none}.pause-screen__content{padding:0 25px;position:relative;z-index:10;box-sizing:border-box;animation:slideUp .3s ease-out forwards}.pause-screen--closing .pause-screen__content{animation:slideDown .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}@media (max-width: 430px){.pause-screen__content{padding:0 25px}}.win-content{background-color:#fff;border-radius:30px;padding:30px;width:100%;max-width:390px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px;box-sizing:border-box}.win-content__hero{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.win-content__hero-image{width:120px;height:120px}.win-content__headline{width:100%;max-width:320px;height:auto;display:block}.win-content__score{display:flex;align-items:center;gap:12px;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:32px;line-height:1em;color:#1b1b1f;margin-top:10px;margin-bottom:-15px}.win-content__score-star{font-size:28px;color:#ffdb5d;display:inline-flex;align-items:center;justify-content:center}.win-content__score-value{font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;min-width:80px;text-align:center}.win-content__divider{display:block;width:100%;max-width:250px;height:4px;background-color:#ed1c29;border-radius:999px}.win-content__description-image{width:100%;max-width:330px;height:auto;display:block}.win-content__actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:330px;margin-top:10px}.win-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap;text-decoration:none}.win-content__button--primary{background-color:#ed1c29;color:#fff}.win-content__button--primary:hover:not(:disabled){background-color:#d01922}.win-content__button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.win-content__button--secondary{background-color:#fff;color:#000;border:1px solid #a2a2a7}.win-content__button--secondary:hover{background-color:#f5f5f5}.win-content__button-icon{width:16px;height:16px;flex-shrink:0}.win-content__button--secondary .win-content__button-icon{width:14px;height:16px}.win-content__button-icon--dark{filter:brightness(0)}.win-content__button-icon--loading{animation:spin 1s linear infinite}.win-content__button-text{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;white-space:nowrap}.win-content__button-text--dark{color:#000}@media (max-width: 430px){.win-content{padding:20px;gap:24px}.win-content__hero-image{width:110px;height:110px}.win-content__headline{max-width:280px}.win-content__score{font-size:28px}.win-content__score-star{font-size:26px}.win-content__button{width:100%;max-width:300px;padding:18px 45px;font-size:18px;height:60px}}@media (max-height: 700px){.win-content{padding:18px;gap:20px}.win-content__hero{gap:16px}.win-content__headline{max-width:260px}.win-content__score{font-size:26px}.win-content__score-star{font-size:24px}.win-content__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.win-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-height:100vh;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;z-index:1000;animation:win-fade-in .3s ease-out forwards}.win-screen.win-screen--closing{animation:win-fade-out .3s ease-out forwards}@media (max-height: 800px){.win-screen{height:100vh;overflow-y:hidden}}.win-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:0}.win-screen:after{display:none}.win-screen__content{width:100%;padding:0 25px;position:relative;z-index:10;box-sizing:border-box;animation:win-slide-up .3s ease-out forwards}.win-screen--closing .win-screen__content{animation:win-slide-down .3s ease-out forwards}@keyframes win-fade-in{0%{opacity:0}to{opacity:1}}@keyframes win-fade-out{0%{opacity:1}to{opacity:0}}@keyframes win-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes win-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}@media (max-width: 430px){.win-screen__content{padding:0 25px}}.loss-content{background-color:#fff;border-radius:30px;padding:30px;width:100%;max-width:390px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;box-sizing:border-box}.loss-content__hero{display:flex;flex-direction:column;align-items:center;width:100%}.loss-content__hero-image{width:120px;height:120px}.loss-content__headline{width:100%;max-width:320px;height:auto;display:block}.loss-content__score{margin-top:-20px;margin-bottom:-15px}.loss-content__score-icon{width:25px;height:25px;flex-shrink:0}.loss-content__score-value{min-width:90px;text-align:center}.loss-content__divider{display:block;width:100%;max-width:250px;height:4px;background-color:#ed1c29;border-radius:999px}.loss-content__info{width:100%;max-width:250px;height:auto;display:block}.loss-content__timer{display:flex;flex-direction:column;align-items:center;gap:12px;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;color:#1b1b1f;width:87%;max-width:330px;padding:18px 24px;border:1px solid #eeeeee;border-radius:10px;background-color:#f5f5f5}.loss-content__timer-label{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:15px;text-align:center}.loss-content__timer-text{display:block;font-family:Cera Pro Black,Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:60px;letter-spacing:-.02em;line-height:1em}.loss-content__timer-value{width:100%;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;text-align:center}.loss-content__actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:330px;margin-top:10px}.loss-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap;text-decoration:none}.loss-content__button--primary{background-color:#ed1c29;color:#fff}.loss-content__button--primary:hover:not(:disabled){background-color:#d01922}.loss-content__button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.loss-content__button--secondary{background-color:#fff;color:#000;border:1px solid #a2a2a7}.loss-content__button--secondary:hover{background-color:#f5f5f5}.loss-content__button-icon{width:16px;height:16px;flex-shrink:0}.loss-content__button-icon--dark{filter:brightness(0)}.loss-content__button-icon--loading{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loss-content__button-text{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;white-space:nowrap}.loss-content__button-text--dark{color:#000}@media (max-width: 430px){.loss-content{padding:20px;gap:20px}.loss-content__hero-image{width:110px;height:110px}.loss-content__headline{max-width:380px}.loss-content__timer-text{font-size:60px}.loss-content__button{width:100%;max-width:300px;padding:18px 45px;font-size:18px}}@media (max-height: 700px){.loss-content{padding:18px;gap:20px}.loss-content__hero-image{width:110px;height:110px}.loss-content__headline{max-width:380px}.loss-content__timer-text{font-size:60px}.loss-content__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.loss-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-height:100vh;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;z-index:1050;animation:loss-screen-fade-in .3s ease-out forwards}.loss-screen.loss-screen--closing{animation:loss-screen-fade-out .3s ease-out forwards}.loss-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:0}.loss-screen__content{width:100%;padding:0 25px;position:relative;z-index:10;box-sizing:border-box;animation:loss-screen-slide-up .3s ease-out forwards}.loss-screen--closing .loss-screen__content{animation:loss-screen-slide-down .3s ease-out forwards}@keyframes loss-screen-fade-in{0%{opacity:0}to{opacity:1}}@keyframes loss-screen-fade-out{0%{opacity:1}to{opacity:0}}@keyframes loss-screen-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes loss-screen-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.win-bonus-hero{display:flex;flex-direction:column;align-items:center}.win-bonus-hero__image{width:120px;height:120px}@media (max-width: 430px){.win-bonus-hero__image{width:110px;height:110px}}.win-bonus-promo{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.win-bonus-promo__banner{width:100%;max-width:330px;height:auto;display:block}.win-bonus-promo__card{width:87%;max-width:330px;padding:20px 16px;border:2px dashed #ed1c29;border-radius:10px;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;gap:20px;box-sizing:border-box}.win-bonus-promo__text{margin:0;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:15px;color:#1b1b1f;text-align:center}.win-bonus-promo__code{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.win-bonus-promo__code-value{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:600;font-size:40px;line-height:1em;text-transform:uppercase;color:#1b1b1f}.win-bonus-promo__copy-button{display:inline-flex;align-items:center;gap:8px;padding:5px 20px;border:1px solid #a2a2a7;border-radius:5px;background-color:#fff;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-size:16px;transition:background-color .3s ease}.win-bonus-promo__copy-button:hover{background-color:#f5f5f5}.win-bonus-promo__copy-icon{width:13px;height:15px}.win-bonus-promo__copy-label{color:#1b1b1f}@media (max-width: 430px){.win-bonus-promo__card{padding:16px 14px}.win-bonus-promo__code-value{font-size:32px}}.win-bonus-actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:330px}.win-bonus-actions__button{display:flex;align-items:center;justify-content:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;text-decoration:none}.win-bonus-actions__button--primary{background-color:#ed1c29;color:#fff}.win-bonus-actions__button--primary:hover{background-color:#d01922}.win-bonus-actions__button--secondary{background-color:#fff;color:#000;border:1px solid #a2a2a7}.win-bonus-actions__button--secondary:hover{background-color:#f5f5f5}.win-bonus-actions__icon{width:16px;height:16px;flex-shrink:0}.win-bonus-actions__icon--dark{filter:brightness(0)}.win-bonus-actions__label{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;white-space:nowrap}.win-bonus-actions__label--dark{color:#000}@media (max-width: 430px){.win-bonus-actions__button{width:100%;max-width:300px;padding:18px 45px;font-size:18px}}@media (max-height: 700px){.win-bonus-actions__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.win-bonus{background-color:#fff;border-radius:30px;padding:30px;width:100%;max-width:390px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px;box-sizing:border-box}@media (max-width: 430px){.win-bonus{padding:20px;gap:24px}}@media (max-height: 700px){.win-bonus{padding:18px;gap:20px}}.win-bonus-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-height:100vh;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;z-index:1100;animation:win-bonus-fade-in .3s ease-out forwards}.win-bonus-screen.win-bonus-screen--closing{animation:win-bonus-fade-out .3s ease-out forwards}.win-bonus-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:0}.win-bonus-screen__content{width:100%;padding:0 25px;position:relative;z-index:10;box-sizing:border-box;animation:win-bonus-slide-up .3s ease-out forwards}.win-bonus-screen--closing .win-bonus-screen__content{animation:win-bonus-slide-down .3s ease-out forwards}@keyframes win-bonus-fade-in{0%{opacity:0}to{opacity:1}}@keyframes win-bonus-fade-out{0%{opacity:1}to{opacity:0}}@keyframes win-bonus-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes win-bonus-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.no-lives__content{width:100%;max-width:500px;margin:0 auto;padding:0;position:relative;z-index:10;box-sizing:border-box}.no-lives-content{background-color:#fff;border-radius:30px;padding:18px;width:100%;max-width:390px;display:flex;flex-direction:column;align-items:center;gap:20px;box-sizing:border-box}.no-lives-content__hero{display:flex;flex-direction:column;align-items:center;width:100%}.no-lives-content__hero-image{width:180px;height:180px}.no-lives-content__info{width:100%;max-width:330px;height:auto;display:block}.no-lives-content__timer{display:flex;flex-direction:column;align-items:center;gap:12px;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;color:#1b1b1f;width:100%;max-width:330px;padding:18px 24px;border:1px solid #eeeeee;border-radius:10px;background-color:#f5f5f5}.no-lives-content__timer-label{font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:16px}.no-lives-content__timer-text{display:block;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:500;font-size:48px;letter-spacing:-.02em;line-height:1em}.no-lives-content__timer-value{width:100%;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;text-align:center}.no-lives-content__actions{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:330px;margin-top:10px}.no-lives-content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:22px 20px;width:87%;height:60px;border:none;border-radius:10px;cursor:pointer;font-family:"Rostic's Cera",sans-serif;font-weight:500;font-size:20px;line-height:1em;transition:all .3s ease;white-space:nowrap;text-decoration:none}.no-lives-content__button--primary{background-color:#ed1c29;color:#fff}.no-lives-content__button--primary:hover{background-color:#d01922}.no-lives-content__button--secondary{background-color:#fff;color:#000;border:1px solid #a2a2a7}.no-lives-content__button--secondary:hover{background-color:#f5f5f5}.no-lives-content__button-icon{width:16px;height:16px;flex-shrink:0}.no-lives-content__button-icon--dark{filter:brightness(0)}.no-lives-content__button-text{white-space:nowrap}.no-lives-content__button-text--dark{color:#000}@media (max-width: 430px){.no-lives-content{padding:20px;gap:20px}.no-lives-content__hero-image{width:165px;height:165px}.no-lives-content__timer-text{font-size:40px}.no-lives-content__button{width:100%;max-width:300px;padding:18px 45px;font-size:18px}}@media (max-height: 700px){.no-lives-content{padding:16px;gap:20px}.no-lives-content__hero-image{width:165px;height:165px}.no-lives-content__timer-text{font-size:36px}.no-lives-content__button{width:100%;max-width:250px;padding:15px 40px;font-size:17px;height:50px}}.no-lives-screen{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;min-height:100vh;height:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;z-index:1050;animation:no-lives-screen-fade-in .3s ease-out forwards}.no-lives-screen.no-lives-screen--closing{animation:no-lives-screen-fade-out .3s ease-out forwards}.no-lives-screen:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:0}.no-lives-screen__content{width:100%;padding:0 25px;position:relative;z-index:10;box-sizing:border-box;animation:no-lives-screen-slide-up .3s ease-out forwards}.no-lives-screen--closing .no-lives-screen__content{animation:no-lives-screen-slide-down .3s ease-out forwards}@keyframes no-lives-screen-fade-in{0%{opacity:0}to{opacity:1}}@keyframes no-lives-screen-fade-out{0%{opacity:1}to{opacity:0}}@keyframes no-lives-screen-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes no-lives-screen-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.life-lost-notification{position:fixed;top:180px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none;animation:slideDownAndFade .5s ease-out forwards}.life-lost-notification--closing{animation:slideDownAndFadeOut .5s ease-out forwards}.life-lost-notification__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:14px 20px;width:190px;height:28px;background-color:#ffdb5d;border:1px solid #FFEEB4;border-radius:30px;box-shadow:0 4px 4px #00000040;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:16px;line-height:1em;color:#000;text-align:center;white-space:nowrap}@keyframes slideDownAndFadeOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media (max-width: 430px){.life-lost-notification{top:170px}.life-lost-notification__content{width:170px;padding:12px 18px;height:26px;font-size:14px}}.goal-reached-notification{position:fixed;top:180px;left:50%;transform:translate(-50%);z-index:999;pointer-events:none;animation:slideDownAndFade .5s ease-out forwards;opacity:.85}.goal-reached-notification__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:16px 32px;width:420px;height:32px;background-color:#ffffffe6;border:1px solid #ED1C29;border-radius:30px;box-shadow:0 4px 4px #00000040;font-family:Cera Condensed Pro,"Rostic's Cera",sans-serif;font-weight:400;font-size:16px;line-height:1em;color:#ed1c29;text-align:center;white-space:nowrap;pointer-events:auto;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.goal-reached-notification__content:focus{outline:none}.goal-reached-notification__text{color:#ed1c29}.goal-reached-notification__icon{width:16px;height:15.12px;flex-shrink:0}@keyframes slideDownAndFade{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 430px){.goal-reached-notification{top:170px}.goal-reached-notification__content{width:280px;padding:14px 24px;height:26px;font-size:14px}}.game-screen{position:relative;width:500px;min-height:100vh;height:932px;background-color:#e7d5d0;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow:hidden}@media (max-height: 800px){.game-screen{height:100vh;overflow-y:hidden}}.game-screen:before{content:"";position:absolute;top:0;left:0;width:110%;height:100%;background-image:url(/assets/game-background-Cw6LaLrA.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.game-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 72%,#0009),linear-gradient(#7d7d7d80,#7d7d7d80);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:0;pointer-events:none}.game-screen__header{width:100%;position:relative;z-index:100;box-sizing:border-box}.game-screen__content{width:100%;padding:0 25px;position:relative;z-index:1;box-sizing:border-box;flex:1}@media (max-height: 820px){.game-screen:before{width:130%;left:-15%}}@media (max-height: 667px){.game-screen:before{width:145%;left:-22.5%}}.app{width:100%;height:100%;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;position:relative;touch-action:none;-webkit-user-zoom:fixed}.app__screen-layer{position:relative;width:100%;height:100%;min-height:100vh;display:flex;justify-content:center;align-items:flex-start}.app__screen-layer--current{z-index:1}.app__screen-layer--prerendered{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.app__screen-layer--prerendered .entering{animation:none!important}.welcome-screen__illustration,.rules-screen__background{opacity:0;animation:screenImageFadeIn .35s ease forwards}.app--transitioning .welcome-screen__illustration,.app--transitioning .rules-screen__background{animation:screenImageFadeOut .3s ease forwards}@keyframes screenImageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes screenImageFadeOut{0%{opacity:1}to{opacity:0}}@font-face{font-family:"Rostic's Cera";src:url(./assets/fonts/RosticsCera-Regular.woff2) format("woff2"),url(./assets/fonts/RosticsCera-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Rostic's Cera";src:url(./assets/fonts/RosticsCera-Medium.woff2) format("woff2"),url(./assets/fonts/RosticsCera-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Rostic's Cera";src:url(./assets/fonts/RosticsCera-Bold.woff2) format("woff2"),url(./assets/fonts/RosticsCera-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Rostic's Cera";src:url(./assets/fonts/RosticsCera-Black.woff2) format("woff2"),url(./assets/fonts/RosticsCera-Black.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Cera Condensed Pro;src:url(/assets/CeraCondensedPro-Medium-CrJQQQkI.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Cera Pro Black;src:url(/assets/Cera-Pro-Black-ccrMco3X.woff) format("woff");font-weight:900;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:"Rostic's Cera",Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;background-color:#ed1c29;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;position:fixed;left:0;right:0}#root{width:100%;min-height:100vh;height:100%;touch-action:none;margin:0;padding:0;position:relative;overflow-x:hidden}
