@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap";:root{--color-primary: #ffffff;--color-primary-90: rgba(255, 255, 255, .9);--color-primary-80: rgba(255, 255, 255, .8);--color-primary-70: rgba(255, 255, 255, .7);--color-primary-60: rgba(255, 255, 255, .6);--color-primary-50: rgba(255, 255, 255, .5);--color-primary-30: rgba(255, 255, 255, .3);--color-primary-20: rgba(255, 255, 255, .2);--color-primary-10: rgba(255, 255, 255, .1);--color-primary-5: rgba(255, 255, 255, .05);--color-bg-primary: #0a0a0a;--color-bg-secondary: rgba(0, 0, 0, .3);--color-bg-tertiary: rgba(0, 0, 0, .5);--color-bg-overlay: rgba(255, 255, 255, .05);--color-bg-gradient: linear-gradient( 135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100% );--color-border-primary: rgba(255, 255, 255, .2);--color-border-secondary: rgba(255, 255, 255, .1);--color-border-focus: rgba(255, 255, 255, .5);--color-border-money: #f2f2f233;--color-border-money-input: rgba(242, 242, 242, .4);--color-border-button: rgba(242, 242, 242, .1);--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .8);--color-text-tertiary: rgba(255, 255, 255, .7);--color-text-quaternary: rgba(255, 255, 255, .6);--color-text-money: #f2f2f2;--color-hover: rgba(255, 255, 255, .1);--color-active: rgba(255, 255, 255, .2);--color-disabled: rgba(255, 255, 255, .5);--color-money-bg: rgba(242, 242, 242, .1);--color-money-bg-hover: rgba(242, 242, 242, .15);--color-money-input-bg: rgba(242, 242, 242, .1);--color-button-bg: #f2f2f2;--color-button-bg-hover: rgba(242, 242, 242, .9);--color-icon: #0d0d0d;--color-success: #00c853;--color-success-light: #00ff88;--color-success-dark: #006229;--color-success-darker: #00cc6a;--color-success-shadow: rgba(0, 200, 83, .2);--color-shadow-light: rgba(0, 0, 0, .1);--color-shadow-medium: rgba(0, 0, 0, .2);--color-shadow-dark: rgba(0, 0, 0, .3);--color-switcher-bg: #f2f2f233;--color-switcher-thumb: #ffffff;--color-switcher-checked: #00c853;--color-increment-bg: #f2f2f21a;--color-increment-border: #f2f2f233;--color-increment-button: #f2f2f2;--color-increment-text: #f2f2f280;--color-loader-bg: rgba(0, 0, 0, .3);--color-loader-gradient-start: #00ff88;--color-loader-gradient-end: #00cc6a;--color-footer-bg: rgba(0, 0, 0);--color-footer-border: var(--color-border-secondary);--color-footer-text: var(--color-text-money);--color-ping-dot: var(--color-success);--color-network-bars: var(--color-success)}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:var(--color-text-primary);overflow-x:hidden}#root{min-height:100vh}@supports (-webkit-touch-callout: none){html,body{width:100%;overscroll-behavior:none}}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:none}ul,ol{list-style:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6,p{margin:0}*:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}html{scroll-behavior:smooth}html,body,#root{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{width:0;height:0;display:none}.app{min-height:var(--real-vh);width:100%;max-width:1920px;margin:0 auto;position:relative;overflow-x:hidden;color:var(--color-text-primary);font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;justify-content:space-between}:fullscreen .app,:fullscreen .app__phaserGame{max-width:none!important;width:100vw!important;height:100vh!important;left:0!important;transform:none!important}.app--mobile{min-width:unset;width:100dvw;max-width:100dvw;height:auto;min-height:var(--real-vh)}.app--mobile .app__phaserGame{position:fixed;top:0;left:0;width:100%;height:var(--real-vh)}.app__background{background:url(/assets/bg-blue-full-Pxnygwh6.png);background-size:cover;background-position:center;background-repeat:no-repeat}.app--mobile.app__background{background-position:center 30%}.app__phaserGame{position:absolute;top:0;left:0;width:100%;max-width:1920px;height:100%;z-index:0;overflow:hidden}@media (min-width: 1921px){.app__phaserGame{left:50%;transform:translate(-50%)}}.app__phaserGame--mobile{min-width:unset;min-height:unset;max-width:100%}@media (min-width: 1921px){.app__phaserGame--mobile{left:0;transform:none}}.app__phaserGame #game-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.app__phaserGame #game-container canvas{max-width:100%;max-height:100%;display:block}.app__header{position:relative;display:flex;flex-direction:column;justify-content:flex-start}.app__multiplierSection{height:32px;width:100%}.app__sideMenu{position:absolute;top:80px;right:16px;z-index:1001}@media (max-width: 768px){.app__sideMenu{z-index:1000;top:30px;right:8px}}.app__sidebarArea{max-height:880px;width:348px;position:absolute;top:15%;right:72px;z-index:99}@media (max-height: 850px){.app__sidebarArea{top:18%}}.app__content{position:relative;padding:0 20px 20px;flex:1 1 auto;min-height:0;min-width:0;display:flex;flex-direction:column;gap:var(--bet-history-gap, 24px)}@media (min-width: 769px){.app__content{flex-direction:row;align-items:stretch;overflow:hidden}}.app__content--mobile{padding:0 8px;gap:8px;margin-bottom:16px}@media (max-width: 350px){.app__content--mobile{padding:0 4px}}.app__main{width:100%;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (max-width: 768px){.app__content--mobile .app__main{min-height:calc(var(--real-vh) - 120px);flex:0 0 auto}}.app__bettingPanels{width:100%;display:flex;align-items:center;justify-content:center}.app__bettingPanelsRow{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.app__bettingPanels--mobile{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;bottom:8px}.app__autoPlayContent{opacity:0;transform:translateY(10px) translateZ(0);will-change:transform,opacity}.app__autoPlayContent--visible{z-index:1000;opacity:1;transform:translateY(0) translateZ(0)}.app__loader{z-index:6;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.app__toast{z-index:1000;position:absolute;top:60px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.app__toast>*{pointer-events:auto}.app__multiplierDisplay{z-index:6;position:absolute;top:120px;left:50%;transform:translate(-50%,-50%)}.app__multiplierDisplay--mobile{top:80px}.app__options{position:absolute;bottom:0;left:0;right:0;z-index:1000;width:100%;padding:50px 16px;display:flex;align-items:flex-end;justify-content:space-between}.app__options-left{display:flex;align-items:center;gap:32px}.app__options-left-item{display:flex;align-items:center;gap:12px}.app__options-left-item span{width:113px;font-weight:500;font-style:Medium;font-size:12px;line-height:150%;letter-spacing:0%;color:var(--color-primary)}.app__options-middle{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:24px}.app__options-middle-item{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.app__options-right{max-width:348px;width:100%;display:flex;align-items:center;gap:12px}.app__gameImages{display:flex;align-items:center;justify-content:center}.app__gameImage{margin-top:200px;width:494px;object-fit:cover;background-repeat:no-repeat}.app__gameImage--mobile{margin-top:120px;width:144px}.app__infoSection{padding:0 16px}:root{--bet-history-width: 360px;--bet-history-gap: 16px}.app__betHistoryPanel{display:flex;width:100%}@media (min-width: 769px){.app__betHistoryPanel{order:-1;flex:0 0 auto;width:var(--bet-history-width)}}._overlay_vhxpe_1{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;background:#1e2534b3}._card_vhxpe_12{box-sizing:border-box;width:100%;max-width:340px;padding:8px 16px;background:#293347cc;border:1px solid rgba(245,240,243,.1);border-radius:16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}._titleGroup_vhxpe_30{display:flex;flex-direction:column;align-items:center;line-height:1.5}._title_vhxpe_30{font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#f5f0f3;white-space:nowrap}._message_vhxpe_46{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-align:center;white-space:pre-line}._buttons_vhxpe_56{display:flex;gap:8px;width:100%}._btn_vhxpe_62{flex:1 0 0;min-width:0;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;border:0;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;cursor:pointer;-webkit-tap-highlight-color:transparent}._btn--ghost_vhxpe_82{background:#2933471a;color:#f5f0f380}._btn--ghost_vhxpe_82:active{background:#29334740}._btn--primary_vhxpe_91{background:#33b552;color:#f5f0f3}._btn--primary_vhxpe_91:active{filter:brightness(.92)}._overlay_pa84z_1{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--color-bg-primary)}._overlay_pa84z_1:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(15,52,96,.55) 0%,rgba(15,52,96,.2) 30%,transparent 65%);pointer-events:none}._card_pa84z_25{position:relative;width:100%;max-width:440px;padding:28px 28px 24px;border-radius:20px;background:var(--color-bg-gradient);border:1px solid var(--color-primary-10);box-shadow:0 24px 48px var(--color-shadow-dark),inset 0 1px 0 var(--color-primary-10);color:var(--color-text-primary);text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;overflow:hidden}._card_pa84z_25:before{content:"";position:absolute;top:-40%;left:50%;width:120%;height:80%;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(0,200,83,.12) 0%,transparent 60%);pointer-events:none}._heroWrap_pa84z_61{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-top:-8px}._heroGlow_pa84z_70{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(15,52,96,.8) 0%,transparent 55%);filter:blur(6px);pointer-events:none}._hero_pa84z_61{position:relative;width:240px;height:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,119,255,.35))}._title_pa84z_91{position:relative;font-family:Ubuntu,sans-serif;font-weight:700;font-size:22px;line-height:120%;letter-spacing:.2px;color:var(--color-text-primary)}._message_pa84z_101{position:relative;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:var(--color-text-quaternary);max-width:360px}._actions_pa84z_111{position:relative;margin-top:10px;width:100%;display:flex;justify-content:center;align-items:center;gap:4px;padding:4px;background:#29334738;border:1px solid rgba(245,240,243,.18);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._actionButton_pa84z_127{flex:1 1 0;min-width:0;min-height:48px;padding:12px 16px;border:1px solid transparent;border-radius:8px;background:transparent;color:#f5f0f3b8;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;line-height:1.5;letter-spacing:0;text-align:center;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}._actionButton_pa84z_127:active{background:#ffffff14}._actionButton_pa84z_127:focus-visible{outline:2px solid rgba(245,240,243,.5);outline-offset:3px}._actionButton_pa84z_127:not(._actionButton--secondary_pa84z_160){background:#293347;border-color:#f5f0f31f;box-shadow:inset 0 1px #ffffff14,0 8px 20px #0a101c4d;color:#f5f0f3}._actionButton--secondary_pa84z_160{background:transparent;border-color:transparent;box-shadow:none;color:#f5f0f3ad}@media (max-width: 768px){._card_pa84z_25{max-width:340px;padding:22px 20px 20px;border-radius:16px;gap:10px}._hero_pa84z_61{width:180px}._title_pa84z_91{font-size:18px}._message_pa84z_101{font-size:12px}._actionButton_pa84z_127{width:100%;min-height:44px;font-size:13px}}._iconButton_qsyyt_1{position:relative;display:inline-block;cursor:pointer;outline:none}._iconButton__square_qsyyt_8{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;transition:background .2s ease,border-color .2s ease}._iconButton_qsyyt_1:not(._iconButtonDisabled_qsyyt_26):hover ._iconButton__square_qsyyt_8,._iconButton__square--active_qsyyt_27{background:#f5f0f30d;border-color:#f5f0f333}._iconButton__icon_qsyyt_36{color:#f5f0f3;transition:color .2s ease}._iconButton__label_qsyyt_41{position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%);display:flex;align-items:center;justify-content:center;padding:4px 12px;background:#0d0d0d99;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);white-space:nowrap;z-index:2;animation:_iconButtonLabelFadeIn_qsyyt_1 .2s ease-out}._iconButton__label__left_qsyyt_60{left:auto;right:calc(100% + 8px);top:50%;transform:translateY(-50%)}._iconButton__labelText_qsyyt_67{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3}._iconButtonDisabled_qsyyt_26{opacity:.5;cursor:not-allowed;pointer-events:none}._iconButton__icoMode_qsyyt_81{position:relative;display:inline-block;cursor:pointer;outline:none}._iconButton_qsyyt_1:focus-visible{outline:none}._iconButton_qsyyt_1:focus-visible ._iconButton__square_qsyyt_8{outline:2px solid rgba(245,240,243,.5);outline-offset:2px}@keyframes _iconButtonLabelFadeIn_qsyyt_1{0%{opacity:0}to{opacity:1}}._balanceDisplay_ppbjj_1{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;height:40px;line-height:1.5;cursor:pointer}._balanceDisplay__label_ppbjj_11{margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;color:#f5f0f3b3;text-align:right;text-transform:uppercase}._balanceDisplay__valueRow_ppbjj_21{display:flex;align-items:flex-end;gap:4px;font-family:Manrope,sans-serif;font-weight:700;color:#f5f0f3;white-space:nowrap}._balanceDisplay__amount_ppbjj_31{font-size:14px}._balanceDisplay__currency_ppbjj_35{font-size:12px;text-transform:uppercase}._multiplierPill_168pd_1{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;min-width:59px;height:28px;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;white-space:nowrap;background:#29334766;border:1px solid transparent;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease,border-color .2s ease}._multiplierPill_168pd_1:hover{background:#293347cc;border-color:#f5f0f333}._multiplierPill--newRound_168pd_28{color:#33b552}._multiplierPill--low_168pd_32{color:#ff002a}._multiplierPill--mid_168pd_36{color:#ffce00}._multiplierPill--high_168pd_40{color:#00b4f3}._multiplierPill--mobile_168pd_44{min-width:54px;height:26px}._multiplierDisplay_ovdp4_1{margin:0;padding:0;font-family:Clash Display,Manrope,sans-serif;font-weight:700;font-size:60px;line-height:1.5;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;color:#8cfdff;text-shadow:0 0 4px rgba(140,253,255,.71)}._multiplierDisplay__mobile_ovdp4_15{font-size:40px}._crashed_ovdp4_19{color:#ff002a;text-shadow:0 0 4px rgba(255,0,42,.71)}@keyframes _scaleTick_ovdp4_1{0%{transform:scale(1)}to{transform:scale(1.02)}}._app__tick_ovdp4_33{animation:_scaleTick_ovdp4_1 .5s ease-in-out infinite alternate}._loader_xua58_1{display:flex;flex-direction:column;align-items:center;gap:7px;width:249px}._loader__mobile_xua58_9{width:160px}._loader__title_xua58_13{font-family:Manrope,sans-serif;font-weight:600;font-size:24px;line-height:1.5;text-align:center;color:#f5f0f3b3;white-space:nowrap}._loader__progressBar_xua58_23{box-sizing:border-box;position:relative;width:100%;height:10px;padding:1px;background:#1e2534;border-radius:16px;overflow:hidden}._loader__progressFill_xua58_34{width:100%;height:100%;background:#33b552;border-radius:100px;will-change:width}._loader__time_xua58_42{font-family:Manrope,sans-serif;font-weight:600;font-size:24px;line-height:1.5;text-align:center;color:#f5f0f3}._loader__mobile_xua58_9 ._loader__title_xua58_13{font-weight:700;font-size:12px;white-space:normal}._loader__mobile_xua58_9 ._loader__progressBar_xua58_23{height:8px}._loader__mobile_xua58_9 ._loader__time_xua58_42{font-weight:800;font-size:16px}._mlo_xua58_69{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:48px 24px;background:#1e2534}._mlo__content_xua58_81{flex:1;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}._mlo__drone_xua58_92{width:100%;max-width:400px;height:auto;object-fit:contain}._mlo__title_xua58_99{width:100%;max-width:340px;height:auto;object-fit:contain}._mlo__pbox_xua58_106{width:100%;height:24px;border-radius:32px;border:1px solid #383545;background:#0d0d0d4d;overflow:hidden}._mlo__pfill_xua58_115{height:calc(100% - 8px);margin:4px;border-radius:32px;position:relative;transition:width .9s cubic-bezier(.25,.46,.45,.94)}._mlo__pfill_xua58_115:before{content:"";position:absolute;inset:0;border-radius:32px;background:linear-gradient(90deg,#8092d1de 50%,#0b1eb4)}._mlo__brand_xua58_135{width:100%;max-width:140px;height:auto;object-fit:contain;flex-shrink:0}@media (max-width: 768px){._mlo_xua58_69{padding:48px 20px 32px}._mlo__content_xua58_81{max-width:280px;gap:20px}._mlo__drone_xua58_92{max-width:240px}._mlo__title_xua58_99{max-width:220px}._mlo__brand_xua58_135{max-width:100px}}._moneyButton_1ujtc_1{box-sizing:border-box;display:flex;flex:1 1 auto;min-width:0;align-items:center;justify-content:center;height:36px;padding:8px 0;background:#1e253480;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;cursor:pointer;transition:background .2s ease,border-color .2s ease}._moneyButton_1ujtc_1:hover:not(:disabled){background:#1e2534b3;border-color:#f5f0f333}._moneyButton_1ujtc_1:focus-visible{outline:2px solid rgba(245,240,243,.5);outline-offset:2px}._moneyButton--mobile_1ujtc_30{height:32px;padding:4px 0}._moneyButton--disabled_1ujtc_35{opacity:.5;cursor:not-allowed;pointer-events:none}._moneyButton__text_1ujtc_41{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3;white-space:nowrap;-webkit-user-select:none;user-select:none}._popup_1c8c9_1{position:fixed;inset:0;z-index:2000;display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .3s ease}._popup--open_1c8c9_12{opacity:1}._popup__container_1c8c9_16{position:relative;display:flex;flex-direction:column;width:100%;max-height:80vh;background:#1e253466;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px 16px 0 0;overflow:hidden;transform:translateY(100%);transition:transform .3s ease}._popup--open_1c8c9_12 ._popup__container_1c8c9_16{transform:translateY(0)}._popup__header_1c8c9_35{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-shrink:0;height:56px;padding:8px 16px;background:#29334799;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._popup__title_1c8c9_49{font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f5f0f3}._popup__closeButton_1c8c9_57{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;padding:4px;background:transparent;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;color:#f5f0f3;transition:background .2s ease,border-color .2s ease}._popup__closeButton_1c8c9_57:hover{background:#f5f0f30d;border-color:#f5f0f333}._popup__content_1c8c9_82{padding:12px 0;flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._popup__content_1c8c9_82::-webkit-scrollbar{width:6px}._popup__content_1c8c9_82::-webkit-scrollbar-track{background:#f5f0f30d;border-radius:3px}._popup__content_1c8c9_82::-webkit-scrollbar-thumb{background:#f5f0f333;border-radius:3px}._popup__content_1c8c9_82::-webkit-scrollbar-thumb:hover{background:#f5f0f34d}._infoPopup_1kbmb_1{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}._infoPopup--open_1kbmb_16{opacity:1;visibility:visible;pointer-events:auto;overflow:hidden}._infoPopup__backdrop_1kbmb_23{position:absolute;inset:0;background:#0009}._infoPopup__container_1kbmb_29{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:28px;width:768px;max-width:calc(100vw - 32px);max-height:600px;background:#1e253466;border:1px solid rgba(245,240,243,.1);border-radius:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;transform:scale(.9);transition:transform .3s ease}._infoPopup--open_1kbmb_16 ._infoPopup__container_1kbmb_29{transform:scale(1)}._infoPopup__header_1kbmb_54{display:flex;align-items:center;gap:8px;width:100%;padding:16px 24px 8px;background:#29334799;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._infoPopup__title_1kbmb_65{flex:1 1 0;min-width:0;margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#f5f0f3}._infoPopup__closeButton_1kbmb_76{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;padding:4px;background:transparent;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;color:#f5f0f3;transition:background .2s ease,border-color .2s ease}._infoPopup__closeButton_1kbmb_76:hover{background:#f5f0f30d;border-color:#f5f0f333}._infoPopup__content_1kbmb_101{flex:1 1 auto;width:100%;padding:0 24px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._infoPopup__content_1kbmb_101::-webkit-scrollbar{display:none}._infoSection_5idig_1{display:flex;flex-direction:column;gap:24px;width:100%}._infoSection__item_5idig_8{display:flex;flex-direction:column;gap:10px;width:100%}._infoSection__heading_5idig_15{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f5f0f3}._infoSection__body_5idig_24{display:flex;flex-direction:column;gap:8px}._infoSection__text_5idig_30{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#f5f0f3d9}._infoSection__formula_5idig_40{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#33b55214;border:1px solid rgba(51,181,82,.3);border-left:2px solid #33b552;border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._infoSection__formulaText_5idig_53{font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-weight:600;font-size:13px;line-height:1.5;letter-spacing:.02em;color:#bff5ca;text-align:center;word-break:break-word}._roundInfoContent_vwgbm_1{display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 8px;width:100%;font-family:Manrope,sans-serif;color:#f5f0f3}._roundInfoContent__header_vwgbm_14{display:flex;align-items:center;justify-content:space-between;padding:8px 0;width:100%}._roundInfoContent__headerLeft_vwgbm_22{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}._roundInfoContent__droneCircle_vwgbm_30{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:#33b552;border-radius:50%}._roundInfoContent__droneIcon_vwgbm_41{width:30px;height:30px}._roundInfoContent__multiplier_vwgbm_46{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:24px;line-height:1.5;color:#f5f0f3}._roundInfoContent__date_vwgbm_55{margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-align:right;white-space:pre}._roundInfoContent__divider_vwgbm_68{width:100%;height:1px;background:#f5f0f31a}._roundInfoContent__list_vwgbm_76{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:24px;width:100%}._roundInfoContent__row_vwgbm_85{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}._roundInfoContent__rowText_vwgbm_93{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}._roundInfoContent__rowTitle_vwgbm_101{margin:0;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#f5f0f3}._roundInfoContent__rowDescription_vwgbm_110{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#f5f0f3b3}._roundInfoContent__input_vwgbm_119{display:flex;align-items:center;gap:16px;height:44px;width:100%;padding:8px 12px;background:#1e253466;border:1px solid rgba(245,240,243,.2);border-radius:8px;box-sizing:border-box}._roundInfoContent__input--muted_vwgbm_132{background:#1e2534;border-color:transparent}._roundInfoContent__inputValue_vwgbm_137{flex:1 1 auto;min-width:0;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._roundInfoContent__input--muted_vwgbm_132 ._roundInfoContent__inputValue_vwgbm_137{color:#f5f0f31a}._roundInfoContent__copyButton_vwgbm_155{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:2px;flex-shrink:0;background:transparent;border:none;cursor:pointer;color:#f5f0f3b3;transition:color .2s ease,opacity .2s ease}._roundInfoContent__copyButton_vwgbm_155:hover{color:#f5f0f3}._roundInfoContent__copyButton_vwgbm_155:active{opacity:.6}._roundInfoContent__copyIcon_vwgbm_178{width:20px;height:20px;display:block}._roundInfoContent__meaningOfProvablyFair_vwgbm_186{align-self:flex-start;background:transparent;border:none;padding:0;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#fff;text-decoration:underline;cursor:pointer}._roundInfoContent__meaningOfProvablyFair__mobile_vwgbm_201{margin-bottom:24px}._container_gx0ij_1{display:flex;flex-direction:column;gap:24px;width:100%}._section_gx0ij_9{display:flex;flex-direction:column;gap:12px;width:100%}._section__heading_gx0ij_16{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f5f0f3}._section__body_gx0ij_25{display:flex;flex-direction:column;gap:12px}._section__description_gx0ij_31{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#f5f0f3cc}._section__footer_gx0ij_40{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:13px;line-height:1.5;color:#f5f0f399}._callout_gx0ij_50{display:flex;flex-direction:column;gap:6px;width:100%;padding:14px 16px;background:#1e253466;border:1px solid rgba(245,240,243,.1);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._callout--emphasized_gx0ij_63{border-left:2px solid #33b552;background:#33b5520f}._callout__label_gx0ij_68{margin:0;font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:1.5;letter-spacing:.04em;text-transform:uppercase;color:#f5f0f3b3}._callout__content_gx0ij_79{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#f5f0f3;word-break:break-word}._callout__content--mono_gx0ij_89{font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:12.5px;letter-spacing:.02em;color:#a7f3a5;word-break:break-all}._grid_gx0ij_98{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;width:100%;padding:1px;background:#f5f0f314;border:1px solid rgba(245,240,243,.1);border-radius:12px;overflow:hidden}._grid__cell_gx0ij_110{display:flex;flex-direction:column;gap:6px;padding:12px 14px;background:#1e253480;min-width:0}._grid--mobile_gx0ij_119{display:flex;flex-direction:column;gap:1px;padding:1px}._grid__row_gx0ij_126{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#1e253480;min-width:0}._grid__label_gx0ij_136{font-family:Manrope,sans-serif;font-weight:600;font-size:11px;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#f5f0f399;white-space:nowrap}._grid__value_gx0ij_147{font-family:Manrope,sans-serif;font-weight:700;font-size:13px;line-height:1.5;color:#f5f0f3;word-break:break-word;min-width:0}._grid--mobile_gx0ij_119 ._grid__value_gx0ij_147{text-align:right;flex:1 1 auto}._grid__value--mono_gx0ij_162{font-family:JetBrains Mono,Fira Code,Menlo,Consolas,monospace;font-size:12px;letter-spacing:.02em}._bulletList_gx0ij_169{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}._bulletList__item_gx0ij_178{display:flex;align-items:flex-start;gap:10px}._bulletList__marker_gx0ij_184{flex-shrink:0;margin-top:8px;width:6px;height:6px;border-radius:50%;background:#33b552;box-shadow:0 0 0 3px #33b55226}._bulletList__text_gx0ij_194{flex:1 1 auto;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3}._numberedList_gx0ij_204{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0;counter-reset:pf-number}._numberedList__item_gx0ij_214{display:flex;align-items:flex-start;gap:12px}._numberedList__badge_gx0ij_220{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#33b5522e;border:1px solid rgba(51,181,82,.45);font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1;color:#bff5ca}._numberedList__text_gx0ij_237{flex:1 1 auto;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3;padding-top:1px}._container_1aoxh_1{display:flex;flex-direction:column;gap:24px;width:100%}._section_1aoxh_9{display:flex;flex-direction:column;gap:12px;width:100%}._section__heading_1aoxh_16{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f5f0f3}._numberedList_1aoxh_26{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}._numberedList__item_1aoxh_35{display:flex;align-items:flex-start;gap:12px}._numberedList__item--bold_1aoxh_41 ._numberedList__text_1aoxh_41{font-weight:700;color:#f5f0f3}._numberedList__badge_1aoxh_46{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#33b5522e;border:1px solid rgba(51,181,82,.45);font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1;color:#bff5ca}._numberedList__text_1aoxh_41{flex:1 1 auto;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3d9;padding-top:1px}._figure_1aoxh_74{margin:4px 0 0;padding:8px;width:100%;background:#1e253466;border:1px solid rgba(245,240,243,.1);border-radius:14px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._figure__image_1aoxh_85{display:block;width:100%;max-width:100%;height:auto;border-radius:10px;object-fit:contain}._example_1aoxh_95{display:flex;flex-direction:column;gap:10px;width:100%;padding:14px 16px;background:#33b5520f;border:1px solid rgba(51,181,82,.25);border-left:2px solid #33b552;border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._example__label_1aoxh_109{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;letter-spacing:.06em;text-transform:uppercase;color:#bff5ca}._example__list_1aoxh_120{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0;counter-reset:hp-example}._example__item_1aoxh_130{display:flex;align-items:flex-start;gap:10px}._example__badge_1aoxh_136{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:#33b55233;font-family:Manrope,sans-serif;font-weight:700;font-size:11px;line-height:1;color:#bff5ca}._example__text_1aoxh_152{flex:1 1 auto;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3;padding-top:1px}._example__item--bold_1aoxh_162 ._example__text_1aoxh_152{font-weight:700;color:#33b552}._badge_sikgz_1{box-sizing:border-box;width:44px;height:22px;border-radius:100px;border-width:1px;opacity:1;padding:4px 12px;gap:10px;background:linear-gradient(180deg,#c80028,#98142f);border:1px solid var(--stroke-s_default, #f2f2f233);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Ubuntu,sans-serif;font-weight:700;font-size:12px;line-height:14px;white-space:nowrap;pointer-events:none}._badge__mobile_sikgz_30{width:40px}._clearableInput_rji9b_1{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:36px;width:90px;padding:4px 8px 4px 16px;background:#1e253466;border:1px solid rgba(245,240,243,.2);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;font-family:Manrope,sans-serif}._clearableInput--mobile_rji9b_18{height:28px;width:auto;padding:4px 4px 4px 8px;backdrop-filter:none;-webkit-backdrop-filter:none}._clearableInput__row_rji9b_26{display:flex;flex:1 1 auto;min-width:0;align-items:center;justify-content:space-between;gap:4px;width:100%}._clearableInput--mobile_rji9b_18 ._clearableInput__row_rji9b_26{width:47px;flex:0 0 auto}._clearableInput__field_rji9b_41{flex:1 1 auto;min-width:0;width:100%;padding:0;margin:0;background:transparent;border:none;outline:none;font-family:inherit;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f380;appearance:textfield;-moz-appearance:textfield}._clearableInput__field_rji9b_41::-webkit-outer-spin-button,._clearableInput__field_rji9b_41::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}._clearableInput__field_rji9b_41::placeholder{color:#f5f0f380}._clearableInput__field--filled_rji9b_70{color:#f5f0f3}._clearableInput__clear_rji9b_74{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;padding:0;background:transparent;border:none;cursor:pointer;color:#f5f0f380;transition:color .2s ease}._clearableInput__clear_rji9b_74:hover:not(:disabled){color:#f5f0f3}._clearableInput__clear_rji9b_74:disabled{cursor:not-allowed}._clearableInput__clearIcon_rji9b_97{width:18px;height:18px;display:block}._clearableInput--disabled_rji9b_103{opacity:.6;pointer-events:none}._cardLayoutTabs_1s7kt_1{display:inline-flex;align-items:center;width:105px;padding:0;background:#29334733;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px;overflow:hidden}._cardLayoutTabs__item_1s7kt_13{display:inline-flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;padding:4px 8px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#f5f0f3b3;transition:background .2s ease,color .2s ease}._cardLayoutTabs__item_1s7kt_13:hover:not(:disabled):not(._cardLayoutTabs__item--active_1s7kt_28){color:#f5f0f3}._cardLayoutTabs__item_1s7kt_13:disabled{cursor:not-allowed;opacity:.5}._cardLayoutTabs__item--active_1s7kt_28{background:#293347;color:#f5f0f3}._cardLayoutTabs__icon_1s7kt_42{width:20px;height:20px;display:block}._freeBetTile_xcwrr_1{display:inline-flex;align-items:center;gap:8px;width:139px;height:32px;padding:0 8px;background:#1e253466;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(245,240,243,.1);border-radius:8px;cursor:pointer;color:#f5f0f380;font-family:Manrope,sans-serif;transition:background .2s ease,border-color .2s ease,color .2s ease}._freeBetTile_xcwrr_1:not(:disabled):not(div):hover{background:#1e25348c;border-color:#f5f0f333;color:#f5f0f3}._freeBetTile_xcwrr_1:disabled,._freeBetTile--disabled_xcwrr_26{cursor:not-allowed;opacity:.5}._freeBetTile__icon_xcwrr_31{width:20px;height:20px;flex-shrink:0;transform:rotate(-20deg);transform-origin:center;color:inherit}._freeBetTile__label_xcwrr_40{flex:1 1 0;min-width:0;margin:0;font-weight:500;font-size:12px;line-height:1.5;text-align:left;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._freeBetTile__badge_xcwrr_54{display:inline-flex;align-items:center;justify-content:center;height:16px;padding:0 5px;background:#ff002a;border-radius:8px;font-family:inherit;font-weight:700;font-size:10px;line-height:1.5;color:#f5f0f3;white-space:nowrap;flex-shrink:0}._warningTooltip_ar4z4_1{position:relative;display:flex;flex-direction:column;width:100%}._warningTooltip__card_ar4z4_8{display:flex;flex-direction:column;width:100%;background:#1e2534e6;border-radius:12px;overflow:hidden}._warningTooltip__title_ar4z4_17{display:flex;align-items:center;gap:4px;height:24px;padding:8px;background:#29334766;color:#f5f0f3}._warningTooltip__icon_ar4z4_27{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:#f5f0f3}._warningTooltip__titleText_ar4z4_37{font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:1.5;color:#f5f0f3;white-space:nowrap}._warningTooltip__content_ar4z4_46{display:flex;flex-direction:column;padding:4px 12px 8px}._warningTooltip__description_ar4z4_53{margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3}._warningTooltip__pointer_ar4z4_63{position:relative;display:block;width:14px;height:8px;margin-top:-1px;background:#1e2534e6;clip-path:polygon(0 0,100% 0,50% 100%)}._warningTooltip--pointer-left_ar4z4_73 ._warningTooltip__pointer_ar4z4_63{margin-left:16px}._warningTooltip--pointer-center_ar4z4_77 ._warningTooltip__pointer_ar4z4_63{align-self:center}._warningTooltip--pointer-right_ar4z4_81 ._warningTooltip__pointer_ar4z4_63{align-self:flex-end;margin-right:16px}._header_577yd_1{display:flex;align-items:center;justify-content:space-between;height:80px;padding:8px 40px;background:transparent}._header__left_577yd_10,._header__titleContainer_577yd_15{display:flex;align-items:center}._header__logo_577yd_20{height:60px;width:auto}._header__logoStack_577yd_25{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:0}._header__logoPart_577yd_33{display:block;height:24px;width:auto}._header__logoBtn_577yd_39{display:inline-flex;padding:0;margin:0;background:none;border:none;cursor:pointer;transition:opacity .2s ease}._header__logoBtn_577yd_39:hover{opacity:.8}._header__logoBtn_577yd_39:active{opacity:.6}._header__right_577yd_57{display:flex;align-items:center;gap:16px}._header__center_577yd_63{display:flex;align-items:center}._header__actions_577yd_68{display:flex;align-items:center;gap:8px}._header__settingsWrapper_577yd_74{position:relative;display:inline-flex}._header__settingsPopover_577yd_79{position:absolute;top:calc(100% + 8px);right:0;z-index:1002}@media (max-width: 768px){._header_577yd_1{height:auto;min-height:56px;padding:8px}._header__logo_577yd_20{height:28px}._header__logoPart_577yd_33{height:14px}}._toggleContainer_booea_1{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._toggleLabel_booea_8{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3;cursor:pointer}._toggle_booea_1{display:inline-flex;align-items:center;justify-content:flex-start;padding:1px;width:30px;height:16px;border-radius:16px;cursor:pointer;outline:none;transition:background .2s ease}._toggle_booea_1:focus-visible{outline:2px solid rgba(245,240,243,.5);outline-offset:2px}._toggleOff_booea_35{background:#293347}._toggleOn_booea_39{background:#33b552}._toggleBall_booea_43{width:14px;height:14px;border-radius:50%;background:#f5f0f3;transition:transform .2s ease}._toggleOn_booea_39 ._toggleBall_booea_43{transform:translate(14px)}@media (min-width: 769px){._toggle_booea_1{width:46px;height:24px}._toggleBall_booea_43{width:22px;height:22px}._toggleOn_booea_39 ._toggleBall_booea_43{transform:translate(22px)}._toggleLabel_booea_8{font-size:14px}}._toggleDisabled_booea_75{opacity:.5;cursor:not-allowed}._settingsPanel_1rmrg_1{min-width:260px;display:flex;flex-direction:column;gap:12px;width:100%;padding:16px 0 0;background:#1e253480;border:1px solid rgba(245,240,243,.2);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;box-sizing:border-box;font-family:Manrope,sans-serif}._settingsPanel__list_1rmrg_20{display:flex;flex-direction:column;gap:12px;padding:0 20px}._settingsPanel__section_1rmrg_27{display:flex;flex-direction:column;gap:12px;width:100%}._settingsPanel__divider_1rmrg_34{width:100%;height:1px;background:#f5f0f31a}._settingsPanel__row_1rmrg_42{display:flex;align-items:center;gap:8px;width:100%;padding:0;background:transparent;border:none;color:#f5f0f3b3;font-family:inherit;text-align:left;cursor:pointer}._settingsPanel__row_1rmrg_42:not(button){cursor:default}._settingsPanel__row--active_1rmrg_60{color:#f5f0f3}._settingsPanel__icon_1rmrg_64{flex-shrink:0;width:24px;height:24px;color:inherit}._settingsPanel__label_1rmrg_71{flex:1 1 0;min-width:0;font-weight:600;font-size:12px;line-height:1.5;color:inherit}._settingsPanel__toggle_1rmrg_80{flex-shrink:0}._settingsPanel__badge_1rmrg_84{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:2px 9px;background:#ff002a;border-radius:8px;font-family:Manrope,sans-serif;font-weight:700;font-size:10px;line-height:1.5;color:#f5f0f3;white-space:nowrap;flex-shrink:0}._settingsPanel__footer_1rmrg_103{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#11162099}._settingsPanel__footerText_1rmrg_111{flex:1 1 0;font-family:Archivo,Manrope,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#bebec2}._settingsPanel__footerLogo_1rmrg_120{width:53px;height:24px;object-fit:contain;flex-shrink:0}._multiplierHistory_1h7yc_1{display:flex;flex-wrap:wrap;align-items:center;gap:4px;width:100%;min-width:0}._multiplierHistory__toggle_1h7yc_10{display:inline-flex;align-items:center;justify-content:center;min-width:59px;height:28px;padding:4px 12px;background:#29334766;border:1px solid transparent;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease,border-color .2s ease}._multiplierHistory__toggle_1h7yc_10:hover{background:#293347cc;border-color:#f5f0f333}._multiplierHistory__toggleIcon_1h7yc_32{transition:transform .2s ease}._multiplierHistory__toggleIcon--expanded_1h7yc_36{transform:rotate(180deg)}._footer_c4398_2{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:6px 16px;background:var(--color-footer-bg);border-top:1px solid var(--color-footer-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}._footer--mobile_c4398_13{padding:4px 8px}._footer__left_c4398_17{display:flex;flex-direction:row;align-items:center;gap:8px}._footer__left--mobile_c4398_24 img{width:122px}._footer__right_c4398_30{display:flex;flex-direction:row;align-items:center;height:18px}._ping_c4398_38{display:flex;flex-direction:row;align-items:center;gap:4px}._ping__icon_c4398_45{width:8px;height:8px;border-radius:50%;background:var(--color-ping-dot);animation:_pulse_c4398_1 2s infinite}._ping__text_c4398_53{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:var(--color-footer-text)}@keyframes _pulse_c4398_1{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._networkStatus_c4398_78{display:flex;flex-direction:row;align-items:center;gap:4px;height:18px}._networkStatus__icon_c4398_86{position:relative;width:18px;height:18px}._networkStatus__bar_c4398_92{position:absolute;width:2px;border-radius:1px;background:var(--color-network-bars);bottom:3px}._networkStatus__bar--1_c4398_100{height:3px;right:14px}._networkStatus__bar--2_c4398_105{height:6px;right:10px}._networkStatus__bar--3_c4398_110{height:9px;right:6px}._networkStatus__bar--4_c4398_115{height:12px;right:2px}._networkStatus__text_c4398_120{height:14px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:var(--color-footer-text)}._timeDisplay_c4398_131{display:flex;flex-direction:row;align-items:center;gap:8px}._timeDisplay__separator_c4398_138{width:12px;height:0px;border:1px solid var(--color-border-secondary);transform:rotate(90deg)}._timeDisplay__time_c4398_145,._timeDisplay__gmt_c4398_155{width:59px;height:14px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:14px;color:var(--color-footer-text)}._timeDisplay__gmt--mobile_c4398_166{width:39px}@media (max-width: 370px){._timeDisplay__separator_c4398_138{display:none}._footer__right_c4398_30{flex:1}._timeDisplay_c4398_131{flex-direction:column;align-items:flex-end;gap:0}._timeDisplay_c4398_131 ._timeDisplay__time_c4398_145,._timeDisplay_c4398_131 ._timeDisplay__gmt_c4398_155{font-size:10px;text-align:right;width:50px}}._networkStatus_8h2en_2{--color-network-excellent: #00c853;--color-network-good: #00c853;--color-network-medium: #ffc800;--color-network-low: #ffc800;--color-network-disconnected: #c80028;--color-network-inactive: #666666;display:flex;flex-direction:row;align-items:center;gap:4px;width:135px;height:18px}._networkStatus__mobile_8h2en_19{width:100%;height:14px;margin-left:10px}._networkStatus__icon_8h2en_25{position:relative;width:18px;height:18px}._networkStatus__bars_8h2en_31{position:relative;width:100%;height:100%}._networkStatus__bar_8h2en_31{position:absolute;width:2px;border-radius:1px;bottom:3px;transition:background-color .3s ease}._networkStatus__bar--1_8h2en_45{height:3px;right:14px}._networkStatus__bar--2_8h2en_50{height:6px;right:10px}._networkStatus__bar--3_8h2en_55{height:9px;right:6px}._networkStatus__bar--4_8h2en_60{height:12px;right:2px}._networkStatus__bar--active_8h2en_66{background:var(--color-network-excellent)}._networkStatus__bar--inactive_8h2en_70,._networkStatus__bar--disconnected_8h2en_74{background:var(--color-network-inactive)}._networkStatus--excellent_8h2en_79 ._networkStatus__bar--active_8h2en_66{background:var(--color-network-excellent)}._networkStatus--good_8h2en_83 ._networkStatus__bar--active_8h2en_66{background:var(--color-network-good)}._networkStatus--medium_8h2en_87 ._networkStatus__bar--active_8h2en_66{background:var(--color-network-medium)}._networkStatus--low_8h2en_91 ._networkStatus__bar--active_8h2en_66{background:var(--color-network-low)}._networkStatus__x_8h2en_96{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;display:flex;align-items:center;justify-content:center}._networkStatus__xIcon_8h2en_108{filter:brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(3200%) hue-rotate(340deg) brightness(94%) contrast(100%);width:10px;height:10px;color:var(--color-network-disconnected)}._networkStatus__text_8h2en_116{width:113px;height:14px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:var(--color-footer-text)}._networkStatus__text__mobile_8h2en_127{width:113px}@media (max-width: 420px){._networkStatus__text__mobile_8h2en_127{width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}}._betHistory_1efx4_1{display:flex;flex-direction:column;width:100%;height:100%;background-color:#1e253466;background-image:url(/assets/ALgol-bg-BOLPUwey.png);background-repeat:no-repeat;background-position:center;background-size:250px auto;border:1px solid rgba(245,240,243,.2);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:hidden;font-family:Manrope,sans-serif;color:#f5f0f3}@media (min-width: 769px){._betHistory_1efx4_1{contain:size}}._betHistory--mobile_1efx4_31{border-radius:12px;background-size:168px 200px}._betHistory__divider_1efx4_36{width:100%;height:1px;background:#f5f0f31a}._betHistory__tabsArea_1efx4_42{display:flex;flex-direction:column;gap:8px;padding:20px 8px 0}._betHistory--mobile_1efx4_31 ._betHistory__tabsArea_1efx4_42{padding:12px 8px 0}._betHistory__listArea_1efx4_53{position:relative;flex:1 1 auto;min-height:0;padding:24px 0 0;overflow:hidden}._betHistory--mobile_1efx4_31 ._betHistory__listArea_1efx4_53{padding:12px 0 0}._betTabs_ucusw_1{display:flex;align-items:center;width:100%;padding:4px;background:#29334733;border:1px solid rgba(245,240,243,.2);border-radius:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._betTabs__item_ucusw_13{flex:1 1 0;padding:8px;background:transparent;border:none;border-radius:8px;color:#f5f0f3b3;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;text-align:center;cursor:pointer;transition:background .2s ease,color .2s ease}._betTabs__item--active_ucusw_29{background:#293347;color:#f5f0f3;font-weight:600}._betHistoryList_1g0rl_1{display:flex;flex-direction:column;height:100%;gap:12px;min-height:0}._betHistoryList__header_1g0rl_9{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px;padding:0 32px;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-transform:uppercase}._betHistoryList--mobile_1g0rl_22 ._betHistoryList__header_1g0rl_9{padding:0 16px}._betHistoryList--mobile_1g0rl_22 ._betHistoryList__rows_1g0rl_26{min-height:400px;max-height:400px}._betHistoryList__headerCell_1g0rl_31{white-space:nowrap}._betHistoryList__headerCell--cashout_1g0rl_35{text-align:right}._betHistoryList__rows_1g0rl_26{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:4px;padding:0 16px 16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#33b552 #2b374f}._betHistoryList__rows_1g0rl_26::-webkit-scrollbar{width:4px}._betHistoryList__rows_1g0rl_26::-webkit-scrollbar-track{background:#2b374f;border-radius:32px}._betHistoryList__rows_1g0rl_26::-webkit-scrollbar-thumb{background:#00bb2b;border-radius:32px}._betHistoryList__emptyState_1g0rl_65{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:320px;padding:78px 16px}._betHistoryList__emptyIcon_1g0rl_74{width:50px;height:50px;color:#f5f0f3b3;flex-shrink:0}._betHistoryList__emptyText_1g0rl_81{display:flex;flex-direction:column;align-items:center;gap:4px}._betHistoryList__emptyTitle_1g0rl_88{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3;text-transform:uppercase;white-space:nowrap}._betHistoryList__emptyDescription_1g0rl_99{margin:0;width:180px;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-align:center;text-transform:uppercase}._betHistoryRow_1duyw_1{height:44px;display:flex;gap:8px;align-items:center;padding:8px;background:#11162066;border:1px solid transparent;border-radius:4px;font-family:Manrope,sans-serif;font-size:12px;line-height:1.5;color:#f5f0f3}._betHistoryRow--mine_1duyw_16{background:#2b374f;border-color:#33b552}._betHistoryRow__player_1duyw_21{flex:1 1 0;min-width:0;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._betHistoryRow__bet_1duyw_30{flex:1 1 0;min-width:0;font-weight:700;white-space:nowrap}._betHistoryRow__multiplier_1duyw_37{flex:1 1 0;min-width:0;font-weight:700;color:#f5f0f3b3}._betHistoryRow__multiplier--cashed_1duyw_44{display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:77px;padding:4px;background:#33b552;color:#f5f5f7;border-radius:4px}._betHistoryRow__cashout_1duyw_56{flex:1 1 0;min-width:0;font-weight:700;text-align:right;white-space:nowrap}._betHistoryRow__currency_1duyw_64{flex:0 0 auto;font-weight:500;color:#f5f0f3b3;text-align:right;white-space:nowrap}._betHistoryRow--myBets_1duyw_72{display:flex;flex-direction:column;gap:0}._betHistoryRow__primary_1duyw_78{display:flex;gap:8px;align-items:center;width:100%;padding:8px 0}._betHistoryRow__meta_1duyw_86{display:flex;justify-content:space-between;padding:8px 0 0;border-top:1px solid rgba(245,240,243,.1);font-weight:500;font-size:12px;color:#f5f0f3b3}._metaText_14vt2_1{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#bebec2;white-space:nowrap}._shield_14vt2_10{width:20px;height:20px;flex-shrink:0;color:#33b552}._betHistoryCard_1pxvc_1{display:flex;flex-direction:column;gap:8px;padding:8px;background:#11162066;border-radius:8px;font-family:Manrope,sans-serif}._betHistoryCard__primary_1pxvc_11{display:flex;align-items:center;justify-content:space-between}._betHistoryCard__bet_1pxvc_17{font-weight:700;font-size:12px;line-height:1.5;color:#f5f5f7;white-space:nowrap}._betHistoryCard__multiplierSlot_1pxvc_25{display:flex;align-items:center;justify-content:center;width:85px;flex-shrink:0}._betHistoryCard__multiplier_1pxvc_25{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:4px 8px;background:#33b552;border-radius:4px;font-weight:700;font-size:12px;line-height:1.5;color:#f5f5f7;white-space:nowrap}._betHistoryCard__multiplierPlaceholder_1pxvc_48{font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3}._betHistoryCard__payout_1pxvc_55{flex-shrink:0;text-align:right;font-weight:700;font-size:12px;line-height:1.5;color:#33b552;white-space:nowrap}._betHistoryCard__payout--muted_1pxvc_65{color:#f5f0f3b3}._betHistoryCard__currency_1pxvc_69{width:35px;flex-shrink:0;text-align:right;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3}._betHistoryCard__meta_1pxvc_79{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(245,240,243,.1)}._betHistoryCardList_m7ltt_1{display:flex;flex-direction:column;height:100%;gap:12px;min-height:0}._betHistoryCardList__header_m7ltt_9{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:8px;padding:0 32px;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-transform:uppercase}._betHistoryCardList--mobile_m7ltt_22 ._betHistoryCardList__header_m7ltt_9{padding:0 16px}._betHistoryCardList--mobile_m7ltt_22 ._betHistoryCardList__rows_m7ltt_26{min-height:400px;max-height:400px}._betHistoryCardList__headerCell_m7ltt_31{white-space:nowrap}._betHistoryCardList__headerCell--cashout_m7ltt_35{text-align:right}._betHistoryCardList__rows_m7ltt_26{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:4px;padding:0 16px 16px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#33b552 #2b374f}._betHistoryCardList__rows_m7ltt_26::-webkit-scrollbar{width:4px}._betHistoryCardList__rows_m7ltt_26::-webkit-scrollbar-track{background:#2b374f;border-radius:32px}._betHistoryCardList__rows_m7ltt_26::-webkit-scrollbar-thumb{background:#00bb2b;border-radius:32px}._betHistoryCardList__emptyState_m7ltt_65{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:320px;padding:78px 16px}._betHistoryCardList__emptyIcon_m7ltt_74{width:50px;height:50px;color:#f5f0f3b3;flex-shrink:0}._betHistoryCardList__emptyText_m7ltt_81{display:flex;flex-direction:column;align-items:center;gap:4px}._betHistoryCardList__emptyTitle_m7ltt_88{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3;text-transform:uppercase;white-space:nowrap}._betHistoryCardList__emptyDescription_m7ltt_99{margin:0;width:180px;font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-align:center;text-transform:uppercase}._metaText_kkej4_1{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#bebec2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._shield_kkej4_12{width:20px;height:20px;flex-shrink:0;color:#33b552}._betHistoryInfo_1h8g6_1{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-family:Manrope,sans-serif}._betHistoryInfo__block_1h8g6_9{display:flex;flex-direction:column}._betHistoryInfo__block_1h8g6_9:last-child{align-items:flex-end}._betHistoryInfo__label_1h8g6_18{font-weight:700;font-size:12px;line-height:1.5;color:#f5f0f3b3;text-transform:uppercase}._betHistoryInfo__value_1h8g6_26{font-weight:700;font-size:14px;line-height:1.5;color:#f5f0f3}._betHistoryInfo__highlight_1h8g6_33{font-weight:700;font-size:14px;line-height:1.5;color:#33b552}._betHistoryFooter_ibiqr_1{display:flex;align-items:center;gap:12px;padding:16px 20px;font-family:Manrope,sans-serif}._betHistoryFooter__text_ibiqr_9{flex:1 1 0;font-weight:400;font-size:14px;line-height:1.5;color:#bebec2}._betHistoryFooter__logo_ibiqr_17{width:44px;height:20px;object-fit:contain}._autoPlayContent_iv64f_1{width:100%;display:flex;flex-direction:column;gap:20px;padding:16px}._autoPlayContent--mobile_iv64f_9{padding:12px 16px 20px;gap:16px}._section_iv64f_15{display:flex;flex-direction:column;gap:8px}._section__label_iv64f_21{font-family:Manrope,sans-serif;font-weight:700;font-size:14px;line-height:100%;color:var(--color-text-secondary, rgba(245, 240, 243, .6))}._section__row_iv64f_29{display:flex;flex-direction:column;gap:8px}._section__input_iv64f_35{width:100%}._section__shortcuts_iv64f_39{display:flex;gap:8px;width:100%}._shortcut_iv64f_45{flex:1 1 auto;min-width:0;height:36px;padding:0 8px;background:transparent;border:1px solid rgba(245,240,243,.1);border-radius:8px;color:var(--color-text-primary, #f5f0f3);font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:100%;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}._shortcut_iv64f_45:hover:not(:disabled){background:#f5f0f30d;border-color:#f5f0f333}._shortcut--active_iv64f_70{background:#f5f0f31a;border-color:#f5f0f34d}._shortcut_iv64f_45:disabled{opacity:.5;cursor:not-allowed}._moreOptions_iv64f_81{display:flex;flex-direction:column;gap:12px}._moreOptions__header_iv64f_87{display:flex;align-items:center;justify-content:center;gap:4px;height:24px;background:transparent;border:none;padding:0;cursor:pointer;color:var(--color-text-primary, #f5f0f3);-webkit-user-select:none;user-select:none}._moreOptions__header--open_iv64f_101 svg{transform:rotate(180deg)}._moreOptions__title_iv64f_105{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:100%}._moreOptions__content_iv64f_112{display:flex;flex-direction:column;gap:12px;animation:_slideDown_iv64f_1 .25s ease}._moreOptions__actions_iv64f_119{display:flex;gap:12px;margin-top:4px;width:100%}@keyframes _slideDown_iv64f_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._optionRow_iv64f_137{display:flex;align-items:center;justify-content:space-between;gap:16px}._optionRow__left_iv64f_144{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}._optionRow__right_iv64f_152{width:140px;flex-shrink:0}._optionRow__label_iv64f_157{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:var(--color-text-primary, #f5f0f3)}._secondaryButton_iv64f_166{flex:1 1 auto;height:36px;padding:0 16px;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:100%;color:var(--color-text-primary, #f5f0f3);background:#f5f0f30d;border:1px solid rgba(245,240,243,.1);border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}._secondaryButton_iv64f_166:hover:not(:disabled){background:#f5f0f314;border-color:#f5f0f333}._secondaryButton_iv64f_166:disabled{opacity:.5;cursor:not-allowed}._secondaryButton--reset_iv64f_195{color:#ff6679;border-color:#c800284d;background:#c800281a}._secondaryButton--reset_iv64f_195:hover:not(:disabled){background:#c8002833;border-color:#c8002880}._primaryAction_iv64f_207{width:100%}._primaryButton_iv64f_211{width:100%;height:44px;padding:8px 32px;font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3;border:none;border-radius:8px;cursor:pointer;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background .15s ease,opacity .15s ease}._primaryButton_iv64f_211:disabled{color:#f5f0f380;background:#29334780;cursor:not-allowed}._primaryButton--start_iv64f_236{background:#33b552}._primaryButton--start_iv64f_236:hover:not(:disabled){background:(#33b552,.85)}._primaryButton--stop_iv64f_244{background:#ff002ab3}._primaryButton--stop_iv64f_244:hover:not(:disabled){background:#ff002ad9}._placeBet_u79y4_1{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;width:100%;min-width:0;height:40px;padding:2px;background:#1e253466;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s ease}._placeBet--invalid_u79y4_20{border-color:#ff002a80}._placeBet--disabled_u79y4_24{opacity:.5;cursor:not-allowed;pointer-events:none}._placeBet--mini_u79y4_30,._placeBet--mobile_u79y4_34{height:32px}._placeBet__button_u79y4_38{display:inline-flex;align-items:center;justify-content:center;width:32px;height:28px;flex-shrink:0;padding:4px 8px;background:#3b4967;border:none;border-radius:6px;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .2s ease,background .2s ease}._placeBet__button_u79y4_38:hover{opacity:.8}._placeBet__button_u79y4_38:active{opacity:.6}._placeBet__button--disabled_u79y4_63{opacity:.5;cursor:not-allowed;pointer-events:none}._placeBet__button--minus_u79y4_69{order:0}._placeBet__button--plus_u79y4_73{order:2}._placeBet__input_u79y4_77{box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex:1 1 auto;width:auto;min-width:0;height:100%;padding:0 4px;background:transparent;overflow:hidden}._placeBet__input--mobile_u79y4_91,._placeBet__input--mini_u79y4_92{padding:0 4px}._placeBet__text_u79y4_96{box-sizing:border-box;width:100%;height:100%;padding:0;margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:14px!important;line-height:1.5;text-align:center;color:#f5f0f3;background:none;border:none;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;appearance:none;-webkit-appearance:none;-webkit-text-size-adjust:100%;-webkit-user-select:text;user-select:text}._placeBet__text--mini_u79y4_120,._placeBet__text--mobile_u79y4_121{font-size:14px!important}._placeBet__text_u79y4_96:focus{outline:none}._placeBet__text_u79y4_96:disabled{cursor:not-allowed;opacity:.5}._placeBet__icon_u79y4_134{width:20px;height:20px;fill:#f5f0f3}._overlay_o4yy9_3{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center}._sheet_o4yy9_12{position:relative;width:100%;max-width:560px;display:flex;flex-direction:column;gap:10px;padding:10px 12px 14px;background:#1e253466;border:1px solid rgba(245,240,243,.2);border-bottom:none;border-radius:20px 20px 0 0;box-shadow:0 -20px 48px #00000073;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:_slideUp_o4yy9_1 .26s cubic-bezier(.22,1,.36,1)}._header_o4yy9_32{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._titleGroup_o4yy9_39{display:flex;flex-direction:column;gap:4px;min-width:0}._title_o4yy9_39{font-family:Manrope,sans-serif;font-weight:700;font-size:15px;line-height:1.3;color:#f5f0f3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rangeChips_o4yy9_57{display:flex;align-items:center;gap:6px}._chip_o4yy9_63{padding:1px 10px;background:#29334780;border:1px solid rgba(245,240,243,.08);border-radius:999px;font-family:Manrope,sans-serif;font-size:11px;font-weight:500;line-height:1.5;color:#f5f0f3b3;white-space:nowrap}._chipSep_o4yy9_76{width:8px;height:1px;background:#f5f0f340;flex-shrink:0}._closeBtn_o4yy9_83{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:1px solid rgba(245,240,243,.1);border-radius:8px;color:#f5f0f3;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._closeBtn_o4yy9_83:active{background:#f5f0f30d}._display_o4yy9_106{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:2px;width:100%;height:40px;padding:2px;background:#1e253466;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-variant-numeric:tabular-nums}._value_o4yy9_123{font-family:Manrope,sans-serif;font-weight:700;font-size:14px;line-height:1.5;color:#f5f0f3;text-align:center}._value--placeholder_o4yy9_132{color:#f5f0f359}._caret_o4yy9_136{width:2px;height:14px;margin-left:0;background:#f5f0f3;border-radius:2px;animation:_caretBlink_o4yy9_1 1s steps(1,end) infinite}._keysGrid_o4yy9_147{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:100%}._key_o4yy9_147{height:42px;display:inline-flex;align-items:center;justify-content:center;background:#0d0d0d66;border:1px solid rgba(245,240,243,.2);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:Manrope,sans-serif;font-weight:700;font-size:18px;line-height:1;color:#f5f0f3;cursor:pointer;transition:transform .08s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._key_o4yy9_147:active{transform:scale(.96);background:#0d0d0db3}._key--dot_o4yy9_180{font-size:22px;letter-spacing:0;color:#f5f0f3d9}._key--backspace_o4yy9_186{color:#f5f0f3bf}._footer_o4yy9_192{display:flex;gap:8px;width:100%}._btn_o4yy9_198{flex:1;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:0;font-family:Manrope,sans-serif;font-weight:700;font-size:14px;letter-spacing:.4px;cursor:pointer;-webkit-tap-highlight-color:transparent}._btn--ghost_o4yy9_214{background:#3b4967;border:none;border-radius:6px;color:#f5f0f3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(245,240,243,.1)}._btn--ghost_o4yy9_214:active{opacity:.6}._btn--primary_o4yy9_228{background:#33b552;color:#f5f0f3}._btn--primary_o4yy9_228:active{filter:brightness(.92)}@keyframes _slideUp_o4yy9_1{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _fadeIn_o4yy9_1{0%{opacity:0}to{opacity:1}}@keyframes _caretBlink_o4yy9_1{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width: 420px){._sheet_o4yy9_12{padding:8px 10px 12px;gap:8px}._display_o4yy9_106{height:32px;padding:2px}._key_o4yy9_147{height:40px;font-size:17px}._btn_o4yy9_198{height:38px}}@keyframes _winToastIn_1m6uh_1{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes _winToastOut_1m6uh_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px)}}._winToast_1m6uh_23{display:inline-flex;align-items:center;gap:20px;padding:2px 12px 2px 16px;border:1px solid rgba(245,240,243,.2);border-radius:8px;background:#1e253466;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:_winToastIn_1m6uh_1 .26s cubic-bezier(.22,.8,.32,1);will-change:transform,opacity}._winToast--closing_1m6uh_37{animation:_winToastOut_1m6uh_1 .22s ease forwards;pointer-events:none}._winToast__text_1m6uh_42{display:flex;flex-direction:column;justify-content:center;line-height:1.5;white-space:nowrap}._winToast__label_1m6uh_50{font-family:Manrope,sans-serif;font-weight:600;font-size:12px;line-height:1.5;color:#f5f0f3}._winToast__money_1m6uh_58{display:flex;align-items:flex-end;gap:2px;color:#33b552;white-space:nowrap}._winToast__amount_1m6uh_66{font-family:Manrope,sans-serif;font-weight:800;font-size:14px;line-height:1.5}._winToast__currency_1m6uh_73{font-family:Manrope,sans-serif;font-weight:700;font-size:12px;line-height:1.5;text-transform:uppercase}._winToast__actions_1m6uh_81{display:inline-flex;align-items:center;gap:8px}._winToast__multiplier_1m6uh_87{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;background:#33b552;border-radius:14px;font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3;white-space:nowrap}._winToast__close_1m6uh_102{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;cursor:pointer;color:#f5f0f3;opacity:.8;transition:opacity .15s ease}._winToast__close_1m6uh_102:hover{opacity:1}._panelContainer_8lku7_2{display:flex;align-items:center;justify-content:center;width:100%;max-width:697px;position:relative}._bettingPanel__betFailed_8lku7_11{width:180px;position:absolute;bottom:calc(100% - 8px);left:36px;z-index:5;display:flex;pointer-events:none}._bettingPanel_8lku7_11{width:100%;max-width:697px;position:relative;box-sizing:border-box;height:auto;min-height:172px;padding:20px 12px 12px 20px;background:#1e253466;border:1px solid rgba(245,240,243,.2);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:row;align-items:stretch;gap:8px}@media (max-width: 768px){._bettingPanel_8lku7_11{min-width:none}}._bettingPanel__info_8lku7_47{display:flex;flex:1 1 0;min-width:0;flex-direction:column;justify-content:space-between;gap:8px}._bettingPanel__infoTop_8lku7_56{display:flex;flex-direction:column;gap:4px;width:100%}._bettingPanel__infoBottom_8lku7_63{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;flex-wrap:wrap}._bettingPanel__betButton_8lku7_72{width:40%;max-width:280px;flex-shrink:0;align-self:stretch;height:auto;min-height:60px}._bettingPanel__singleBet_8lku7_81{max-width:697px;align-items:center}._bettingPanel__freebetIcon_8lku7_86{display:flex;align-items:flex-end;justify-content:center;width:100%}._bettingPanel__freebet_8lku7_86{border:1px solid #8dab23;background:var(--frame-f_freebet, rgba(13, 13, 13, .4))}._bettingPanel__clearCardBtn_8lku7_98{position:absolute;top:-8px;right:-5px}._bettingPanel__addCardBtn_8lku7_104{display:flex;align-items:center;justify-content:center;flex-shrink:0;order:0;height:100%}._bettingPanel__addCardDashed_8lku7_113{width:60px;height:100%;min-height:128px;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;padding:10px;background:transparent;border:1px dashed rgba(245,240,243,.3);border-radius:8px;color:#f5f0f34d;cursor:pointer;transition:color .2s ease,border-color .2s ease}._bettingPanel__addCardDashed_8lku7_113:hover:not(:disabled){color:#f5f0f3;border-color:#f5f0f380}._bettingPanel__addCardDashed_8lku7_113:disabled{cursor:not-allowed;opacity:.5}._bettingPanel__addCardIcon_8lku7_142{width:24px;height:24px;display:block}._bettingPanel__betInput_8lku7_148{display:flex;justify-content:center;width:100%}._bettingPanel__quickBets_8lku7_154{display:flex;justify-content:center;gap:4px;width:100%}._bettingPanel__actions_8lku7_161{display:flex;justify-content:space-between;align-items:center;width:100%}._bettingPanel__actions__single_8lku7_168{justify-content:center;gap:24px}._bettingPanel__actionButton_8lku7_173{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:120px}._quickBetButton_8lku7_183{padding:6px 16px;background:#0d0d0d66;border:1px solid rgba(242,242,242,.2);border-radius:100px;color:#f2f2f2;font-family:Ubuntu,sans-serif;font-weight:700;font-size:14px;line-height:16px;cursor:pointer;transition:all .2s ease;min-width:60px;text-align:center}._quickBetButton_8lku7_183:hover{background:#0d0d0d99;transform:scale(1.02)}._quickBetButton_8lku7_183:active{transform:scale(.98)}._quickBetButton--disabled_8lku7_208{opacity:.5;cursor:not-allowed;pointer-events:none}._quickBetButton--disabled_8lku7_208:hover{transform:none;background:#0d0d0d66}._bettingPanel__betFailedMobile_8lku7_219{display:flex;width:100%;padding:0 4px}._bettingPanelMobile_8lku7_225{width:100%;box-sizing:border-box;padding:4px 8px;background:#1e253466;border:1px solid rgba(245,240,243,.2);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:8px}._bettingPanelMobile--freebet_8lku7_239{border:1px solid #8dab23}._bettingPanelMobile__content_8lku7_243{display:flex;align-items:stretch;justify-content:space-between;gap:8px}._bettingPanelMobile--single_8lku7_250 ._bettingPanelMobile__content_8lku7_243{gap:12px}._bettingPanelMobile__left_8lku7_254{width:50%;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}._bettingPanelMobile__freebetIcon_8lku7_262{display:flex;align-items:flex-end;justify-content:center}._bettingPanelMobile__actions_8lku7_268{display:flex;align-items:center;justify-content:space-between;gap:4px;width:100%}._bettingPanelMobile__right_8lku7_276{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;align-self:stretch}._bettingPanelMobile__x2_8lku7_285{width:32px;min-width:32px;max-width:48px;padding:4px;flex-shrink:0}._bettingPanelMobile__autoPlay_8lku7_293{flex:1 1 auto;min-width:0}._bettingPanelMobile__betButton_8lku7_298{flex:1 1 auto;min-height:0;width:100%;max-width:none}._bettingPanelMobile__quick_8lku7_305{display:flex;justify-content:space-between;align-items:center;gap:4px;width:100%}._betButton_1u2w4_1{display:flex;align-items:center;justify-content:center;width:100%;max-width:240px;height:auto;padding:8px;margin:0;border:none;outline:none;border-radius:12px;background:transparent;color:#f5f5f7;font-family:Clash Display,Manrope,sans-serif;font-weight:700;font-size:20px;line-height:1.5;text-transform:uppercase;cursor:pointer;transition:background .2s ease,opacity .2s ease}._betButton_1u2w4_1:focus-visible{outline:2px solid rgba(245,240,243,.5);outline-offset:2px}._betButton--small_1u2w4_31{width:218px;height:44px;font-size:16px}._betButton--medium_1u2w4_37{width:287px;height:60px;font-size:20px}._betButton--large_1u2w4_43{width:356px;font-size:20px;height:auto}._betButton--mobile_1u2w4_49{width:100%;max-width:none;height:80px;font-family:Manrope,sans-serif;font-size:16px}._betButton--mobile_1u2w4_49 ._cashoutLabel_1u2w4_57{font-size:16px}._betButton--mobile_1u2w4_49 ._cashoutLabel_1u2w4_57 span{font-size:10px}._betButton--mobile_1u2w4_49 ._cashoutPrice_1u2w4_65,._betButton--mobile_1u2w4_49 ._cancelLabel_1u2w4_66,._betButton--mobile_1u2w4_49 ._lostLabel_1u2w4_67,._betButton--mobile_1u2w4_49 ._waitingLabel_1u2w4_71{font-size:12px}._betButton--bet_1u2w4_76,._betButton--sending_1u2w4_77{background:#33b552}._betButton--cancel_1u2w4_82,._betButton--cancel-waiting_1u2w4_83,._betButton--cancelling_1u2w4_84,._betButton--lost_1u2w4_85{background:#ff002ab3}._betButton--cashout_1u2w4_90,._betButton--cashing-out_1u2w4_91{background:#ffce0080}._betButton--freebet_1u2w4_96{background:#00b4f3b3}._betButton_1u2w4_1:disabled,._betButton--disabled_1u2w4_102,._betButton--lost_1u2w4_85{opacity:.5;cursor:not-allowed}._betButton--sending_1u2w4_77,._betButton--cashing-out_1u2w4_91,._betButton--cancelling_1u2w4_84{cursor:not-allowed;opacity:.8}._cashoutContent_1u2w4_117{display:flex;flex-direction:column;align-items:center;gap:4px}._cashoutLabel_1u2w4_57{display:flex;align-items:flex-end;gap:4px;font-family:Manrope,sans-serif;font-weight:700;font-size:24px;line-height:1.5;color:#f5f0f3;text-transform:none;letter-spacing:0}._cashoutLabel_1u2w4_57 span{font-size:14px;font-weight:700;text-transform:uppercase}._cashoutPrice_1u2w4_65{font-family:Clash Display,Manrope,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#f5f5f7;text-align:center;text-transform:uppercase}._cancelWaitingContent_1u2w4_154{display:flex;flex-direction:column;align-items:center;gap:4px}._cancelLabel_1u2w4_66{font-family:Clash Display,Manrope,sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase}._waitingLabel_1u2w4_71{font-family:Manrope,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#f5f0f3;text-align:center;text-transform:none}._cashingOutContent_1u2w4_179{display:flex;align-items:center;justify-content:center}._cashingOutLabel_1u2w4_185{animation:_cashingOutPulse_1u2w4_1 1s ease-in-out infinite}@keyframes _cashingOutPulse_1u2w4_1{0%,to{opacity:.5}50%{opacity:1}}._lostContent_1u2w4_200{display:flex;align-items:center;justify-content:center}._lostLabel_1u2w4_67{font-family:Clash Display,Manrope,sans-serif;font-weight:700;text-transform:uppercase}._paceBetAction_125w9_1{width:100%;position:relative;box-sizing:border-box;display:inline-flex;flex:1 1 auto;min-width:0;align-items:center;justify-content:center;gap:4px;height:36px;padding:8px;background:#29334780;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:background .2s ease,border-color .2s ease}._paceBetAction_125w9_1:hover:not(._paceBetAction--disabled_125w9_24){border-color:#f5f0f34d}._paceBetAction_125w9_1:hover:not(._paceBetAction--disabled_125w9_24) ._paceBetAction__label_125w9_28{color:#f5f0f3}._paceBetAction--active_125w9_32{border-color:#f5f0f34d}._paceBetAction--disabled_125w9_24{opacity:.5;cursor:not-allowed;pointer-events:none}._paceBetAction--mobile_125w9_42{height:32px;padding:8px}._paceBetAction__icon_125w9_47{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}._paceBetAction__label_125w9_28{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3b3;white-space:nowrap;-webkit-user-select:none;user-select:none}._paceBetAction--active_125w9_32 ._paceBetAction__label_125w9_28{color:#f5f0f3;font-weight:700;text-transform:uppercase}._paceBetAction--disabled_125w9_24 ._paceBetAction__label_125w9_28{color:#f5f0f380}._paceBetAction__counter_125w9_76{position:absolute;top:-9px;right:3px;min-width:20px;height:20px;padding:4px 9px;display:inline-flex;align-items:center;justify-content:center;background:#ff002a;border-radius:8px;font-family:Manrope,sans-serif;font-weight:700;font-size:10px;line-height:1.5;color:#f5f0f3;z-index:1}._paceBetAction--mobile_125w9_42 ._paceBetAction__counter_125w9_76{top:-5px;right:-1px;min-width:16px;height:16px;padding:0 5px}._paceBetAction__greenDot_125w9_104{position:absolute;top:-4px;left:-4px;width:10px;height:10px;background:#33b552;border-radius:50%;z-index:1}._paceBetAction__greenDot--mobile_125w9_115{top:-3px;left:-3px;width:8px;height:8px}._paceBetAction__tooltip_125w9_122{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);padding:4px 12px;background:#0d0d0dcc;border:1px solid rgba(245,240,243,.1);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:2}._paceBetAction_125w9_1:hover ._paceBetAction__tooltip_125w9_122{opacity:1;visibility:visible}._paceBetAction__tooltipText_125w9_147{font-family:Manrope,sans-serif;font-weight:500;font-size:12px;line-height:1.5;color:#f5f0f3;white-space:nowrap}._section_1j6to_2{max-width:200px;width:100%;display:flex;justify-content:space-between}._sectionRow_1j6to_9{display:flex;align-items:center;justify-content:space-between;margin-right:2px}._sectionRow--right_1j6to_16{width:100%;max-width:160px;display:flex;justify-content:flex-end}._sectionRow--left_1j6to_23{width:100%;max-width:120px}._sectionLabel_1j6to_28{color:var(--color-text-primary);font-size:12px;font-weight:500;line-height:100%;text-wrap:wrap;margin-right:4px}
