/* skin:xcli theme:clientdesk */
:root {
    --xcli-color-white: #fff;
    --xcli-color-dark: #1c4267;
    --xcli-color-dark-2: #245a86;
    --xcli-color-accent: #1a6eb8;
    --xcli-color-accent-2: #1a3f66;
    --xcli-color-button-bg: #7eac2f;
    --xcli-color-bg-header-footer: #1c4267;
    --xcli-color-font-shadow: var(--xcli-color-dark);
    --xcli-color-1xbet-blue: #1a3f66;
    --xcli-color-1xbet-blue-light: #1a6eb8;
    --xcli-color-1xbet-green: #1a6eb8;
    --xcli-color-1xbet-orange: #d05e0e;
    --xcli-color-1xbet-content-bg: #e8eef5;
    --xcli-color-1xbet-text: #1a6eb8;
    --xcli-font-shadow: drop-shadow(0 1px 0 var(--xcli-color-dark));
    --xcli-gradient-headers: linear-gradient(to bottom, var(--xcli-color-white) 50%, var(--xcli-color-accent) 100%);
    --xcli-gradient-headers-title-fixed: linear-gradient(to bottom, var(--xcli-color-white) 50%, var(--xcli-color-accent) 100%);
    --xcli-font-secondary-letter-spacing: .01em
}

*, :after, :before {
    box-sizing: border-box
}

html {
    overflow-x: hidden;
}

body {
    background: rgb(24 36 47);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.59;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body, img {
    margin: 0;
    padding: 0
}

img {
    border: none;
    height: auto;
    max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
    padding: 0;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 0 0 15px;
    padding: 0
}

a {
    color: #007bff
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #fff
}

ul, ol {
    margin: 0 0 15px 15px;
    padding: 0
}

.flexbox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.site-logo img {
    display: block;
}

.main-nav {
    position: relative;
    z-index: 9999
}


html {
    overflow-x: hidden;
}

/* ── Match slider ── */
.xcli-bannertrack {
    position: relative;
    max-width: 880px;
    margin: 28px auto 32px;
    padding: 0 16px;
    overflow: hidden;
}

.xcli-bannertrack__frame {
    position: relative;
    background: linear-gradient(180deg, #122538 0%, #0c1a2a 100%);
    border: 1px solid rgba(126, 172, 47, .35);
    border-radius: 6px;
    padding: 14px 14px 18px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, .4);
}

.xcli-bannertrack__corner {
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: var(--xcli-color-1xbet-green);
    border-style: solid;
    z-index: 3;
    pointer-events: none;
}
.xcli-bannertrack__corner--tl { top: 6px; left: 6px; border-width: 2px 0 0 2px; }
.xcli-bannertrack__corner--tr { top: 6px; right: 6px; border-width: 2px 2px 0 0; }
.xcli-bannertrack__corner--bl { bottom: 6px; left: 6px; border-width: 0 0 2px 2px; }
.xcli-bannertrack__corner--br { bottom: 6px; right: 6px; border-width: 0 2px 2px 0; }

.xcli-bannertrack__toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 0 4px;
}

.xcli-bannertrack__brand {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #ffc400;
}

.xcli-bannertrack__progress {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, .12);
    border-radius: 2px;
    overflow: hidden;
}

.xcli-bannertrack__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
    border-radius: 2px;
    animation: matchProgress 5s linear infinite;
}

@keyframes matchProgress {
    from { width: 0; }
    to { width: 100%; }
}

.xcli-bannertrack__index {
    flex-shrink: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    font-variant-numeric: tabular-nums;
}

.xcli-bannertrack__index b {
    color: #fff;
    font-size: 16px;
}

.arena-swiper {
    overflow: hidden;
    border-radius: 4px;
}

.arena-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a1624;
}

.arena-swiper__panel {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 8px 10px;
}

.arena-swiper__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #ffc400;
    color: #1c4267;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 5px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 92% 100%, 0 100%);
}

.arena-swiper__link {
    display: block;
    line-height: 0;
}

.arena-swiper__link img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.arena-swiper__pagination {
    bottom: 10px !important;
}

.arena-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .4);
    opacity: 1;
    width: 8px;
    height: 8px;
}

.arena-swiper .swiper-pagination-bullet-active {
    background: #ffc400;
    width: 22px;
    border-radius: 4px;
}

.arena-swiper__prev,
.arena-swiper__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 48px;
    border: 1px solid rgba(126, 172, 47, .45);
    background: rgba(29, 66, 104, .85);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
}

.arena-swiper__prev { left: 8px; border-radius: 0 4px 4px 0; }
.arena-swiper__next { right: 8px; border-radius: 4px 0 0 4px; }

.arena-swiper__prev:hover,
.arena-swiper__next:hover {
    background: var(--xcli-color-1xbet-green);
    border-color: var(--xcli-color-1xbet-green);
}

@media (max-width: 767px) {
    .xcli-bannertrack { margin: 16px auto 20px; padding: 0 10px; }
    .arena-swiper__link img { max-height: 220px; }
    .arena-swiper__prev, .arena-swiper__next { width: 28px; height: 40px; font-size: 22px; }
}

/* ── Content area (scoreboard card) ── */
.xcli-bodycol {
    margin-bottom: 36px;
    background: linear-gradient(180deg, #163556 0%, #102840 100%);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
    border: 1px solid rgba(126, 172, 47, .25);
    position: relative;
}

.xcli-bodycol::before {
    content: "MATCH CENTER";
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    color: #ffc400;
    background: #0d1f33;
    padding: 10px 16px;
    border-bottom: 2px solid var(--xcli-color-1xbet-green);
}

.xcli-bodycol .xcli-essay {
    margin: 12px;
    padding: 28px 28px 24px;
    background: #f4f7fb;
    border-radius: 4px;
}

.xcli-bodycol h1 {
    color: var(--xcli-color-1xbet-blue);
    font-size: 24px;
    margin: 0 0 18px;
    padding: 0 0 14px;
    border-bottom: 3px double rgba(29, 66, 104, .2);
    position: relative;
}

.xcli-bodycol h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 72px;
    height: 3px;
    background: var(--xcli-color-1xbet-green);
}

