:root {
    --xbr-bg: #050611;
    --xbr-bg-deep: #02030a;
    --xbr-surface: rgba(18, 22, 49, 0.78);
    --xbr-surface-solid: #11152f;
    --xbr-surface-light: #171d42;
    --xbr-border: rgba(148, 163, 255, 0.18);
    --xbr-border-bright: rgba(78, 222, 255, 0.34);
    --xbr-text: #f7f8ff;
    --xbr-text-soft: #aeb7d7;
    --xbr-blue: #2878ff;
    --xbr-blue-light: #5ca9ff;
    --xbr-cyan: #26e1ff;
    --xbr-purple: #8b5cff;
    --xbr-pink: #ff3ca6;
    --xbr-gold: #ffd25c;
    --xbr-green: #57f5b4;
    --xbr-danger: #ff557c;
    --xbr-radius-xl: 32px;
    --xbr-radius-lg: 24px;
    --xbr-radius-md: 18px;
    --xbr-shadow:
        0 28px 80px rgba(0, 0, 0, 0.38);
    --xbr-glow:
        0 0 50px rgba(38, 225, 255, 0.12);
}


/* GeneratePress */

body.xbet-home {
    min-width: 320px;
    overflow-x: hidden;
    color: var(--xbr-text);
    background:
        radial-gradient(
            circle at 15% 0%,
            rgba(55, 76, 255, 0.14),
            transparent 32%
        ),
        var(--xbr-bg);
    font-family:
        Inter,
        Manrope,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

body.xbet-home .site.grid-container {
    max-width: none;
}

body.xbet-home .site-content {
    display: block;
    max-width: none;
    padding: 0;
}

body.xbet-home .content-area {
    width: 100%;
}

body.xbet-home .site-main {
    margin: 0;
}

body.xbet-home .inside-article {
    padding: 0;
    background: transparent;
}

body.xbet-home .entry-content {
    margin: 0;
}

body.xbet-home .entry-content > * {
    max-width: none;
}

body.xbet-home .entry-header {
    display: none;
}


/* GeneratePress header */

body.xbet-home .site-header {
    position: relative;
    z-index: 100;
    border-bottom:
        1px solid rgba(148, 163, 255, 0.13);
    background:
        rgba(5, 6, 17, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.xbet-home .inside-header {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
    padding: 16px 0;
}

body.xbet-home .site-logo img {
    width: auto;
    max-height: 48px;
}

body.xbet-home .site-branding {
    color: var(--xbr-text);
}

body.xbet-home .site-title a {
    color: var(--xbr-text);
}

body.xbet-home .site-description {
    color: var(--xbr-text-soft);
}


/* GeneratePress footer */

body.xbet-home .site-footer {
    position: relative;
    z-index: 4;
    color: var(--xbr-text-soft);
    background: var(--xbr-bg-deep);
}

body.xbet-home .footer-widgets {
    background: transparent;
}

body.xbet-home .site-info {
    border-top:
        1px solid rgba(148, 163, 255, 0.12);
    color: var(--xbr-text-soft);
    background: transparent;
}


/* Base */

.xbr-page,
.xbr-page *,
.xbr-page *::before,
.xbr-page *::after {
    box-sizing: border-box;
}

.xbr-page {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    color: var(--xbr-text);
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(40, 120, 255, 0.08),
            transparent 27%
        ),
        radial-gradient(
            circle at 90% 50%,
            rgba(255, 60, 166, 0.06),
            transparent 26%
        ),
        var(--xbr-bg);
}

.xbr-page img {
    max-width: 100%;
    height: auto;
}

.xbr-page a {
    text-decoration: none;
}

.xbr-page p,
.xbr-page h1,
.xbr-page h2,
.xbr-page h3,
.xbr-page figure {
    margin-top: 0;
}

.xbr-page p:last-child {
    margin-bottom: 0;
}

.xbr-page button,
.xbr-page a {
    -webkit-tap-highlight-color: transparent;
}

.xbr-page button {
    font: inherit;
}

.xbr-shell {
    width: min(100% - 40px, 1240px);
    margin-inline: auto;
}

.xbr-section {
    position: relative;
    padding: 104px 0;
    scroll-margin-top: 100px;
}

.xbr-section--tinted {
    border-top:
        1px solid rgba(148, 163, 255, 0.08);
    border-bottom:
        1px solid rgba(148, 163, 255, 0.08);
    background:
        linear-gradient(
            180deg,
            rgba(17, 21, 47, 0.54),
            rgba(7, 9, 23, 0.82)
        );
}


/* Reveal */

.xbr-js [data-xbr-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.xbr-js [data-xbr-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Hero */

.xbr-hero {
    position: relative;
    min-height: 760px;
    padding: 78px 0 42px;
    overflow: hidden;
}

.xbr-hero::before {
    position: absolute;
    top: -320px;
    left: -260px;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(40, 120, 255, 0.38),
            transparent 66%
        );
    content: "";
    filter: blur(14px);
    pointer-events: none;
}

.xbr-hero::after {
    position: absolute;
    top: -260px;
    right: -270px;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255, 60, 166, 0.23),
            transparent 66%
        );
    content: "";
    filter: blur(20px);
    pointer-events: none;
}

.xbr-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 0.96fr)
        minmax(440px, 1.04fr);
    gap: 70px;
    align-items: center;
}

.xbr-hero__content {
    position: relative;
}

.xbr-eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
    padding: 9px 14px;
    border:
        1px solid rgba(38, 225, 255, 0.22);
    border-radius: 999px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.06);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.xbr-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xbr-green);
    box-shadow:
        0 0 16px rgba(87, 245, 180, 0.9);
    animation: xbr-dot-pulse 1.5s infinite;
}

.xbr-hero__title {
    max-width: 720px;
    margin-bottom: 24px;
    color: var(--xbr-text);
    font-size: clamp(58px, 7vw, 104px);
    font-weight: 900;
    line-height: 0.91;
    letter-spacing: -0.065em;
    text-transform: uppercase;
}

