@import '_content/XTOS.PlayerUI.ClientsCore.AccountComponents/XTOS.PlayerUI.ClientsCore.AccountComponents.gc21dm78cp.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.Authentication/XTOS.PlayerUI.ClientsCore.Authentication.o2k8rm6s52.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.BetslipComponents/XTOS.PlayerUI.ClientsCore.BetslipComponents.t3um3l9tfq.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.CommonPages/XTOS.PlayerUI.ClientsCore.CommonPages.ubexhcoj6c.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.DialogComponents/XTOS.PlayerUI.ClientsCore.DialogComponents.3vh5pfu5hd.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.FixturesComponents/XTOS.PlayerUI.ClientsCore.FixturesComponents.m8swwdnanh.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.LayoutComponents/XTOS.PlayerUI.ClientsCore.LayoutComponents.h6vi8nt2m5.bundle.scp.css';
@import '_content/XTOS.PlayerUI.ClientsCore.MyBetsComponents/XTOS.PlayerUI.ClientsCore.MyBetsComponents.kept42cq1e.bundle.scp.css';

/* /Components/BigWinnersDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Big Winners — Table
   ══════════════════════════════════════════ */
.big-winners-table-wrapper[b-b0l0whq7wo] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.big-winners-table[b-b0l0whq7wo] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    color: var(--mud-palette-text-primary);
}

