@import"https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@700;800&family=DM+Sans:ital,wght@0,400;0,500;1,400&display=swap";:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-skeleton{--width: 100%;--height: 0;--border-radius: 0;background-color:#bebebe33;border-radius:var(--border-radius);width:var(--width);height:var(--height);display:block}.adm-skeleton.adm-skeleton-animated{background:linear-gradient(90deg,#bebebe33 25%,#8181813d 37%,#bebebe33 63%);background-size:400% 100%;animation:adm-skeleton-loading 1.4s ease infinite}.adm-skeleton.adm-skeleton-title{--width: 45%;--height: 32px;--border-radius: 2px;margin-bottom:16px;margin-top:16px}.adm-skeleton.adm-skeleton-paragraph-line{--height: 18px;--border-radius: 2px;margin-top:12px;margin-bottom:12px}.adm-skeleton.adm-skeleton-paragraph-line:last-child{--width: 65%}@keyframes adm-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.adm-checkbox{--icon-size: 22px;--font-size: var(--adm-font-size-9);--gap: 8px;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-progress-bar{--track-width: var(--adm-progress-bar-track-width, 8px);--track-color: var(--adm-progress-bar-track-color, var(--adm-color-border));--fill-color: var(--adm-progress-bar-fill-color, var(--adm-color-primary));--text-width: var(--adm-progress-bar-text-width, 40px);display:flex;align-items:center}.adm-progress-bar-trail{flex:auto;background:var(--track-color);overflow:hidden;height:var(--track-width)}.adm-progress-bar-fill{transition:width .3s;background:var(--fill-color);height:var(--track-width)}.adm-progress-bar-text{flex:none;width:calc(var(--text-width) + 8px);padding-left:8px;color:var(--adm-color-weak)}.adm-progress-bar-rounded .adm-progress-bar-trail,.adm-progress-bar-rounded .adm-progress-bar-fill{border-radius:var(--track-width)}.adm-tab-bar-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;min-height:48px}.adm-tab-bar-item{flex:1;color:var(--adm-color-text-secondary);white-space:nowrap;padding:4px 8px;width:-webkit-min-content;width:min-content;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top: 6px}.adm-tab-bar-title-badge{--right: -2px;--top: -2px}._root_1tl3y_16{background-color:#0094ff;color:#fff!important;border:none!important;border-radius:10px!important;font-family:DM Sans,sans-serif!important;font-size:16px!important}._root_1tl3y_16 span{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}._root_1tl3y_16 h6{font-family:DM Sans,sans-serif;font-size:16px;line-height:160%}._root_1tl3y_16._modePrimary_1tl3y_36{background-color:#0094ff}._root_1tl3y_16._modeSecondary_1tl3y_39{background-color:transparent;border:1.5px solid #0094FF!important;color:#0094ff!important}._root_1tl3y_16._modeGray_1tl3y_44{background-color:#fff3}._root_1tl3y_16._modeDisabled_1tl3y_47{background-color:#ffffff80}._root_1tl3y_16._modeDanger_1tl3y_50{background-color:#a00b0b}._root_1tl3y_16._modeWhite_1tl3y_53{background-color:transparent;border:1.5px solid #0094FF!important;color:#0094ff!important}._root_1tl3y_16._modeText_1tl3y_58{background-color:transparent;min-height:0!important;padding:0!important;height:auto;border-radius:0!important}._root_1tl3y_16._modeText_1tl3y_58:after{background:transparent}._root_1tl3y_16._modeGreen_1tl3y_68{background-color:#0094ff!important;color:#fff!important}._root_1tl3y_16._sizeLarge_1tl3y_72{min-height:60px}._root_1tl3y_16._sizeDefault_1tl3y_75{min-height:50px}._root_1tl3y_16._sizeSmall_1tl3y_78{min-height:40px;font-weight:600;font-size:14px!important}._root_1tl3y_16._sizeSmall_1tl3y_78:not(._modeText_1tl3y_58){border-radius:10px!important}._root_1tl3y_16._rounded_1tl3y_86{border-radius:100px!important}._root_1tl3y_16._fullWidth_1tl3y_89{width:100%}._root_1tl3y_16:focus{outline:transparent}._root_1tl3y_16:active{outline:transparent}._root_1tl3y_16:before{border-radius:inherit}._root_1nbtj_16{display:flex;flex-direction:column;align-items:center;gap:12px}._cube_1nbtj_23{display:block;object-fit:contain;filter:none}._wordmark_1nbtj_29{font-family:Anek Devanagari,sans-serif;font-weight:800;font-size:28px;line-height:120%;color:#fff;letter-spacing:0}._divider_ouucc_16{width:100%;height:1px;background:#fff3}._heading_ouucc_22{font-family:Anek Devanagari,sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:120%;color:#fff}._subheading_ouucc_31{font-family:Anek Devanagari,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:120%;color:#fff}._description_ouucc_40{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:120%;color:#fff}._caption_ouucc_49{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:120%;color:#8fb4d9}._textCenter_ouucc_58{text-align:center}._root_8srid_16 .react-modal-sheet-container{background-color:#0a1f52!important;color:#fff}._root_8srid_16 .react-modal-sheet-drag-indicator{background-color:#8fb4d9!important}._root_8srid_16 .react-modal-sheet-backdrop{background-color:#031338b8!important}._root_8srid_16 ._header_8srid_26{text-align:right}._root_8srid_16 ._container_8srid_29{background:#0a1f52;color:#fff;padding:17px;border-top-right-radius:16px!important;border-top-left-radius:16px!important}._root_8srid_16 ._container_8srid_29 ._content_8srid_36{margin-top:48px;text-align:center;color:#fff}._container_13wlp_1{padding-bottom:48px!important}._content_13wlp_5{overflow-y:auto;height:100%}._root_14kfh_16{display:flex;flex-direction:column;min-height:100vh;background-color:#031338;padding:24px 24px calc(24px + env(safe-area-inset-bottom));box-sizing:border-box}._brand_14kfh_25{flex:1;display:flex;align-items:center;justify-content:center}._checkboxWrap_14kfh_32{display:flex;align-items:center;flex-direction:column;gap:8px;width:min(100%,480px);margin:0 auto;box-sizing:border-box}._checkboxWrap_14kfh_32 .adm-checkbox-checked .adm-checkbox-icon{background-color:#0094ff;border-color:#0094ff}._checkboxWrap_14kfh_32 .adm-checkbox-disabled .adm-checkbox-icon{background-color:transparent!important;border-color:#0094ff}._checkboxWrap_14kfh_32 ._checkbox_14kfh_32{display:flex;align-items:flex-start;margin-top:8px;gap:8px}._loginActions_14kfh_56{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:8px}._error_14kfh_64{color:#a00b0b;text-align:center}._root_18r8a_16{height:100vh;background-color:#031338;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}._title_18r8a_26{font-weight:700;font-size:32px;margin-top:8px;margin-bottom:16px;color:#fff}._spinnerWrap_18r8a_34{display:flex;flex-direction:column;margin-top:40px;align-items:center;gap:8px}._spinnerWrap_18r8a_34 ._spinner_18r8a_34{border:8px solid rgba(0,148,255,.4);border-top:8px solid #0094FF;border-radius:100%;width:68px;height:68px;animation:_spin_18r8a_34 1s linear infinite}@keyframes _spin_18r8a_34{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._root_1s4w6_1{display:flex;align-items:center;gap:4px}._root_1s4w6_1 ._text_1s4w6_6{color:#fff}._root_pdzzp_16{overflow-y:auto;overflow-x:hidden;justify-content:end!important;margin-top:0!important}._root_pdzzp_16 ._wrapper_pdzzp_22{text-align:center;width:100%;background-color:#fff3;padding:16px 8px;border-radius:16px;margin-bottom:8px}._root_pdzzp_16 ._wrapper_pdzzp_22 ._title_pdzzp_30{font-weight:600;margin-bottom:16px;margin-top:16px;font-size:14px}._root_pdzzp_16 ._wrapper_pdzzp_22 ._description_pdzzp_36{padding:0 16px}._root_pdzzp_16 ._wrapper_pdzzp_22 a{color:#8fb4d9;text-decoration:none}._root_pdzzp_16 ._wrapper_pdzzp_22 ul{text-align:left;padding-left:20px;margin:0}._root_pdzzp_16 ._wrapper_pdzzp_22 li{margin-bottom:8px}._container_pdzzp_52 ::-webkit-scrollbar{display:none}._btn_pdzzp_56{margin-top:16px;margin-bottom:24px}._text_pdzzp_61{margin-top:16px;font-size:16px}._mb24_pdzzp_66{margin-bottom:24px;display:block}._green_pdzzp_71{color:#0094ff;font-weight:600}._fw600_pdzzp_76{font-weight:600}._mt8_pdzzp_80{margin-top:8px}._fs16_pdzzp_84{font-size:16px}._center_pdzzp_88{text-align:center}._mt16_pdzzp_92{margin-top:16px}._mt24_pdzzp_96{margin-top:24px}._rootProgress_pdzzp_100{margin-top:24px;margin-bottom:8px}._rootProgress_pdzzp_100 .adm-progress-bar-trail{background:#8fb4d966!important;height:24px!important;border-radius:100px!important}._rootProgress_pdzzp_100 .adm-progress-bar-trail .adm-progress-bar-fill{background:#8fb4d9!important;height:24px!important;border-radius:100px!important}._rootProgress_pdzzp_100 ._info_pdzzp_114{display:flex;justify-content:space-between;margin-top:8px}._rootProgress_pdzzp_100 ._loading_pdzzp_119{display:flex;justify-content:center;align-items:center}._buttons_pdzzp_125{display:flex;justify-content:space-between;gap:16px}._buttons_pdzzp_125 :nth-child(1){flex:1}._buttons_pdzzp_125 :nth-child(2){flex:1}._header_mcnjq_16{display:flex;justify-content:space-between}._header_mcnjq_16 h2{font-size:20px}._header_mcnjq_16 ._topContainerRight_mcnjq_23{display:flex;align-items:center;gap:2.5px}._header_mcnjq_16 ._topContainerRight_mcnjq_23 svg{width:24px}._header_mcnjq_16 ._topContainerRight_mcnjq_23 svg path{stroke:#fff}._cardContainer_mcnjq_35{position:relative;margin:8px 0;text-align:center}._cardContainer_mcnjq_35 ._currentDaysRewards_mcnjq_40{position:absolute;left:50%;transform:translate(-50%) translateY(-50%);top:50%;font-size:48px}._awardText_mcnjq_48{text-align:center;color:#fff;height:16px;margin-bottom:16px}._actions_mcnjq_55{display:flex;flex-direction:column;gap:16px}._actions_mcnjq_55 ._header_mcnjq_16{display:flex;justify-content:space-between}._actions_mcnjq_55 ._header_mcnjq_16 ._right_mcnjq_64{display:flex;align-items:center;gap:8px}._actions_mcnjq_55 ._buttons_mcnjq_69 ._runningButtons_mcnjq_69{display:flex;gap:16px}._contentInfoModal_mcnjq_74{margin-top:0!important;padding:16px;overflow-y:auto;height:100%}._contentInfoModal_mcnjq_74 ._container_mcnjq_80{display:flex;flex-direction:column;gap:8px;text-align:left}._contentFailedModal_mcnjq_87{display:flex;justify-content:center;align-items:center}._animatedCard_mcnjq_93{animation:_spinScale_mcnjq_1 1s ease-in-out}._pricesWrap_mcnjq_97 ._list_mcnjq_97{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._pricesWrap_mcnjq_97 ._list_mcnjq_97 ._item_mcnjq_102{padding:8px;background-color:#fff3;backdrop-filter:blur(20px);border-radius:16px;color:#fff;font-size:16px;text-align:center}._pricesWrap_mcnjq_97 ._list_mcnjq_97 ._item_mcnjq_102._active_mcnjq_111{outline:2px solid #0094FF}._pricesWrap_mcnjq_97 ._list_mcnjq_97 ._item_mcnjq_102._disabled_mcnjq_114{opacity:.5}@keyframes _spinScale_mcnjq_1{0%{transform:scale(1) rotate(0)}50%{transform:scale(.2) rotate(720deg)}to{transform:scale(1) rotate(1440deg)}}._root_ogi8n_1{display:flex;justify-content:center;margin:24px 0;position:relative}._root_ogi8n_1 ._award_ogi8n_7{position:absolute;top:44%}._header_6xpbb_16{display:flex;justify-content:space-between}._header_6xpbb_16 ._topContainerRight_6xpbb_20{display:flex;align-items:center;gap:2.5px}._header_6xpbb_16 ._topContainerRight_6xpbb_20 svg{width:24px}._header_6xpbb_16 ._topContainerRight_6xpbb_20 svg path:first-child{fill:#8fb4d9}._coinsWrap_6xpbb_32{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 16px;text-align:center;gap:16px}._coins_6xpbb_32{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px}._coins_6xpbb_32 ._spins_6xpbb_49{display:flex;margin-left:auto;margin-right:12px;gap:12px}._coins_6xpbb_32 ._values_6xpbb_55{display:flex;align-items:center;gap:2px}._pricesWrap_6xpbb_61{margin-bottom:24px}._pricesWrap_6xpbb_61 ._list_6xpbb_64{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._pricesWrap_6xpbb_61 ._list_6xpbb_64 ._item_6xpbb_69{padding:8px;background-color:#fff3;backdrop-filter:blur(20px);border-radius:16px}._pricesWrap_6xpbb_61 ._list_6xpbb_64 ._item_6xpbb_69._active_6xpbb_75{outline:2px solid #0094FF}._pricesWrap_6xpbb_61 ._list_6xpbb_64 ._item_6xpbb_69._disabled_6xpbb_78{opacity:.5}._contentModal_6xpbb_82{margin-top:0!important;padding:16px;overflow-y:auto;height:100%}._contentModal_6xpbb_82 ul li{text-align:justify}._contentModal_6xpbb_82 ._table_6xpbb_91{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:16px;margin-top:8px;border:none;border-radius:8px}._contentModal_6xpbb_82 ._table_6xpbb_91 th,._contentModal_6xpbb_82 ._table_6xpbb_91 td{border:1px solid rgba(255,255,255,.2);padding:8px;text-align:center}._contentModal_6xpbb_82 ._table_6xpbb_91 th{background-color:#ffffff1a;font-weight:700}._contentModal_6xpbb_82 ._table_6xpbb_91 thead:first-child tr:first-child td:first-child,._contentModal_6xpbb_82 ._table_6xpbb_91 thead:first-child tr:first-child th:first-child{border-top-left-radius:8px}._contentModal_6xpbb_82 ._table_6xpbb_91 thead:first-child tr:last-child td:last-child,._contentModal_6xpbb_82 ._table_6xpbb_91 thead:first-child tr:last-child th:last-child{border-top-right-radius:8px}._contentModal_6xpbb_82 ._table_6xpbb_91 tbody:last-child tr:last-child td:first-child,._contentModal_6xpbb_82 ._table_6xpbb_91 tbody:last-child tr:last-child th:first-child{border-bottom-left-radius:8px}._contentModal_6xpbb_82 ._table_6xpbb_91 tbody:last-child tr:last-child td:last-child,._contentModal_6xpbb_82 ._table_6xpbb_91 tbody:last-child tr:last-child th:last-child{border-bottom-right-radius:8px}._root_5cto7_1{opacity:0;transform:translate(0);will-change:transform,opacity;animation:_swipe-in_5cto7_1 .5s cubic-bezier(.5,.885,.32,1.275) forwards}@keyframes _swipe-in_5cto7_1{0%{opacity:0;transform:translate(var(--startX, 0%)) translateY(var(--startY, 0%))}to{opacity:1;transform:translate(0) translateY(0)}}._left_5cto7_18{--startX: -100%}._right_5cto7_22{--startX: 100%}._top_5cto7_26{--startY: -100%}._bottom_5cto7_30{--startY: 100%}._root_hu2jr_16{display:flex;justify-content:space-between;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border:1px solid #0094FF;width:100%;position:relative;padding:max(12px,env(safe-area-inset-top)) 16px 16px;background:linear-gradient(180deg,#0094ff66,#031338);z-index:1}._root_hu2jr_16 button img{max-width:24px}._cubeEmerald_q9ge7_16{filter:brightness(.55) saturate(.8)}._cubeSilver_q9ge7_20{filter:brightness(.82)}._cubeGold_q9ge7_24{filter:brightness(1.08) drop-shadow(0 0 8px #0094FF)}._cubeDiamond_q9ge7_28{filter:brightness(1.35) drop-shadow(0 0 14px #0094FF)}._marginBottom24_q9ge7_32{margin-bottom:24px}._marginBottom16_q9ge7_36{margin-bottom:16px}._awards_q9ge7_40{display:flex;flex-wrap:wrap;white-space:pre-line}._awards_q9ge7_40 ._award_q9ge7_40{padding:4px;box-sizing:border-box;flex-grow:0;flex-shrink:0;flex-basis:50%;max-width:50%}._awards_q9ge7_40 ._award_q9ge7_40 ._contentAward_q9ge7_53{display:flex;background-color:#fff3;border-radius:16px;padding:8.5px 8px;text-align:left;gap:8px}._awards_q9ge7_40 ._award_q9ge7_40 ._contentAward_q9ge7_53 ._awardImage_q9ge7_61{width:60px;height:60px}._awards_q9ge7_40 ._award_q9ge7_40 ._contentAward_q9ge7_53 ._awardTitle_q9ge7_65{font-weight:600;font-size:16px;line-height:19.2px;margin-bottom:4px}._awards_q9ge7_40 ._award_q9ge7_40 ._contentAward_q9ge7_53 ._awardDescription_q9ge7_71,._alignContent_q9ge7_77{display:flex;align-items:center;gap:4px}._awardDescriptionContent_q9ge7_83{display:flex;flex-direction:column;flex:1;gap:4px}._title_1jfx1_16{margin-bottom:16px}._container_1jfx1_20{display:flex;flex-direction:column;gap:16px}._btn_1jfx1_26{width:100%;margin-top:24px;font-weight:600;font-size:16px;font-family:DM Sans,sans-serif}._image_1uoie_1{width:200px;height:164px}._container_1uoie_6{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:8px;padding:0 20px;margin-bottom:32px}._title_1uoie_16{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;line-height:28.8px}._subtitle_1uoie_23{font-weight:400;font-size:16px}._button_1uoie_28{width:100%}._root_121ja_16{display:flex;align-items:flex-start;gap:4px;flex-direction:column;justify-content:center;width:100%}._root_121ja_16 ._progress_121ja_24{width:100%}._root_121ja_16 ._progress_121ja_24 .adm-progress-bar-trail{background:#0094ff66!important}._root_121ja_16 ._progress_121ja_24 .adm-progress-bar-trail .adm-progress-bar-fill{background:#0094ff!important}._root_121ja_16 ._dangerous_121ja_33{width:100%}._root_121ja_16 ._dangerous_121ja_33 .adm-progress-bar-trail{background:#a00b0b66!important}._root_121ja_16 ._dangerous_121ja_33 .adm-progress-bar-trail .adm-progress-bar-fill{background:#a00b0b!important}._root_121ja_16 ._timer_121ja_42{display:flex;align-items:center;gap:4px;color:#fff}._image_149ep_1{width:200px;height:164px}._container_149ep_6{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:16px;padding:0 20px}._title_149ep_15{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;line-height:28.8px}._subtitle_149ep_22{font-weight:400;font-size:16px}._button_149ep_27{margin-top:24px;width:100%}._balanceContainer_149ep_32{display:flex;flex-direction:column;align-items:center;gap:9px}._balance_149ep_32{display:flex;gap:4px;align-items:center}._root_4mvs1_16{flex:0 0 auto;margin-top:8px}._root_4mvs1_16 ._startBtn_4mvs1_20{margin-bottom:8px;width:100%;font-weight:600}._root_4mvs1_16 ._timerBtn_4mvs1_25{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:16px;margin-bottom:8px}._root_4mvs1_16 ._timerBtn_4mvs1_25 h6{display:flex;align-items:center;justify-content:center;gap:8px;font-family:DM Sans,sans-serif}._root_4mvs1_16 ._bottom_4mvs1_41{display:flex;justify-content:space-between;gap:8px;max-height:92px;overflow-x:auto;overflow-y:hidden;height:100%;position:relative;bottom:0;padding:0 16px 16px}._root_4mvs1_16 ._bottom_4mvs1_41 ._progressWrap_4mvs1_53{width:100%}._root_4mvs1_16 ::-webkit-scrollbar{display:none}._root_4mvs1_16 ._boosters_4mvs1_59{display:flex;flex-wrap:nowrap;gap:12px;height:90px;overflow-x:auto;overflow-y:hidden;align-items:center}._root_4mvs1_16 ._boosters_4mvs1_59 ._boosterBtn_4mvs1_68{flex:0 0 auto;height:72px;width:72px;position:relative}._root_4mvs1_16 ._boosters_4mvs1_59 ._boosterBtn_4mvs1_68 h6{overflow:unset}._root_4mvs1_16 ._boosters_4mvs1_59 ._boosterBtn_4mvs1_68 ._badge_4mvs1_77{position:absolute;min-width:auto;bottom:-10px;display:flex;align-items:center;justify-content:center;padding:3px 4px;background:#0094ff}._root_4mvs1_16 ._boosters_4mvs1_59 ._boosterBtn_4mvs1_68 ._badge_4mvs1_77 div{font-family:DM Sans,sans-serif;font-size:10px;font-weight:600}._root_4mvs1_16 ._boosters_4mvs1_59 ._rocketActive_4mvs1_92{border:2px solid #0094FF!important;opacity:1}._root_4mvs1_16 ._boosters_4mvs1_59 ._rocketStars_4mvs1_96{position:absolute;top:23%;right:0}._root_4mvs1_16 ._boosters_4mvs1_59 ._boosterAvailable_4mvs1_101{background:#0094ff66}._root_4mvs1_16 ._gameBoosters_4mvs1_104{flex:none}._root_4mvs1_16 ._inactiveIcon_4mvs1_107{filter:grayscale(100%)}._title_4mvs1_111{justify-content:center;align-items:center;display:flex;margin-bottom:8px;font-size:14px;font-weight:600}._coins_4mvs1_120{margin-bottom:8px;font-size:24px!important}._cubeEmerald_o8y9g_16{filter:brightness(.55) saturate(.8)}._cubeSilver_o8y9g_20{filter:brightness(.82)}._cubeGold_o8y9g_24{filter:brightness(1.08) drop-shadow(0 0 8px #0094FF)}._cubeDiamond_o8y9g_28{filter:brightness(1.35) drop-shadow(0 0 14px #0094FF)}._root_o8y9g_32{top:-30px;position:absolute;display:flex;align-items:center;justify-content:center;width:60px;height:60px;pointer-events:auto;user-select:none}._root_o8y9g_32 ._textAward_o8y9g_43{font-weight:700;font-size:14px;color:#ffffff80;position:absolute;user-select:none;pointer-events:none}._root_o8y9g_32 ._spark_o8y9g_51{pointer-events:none;position:absolute;inset:0;z-index:-10;display:block}._root_o8y9g_32 ._spark_o8y9g_51 ._svgSpark_o8y9g_61{position:absolute;left:50%;top:50%;opacity:0}._root_1g6wl_16{position:relative;width:100%;height:100%;border-radius:0;background-color:#0a1f52;background-image:radial-gradient(ellipse at 50% 20%,rgba(0,148,255,.28),transparent 65%);overflow:hidden}._root_1g6wl_16 ._container_1g6wl_25{position:relative;width:100%;height:100%}._idle_1g6wl_31{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}._root_eddvi_16{margin-top:8px;display:flex;flex-direction:column;align-items:center;position:relative;height:auto;justify-content:center}._root_eddvi_16 ._title_eddvi_25{text-align:center;display:block;font-size:14px}._root_eddvi_16 ._green_eddvi_30{color:#0094ff;font-weight:700;font-size:14px}._root_eddvi_16 ._img_eddvi_35{width:100%;max-width:250px}._root_eddvi_16 ._btn_eddvi_39{padding:0 32px;margin-bottom:24px}._wrapper_ixyn8_16{height:64px;min-height:64px;display:flex;flex-wrap:nowrap;overflow-x:auto;margin-top:12px;gap:16px;--webkit-overflow-scrolling: touch}._wrapper_ixyn8_16::-webkit-scrollbar{display:none}._stack_ixyn8_30{flex-direction:column;height:auto;min-height:0;overflow-x:hidden;overflow-y:auto;margin-top:16px;width:100%}._stack_ixyn8_30 ._container_ixyn8_39{width:100%;flex:none}._container_ixyn8_39{min-height:64px;flex:0 0 auto;height:64px;display:flex;align-items:center;background-color:#0a1f52;border:1px solid rgba(0,148,255,.4);border-radius:10px;position:relative;overflow:hidden;padding-right:16px;cursor:pointer}._container_ixyn8_39 ._preview_ixyn8_58{height:100%;width:64px;object-fit:contain;padding:8px;box-sizing:border-box}._container_ixyn8_39 ._text_ixyn8_65{text-align:center;flex:1;margin-left:8px;font-family:DM Sans,sans-serif}._mobileHub_nkka6_16{flex:0 0 auto}@media (min-width: 1024px){._mobileHub_nkka6_16{display:none}}._root_nkka6_25{position:relative;display:flex;flex-direction:column;height:100%;padding:0 16px 8px}._root_nkka6_25 ._games_nkka6_32{height:100%}._root_nkka6_25 ._gameContainer_nkka6_35{overflow:hidden;position:relative;flex:1 1 auto;min-height:0;width:100%}._root_nkka6_25 ._toolbar_nkka6_42{justify-content:center;width:calc(100% + 32px);margin:0 -16px 12px;padding:max(12px,env(safe-area-inset-top)) 16px 16px}._playing_nkka6_49{padding:0}._image_1r8ep_1{width:200px;height:164px}._containerModal_1r8ep_6{height:95%;margin-bottom:24px}._contentModal_1r8ep_11{overflow-y:auto;height:100%}._container_1r8ep_6{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:8px;padding:0 20px}._title_1r8ep_25{font-family:DM Sans,sans-serif;font-size:24px;font-weight:600;line-height:28.8px}._subtitle_1r8ep_32{font-weight:400;font-size:16px}._button_1r8ep_37{margin-top:24px;width:100%}._slotMachine_1qljj_16{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a1f52,#031338);border-radius:12px;padding:12px;border:.1px solid rgba(0,148,255,.4)}._slotMachine_1qljj_16 ._header_1qljj_27{display:flex;align-items:center;justify-content:space-between;width:100%}._slotMachine_1qljj_16 ._header_1qljj_27 img{max-width:90px}._slots_1qljj_37{position:relative;display:flex;justify-content:space-between;border-radius:12px;gap:12px}._slots_1qljj_37._win_1qljj_44{animation:_win_1qljj_44 .2s steps(2,end) infinite}._reel_1qljj_48{min-width:103px;width:100%;height:120px;background-image:url(./reel-Bs8t_H08.png);background-repeat:repeat-y;background-size:79px;background-position:center 20px;background-color:#0a1f52;overflow:hidden;border-radius:16px;position:relative;border:3px solid #0094FF;box-shadow:0 4px #000}._progresses_1qljj_64{display:flex;justify-content:space-between;margin-top:16px;gap:16px}._progresses_1qljj_64 ._progress_1qljj_64{border-radius:100px}._progresses_1qljj_64 ._progress_1qljj_64 .adm-progress-bar-trail{height:21px;border-radius:100px;background-color:#fff3;backdrop-filter:blur(30px)}._progresses_1qljj_64 ._progress_1qljj_64 .adm-progress-bar-fill{border:3px solid rgba(255,255,255,.2);height:21px;background-color:#8fb4d9;border-radius:100px}._progresses_1qljj_64 ._progress_1qljj_64._nonBorder_1qljj_85 .adm-progress-bar-fill{border:none}._progresses_1qljj_64 ._progress_1qljj_64._green_1qljj_88 .adm-progress-bar-fill{background-color:#0094ff}._progresses_1qljj_64 div{width:100%}._progresses_1qljj_64 ._content_1qljj_94{display:flex;align-items:center;gap:4px;margin-top:4px}._buttons_1qljj_101{display:flex;gap:16px}._buttons_1qljj_101 ._btnSpin_1qljj_105{background-color:#0094ff;width:100%;margin-top:24px;height:60px;font-size:16px;font-family:DM Sans,sans-serif;font-weight:700;border-radius:10px;border:none;color:#fff}._buttons_1qljj_101 ._btnSpin_1qljj_105:disabled{color:#fff3;background-color:#0094ff66}@keyframes _win_1qljj_44{0%{background:#0094ff;box-shadow:0 0 24px #0094ff}to{background:#0a1f52;box-shadow:none}}._header_14vgp_16{flex-direction:column;padding:40px 16px 20px!important;position:relative}._header_14vgp_16 ._description_14vgp_21{margin:16px 0 8px}._header_14vgp_16 ._boxes_14vgp_24{display:flex;align-items:center;justify-content:space-between;gap:8px}._header_14vgp_16 ._boxes_14vgp_24 div{flex:1;display:flex;align-items:center;padding:8px;border-radius:16px;background-color:#fff3;gap:8px}._header_14vgp_16 ._boxes_14vgp_24 div span{font-weight:600;font-size:12px}._header_14vgp_16 ._boxes_14vgp_24 img{max-width:32px}._description_14vgp_21{display:block;text-align:center;margin-bottom:16px}._common_16xa8_1{height:77px;border-radius:16px}._main_16xa8_6{position:relative;display:flex;flex-direction:column;height:100%}._main_16xa8_6 ._image_16xa8_12{width:100%;height:107px;top:-73px;position:absolute;border-radius:20px}._main_16xa8_6 ._bottomActions_16xa8_19{margin-top:auto}._main_16xa8_6 ._bottomActions_16xa8_19 ._btn_16xa8_22{height:60px;border-radius:8px}._main_16xa8_6 ._bottomActions_16xa8_19 ._coinsAndBoosters_16xa8_26{margin-top:16px;height:80px;display:flex}._main_16xa8_6 ._bottomActions_16xa8_19 ._coinsAndBoosters_16xa8_26 ._coins_16xa8_26{height:80px;border-radius:8px}._main_16xa8_6 ._bottomActions_16xa8_19 ._coinsAndBoosters_16xa8_26 ._boostersWrap_16xa8_35{display:flex;justify-content:space-between;margin-left:15px;width:100%;gap:8px}._main_16xa8_6 ._bottomActions_16xa8_19 ._coinsAndBoosters_16xa8_26 ._boostersWrap_16xa8_35 ._booster_16xa8_35{height:55px;border-radius:16px}._tasks_16xa8_47 ._title_16xa8_47{margin:0 auto 24px;height:58px;width:217px;border-radius:8px}._tasks_16xa8_47 ._daily_16xa8_53{height:77px;border-radius:16px;margin-bottom:16px}._tasks_16xa8_47 ._list_16xa8_58{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._tasks_16xa8_47 ._list_16xa8_58 ._element_16xa8_64{height:60px;gap:16px;border-radius:16px}._tasks_16xa8_47 ._special_16xa8_69{height:19px;width:57px;margin-bottom:16px;border-radius:8px}._rewards_16xa8_76 ._title_16xa8_47{width:264px;height:54px;margin:0 auto 16px;border-radius:8px}._rewards_16xa8_76 ._image_16xa8_12{height:164px;width:184px;border-radius:16px;margin:0 auto 24px}._rewards_16xa8_76 ._subheading_16xa8_88{width:242px;height:38px;margin:0 auto 16px;border-radius:8px}._rewards_16xa8_76 ._list_16xa8_58{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._rewards_16xa8_76 ._list_16xa8_58 ._element_16xa8_64{height:60px;gap:16px;border-radius:16px}._friends_16xa8_106 ._username_16xa8_106{height:19px;margin-bottom:8px;border-radius:4px}._friends_16xa8_106 ._league_16xa8_111{height:56px;border-radius:16px;margin-bottom:24px}._friends_16xa8_106 ._subheading_16xa8_88{height:24px;width:174px;border-radius:8px;margin-bottom:16px}._friends_16xa8_106 ._list_16xa8_58{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._friends_16xa8_106 ._list_16xa8_58 ._element_16xa8_64{height:60px;gap:16px;border-radius:16px}._profile_16xa8_134 ._username_16xa8_106{height:19px;margin:0 auto 8px;border-radius:4px;width:128px}._profile_16xa8_134 ._balance_16xa8_140{height:32px;width:200px;margin:0 auto 24px}._profile_16xa8_134 ._card_16xa8_145{height:56px;border-radius:16px;margin-bottom:8px}._profile_16xa8_134 ._gameGuideTitle_16xa8_150{margin:16px 0;width:132px;height:24px;border-radius:4px}._profile_16xa8_134 ._gameGuideDescription_16xa8_156{width:340px;height:38px;border-radius:4px;margin-bottom:24px}._profile_16xa8_134 ._awards_16xa8_162{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}._profile_16xa8_134 ._awards_16xa8_162 ._award_16xa8_162{height:77px;flex-grow:0;flex-shrink:0;flex-basis:48%;max-width:48%;border-radius:16px}._profile_16xa8_134 ._btnFaq_16xa8_176{height:60px;border-radius:8px}._leagues_16xa8_181 ._title_16xa8_47{margin:0 auto 24px;height:58px;width:217px;border-radius:8px}._leagues_16xa8_181 ._list_16xa8_58{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._leagues_16xa8_181 ._list_16xa8_58 ._league_16xa8_111{height:56px;border-radius:16px}._leagues_16xa8_181 ._clickPointsTitle_16xa8_197{width:260px;height:19px;margin:0 auto 8px;border-radius:8px}._leagues_16xa8_181 ._coinsCount_16xa8_203{width:150px;height:20px;margin:0 auto 24px;border-radius:8px}._leagues_16xa8_181 ._inviteBtn_16xa8_209{height:60px;border-radius:8px}._root_mz14m_16{height:100%;display:flex;flex-direction:column;background-color:#031338}._container_mz14m_23{flex:1;padding:20px 17px 0;overflow-y:auto;overflow-x:hidden;min-width:0}._home_mz14m_31{padding:0}._playing_mz14m_35{padding:0;overflow:hidden}._rail_mz14m_40,._hub_mz14m_41{display:none}._navbarWrap_mz14m_45{flex:0 0 auto;background-color:#031338;padding-bottom:env(safe-area-inset-bottom,0px)}._navbar_mz14m_45{flex:0;padding:6px 0 8px;background-color:#031338}._navbar_mz14m_45 .adm-tab-bar-item-title{font-family:DM Sans,sans-serif;color:#8fb4d9}._navbar_mz14m_45 .adm-tab-bar-item-active{color:#0094ff!important}._item_mz14m_64 .adm-tab-bar-item-title{font-size:8px;margin-top:4px}._pwaNavbar_mz14m_69,._browserNavbar_mz14m_70{margin-bottom:0}._dotLoadingWrap_mz14m_74{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}._dotLoadingWrap_mz14m_74 ._dotLoading_mz14m_74{margin:0 auto}._hubInner_mz14m_85{display:flex;flex-direction:column;gap:16px;height:100%;padding:20px 16px;background-color:#0a1f52;overflow-y:auto}@media (min-width: 1024px){._root_mz14m_16{flex-direction:row}._rail_mz14m_40{display:flex;flex-direction:column;align-items:center;width:72px;flex:0 0 72px;padding:16px 0;gap:16px;background-color:#0a1f52}._railNav_mz14m_109{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}._railItem_mz14m_116{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;color:#8fb4d9;text-decoration:none;font-family:DM Sans,sans-serif;font-size:8px}._railItemActive_mz14m_127{color:#0094ff}._hub_mz14m_41{display:block;width:280px;flex:0 0 280px}._navbar_mz14m_45{display:none}}:root{--tgui--link_color: white !important}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{position:fixed;inset:0;width:100%;height:100%;max-height:100dvh;overflow:hidden;font-family:DM Sans,sans-serif}body{font-family:DM Sans,sans-serif;background-color:#031338;color:#fff}.react-modal-sheet-container{background-color:#0a1f52!important;color:#fff}.react-modal-sheet-drag-indicator{background-color:#8fb4d9!important}.react-modal-sheet-backdrop{background-color:#031338b8!important}[data-tc-wallets-modal-container]{z-index:99999999999999!important}[data-tc-modal]{z-index:9999999999999999!important}