.xcli-bodycol h2,
.xcli-bodycol h3,
.xcli-bodycol h4,
.xcli-bodycol h5,
.xcli-bodycol h6 {
    color: var(--xcli-color-1xbet-blue);
}

.xcli-bodycol h2 {
    margin-top: 24px;
    padding: 8px 12px;
    background: rgba(29, 66, 104, .06);
    border-left: 4px solid #ffc400;
}

.xcli-bodycol p,
.xcli-bodycol li {
    color: var(--xcli-color-1xbet-text);
}

.xcli-bodycol .xcli-node {
    line-height: 1.8;
}

.xcli-bodycol .xcli-capimg {
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid rgba(29, 66, 104, .15);
}

/* ── Header odds strip ── */
.header-odds {
    background: #08131f;
    border-bottom: 1px solid rgba(126, 172, 47, .3);
    padding: 8px 0;
}

.header-odds__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.header-odds__live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff4d4d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.header-odds__live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff4d4d;
    box-shadow: 0 0 0 0 rgba(255, 77, 77, .6);
    animation: liveBlink 1.4s ease infinite;
}

@keyframes liveBlink {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, .55); }
    50% { box-shadow: 0 0 0 6px rgba(255, 77, 77, 0); }
}

.header-odds__match {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 600;
}

.header-odds__chips {
    display: flex;
    gap: 6px;
}

.odds-chip {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, .7);
}

.odds-chip b {
    color: #ffc400;
    margin-left: 4px;
}

.odds-chip--mid {
    border-color: rgba(126, 172, 47, .4);
}

.header-odds__cta {
    color: var(--xcli-color-1xbet-green);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.header-odds__cta:hover {
    color: #ffc400;
}

/* ── Header scoreboard ── */
#page-head {
    padding: 14px 0;
    background: linear-gradient(90deg, #1a3f66 0%, #1e5680 55%, #1a3a5c 100%);
    border-bottom: 3px solid #ffc400;
}

.header__scoreboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.header__brand .xcli-brandmark {
    width: 160px;
    height: auto;
    display: block;
}

.header__meta {
    display: flex;
    gap: 10px;
}

.header-meta-card {
    min-width: 100px;
    text-align: center;
    padding: 8px 12px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
}

.header-meta-card strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.header-meta-card span {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, .5);
}

.header-meta-card--accent {
    border-color: rgba(126, 172, 47, .45);
    background: rgba(126, 172, 47, .12);
}

.header-meta-card--accent strong {
    color: #ffc400;
}

.header__actions {
    display: flex;
    gap: 8px;
}

.btn-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 10px 18px;
    border-radius: 3px;
    text-decoration: none;
    white-space: nowrap;
    transition: .2s;
}

.btn-header--xcli-line {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: transparent;
}

.btn-header--xcli-line:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.btn-header--xcli-bet {
    background: #ffc400;
    color: #1c4267;
    border: 2px solid #ffd54f;
    box-shadow: 0 3px 0 #c9a000;
}

.btn-header--xcli-bet:hover {
    background: var(--xcli-color-1xbet-green);
    color: #fff;
    border-color: #1a6eb8;
    box-shadow: 0 3px 0 #355810;
}

/* ── Nav segmented ── */
#navigation {
    background: #142a42;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.sitenav__tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitenav__tabs li {
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.sitenav__tabs a {
    display: block;
    padding: 12px 18px;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: background .2s, color .2s;
}

.sitenav__tabs a:hover {
    color: #ffc400;
    background: rgba(255, 255, 0, .06);
}

/* ── Footer match center ── */
#footer {
    margin-top: 12px;
    background: #0a1522;
    border-top: 4px solid var(--xcli-color-1xbet-green);
}

.footer-stats {
    background: linear-gradient(90deg, #1a3f66, #163556);
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    text-align: center;
}

.footer-stat strong {
    display: block;
    color: #ffc400;
    font-size: 20px;
    font-weight: 800;
}

.footer-stat span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.footer-main {
    padding: 36px 0;
}

.footer-main__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 28px;
}

.footer-about__logo {
    width: 130px;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.footer-about p,
.footer-app p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1.55;
}