.xbr-hero__title span {
    display: inline-block;
    color: transparent;
    background:
        linear-gradient(
            110deg,
            var(--xbr-cyan),
            var(--xbr-blue-light) 38%,
            #a36cff 70%,
            var(--xbr-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    filter:
        drop-shadow(
            0 0 24px rgba(38, 225, 255, 0.16)
        );
}

.xbr-hero__lead {
    max-width: 670px;
    margin-bottom: 34px;
    color: var(--xbr-text-soft);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.75;
}

.xbr-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}


/* Buttons */

.xbr-button {
    position: relative;
    display: inline-flex;
    min-height: 56px;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    overflow: hidden;
    border:
        1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    color: var(--xbr-text);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.xbr-button:hover,
.xbr-button:focus-visible {
    color: var(--xbr-text);
    transform: translateY(-3px);
}

.xbr-button:focus-visible {
    outline:
        2px solid var(--xbr-cyan);
    outline-offset: 4px;
}

.xbr-button--primary {
    border-color:
        rgba(38, 225, 255, 0.45);
    background:
        linear-gradient(
            115deg,
            #147cff,
            #684fff 54%,
            #d72fa0
        );
    box-shadow:
        0 18px 40px rgba(66, 76, 255, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.xbr-button--primary::before {
    position: absolute;
    top: -120%;
    left: -30%;
    width: 34%;
    height: 340%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent
        );
    content: "";
    transform: rotate(22deg);
    transition: left 0.6s ease;
}

.xbr-button--primary:hover::before {
    left: 120%;
}

.xbr-button--primary:hover {
    box-shadow:
        0 24px 54px rgba(66, 76, 255, 0.36),
        0 0 34px rgba(38, 225, 255, 0.14);
}

.xbr-button--glass {
    background:
        rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.xbr-button--glass:hover {
    border-color:
        rgba(38, 225, 255, 0.32);
    background:
        rgba(38, 225, 255, 0.08);
}

.xbr-button__arrow {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 1;
}


/* Metrics */

.xbr-hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.xbr-metric {
    min-width: 0;
    padding: 16px;
    border:
        1px solid rgba(148, 163, 255, 0.13);
    border-radius: 17px;
    background:
        rgba(12, 15, 34, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.xbr-metric strong {
    display: block;
    margin-bottom: 3px;
    color: var(--xbr-text);
    font-size: 17px;
    font-weight: 850;
}

.xbr-metric span {
    display: block;
    overflow: hidden;
    color: var(--xbr-text-soft);
    font-size: 11px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Media */

.xbr-media {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: transparent;
    box-shadow: none;
    isolation: auto;
}

.xbr-media::after {
    display: none;
}

.xbr-media img {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    border-radius: inherit;
    object-fit: contain;
    object-position: center top;
}

.xbr-media figcaption {
    display: block;
    position: static;
    margin-top: 10px;
    padding: 0;
    border: 0;
    color: var(--xbr-text-soft);
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.xbr-media.is-missing {
    display: flex;
    min-height: 280px;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 1px dashed rgba(38, 225, 255, 0.3);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(24, 29, 65, 0.7),
            rgba(8, 11, 27, 0.9)
        );
}

.xbr-media.is-missing::before {
    display: block;
    max-width: 320px;
    padding: 0;
    color: var(--xbr-text-soft);
    background: transparent;
    content: attr(data-label);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.xbr-media.is-missing img,
.xbr-media.is-missing figcaption {
    display: none;
}

.xbr-media--hero,
.xbr-media--screenshot,
.xbr-media--phone {
    min-height: 0;
    height: auto;
    transform: none;
}

.xbr-media--hero {
    transition: transform 0.35s ease;
}

.xbr-media--hero:hover {
    transform: translateY(-4px);
}

.xbr-media--screenshot {
    align-self: start;
}

/* Anchor navigation */

.xbr-anchor-nav {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 8px;
    margin-top: 54px;
    padding: 9px;
    overflow-x: auto;
    border:
        1px solid rgba(148, 163, 255, 0.13);
    border-radius: 18px;
    background:
        rgba(12, 15, 34, 0.62);
    scrollbar-width: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.xbr-anchor-nav::-webkit-scrollbar {
    display: none;
}

.xbr-anchor-nav a {
    flex: 1 0 auto;
    padding: 11px 17px;
    border-radius: 12px;
    color: var(--xbr-text-soft);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-align: center;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.xbr-anchor-nav a:hover {
    color: var(--xbr-text);
    background:
        rgba(38, 225, 255, 0.09);
}


/* Feature strip */

.xbr-feature-strip {
    position: relative;
    z-index: 5;
    padding: 0 0 34px;
}

.xbr-features {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.xbr-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    min-width: 0;
    padding: 20px;
    border:
        1px solid var(--xbr-border);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(24, 29, 65, 0.78),
            rgba(11, 14, 32, 0.76)
        );
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.xbr-feature:hover {
    border-color:
        rgba(38, 225, 255, 0.34);
    box-shadow:
        0 26px 55px rgba(0, 0, 0, 0.25),
        0 0 28px rgba(38, 225, 255, 0.07);
    transform: translateY(-6px);
}

.xbr-feature__icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(38, 225, 255, 0.24);
    border-radius: 15px;
    color: var(--xbr-cyan);
    background:
        linear-gradient(
            145deg,
            rgba(38, 225, 255, 0.12),
            rgba(139, 92, 255, 0.08)
        );
    font-size: 14px;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.xbr-feature h2 {
    margin-bottom: 6px;
    color: var(--xbr-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.xbr-feature p {
    color: var(--xbr-text-soft);
    font-size: 12px;
    line-height: 1.55;
}


/* Section heading */

.xbr-section-heading {
    display: grid;
    grid-template-columns: 78px minmax(0, 790px);
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 54px;
}

.xbr-section-heading__number {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(38, 225, 255, 0.22);
    border-radius: 19px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.055);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.xbr-section-heading__label {
    margin-bottom: 12px;
    color: var(--xbr-cyan);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.18em;
}

.xbr-section-heading h2 {
    margin-bottom: 15px;
    color: var(--xbr-text);
    font-size: clamp(38px, 4.7vw, 66px);
    font-weight: 880;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.xbr-section-heading p {
    max-width: 730px;
    color: var(--xbr-text-soft);
    font-size: 17px;
    line-height: 1.7;
}


/* Requirements */

.xbr-requirements {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.xbr-requirement {
    position: relative;
    min-height: 235px;
    padding: 28px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-lg);
    background:
        linear-gradient(
            155deg,
            rgba(24, 29, 65, 0.78),
            rgba(9, 12, 28, 0.94)
        );
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.xbr-requirement::after {
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 255, 0.17),
            transparent 66%
        );
    content: "";
}

.xbr-requirement:hover {
    border-color:
        rgba(38, 225, 255, 0.34);
    transform: translateY(-7px);
}

.xbr-requirement__number {
    display: block;
    margin-bottom: 38px;
    color: rgba(38, 225, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.xbr-requirement h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: var(--xbr-text);
    font-size: 20px;
    font-weight: 800;
}

.xbr-requirement p {
    position: relative;
    z-index: 2;
    color: var(--xbr-text-soft);
    font-size: 14px;
    line-height: 1.65;
}


/* Guide */

.xbr-guide-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(420px, 1.08fr);
    gap: 24px;
    align-items: start;
}

.xbr-guide-grid--reverse {
    grid-template-columns:
        minmax(420px, 1.08fr)
        minmax(0, 0.92fr);
}

.xbr-guide-card {
    padding: 30px;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-xl);
    background:
        linear-gradient(
            150deg,
            rgba(22, 27, 62, 0.8),
            rgba(8, 10, 25, 0.95)
        );
    box-shadow:
        var(--xbr-shadow);
}

.xbr-guide-card__top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 27px;
    color: var(--xbr-text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.xbr-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--xbr-green);
    box-shadow:
        0 0 14px rgba(87, 245, 180, 0.8);
}

.xbr-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.xbr-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
    border:
        1px solid transparent;
    border-radius: 18px;
    background:
        rgba(255, 255, 255, 0.032);
    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.xbr-steps li:hover {
    border-color:
        rgba(38, 225, 255, 0.15);
    background:
        rgba(38, 225, 255, 0.055);
    transform: translateX(4px);
}

.xbr-steps__number {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--xbr-cyan);
    background:
        linear-gradient(
            145deg,
            rgba(38, 225, 255, 0.13),
            rgba(139, 92, 255, 0.1)
        );
    font-size: 11px;
    font-weight: 900;
}

.xbr-steps h3 {
    margin-bottom: 6px;
    color: var(--xbr-text);
    font-size: 16px;
    font-weight: 780;
    line-height: 1.3;
}

.xbr-steps p {
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.6;
}

.xbr-steps a,
.xbr-info-table a {
    color: var(--xbr-cyan);
    font-weight: 750;
}

.xbr-steps a:hover,
.xbr-info-table a:hover {
    color: var(--xbr-text);
}


/* Inline CTA */

.xbr-inline-cta {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 25px 28px;
    border:
        1px solid rgba(38, 225, 255, 0.18);
    border-radius: 22px;
    background:
        linear-gradient(
            110deg,
            rgba(38, 225, 255, 0.07),
            rgba(139, 92, 255, 0.08)
        );
}

.xbr-inline-cta__label {
    display: block;
    margin-bottom: 5px;
    color: var(--xbr-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.xbr-inline-cta strong {
    display: block;
    max-width: 720px;
    color: var(--xbr-text);
    font-size: 17px;
    line-height: 1.45;
}


/* App */

.xbr-app-layout {
    display: grid;
    grid-template-columns:
        minmax(300px, 430px)
        repeat(2, minmax(220px, 300px));
    gap: 18px;
    align-items: start;
    justify-content: center;
}

.xbr-app-platforms {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.xbr-platform-card {
    padding: 22px;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-lg);
    background:
        linear-gradient(
            145deg,
            rgba(24, 29, 65, 0.75),
            rgba(8, 11, 27, 0.92)
        );
    transition:
        transform 0.28s ease,
        border-color 0.28s ease;
}

.xbr-platform-card:hover {
    border-color:
        rgba(38, 225, 255, 0.29);
    transform: translateY(-5px);
}

.xbr-platform-card__header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 18px;
}

.xbr-platform-card__icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(38, 225, 255, 0.22);
    border-radius: 17px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.075);
    font-size: 15px;
    font-weight: 900;
}

.xbr-platform-card__header span {
    display: block;
    margin-bottom: 3px;
    color: var(--xbr-text-soft);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.xbr-platform-card h3 {
    margin: 0;
    color: var(--xbr-text);
    font-size: 21px;
    font-weight: 820;
}

.xbr-mini-steps {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: xbr-mini;
}

.xbr-mini-steps li {
    position: relative;
    padding: 11px 12px 11px 39px;
    border-radius: 13px;
    color: var(--xbr-text-soft);
    background:
        rgba(255, 255, 255, 0.025);
    font-size: 12px;
    line-height: 1.55;
    counter-increment: xbr-mini;
}

.xbr-mini-steps li::before {
    position: absolute;
    top: 11px;
    left: 14px;
    color: var(--xbr-pink);
    content: counter(xbr-mini);
    font-size: 10px;
    font-weight: 900;
}

.xbr-bonus-card {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 18px 20px;
    border:
        1px solid rgba(255, 210, 92, 0.22);
    border-radius: 20px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 210, 92, 0.085),
            rgba(255, 60, 166, 0.055)
        );
}

.xbr-bonus-card__icon {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--xbr-gold);
    background:
        rgba(255, 210, 92, 0.1);
    font-size: 20px;
}

.xbr-bonus-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--xbr-gold);
    font-size: 14px;
}

.xbr-bonus-card p {
    color: var(--xbr-text-soft);
    font-size: 11px;
    line-height: 1.5;
}

.xbr-app-layout > .xbr-media--phone {
    width: 100%;
    max-width: 300px;
    min-height: 0;
    height: auto;
    margin: 0;
    justify-self: center;
    align-self: start;
    overflow: hidden;
    border-radius: 22px;
    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.28);
}

.xbr-app-layout > .xbr-media--phone img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
    border-radius: inherit;
    object-fit: contain;
    object-position: center top;
}

/* Verification and deposit */

.xbr-dual-cards {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.xbr-process-card {
    position: relative;
    min-height: 560px;
    padding: 38px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-xl);
    background:
        linear-gradient(
            150deg,
            rgba(24, 29, 65, 0.82),
            rgba(7, 9, 24, 0.96)
        );
    box-shadow:
        var(--xbr-shadow);
}

.xbr-process-card::after {
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(40, 120, 255, 0.17),
            transparent 68%
        );
    content: "";
}

.xbr-process-card--accent::after {
    background:
        radial-gradient(
            circle,
            rgba(255, 60, 166, 0.16),
            transparent 68%
        );
}

.xbr-process-card__badge {
    display: inline-flex;
    margin-bottom: 25px;
    padding: 8px 11px;
    border:
        1px solid rgba(38, 225, 255, 0.19);
    border-radius: 999px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.06);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.xbr-process-card h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    color: var(--xbr-text);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 870;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.xbr-process-card__intro {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-bottom: 28px;
    color: var(--xbr-text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.xbr-number-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.xbr-number-list li {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    background:
        rgba(255, 255, 255, 0.032);
}

.xbr-number-list span {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.08);
    font-size: 10px;
    font-weight: 900;
}

.xbr-number-list p {
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.5;
}

.xbr-warning {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin-top: 22px;
    padding: 17px;
    border:
        1px solid rgba(255, 85, 124, 0.18);
    border-radius: 15px;
    background:
        rgba(255, 85, 124, 0.06);
}

.xbr-warning > span {
    display: flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--xbr-danger);
    background:
        rgba(255, 85, 124, 0.12);
    font-size: 13px;
    font-weight: 900;
}

.xbr-warning p {
    color: #d6b3c0;
    font-size: 12px;
    line-height: 1.55;
}

.xbr-bonus-highlight {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    padding: 20px;
    border:
        1px solid rgba(255, 210, 92, 0.23);
    border-radius: 17px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 210, 92, 0.1),
            rgba(255, 60, 166, 0.06)
        );
}

