.is-appchrome-def8a .cta-bar-def8a { display: none !important; } .sbx-sup { position: fixed; right: 20px; bottom: 90px; z-index: 75; font-family: var(--font-body); pointer-events: none; } .sbx-sup__panel-def8a { width: min(342px, calc(100vw - 32px)); height: min(70vh, 540px); display: flex; flex-direction: column; background: linear-gradient(180deg, var(--surface), var(--surface-2)); border: 1px solid var(--border-strong); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 70px -20px rgba(0,0,0,0.8); opacity: 0; transform: translateY(12px) scale(.98); pointer-events: none; transition: opacity .2s ease, transform .2s cubic-bezier(.16,1,.3,1); } .sbx-sup.sbx-open .sbx-sup__panel-def8a { opacity: 1; transform: none; pointer-events: auto; } .sbx-sup__hd-def8a { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: var(--surface); border-bottom: 1px solid var(--border); } .sbx-sup__ava-def8a { width: 38px; height: 38px; border-radius: 50%; flex: none; display: grid; place-items: center; background: linear-gradient(135deg, var(--accent), var(--accent-soft)); color: var(--accent-ink); font-weight: 800; font-family: var(--font-head); } .sbx-sup__ti-def8a { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--text); line-height: 1.15; } .sbx-sup__st-def8a { font-size: 11px; color: var(--success); display: flex; align-items: center; gap: 5px; } .sbx-sup__st-def8a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--success); } .sbx-sup__x-def8a { margin-left: auto; background: 0; border: 0; color: var(--text-dim); font-size: 22px; line-height: 1; cursor: pointer; } .sbx-sup__body { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; } .sbx-sup__msg { max-width: 84%; padding: 10px 13px; border-radius: 14px; font-size: 13.5px; line-height: 1.5; } .sbx-sup__msg--bot { align-self: flex-start; background: var(--surface); color: var(--text); border: 1px solid var(--border); border-bottom-left-radius: 4px; } .sbx-sup__msg--user { align-self: flex-end; background: var(--accent); color: var(--accent-ink); border-bottom-right-radius: 4px; font-weight: 500; } .sbx-sup__chips-def8a { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 8px; } .sbx-sup__chip { cursor: pointer; border: 1px solid rgba(var(--accent-rgb),.4); background: rgba(var(--accent-rgb),.08); color: var(--accent-soft); font-size: 12px; padding: 6px 11px; border-radius: 20px; } .sbx-sup__chip:hover { background: rgba(var(--accent-rgb),.18); } .sbx-sup__foot-def8a { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--border); } .sbx-sup__in { flex: 1; min-width: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; color: var(--text); font-size: 13.5px; padding: 9px 12px; outline: none; font-family: var(--font-body); } .sbx-sup__in:focus { border-color: rgba(var(--accent-rgb),.6); } .sbx-sup__send { flex: none; width: 42px; border: 0; border-radius: 10px; background: var(--accent); color: var(--accent-ink); font-size: 15px; cursor: pointer; } .sbx-dock { position: fixed; left: 50%; bottom: 22px; z-index: 74; transform: translateX(-50%) translateY(200%); opacity: 0; pointer-events: none; display: flex; align-items: center; gap: 4px; padding: 7px; border-radius: 999px; border: 1px solid var(--border-strong); background: linear-gradient(180deg, rgba(var(--surface-rgb),.94), rgba(var(--bg-rgb),.97)); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 22px 54px -18px rgba(0,0,0,.75), 0 -1px 0 rgba(255,255,255,.05) inset; transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .3s ease; } .sbx-dock.is-visible { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; } .sbx-dock__item-def8a { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; cursor: pointer; padding: 11px 20px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .4px; text-transform: uppercase; color: var(--text); background: transparent; border: 0; white-space: nowrap; transition: background .16s ease, color .16s ease; } .sbx-dock__item-def8a:hover { background: rgba(255,255,255,.07); color: var(--accent-soft); } .sbx-dock__item-def8a svg { width: 18px; height: 18px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .sbx-dock__item--cta-def8a { background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0) 46%), var(--accent); color: var(--accent-ink); } .sbx-dock__item--cta-def8a:hover { color: var(--accent-ink); filter: brightness(1.06); } @media (max-width: 700px) { .sbx-dock { display: none; } } .sbx-tabbar-def8a { display: none; } @media (max-width: 700px) { .sbx-tabbar-def8a { display: grid; grid-template-columns: repeat(5, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 66; background: linear-gradient(180deg, var(--surface), var(--bg)); border-top: 1px solid var(--border-strong); box-shadow: 0 -10px 26px -12px rgba(0,0,0,.75); padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px)); } .sbx-tab-def8a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 7px 2px 5px; min-height: 54px; text-decoration: none; color: var(--text-dim); font-family: var(--font-head); font-size: 10px; font-weight: 600; letter-spacing: .2px; line-height: 1.05; text-transform: uppercase; text-align: center; cursor: pointer; background: 0; border: 0; border-radius: 12px; -webkit-tap-highlight-color: transparent; transition: color .18s ease, transform .18s cubic-bezier(.16,1,.3,1); } .sbx-tab__ic-def8a { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; } .sbx-tab__ic-def8a svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .sbx-tab-def8a:active { transform: scale(.95); } .sbx-tab--cta-def8a { color: var(--accent); } .sbx-tab--cta-def8a .sbx-tab__ic-def8a { filter: drop-shadow(0 0 8px var(--glow)); } .sbx-tab__dot-def8a { position: absolute; top: 5px; right: calc(50% - 15px); width: 7px; height: 7px; border-radius: 50%; background: #ff4d4d; box-shadow: 0 0 0 2px var(--bg); } .sbx-tab__dot-def8a::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 1.5px solid rgba(255,77,77,.55); animation: sbxPulse 1.8s ease-out infinite; } @keyframes sbxPulse { 0% { transform: scale(.5); opacity: .9; } 100% { transform: scale(1.6); opacity: 0; } } body.is-appchrome-def8a { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); } .is-appchrome-def8a .sbx-sup { bottom: calc(80px + env(safe-area-inset-bottom, 0px)); right: 14px; } @media (prefers-reduced-motion: reduce) { .sbx-tab-def8a, .sbx-tab__dot-def8a::after { animation: none !important; transition: none !important; } } .is-appchrome-def8a .nav__burger-def8a { display: none; } .is-appchrome-def8a .nav__wrap-def8a { justify-content: space-between; padding: 11px 12px; flex-wrap: nowrap; gap: 8px; } .is-appchrome-def8a .nav__left-def8a { position: static; transform: none; gap: 8px; flex: 0 1 auto; min-width: 0; } .is-appchrome-def8a .nav__links-def8a { display: none; } .is-appchrome-def8a .nav .lang { display: none; } .is-appchrome-def8a .nav__right-def8a { display: flex; flex: none; } .is-appchrome-def8a .nav__right-def8a .nav__search-def8a { display: none; } .is-appchrome-def8a .nav__cta-def8a { gap: 6px; flex: none; } .is-appchrome-def8a .nav__cta-def8a .btn--nav, .is-appchrome-def8a .nav__cta-def8a .btn--nav2 { padding: 8px 11px; font-size: 11px; letter-spacing: .3px; white-space: nowrap; flex: none; } .is-appchrome-def8a img.nav__logo-def8a { height: 26px; max-width: 92px; } } .sbx-mgames { margin: 2px 0 14px; } .sbx-mgames__h { font-family: var(--font-head); font-weight: 600; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 9px; } .sbx-mgames__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; } .sbx-mtile { display: block; text-decoration: none; border-radius: 10px; overflow: hidden; position: relative; border: 1px solid var(--border); background: var(--surface-2); } .sbx-mtile__img { display: block; width: 100%; aspect-ratio: 3 / 4; background-size: cover; background-position: center; background-color: var(--surface-2); } .sbx-mtile__n { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 6px 5px; font-size: 10px; font-weight: 600; color: #fff; line-height: 1.15; background: linear-gradient(180deg, transparent, rgba(0,0,0,.82)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @media (max-width: 700px) { .is-herocard-def8a .hero:not(.hero--slim) { min-height: auto !important; position: relative; aspect-ratio: 4 / 3; margin: 0; border-radius: 0; overflow: hidden; } .is-herocard-def8a .hero:not(.hero--slim) .hero__bg-def8a { position: absolute; inset: 0; height: auto; width: auto; margin: 0; border-radius: 0; background-size: cover; background-position: center top; } .is-herocard-def8a .hero:not(.hero--slim) .hero__bg-def8a::after { display: block; content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.4) 66%, rgba(0,0,0,.88) 100%), rgba(0,0,0, var(--sbx-hero-dark, .6)); } .is-herocard-def8a .hero:not(.hero--slim) .hero__inner-def8a { position: relative; z-index: 2; min-height: 0; height: 100%; justify-content: flex-end; align-items: center; text-align: center; padding: 18px 16px 34px; } .is-herocard-def8a .hero:not(.hero--slim) .hero__eyebrow-def8a { display: none; } .is-herocard-def8a .hero:not(.hero--slim) .hero__main-def8a { margin: 0; align-self: center; align-items: center; text-align: center; } .is-herocard-def8a .hero:not(.hero--slim) .hero h1 { text-shadow: 0 2px 12px rgba(0,0,0,.6); } .is-herocard-def8a .hero:not(.hero--slim) .btn--lg { width: auto; max-width: 100%; margin-top: 18px; } } .drawer__search-def8a { cursor: pointer; width: 100%; text-align: left; } .drawer__search-def8a span { flex: 1; min-width: 0; color: var(--text-dim); font-family: var(--font-body); font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sbx-smodal { position: fixed; inset: 0; z-index: 90; display: none; } .sbx-smodal.sbx-open { display: block; } .sbx-smodal__overlay-def8a { position: absolute; inset: 0; background: rgba(0,0,0,.62); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); } .sbx-smodal__panel-def8a { position: absolute; left: 50%; top: 20px; transform: translateX(-50%); width: min(440px, calc(100vw - 22px)); max-height: calc(100vh - 40px); display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--border-strong); border-radius: 18px; overflow: hidden; box-shadow: 0 40px 90px -24px rgba(0,0,0,.85); } .sbx-smodal__top-def8a { display: flex; align-items: center; gap: 10px; padding: 14px; } .sbx-smodal__field-def8a { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--border-strong); border-radius: 12px; padding: 11px 13px; } .sbx-smodal__field-def8a svg { width: 18px; height: 18px; flex: none; stroke: var(--text-dim); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .sbx-smodal__field-def8a input { flex: 1; min-width: 0; background: none; border: 0; outline: none; color: var(--text); font-family: var(--font-body); font-size: 15px; } .sbx-smodal__field-def8a input::placeholder { color: var(--text-dim); } .sbx-smodal__x-def8a { flex: none; width: 40px; height: 40px; border-radius: 12px; border: 0; cursor: pointer; background: var(--surface); color: var(--text-dim); font-size: 22px; line-height: 1; } .sbx-smodal__tabs-def8a { display: flex; gap: 8px; padding: 0 14px 12px; } .sbx-smodal__tab { cursor: pointer; border: 0; border-radius: 999px; padding: 10px 22px; font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--text-muted); background: var(--surface); } .sbx-smodal__tab.is-active { background: rgba(255,255,255,.12); color: var(--text); } .sbx-smodal__body-def8a { overflow-y: auto; padding: 2px 14px 16px; } .sbx-smodal__sechd-def8a { display: flex; align-items: center; justify-content: space-between; margin: 12px 2px 12px; } .sbx-smodal__sechd-def8a b { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--text); } .sbx-smodal__sechd-def8a a { font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; } .sbx-smodal__grid-def8a { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; } .sbx-scard-def8a { text-decoration: none; display: block; } .sbx-scard__art-def8a { display: block; position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 4; background-size: cover; background-position: center; background-color: var(--surface-2); box-shadow: 0 8px 18px -8px rgba(0,0,0,.6); } .sbx-scard__art-def8a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.82)); } .sbx-scard__n-def8a { display: block; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 14px 7px 7px; font-family: var(--font-head); font-weight: 700; font-size: 10.5px; line-height: 1.1; color: #fff; text-transform: uppercase; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .sbx-scard__meta-def8a { display: flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 11px; color: var(--text-dim); } .sbx-scard__meta-def8a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--success); flex: none; } .sbx-smodal__empty { display: none; padding: 26px 4px; text-align: center; color: var(--text-dim); font-size: 13px; } @media (max-width: 700px) { .sbx-smodal__panel-def8a { top: 10px; width: calc(100vw - 18px); max-height: calc(100vh - 20px); } } .sbx-lobby__head-def8a { display: flex; align-items: center; justify-content: space-between; gap: 8px 18px; margin-bottom: 14px; flex-wrap: wrap; } .sbx-lobby__head-def8a .games-tabs-def8a { margin: 0; } .sbx-rail-lbl-def8a { font-family: var(--font-head); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--text); font-size: calc(clamp(13px, 2vw, 16px) * var(--sbx-head-scale, 1)); margin: 34px 0 13px; display: flex; align-items: center; gap: 9px; } .sbx-lobby__head-def8a .sbx-rail-lbl-def8a, .sbx-lobby-def8a > .sbx-rail-lbl-def8a:first-child { margin: 0; } .sbx-rail-lbl-def8a::before { content: ""; width: 4px; height: 17px; border-radius: 2px; background: var(--accent); flex: none; } .sbx-rail-lbl__hint-def8a { font-weight: 500; font-size: 11px; letter-spacing: 0; text-transform: none; color: var(--text-dim); } .sbx-rail-lbl__hint-def8a::before { content: "• "; color: var(--accent); } .sbx-lobby-def8a .games-strip-def8a .game { width: 106px; } .sbx-lobby-def8a .games-strip-def8a .game__art { height: 140px; } .sbx-lobby-def8a .games-strip-def8a .game__provider { font-size: 11px; } .sbx-live-def8a { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; padding-bottom: 4px; } .sbx-live-def8a::-webkit-scrollbar { display: none; } .sbx-live__card-def8a { flex: none; width: clamp(180px, 56vw, 224px); position: relative; display: block; text-decoration: none; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 11; background: var(--surface-2); box-shadow: 0 14px 30px -16px rgba(0,0,0,.6); transition: transform .2s ease, box-shadow .2s ease; } .sbx-live__card-def8a:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -18px rgba(0,0,0,.72); } .sbx-live__art-def8a { position: absolute; inset: 0; background-size: cover; background-position: center; filter: blur(2px) brightness(.66); transform: scale(1.06); transition: filter .25s ease, transform .25s ease; } .sbx-live__card-def8a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(0,0,0,.84)); } .sbx-live__card-def8a:hover .sbx-live__art-def8a { filter: blur(1px) brightness(.8); transform: scale(1.1); } .sbx-live__badge-def8a { position: absolute; top: 10px; left: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; background: #e5322b; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 10px; letter-spacing: 1px; padding: 4px 9px; border-radius: 6px; text-transform: uppercase; } .sbx-live__badge-def8a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: sbxpulse 1.4s ease-in-out infinite; } .sbx-live__views-def8a { position: absolute; top: 10px; right: 10px; z-index: 2; background: rgba(0,0,0,.55); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 6px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); } .sbx-live__foot-def8a { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 11px; } .sbx-live__av-def8a { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent); flex: none; } .sbx-live__meta-def8a { display: flex; flex-direction: column; min-width: 0; } .sbx-live__nm-def8a { font-family: var(--font-head); font-weight: 700; font-size: 13px; color: #fff; line-height: 1.12; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sbx-live__gm-def8a { font-size: 11px; color: rgba(255,255,255,.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @keyframes sbxpulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } } .sbx-bets-def8a { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; } .sbx-bet { display: flex; align-items: center; gap: 11px; padding: 8px 12px 8px 8px; border-radius: 12px; text-decoration: none; background: var(--surface); border: 1px solid rgba(255,255,255,.06); transition: border-color .15s ease, transform .15s ease; } .sbx-bet:hover { border-color: rgba(var(--accent-rgb),.4); transform: translateY(-1px); } .sbx-bet__thumb { position: relative; flex: none; width: 44px; height: 44px; border-radius: 9px; overflow: hidden; } .sbx-bet__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .sbx-bet__live { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; font-family: var(--font-head); font-weight: 700; font-size: 7px; letter-spacing: .5px; color: #fff; background: rgba(229,50,43,.92); padding: 1px 0; } .sbx-bet__mid { display: flex; flex-direction: column; min-width: 0; flex: 1; } .sbx-bet__who { font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--text); line-height: 1.18; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sbx-bet__game { font-size: 11px; color: var(--text-dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sbx-bet__amt { flex: none; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--success); background: rgba(var(--accent-rgb),.10); border-radius: 8px; padding: 5px 10px; } .sbx-bet--in { animation: sbxbetin .45s ease-out; } @keyframes sbxbetin { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: none; } } @media (max-width: 700px) { .sbx-lobby-def8a .games-strip-def8a .game { width: 94px; } .sbx-lobby-def8a .games-strip-def8a .game__art { height: 124px; } .sbx-lobby-def8a .games-strip-def8a .game__name { font-size: 12px; padding: 9px; } .sbx-live__card-def8a { width: clamp(168px, 62vw, 208px); } .sbx-bets-def8a { grid-template-columns: 1fr; } .sbx-bet__amt { font-size: 13px; } }