.footer-nav-col strong,
.footer-app strong {
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.footer-nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-col li {
    margin-bottom: 8px;
}

.footer-nav-col a {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    text-decoration: none;
}

.footer-nav-col a:hover {
    color: var(--xcli-color-1xbet-green);
}

.footer-app__btns {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.footer-rail {
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-rail__title {
    margin: 0 0 12px;
    text-align: center;
    color: rgba(255, 255, 255, .35);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.footer-rail__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    margin-bottom: 18px;
}

.footer-rail__logos img {
    max-width: 64px;
    max-height: 26px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.5);
    opacity: .55;
}

.footer-rail__logos img:hover {
    filter: none;
    opacity: .95;
}

.xcli-pad {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

@media (min-width: 576px) {
    .xcli-pad { max-width: 530px; }
}

@media (min-width: 768px) {
    .xcli-pad { max-width: 730px; }
    .xcli-bodycol .xcli-essay { padding: 28px 32px 24px; }
}

@media (min-width: 992px) {
    .xcli-pad { max-width: 950px; }
}

@media (min-width: 1200px) {
    .xcli-pad { max-width: 1160px; }
}

blockquote {
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    border-left: 4px solid #007bff;
    font-size: 17px;
    font-style: italic
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .5);
}

table thead {
    font-weight: 700
}

table td,
table th {
    border: 1px solid rgba(0, 0, 0, .5);
    padding: 10px 15px
}

.head-right {
    padding-right: 20px;
}

.head-right a.go1 {
    margin-right: 5px
}

.xcli-root {
    background: #1a3f6680;
    overflow-x: hidden;
    width: 100%;
}

.xcli-root h1,
.xcli-root h2 {
    font-size: 22px;
}

.xcli-root h3 {
    font-size: 18px;
}

.xcli-root ul,
.xcli-root ol {
    list-style: none
}

.xcli-root ul li,
.xcli-root ol li {
    position: relative
}

.xcli-root ul {
    margin: 15px 0;
}

.xcli-root ul li {
    padding-left: 16px;
    margin-bottom: 3px
}

.xcli-root ul li:last-child {
    margin-bottom: 0
}

.xcli-root ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: var(--xcli-color-1xbet-green);
    border-radius: 50%;
}

.xcli-root ol {
    margin: 19px 0;
    counter-reset: list-counter;
}

.xcli-root ol li {
    padding-left: 40px;
    margin-bottom: 15px;
    counter-increment: list-counter;
}

.xcli-root ol li:last-child {
    margin-bottom: 0
}

.xcli-root ol li:before {
    content: counter(list-counter);
    line-height: 2;
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background: var(--xcli-color-1xbet-blue);
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    gap: 15px;
}

.grid .column {
    flex: 1 0 0;
    padding: 15px 15px 0;
    border: 1px solid rgba(0,0,0, .5);
}

@media (max-width: 767px) {
    .grid .column {
        flex: 0 0 100%;
    }
}

.grid .column p {
    margin-top: 0;
}

.table-responsive {
    margin: 15px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    margin-bottom: 0;
}

.xcli-essay {
    padding-bottom: 0;
}

.xcli-copywrap {
    margin: 0
}

.xcli-copywrap a {
    text-decoration: none
}

.xcli-legalese {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(89, 89, 115, .2);
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center
}

.xcli-legalese ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
}

.xcli-legalese ul li {
    display: inline-block;
    padding: 0;
}

.xcli-legalese ul li:before {
    display: none;
}

.xcli-legalese ul li a {
    color: #f1f1f4;
    position: relative;
    text-decoration: none
}

.xcli-legalese ul li a:hover {
    color: #007bff
}

.button-primary {
    --xcli-background-size: 50px;
    --xcli-button-background-size: var(--xcli-background-size) 100%, calc(100% - var(--xcli-background-size) * 2 + 2px) 100%, var(--xcli-background-size) 100%;
    --xcli-button-backround-position: left center, center, right 0 center;
    --xcli-button-padding-block-start: 8px;
    --xcli-button-padding-block-end: 9px;
    align-items: center;
    display: inline-grid;
    width: 100%;
    font-size: 22px;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    min-height: 50px;
    position: relative;
    z-index: 1;
    grid-column-gap: 8px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: var(--xcli-font-secondary-letter-spacing);
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--xcli-color-button-bg);
    border-radius: 5px;
    box-shadow: inset 0 3px 12px #ffe6cc99;
    color: var(--xcli-color-dark);
    padding-block-end: var(--xcli-button-padding-block-end);
    padding-block-start: var(--xcli-button-padding-block-start);
    padding-top: 11px;
    text-shadow: none;
    transition: .2s
}

.button-primary:hover {
    background: var(--xcli-color-accent);
    color: var(--xcli-color-dark);
    transition: .2s
}


@media (max-width: 991px) {
    .header__scoreboard {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .header__meta { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
    .footer-main__grid { grid-template-columns: 1fr 1fr; }
    .footer-about { grid-column: 1 / -1; }
    .footer-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
    .header__meta { display: none; }
    .header-odds__match span:first-child,
    .header-odds__match span:last-child { display: none; }
    .footer-main__grid { grid-template-columns: 1fr; }
    .footer-stats__grid { grid-template-columns: 1fr 1fr; }
    .xcli-bodycol .xcli-essay { padding: 20px 16px; margin: 8px; }
    .xcli-bodycol h1 { font-size: 20px; }
    .sitenav__tabs { justify-content: center; }
    .sitenav__tabs a { padding: 10px 12px; font-size: 11px; }
}

@media (max-width: 575px) {
    .xcli-legalese p, .xcli-legalese ul { flex: 0 0 100%; }
    .btn-header { padding: 9px 12px; font-size: .72rem; }
    .header__brand .xcli-brandmark { width: 130px; }
    .header-odds__cta { display: none; }
}

/* ── 1xbet-71945: Command Deck unique design ── */
html,
body {
    overflow-x: hidden;
}

body {
    background:
        radial-gradient(circle at 15% 0%, rgba(126, 172, 47, .18), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(255, 255, 0, .12), transparent 26%),
        #0b1726;
}

.xcli-root {
    width: 100%;
    overflow-x: hidden;
    background: linear-gradient(180deg, rgba(29, 66, 104, .42), rgba(7, 18, 30, .92));
}

.deck-strip {
    background: #08131f;
    border-bottom: 1px solid rgba(126, 172, 47, .22);
    padding: 8px 0;
}

.deck-strip__grid {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr auto;
    gap: 10px;
    align-items: center;
}

.deck-strip__signal,
.deck-strip__item,
.deck-strip__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
}

.deck-strip__signal {
    justify-content: flex-start;
    color: #fff;
    gap: 8px;
}

.deck-strip__signal i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xcli-color-1xbet-green);
    box-shadow: 0 0 0 0 rgba(126, 172, 47, .65);
    animation: deckSignal 1.7s ease-in-out infinite;
}

@keyframes deckSignal {
    50% { box-shadow: 0 0 0 7px rgba(126, 172, 47, 0); }
}

.deck-strip__item {
    color: rgba(255, 255, 255, .66);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
}

.deck-strip__link {
    color: #ffc400;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 0, .34);
    padding: 0 14px;
}

.deck-strip__link:hover {
    color: #fff;
    background: rgba(126, 172, 47, .18);
}

#page-head {
    padding: 18px 0;
    background:
        linear-gradient(120deg, rgba(29, 66, 104, .98), rgba(17, 43, 70, .98)),
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, .03) 18px 19px);
    border-bottom: 3px solid var(--xcli-color-1xbet-green);
}