.xbr-bonus-highlight small {
    display: block;
    margin-bottom: 5px;
    color: var(--xbr-gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.xbr-bonus-highlight strong {
    display: block;
    color: var(--xbr-text);
    font-size: 22px;
    line-height: 1.2;
}


/* Table */

.xbr-table-card {
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-xl);
    background:
        linear-gradient(
            150deg,
            rgba(22, 27, 62, 0.81),
            rgba(7, 9, 23, 0.95)
        );
    box-shadow:
        var(--xbr-shadow);
}

.xbr-table-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom:
        1px solid var(--xbr-border);
    color: var(--xbr-text-soft);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.xbr-table-card__status {
    position: relative;
    padding-left: 16px;
    color: var(--xbr-green);
}

.xbr-table-card__status::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xbr-green);
    box-shadow:
        0 0 12px rgba(87, 245, 180, 0.8);
    content: "";
    transform: translateY(-50%);
}

.xbr-table-scroll {
    overflow-x: auto;
}

.xbr-info-table {
    width: 100%;
    min-width: 660px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    color: var(--xbr-text);
}

.xbr-info-table tr {
    border-bottom:
        1px solid rgba(148, 163, 255, 0.1);
}

.xbr-info-table tr:last-child {
    border-bottom: 0;
}

.xbr-info-table th,
.xbr-info-table td {
    padding: 20px 25px;
    border: 0;
    background: transparent;
    text-align: left;
    vertical-align: middle;
}

.xbr-info-table th {
    width: 38%;
    color: var(--xbr-text);
    font-size: 13px;
    font-weight: 780;
    text-transform: uppercase;
}

.xbr-info-table td {
    color: var(--xbr-text-soft);
    font-size: 14px;
}

.xbr-info-table tr:hover th,
.xbr-info-table tr:hover td {
    background:
        rgba(38, 225, 255, 0.035);
}


/* Payments */

.xbr-payments {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.xbr-payment {
    position: relative;
    display: flex;
    min-height: 108px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 22px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(24, 29, 65, 0.72),
            rgba(8, 11, 27, 0.92)
        );
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.xbr-payment:hover {
    border-color:
        rgba(38, 225, 255, 0.33);
    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.24);
    transform: translateY(-6px);
}

.xbr-payment img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
}

.xbr-payment__fallback {
    display: none;
    color: var(--xbr-text);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.xbr-payment.is-missing img {
    display: none;
}

.xbr-payment.is-missing .xbr-payment__fallback {
    display: block;
}


/* Tips */

.xbr-section--tips {
    background:
        radial-gradient(
            circle at 0% 50%,
            rgba(139, 92, 255, 0.11),
            transparent 28%
        ),
        radial-gradient(
            circle at 100% 50%,
            rgba(38, 225, 255, 0.08),
            transparent 28%
        );
}

.xbr-tips {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.xbr-tip {
    position: relative;
    min-height: 250px;
    padding: 28px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-lg);
    background:
        linear-gradient(
            150deg,
            rgba(24, 29, 65, 0.72),
            rgba(7, 9, 23, 0.94)
        );
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.xbr-tip:hover {
    border-color:
        rgba(255, 60, 166, 0.28);
    transform: translateY(-7px);
}

.xbr-tip > span {
    display: block;
    margin-bottom: 65px;
    color: var(--xbr-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.xbr-tip h3 {
    margin-bottom: 11px;
    color: var(--xbr-text);
    font-size: 20px;
    font-weight: 820;
}

.xbr-tip p {
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.65;
}


/* FAQ */

.xbr-faq {
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-xl);
    background:
        linear-gradient(
            150deg,
            rgba(22, 27, 62, 0.76),
            rgba(7, 9, 23, 0.94)
        );
    box-shadow:
        var(--xbr-shadow);
}

.xbr-faq__item {
    border-bottom:
        1px solid rgba(148, 163, 255, 0.11);
}

.xbr-faq__item:last-child {
    border-bottom: 0;
}

.xbr-faq__heading {
    margin: 0;
}

.xbr-faq__button {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 82px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 30px;
    border: 0;
    color: var(--xbr-text);
    background: transparent;
    font-size: 18px;
    font-weight: 790;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition:
        color 0.22s ease,
        background-color 0.22s ease;
}

.xbr-faq__button:hover {
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.035);
}

.xbr-faq__button:focus-visible {
    z-index: 2;
    outline:
        2px solid var(--xbr-cyan);
    outline-offset: -4px;
}

.xbr-faq__plus {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border:
        1px solid rgba(38, 225, 255, 0.18);
    border-radius: 12px;
    background:
        rgba(38, 225, 255, 0.055);
}

.xbr-faq__plus::before,
.xbr-faq__plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 2px;
    border-radius: 99px;
    background: var(--xbr-cyan);
    content: "";
    transform:
        translate(-50%, -50%);
    transition:
        transform 0.24s ease;
}

.xbr-faq__plus::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.xbr-faq__item.is-open .xbr-faq__plus::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}

.xbr-faq__item.is-open .xbr-faq__button {
    color: var(--xbr-cyan);
}

.xbr-faq__answer {
    padding: 0 86px 25px 30px;
}

.xbr-faq__answer[hidden] {
    display: none;
}

.xbr-faq__answer p {
    max-width: 900px;
    color: var(--xbr-text-soft);
    font-size: 15px;
    line-height: 1.75;
}


/* Final CTA */

.xbr-final-cta {
    padding: 20px 0 110px;
}

.xbr-final-cta__box {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 54px;
    align-items: center;
    padding: 58px;
    overflow: hidden;
    border:
        1px solid rgba(38, 225, 255, 0.25);
    border-radius: 36px;
    background:
        linear-gradient(
            125deg,
            rgba(29, 43, 96, 0.92),
            rgba(61, 36, 112, 0.88) 58%,
            rgba(116, 30, 94, 0.82)
        );
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.4),
        0 0 54px rgba(38, 225, 255, 0.1);
}

.xbr-final-cta__glow {
    position: absolute;
    top: -180px;
    right: -100px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(38, 225, 255, 0.23),
            transparent 66%
        );
    pointer-events: none;
}

.xbr-final-cta__content,
.xbr-final-cta__actions,
.xbr-responsible-note {
    position: relative;
    z-index: 2;
}

.xbr-final-cta__label {
    display: block;
    margin-bottom: 13px;
    color: var(--xbr-cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.19em;
}

.xbr-final-cta h2 {
    max-width: 770px;
    margin-bottom: 17px;
    color: var(--xbr-text);
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 880;
    line-height: 1;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.xbr-final-cta p {
    max-width: 710px;
    color: rgba(235, 239, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}

.xbr-final-cta__actions {
    display: grid;
    gap: 12px;
    min-width: 230px;
}

.xbr-responsible-note {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 25px;
    border-top:
        1px solid rgba(255, 255, 255, 0.13);
    color: rgba(235, 239, 255, 0.66);
    font-size: 12px;
}

.xbr-responsible-note strong {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--xbr-text);
    font-size: 11px;
}


/* Mobile navigation */

.xbr-mobile-nav {
    display: none;
}


/* Scroll top */

.xbr-scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(38, 225, 255, 0.32);
    border-radius: 16px;
    color: var(--xbr-cyan);
    background:
        rgba(7, 9, 23, 0.86);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transform: translateY(15px);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease,
        background-color 0.25s ease;
}

.xbr-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.xbr-scroll-top:hover {
    color: var(--xbr-text);
    background:
        rgba(38, 225, 255, 0.14);
}


/* Animations */

@keyframes xbr-dot-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(0.78);
    }
}


/* Laptop */