.big-winners-table thead th[b-b0l0whq7wo] {
    text-align: left;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--mud-palette-text-primary);
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 24px 10px;
    white-space: nowrap;
    background: transparent;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.big-winners-table tbody td[b-b0l0whq7wo] {
    padding: 13px 24px;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.big-winners-table tbody tr:last-child td[b-b0l0whq7wo] {
    border-bottom: none;
}

.big-winners-table tbody tr[b-b0l0whq7wo] {
    transition: background 0.15s ease;
}

.big-winners-table tbody tr:hover[b-b0l0whq7wo] {
    background: rgba(30, 63, 132, 0.04);
}

.text-right[b-b0l0whq7wo] {
    text-align: right !important;
}

.text-center[b-b0l0whq7wo] {
    text-align: center !important;
}

/* ── Game name link style ── */
.big-winners-game-name[b-b0l0whq7wo] {
    color: var(--mud-palette-primary, #1e3f84);
    font-weight: 600;
}

/* ── Bonus badge ── */
.big-winners-bonus-badge[b-b0l0whq7wo] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    background: #f59e0b;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

/* ── Free Play badge ── */
.big-winners-freeplay-badge[b-b0l0whq7wo] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(2, 132, 199, 0.35);
}

.big-winners-freeplay-badge__icon[b-b0l0whq7wo] {
    font-size: 0.65rem;
    opacity: 0.9;
}

/* ── Multiplier plain ── */
.big-winners-multiplier[b-b0l0whq7wo] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

/* ── Payout green ── */
.big-winners-payout[b-b0l0whq7wo] {
    color: #059669;
    font-weight: 700;
}

/* ══════════════════════════════════════════
   Empty State
   ══════════════════════════════════════════ */
.big-winners-empty[b-b0l0whq7wo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 12px;
}

[b-b0l0whq7wo] .big-winners-empty-icon {
    font-size: 44px;
    color: var(--mud-palette-text-disabled);
    opacity: 0.6;
}

.big-winners-empty-text[b-b0l0whq7wo] {
    font-size: 0.88rem;
    color: var(--mud-palette-text-disabled);
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════
   Skeleton Loading
   ══════════════════════════════════════════ */
.big-winners-skeleton-row td[b-b0l0whq7wo] {
    padding: 15px 24px;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.big-winners-skeleton-row:last-child td[b-b0l0whq7wo] {
    border-bottom: none;
}

.skeleton-cell[b-b0l0whq7wo] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f4f4f4 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: big-winners-shimmer-b-b0l0whq7wo 1.4s ease-in-out infinite;
}

.skeleton-cell--wide[b-b0l0whq7wo] {
    width: 140px;
}

.skeleton-cell--medium[b-b0l0whq7wo] {
    width: 90px;
}

.skeleton-cell--small[b-b0l0whq7wo] {
    width: 40px;
    margin: 0 auto;
}

@keyframes big-winners-shimmer-b-b0l0whq7wo {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .big-winners-table[b-b0l0whq7wo] {
        font-size: 0.82rem;
    }

    .big-winners-table thead th[b-b0l0whq7wo] {
        padding: 12px 16px 8px;
    }

    .big-winners-table tbody td[b-b0l0whq7wo] {
        padding: 11px 16px;
    }

    .big-winners-skeleton-row td[b-b0l0whq7wo] {
        padding: 13px 16px;
    }

    .skeleton-cell--wide[b-b0l0whq7wo] {
        width: 100px;
    }

    .skeleton-cell--medium[b-b0l0whq7wo] {
        width: 65px;
    }
}

@media (max-width: 599px) {
    .big-winners-table[b-b0l0whq7wo] {
        font-size: 0.78rem;
    }

    .big-winners-table thead th[b-b0l0whq7wo] {
        padding: 10px 12px 6px;
    }

    .big-winners-table tbody td[b-b0l0whq7wo] {
        padding: 9px 12px;
    }

    .big-winners-skeleton-row td[b-b0l0whq7wo] {
        padding: 11px 12px;
    }

    .skeleton-cell--wide[b-b0l0whq7wo] {
        width: 80px;
    }

    .skeleton-cell--medium[b-b0l0whq7wo] {
        width: 55px;
    }
}
/* /Components/FeaturedCarouselDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Container
   ══════════════════════════════════════════ */
.featured-carousel[b-e9s1f838u4] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    margin: 16px 16px 0;
}

/* ══════════════════════════════════════════
   MudCarousel core overrides
   ══════════════════════════════════════════ */
[b-e9s1f838u4] .featured-carousel-mud {
    height: clamp(280px, 36vw, 440px);
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-item {
    overflow: hidden;
}

/* ── Arrow navigation ── */
[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5),
                0 0 0 1.5px rgba(0, 0, 0, 0.08);
    opacity: 1 !important;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button:hover {
    background: #fff !important;
    transform: scale(1.1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6),
                0 0 0 1.5px rgba(0, 0, 0, 0.12);
}

[b-e9s1f838u4] .featured-carousel-mud .mud-icon-button .mud-icon-button-label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    line-height: 1;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-root,
[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-root {
    color: #1a1a1a !important;
    font-size: 26px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous {
    left: 24px !important;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next {
    right: 24px !important;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
    margin-left: 24px;
}

[b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
    margin-right: 24px;
}

/* ══════════════════════════════════════════
   Carousel item
   ══════════════════════════════════════════ */
.featured-carousel-item[b-e9s1f838u4] {
    position: relative;
    height: clamp(280px, 36vw, 440px);
    width: 100%;
    background-image: var(--desktop-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
    overflow: hidden;
}

/* ── Overlay ── */
.featured-carousel-overlay[b-e9s1f838u4] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.featured-carousel-item--banner .featured-carousel-overlay[b-e9s1f838u4] {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.70) 20%,
        rgba(0, 0, 0, 0.35) 42%,
        rgba(0, 0, 0, 0.05) 54%,
        transparent 58%
    );
}

.featured-carousel-item--promo .featured-carousel-overlay[b-e9s1f838u4] {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.72) 20%,
        rgba(0, 0, 0, 0.38) 42%,
        rgba(0, 0, 0, 0.05) 54%,
        transparent 58%
    );
}

/* ── Content area (bottom-left) ── */
.featured-carousel-content[b-e9s1f838u4] {
    position: relative;
    z-index: 2;
    padding: 24px 40px 24px 86px;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.featured-carousel-title[b-e9s1f838u4] {
    color: #fff;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
}

.featured-carousel-subtitle[b-e9s1f838u4] {
    color: #f5a623;
    font-size: clamp(1rem, 1.8vw, 1.6rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.15;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    border-top: 3px solid #f5a623;
    padding-top: 3px;
    display: inline-block;
}

.featured-carousel-tag[b-e9s1f838u4] {
    display: inline-block;
    background: #f5a623;
    color: #1a1a1a;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 2px 8px;
    border-radius: 3px;
    align-self: flex-start;
    margin-top: 3px;
}

.featured-carousel-description[b-e9s1f838u4] {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.8rem, 1vw, 0.92rem);
    margin: 3px 0 0;
    line-height: 1.45;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    max-width: 520px;
}

.featured-carousel-actions[b-e9s1f838u4] {
    margin-top: 10px;
}

[b-e9s1f838u4] .featured-carousel-btn {
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 6px;
    padding: 6px 22px;
    text-transform: none;
    font-size: 0.88rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

/* ── Clickable link for banner type ── */
.featured-carousel-link[b-e9s1f838u4] {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* ══════════════════════════════════════════
   Responsive — Tablet (≤960px)
   ══════════════════════════════════════════ */
@media (max-width: 960px) {
    .featured-carousel[b-e9s1f838u4] {
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }

    [b-e9s1f838u4] .featured-carousel-mud {
        height: clamp(220px, 48vw, 340px);
    }

    .featured-carousel-item[b-e9s1f838u4] {
        height: clamp(220px, 48vw, 340px);
        background-image: var(--mobile-bg, var(--desktop-bg));
    }

    .featured-carousel-content[b-e9s1f838u4] {
        padding: 18px 32px 18px 80px;
        max-width: 100%;
    }

    .featured-carousel-description[b-e9s1f838u4] {
        max-width: 100%;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous {
        left: 18px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next {
        right: 18px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
        margin-left: 18px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
        margin-right: 18px;
    }
}

/* ══════════════════════════════════════════
   Responsive — Mobile (≤600px)
   ══════════════════════════════════════════ */
@media (max-width: 600px) {
    [b-e9s1f838u4] .featured-carousel-mud {
        height: clamp(190px, 56vw, 280px);
    }

    .featured-carousel-item[b-e9s1f838u4] {
        height: clamp(190px, 56vw, 280px);
    }

    .featured-carousel-item--banner .featured-carousel-overlay[b-e9s1f838u4] {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.82) 25%,
            rgba(0, 0, 0, 0.50) 48%,
            rgba(0, 0, 0, 0.12) 62%,
            transparent 70%
        );
    }

    .featured-carousel-item--promo .featured-carousel-overlay[b-e9s1f838u4] {
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(0, 0, 0, 0.84) 25%,
            rgba(0, 0, 0, 0.52) 48%,
            rgba(0, 0, 0, 0.12) 62%,
            transparent 70%
        );
    }

    .featured-carousel-content[b-e9s1f838u4] {
        padding: 14px 52px 14px 52px;
        gap: 2px;
    }

    .featured-carousel-title[b-e9s1f838u4] {
        font-size: clamp(1.1rem, 5vw, 1.5rem);
    }

    .featured-carousel-subtitle[b-e9s1f838u4] {
        font-size: clamp(0.85rem, 3.8vw, 1.1rem);
        border-top-width: 2px;
    }

    .featured-carousel-description[b-e9s1f838u4] {
        font-size: clamp(0.72rem, 2.8vw, 0.85rem);
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-icon-button {
        width: 32px;
        height: 32px;
        min-width: 32px;
        opacity: 1;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous {
        left: 4px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next {
        right: 4px !important;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-button {
        margin-left: 4px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-button {
        margin-right: 4px;
    }

    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-previous .mud-icon-root,
    [b-e9s1f838u4] .featured-carousel-mud .mud-carousel-controls-next .mud-icon-root {
        font-size: 20px !important;
    }
}

/* ══════════════════════════════════════════
   Responsive — Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .featured-carousel[b-e9s1f838u4] {
        margin: 0;
        border-radius: 0;
    }
}
/* /Components/GameStatsDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Game Stats — Wrapper Section
   ══════════════════════════════════════════ */
.game-stats[b-bgykrcxqd8] {
    margin: 24px 16px 0;
    padding-bottom: 8px;
    background: var(--mud-palette-surface, #fff);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* ── Header ── */
.game-stats-header[b-bgykrcxqd8] {
    padding: 20px 24px 0;
}

/* ── Tabs ── */
.game-stats-tabs[b-bgykrcxqd8] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: var(--mud-palette-background-grey, #f0f3f8);
    border-radius: 10px;
    padding: 3px;
}

.game-stats-tab[b-bgykrcxqd8] {
    padding: 8px 24px;
    border: none;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: transparent;
    color: var(--mud-palette-text-primary);
    white-space: nowrap;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.game-stats-tab:hover:not(.game-stats-tab--active)[b-bgykrcxqd8] {
    color: var(--mud-palette-text-primary);
}

.game-stats-tab--active[b-bgykrcxqd8] {
    background: var(--mud-palette-primary, #1e3f84);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* ── Content ── */
.game-stats-content[b-bgykrcxqd8] {
    padding: 0;
}

/* ── Placeholder (Leaderboard coming soon) ── */
.game-stats-placeholder[b-bgykrcxqd8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 12px;
}

[b-bgykrcxqd8] .game-stats-placeholder-icon {
    font-size: 44px;
    color: var(--mud-palette-text-primary);
    opacity: 0.35;
}

.game-stats-placeholder-text[b-bgykrcxqd8] {
    font-size: 0.88rem;
    color: var(--mud-palette-text-primary);
    opacity: 0.5;
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .game-stats[b-bgykrcxqd8] {
        margin: 16px 0 0;
        border-radius: 0;
        box-shadow: none;
    }

    .game-stats-header[b-bgykrcxqd8] {
        padding: 16px 16px 0;
    }

    .game-stats-tab[b-bgykrcxqd8] {
        padding: 7px 18px;
        font-size: 0.82rem;
    }
}

@media (max-width: 599px) {
    .game-stats-header[b-bgykrcxqd8] {
        padding: 12px 12px 0;
    }

    .game-stats-tab[b-bgykrcxqd8] {
        padding: 6px 14px;
        font-size: 0.78rem;
    }
}
/* /Components/HomePageComponent.razor.rz.scp.css */
.home-page[b-6frxa6ndp6] {
    margin-left: -24px;
    margin-right: -40px;
    padding-bottom: 24px;
}

@media (max-width: 959px) {
    .home-page[b-6frxa6ndp6] {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 16px;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
[b-tyq0m0jog2] .mud-toolbar {
    flex-direction: column;
}

[b-tyq0m0jog2] .mud-toolbar-gutters {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 600px) {
    [b-tyq0m0jog2] .mud-toolbar-gutters {
        padding-left: 0;
        padding-right: 0;
    }

    .header-bottom[b-tyq0m0jog2] {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.header-bottom[b-tyq0m0jog2] {
    padding-left: 16px;
    padding-right: 16px;
}

.header-bottom[b-tyq0m0jog2] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    background: var(--mud-palette-drawer-background);
    color: var(--mud-palette-drawer-text);
}

.header-links[b-tyq0m0jog2] {
    height: 100%;
    display: flex;
    margin-left: 22px;
}

[b-tyq0m0jog2] .mud-nav-link-text {
    margin-left: 0px !important;
    margin-inline-start: 0px !important;
}

.header-bottom[b-tyq0m0jog2]  .mud-nav-link-text {
    font-size: 16px;
}

[b-tyq0m0jog2] .mud-nav-item {
    height: 100%;
}

.header-bottom[b-tyq0m0jog2]  .mud-nav-link {
    height: 100%;
    color: var(--mud-palette-text-secondary);
    border-radius: 0;
    align-items: center;
    transition: none;
}

    .header-bottom[b-tyq0m0jog2]  .mud-nav-link:hover,
    .header-bottom[b-tyq0m0jog2]  .mud-nav-link.active {
        border-bottom: 2px solid var(--mud-palette-text-secondary);
    }

    .header-bottom[b-tyq0m0jog2]  .mud-nav-link.active {
        font-weight: 700 !important;
        color: var(--mud-palette-text-secondary) !important;
    }

[b-tyq0m0jog2] .mud-nav-link-text {
    white-space: nowrap;
}

.header-auth-container[b-tyq0m0jog2] {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.app-logo[b-tyq0m0jog2] {
    width: 170px;
    background-size: contain;
    background-position: left;
    height: 58px;
    background-repeat: no-repeat;
}

@media (max-width: 445px) {
    .header-auth-container[b-tyq0m0jog2] {
        gap: 5px;
    }

    .app-logo[b-tyq0m0jog2] {
        width: 80px;
    }
}

[b-tyq0m0jog2] .mud-button {
    padding: 6px 10px;
}

[b-tyq0m0jog2] .btn {
    background-color: var(--mud-palette-secondary) !important;
    border: 1px solid var(--mud-palette-secondary) !important;
    color: var(--mud-palette-primary) !important;
    text-transform: unset !important;
    width: 80px;
}

    [b-tyq0m0jog2] .btn:hover {
        background-color: var(--mud-palette-secondary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .btn-inverted {
    background-color: var(--mud-palette-primary) !important;
    border: 1px solid var(--mud-palette-secondary) !important;
    color: var(--mud-palette-secondary) !important;
    text-transform: unset !important;
    width: 80px;
}

    [b-tyq0m0jog2] .btn-inverted:hover {
        background-color: var(--mud-palette-primary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .btn-circle {
    border-radius: 100%;
    color: #ffffff;
    border-color: #ffffff;
}

    [b-tyq0m0jog2] .btn-circle:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #1c3252;
    }

.logout-btn-content[b-tyq0m0jog2] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.container[b-tyq0m0jog2] {
    display: flex;
    flex: 1;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

@media (min-width: 1081px) {
    .container[b-tyq0m0jog2] {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .container[b-tyq0m0jog2] {
        max-width: 1240px;
    }
}

@media (min-width: 1367px) {
    .container[b-tyq0m0jog2] {
        max-width: 1326px;
    }
}

@media (min-width: 1441px) {
    .container[b-tyq0m0jog2] {
        max-width: 1400px;
    }
}

.space-between[b-tyq0m0jog2] {
    justify-content: space-between;
}

.account-button[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(0, 112, 235) 0%, rgb(0, 112, 235) 100%);
    padding: 10px 15px;
    border-radius: 4px;
    min-width: 150px;
    gap: 5px;
}

    .account-button span[b-tyq0m0jog2] {
        margin-top: 3px;
    }

.user-menu-item[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
}

.user-menu-item-icon[b-tyq0m0jog2] {
    color: #0050a8;
}

.balance-value[b-tyq0m0jog2] {
    letter-spacing: 1px;
    font-weight: bolder;
}

.user-balance-info[b-tyq0m0jog2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

[b-tyq0m0jog2] .mud-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-tyq0m0jog2] .mud-list-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

[b-tyq0m0jog2] .userMenuButton {
    color: var(--mud-palette-primary) !important;
}

[b-tyq0m0jog2] .userMenuButton button {
    color: var(--mud-palette-primary) !important;
}

    [b-tyq0m0jog2] .userMenuButton button:hover {
        background-color: var(--mud-palette-secondary) !important;
        opacity: 0.8;
    }

[b-tyq0m0jog2] .dark-mode-toggle {
    margin-right: 15px;
}

[b-tyq0m0jog2] .mud-list-item.old-site-link {
    color: var(--mud-palette-primary) !important;
    font-weight: bold !important;
}

.old-site-link-wrapper[b-tyq0m0jog2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

/* Cashier Link Styles */
.cashier-link[b-tyq0m0jog2] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px;
    background: var(--mud-palette-secondary);
    color: var(--mud-palette-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 2px solid var(--mud-palette-secondary);
}

    .cashier-link:hover[b-tyq0m0jog2] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        opacity: 0.9;
        filter: brightness(1.05);
    }

    .cashier-link:active[b-tyq0m0jog2] {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .cashier-link:focus-visible[b-tyq0m0jog2] {
        outline: 2px solid var(--mud-palette-secondary);
        outline-offset: 2px;
    }

.cashier-link-icon[b-tyq0m0jog2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    z-index: 1;
}

.cashier-icon-svg[b-tyq0m0jog2] {
    width: 100%;
    height: 100%;
    display: block;
}

.cashier-link-text[b-tyq0m0jog2] {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.cashier-link-pulse[b-tyq0m0jog2] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.3;
    animation: cashier-pulse-b-tyq0m0jog2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes cashier-pulse-b-tyq0m0jog2 {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(0.7);
    }
    50% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.8);
    }
}

/* Mobile optimizations */
@media (max-width: 959px) {
    .cashier-link[b-tyq0m0jog2] {
        padding: 6px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }

    .cashier-link-icon[b-tyq0m0jog2] {
        width: 32px;
        height: 32px;
    }
}
/* /Components/LeaderBoardDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Leaderboard — Table
   ══════════════════════════════════════════ */
.leaderboard-table-wrapper[b-0331y9vwxx] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.leaderboard-table[b-0331y9vwxx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    color: var(--mud-palette-text-primary);
}

.leaderboard-table thead th[b-0331y9vwxx] {
    text-align: left;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--mud-palette-text-primary);
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 24px 10px;
    white-space: nowrap;
    background: transparent;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-th-rank[b-0331y9vwxx] {
    text-align: center;
    width: 1%;
    white-space: nowrap;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.leaderboard-table th:nth-child(2)[b-0331y9vwxx] {
    width: 100%;
}

.leaderboard-table th:nth-child(3)[b-0331y9vwxx] {
    width: 1%;
    white-space: nowrap;
}

.leaderboard-table tbody td[b-0331y9vwxx] {
    padding: 13px 24px;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-table tbody tr:last-child td[b-0331y9vwxx] {
    border-bottom: none;
}

.leaderboard-table tbody tr[b-0331y9vwxx] {
    transition: background 0.15s ease;
}

.leaderboard-table tbody tr:hover[b-0331y9vwxx] {
    background: rgba(30, 63, 132, 0.04);
}

.text-right[b-0331y9vwxx] {
    text-align: right !important;
}

/* ══════════════════════════════════════════
   Rank Column
   ══════════════════════════════════════════ */
.leaderboard-rank-cell[b-0331y9vwxx] {
    text-align: center;
    width: 1%;
    white-space: nowrap;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* ── Top-3 row background accents ── */
.leaderboard-row--gold[b-0331y9vwxx] {
    background: rgba(245, 158, 11, 0.05);
}

.leaderboard-row--silver[b-0331y9vwxx] {
    background: rgba(156, 163, 175, 0.05);
}

.leaderboard-row--bronze[b-0331y9vwxx] {
    background: rgba(184, 115, 51, 0.05);
}

.leaderboard-table tbody .leaderboard-row--gold:hover[b-0331y9vwxx] {
    background: rgba(245, 158, 11, 0.09);
}

.leaderboard-table tbody .leaderboard-row--silver:hover[b-0331y9vwxx] {
    background: rgba(156, 163, 175, 0.09);
}

.leaderboard-table tbody .leaderboard-row--bronze:hover[b-0331y9vwxx] {
    background: rgba(184, 115, 51, 0.08);
}

/* ── Rank position number ── */
.leaderboard-pos[b-0331y9vwxx] {
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 600;
    min-width: 22px;
    text-align: center;
    color: var(--mud-palette-text-disabled);
}

.leaderboard-pos--1[b-0331y9vwxx] { color: #d97706; font-weight: 800; }
.leaderboard-pos--2[b-0331y9vwxx] { color: #6b7280; font-weight: 800; }
.leaderboard-pos--3[b-0331y9vwxx] { color: #b45309; font-weight: 800; }
.leaderboard-pos--4[b-0331y9vwxx] { color: #2563eb; font-weight: 700; }
.leaderboard-pos--5[b-0331y9vwxx] { color: #d97706; font-weight: 700; }

/* ── Award icons (inline in user column) ── */
[b-0331y9vwxx] .leaderboard-rank-icon {
    flex-shrink: 0;
    font-size: 1.35rem !important;
}

[b-0331y9vwxx] .leaderboard-rank-icon--gold {
    color: #d97706;
    filter: drop-shadow(0 1px 5px rgba(217, 119, 6, 0.6));
}

[b-0331y9vwxx] .leaderboard-rank-icon--silver {
    color: #6b7280;
    filter: drop-shadow(0 1px 5px rgba(107, 114, 128, 0.5));
}

[b-0331y9vwxx] .leaderboard-rank-icon--bronze {
    color: #b45309;
    filter: drop-shadow(0 1px 5px rgba(180, 83, 9, 0.5));
}

[b-0331y9vwxx] .leaderboard-rank-icon--4 {
    color: #2563eb;
    filter: drop-shadow(0 1px 5px rgba(37, 99, 235, 0.55));
}

[b-0331y9vwxx] .leaderboard-rank-icon--5 {
    color: #d97706;
    filter: drop-shadow(0 1px 4px rgba(217, 119, 6, 0.45));
}

[b-0331y9vwxx] .leaderboard-rank-icon--default {
    color: var(--mud-palette-text-disabled);
    opacity: 0.55;
}

/* ══════════════════════════════════════════
   User Column
   ══════════════════════════════════════════ */
.leaderboard-user[b-0331y9vwxx] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.leaderboard-user-avatar[b-0331y9vwxx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--mud-palette-primary, #1e3f84);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0;
    flex-shrink: 0;
    opacity: 0.8;
}

.leaderboard-user-name[b-0331y9vwxx] {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

/* ── Payout green ── */
.leaderboard-payout[b-0331y9vwxx] {
    color: #059669;
    font-weight: 700;
}

/* ══════════════════════════════════════════
   Empty State
   ══════════════════════════════════════════ */
.leaderboard-empty[b-0331y9vwxx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 12px;
}

[b-0331y9vwxx] .leaderboard-empty-icon {
    font-size: 44px;
    color: var(--mud-palette-text-disabled);
    opacity: 0.6;
}

.leaderboard-empty-text[b-0331y9vwxx] {
    font-size: 0.88rem;
    color: var(--mud-palette-text-disabled);
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════
   Skeleton Loading
   ══════════════════════════════════════════ */
.leaderboard-skeleton-row td[b-0331y9vwxx] {
    padding: 15px 24px;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-skeleton-row:last-child td[b-0331y9vwxx] {
    border-bottom: none;
}

.leaderboard-skeleton-cell[b-0331y9vwxx] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f4f4f4 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: leaderboard-shimmer-b-0331y9vwxx 1.4s ease-in-out infinite;
}

.leaderboard-skeleton-cell--rank[b-0331y9vwxx] {
    width: 22px;
    height: 14px;
    border-radius: 4px;
    margin: 0 auto;
}

.leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
    width: 90px;
}

@keyframes leaderboard-shimmer-b-0331y9vwxx {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .leaderboard-table[b-0331y9vwxx] {
        font-size: 0.82rem;
    }

    .leaderboard-table thead th[b-0331y9vwxx] {
        padding: 12px 16px 8px;
    }

    .leaderboard-table tbody td[b-0331y9vwxx] {
        padding: 11px 16px;
    }

    .leaderboard-skeleton-row td[b-0331y9vwxx] {
        padding: 13px 16px;
    }

    .leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
        width: 65px;
    }
}

@media (max-width: 599px) {
    .leaderboard-table[b-0331y9vwxx] {
        font-size: 0.78rem;
    }

    .leaderboard-table thead th[b-0331y9vwxx] {
        padding: 10px 12px 6px;
    }

    .leaderboard-table tbody td[b-0331y9vwxx] {
        padding: 9px 12px;
    }

    .leaderboard-skeleton-row td[b-0331y9vwxx] {
        padding: 11px 12px;
    }

    [b-0331y9vwxx] .leaderboard-rank-icon {
        font-size: 1.15rem !important;
    }

    .leaderboard-user-avatar[b-0331y9vwxx] {
        width: 26px;
        height: 26px;
        font-size: 0.65rem;
    }

    .leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
        width: 55px;
    }
}

.leaderboard-table[b-0331y9vwxx] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    color: var(--mud-palette-text-primary);
}

.leaderboard-table thead th[b-0331y9vwxx] {
    text-align: left;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--mud-palette-text-primary);
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 24px 10px;
    white-space: nowrap;
    background: transparent;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-table tbody td[b-0331y9vwxx] {
    padding: 13px 24px;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-table tbody tr:last-child td[b-0331y9vwxx] {
    border-bottom: none;
}

.leaderboard-table tbody tr[b-0331y9vwxx] {
    transition: background 0.15s ease;
}

.leaderboard-table tbody tr:hover[b-0331y9vwxx] {
    background: rgba(30, 63, 132, 0.04);
}

.text-right[b-0331y9vwxx] {
    text-align: right !important;
}

.text-center[b-0331y9vwxx] {
    text-align: center !important;
}

/* ── Game name link style ── */
.leaderboard-game-name[b-0331y9vwxx] {
    color: var(--mud-palette-primary, #1e3f84);
    font-weight: 600;
}

/* ── Bonus badge ── */
.leaderboard-bonus-badge[b-0331y9vwxx] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    background: #f59e0b;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

/* ── Payout green ── */
.leaderboard-payout[b-0331y9vwxx] {
    color: #059669;
    font-weight: 700;
}

/* ══════════════════════════════════════════
   Empty State
   ══════════════════════════════════════════ */
.leaderboard-empty[b-0331y9vwxx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 12px;
}

[b-0331y9vwxx] .leaderboard-empty-icon {
    font-size: 44px;
    color: var(--mud-palette-text-disabled);
    opacity: 0.6;
}

.leaderboard-empty-text[b-0331y9vwxx] {
    font-size: 0.88rem;
    color: var(--mud-palette-text-disabled);
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════
   Skeleton Loading
   ══════════════════════════════════════════ */
.leaderboard-skeleton-row td[b-0331y9vwxx] {
    padding: 15px 24px;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}

.leaderboard-skeleton-row:last-child td[b-0331y9vwxx] {
    border-bottom: none;
}

.leaderboard-skeleton-cell[b-0331y9vwxx] {
    height: 13px;
    border-radius: 6px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f4f4f4 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: leaderboard-shimmer-b-0331y9vwxx 1.4s ease-in-out infinite;
}

.leaderboard-skeleton-cell--wide[b-0331y9vwxx] {
    width: 140px;
}

.leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
    width: 90px;
}

.leaderboard-skeleton-cell--small[b-0331y9vwxx] {
    width: 40px;
    margin: 0 auto;
}

@keyframes leaderboard-shimmer-b-0331y9vwxx {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .leaderboard-table[b-0331y9vwxx] {
        font-size: 0.82rem;
    }

    .leaderboard-table thead th[b-0331y9vwxx] {
        padding: 12px 16px 8px;
    }

    .leaderboard-table tbody td[b-0331y9vwxx] {
        padding: 11px 16px;
    }

    .leaderboard-skeleton-row td[b-0331y9vwxx] {
        padding: 13px 16px;
    }

    .leaderboard-skeleton-cell--wide[b-0331y9vwxx] {
        width: 100px;
    }

    .leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
        width: 65px;
    }
}

@media (max-width: 599px) {
    .leaderboard-table[b-0331y9vwxx] {
        font-size: 0.78rem;
    }

    .leaderboard-table thead th[b-0331y9vwxx] {
        padding: 10px 12px 6px;
    }

    .leaderboard-table tbody td[b-0331y9vwxx] {
        padding: 9px 12px;
    }

    .leaderboard-skeleton-row td[b-0331y9vwxx] {
        padding: 11px 12px;
    }

    .leaderboard-skeleton-cell--wide[b-0331y9vwxx] {
        width: 80px;
    }

    .leaderboard-skeleton-cell--medium[b-0331y9vwxx] {
        width: 55px;
    }
}
/* /Components/PromoBannerDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Promo Banner — generic reusable component
   ══════════════════════════════════════════ */
.promo-banner[b-g3kf5820vm] {
    margin: 12px 16px 0;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.promo-banner-link[b-g3kf5820vm] {
    display: block;
    text-decoration: none;
}

.promo-banner picture[b-g3kf5820vm] {
    display: block;
}

.promo-banner-img[b-g3kf5820vm] {
    width: 100%;
    height: auto;
    display: block;
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .promo-banner[b-g3kf5820vm] {
        margin: 8px 0 0;
        border-radius: 0;
    }
}
/* /Components/Rules/NeoRulesLiveBettingTab.razor.rz.scp.css */
mit description.neo-live-rules[b-g86amktzcx] {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

/* White card for IMPORTANT block */
.neo-live-rules__important[b-g86amktzcx] {
    background: #fff;
    border-radius: 14px;
    padding: 44px 60px;
    max-width: 100%;
}

.neo-live-rules__important-title[b-g86amktzcx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: #ff5b00;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.neo-live-rules__important-icon[b-g86amktzcx] {
    flex-shrink: 0;
    display: block;
}

.neo-live-rules__important p[b-g86amktzcx],
.neo-live-rules__intro[b-g86amktzcx] {
    margin: 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.65;
}

.neo-live-rules__important p + p[b-g86amktzcx] {
    margin-top: 18px;
}

.neo-live-rules__betting-group[b-g86amktzcx] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Title sits on the gray background */
.neo-live-rules__title[b-g86amktzcx] {
    margin: 0;
    color: #3164ff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

/* White card for sports list */
.neo-live-rules__betting[b-g86amktzcx] {
    background: #fff;
    border-radius: 14px;
    padding: 32px 44px;
}

.neo-live-rules__intro[b-g86amktzcx] {
    margin-bottom: 42px;
}

.neo-live-rules__sports-list[b-g86amktzcx] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.neo-live-rules__sports-list li[b-g86amktzcx] {
    color: #454545;
    font-size: 14px;
    line-height: 1.2;
}

.neo-live-rules__accordions[b-g86amktzcx] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-top: 18px;
}

.neo-live-rules__accordion[b-g86amktzcx] {
    width: 100%;
}

.neo-live-rules__accordion-title[b-g86amktzcx] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    border: none;
    padding: 0.9rem 1.1rem;
    background: #eef2fb;
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
    transition: background 0.15s;
    touch-action: manipulation;
}

.neo-live-rules__accordion-title:hover[b-g86amktzcx] {
    background: #e4ecf9;
}

.neo-live-rules__accordion-icon[b-g86amktzcx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3164ff;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.neo-live-rules__accordion-body[b-g86amktzcx] {
    max-width: 760px;
    padding: 14px 0 0 38px;
    color: #454545;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 700px) {
    .neo-live-rules__card[b-g86amktzcx] {
        padding: 36px 24px 44px;
        gap: 36px;
    }

    .neo-live-rules__important-title[b-g86amktzcx],
    .neo-live-rules__title[b-g86amktzcx] {
        font-size: 22px;
    }

    .neo-live-rules__title[b-g86amktzcx] {
        margin-bottom: 42px;
    }
}
/* /Components/Rules/NeoRulesLottoTab.razor.rz.scp.css */
/* ── Content wrapper ── */

.neo-rules-content[b-0g8fra0cid] {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.neo-rules-text-card[b-0g8fra0cid] {
    background: #fff;
    border-radius: 14px;
    padding: 44px 60px;
    box-shadow: none;
}

.neo-rules-text-card--summary[b-0g8fra0cid] {
    padding-bottom: 42px;
}

.neo-rules-intro[b-0g8fra0cid] {
    font-size: 14px;
    line-height: 1.65;
    color: #454545;
    margin: 0;
}

.neo-rules-intro + .neo-rules-intro[b-0g8fra0cid] {
    margin-top: 14px;
}

/* ── Pick Summary Cards ── */

.neo-pick-cards[b-0g8fra0cid] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0;
}

.neo-pick-card[b-0g8fra0cid] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    min-height: 118px;
    padding-top: 18px;
}

.neo-pick-card[b-0g8fra0cid]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: #3164ff;
}

.neo-pick-card__header[b-0g8fra0cid] {
    position: relative;
    z-index: 1;
    padding: 18px 16px 4px;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #3164ff;
    background: #fff;
    border-radius: 18px 18px 0 0;
}

.neo-pick-card__body[b-0g8fra0cid] {
    position: relative;
    z-index: 1;
    padding: 6px 16px 24px;
    font-size: 14px;
    color: #545454;
    text-align: left;
    background: #fff;
}

/* ── Section Groups (outer blue accordion headers) ── */

.neo-rules-section-group[b-0g8fra0cid] {
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    border: none;
}

.neo-rules-group__title[b-0g8fra0cid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    background: #eef2fb;
    border: none;
    padding: 0.9rem 1.1rem;
    font-size: 14px;
    font-weight: 700;
    color: #1a2233;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0;
    border-radius: 8px;
    transition: background 0.15s;
}

.neo-rules-group__title:hover[b-0g8fra0cid] {
    background: #e4ecf9;
}

.neo-rules-group__toggle[b-0g8fra0cid] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3164ff;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.neo-rules-group__toggle--open[b-0g8fra0cid] {
    background: #3164ff;
    color: #fff;
}

/* ── Pick accordion (inner full-width colored bars) ── */

.neo-rules-picks[b-0g8fra0cid] {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 24px 0 0;
}

.neo-rules-pick[b-0g8fra0cid] {
    --neo-rules-pick-accent: #3164ff;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: none;
}

.neo-rules-pick__header[b-0g8fra0cid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    border: none;
    min-height: 58px;
    padding: 16px 28px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    text-align: left;
    transition: filter 0.15s;
}

.neo-rules-pick__header:hover[b-0g8fra0cid] {
    filter: brightness(1.05);
}

.neo-rules-pick--yellow .neo-rules-pick__header[b-0g8fra0cid] {
    background: var(--neo-rules-pick-accent);
    color: #fff;
}

.neo-rules-pick--green .neo-rules-pick__header[b-0g8fra0cid] {
    background: var(--neo-rules-pick-accent);
}

.neo-rules-pick--red .neo-rules-pick__header[b-0g8fra0cid] {
    background: var(--neo-rules-pick-accent);
}

.neo-rules-pick--purple .neo-rules-pick__header[b-0g8fra0cid] {
    background: var(--neo-rules-pick-accent);
}

.neo-rules-pick--yellow[b-0g8fra0cid] {
    --neo-rules-pick-accent: #ffc400;
}

.neo-rules-pick--green[b-0g8fra0cid] {
    --neo-rules-pick-accent: #43a512;
}

.neo-rules-pick--red[b-0g8fra0cid] {
    --neo-rules-pick-accent: #e03040;
}

.neo-rules-pick--purple[b-0g8fra0cid] {
    --neo-rules-pick-accent: #8c40d8;
}

.neo-rules-pick__chevron[b-0g8fra0cid] {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.neo-rules-pick__chevron--open[b-0g8fra0cid] {
    transform: rotate(180deg);
}

.neo-rules-pick__body[b-0g8fra0cid] {
    padding: 0;
    overflow-x: auto;
    background: #fff;
}

/* ── Fireball ── */

.neo-rules-fireball[b-0g8fra0cid] {
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-top: 0.75rem;
}

.neo-rules-fireball__intro[b-0g8fra0cid] {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0 0 0.6rem;
    line-height: 1.6;
}

.neo-rules-fireball__list[b-0g8fra0cid] {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.neo-rules-fireball__list li[b-0g8fra0cid] {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.55;
}

/* ── Bonus panels (full-width colored bars) ── */

.neo-rules-bonus[b-0g8fra0cid] {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: none;
}

.neo-rules-bonus__header[b-0g8fra0cid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
    padding: 18px 74px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
    gap: 16px;
}

.neo-rules-bonus--yellow .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #f0c040;
}

.neo-rules-bonus--blue .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #1e3f84;
}

.neo-rules-bonus--green .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #008d24;
}

.neo-rules-bonus--orange .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #ff5b00;
}

.neo-rules-bonus--dark .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #c870e0;
}

.neo-rules-bonus--teal .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #e03040;
}

.neo-rules-bonus--navy .neo-rules-bonus__header[b-0g8fra0cid] {
    background: #1e3f84;
}

.neo-rules-bonus__badge[b-0g8fra0cid] {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    letter-spacing: 0;
    flex-shrink: 0;
}

.neo-rules-bonus--yellow .neo-rules-bonus__badge[b-0g8fra0cid] {
    color: #fff;
}

.neo-rules-bonus__body[b-0g8fra0cid] {
    padding: 0;
    overflow-x: auto;
    background: #fff;
}

.neo-rules-bonus__list[b-0g8fra0cid] {
    margin: 0;
    padding: 20px 32px 20px 42px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.neo-rules-bonus__list li[b-0g8fra0cid] {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.55;
    display: list-item;
}

.neo-rules-bonus__body p[b-0g8fra0cid] {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.35;
    margin: 0;
    padding: 0 66px 4px 78px;
}

.neo-rules-bonus__footnote[b-0g8fra0cid] {
    background: #fff;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.55;
    margin: 0;
    padding: 18px 60px 20px;
}

.neo-rules-bonus__notes[b-0g8fra0cid] {
    margin: 0;
    padding: 18px 60px 20px 78px;
    list-style: disc;
    background: #fff;
}

.neo-rules-bonus__notes li[b-0g8fra0cid] {
    display: list-item;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.55;
}

/* ── Tables ── */

.neo-rules-table[b-0g8fra0cid] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 320px;
}

.neo-rules-table th[b-0g8fra0cid] {
    text-align: left;
    padding: 0.55rem 0.7rem;
    font-weight: 700;
    font-size: 14px;
    color: #1e3f84;
    border-bottom: 2px solid #e5e7eb;
    background: #f7f9fc;
    white-space: nowrap;
}

.neo-rules-table td[b-0g8fra0cid] {
    padding: 0.5rem 0.7rem;
    color: #2d2d2d;
    border-bottom: 1px solid #eef0f3;
    vertical-align: top;
}

.neo-rules-table tbody tr:last-child td[b-0g8fra0cid] {
    border-bottom: none;
}

.neo-rules-table tbody tr:nth-child(even) td[b-0g8fra0cid] {
    background: #fafbfd;
}

.neo-rules-table tbody tr:hover td[b-0g8fra0cid] {
    background: rgba(30, 63, 132, 0.05);
}

.neo-rules-bonus .neo-rules-table[b-0g8fra0cid] {
    min-width: 760px;
}

.neo-rules-bonus .neo-rules-table th[b-0g8fra0cid] {
    padding: 18px 24px;
    color: inherit;
    background: #fff;
    border-bottom: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.neo-rules-bonus .neo-rules-table td[b-0g8fra0cid] {
    padding: 17px 24px;
    border-bottom: none;
    color: #111;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.neo-rules-bonus .neo-rules-table tbody tr:nth-child(odd) td[b-0g8fra0cid] {
    background: #f3f6fa;
}

.neo-rules-bonus .neo-rules-table tbody tr:nth-child(even) td[b-0g8fra0cid] {
    background: #fff;
}

.neo-rules-bonus .neo-rules-table tbody tr:hover td[b-0g8fra0cid] {
    background: #eef3f9;
}

.neo-rules-bonus--yellow .neo-rules-table th[b-0g8fra0cid] {
    color: #f0b800;
}

.neo-rules-bonus--blue .neo-rules-table th[b-0g8fra0cid] {
    color: #3164ff;
}

.neo-rules-bonus--green .neo-rules-table th[b-0g8fra0cid] {
    color: #008d24;
}

.neo-rules-bonus--orange .neo-rules-table th[b-0g8fra0cid] {
    color: #ff5b00;
}

.neo-rules-bonus--green .neo-rules-table td:first-child[b-0g8fra0cid],
.neo-rules-bonus--orange .neo-rules-table td:first-child[b-0g8fra0cid],
.neo-rules-bonus--dark .neo-rules-table td:first-child[b-0g8fra0cid],
.neo-rules-bonus--teal .neo-rules-table td:first-child[b-0g8fra0cid] {
    font-weight: 700;
}

.neo-rules-bonus--orange .neo-rules-table th:last-child[b-0g8fra0cid],
.neo-rules-bonus--orange .neo-rules-table td:last-child[b-0g8fra0cid] {
    text-align: left;
}

.neo-rules-bonus--dark .neo-rules-table th[b-0g8fra0cid] {
    color: #c870e0;
}

.neo-rules-bonus--teal .neo-rules-table th[b-0g8fra0cid] {
    color: #e03040;
}

.neo-rules-bonus--navy .neo-rules-table th[b-0g8fra0cid] {
    color: #1e3f84;
}

.neo-rules-pick .neo-rules-table[b-0g8fra0cid] {
    min-width: 760px;
}

.neo-rules-pick .neo-rules-table th[b-0g8fra0cid] {
    padding: 13px 20px;
    color: var(--neo-rules-pick-accent);
    background: #fff;
    border-bottom: none;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.neo-rules-pick .neo-rules-table td[b-0g8fra0cid] {
    padding: 11px 20px;
    border-bottom: none;
    color: #1f2933;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.neo-rules-pick .neo-rules-table th:first-child[b-0g8fra0cid],
.neo-rules-pick .neo-rules-table td:first-child[b-0g8fra0cid] {
    padding-left: 40px;
    width: 48%;
}

.neo-rules-pick .neo-rules-table th:nth-child(2)[b-0g8fra0cid],
.neo-rules-pick .neo-rules-table td:nth-child(2)[b-0g8fra0cid] {
    width: 24%;
}

.neo-rules-pick .neo-rules-table th:nth-child(3)[b-0g8fra0cid],
.neo-rules-pick .neo-rules-table td:nth-child(3)[b-0g8fra0cid] {
    width: 28%;
}

.neo-rules-pick .neo-rules-table tbody tr:nth-child(odd) td[b-0g8fra0cid] {
    background: #f3f6fa;
}

.neo-rules-pick .neo-rules-table tbody tr:nth-child(even) td[b-0g8fra0cid] {
    background: #fff;
}

.neo-rules-pick .neo-rules-table tbody tr:hover td[b-0g8fra0cid] {
    background: #eef3f9;
}

/* ── Clauses ── */

.neo-rules-clauses[b-0g8fra0cid] {
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.neo-rules-clauses p[b-0g8fra0cid] {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.65;
    margin: 0;
}

.neo-rules-clauses__list[b-0g8fra0cid] {
    margin: 0;
    padding-left: 1.4rem;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.neo-rules-clauses__list li[b-0g8fra0cid] {
    display: list-item;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.65;
}

/* ── Notes ── */

.neo-rules-note[b-0g8fra0cid] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.55;
    margin: 0.5rem 0 0;
    font-style: italic;
}

/* ── Responsive ── */

@media (max-width: 700px) {
    .neo-pick-cards[b-0g8fra0cid] {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
    }

    .neo-rules-text-card[b-0g8fra0cid] {
        padding: 28px 24px;
    }

    .neo-rules-pick__header[b-0g8fra0cid] {
        min-height: 56px;
        padding: 14px 20px;
        font-size: 20px;
    }

    .neo-rules-bonus__header[b-0g8fra0cid] {
        min-height: 56px;
        padding: 16px 24px;
        font-size: 22px;
    }

    .neo-rules-bonus__badge[b-0g8fra0cid] {
        font-size: 12px;
    }

    .neo-rules-bonus .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus .neo-rules-table td[b-0g8fra0cid] {
        padding: 12px 16px;
        font-size: 13px;
    }

    .neo-rules-bonus__list[b-0g8fra0cid],
    .neo-rules-bonus__body p[b-0g8fra0cid],
    .neo-rules-bonus__footnote[b-0g8fra0cid],
    .neo-rules-bonus__notes[b-0g8fra0cid] {
        padding-left: 28px;
        padding-right: 20px;
    }

    .neo-rules-pick .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-pick .neo-rules-table td[b-0g8fra0cid] {
        padding: 12px 16px;
        font-size: 13px;
    }

    .neo-rules-pick .neo-rules-table th:first-child[b-0g8fra0cid],
    .neo-rules-pick .neo-rules-table td:first-child[b-0g8fra0cid] {
        padding-left: 20px;
    }
}

@media (max-width: 420px) {
    .neo-pick-cards[b-0g8fra0cid] {
        grid-template-columns: 1fr;
    }

    .neo-rules-group__title[b-0g8fra0cid],
    .neo-rules-bonus__header[b-0g8fra0cid] {
        font-size: 14px;
        padding: 0.7rem 0.85rem;
    }

    .neo-pick-card__header[b-0g8fra0cid] {
        font-size: 18px;
    }
}
/* /Components/Rules/NeoRulesSportsbookTab.razor.rz.scp.css */
.neo-sportsbook-rules[b-1dfekduo4r] {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.neo-sportsbook-rules__important[b-1dfekduo4r],
.neo-sportsbook-rules__accordion-body[b-1dfekduo4r] {
    background: #fff;
    border-radius: 14px;
}

.neo-sportsbook-rules__important[b-1dfekduo4r] {
    padding: 44px 60px;
}

.neo-sportsbook-rules__important-title[b-1dfekduo4r] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: #ff5b00;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.neo-sportsbook-rules__important-icon[b-1dfekduo4r] {
    flex-shrink: 0;
    display: block;
}

.neo-sportsbook-rules__important p[b-1dfekduo4r] {
    margin: 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.65;
}

.neo-sportsbook-rules__important p + p[b-1dfekduo4r] {
    margin-top: 18px;
}

.neo-sportsbook-rules__betting[b-1dfekduo4r] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.neo-sportsbook-rules__title[b-1dfekduo4r] {
    margin: 0;
    color: #3164ff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.neo-sportsbook-rules__accordions[b-1dfekduo4r] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.neo-sportsbook-rules__accordion[b-1dfekduo4r] {
    width: 100%;
}

.neo-sportsbook-rules__accordion-title[b-1dfekduo4r] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    border: none;
    padding: 0.9rem 1.1rem;
    background: #eef2fb;
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
    transition: background 0.15s;
    touch-action: manipulation;
}

.neo-sportsbook-rules__accordion-title:hover[b-1dfekduo4r] {
    background: #e4ecf9;
}

.neo-sportsbook-rules__accordion-icon[b-1dfekduo4r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3164ff;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r] {
    margin-top: 4px;
    padding: 24px 44px;
    color: #454545;
    font-size: 14px;
    line-height: 1.65;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  h3 {
    margin: 0 0 10px;
    color: #3164ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  h3:not(:first-child) {
    margin-top: 22px;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  p {
    margin: 0 0 14px;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  ol {
    margin: 0 0 18px;
    padding-left: 20px;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  li {
    margin: 0;
    padding-left: 2px;
}

@media (max-width: 700px) {
    .neo-sportsbook-rules__important[b-1dfekduo4r],
    .neo-sportsbook-rules__accordion-body[b-1dfekduo4r] {
        padding: 28px 24px;
    }

    .neo-sportsbook-rules__important-title[b-1dfekduo4r],
    .neo-sportsbook-rules__title[b-1dfekduo4r] {
        font-size: 22px;
    }
}
/* /Components/TrendingCasinoGamesDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Trending Casino Games — Section
   ══════════════════════════════════════════ */
.trending-games[b-sfbkvnt3mh] {
    margin: 16px 16px 0;
    overflow: hidden;
}

/* ── Header ── */
.trending-games-header[b-sfbkvnt3mh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.trending-games-title-group[b-sfbkvnt3mh] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trending-games-icon-badge[b-sfbkvnt3mh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    flex-shrink: 0;
}

[b-sfbkvnt3mh] .trending-games-icon {
    color: #fff !important;
    font-size: 20px;
}

.trending-games-title[b-sfbkvnt3mh] {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.trending-games-nav[b-sfbkvnt3mh] {
    display: flex;
    gap: 4px;
}

[b-sfbkvnt3mh] .trending-games-nav-btn {
    border: 1.5px solid var(--mud-palette-divider) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--mud-palette-text-primary) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-sfbkvnt3mh] .trending-games-nav-btn:hover {
    background: var(--mud-palette-background-grey) !important;
    border-color: var(--mud-palette-primary) !important;
}

/* ── Track (horizontal scroll) ── */
.trending-games-track-wrapper[b-sfbkvnt3mh] {
    position: relative;
}

.trending-games-track[b-sfbkvnt3mh] {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.trending-games-track[b-sfbkvnt3mh]::-webkit-scrollbar {
    display: none;
}

/* ── Game Card ── */
.trending-game-card[b-sfbkvnt3mh] {
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.18s ease;
}

.trending-game-card:hover[b-sfbkvnt3mh] {
    transform: translateY(-3px);
}

.trending-game-image-wrapper[b-sfbkvnt3mh] {
    position: relative;
    width: 170px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.trending-game-image[b-sfbkvnt3mh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trending-game-overlay[b-sfbkvnt3mh] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 12px 10px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.55) 50%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.trending-game-name[b-sfbkvnt3mh] {
    font-size: 0.92rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.trending-game-provider[b-sfbkvnt3mh] {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Players count ── */
.trending-game-players[b-sfbkvnt3mh] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 4px 0;
}

.trending-game-players-dot[b-sfbkvnt3mh] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
    flex-shrink: 0;
    animation: live-pulse-b-sfbkvnt3mh 1.8s ease-in-out infinite;
}

.trending-game-players-count[b-sfbkvnt3mh] {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.trending-game-players-label[b-sfbkvnt3mh] {
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
}

/* ══════════════════════════════════════════
   Empty State
   ══════════════════════════════════════════ */
.trending-games-empty[b-sfbkvnt3mh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    gap: 12px;
    border-radius: 12px;
    background: var(--mud-palette-background-grey);
}

[b-sfbkvnt3mh] .trending-games-empty-icon {
    font-size: 48px;
    color: var(--mud-palette-text-disabled);
}

.trending-games-empty-text[b-sfbkvnt3mh] {
    font-size: 0.9rem;
    color: var(--mud-palette-text-disabled);
    margin: 0;
    text-align: center;
}

/* ══════════════════════════════════════════
   Skeleton Loading
   ══════════════════════════════════════════ */
.trending-game-card--skeleton[b-sfbkvnt3mh] {
    flex: 0 0 170px;
    pointer-events: none;
}

.trending-game-image-skeleton[b-sfbkvnt3mh] {
    width: 170px;
    height: 200px;
    border-radius: 12px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-sfbkvnt3mh 1.4s ease-in-out infinite;
}

.trending-game-info-skeleton[b-sfbkvnt3mh] {
    padding: 8px 4px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.trending-game-players-skeleton[b-sfbkvnt3mh] {
    padding: 8px 4px 0;
}

.skeleton-line[b-sfbkvnt3mh] {
    border-radius: 4px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-sfbkvnt3mh 1.4s ease-in-out infinite;
}

.skeleton-line--title[b-sfbkvnt3mh] {
    height: 14px;
    width: 80%;
}

.skeleton-line--provider[b-sfbkvnt3mh] {
    height: 10px;
    width: 55%;
}

.skeleton-line--players[b-sfbkvnt3mh] {
    height: 10px;
    width: 60%;
}

@keyframes skeleton-shimmer-b-sfbkvnt3mh {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes live-pulse-b-sfbkvnt3mh {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .trending-games[b-sfbkvnt3mh] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

    .trending-game-card[b-sfbkvnt3mh] {
        flex: 0 0 148px;
    }

    .trending-game-image-wrapper[b-sfbkvnt3mh] {
        width: 148px;
        height: 175px;
    }

    .trending-game-image-skeleton[b-sfbkvnt3mh] {
        width: 148px;
        height: 175px;
    }

    .trending-games-nav[b-sfbkvnt3mh] {
        display: flex;
    }
}
/* /Layouts/BaseLayout.razor.rz.scp.css */
.base-container[b-ucsyx7ovhj] {
    margin-top: var(--mud-appbar-height);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.base-container.full-width[b-ucsyx7ovhj] {
    max-width: unset;
    width: 100%;
}

    .base-container.full-width .content-container[b-ucsyx7ovhj] {
        max-width: unset;
        width: 100%;
    }

    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        width: 100%;
        padding: 0;
        max-width: 1320px;
    }

@media (min-width: 1081px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1240px;
    }
}

@media (min-width: 1367px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1326px;
    }
}

@media (min-width: 1441px) {
    .base-container.full-width[b-ucsyx7ovhj]  .main-container {
        max-width: 1400px;
    }
}

.left-fill[b-ucsyx7ovhj] {
    position: absolute;
    left: 0;
    display: block;
    background-color: var(--mud-palette-tertiary);
    height: 100%;
}

@media (min-width: 1441px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1400px;
    }
}

@media (min-width: 1367px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1326px;
    }
}

@media (max-width: 959px) {
    [b-ucsyx7ovhj] .mud-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1081px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1040px;
    }
}

@media (min-width: 1281px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1240px;
    }
}

@media (min-width: 1440px) {
    .base-container[b-ucsyx7ovhj] {
        max-width: 1400px;
    }
}

@media (min-width: 600px) {
    .body-container[b-ucsyx7ovhj] {
        display: flex;
    }
}

.main-nav-menu-container[b-ucsyx7ovhj] {
    background-color: var(--mud-palette-tertiary);
    padding-right: 16px;
    transition: transform 0.25s ease;
}

/* ?? Backdrop (mobile only) ?? */

.sidebar-backdrop[b-ucsyx7ovhj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1299;
}

/* ?? Mobile / Tablet overlay behavior ?? */

@media (max-width: 959px) {

    .left-fill[b-ucsyx7ovhj] {
        display: none;
    }

    .main-nav-menu-container[b-ucsyx7ovhj] {
        position: fixed;
        top: var(--mud-appbar-height);
        left: 0;
        width: fit-content;
        max-width: 85vw;
        height: calc(100dvh - var(--mud-appbar-height));
        overflow-y: auto;
        z-index: 1300;
        transform: translateX(-100%);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        padding-left: 16px;
    }

    .main-nav-menu-container.sidebar-open[b-ucsyx7ovhj] {
        transform: translateX(0);
    }
}

.betslip-container[b-ucsyx7ovhj] {
    min-width: 375px;
}

.betslip-inner[b-ucsyx7ovhj] {
    box-shadow: rgb(0 0 0 / 25%) -1px 0px 6px;
    width: 375px;
    top: var(--mud-appbar-height);
    flex-basis: 0%;
    flex-grow: 1;
    -webkit-box-flex: 1;
    align-items: stretch;
    -webkit-box-align: stretch;
    justify-content: flex-start;
    -webkit-box-pack: start;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    background-color: rgb(240, 243, 248);
    box-sizing: border-box;
    bottom: 0px;
    position: fixed;
}

.mobile-betslip-container[b-ucsyx7ovhj] {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 63px;
    z-index: 200;
}

[b-ucsyx7ovhj] .open {
    display: block;
}

[b-ucsyx7ovhj] .mobile-betslip-container .betslip-content {
    height: 0;
    padding: 0;
    transition: all 0.3s;
    overflow: hidden;
}

    [b-ucsyx7ovhj] .mobile-betslip-container .betslip-content.open {
        height: calc(100vh - var(--mud-appbar-height) - 120px);
    }

.header-logo-container[b-ucsyx7ovhj] {
    padding-right: 24px;
}

.content-container[b-ucsyx7ovhj] {
    flex: 1;
    min-width: 0;
    background-color: var(--mud-palette-background);
}

@media (max-width: 960px) {
    .content-container[b-ucsyx7ovhj] {
        width: 100%;
        max-width: 100%;
    }
}

[b-ucsyx7ovhj] .main-container {
    min-height: 60vh;
}
/* /Pages/AllSports.razor.rz.scp.css */
.section[b-9y60cymy17] {
    display: flex;
    flex-direction: column;
    background-color: var(--mud-palette-primary-lighten);
    margin-top: 12px;
    padding: 12px 0 0 16px;
}

@media (max-width: 768px) {
    .section[b-9y60cymy17] {
        margin-top: 0;
    }
}

.section-title[b-9y60cymy17] {
    font-weight: bolder;
    font-size: 16px;
}

.section-link[b-9y60cymy17] {
    display: flex;
    padding: 16px 16px 16px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--mud-palette-text-primary);
    border-bottom: 1px solid var(--mud-palette-divider);
}

.section-link:last-child[b-9y60cymy17] {
    border-bottom: none;
}

.section-details[b-9y60cymy17] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.section-icon[b-9y60cymy17] {
    margin-top: 3px;
    color: var(--mud-palette-primary);
    min-width: 35px;
    text-align: center;
}

.section-icon i[b-9y60cymy17] {
    font-size: 20px;
}

.logo-badge[b-9y60cymy17] {
    border-radius: 50%;
    font-weight: bold;
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin: auto;
}
/* /Pages/BankingPage.razor.rz.scp.css */
.banking-page[b-uxn01irz9i] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    background-color: var(--mud-palette-background);
}

@media (max-width: 959px) {
    .banking-page[b-uxn01irz9i] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.banking-card[b-uxn01irz9i] {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

/* Section headers */

.banking-section-header[b-uxn01irz9i] {
    padding: 20px 24px;
}

    .banking-section-header h2[b-uxn01irz9i] {
        margin: 0;
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
    }

.banking-header-deposits[b-uxn01irz9i] {
    background-color: #3B64E0;
}

.banking-header-payouts[b-uxn01irz9i] {
    background-color: var(--mud-palette-secondary);
}

/* Table */

.banking-table[b-uxn01irz9i] {
    width: 100%;
    border-collapse: collapse;
}

    .banking-table thead tr[b-uxn01irz9i] {
        border-bottom: 1px solid var(--mud-palette-divider);
    }

    .banking-table th[b-uxn01irz9i] {
        padding: 14px 24px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }

    .banking-card-deposits .banking-table th[b-uxn01irz9i] {
        color: #3B64E0;
    }

    .banking-card-payouts .banking-table th[b-uxn01irz9i] {
        color: var(--mud-palette-secondary);
    }

    .banking-table td[b-uxn01irz9i] {
        padding: 14px 24px;
        font-size: 14px;
        color: var(--mud-palette-text-primary);
    }

.payment-method-cell[b-uxn01irz9i] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-icon[b-uxn01irz9i] {
    display: block;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.payment-icon-ph[b-uxn01irz9i] {
    font-size: 22px;
    width: 28px;
    min-width: 28px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

.banking-card-deposits .payment-icon-ph[b-uxn01irz9i] {
    color: #3B64E0;
}

.banking-card-payouts .payment-icon-ph[b-uxn01irz9i] {
    color: var(--mud-palette-secondary);
}

    .banking-table tbody tr[b-uxn01irz9i] {
        border-bottom: 1px solid var(--mud-palette-divider);
    }

        .banking-table tbody tr:nth-child(even)[b-uxn01irz9i] {
            background-color: #F5F7FA;
        }

        .banking-table tbody tr:last-child[b-uxn01irz9i] {
            border-bottom: none;
        }

/* Notice cards */

.banking-notice[b-uxn01irz9i] {
    padding: 24px;
}

.banking-notice-header[b-uxn01irz9i] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.banking-notice-icon[b-uxn01irz9i] {
    font-size: 24px;
    color: #E85D04;
}

.banking-notice-title[b-uxn01irz9i] {
    font-size: 18px;
    font-weight: 800;
    color: #E85D04;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banking-notice-list[b-uxn01irz9i] {
    margin: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: disc;
}

    .banking-notice-list li[b-uxn01irz9i]::marker {
        color: #E85D04;
    }

    .banking-notice-list li[b-uxn01irz9i] {
        font-size: 14px;
        color: var(--mud-palette-text-primary);
        line-height: 1.5;
    }

.banking-notice-text[b-uxn01irz9i] {
    margin: 0;
    font-size: 14px;
    color: var(--mud-palette-text-primary);
    line-height: 1.6;
}

    .banking-notice-text strong[b-uxn01irz9i] {
        font-weight: 700;
    }

/* ── Responsive: stack columns as rows on mobile ── */

@media (max-width: 600px) {

    .banking-page[b-uxn01irz9i] {
        padding: 8px 16px;
    }

    .banking-table thead[b-uxn01irz9i] {
        display: none;
    }

    .banking-table tbody tr[b-uxn01irz9i] {
        display: flex;
        flex-direction: column;
        border: none;
        border-bottom: 2px solid var(--mud-palette-divider);
        padding: 12px 0;
        background-color: transparent !important;
    }

        .banking-table tbody tr:last-child[b-uxn01irz9i] {
            border-bottom: none;
        }

    .banking-table td[b-uxn01irz9i] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 4px 16px;
        font-size: 14px;
        border: none;
    }

        .banking-table td[b-uxn01irz9i]::before {
            content: attr(data-label);
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            flex-shrink: 0;
            margin-right: 12px;
        }

    .banking-card-deposits .banking-table td[b-uxn01irz9i]::before {
        color: #3B64E0;
    }

    .banking-card-payouts .banking-table td[b-uxn01irz9i]::before {
        color: var(--mud-palette-secondary);
    }
}
/* /Pages/ContactPage.razor.rz.scp.css */
ol[b-qrtia0d5sl] {
    padding: 25px;
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 5px;
    line-height: 28px;
    font-size: 18px;
}

@media (max-width: 959px) {
    ol[b-qrtia0d5sl] {
        margin-left: 16px;
        margin-right: 16px;
    }
}

li[b-qrtia0d5sl] {
    margin-left: 20px;
}

a[b-qrtia0d5sl] {
    color: var(--mud-palette-primary);
    font-weight: bold;
}

.social-link[b-qrtia0d5sl] {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    transition: opacity 0.2s ease-in-out;
}

.social-link:hover[b-qrtia0d5sl] {
    opacity: 0.6;
}

.social-link-icon[b-qrtia0d5sl] {
    line-height: 14px;
}

.social-link a[b-qrtia0d5sl] {
    line-height: 25px;
}

.comma-separator[b-qrtia0d5sl] {
    margin-right: 5px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard[b-8r1d6rk8k0] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Enhanced Dashboard Header */
.dashboard-header[b-8r1d6rk8k0] {
    background: linear-gradient(135deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken, #1565c0) 100%);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--mud-elevation-4);
    position: relative;
    overflow: hidden;
}

    .dashboard-header[b-8r1d6rk8k0]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23ffffff"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23ffffff"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23ffffff"/></svg>') no-repeat bottom;
        background-size: cover;
        opacity: 0.1;
        pointer-events: none;
    }

.header-content[b-8r1d6rk8k0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.header-left[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.header-icon[b-8r1d6rk8k0] {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
}

.header-text h1[b-8r1d6rk8k0] {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.welcome-text[b-8r1d6rk8k0] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

    .welcome-text strong[b-8r1d6rk8k0] {
        color: white;
        font-weight: 600;
    }

.header-right[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
}

/* Quick Stats Cards */
.quick-stats[b-8r1d6rk8k0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-8r1d6rk8k0] {
    background: var(--mud-palette-background);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--mud-elevation-2);
    border-left: 4px solid;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .stat-card[b-8r1d6rk8k0]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        opacity: 0.1;
        transform: translate(30%, -30%);
    }

    .stat-card:hover[b-8r1d6rk8k0] {
        transform: translateY(-4px);
        box-shadow: var(--mud-elevation-8);
    }

.stat-card-primary[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-primary);
}

    .stat-card-primary .stat-icon[b-8r1d6rk8k0] {
        background: rgba(33, 150, 243, 0.1);
        color: var(--mud-palette-primary);
    }

.stat-card-success[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-success, #4caf50);
}

    .stat-card-success .stat-icon[b-8r1d6rk8k0] {
        background: rgba(76, 175, 80, 0.1);
        color: var(--mud-palette-success, #4caf50);
    }

.stat-card-info[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-info, #2196F3);
}

    .stat-card-info .stat-icon[b-8r1d6rk8k0] {
        background: rgba(33, 150, 243, 0.1);
        color: var(--mud-palette-info, #2196F3);
    }

.stat-card-warning[b-8r1d6rk8k0] {
    border-left-color: var(--mud-palette-warning, #ff9800);
}

    .stat-card-warning .stat-icon[b-8r1d6rk8k0] {
        background: rgba(255, 152, 0, 0.1);
        color: var(--mud-palette-warning, #ff9800);
    }

.stat-icon[b-8r1d6rk8k0] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-content[b-8r1d6rk8k0] {
    flex: 1;
}

.stat-value[b-8r1d6rk8k0] {
    font-size: 28px;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-label[b-8r1d6rk8k0] {
    font-size: 13px;
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Help Section */
.help-section[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: var(--mud-elevation-2);
    text-align: center;
    border: 1px solid var(--mud-palette-divider);
}

    .help-section h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-primary);
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .help-section p[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 14px;
        line-height: 1.6;
        margin: 10px 0;
    }

    .help-section .contact-info[b-8r1d6rk8k0] {
        margin-top: 20px;
        font-size: 15px;
        color: var(--mud-palette-text-primary);
    }

        .help-section .contact-info strong[b-8r1d6rk8k0] {
            color: var(--mud-palette-primary);
        }

        .help-section .contact-info a[b-8r1d6rk8k0] {
            color: var(--mud-palette-secondary);
            text-decoration: none;
            font-weight: 600;
        }

            .help-section .contact-info a:hover[b-8r1d6rk8k0] {
                text-decoration: underline;
            }

/* Info Cards */
.info-cards[b-8r1d6rk8k0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-card[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    padding: 25px;
    box-shadow: var(--mud-elevation-2);
    border-left: 4px solid var(--mud-palette-primary);
}

    .info-card h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-primary);
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .info-card p[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 13px;
        line-height: 1.6;
        margin: 10px 0;
    }

    .info-card .important-note[b-8r1d6rk8k0] {
        background-color: rgba(255, 193, 7, 0.1);
        padding: 12px;
        border-radius: 4px;
        border-left: 3px solid var(--mud-palette-warning, #ffc107);
        margin-top: 15px;
    }

    .info-card .bonus-option[b-8r1d6rk8k0] {
        background-color: var(--mud-palette-background);
        padding: 15px;
        border-radius: 4px;
        margin: 10px 0;
        border: 1px solid var(--mud-palette-divider);
    }

        .info-card .bonus-option strong[b-8r1d6rk8k0] {
            color: var(--mud-palette-text-primary);
            font-size: 14px;
            font-weight: 700;
        }

        .info-card .bonus-option p[b-8r1d6rk8k0] {
            margin: 5px 0 0 0;
            font-size: 12px;
            color: var(--mud-palette-text-primary);
        }

/* Wagers Section */
.wagers-section[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    box-shadow: var(--mud-elevation-2);
    margin-bottom: 30px;
    overflow: hidden;
}

.section-header[b-8r1d6rk8k0] {
    background-color: var(--mud-palette-primary);
    color: white;
    padding: 15px 20px;
    border-bottom: 2px solid var(--mud-palette-primary-darken, #1565c0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .section-header h3[b-8r1d6rk8k0] {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        letter-spacing: 1px;
        color: white;
    }

.section-link[b-8r1d6rk8k0] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .section-link:hover[b-8r1d6rk8k0] {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateX(2px);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .section-link svg[b-8r1d6rk8k0] {
        transition: transform 0.3s ease;
    }

    .section-link:hover svg[b-8r1d6rk8k0] {
        transform: translateX(3px);
    }

.wagers-content[b-8r1d6rk8k0] {
    padding: 20px;
}

/* Table Styling */
[b-8r1d6rk8k0] .wagers-table-header th.mud-table-cell {
    color: var(--mud-palette-text-primary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-8r1d6rk8k0] .wagers-table-content > td {
    color: var(--mud-palette-text-primary) !important;
    font-size: 14px;
    padding: 12px 10px;
}

[b-8r1d6rk8k0] .wagers-table-content {
    background-color: var(--mud-palette-background);
    transition: background-color 0.2s ease;
}

    [b-8r1d6rk8k0] .wagers-table-content:nth-child(even) {
        background-color: var(--mud-palette-primary-lighten);
    }

    [b-8r1d6rk8k0] .wagers-table-content:hover {
        background-color: var(--mud-palette-action-default-hover);
    }

.table-row-column[b-8r1d6rk8k0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .table-row-column span[b-8r1d6rk8k0] {
        line-height: 1.4;
    }

/* Result Status Colors */
.result-win[b-8r1d6rk8k0] {
    color: var(--mud-palette-success, #4caf50);
    font-weight: 600;
}

.result-lose[b-8r1d6rk8k0] {
    color: var(--mud-palette-error, #f44336);
    font-weight: 600;
}

/* Not Authorized State */
.not-authorized[b-8r1d6rk8k0] {
    text-align: center;
    padding: 60px 20px;
    background-color: var(--mud-palette-primary-lighten);
    border-radius: 8px;
    margin-top: 40px;
}

    .not-authorized h3[b-8r1d6rk8k0] {
        color: var(--mud-palette-text-primary);
        font-size: 20px;
    }

/* Responsive Design */
@media (max-width: 960px) {
    .dashboard[b-8r1d6rk8k0] {
        padding: 15px;
    }

    .dashboard-header[b-8r1d6rk8k0] {
        padding: 20px;
    }

    .header-content[b-8r1d6rk8k0] {
        flex-direction: column;
        gap: 20px;
    }

    .header-left[b-8r1d6rk8k0] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .header-text h1[b-8r1d6rk8k0] {
        font-size: 24px;
    }

    .header-right[b-8r1d6rk8k0] {
        width: 100%;
        justify-content: center;
    }

    .quick-stats[b-8r1d6rk8k0] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .stat-card[b-8r1d6rk8k0] {
        padding: 16px;
    }

    .stat-value[b-8r1d6rk8k0] {
        font-size: 24px;
    }

    .stat-label[b-8r1d6rk8k0] {
        font-size: 12px;
    }

    .help-section[b-8r1d6rk8k0] {
        padding: 20px;
    }

        .help-section h3[b-8r1d6rk8k0] {
            font-size: 18px;
        }

        .help-section p[b-8r1d6rk8k0] {
            font-size: 13px;
        }

    .info-cards[b-8r1d6rk8k0] {
        grid-template-columns: 1fr;
    }

    .info-card[b-8r1d6rk8k0] {
        padding: 20px;
    }

    .section-header h3[b-8r1d6rk8k0] {
        font-size: 16px;
    }

    .section-link[b-8r1d6rk8k0] {
        font-size: 13px;
        padding: 5px 10px;
    }

        .section-link span[b-8r1d6rk8k0] {
            display: none;
        }

        .section-link svg[b-8r1d6rk8k0] {
            width: 18px;
            height: 18px;
        }

    .wagers-content[b-8r1d6rk8k0] {
        padding: 10px;
    }

    [b-8r1d6rk8k0] table.mud-table-root,
    [b-8r1d6rk8k0] .mud-sm-table .mud-table-body,
    [b-8r1d6rk8k0] .mud-sm-table .mud-table-row {
        display: flex;
        flex-direction: column;
    }

    .table-row-column[b-8r1d6rk8k0] {
        align-items: flex-end;
        text-align: end;
    }

    [b-8r1d6rk8k0] .wagers-table-content > td {
        padding: 8px 10px;
    }
}

@media (max-width: 600px) {
    .dashboard-header[b-8r1d6rk8k0] {
        padding: 15px;
        border-radius: 12px;
    }

    .header-text h1[b-8r1d6rk8k0] {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .welcome-text[b-8r1d6rk8k0] {
        font-size: 14px;
    }

    .header-icon[b-8r1d6rk8k0] {
        padding: 10px;
    }

        .header-icon svg[b-8r1d6rk8k0] {
            width: 32px;
            height: 32px;
        }

    .quick-stats[b-8r1d6rk8k0] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .stat-card[b-8r1d6rk8k0] {
        padding: 14px;
    }

    .stat-icon[b-8r1d6rk8k0] {
        width: 48px;
        height: 48px;
    }

        .stat-icon svg[b-8r1d6rk8k0] {
            width: 20px;
            height: 20px;
        }

    .stat-value[b-8r1d6rk8k0] {
        font-size: 22px;
    }

    .stat-label[b-8r1d6rk8k0] {
        font-size: 11px;
    }

    .section-header[b-8r1d6rk8k0] {
        padding: 12px 15px;
    }

        .section-header h3[b-8r1d6rk8k0] {
            font-size: 15px;
        }

    .section-link[b-8r1d6rk8k0] {
        padding: 4px 8px;
    }

        .section-link svg[b-8r1d6rk8k0] {
            width: 16px;
            height: 16px;
        }

    .help-section[b-8r1d6rk8k0] {
        padding: 15px;
    }

        .help-section h3[b-8r1d6rk8k0] {
            font-size: 16px;
        }

        .help-section p[b-8r1d6rk8k0] {
            font-size: 12px;
        }

    .info-card h3[b-8r1d6rk8k0] {
        font-size: 14px;
    }

    .info-card p[b-8r1d6rk8k0] {
        font-size: 12px;
    }
}
/* /Pages/ExtraContentPage.razor.rz.scp.css */
.extra-content[b-461pf0y7q4] {
    background-color: var(--mud-palette-primary-lighten);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 45px;
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
}

@media (max-width: 600px) {
    .extra-content[b-461pf0y7q4] {
        padding: 15px 15px;
    }
}
/* /Pages/ForgotPasswordPage.razor.rz.scp.css */
.fp-wrapper[b-e31qphptgy] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: var(--mud-palette-background);
    padding: 16px;
}

.fp-card[b-e31qphptgy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
    padding: 40px 32px;
    gap: 8px;
    background-color: #034089;
    border-radius: 12px;
    box-shadow: var(--mud-elevation-4);
}

.fp-logo[b-e31qphptgy] {
    max-width: 160px;
    object-fit: contain;
    margin-bottom: 16px;
}

.fp-title[b-e31qphptgy] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: white;
    text-align: center;
}

.fp-subtitle[b-e31qphptgy] {
    font-size: 0.9rem;
    color: var(--mud-palette-text-secondary);
    margin: 0 0 16px 0;
    text-align: center;
}

.fp-field[b-e31qphptgy] {
    width: 100%;
    margin-bottom: 8px;
}

.fp-form-card[b-e31qphptgy] {
    width: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
}

.fp-input-label[b-e31qphptgy] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 4px;
    border-radius: 10px;
}

.fp-btn[b-e31qphptgy] {
	margin-top: 16px;
	height: 44px;
	text-transform: none;
}
    .fp-btn span[b-e31qphptgy] {
        text-transform: none; 
    }

[b-e31qphptgy] .fp-btn.mud-button-root {
    background-color: #FF6400 !important;
    border: 1px solid #FF9800 !important;
    color: #ffffff !important;
    margin-top: 10px;
    height: 44px;
    border-radius: 10px;
}

[b-e31qphptgy] .fp-btn.mud-button-root:hover {
    background-color: #e05800 !important;
}

[b-e31qphptgy] .fp-field .mud-input-outlined,
[b-e31qphptgy] .fp-field .mud-input-outlined-border,
[b-e31qphptgy] .fp-field .mud-input-root-outlined {
    border-radius: 10px;
}

.fp-btn-back[b-e31qphptgy] {
    margin-top: 8px;
    font-size: 0.85rem;
}

.fp-alert[b-e31qphptgy] {
    width: 100%;
    margin-top: 8px;
}


/* Media query para móviles */
@media (max-width: 768px) {
    .fp-form-card[b-e31qphptgy] {
        width: 100%;
    }
}
/* /Pages/LeaguePage.razor.rz.scp.css */
.empty-view[b-veatudge3t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    gap: 5px;
}

    .empty-view img[b-veatudge3t] {
        width: 300px;
        margin-bottom: 25px;
    }

    .empty-view h3[b-veatudge3t] {
        font-size: 24px;
    }
/* /Pages/More.razor.rz.scp.css */
.section[b-4dpglssh3b] {
    display: flex;
    flex-direction: column;
    background-color: var(--mud-palette-primary-lighten);
    margin-top: 12px;
    padding: 12px 0 0 16px;
}

@media (max-width: 768px) {
    .section[b-4dpglssh3b] {
        margin-top: 0;
    }
}

.section-title[b-4dpglssh3b] {
    font-weight: bolder;
    font-size: 16px;
}

.section-link[b-4dpglssh3b] {
    display: flex;
    padding: 16px 16px 16px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: var(--mud-palette-text-primary);
    border-bottom: 1px solid var(--mud-palette-divider);
    cursor:pointer;
}

.section-link:last-child[b-4dpglssh3b] {
    border-bottom: none;
}

.section-link.highlight[b-4dpglssh3b] {
    font-weight: bold;
}

    .section-link.highlight .section-name[b-4dpglssh3b] {
        color: var(--mud-palette-primary);
    }

.section-details[b-4dpglssh3b] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--mud-palette-text-primary);
}

.section-icon[b-4dpglssh3b] {
    margin-top: 3px;
}

.section-icon i[b-4dpglssh3b] {
    font-size: 20px;
}

.arrow-icon svg[b-4dpglssh3b] {
    fill: var(--mud-palette-primary);
}
/* /Pages/MyAccount.razor.rz.scp.css */
.account-container[b-l6s30aoacw] {
    min-height: calc(100vh - var(--mud-appbar-height));
}

[b-l6s30aoacw] input,
[b-l6s30aoacw] select {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #E2E2E2;
    padding: 6px;
    font-size: 14px;
}

[b-l6s30aoacw] input:disabled {
    background-color: #E0E0E0;
}

[b-l6s30aoacw] .section-title {
    font-weight: 600;
    margin-bottom: 24px;
}

[b-l6s30aoacw] section.account {
    padding: 32px 24px;
    background-color: var(--mud-palette-primary-lighten);
}

[b-l6s30aoacw] .password-input {
    position: relative;
}

[b-l6s30aoacw] .password-input .mud-icon-button {
    position: absolute;
    right: 2px;
    top: 5px;
}
/* /Pages/MyBets.razor.rz.scp.css */
body[b-xk6j1em682] {
}
/* /Pages/NeoBonusesPage.razor.rz.scp.css */
.neo-bonuses-page[b-2lckk7gjdf] {
    width: 100%;
    margin: 0;
    padding: 16px 0 48px;
    background-color: var(--mud-palette-background);
}

.neo-bonuses-page__grid[b-2lckk7gjdf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.neo-bonuses-card[b-2lckk7gjdf] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--mud-palette-surface);
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neo-bonuses-card:hover[b-2lckk7gjdf] {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(var(--mud-palette-primary-rgb), 0.12);
}

.neo-bonuses-card__visual[b-2lckk7gjdf] {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.neo-bonuses-card__visual--crypto[b-2lckk7gjdf] {
    color: var(--mud-palette-info);
}

.neo-bonuses-card__visual--referral[b-2lckk7gjdf] {
    color: var(--mud-palette-secondary);
}

.neo-bonuses-card__visual--slot[b-2lckk7gjdf] {
    color: var(--mud-palette-tertiary);
}

.neo-bonuses-card__visual--spins[b-2lckk7gjdf] {
    color: var(--mud-palette-primary-darken);
}

.neo-bonuses-card__visual-img[b-2lckk7gjdf] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

.neo-bonuses-card__sparkles[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning);
}

.neo-bonuses-card__visual-title[b-2lckk7gjdf] {
    fill: var(--mud-palette-white);
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.5px;
    paint-order: stroke;
    stroke: var(--mud-palette-warning-darken);
    stroke-width: 4px;
}

.neo-bonuses-card__coin[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning-darken);
    font-size: 48px;
    font-weight: 900;
}

.neo-bonuses-card__slot-text[b-2lckk7gjdf] {
    fill: var(--mud-palette-error);
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 5px;
}

.neo-bonuses-card__wood[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning-darken);
}

.neo-bonuses-card__wood-light[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning);
    opacity: 0.55;
}

.neo-bonuses-card__roulette[b-2lckk7gjdf] {
    fill: var(--mud-palette-secondary);
    stroke: var(--mud-palette-warning);
    stroke-width: 5px;
}

.neo-bonuses-card__roulette-inner[b-2lckk7gjdf],
.neo-bonuses-card__spin-inner[b-2lckk7gjdf] {
    fill: var(--mud-palette-info);
    opacity: 0.9;
}

.neo-bonuses-card__wheel-lines[b-2lckk7gjdf],
.neo-bonuses-card__spin-lines[b-2lckk7gjdf],
.neo-bonuses-card__connection[b-2lckk7gjdf] {
    fill: none;
    stroke: var(--mud-palette-white);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.neo-bonuses-card__wheel-lines[b-2lckk7gjdf] {
    stroke-width: 3px;
    opacity: 0.75;
}

.neo-bonuses-card__coin-fill[b-2lckk7gjdf],
.neo-bonuses-card__orbit circle[b-2lckk7gjdf],
.neo-bonuses-card__coin-stack rect[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning);
    stroke: var(--mud-palette-warning-darken);
    stroke-width: 2px;
}

.neo-bonuses-card__table[b-2lckk7gjdf],
.neo-bonuses-card__stage[b-2lckk7gjdf] {
    fill: var(--mud-palette-success);
}

.neo-bonuses-card__gift-purple[b-2lckk7gjdf] {
    fill: var(--mud-palette-tertiary);
}

.neo-bonuses-card__gift-green[b-2lckk7gjdf] {
    fill: var(--mud-palette-success);
}

.neo-bonuses-card__gift-orange[b-2lckk7gjdf],
.neo-bonuses-card__lever[b-2lckk7gjdf] {
    fill: var(--mud-palette-secondary);
}

.neo-bonuses-card__gift-ribbon[b-2lckk7gjdf] {
    fill: none;
    stroke: var(--mud-palette-white);
    stroke-width: 5px;
    stroke-linecap: round;
}

.neo-bonuses-card__crypto-wheel[b-2lckk7gjdf] {
    fill: var(--mud-palette-info);
    stroke: var(--mud-palette-white);
    stroke-width: 4px;
    opacity: 0.9;
}

.neo-bonuses-card__lightning[b-2lckk7gjdf] {
    fill: var(--mud-palette-white);
    opacity: 0.82;
}

.neo-bonuses-card__people[b-2lckk7gjdf] {
    fill: var(--mud-palette-primary);
    stroke: var(--mud-palette-white);
    stroke-width: 4px;
    stroke-linejoin: round;
}

.neo-bonuses-card__connection[b-2lckk7gjdf] {
    stroke-width: 5px;
    opacity: 0.8;
}

.neo-bonuses-card__slot-machine[b-2lckk7gjdf] {
    fill: var(--mud-palette-primary-darken);
    stroke: var(--mud-palette-tertiary);
    stroke-width: 4px;
}

.neo-bonuses-card__slot-light[b-2lckk7gjdf] {
    fill: var(--mud-palette-warning);
}

.neo-bonuses-card__spin-outer[b-2lckk7gjdf] {
    fill: var(--mud-palette-tertiary);
    stroke: var(--mud-palette-white);
    stroke-width: 4px;
    opacity: 0.92;
}

.neo-bonuses-card__spin-lines[b-2lckk7gjdf] {
    stroke: var(--mud-palette-white);
    stroke-width: 8px;
}

.neo-bonuses-card__body[b-2lckk7gjdf] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 20px 24px;
}

.neo-bonuses-card__icon[b-2lckk7gjdf] {
    display: inline-block;
    margin-bottom: 14px;
}

.neo-bonuses-card__icon img[b-2lckk7gjdf] {
    display: block;
    width: 36px;
    height: 36px;
}

.neo-bonuses-card h2[b-2lckk7gjdf] {
    margin: 0 0 10px;
    color: var(--neo-brand-blue);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.4px;
}

.neo-bonuses-card p[b-2lckk7gjdf] {
    flex: 1;
    min-height: 54px;
    margin: 0 0 20px;
    color: var(--mud-palette-text-primary);
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.78;
}

.neo-bonuses-card__button[b-2lckk7gjdf] {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 20px;
    color: #fff;
    background: var(--neo-brand-orange);
    border-radius: 9px;
    box-shadow: 0 8px 16px var(--neo-brand-orange-shadow);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.neo-bonuses-card__button:hover[b-2lckk7gjdf] {
    color: #fff;
    background: var(--neo-brand-orange-hover);
    box-shadow: 0 10px 20px var(--neo-brand-orange-shadow);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .neo-bonuses-page__grid[b-2lckk7gjdf] {
        gap: 18px;
    }
}

@media (max-width: 959px) {
    .neo-bonuses-page[b-2lckk7gjdf] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .neo-bonuses-page__grid[b-2lckk7gjdf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .neo-bonuses-page__grid[b-2lckk7gjdf] {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
/* /Pages/NeoRulesPage.razor.rz.scp.css */
.neo-rules-page[b-gp3kxkggnx] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
    color: #454545;
    background: #edf1f7;
}

@media (max-width: 959px) {
    .neo-rules-page[b-gp3kxkggnx] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.neo-rules-tabs[b-gp3kxkggnx] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    max-width: 100%;
    margin-bottom: 24px;
    background: #dfe7fb;
    padding: 5px 8px;
    border-radius: 24px;
    box-shadow: none;
    flex-wrap: wrap;
}

.neo-rules-tab[b-gp3kxkggnx] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: none;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #3164ff;
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
    letter-spacing: 0;
    line-height: 1;
}

.neo-rules-tab:hover[b-gp3kxkggnx] {
    color: #1f55f3;
    background: rgba(49, 100, 255, 0.08);
}

.neo-rules-tab--active[b-gp3kxkggnx] {
    color: #fff;
    background: #3164ff;
    box-shadow: 0 6px 14px rgba(49, 100, 255, 0.22);
}

.neo-rules-tab__icon[b-gp3kxkggnx] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 420px) {
    .neo-rules-tabs[b-gp3kxkggnx] {
        gap: 4px;
        padding: 5px;
        width: 100%;
    }

    .neo-rules-tab[b-gp3kxkggnx] {
        flex: 1 1 auto;
        justify-content: center;
        padding: 8px 10px;
        font-size: 12px;
    }
}
/* /Pages/PostLogout.razor.rz.scp.css */
.logout-card[b-5ds9ukzvvn] {
    width: 100%;
    display: grid;
    place-items: center;
    padding: 15px;
    gap: 5px;
}
/* /Pages/ResetPasswordPage.razor.rz.scp.css */
.rp-wrapper[b-dxpzmcfht1] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: var(--mud-palette-background);
    padding: 16px;
}

.rp-card[b-dxpzmcfht1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 800px;
    padding: 40px 32px;
    gap: 8px;
    background-color: #034089;
    border-radius: 12px;
    box-shadow: var(--mud-elevation-4);
}

.rp-logo[b-dxpzmcfht1] {
    max-width: 160px;
    object-fit: contain;
    margin-bottom: 16px;
}

.rp-title[b-dxpzmcfht1] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: white;
    text-align: center;
}

.rp-subtitle[b-dxpzmcfht1] {
    font-size: 0.9rem;
    color: var(--mud-palette-text-secondary);
    margin: 0 0 16px 0;
    text-align: center;
}

.rp-field[b-dxpzmcfht1] {
    width: 100%;
    margin-bottom: 8px;
}

.rp-form-card[b-dxpzmcfht1] {
    width: 60%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
}

.rp-input-label[b-dxpzmcfht1] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 4px;
    border-radius: 10px;
}

.rp-btn[b-dxpzmcfht1] {
    margin-top: 16px;
    height: 44px;
    text-transform: none; 
}

    .rp-btn span[b-dxpzmcfht1] {
        text-transform: none; 
    }

[b-dxpzmcfht1] .rp-btn.mud-button-root {
    background-color: #FF6400 !important;
    border: 1px solid #FF9800 !important;
    color: #ffffff !important;
    margin-top: 10px;
    height: 44px;
    border-radius: 10px;
}

[b-dxpzmcfht1] .rp-btn.mud-button-root:hover {
    background-color: #e05800 !important;
}

[b-dxpzmcfht1] .rp-field .mud-input-outlined,
[b-dxpzmcfht1] .rp-field .mud-input-outlined-border,
[b-dxpzmcfht1] .rp-field .mud-input-root-outlined {
    border-radius: 10px;
}

.rp-btn-back[b-dxpzmcfht1] {
    margin-top: 8px;
    font-size: 0.85rem;
}

.rp-alert[b-dxpzmcfht1] {
    width: 100%;
    margin-top: 8px;
}

.rp-loader[b-dxpzmcfht1] {
    margin: 24px auto;
}

/* Estilo para el adorno izquierdo (candado) dentro de los campos */
[b-dxpzmcfht1] .rp-field .mud-input-adornment-start {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin-right: 8px;
    background: transparent;
    border-radius: 8px;
}

[b-dxpzmcfht1] .rp-field .mud-input-adornment-start .mud-icon-root {
    color: #FF6400 !important; /* naranja */
}

/* Si el adorno es un botón, asegurar tamaño y color del botón */
[b-dxpzmcfht1] .rp-field .mud-input-adornment-start .mud-icon-button-root {
    color: #FF6400 !important;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .rp-form-card[b-dxpzmcfht1] {
        width: 100%;
    }
}
/* /Pages/SignUpPage.razor.rz.scp.css */
.card[b-v5ajfhmg09] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 35px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
}

.text-section[b-v5ajfhmg09] {
    color: var(--mud-palette-text-primary);
}

    .text-section h1[b-v5ajfhmg09] {
        color: var(--mud-palette-primary);
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 20px;
    }

p[b-v5ajfhmg09] {
    margin-bottom: 15px;
}

span:last-child[b-v5ajfhmg09] {
    font-size: 12px;
    font-stretch: condensed;
    margin-top: 25px;
}

[b-v5ajfhmg09] .mud-select-input svg {
    fill: #FF6400 !important;
}

[b-v5ajfhmg09] .mud-input-helper-text {
    color: var(--mud-palette-text-primary);
}

[b-v5ajfhmg09] .mud-icon-root.mud-svg-icon.mud-primary-text.mud-icon-size-small {
    color: #FF6400 !important;
}

@media (max-width: 600px) {
    .card[b-v5ajfhmg09] {
        align-items: center;
        width: 100%;
    }

    .text-section[b-v5ajfhmg09] {
        text-align: left;
        border-radius: 5px;
        padding: 5px 15px;
        color: var(--mud-palette-text-primary);
    }

        .text-section h1[b-v5ajfhmg09] {
            font-size: 1.6rem;
            text-align: center;
        }
}

.signup-wrapper[b-v5ajfhmg09] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--mud-palette-primary-lighten);
}
/* /Pages/ThirdPartyServicesPage.razor.rz.scp.css */
iframe[b-s2g5dw61xu] {
    width: 100%;
    height: 85vh;
}

.loading-wrapper[b-s2g5dw61xu] {
    padding: 100px;
}

header[b-s2g5dw61xu] {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 80px;
}

    header a[b-s2g5dw61xu] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid var(--mud-palette-primary);
        padding: 5px;
        border-radius: 5px;
        min-width: 100px;
        color: var(--mud-palette-primary);
        width: 80px;
    }

        header a:last-of-type[b-s2g5dw61xu] {
            text-align: right;
        }

    header h3[b-s2g5dw61xu] {
        margin: 0;
    }

@media (max-width: 960px) {
    header[b-s2g5dw61xu] {
        display: flex;
        text-align: center;
    }

    iframe[b-s2g5dw61xu] {
        width: 100%;
        height: 78vh;
    }
}

.permission-error[b-s2g5dw61xu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