.deck-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
}

.deck-header__logo img {
    display: block;
    width: 172px;
    height: auto;
}

.deck-header__modules {
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 10px;
}

.deck-module {
    position: relative;
    overflow: hidden;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(8, 19, 31, .48);
    border: 1px solid rgba(255, 255, 255, .08);
}

.deck-module::after {
    content: "";
    position: absolute;
    inset: auto 12px 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 0, .8), transparent);
}

.deck-module strong {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}

.deck-module span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    text-transform: uppercase;
}

.deck-module--green {
    border-color: rgba(126, 172, 47, .45);
    background: rgba(126, 172, 47, .16);
}

.deck-module--green strong {
    color: #ffc400;
}

.deck-header__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.deck-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.deck-btn--ghost {
    color: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
}

.deck-btn--xcli-primary {
    color: #102033;
    border: 1px solid #ffc400;
    background: linear-gradient(135deg, #ffc400, #ffd42a);
    box-shadow: 0 8px 22px rgba(255, 255, 0, .18);
}

.deck-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.deck-btn--xcli-primary:hover {
    background: linear-gradient(135deg, var(--xcli-color-1xbet-green), #1a6eb8);
}

.deck-navigation {
    background: rgba(8, 19, 31, .86) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
    padding: 10px 0 !important;
}

.deck-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.deck-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.deck-nav__list li {
    margin: 0;
}

.deck-nav__list a,
.deck-nav__download {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .07);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.deck-nav__list a:hover,
.deck-nav__download:hover {
    color: #ffc400;
    border-color: rgba(126, 172, 47, .4);
    background: rgba(126, 172, 47, .12);
}

.deck-nav__download {
    flex-shrink: 0;
    color: #ffc400;
}

.xcli-bannertrack {
    max-width: 900px;
    margin: 30px auto 34px;
    padding: 0 18px;
    overflow: hidden;
}

.deck-slider {
    position: relative;
    padding: 16px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(29, 66, 104, .82), rgba(8, 19, 31, .96)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 0, .14), transparent 46%);
    border: 1px solid rgba(126, 172, 47, .34);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.deck-slider__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .6);
}

.deck-slider__label {
    color: #ffc400;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.deck-slider__counter {
    font-size: 12px;
    font-weight: 700;
}

.deck-slider__counter b {
    color: #fff;
    font-size: 20px;
}

.arena-swiper {
    overflow: hidden;
    border-radius: 18px;
    background: #07121f;
}

.arena-swiper .swiper-slide {
    background: transparent;
}

.deck-slide {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 12px;
}

.deck-slide__hud {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 19, 31, .72);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.deck-slide__hud span {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.deck-slide__hud strong {
    color: #ffc400;
    font-size: 13px;
}

.arena-swiper__link {
    display: block;
    line-height: 0;
    border-radius: 14px;
    overflow: hidden;
}

.arena-swiper__link img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    object-position: center;
}

.deck-slide__glow {
    position: absolute;
    inset: 14px;
    border-radius: 14px;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), inset 0 -50px 70px rgba(8, 19, 31, .24);
}

.arena-swiper__prev,
.arena-swiper__next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 0, .32);
    background: rgba(29, 66, 104, .86);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arena-swiper__prev { left: 12px; }
.arena-swiper__next { right: 12px; }

.arena-swiper__prev:hover,
.arena-swiper__next:hover {
    background: var(--xcli-color-1xbet-green);
    border-color: var(--xcli-color-1xbet-green);
}

.arena-swiper__pagination {
    bottom: 12px !important;
}

.arena-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .36);
    opacity: 1;
}

.arena-swiper .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background: #ffc400;
}

.deck-slider__timer {
    height: 4px;
    margin: 14px 10px 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    overflow: hidden;
}

.xcli-bannertrack__progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
    animation: deckSliderTimer 5s linear infinite;
}

@keyframes deckSliderTimer {
    to { width: 100%; }
}

.xcli-bodycol {
    margin-bottom: 36px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(232, 238, 245, .98));
    border: 1px solid rgba(29, 66, 104, .16);
    box-shadow: 0 18px 44px rgba(7, 18, 30, .2);
    overflow: hidden;
    position: relative;
}

.xcli-bodycol::before {
    content: "1xBet Control Panel";
    display: block;
    padding: 13px 24px;
    color: #fff;
    background: linear-gradient(90deg, #1a3f66, #1e5680 60%, #1a6eb8);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.xcli-bodycol .xcli-essay {
    padding: 32px 34px 34px;
}

.xcli-bodycol h1 {
    color: var(--xcli-color-1xbet-blue);
    font-size: 25px;
    margin: 0 0 22px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(29, 66, 104, .16);
    position: relative;
}

.xcli-bodycol h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 112px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
}

.xcli-bodycol h2 {
    color: var(--xcli-color-1xbet-blue);
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(29, 66, 104, .07);
    border: 1px solid rgba(29, 66, 104, .08);
}

.xcli-bodycol h3,
.xcli-bodycol h4,
.xcli-bodycol h5,
.xcli-bodycol h6 {
    color: var(--xcli-color-1xbet-blue);
}

.xcli-bodycol p,
.xcli-bodycol li {
    color: var(--xcli-color-1xbet-text);
}

.xcli-bodycol .xcli-node {
    line-height: 1.8;
}

.xcli-bodycol .xcli-capimg {
    border-radius: 18px;
    border: 1px solid rgba(29, 66, 104, .12);
    box-shadow: 0 12px 28px rgba(29, 66, 104, .12);
}

#footer {
    margin-top: 14px;
    background: #07121f;
    border-top: 1px solid rgba(126, 172, 47, .32);
}

.deck-footer {
    padding: 34px 0 24px;
    background:
        radial-gradient(circle at 15% 0%, rgba(126, 172, 47, .18), transparent 30%),
        linear-gradient(180deg, #102033, #07121f);
}

.deck-footer__status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .58);
    text-align: center;
}