@media (max-width: 1100px) {
    .xbr-hero__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, 0.85fr);
        gap: 40px;
    }

    .xbr-hero__title {
        font-size: clamp(54px, 7.5vw, 84px);
    }

    .xbr-features,
    .xbr-requirements,
    .xbr-tips {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .xbr-guide-grid,
    .xbr-guide-grid--reverse {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}


/* Tablet */

@media (max-width: 820px) {
    .xbr-shell {
        width: min(100% - 30px, 720px);
    }

    body.xbet-home .inside-header {
        width: min(100% - 30px, 720px);
    }

    .xbr-section {
        padding: 76px 0;
    }

    .xbr-hero {
        min-height: 0;
        padding: 58px 0 34px;
    }

    .xbr-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .xbr-hero__content {
        text-align: center;
    }

    .xbr-eyebrow {
        justify-content: center;
    }

    .xbr-hero__title,
    .xbr-hero__lead {
        margin-right: auto;
        margin-left: auto;
    }

    .xbr-hero__actions {
        justify-content: center;
    }

    .xbr-hero__metrics {
        max-width: 620px;
        margin-inline: auto;
        text-align: left;
    }

    .xbr-media--hero {
        transform: none;
    }

    .xbr-anchor-nav {
        margin-top: 34px;
    }

    .xbr-feature-strip {
        padding-top: 10px;
    }

    .xbr-guide-grid,
    .xbr-guide-grid--reverse,
    .xbr-dual-cards {
        grid-template-columns: 1fr;
    }

    .xbr-guide-grid--reverse .xbr-media {
        order: 2;
    }

    .xbr-guide-grid--reverse .xbr-guide-card {
        order: 1;
    }


    .xbr-payments {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .xbr-final-cta__box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px;
    }

    .xbr-final-cta__actions {
        display: flex;
        flex-wrap: wrap;
        min-width: 0;
    }
}


/* Mobile */

@media (max-width: 600px) {
    .xbr-page {
        padding-bottom:
            calc(68px + env(safe-area-inset-bottom));
    }

    .xbr-shell {
        width: min(100% - 24px, 540px);
    }

    body.xbet-home .inside-header {
        width: min(100% - 24px, 540px);
        padding: 12px 0;
    }

    body.xbet-home .site-logo img {
        max-height: 38px;
    }

    .xbr-section {
        padding: 62px 0;
    }

    .xbr-hero {
        padding-top: 42px;
    }

    .xbr-eyebrow {
        margin-bottom: 18px;
        padding: 8px 11px;
        font-size: 9px;
    }

    .xbr-hero__title {
        margin-bottom: 19px;
        font-size: clamp(46px, 15vw, 66px);
        line-height: 0.94;
    }

    .xbr-hero__lead {
        margin-bottom: 26px;
        font-size: 15px;
        line-height: 1.65;
    }

    .xbr-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 28px;
    }

    .xbr-button {
        width: 100%;
        min-height: 53px;
        padding: 13px 18px;
    }

    .xbr-hero__metrics {
        gap: 7px;
    }

    .xbr-metric {
        padding: 12px 9px;
        border-radius: 13px;
        text-align: center;
    }

    .xbr-metric strong {
        font-size: 14px;
    }

    .xbr-metric span {
        font-size: 9px;
    }

    .xbr-media--hero {
        border-radius: 24px;
    }

    .xbr-media.is-missing {
        min-height: 300px;
    }

    .xbr-anchor-nav {
        padding: 7px;
        border-radius: 15px;
    }

    .xbr-anchor-nav a {
        padding: 9px 13px;
        font-size: 10px;
    }

    .xbr-features,
    .xbr-requirements,
    .xbr-tips {
        grid-template-columns: 1fr;
    }

    .xbr-feature {
        padding: 18px;
    }

    .xbr-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .xbr-section-heading__number {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .xbr-section-heading h2 {
        margin-bottom: 12px;
        font-size: clamp(34px, 11vw, 46px);
    }

    .xbr-section-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .xbr-requirement {
        min-height: 205px;
        padding: 24px;
    }

    .xbr-requirement__number,
    .xbr-tip > span {
        margin-bottom: 38px;
    }

    .xbr-guide-card {
        padding: 18px;
        border-radius: 23px;
    }

    .xbr-steps li {
        grid-template-columns: 38px 1fr;
        gap: 10px;
        padding: 13px 11px;
    }

    .xbr-steps__number {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: 9px;
    }

    .xbr-steps h3 {
        font-size: 14px;
    }

    .xbr-steps p {
        font-size: 12px;
    }

    .xbr-media--screenshot {
        border-radius: 23px;
    }

    .xbr-inline-cta {
        display: grid;
        gap: 18px;
        padding: 21px;
    }

    .xbr-inline-cta strong {
        font-size: 14px;
    }

    .xbr-platform-card {
        padding: 21px;
    }

    .xbr-process-card {
        min-height: 0;
        padding: 25px;
        border-radius: 24px;
    }

    .xbr-process-card h2 {
        font-size: 34px;
    }

    .xbr-info-table {
        min-width: 590px;
    }

    .xbr-info-table th,
    .xbr-info-table td {
        padding: 17px 18px;
    }

    .xbr-payments {
        gap: 9px;
    }

    .xbr-payment {
        min-height: 88px;
        padding: 15px;
        border-radius: 16px;
    }

    .xbr-payment img {
        max-width: 110px;
        max-height: 38px;
    }

    .xbr-payment__fallback {
        font-size: 14px;
    }

    .xbr-tip {
        min-height: 210px;
        padding: 24px;
    }

    .xbr-faq {
        border-radius: 23px;
    }

    .xbr-faq__button {
        min-height: 72px;
        gap: 14px;
        padding: 19px 17px;
        font-size: 14px;
    }

    .xbr-faq__plus {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        border-radius: 10px;
    }

    .xbr-faq__answer {
        padding:
            0 52px 20px 17px;
    }

    .xbr-faq__answer p {
        font-size: 13px;
    }

    .xbr-final-cta {
        padding-bottom: 75px;
    }

    .xbr-final-cta__box {
        gap: 25px;
        padding: 28px 21px;
        border-radius: 26px;
    }

    .xbr-final-cta h2 {
        font-size: 37px;
    }

    .xbr-final-cta p {
        font-size: 13px;
    }

    .xbr-final-cta__actions {
        display: grid;
    }

    .xbr-responsible-note {
        align-items: flex-start;
        font-size: 10px;
        line-height: 1.5;
    }

    .xbr-mobile-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2000;
        display: grid;
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
        padding:
            7px 7px
            calc(7px + env(safe-area-inset-bottom));
        border-top:
            1px solid rgba(148, 163, 255, 0.17);
        background:
            rgba(5, 7, 19, 0.92);
        box-shadow:
            0 -12px 40px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .xbr-mobile-nav a {
        display: flex;
        min-width: 0;
        gap: 2px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 6px 3px;
        border-radius: 11px;
        color: var(--xbr-text-soft);
        font-size: 9px;
        font-weight: 700;
        line-height: 1.2;
    }

    .xbr-mobile-nav a:hover {
        color: var(--xbr-text);
        background:
            rgba(38, 225, 255, 0.06);
    }

    .xbr-mobile-nav__icon {
        display: flex;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        color: var(--xbr-cyan);
        font-size: 16px;
        font-weight: 900;
    }

    .xbr-mobile-nav__featured {
        color: var(--xbr-text) !important;
        background:
            linear-gradient(
                135deg,
                rgba(40, 120, 255, 0.24),
                rgba(255, 60, 166, 0.17)
            );
    }

    .xbr-scroll-top {
        right: 14px;
        bottom:
            calc(
                78px + env(safe-area-inset-bottom)
            );
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }
}


/* Small mobile */

@media (max-width: 380px) {
    .xbr-hero__metrics {
        grid-template-columns: 1fr;
    }

    .xbr-metric {
        text-align: left;
    }

    .xbr-metric span {
        white-space: normal;
    }

    .xbr-payments {
        grid-template-columns: 1fr;
    }
}


/* App responsive */

@media (max-width: 1100px) {
    .xbr-app-layout {
        grid-template-columns:
            minmax(280px, 380px)
            repeat(2, minmax(190px, 270px));
        gap: 14px;
    }

    .xbr-app-layout > .xbr-media--phone,
    .xbr-app-layout > .xbr-media--phone img {
        max-width: 270px;
    }

    .xbr-platform-card {
        padding: 19px;
    }
}

@media (max-width: 820px) {
    .xbr-app-layout {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .xbr-app-platforms {
        grid-column: 1 / -1;
    }

    .xbr-app-layout > .xbr-media--phone,
    .xbr-app-layout > .xbr-media--phone img {
        width: 100%;
        max-width: 330px;
    }
}

@media (max-width: 600px) {
    .xbr-media,
    .xbr-media img {
        border-radius: 18px;
    }

    .xbr-media.is-missing {
        min-height: 220px;
    }

    .xbr-app-layout {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .xbr-app-layout > .xbr-media--phone,
    .xbr-app-layout > .xbr-media--phone img {
        width: 100%;
        max-width: none;
        border-radius: 15px;
    }

    .xbr-platform-card {
        padding: 19px;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .xbr-page *,
    .xbr-page *::before,
    .xbr-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .xbr-js [data-xbr-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* =====================================================
   FINAL CONTENT LAYOUT
   Hero without image + additional content blocks
   ===================================================== */

.xbr-hero--no-image {
    min-height: 0;
    padding: 76px 0 42px;
}

.xbr-hero__grid--no-image {
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(410px, 0.92fr);
    gap: 52px;
    align-items: center;
}

.xbr-hero__title-line,
.xbr-hero__title-brand {
    display: block;
}

.xbr-hero__title-line {
    color: var(--xbr-text);
}

.xbr-hero__title-brand {
    width: fit-content;
    color: transparent;
    background:
        linear-gradient(
            110deg,
            var(--xbr-cyan),
            var(--xbr-blue-light) 35%,
            var(--xbr-purple) 67%,
            var(--xbr-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    filter:
        drop-shadow(
            0 0 28px rgba(38, 225, 255, 0.16)
        );
}

.xbr-hero--no-image .xbr-hero__lead {
    max-width: 720px;
    margin-bottom: 18px;
}

.xbr-hero--no-image .xbr-hero__lead--secondary {
    margin-bottom: 32px;
    color: rgba(235, 239, 255, 0.76);
    font-size: 15px;
}


/* Hero information panel */

.xbr-hero-panel {
    position: relative;
    padding: 28px;
    overflow: hidden;
    border:
        1px solid rgba(38, 225, 255, 0.2);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(23, 29, 66, 0.82),
            rgba(7, 9, 25, 0.96)
        );
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.34),
        0 0 55px rgba(38, 225, 255, 0.07);
    isolation: isolate;
}

.xbr-hero-panel::before {
    position: absolute;
    top: -160px;
    right: -140px;
    z-index: -1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 255, 0.2),
            transparent 67%
        );
    content: "";
    pointer-events: none;
}

.xbr-hero-panel::after {
    position: absolute;
    bottom: -150px;
    left: -130px;
    z-index: -1;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(38, 225, 255, 0.12),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}

.xbr-hero-panel__top {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:
        1px solid rgba(148, 163, 255, 0.12);
}

.xbr-hero-panel__top > strong {
    color: var(--xbr-text);
    font-size: 15px;
    font-weight: 850;
}

.xbr-hero-panel__status {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: var(--xbr-cyan);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.xbr-hero-panel__status > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xbr-green);
    box-shadow:
        0 0 14px rgba(87, 245, 180, 0.85);
}

.xbr-hero-panel__items {
    display: grid;
    gap: 9px;
}

.xbr-hero-panel__item {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 14px;
    border:
        1px solid transparent;
    border-radius: 16px;
    background:
        rgba(255, 255, 255, 0.034);
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.xbr-hero-panel__item:hover {
    border-color:
        rgba(38, 225, 255, 0.16);
    background:
        rgba(38, 225, 255, 0.05);
    transform: translateX(4px);
}

.xbr-hero-panel__icon {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(38, 225, 255, 0.19);
    border-radius: 14px;
    color: var(--xbr-cyan);
    background:
        linear-gradient(
            145deg,
            rgba(38, 225, 255, 0.11),
            rgba(139, 92, 255, 0.09)
        );
    font-size: 11px;
    font-weight: 900;
}

.xbr-hero-panel__item h2 {
    margin: 0 0 4px;
    color: var(--xbr-text);
    font-size: 14px;
    font-weight: 820;
    line-height: 1.25;
    text-transform: uppercase;
}

.xbr-hero-panel__item p {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 11px;
    line-height: 1.45;
}


/* Requirements with text-only cards */

.xbr-requirement h3:last-child {
    margin-bottom: 0;
}

.xbr-requirement:has(h3:last-child) {
    min-height: 190px;
}


/* Guide endings */

.xbr-guide-card__finish {
    margin: 20px 0 0;
    padding: 16px 18px;
    border:
        1px solid rgba(87, 245, 180, 0.18);
    border-radius: 15px;
    color: var(--xbr-text);
    background:
        rgba(87, 245, 180, 0.055);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}


/* Registration methods */

.xbr-method-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.xbr-method-card {
    position: relative;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-lg);
    background:
        linear-gradient(
            150deg,
            rgba(24, 29, 65, 0.76),
            rgba(7, 9, 24, 0.96)
        );
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.22);
}

.xbr-method-card::after {
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 255, 0.13),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}

.xbr-method-card__number {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    padding: 0 10px;
    border:
        1px solid rgba(38, 225, 255, 0.2);
    border-radius: 13px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.07);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.xbr-method-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    color: var(--xbr-text);
    font-size: 23px;
    font-weight: 840;
    line-height: 1.2;
}

