.game-results-popup-layer{position:fixed;inset:0;pointer-events:none;z-index:1200}.game-results-popup{position:absolute;left:16px;bottom:16px;width:380px;height:173px;pointer-events:auto;border-radius:22px;overflow:hidden;background:#fff;opacity:1;transform:translateY(0);animation:gameResultsPopupSlideIn .28s ease-out forwards;transition:height .28s ease}.game-results-popup_expanded{height:209px}.game-results-popup_expanded.game-results-popup_game-20{height:188px}.game-results-popup_expanded.game-results-popup_game-16{height:209px}.game-results-popup_expanded.game-results-popup_game-4{height:236px}.game-results-popup_hiding{animation:gameResultsPopupSlideOut .28s ease-in forwards}.game-results-popup__close{position:absolute;top:14px;right:14px;z-index:3;display:flex;align-items:center;justify-content:center}.game-results-popup__close-icon{width:24px;height:24px;object-fit:contain}.game-results-popup-widget{padding:14px;background-repeat:no-repeat;background-position:50%;background-size:cover;height:100%;display:flex;flex-direction:column}.game-results-popup_game-4 .game-results-popup-widget{background-image:url(/dd97825f347209a89cafde7230b9111b.png)}.game-results-popup_game-16 .game-results-popup-widget{background-image:url(/91e24040fd1d8b2aa21c42b76e592175.png)}.game-results-popup_game-20 .game-results-popup-widget{background-image:url(/de863e44587fb69082fbb849966272e0.png)}.game-results-popup-compact__header{display:flex;align-items:center;gap:10px}.game-results-popup-compact__logo-container{height:50px;display:flex;align-items:center;justify-content:flex-start}.game-results-popup-compact__logo-image-container{height:45px;max-width:140px}.game-results-popup-compact__logo{height:45px;max-width:140px;width:auto;object-fit:contain;flex-shrink:0}.game-results-popup-compact__title{margin:0;font-size:16px;font-weight:700;color:#fff}.game-results-popup-compact__subtitle{margin:10px 0 0;font-size:14px;font-weight:400;color:#fff}.game-results-popup-compact__button{margin-top:12px;width:100%;text-align:center;border-radius:24px}.game-results-popup-modal{color:#fff;height:100%}.game-results-popup-modal__status{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:20px 0 10px}.game-results-popup-modal__error,.game-results-popup-modal__loading-message{margin:0;font-size:14px;text-align:center}.game-results-popup-modal__retry-button{min-width:180px;text-align:center}.game-results-popup__content-switcher{position:relative;flex:1;margin-top:4px}.game-results-popup__content-pane{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .22s ease}.game-results-popup__content-pane_active{opacity:1;pointer-events:auto}.game-results-rollout__field-label{margin:20px 0 0;text-transform:uppercase;font-size:14px;font-weight:700}.game-results-rollout__dual-layout{display:flex;align-items:flex-start;gap:30px}.game-results-rollout__section{display:flex;flex-direction:column}.game-results-rollout__section_extra{min-width:56px}.game-results-rollout__section_extra-sl20{min-width:132px}.game-results-rollout__row{display:grid;grid-template-columns:repeat(6,36px);gap:12px;margin-top:20px;min-height:84px}.game-results-rollout__row_blitz-main{grid-template-columns:repeat(4,36px);grid-template-rows:repeat(2,36px);margin-top:10px}.game-results-rollout__row_blitz-extra{grid-template-columns:repeat(1,36px);grid-template-rows:repeat(1,36px);min-height:36px;margin-top:10px}.game-results-rollout__row_sl20-extra,.game-results-rollout__row_sl20-main{grid-template-columns:repeat(3,36px);grid-template-rows:repeat(1,36px);min-height:36px;margin-top:10px}.game-results-rollout__ball{width:100%;aspect-ratio:1/1;background:url(/04d8e8d529584650deef09bac9ee1ecc.webp) no-repeat 50%;background-size:contain;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(1500px) rotate(5turn);animation-name:gameResultsRolloutBall;animation-fill-mode:forwards;animation-timing-function:ease}.game-results-rollout__ball_highlighted{background:url(/57378117e9fb3e19141796b7e7af43cf.webp) no-repeat 50%;background-size:contain}.game-results-rollout__ball-number{font-size:16px;font-weight:700;line-height:1}@keyframes gameResultsRolloutBall{0%{opacity:0;transform:translateX(1500px) rotate(5turn)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes gameResultsPopupSlideIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes gameResultsPopupSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(18px)}}@media screen and (max-width:1024px){.game-results-popup-compact__title{font-size:14px}.game-results-popup-compact__button,.game-results-popup-compact__subtitle{font-size:12px}.game-results-popup{width:340px}}