.deck-footer__status strong {
    color: #fff;
}

.deck-footer__pulse {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--xcli-color-1xbet-green);
    box-shadow: 0 0 0 0 rgba(126, 172, 47, .62);
    animation: deckSignal 1.7s ease-in-out infinite;
}

.deck-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1.2fr .9fr 1fr;
    gap: 22px;
}

.deck-footer__logo {
    width: 138px;
    height: auto;
    display: block;
    margin-bottom: 14px;
}

.deck-footer__brand p,
.deck-footer__app p {
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
    line-height: 1.58;
}

.deck-footer__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.deck-footer__badges span,
.deck-footer__features div {
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .08);
}

.deck-footer__badges span {
    color: #ffc400;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 10px;
}

.deck-footer__features {
    display: grid;
    gap: 10px;
}

.deck-footer__features div {
    padding: 12px 14px;
}

.deck-footer__features strong,
.deck-footer__nav strong,
.deck-footer__app strong {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.deck-footer__features strong {
    color: #ffc400;
    font-size: 18px;
}

.deck-footer__features span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.deck-footer__nav ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.deck-footer__nav li {
    margin-bottom: 8px;
}

.deck-footer__nav a {
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.deck-footer__nav a:hover {
    color: var(--xcli-color-1xbet-green);
}

.deck-footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.deck-footer__logos span {
    color: rgba(255, 255, 255, .34);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.deck-footer__logos img {
    max-width: 66px;
    max-height: 26px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.6);
    opacity: .55;
}

.deck-footer__logos img:hover {
    filter: none;
    opacity: .95;
}

.xcli-legalese {
    justify-content: center;
    color: rgba(255, 255, 255, .42);
}

@media (max-width: 991px) {
    .deck-strip__grid {
        grid-template-columns: 1fr 1fr;
    }

    .deck-header {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .deck-header__modules {
        width: 100%;
    }

    .deck-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .deck-nav__download {
        justify-content: center;
    }

    .deck-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .deck-strip__item {
        display: none;
    }

    .deck-strip__grid {
        grid-template-columns: 1fr auto;
    }

    .deck-header__modules {
        grid-template-columns: 1fr;
    }

    .deck-header__actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .deck-nav__list {
        justify-content: center;
    }

    .xcli-bannertrack {
        margin: 20px auto 24px;
        padding: 0 10px;
    }

    .deck-slider {
        padding: 12px;
        border-radius: 18px;
    }

    .arena-swiper__link img {
        max-height: 220px;
    }

    .arena-swiper__prev,
    .arena-swiper__next {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .xcli-bodycol .xcli-essay {
        padding: 24px 20px;
    }

    .xcli-bodycol h1 {
        font-size: 21px;
    }

    .deck-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* ── 1xbet-mobile-line: Mobile App Shell unique design ── */
body {
    background:
        radial-gradient(circle at 12% 10%, rgba(126, 172, 47, .18), transparent 30%),
        radial-gradient(circle at 88% 0%, rgba(32, 85, 131, .38), transparent 28%),
        #07121f;
}

.xcli-root {
    background: linear-gradient(180deg, rgba(8, 19, 31, .72), rgba(29, 66, 104, .42));
}

.mobile-topbar {
    background: #06101b;
    border-bottom: 1px solid rgba(126, 172, 47, .22);
    padding: 8px 0;
}

.mobile-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 700;
}

.mobile-topbar__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffc400;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mobile-topbar__badge i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xcli-color-1xbet-green);
    box-shadow: 0 0 0 0 rgba(126, 172, 47, .62);
    animation: mobileOnline 1.6s ease-in-out infinite;
}

@keyframes mobileOnline {
    50% { box-shadow: 0 0 0 7px rgba(126, 172, 47, 0); }
}

.mobile-topbar__link {
    color: #fff;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(126, 172, 47, .18);
    border: 1px solid rgba(126, 172, 47, .32);
}

#page-head {
    padding: 18px 0;
    background:
        linear-gradient(135deg, #1a3f66, #1e5680 56%, #153756),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 0, .18), transparent 34%);
    border-bottom: 3px solid var(--xcli-color-1xbet-green);
}

.mobile-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
}

.mobile-header__logo img {
    display: block;
    width: 166px;
    height: auto;
}

.mobile-header__screen {
    display: grid;
    grid-template-columns: repeat(3, minmax(92px, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
    background: rgba(5, 13, 22, .28);
    border: 1px solid rgba(255, 255, 255, .1);
}

.mobile-widget {
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
}

.mobile-widget span {
    display: block;
    color: rgba(255, 255, 255, .54);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mobile-widget strong {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
}

.mobile-widget--accent strong {
    color: #ffc400;
}

.mobile-header__actions {
    display: flex;
    gap: 8px;
}

.mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.mobile-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.mobile-btn--ghost {
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
}

.mobile-btn--xcli-install {
    color: #102033;
    background: linear-gradient(135deg, #ffc400, #ffd339);
    border: 1px solid rgba(255, 255, 0, .75);
    box-shadow: 0 8px 24px rgba(255, 255, 0, .18);
}

.mobile-btn--xcli-install:hover {
    background: linear-gradient(135deg, var(--xcli-color-1xbet-green), #1a6eb8);
}

.mobile-navigation {
    padding: 10px 0 !important;
    background: rgba(6, 16, 27, .94) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
}

.mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-nav__list {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.mobile-nav__list::-webkit-scrollbar {
    display: none;
}

.mobile-nav__list li {
    flex-shrink: 0;
    margin: 0;
}

.mobile-nav__list a,
.mobile-nav__cta {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 14px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 13px;
    font-weight: 800;
}

.mobile-nav__list a:hover,
.mobile-nav__cta:hover {
    color: #ffc400;
    border-color: rgba(126, 172, 47, .4);
}

.xcli-bannertrack {
    max-width: 820px;
    margin: 28px auto 34px;
    padding: 0 16px;
    overflow: hidden;
}

.mobile-slider {
    max-width: 760px;
    margin: 0 auto;
}

.mobile-slider__phone {
    position: relative;
    padding: 16px 16px 18px;
    border-radius: 34px;
    background: linear-gradient(180deg, #102033, #06101b);
    border: 2px solid rgba(126, 172, 47, .38);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.mobile-slider__speaker {
    width: 78px;
    height: 7px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.mobile-slider__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    font-weight: 800;
}

.mobile-slider__status strong {
    color: #ffc400;
    font-variant-numeric: tabular-nums;
}

.arena-swiper {
    overflow: hidden;
    border-radius: 24px;
    background: #07121f;
}

.mobile-slide {
    position: relative;
    padding: 10px;
}

.mobile-slide__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(6, 16, 27, .72);
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
}

.mobile-slide__badge span {
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mobile-slide__badge strong {
    color: #ffc400;
    font-size: 13px;
}

.arena-swiper__link {
    display: block;
    line-height: 0;
    border-radius: 18px;
    overflow: hidden;
}

.arena-swiper__link img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    object-position: center;
}

.arena-swiper__prev,
.arena-swiper__next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 0, .36);
    color: #fff;
    background: rgba(29, 66, 104, .86);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arena-swiper__prev { left: 12px; }
.arena-swiper__next { right: 12px; }

.arena-swiper__pagination {
    bottom: 12px !important;
}

.arena-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, .36);
    opacity: 1;
}

.arena-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #ffc400;
}

.mobile-slider__dock {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 10px;
}

.mobile-slider__dock span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
}

.mobile-slider__timer {
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
}

.xcli-bannertrack__progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
    animation: mobileSliderTimer 5s linear infinite;
}

@keyframes mobileSliderTimer {
    to { width: 100%; }
}

.xcli-bodycol {
    margin-bottom: 36px;
    border-radius: 30px;
    background: #f5f8fc;
    border: 1px solid rgba(29, 66, 104, .12);
    box-shadow: 0 20px 44px rgba(7, 18, 30, .18);
    overflow: hidden;
}

.xcli-bodycol::before {
    content: "Mobile Line";
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 26px;
    color: #fff;
    background: linear-gradient(90deg, #1a3f66, #1e5680 70%, #1a6eb8);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.xcli-bodycol .xcli-essay {
    padding: 32px 34px 34px;
}

.xcli-bodycol h1 {
    color: var(--xcli-color-1xbet-blue);
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(29, 66, 104, .14);
    position: relative;
}

.xcli-bodycol h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 92px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
}

.xcli-bodycol h2 {
    color: var(--xcli-color-1xbet-blue);
    padding: 10px 14px;
    border-radius: 18px;
    background: rgba(29, 66, 104, .07);
}

.xcli-bodycol h3,
.xcli-bodycol h4,
.xcli-bodycol h5,
.xcli-bodycol h6 {
    color: var(--xcli-color-1xbet-blue);
}

.xcli-bodycol p,
.xcli-bodycol li {
    color: var(--xcli-color-1xbet-text);
}

.mobile-footer {
    padding: 32px 0 24px;
    background: linear-gradient(180deg, #102033, #06101b);
}

.mobile-footer__install {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
}

.mobile-footer__icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #102033;
    background: #ffc400;
    font-weight: 900;
}

.mobile-footer__install strong,
.mobile-footer__nav strong {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mobile-footer__install span,
.mobile-footer__brand p,
.mobile-footer__cards span {
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
}

.mobile-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr;
    gap: 22px;
}

.mobile-footer__logo {
    width: 132px;
    height: auto;
    display: block;
    margin-bottom: 12px;
}

.mobile-footer__badges {
    display: flex;
    gap: 8px;
}

.mobile-footer__badges span {
    color: #ffc400;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 900;
}

.mobile-footer__cards {
    display: grid;
    gap: 10px;
}

.mobile-footer__cards div {
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
}

.mobile-footer__cards strong {
    display: block;
    color: #ffc400;
    font-size: 18px;
}

.mobile-footer__nav ul {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.mobile-footer__nav li {
    margin-bottom: 8px;
}

.mobile-footer__nav a {
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.mobile-footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.mobile-footer__logos span {
    color: rgba(255, 255, 255, .34);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.mobile-footer__logos img {
    max-width: 64px;
    max-height: 26px;
    filter: grayscale(1) brightness(1.55);
    opacity: .58;
}

@media (max-width: 991px) {
    .mobile-header {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .mobile-header__screen {
        width: 100%;
    }

    .mobile-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .mobile-topbar__text {
        display: none;
    }

    .mobile-header__screen {
        grid-template-columns: 1fr;
    }

    .mobile-nav {
        align-items: stretch;
    }

    .arena-swiper__link img {
        max-height: 220px;
    }

    .xcli-bodycol .xcli-essay {
        padding: 24px 20px;
    }

    .mobile-footer__install {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .mobile-footer__grid {
        grid-template-columns: 1fr;
    }
}


/* ── 1xbet-61387: Arena Gate / Bookie Booth unique design ── */
body {
    background:
        radial-gradient(ellipse at 50% -10%, rgba(126, 172, 47, .16), transparent 42%),
        linear-gradient(180deg, #0a1624 0%, #102033 38%, #0c1a2a 100%);
}

.xcli-root {
    background:
        repeating-linear-gradient(
            -12deg,
            transparent,
            transparent 18px,
            rgba(255, 255, 0, .015) 18px,
            rgba(255, 255, 0, .015) 19px
        ),
        linear-gradient(180deg, rgba(8, 19, 31, .55), rgba(29, 66, 104, .28));
}

.xcli-livebar {
    background: linear-gradient(90deg, #061018, #102033 40%, #061018);
    border-bottom: 1px solid rgba(126, 172, 47, .35);
    padding: 7px 0;
}

.xcli-livebar__row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 700;
}

.xcli-livebar__live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffc400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xcli-livebar__live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffc400;
    box-shadow: 0 0 0 0 rgba(255, 255, 0, .55);
    animation: gatePulse 1.6s ease-out infinite;
}

@keyframes gatePulse {
    70% { box-shadow: 0 0 0 8px rgba(255, 255, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 0, 0); }
}

.xcli-livebar__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 9px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
}

.xcli-livebar__chip b {
    color: var(--xcli-color-1xbet-green);
}

.xcli-livebar__note {
    margin-left: auto;
    color: rgba(255, 255, 255, .45);
}

.xcli-livebar__link {
    color: #ffc400;
    text-decoration: none;
    font-weight: 800;
}

.xcli-livebar__link:hover {
    color: #fff;
}

#page-head.page-head {
    background: linear-gradient(180deg, #122538, #0c1a2a);
    border-bottom: 3px solid var(--xcli-color-1xbet-green);
    padding: 14px 0 12px;
    box-shadow: none;
}

.xcli-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
}

.xcli-top__logo img {
    display: block;
    max-height: 56px;
    width: auto;
}

.xcli-top__desk {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.xcli-panel-card {
    min-width: 92px;
    padding: 8px 12px;
    border-radius: 8px 8px 2px 2px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 2px solid rgba(126, 172, 47, .55);
    text-align: center;
}

.xcli-panel-card em {
    display: block;
    color: rgba(255, 255, 255, .45);
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.xcli-panel-card strong {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.xcli-panel-card--hot {
    background: linear-gradient(180deg, rgba(126, 172, 47, .22), rgba(255, 255, 0, .08));
    border-color: rgba(255, 255, 0, .35);
    border-bottom-color: #ffc400;
}

.xcli-panel-card--hot strong {
    color: #ffc400;
}

.xcli-top__actions {
    display: flex;
    gap: 8px;
}

.xcli-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.xcli-act:hover {
    transform: translateY(-1px);
}

.xcli-act--xcli-line {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
}

.xcli-act--xcli-line:hover {
    border-color: #ffc400;
    color: #ffc400;
}

.xcli-act--xcli-cash {
    color: #102033;
    background: linear-gradient(135deg, #ffc400, #f5c400);
    border: 1px solid #ffc400;
    box-shadow: 0 4px 0 #b8860b;
}

.xcli-act--xcli-cash:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--xcli-color-1xbet-green), #1a6eb8);
    border-color: var(--xcli-color-1xbet-green);
    box-shadow: 0 4px 0 #355810;
}

.xcli-navwrap {
    background: #08131f;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 0;
}

.xcli-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
}

.xcli-bar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    flex: 1;
}

.xcli-bar__list li {
    margin: 0;
}

.xcli-bar__list a,
.xcli-bar__apk {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
}

.xcli-bar__list a:hover,
.xcli-bar__apk:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(126, 172, 47, .35);
}

.xcli-bar__apk {
    color: #102033;
    background: var(--xcli-color-1xbet-green);
    border-color: var(--xcli-color-1xbet-green);
    white-space: nowrap;
}

.xcli-bar__apk:hover {
    color: #102033;
    background: #ffc400;
    border-color: #ffc400;
}

/* Slider — promo window, not full-bleed */
.xcli-bannertrack {
    position: relative;
    max-width: 920px;
    margin: 28px auto 30px;
    padding: 0 18px;
    overflow: visible;
}

.xcli-bannerui {
    position: relative;
    background:
        linear-gradient(180deg, #16314a, #0d1f33);
    border: 1px solid rgba(126, 172, 47, .4);
    border-radius: 4px 4px 14px 14px;
    padding: 12px 14px 18px;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.xcli-bannerui::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: -8px;
    height: 8px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, #1a6eb8, #ffc400, #1a6eb8);
    opacity: .85;
}

.xcli-bannerui__bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.xcli-bannerui__label {
    color: #ffc400;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.xcli-bannerui__timer {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
}

.xcli-bannerui__index {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.xcli-bannerui__index b {
    color: #fff;
}

.arena-swiper {
    overflow: hidden;
    border-radius: 8px;
    background: #061018;
}

.arena-swiper .swiper-slide {
    height: auto;
}

.xcli-bannerslide {
    position: relative;
}

.xcli-bannerslide__tag {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 6px;
    background: rgba(8, 19, 31, .82);
    border: 1px solid rgba(255, 255, 0, .4);
    backdrop-filter: blur(4px);
}

.xcli-bannerslide__tag span {
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.xcli-bannerslide__tag strong {
    color: #ffc400;
    font-size: 16px;
    line-height: 1;
}

.arena-swiper__link {
    display: block;
    background: #061018;
}

.arena-swiper__link img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.arena-swiper__pagination {
    bottom: 10px !important;
}

.arena-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .35);
    opacity: 1;
}

.arena-swiper .swiper-pagination-bullet-active {
    background: #ffc400;
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .2);
}

.arena-swiper__prev,
.arena-swiper__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 36px;
    height: 48px;
    border: 0;
    background: rgba(8, 19, 31, .78);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid rgba(126, 172, 47, .45);
}

.arena-swiper__prev { left: 0; border-radius: 0 6px 6px 0; }
.arena-swiper__next { right: 0; border-radius: 6px 0 0 6px; }

.arena-swiper__prev:hover,
.arena-swiper__next:hover {
    background: var(--xcli-color-1xbet-green);
    border-color: var(--xcli-color-1xbet-green);
    color: #102033;
}

.xcli-bannertrack__progress-bar {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
    animation: gateProgress 5s linear infinite;
}

@keyframes gateProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

/* Content — ticket / booth panel */
.xcli-bodycol {
    position: relative;
    margin: 0 auto 36px;
    background:none;
    border: none;
    box-shadow: none;
}

.xcli-bodycol::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: -6px;
    height:0;
    border-radius: 3px 3px 0 0;
    background:none;
}

.xcli-bodycol .xcli-essay {
    background:
        linear-gradient(180deg, #f4f8fc 0%, #e6eef7 100%);
    border: 1px solid rgba(29, 66, 104, .18);
    border-radius: 2px 2px 16px 16px;
    padding: 34px 36px 30px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
    position: relative;
}

.xcli-bodycol .xcli-essay::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px dashed rgba(126, 172, 47, .45);
    opacity: .55;
    pointer-events: none;
}

.xcli-bodycol h1 {
    color: var(--xcli-color-1xbet-blue);
    font-size: 28px;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(126, 172, 47, .35);
    position: relative;
}

.xcli-bodycol h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 96px;
    height: 2px;
    background: linear-gradient(90deg, var(--xcli-color-1xbet-green), #ffc400);
}

.xcli-bodycol h2,
.xcli-bodycol h3,
.xcli-bodycol h4,
.xcli-bodycol h5,
.xcli-bodycol h6 {
    color: var(--xcli-color-1xbet-blue);
}

.xcli-bodycol h2 {
    font-size: 22px;
    margin-top: 22px;
}

.xcli-bodycol p,
.xcli-bodycol li {
    color: var(--xcli-color-1xbet-text);
}

.xcli-bodycol .xcli-node {
    color: var(--xcli-color-1xbet-text);
}

.xcli-bodycol .xcli-capimg {
    border-radius: 10px;
    overflow: hidden;
}

.xcli-bodycol a {
    color: var(--xcli-color-1xbet-blue-light);
    font-weight: 700;
}

.xcli-bodycol a:hover {
    color: var(--xcli-color-1xbet-green);
}

/* Footer */
.xcli-bottom {
    background:
        linear-gradient(180deg, #0d1f33 0%, #08131f 100%);
    border-top: 3px solid var(--xcli-color-1xbet-green);
    color: rgba(255, 255, 255, .72);
    padding: 28px 0 20px;
}

.xcli-bottom__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(126, 172, 47, .18), rgba(255, 255, 0, .08));
    border: 1px solid rgba(255, 255, 0, .28);
}

.xcli-bottom__cta strong {
    display: block;
    color: #ffc400;
    font-size: 16px;
    margin-bottom: 4px;
}

.xcli-bottom__cta span {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

.xcli-bottom__cta-btns {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.xcli-bottom__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 22px;
}

.xcli-bottom__logo {
    display: block;
    max-height: 48px;
    width: auto;
    margin-bottom: 12px;
}

.xcli-bottom__brand p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .58);
}