.xbr-check-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.xbr-check-list li {
    position: relative;
    padding-left: 24px;
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.62;
}

.xbr-check-list li::before {
    position: absolute;
    top: 0.63em;
    left: 0;
    width: 8px;
    height: 8px;
    border:
        2px solid var(--xbr-cyan);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.xbr-check-list strong {
    color: var(--xbr-text);
}

.xbr-promo-code {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 17px;
    border:
        1px solid rgba(255, 210, 92, 0.2);
    border-radius: 16px;
    background:
        rgba(255, 210, 92, 0.055);
}

.xbr-promo-code span {
    color: var(--xbr-text-soft);
    font-size: 12px;
    line-height: 1.5;
}

.xbr-promo-code code {
    display: block;
    padding: 13px 15px;
    border:
        1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--xbr-gold);
    background:
        rgba(2, 3, 10, 0.48);
    font-size: 17px;
    font-weight: 850;
    letter-spacing: 0.06em;
}


/* Additional detailed guide */

.xbr-detail-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.xbr-detail-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    overflow: hidden;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-lg);
    background:
        linear-gradient(
            150deg,
            rgba(24, 29, 65, 0.73),
            rgba(7, 9, 23, 0.94)
        );
}

.xbr-detail-card > span {
    display: block;
    margin-bottom: 38px;
    color: var(--xbr-pink);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.xbr-detail-card h3 {
    margin-bottom: 13px;
    color: var(--xbr-text);
    font-size: 22px;
    font-weight: 830;
    line-height: 1.25;
}

.xbr-detail-card p {
    margin-bottom: 14px;
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.65;
}

.xbr-detail-card a {
    color: var(--xbr-cyan);
}


/* Notes */

.xbr-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    margin-top: 20px;
    padding: 23px 25px;
    border:
        1px solid rgba(255, 210, 92, 0.2);
    border-radius: 20px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 210, 92, 0.07),
            rgba(139, 92, 255, 0.045)
        );
}

.xbr-note > strong {
    color: var(--xbr-gold);
    font-size: 14px;
    line-height: 1.5;
}

.xbr-note p,
.xbr-note > span {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.65;
}

.xbr-note--warning {
    border-color:
        rgba(255, 85, 124, 0.2);
    background:
        rgba(255, 85, 124, 0.055);
}

.xbr-note--warning > strong {
    color: var(--xbr-danger);
}

.xbr-note--center {
    display: flex;
    justify-content: center;
    text-align: center;
}


/* Bonus table */

.xbr-bonus-table {
    width: 100%;
    min-width: 940px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    color: var(--xbr-text);
}

.xbr-bonus-table thead {
    background:
        rgba(38, 225, 255, 0.065);
}

.xbr-bonus-table th,
.xbr-bonus-table td {
    padding: 19px 20px;
    border: 0;
    border-right:
        1px solid rgba(148, 163, 255, 0.09);
    border-bottom:
        1px solid rgba(148, 163, 255, 0.1);
    text-align: left;
    vertical-align: middle;
}

.xbr-bonus-table tr > *:last-child {
    border-right: 0;
}

.xbr-bonus-table tbody tr:last-child > * {
    border-bottom: 0;
}

.xbr-bonus-table thead th {
    color: var(--xbr-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.xbr-bonus-table tbody th {
    width: 20%;
    color: var(--xbr-text);
    font-size: 13px;
    font-weight: 800;
}

.xbr-bonus-table tbody td {
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.55;
}

.xbr-bonus-table tbody tr:hover > * {
    background:
        rgba(38, 225, 255, 0.035);
}


/* Text payment cards */

.xbr-payment--text {
    color: var(--xbr-text);
    font-size: 16px;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-align: center;
}

.xbr-payments--text {
    margin-bottom: 0;
}


/* Profile section */

.xbr-profile-card {
    padding: 34px;
    border:
        1px solid var(--xbr-border);
    border-radius: var(--xbr-radius-xl);
    background:
        linear-gradient(
            150deg,
            rgba(24, 29, 65, 0.78),
            rgba(7, 9, 23, 0.95)
        );
    box-shadow:
        var(--xbr-shadow);
}

.xbr-profile-card > h3 {
    margin-bottom: 24px;
    color: var(--xbr-text);
    font-size: 24px;
    font-weight: 850;
}

.xbr-profile-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.xbr-profile-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: flex-start;
    padding: 18px;
    border:
        1px solid transparent;
    border-radius: 17px;
    background:
        rgba(255, 255, 255, 0.032);
}

.xbr-profile-item > span {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--xbr-cyan);
    background:
        rgba(38, 225, 255, 0.075);
    font-size: 10px;
    font-weight: 900;
}

.xbr-profile-item p {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.6;
}

.xbr-profile-item strong {
    color: var(--xbr-text);
}

.xbr-profile-card__final {
    margin: 24px 0 0;
    padding-top: 24px;
    border-top:
        1px solid rgba(148, 163, 255, 0.11);
    color: var(--xbr-text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.xbr-profile-card__final strong {
    color: var(--xbr-text);
}

.xbr-profile-card__final a {
    color: var(--xbr-cyan);
}

.xbr-center-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.xbr-center-action .xbr-button {
    min-width: 260px;
}


/* Responsive additions */

@media (min-width: 1366px) {
    .xbr-hero__grid--no-image {
        grid-template-columns:
            minmax(0, 1.12fr)
            minmax(430px, 0.88fr);
    }
}

@media (max-width: 900px) {
    .xbr-hero__grid--no-image {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .xbr-hero--no-image .xbr-hero__content {
        text-align: left;
    }

    .xbr-hero--no-image .xbr-eyebrow {
        justify-content: flex-start;
    }

    .xbr-hero--no-image .xbr-hero__title,
    .xbr-hero--no-image .xbr-hero__lead {
        margin-right: 0;
        margin-left: 0;
    }

    .xbr-hero--no-image .xbr-hero__actions {
        justify-content: flex-start;
    }

    .xbr-hero--no-image .xbr-hero__metrics {
        max-width: 680px;
        margin-left: 0;
    }
}

@media (max-width: 820px) {
    .xbr-method-grid,
    .xbr-detail-grid,
    .xbr-profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .xbr-hero--no-image {
        padding: 44px 0 28px;
    }

    .xbr-hero__grid--no-image {
        gap: 28px;
    }

    .xbr-hero-panel {
        padding: 18px;
        border-radius: 23px;
    }

    .xbr-hero-panel__top {
        display: grid;
        gap: 7px;
        justify-content: stretch;
    }

    .xbr-hero-panel__item {
        grid-template-columns: 39px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .xbr-hero-panel__icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 10px;
    }

    .xbr-hero-panel__item h2 {
        font-size: 12px;
    }

    .xbr-hero-panel__item p {
        font-size: 10px;
    }

    .xbr-method-card,
    .xbr-detail-card,
    .xbr-profile-card {
        padding: 22px;
        border-radius: 22px;
    }

    .xbr-method-card h3,
    .xbr-detail-card h3 {
        font-size: 19px;
    }

    .xbr-note {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 19px;
    }

    .xbr-note--center {
        display: grid;
    }

    .xbr-profile-item {
        padding: 15px;
    }

    .xbr-center-action .xbr-button {
        min-width: 0;
        width: 100%;
    }
}

/* =====================================================
   PROMO CODE
   ===================================================== */

.xbr-promo-code {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 16px;
    border: 1px solid rgba(255, 210, 92, 0.27);
    border-radius: 16px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 210, 92, 0.055),
            rgba(255, 60, 166, 0.035)
        );
}

.xbr-promo-code__text {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 12px;
    line-height: 1.55;
}

.xbr-promo-code__button {
    display: flex;
    width: 100%;
    min-height: 48px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 6px 7px 6px 14px;
    border: 1px solid rgba(148, 163, 255, 0.15);
    border-radius: 12px;
    color: var(--xbr-text);
    background: rgba(4, 6, 18, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
    cursor: pointer;
    transition:
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.xbr-promo-code__button:hover {
    border-color: rgba(255, 210, 92, 0.48);
    background: rgba(255, 210, 92, 0.055);
    box-shadow:
        0 0 24px rgba(255, 210, 92, 0.07);
    transform: translateY(-1px);
}

.xbr-promo-code__button:focus-visible {
    outline: 2px solid var(--xbr-gold);
    outline-offset: 3px;
}

.xbr-promo-code__value {
    padding: 0;
    color: var(--xbr-gold);
    background: transparent;
    font-family:
        "SFMono-Regular",
        Consolas,
        "Liberation Mono",
        monospace;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.035em;
}

.xbr-promo-code__action {
    display: inline-flex;
    min-width: 88px;
    min-height: 36px;
    gap: 7px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid rgba(38, 225, 255, 0.18);
    border-radius: 9px;
    color: var(--xbr-cyan);
    background:
        linear-gradient(
            135deg,
            rgba(38, 225, 255, 0.1),
            rgba(139, 92, 255, 0.1)
        );
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.09em;
    transition:
        color 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.xbr-promo-code__action svg {
    flex: 0 0 auto;
}

.xbr-promo-code__button.is-copied {
    border-color: rgba(87, 245, 180, 0.5);
    background: rgba(87, 245, 180, 0.065);
    box-shadow:
        0 0 24px rgba(87, 245, 180, 0.08);
}

.xbr-promo-code__button.is-copied
.xbr-promo-code__action {
    border-color: var(--xbr-green);
    color: #04120c;
    background: var(--xbr-green);
}

.xbr-promo-code__button.has-error
.xbr-promo-code__action {
    border-color: var(--xbr-danger);
    color: #ffffff;
    background: var(--xbr-danger);
}

@media (max-width: 480px) {
    .xbr-promo-code {
        padding: 13px;
    }

    .xbr-promo-code__button {
        min-height: 47px;
        padding-left: 12px;
    }

    .xbr-promo-code__value {
        font-size: 14px;
    }

    .xbr-promo-code__action {
        min-width: 78px;
        padding-inline: 9px;
    }
}

/* =====================================================
   FOOTER RESPONSIBLE GAMBLING BAR
   ===================================================== */

.xbr-footer-safety {
    width: min(100% - 32px, 1240px);
    margin: 0 auto;
    padding: 34px 0 22px;
    color: var(--xbr-text);
}

.xbr-footer-safety__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.xbr-footer-safety__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid rgba(148, 163, 255, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(23, 28, 62, 0.76),
            rgba(7, 9, 24, 0.92)
        );
}

.xbr-footer-safety__icon {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(38, 225, 255, 0.24);
    border-radius: 14px;
    color: var(--xbr-cyan);
    background: rgba(38, 225, 255, 0.075);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.xbr-footer-safety__icon--age {
    border-color: rgba(255, 85, 124, 0.28);
    color: #ff668a;
    background: rgba(255, 85, 124, 0.08);
    font-size: 15px;
}

.xbr-footer-safety__content strong {
    display: block;
    margin-bottom: 7px;
    color: var(--xbr-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.xbr-footer-safety__content p {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 12px;
    line-height: 1.6;
}

.xbr-footer-safety__notice {
    margin-top: 14px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 210, 92, 0.2);
    border-radius: 15px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 210, 92, 0.07),
            rgba(255, 85, 124, 0.035)
        );
}

.xbr-footer-safety__notice p {
    margin: 0;
    color: #d4d8e9;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.xbr-footer-safety__bottom {
    display: flex;
    gap: 12px 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 255, 0.12);
    color: var(--xbr-text-soft);
    font-size: 11px;
    line-height: 1.5;
}

.xbr-footer-safety__responsible {
    color: var(--xbr-cyan);
    font-weight: 700;
}

@media (max-width: 820px) {
    .xbr-footer-safety__grid {
        grid-template-columns: 1fr;
    }

    .xbr-footer-safety__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .xbr-footer-safety {
        width: min(100% - 24px, 440px);
        padding-top: 25px;
    }

    .xbr-footer-safety__item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 15px;
    }

    .xbr-footer-safety__icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 15px;
    }

    .xbr-footer-safety__icon--age {
        font-size: 13px;
    }

    .xbr-footer-safety__content strong {
        font-size: 13px;
    }

    .xbr-footer-safety__content p,
    .xbr-footer-safety__notice p {
        font-size: 11px;
    }

    .xbr-footer-safety__notice {
        padding: 14px;
    }
}

/* =====================================================
   FOOTER BAR — ИСПРАВЛЕНИЕ МОБИЛЬНОЙ ВЕРСИИ
   ===================================================== */

@media (max-width: 600px) {

    /* Центрируем весь Footer Bar GeneratePress */

    .site-info,
    .site-info .inside-site-info,
    .site-info .footer-bar {
        width: 100%;
        max-width: none;
    }

    .site-info .inside-site-info,
    .site-info .footer-bar {
        display: block;
        text-align: center;
    }

    .xbr-footer-safety {
        width: min(100% - 24px, 440px);
        margin-right: auto;
        margin-left: auto;

        /*
         * Запас снизу нужен, чтобы последнюю строку
         * не перекрывало фиксированное мобильное меню.
         */
        padding: 24px 0
            calc(86px + env(safe-area-inset-bottom));
    }


    /* Карточки: иконка сверху, текст по центру */

    .xbr-footer-safety__item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
        align-items: center;
        padding: 20px 16px;
        text-align: center;
    }

    .xbr-footer-safety__icon {
        margin: 0 auto;
    }

    .xbr-footer-safety__content {
        width: 100%;
        text-align: center;
    }

    .xbr-footer-safety__content strong {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .xbr-footer-safety__content p {
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }


    /* Предупреждение */

    .xbr-footer-safety__notice {
        width: 100%;
        margin-top: 14px;
        padding: 16px;
        text-align: center;
    }

    .xbr-footer-safety__notice p {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }


    /* Нижние две строки футера */

    .xbr-footer-safety__bottom {
        display: flex;
        width: 100%;
        gap: 10px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 20px;
        padding-top: 18px;
        text-align: center;
    }

    .xbr-footer-safety__bottom > span {
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .xbr-footer-safety__responsible {
        display: block !important;
        color: var(--xbr-cyan);
        font-weight: 700;
        text-align: center;
    }
}

/* =====================================================
   CUSTOM 404 PAGE
   ===================================================== */

body.error404 {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--xbr-text);
    background: var(--xbr-bg);
}