.xcli-bottom__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.xcli-bottom__badges span {
    padding: 4px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    color: #ffc400;
    border: 1px solid rgba(255, 255, 0, .35);
    background: rgba(255, 255, 0, .06);
}

.xcli-bottom__cols {
    display: grid;
    gap: 10px;
}

.xcli-bottom__cols div {
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

.xcli-bottom__cols strong {
    display: block;
    color: #ffc400;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.xcli-bottom__cols span,
.xcli-bottom__nav strong {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
}

.xcli-bottom__nav strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.xcli-bottom__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xcli-bottom__nav li {
    margin: 0 0 6px;
}

.xcli-bottom__nav a {
    color: rgba(255, 255, 255, .62);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.xcli-bottom__nav a:hover {
    color: var(--xcli-color-1xbet-green);
}

.xcli-bottom__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
}

.xcli-bottom__logos span {
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.xcli-bottom__logos img {
    height: 22px;
    width: auto;
    opacity: .72;
    filter: grayscale(1) brightness(1.2);
    transition: opacity .2s ease, filter .2s ease;
}

.xcli-bottom__logos img:hover {
    opacity: 1;
    filter: none;
}

.xcli-bottom .xcli-legalese,
.xcli-bottom .xcli-legalese p {
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    margin: 0;
}

@media (max-width: 980px) {
    .xcli-top {
        grid-template-columns: 1fr auto;
    }

    .xcli-top__desk {
        display: none;
    }

    .xcli-bottom__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .xcli-livebar__note {
        display: none;
    }

    .xcli-top {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .xcli-top__actions {
        width: 100%;
    }

    .xcli-act {
        flex: 1;
    }

    .xcli-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0 12px;
    }

    .xcli-bar__apk {
        justify-content: center;
    }

    .xcli-bannertrack {
        margin: 18px auto 22px;
        padding: 0 10px;
    }

    .arena-swiper__link img {
        max-height: 220px;
    }

    .arena-swiper__prev,
    .arena-swiper__next {
        width: 28px;
        height: 40px;
        font-size: 22px;
    }

    .xcli-bodycol::before {
        left: 12px;
        right: 12px;
    }

    .xcli-bodycol .xcli-essay {
        padding: 24px 18px;
    }

    .xcli-bodycol .xcli-essay::after {
        display: none;
    }

    .xcli-bodycol h1 {
        font-size: 22px;
    }

    .xcli-bottom__cta {
        flex-direction: column;
        text-align: center;
    }

    .xcli-bottom__cta-btns {
        width: 100%;
    }

    .xcli-bottom__cta-btns .xcli-act {
        flex: 1;
    }

    .xcli-bottom__grid {
        grid-template-columns: 1fr;
    }
}

.xcli-root{padding-inline-end:2px;}

/* === brand lock 1xbet xcli === */
.xcli-top,.xcli-bottom{background:#1a3f66!important;}
.xcli-act--signin{
  background:#1a6eb8!important;
  border-color:#1a6eb8!important;
  color:#fff!important;
}
.xcli-act--signup{
  background:#ffc400!important;
  border-color:#ffc400!important;
  color:#1c4267!important;
}
.xcli-bar__apk, a.xcli-bar__apk{
  background:#0e3568!important;
  border:1px solid #1a6eb8!important;
  color:#fff!important;
}
.xcli-livebar,.xcli-livebar__link,.xcli-livebar__live,.xcli-bannerslide__tag{
  color:#ffc400!important;
}
.xcli-livebar__chip{color:#fff!important;}
.arena-swiper__link, .arena-swiper__current{color:#ffc400!important;}