body.error404 .site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(148, 163, 255, 0.13);
    background: rgba(5, 6, 17, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.error404 .inside-header {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
    min-height: 86px;
    margin-inline: auto;
    padding: 15px 0;
}

body.error404 .site-logo img,
body.error404 .custom-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
}

.xbr-404-page,
.xbr-404-page *,
.xbr-404-page *::before,
.xbr-404-page *::after {
    box-sizing: border-box;
}

.xbr-404-page {
    position: relative;
    min-height: 720px;
    padding: 90px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(40, 120, 255, 0.15),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 22%,
            rgba(255, 60, 166, 0.1),
            transparent 26%
        ),
        linear-gradient(
            180deg,
            #050611,
            #080a1b
        );
}

.xbr-404-page__container {
    position: relative;
    z-index: 2;
    width: min(100% - 40px, 1180px);
    margin-inline: auto;
}

.xbr-404-page__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(24px);
}

.xbr-404-page__glow--left {
    top: -280px;
    left: -260px;
    width: 680px;
    height: 680px;
    background:
        radial-gradient(
            circle,
            rgba(40, 120, 255, 0.22),
            transparent 68%
        );
}

.xbr-404-page__glow--right {
    right: -260px;
    bottom: -330px;
    width: 720px;
    height: 720px;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 255, 0.18),
            transparent 68%
        );
}


/* Основная карточка */

.xbr-404-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(340px, 0.72fr);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 255, 0.18);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(23, 29, 66, 0.88),
            rgba(7, 9, 25, 0.97)
        );
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(38, 225, 255, 0.07);
}

.xbr-404-card__content {
    position: relative;
    padding: 58px;
    overflow: hidden;
}

.xbr-404-card__content::after {
    position: absolute;
    right: -160px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(40, 120, 255, 0.15),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}

.xbr-404-card__label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 27px;
    padding: 8px 13px;
    border: 1px solid rgba(38, 225, 255, 0.22);
    border-radius: 999px;
    color: var(--xbr-cyan);
    background: rgba(38, 225, 255, 0.06);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.17em;
}

.xbr-404-card__label span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xbr-danger);
    box-shadow: 0 0 14px rgba(255, 85, 124, 0.85);
}

.xbr-404-card__number {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-bottom: 8px;
    color: transparent;
    background:
        linear-gradient(
            110deg,
            var(--xbr-cyan),
            var(--xbr-blue-light) 38%,
            var(--xbr-purple) 68%,
            var(--xbr-pink)
        );
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(100px, 13vw, 180px);
    font-weight: 950;
    line-height: 0.78;
    letter-spacing: -0.085em;
    filter:
        drop-shadow(
            0 0 30px rgba(38, 225, 255, 0.13)
        );
}

.xbr-404-card__title {
    position: relative;
    z-index: 2;
    max-width: 670px;
    margin: 28px 0 16px;
    color: var(--xbr-text);
    font-size: clamp(38px, 4.4vw, 62px);
    font-weight: 880;
    line-height: 1.02;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.xbr-404-card__description {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 0 32px;
    color: var(--xbr-text-soft);
    font-size: 16px;
    line-height: 1.75;
}

.xbr-404-card__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* Кнопки */

.xbr-404-button {
    display: inline-flex;
    min-height: 55px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 14px 21px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    color: var(--xbr-text);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        transform 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        background-color 0.24s ease;
}

.xbr-404-button:hover,
.xbr-404-button:focus {
    color: var(--xbr-text);
    transform: translateY(-3px);
}

.xbr-404-button:focus-visible {
    outline: 2px solid var(--xbr-cyan);
    outline-offset: 4px;
}

.xbr-404-button--primary {
    border-color: rgba(38, 225, 255, 0.35);
    background:
        linear-gradient(
            115deg,
            var(--xbr-blue),
            var(--xbr-purple) 58%,
            var(--xbr-pink)
        );
    box-shadow:
        0 18px 38px rgba(66, 76, 255, 0.23);
}

.xbr-404-button--primary:hover {
    box-shadow:
        0 24px 50px rgba(66, 76, 255, 0.34);
}

.xbr-404-button--secondary {
    background: rgba(255, 255, 255, 0.045);
}

.xbr-404-button--secondary:hover {
    border-color: rgba(38, 225, 255, 0.3);
    background: rgba(38, 225, 255, 0.07);
}


/* Поисковая панель */

.xbr-404-search {
    display: flex;
    padding: 48px 38px;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid rgba(148, 163, 255, 0.13);
    background:
        linear-gradient(
            160deg,
            rgba(16, 20, 47, 0.88),
            rgba(5, 7, 19, 0.96)
        );
}

.xbr-404-search__icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(38, 225, 255, 0.22);
    border-radius: 20px;
    color: var(--xbr-cyan);
    background:
        linear-gradient(
            145deg,
            rgba(38, 225, 255, 0.1),
            rgba(139, 92, 255, 0.09)
        );
}

.xbr-404-search h2 {
    margin: 0 0 10px;
    color: var(--xbr-text);
    font-size: 28px;
    font-weight: 850;
    line-height: 1.2;
}

.xbr-404-search > p {
    margin: 0 0 24px;
    color: var(--xbr-text-soft);
    font-size: 13px;
    line-height: 1.65;
}

.xbr-404-search__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
    width: 100%;
}

.xbr-404-search__field {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(148, 163, 255, 0.2);
    border-radius: 14px;
    color: var(--xbr-text);
    background: rgba(4, 6, 18, 0.68);
    outline: none;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.xbr-404-search__field::placeholder {
    color: rgba(174, 183, 215, 0.62);
}

.xbr-404-search__field:focus {
    border-color: rgba(38, 225, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(38, 225, 255, 0.08);
}

.xbr-404-search__submit {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(38, 225, 255, 0.3);
    border-radius: 14px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--xbr-blue),
            var(--xbr-purple),
            var(--xbr-pink)
        );
    cursor: pointer;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.xbr-404-search__submit:hover {
    box-shadow: 0 15px 32px rgba(66, 76, 255, 0.3);
    transform: translateY(-2px);
}

.xbr-404-search__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.xbr-404-search__links > span {
    width: 100%;
    margin-bottom: 3px;
    color: var(--xbr-text-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.xbr-404-search__links a {
    padding: 7px 10px;
    border: 1px solid rgba(148, 163, 255, 0.14);
    border-radius: 9px;
    color: var(--xbr-text-soft);
    background: rgba(255, 255, 255, 0.03);
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.xbr-404-search__links a:hover {
    border-color: rgba(38, 225, 255, 0.25);
    color: var(--xbr-cyan);
}


/* Предупреждение */

.xbr-404-notice {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 210, 92, 0.18);
    border-radius: 16px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 210, 92, 0.065),
            rgba(255, 85, 124, 0.035)
        );
}

.xbr-404-notice__icon {
    display: flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 85, 124, 0.27);
    border-radius: 12px;
    color: var(--xbr-danger);
    background: rgba(255, 85, 124, 0.08);
    font-size: 12px;
    font-weight: 900;
}

.xbr-404-notice p {
    margin: 0;
    color: var(--xbr-text-soft);
    font-size: 12px;
    line-height: 1.55;
}


/* Footer */

body.error404 .site-footer,
body.error404 .site-info {
    color: var(--xbr-text-soft);
    background: var(--xbr-bg-deep);
}


/* Планшет */

@media (max-width: 900px) {
    .xbr-404-card {
        grid-template-columns: 1fr;
    }

    .xbr-404-search {
        border-top: 1px solid rgba(148, 163, 255, 0.13);
        border-left: 0;
    }
}


/* Телефон */

@media (max-width: 600px) {
    body.error404 .inside-header {
        width: min(100% - 24px, 540px);
        min-height: 70px;
        padding: 11px 0;
    }

    body.error404 .site-logo img,
    body.error404 .custom-logo {
        max-width: 125px;
        max-height: 42px;
    }

    .xbr-404-page {
        min-height: 600px;
        padding: 48px 0 70px;
    }

    .xbr-404-page__container {
        width: min(100% - 24px, 520px);
    }

    .xbr-404-card {
        border-radius: 25px;
    }

    .xbr-404-card__content {
        padding: 31px 21px;
        text-align: center;
    }

    .xbr-404-card__label {
        margin-bottom: 23px;
    }

    .xbr-404-card__number {
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(92px, 30vw, 130px);
    }

    .xbr-404-card__title {
        margin-top: 24px;
        font-size: 37px;
    }

    .xbr-404-card__description {
        margin-bottom: 26px;
        font-size: 14px;
    }

    .xbr-404-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xbr-404-button {
        width: 100%;
    }

    .xbr-404-search {
        padding: 31px 21px;
        align-items: center;
        text-align: center;
    }

    .xbr-404-search__icon {
        margin-right: auto;
        margin-left: auto;
    }

    .xbr-404-search__form {
        grid-template-columns: minmax(0, 1fr) 50px;
    }

    .xbr-404-search__field,
    .xbr-404-search__submit {
        height: 50px;
    }

    .xbr-404-search__submit {
        width: 50px;
    }

    .xbr-404-search__links {
        justify-content: center;
    }

    .xbr-404-notice {
        align-items: flex-start;
        text-align: left;
    }
}

/* =====================================================
   ОБЩИЙ ДИЗАЙН ВНУТРЕННИХ СТРАНИЦ
   Поиск, статьи, страницы, категории и архивы
   ===================================================== */

body.xbet-inner {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--xbr-text);
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(40, 120, 255, 0.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 18%,
            rgba(255, 60, 166, 0.08),
            transparent 28%
        ),
        var(--xbr-bg);
}


/* Шапка */

body.xbet-inner .site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(148, 163, 255, 0.13);
    background: rgba(5, 6, 17, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.xbet-inner .inside-header {
    width: min(100% - 40px, 1240px);
    max-width: 1240px;
    min-height: 86px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0;
}

body.xbet-inner .site-logo img,
body.xbet-inner .custom-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 0 18px rgba(38, 225, 255, 0.13)
        );
}

body.xbet-inner .site-title,
body.xbet-inner .site-title a {
    color: var(--xbr-text);
}

body.xbet-inner .site-description {
    color: var(--xbr-text-soft);
}


/* Основная область GeneratePress */

body.xbet-inner .site.grid-container {
    width: 100%;
    max-width: none;
    background: transparent;
}

body.xbet-inner .site-content {
    display: block;
    width: min(100% - 40px, 1180px);
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 76px 0 100px;
    background: transparent;
}

body.xbet-inner .content-area {
    width: 100%;
}

body.xbet-inner .site-main {
    margin: 0;
}

body.xbet-inner .widget-area {
    display: none;
}


/* Заголовок результатов поиска и архивов */

body.xbet-inner .page-header {
    position: relative;
    margin: 0 0 22px;
    padding: 34px 38px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 255, 0.18);
    border-radius: 24px;
    color: var(--xbr-text);
    background:
        linear-gradient(
            145deg,
            rgba(23, 29, 66, 0.86),
            rgba(7, 9, 25, 0.97)
        );
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.28),
        0 0 40px rgba(38, 225, 255, 0.05);
}

body.xbet-inner .page-header::before {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 11px;
    border: 1px solid rgba(38, 225, 255, 0.21);
    border-radius: 999px;
    color: var(--xbr-cyan);
    background: rgba(38, 225, 255, 0.055);
    content: "HASIL PENCARIAN";
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

body.xbet-inner .page-title {
    margin: 0;
    color: var(--xbr-text);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.035em;
}


/* Карточки результатов поиска */

body.xbet-inner .site-main > article {
    margin: 0 0 20px;
}

body.xbet-inner .inside-article {
    position: relative;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 255, 0.17);
    border-radius: 24px;
    color: var(--xbr-text);
    background:
        linear-gradient(
            145deg,
            rgba(22, 27, 62, 0.84),
            rgba(7, 9, 24, 0.97)
        );
    box-shadow:
        0 24px 65px rgba(0, 0, 0, 0.25);
    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

body.xbet-search .site-main > article .inside-article:hover {
    border-color: rgba(38, 225, 255, 0.28);
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.34),
        0 0 34px rgba(38, 225, 255, 0.055);
    transform: translateY(-4px);
}

body.xbet-inner .inside-article::after {
    position: absolute;
    right: -170px;
    bottom: -190px;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(139, 92, 255, 0.14),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}


/* Заголовки материалов */

body.xbet-inner .entry-header,
body.xbet-inner .entry-content,
body.xbet-inner .entry-summary,
body.xbet-inner .entry-meta {
    position: relative;
    z-index: 2;
}

body.xbet-inner .entry-title {
    margin: 0 0 18px;
    color: var(--xbr-text);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 830;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

body.xbet-inner .entry-title a {
    color: var(--xbr-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.xbet-inner .entry-title a:hover {
    color: var(--xbr-cyan);
}


/* Текст */

body.xbet-inner .entry-summary,
body.xbet-inner .entry-content {
    color: var(--xbr-text-soft);
}

body.xbet-inner .entry-summary p,
body.xbet-inner .entry-content p {
    color: var(--xbr-text-soft);
    font-size: 15px;
    line-height: 1.75;
}

body.xbet-inner .entry-content h2,
body.xbet-inner .entry-content h3,
body.xbet-inner .entry-content h4 {
    color: var(--xbr-text);
    font-weight: 820;
    line-height: 1.2;
}

body.xbet-inner .entry-content h2 {
    margin: 42px 0 18px;
    font-size: clamp(28px, 3vw, 40px);
}

body.xbet-inner .entry-content h3 {
    margin: 32px 0 15px;
    font-size: clamp(23px, 2.5vw, 31px);
}

body.xbet-inner .entry-content a,
body.xbet-inner .entry-summary a {
    color: var(--xbr-cyan);
}

body.xbet-inner .entry-content a:hover,
body.xbet-inner .entry-summary a:hover {
    color: var(--xbr-text);
}

body.xbet-inner .entry-content ul,
body.xbet-inner .entry-content ol {
    color: var(--xbr-text-soft);
}

body.xbet-inner .entry-content li {
    margin-bottom: 8px;
}


/* Ссылка Read more */

body.xbet-inner .read-more {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    border: 1px solid rgba(38, 225, 255, 0.24);
    border-radius: 12px;
    color: var(--xbr-cyan);
    background: rgba(38, 225, 255, 0.06);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease,
        transform 0.22s ease;
}

body.xbet-inner .read-more:hover {
    border-color: rgba(38, 225, 255, 0.45);
    color: var(--xbr-text);
    background: rgba(38, 225, 255, 0.1);
    transform: translateY(-2px);
}


/* Дата, автор и метаинформация */

body.xbet-inner .entry-meta {
    color: var(--xbr-text-soft);
    font-size: 11px;
}

body.xbet-inner .entry-meta a {
    color: var(--xbr-cyan);
}


/* Таблицы */

body.xbet-inner .entry-content table {
    width: 100%;
    border-collapse: collapse;
    color: var(--xbr-text-soft);
    background: rgba(4, 6, 18, 0.38);
}

body.xbet-inner .entry-content th,
body.xbet-inner .entry-content td {
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 255, 0.16);
}

body.xbet-inner .entry-content th {
    color: var(--xbr-text);
    background: rgba(38, 225, 255, 0.06);
}


/* Поле поиска */

body.xbet-inner .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 8px;
    width: min(100%, 650px);
}

body.xbet-inner .search-form label {
    display: block;
    width: 100%;
}

body.xbet-inner .search-field {
    width: 100%;
    height: 54px;
    padding: 0 17px;
    border: 1px solid rgba(148, 163, 255, 0.2);
    border-radius: 14px;
    color: var(--xbr-text);
    background: rgba(4, 6, 18, 0.68);
    outline: none;
}

body.xbet-inner .search-field::placeholder {
    color: rgba(174, 183, 215, 0.65);
}

body.xbet-inner .search-field:focus {
    border-color: rgba(38, 225, 255, 0.52);
    box-shadow:
        0 0 0 4px rgba(38, 225, 255, 0.075);
}

body.xbet-inner .search-submit {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(38, 225, 255, 0.3);
    border-radius: 14px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--xbr-blue),
            var(--xbr-purple),
            var(--xbr-pink)
        );
    cursor: pointer;
}


/* Пагинация */

body.xbet-inner .paging-navigation,
body.xbet-inner .posts-navigation {
    margin-top: 28px;
}

body.xbet-inner .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.xbet-inner .page-numbers,
body.xbet-inner .nav-links a {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    border: 1px solid rgba(148, 163, 255, 0.16);
    border-radius: 11px;
    color: var(--xbr-text-soft);
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none;
}

body.xbet-inner .page-numbers.current,
body.xbet-inner .page-numbers:hover,
body.xbet-inner .nav-links a:hover {
    border-color: rgba(38, 225, 255, 0.32);
    color: var(--xbr-cyan);
    background: rgba(38, 225, 255, 0.07);
}


/* Если ничего не найдено */

body.xbet-search .no-results .inside-article {
    text-align: center;
}

body.xbet-search .no-results .entry-title {
    font-size: clamp(32px, 4vw, 52px);
}

body.xbet-search .no-results .search-form {
    margin-right: auto;
    margin-left: auto;
}


/* Футер */

body.xbet-inner .site-footer,
body.xbet-inner .site-info {
    color: var(--xbr-text-soft);
    background: var(--xbr-bg-deep);
}


/* Мобильная версия */

@media (max-width: 600px) {
    body.xbet-inner .inside-header {
        width: min(100% - 24px, 540px);
        min-height: 70px;
        padding: 11px 0;
    }

    body.xbet-inner .site-logo img,
    body.xbet-inner .custom-logo {
        max-width: 125px;
        max-height: 42px;
    }

    body.xbet-inner .site-content {
        width: min(100% - 24px, 540px);
        min-height: 470px;
        padding: 46px 0 72px;
    }

    body.xbet-inner .page-header {
        margin-bottom: 14px;
        padding: 25px 21px;
        border-radius: 20px;
    }

    body.xbet-inner .page-title {
        font-size: 32px;
    }

    body.xbet-inner .inside-article {
        padding: 25px 20px;
        border-radius: 20px;
    }

    body.xbet-inner .entry-title {
        margin-bottom: 14px;
        font-size: 27px;
    }

    body.xbet-inner .entry-summary p,
    body.xbet-inner .entry-content p {
        font-size: 14px;
    }

    body.xbet-inner .search-form {
        grid-template-columns: minmax(0, 1fr) 50px;
    }

    body.xbet-inner .search-field,
    body.xbet-inner .search-submit {
        height: 50px;
    }

    body.xbet-inner .search-submit {
        width: 50px;
    }
}