@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.uuzdp6foej.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.wagw5jpt98.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(--neo-brand-blue);
    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/BonusGamesDisplay.razor.rz.scp.css */
.bonus-games[b-j0sews9cvg] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
}

.bonus-games-header[b-j0sews9cvg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

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

.bonus-games-icon-badge[b-j0sews9cvg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.bonus-games-icon[b-j0sews9cvg] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.casino-card__badge[b-j0sews9cvg] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 8px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3a2c00;
    background: linear-gradient(90deg, #ffd54a, #ffb300);
    z-index: 1;
}

.casino-card__badge-icon[b-j0sews9cvg] {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

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

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

[b-j0sews9cvg] .bonus-games-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-j0sews9cvg] .bonus-games-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

.bonus-games-track-wrapper[b-j0sews9cvg] {
    position: relative;
}

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

.bonus-games-track[b-j0sews9cvg]::-webkit-scrollbar {
    display: none;
}

.bonus-games-track-wrapper--grid[b-j0sews9cvg] {
    overflow: visible;
}

.bonus-games-grid[b-j0sews9cvg] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.bonus-games-grid .bonus-game-image-skeleton[b-j0sews9cvg] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.bonus-games-pagination[b-j0sews9cvg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.bonus-games-count[b-j0sews9cvg] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.bonus-games-load-more[b-j0sews9cvg] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.bonus-games-load-more:disabled[b-j0sews9cvg] {
    cursor: default;
    opacity: 0.65;
}

.bonus-games-empty[b-j0sews9cvg] {
    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-j0sews9cvg] .bonus-games-empty-icon {
    font-size: 48px;
    color: #9aa3b2;
}

.bonus-games-empty-text[b-j0sews9cvg] {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

.bonus-game-card--skeleton[b-j0sews9cvg] {
    flex: 0 0 170px;
    pointer-events: none;
}

.bonus-game-image-skeleton[b-j0sews9cvg] {
    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-j0sews9cvg 1.4s ease-in-out infinite;
}

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

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

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

@media (max-width: 1399px) {
    .bonus-games-grid[b-j0sews9cvg] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .bonus-games-grid[b-j0sews9cvg] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .bonus-games[b-j0sews9cvg] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

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

    .bonus-games-grid[b-j0sews9cvg] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .bonus-games-nav[b-j0sews9cvg] { display: flex; }
}

@media (max-width: 719px) {
    .bonus-games-grid[b-j0sews9cvg] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .bonus-games-grid[b-j0sews9cvg] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /Components/CasinoAllGamesDisplay.razor.rz.scp.css */
.casino-all-games[b-qmghg7cv6c] {
    width: 100%;
    padding: 24px 0 16px;
}

.casino-all-games__content[b-qmghg7cv6c] {
    margin-top: 4px;
}

@media (max-width: 640px) {
    .casino-all-games__search[b-qmghg7cv6c] {
        width: calc(100% - 24px);
        margin: 0 12px 16px;
    }
}
/* /Components/CasinoCatalogDisplay.razor.rz.scp.css */
.casino-catalog[b-d27418bomp] {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 16px;
}

.casino-catalog__search[b-d27418bomp] {
    position: relative;
    scroll-margin-top: calc(var(--mud-appbar-height) + 16px);
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    margin: 0 16px 18px;
    padding: 0 16px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e1e6ef;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.casino-catalog__search:focus-within[b-d27418bomp] {
    border-color: var(--neo-brand-blue);
    box-shadow: 0 0 0 3px rgba(49, 100, 255, 0.12);
}

.casino-catalog__search-icon[b-d27418bomp] {
    color: #9aa3b2;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.casino-catalog__search-btn[b-d27418bomp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.casino-catalog__search-btn:hover .casino-catalog__search-icon[b-d27418bomp],
.casino-catalog__search-btn:focus-visible .casino-catalog__search-icon[b-d27418bomp] {
    color: var(--neo-brand-blue, #3164ff);
}

.casino-catalog__search-input[b-d27418bomp] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    margin-left: 10px;
    font-size: 0.9rem;
    color: #454545;
}

.casino-catalog__search-input[b-d27418bomp]::placeholder {
    color: #9aa3b2;
}

.casino-catalog__search-clear[b-d27418bomp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #9aa3b2;
}

.casino-catalog__search-clear-icon[b-d27418bomp] {
    font-size: 1.05rem;
}

.casino-catalog__provider-filter[b-d27418bomp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 16px 16px;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--neo-brand-blue-light, rgba(91, 110, 245, 0.1));
    color: var(--mud-palette-text-primary);
}

.casino-catalog__provider-filter-label[b-d27418bomp] {
    font-size: 0.88rem;
}

.casino-catalog__provider-filter-clear[b-d27418bomp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #6b7280;
}

.casino-catalog__tabs-wrapper[b-d27418bomp] {
    position: relative;
    margin: 0 16px 16px;
}

.casino-catalog__tabs-wrapper[b-d27418bomp]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    border-radius: 0 24px 24px 0;
    background: linear-gradient(to right, transparent, var(--neo-brand-blue-light) 80%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.casino-catalog__tabs-wrapper.can-scroll-right[b-d27418bomp]::after {
    opacity: 1;
}

.casino-catalog__tabs[b-d27418bomp] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: var(--neo-brand-blue-light);
    padding: 5px 8px;
    border-radius: 24px;
    box-shadow: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.casino-catalog__tabs[b-d27418bomp]::-webkit-scrollbar {
    display: none;
}

.casino-catalog__tab[b-d27418bomp] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--neo-brand-blue);
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: manipulation;
}

@media (hover: hover) and (pointer: fine) {
    .casino-catalog__tab:not(.casino-catalog__tab--active):hover[b-d27418bomp] {
        color: #1f55f3;
        background: rgba(49, 100, 255, 0.08);
    }
}

.casino-catalog__tab--active[b-d27418bomp] {
    color: #fff !important;
    background: var(--neo-brand-blue) !important;
    box-shadow: 0 6px 14px rgba(49, 100, 255, 0.22);
}

.casino-catalog__tab-icon[b-d27418bomp] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
}

.casino-catalog__tab--active .casino-catalog__tab-icon[b-d27418bomp] {
    filter: brightness(0) invert(1);
}

.casino-catalog__tab-icon-mud[b-d27418bomp] {
    font-size: 1.05rem;
}

.casino-catalog__tab-label[b-d27418bomp] {
    line-height: 1;
}

.casino-catalog__content[b-d27418bomp] {
    margin-top: 4px;
}

@media (max-width: 640px) {
    .casino-catalog__tabs-wrapper[b-d27418bomp] {
        margin: 0 0 16px;
    }

    .casino-catalog__tabs[b-d27418bomp] {
        border-radius: 0;
        padding: 5px 16px;
        gap: 8px;
    }

    .casino-catalog__tab[b-d27418bomp] {
        flex-shrink: 0;
        padding: 7px 14px;
        font-size: 12px;
    }

    .casino-catalog__tabs-wrapper[b-d27418bomp]::after {
        border-radius: 0;
        background: linear-gradient(to right, transparent, #fff 90%);
    }
}
/* /Components/CasinoGameCard.razor.rz.scp.css */
.casino-card[b-3sq7ns35af] {
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.18s ease;
}

.casino-card:hover[b-3sq7ns35af] {
    transform: translateY(-3px);
}

.casino-card--full-width[b-3sq7ns35af] {
    flex: none;
    width: 100%;
}

.casino-card__image-wrapper[b-3sq7ns35af] {
    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);
}

.casino-card--full-width .casino-card__image-wrapper[b-3sq7ns35af] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.casino-card__image[b-3sq7ns35af] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.casino-card__dealer-image[b-3sq7ns35af] {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.casino-card__badge[b-3sq7ns35af] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 5px 8px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3a2c00;
    background: linear-gradient(90deg, #ffd54a, #ffb300);
    z-index: 3;
}

.casino-card__badge--new[b-3sq7ns35af] {
    top: 10px;
    left: 10px;
    right: auto;
    padding: 2px 8px;
    border-radius: 20px;
    background: var(--neo-brand-blue);
    color: #fff;
}

.casino-card__badge-icon[b-3sq7ns35af] {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.casino-card__overlay[b-3sq7ns35af] {
    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;
    z-index: 2;
}

.casino-card__name[b-3sq7ns35af] {
    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;
}

.casino-card__provider[b-3sq7ns35af] {
    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;
}

.casino-card__players[b-3sq7ns35af] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 4px 0;
}

.casino-card__players-dot[b-3sq7ns35af] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e53935;
    flex-shrink: 0;
    animation: casino-card-pulse-b-3sq7ns35af 1.8s ease-in-out infinite;
}

.casino-card__players-count[b-3sq7ns35af] {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.casino-card__players-label[b-3sq7ns35af] {
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
}

@keyframes casino-card-pulse-b-3sq7ns35af {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.35; }
}

@media (max-width: 959px) {
    .casino-card[b-3sq7ns35af] {
        flex: 0 0 148px;
    }

    .casino-card__image-wrapper[b-3sq7ns35af] {
        width: 148px;
        height: 175px;
    }
}
/* /Components/CasinoGamesSearch.razor.rz.scp.css */
.casino-games-search[b-zhl4jmlego] {
    position: relative;
    scroll-margin-top: calc(var(--mud-appbar-height) + 16px);
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    margin: 0 16px 18px;
    padding: 0 16px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e1e6ef;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.casino-games-search:focus-within[b-zhl4jmlego] {
    border-color: var(--neo-brand-blue);
    box-shadow: 0 0 0 3px rgba(49, 100, 255, 0.12);
}

.casino-games-search__btn[b-zhl4jmlego] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.casino-games-search__icon[b-zhl4jmlego] {
    color: #9aa3b2;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.casino-games-search__btn:hover .casino-games-search__icon[b-zhl4jmlego],
.casino-games-search__btn:focus-visible .casino-games-search__icon[b-zhl4jmlego] {
    color: var(--neo-brand-blue, #3164ff);
}

.casino-games-search__input[b-zhl4jmlego] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    margin-left: 10px;
    font-size: 0.9rem;
    color: #454545;
}

.casino-games-search__input[b-zhl4jmlego]::placeholder {
    color: #9aa3b2;
}

.casino-games-search__clear[b-zhl4jmlego] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #9aa3b2;
}

.casino-games-search__clear-icon[b-zhl4jmlego] {
    font-size: 1.05rem;
}
/* /Components/CasinoProviderCard.razor.rz.scp.css */
.provider-card[b-jlwz11gmy1] {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.18s ease;
}

.provider-card:hover[b-jlwz11gmy1] {
    transform: translateY(-3px);
}

.provider-card__image-wrapper[b-jlwz11gmy1] {
    position: relative;
    width: 180px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.provider-card__image[b-jlwz11gmy1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.provider-card__fallback[b-jlwz11gmy1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-card__initials[b-jlwz11gmy1] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.provider-card__name[b-jlwz11gmy1] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

@media (max-width: 959px) {
    .provider-card[b-jlwz11gmy1] {
        flex: 0 0 118px;
    }

    .provider-card__image-wrapper[b-jlwz11gmy1] {
        width: 118px;
        height: 76px;
    }
}
/* /Components/CasinoProviderFilterChip.razor.rz.scp.css */
.provider-filter-chip[b-p7lbjza529] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: calc(100% - 32px);
    box-sizing: border-box;
    margin: 0 16px 16px;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--neo-brand-blue-light, rgba(91, 110, 245, 0.1));
    color: var(--mud-palette-text-primary);
}

.provider-filter-chip__label[b-p7lbjza529] {
    font-size: 0.88rem;
}

.provider-filter-chip__clear[b-p7lbjza529] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

.provider-filter-chip__clear-icon[b-p7lbjza529] {
    font-size: 1.05rem;
}
/* /Components/CasinoProvidersDisplay.razor.rz.scp.css */
.casino-providers[b-rvslcgtsmq] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
}

.casino-providers-header[b-rvslcgtsmq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.casino-providers-title-group[b-rvslcgtsmq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.casino-providers-icon-badge[b-rvslcgtsmq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.casino-providers-icon[b-rvslcgtsmq] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.casino-providers-title[b-rvslcgtsmq] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.casino-providers-nav[b-rvslcgtsmq] {
    display: flex;
    gap: 4px;
}

[b-rvslcgtsmq] .casino-providers-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-rvslcgtsmq] .casino-providers-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

.casino-providers-track-wrapper[b-rvslcgtsmq] {
    position: relative;
}

.casino-providers-track[b-rvslcgtsmq] {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0;
}

.casino-providers-track[b-rvslcgtsmq]::-webkit-scrollbar {
    display: none;
}

.casino-providers--empty .casino-providers-empty[b-rvslcgtsmq] {
    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);
}

.casino-providers-empty[b-rvslcgtsmq] {
    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-rvslcgtsmq] .casino-providers-empty-icon {
    font-size: 48px;
    color: #9aa3b2;
}

.casino-providers-empty-text[b-rvslcgtsmq] {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

.provider-card--skeleton[b-rvslcgtsmq] {
    flex: 0 0 140px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

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

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

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

@media (max-width: 959px) {
    .casino-providers[b-rvslcgtsmq] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

    .provider-image-skeleton[b-rvslcgtsmq] {
        width: 118px;
        height: 76px;
    }

    .provider-card--skeleton[b-rvslcgtsmq] {
        flex: 0 0 118px;
    }
}
/* /Components/CasinoSearchResultsDisplay.razor.rz.scp.css */
.casino-search-results[b-hcfpjxwc1s] {
    padding: 8px 0 24px;
}

.casino-search-results__header[b-hcfpjxwc1s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 16px 14px;
}

.casino-search-results__summary[b-hcfpjxwc1s] {
    font-size: 0.88rem;
    color: #5a6274;
    margin: 0;
}

.casino-search-results__summary strong[b-hcfpjxwc1s] {
    color: #1a2035;
    font-weight: 700;
}

.casino-search-results__clear-btn[b-hcfpjxwc1s] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    background: transparent;
    color: var(--neo-brand-blue, #3164ff);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 0;
    transition: opacity 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.casino-search-results__clear-btn:hover[b-hcfpjxwc1s] {
    opacity: 0.7;
}

.casino-search-results__clear-icon[b-hcfpjxwc1s] {
    font-size: 0.9rem;
}

.casino-search-results__clear-btn--standalone[b-hcfpjxwc1s] {
    margin-top: 4px;
    padding: 8px 20px;
    border: 1.5px solid var(--neo-brand-blue, #3164ff);
    border-radius: 999px;
    font-size: 0.88rem;
}

.casino-search-results__grid[b-hcfpjxwc1s] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    padding: 0 16px;
}

.casino-search-results__footer[b-hcfpjxwc1s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 0 16px;
}

.casino-search-results__count[b-hcfpjxwc1s] {
    font-size: 0.82rem;
    color: #7a8299;
    margin: 0;
}

.casino-search-results__load-more[b-hcfpjxwc1s] {
    padding: 10px 28px;
    border-radius: 999px;
    border: 1.5px solid var(--neo-brand-blue, #3164ff);
    background: transparent;
    color: var(--neo-brand-blue, #3164ff);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.casino-search-results__load-more:hover:not(:disabled)[b-hcfpjxwc1s] {
    background: var(--neo-brand-blue, #3164ff);
    color: #fff;
}

.casino-search-results__load-more:disabled[b-hcfpjxwc1s] {
    opacity: 0.5;
    cursor: not-allowed;
}

.casino-search-results--empty[b-hcfpjxwc1s] {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-search-results__empty[b-hcfpjxwc1s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 40px 24px;
    text-align: center;
}

.casino-search-results__empty-icon[b-hcfpjxwc1s] {
    font-size: 3rem;
    color: #c2cad8;
}

.casino-search-results__empty-title[b-hcfpjxwc1s] {
    font-size: 1rem;
    font-weight: 700;
    color: #3a4252;
    margin: 0;
}

.casino-search-results__empty-message[b-hcfpjxwc1s] {
    font-size: 0.85rem;
    color: #7a8299;
    margin: 0;
}

.casino-search-results__card--skeleton[b-hcfpjxwc1s] {
    pointer-events: none;
}

.casino-search-results__image-skeleton[b-hcfpjxwc1s] {
    width: 100%;
    aspect-ratio: 5 / 6;
    background: linear-gradient(90deg, #e8edf4 25%, #f3f6fb 50%, #e8edf4 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-hcfpjxwc1s 1.4s infinite;
    border-radius: 12px;
}

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

@media (max-width: 1399px) {
    .casino-search-results__grid[b-hcfpjxwc1s] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .casino-search-results__grid[b-hcfpjxwc1s] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .casino-search-results__grid[b-hcfpjxwc1s] { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .casino-search-results__header[b-hcfpjxwc1s] { padding: 0 12px 12px; }
}

@media (max-width: 719px) {
    .casino-search-results__grid[b-hcfpjxwc1s] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .casino-search-results__grid[b-hcfpjxwc1s] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /Components/CasinoViewAllCard.razor.rz.scp.css */
.casino-view-all-card[b-hqvrx1kow4] {
    flex: 0 0 170px;
    width: 170px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--neo-brand-blue);
    border-radius: 12px;
    background: var(--mud-palette-surface);
    color: var(--neo-brand-blue);
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease;
}

.casino-view-all-card:hover[b-hqvrx1kow4] {
    background: var(--neo-brand-blue-light);
    color: var(--neo-brand-blue);
    transform: translateY(-3px);
}

.casino-view-all-card__content[b-hqvrx1kow4] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.15rem;
    font-weight: 800;
}

.casino-view-all-card__icon[b-hqvrx1kow4] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    color: var(--mud-palette-surface);
    font-size: 1.45rem;
    line-height: 1;
}

@media (max-width: 959px) {
    .casino-view-all-card[b-hqvrx1kow4] {
        flex-basis: 148px;
        width: 148px;
        height: 175px;
    }

    .casino-view-all-card__content[b-hqvrx1kow4] {
        font-size: 1rem;
        gap: 8px;
    }
}
/* /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;
}

/* ══════════════════════════════════════════
   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 ── */
/* Keep below the carousel controls (z-index: 100) so arrows/bullets remain clickable */
.featured-carousel-link[b-e9s1f838u4] {
    position: absolute;
    inset: 0;
    z-index: 3;
}

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

    .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%;
    }
}

/* ══════════════════════════════════════════
   Responsive — Mobile (≤600px)
   ══════════════════════════════════════════ */
@media (max-width: 600px) {
    .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);
    }
}

/* ══════════════════════════════════════════
   Responsive — Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 959px) {
    .featured-carousel[b-e9s1f838u4] {
        margin: 0;
        border-radius: 0;
    }
}
/* /Components/GameDisplay.razor.rz.scp.css */
.game-display[b-wxuqde7ug6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.game-display__stage[b-wxuqde7ug6] {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
    aspect-ratio: 16 / 9;
}

.game-display__hero[b-wxuqde7ug6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.game-display__launch-overlay[b-wxuqde7ug6] {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    background: var(--mud-palette-overlay-dark);
    color: var(--mud-palette-white);
    text-align: center;
    font-weight: 700;
}

.game-display__launch-overlay--error[b-wxuqde7ug6] {
    color: var(--mud-palette-error-text);
}

.game-display__auth-overlay[b-wxuqde7ug6] {
    position: fixed;
    inset: 0;
    z-index: 1299;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.game-display__auth-modal[b-wxuqde7ug6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1300;
    width: min(100%, 560px);
    padding: clamp(28px, 5vw, 52px);
    border-radius: 24px;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-12);
    text-align: center;
}

.game-display__auth-modal__close[b-wxuqde7ug6] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--neo-brand-blue);
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.game-display__auth-modal__close:hover[b-wxuqde7ug6] {
    background: var(--mud-palette-action-default);
    color: var(--mud-palette-error);
}

.game-display__auth-modal__close:focus[b-wxuqde7ug6] {
    outline: 2px solid var(--neo-brand-blue);
    outline-offset: 2px;
}

.game-display__auth-title[b-wxuqde7ug6] {
    margin: 0 0 28px;
    color: var(--neo-brand-blue);
    font-size: clamp(1.15rem, 2.6vw, 1.75rem);
    font-weight: 800;
    line-height: 1.3;
}

.game-display__auth-actions[b-wxuqde7ug6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.game-display__auth-btn[b-wxuqde7ug6] {
    min-height: 42px;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.16s ease, box-shadow 0.16s ease;
}

.game-display__auth-btn--login[b-wxuqde7ug6] {
    background: var(--neo-brand-orange);
    box-shadow: 0 2px 6px var(--neo-brand-orange-shadow);
}

.game-display__auth-btn--login:hover[b-wxuqde7ug6] {
    background: var(--neo-brand-orange-hover);
}

.game-display__auth-btn--signup[b-wxuqde7ug6] {
    background: var(--neo-brand-blue);
    box-shadow: 0 2px 6px var(--neo-brand-blue-shadow);
}

.game-display__auth-btn--signup:hover[b-wxuqde7ug6] {
    background: var(--neo-brand-blue-hover);
}

.game-display__hero--placeholder[b-wxuqde7ug6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--neo-brand-blue) 0%, #1b2a6b 100%);
}

.game-display__hero-name[b-wxuqde7ug6] {
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 16px;
}

.game-display__iframe[b-wxuqde7ug6] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.game-display__toolbar[b-wxuqde7ug6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px;
    border-radius: 12px;
    background: var(--neo-brand-blue-bg);
}

.game-display__toolbar-group[b-wxuqde7ug6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.game-display__toolbar-brand[b-wxuqde7ug6] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.game-display__brand-logo[b-wxuqde7ug6] {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.game-display__tool-btn[b-wxuqde7ug6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--neo-brand-blue);
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease;
}

.game-display__tool-btn:hover[b-wxuqde7ug6] {
    background: var(--neo-brand-blue-light);
}

.game-display__tool-btn--active[b-wxuqde7ug6] {
    background: var(--neo-brand-blue);
    color: #fff;
}

.game-display__tool-btn--active:hover[b-wxuqde7ug6] {
    background: var(--neo-brand-blue-hover);
    color: #fff;
}

.game-display__toolbar-group--modes[b-wxuqde7ug6] {
    background: #fff;
    border-radius: 20px;
    padding: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.game-display__mode-btn[b-wxuqde7ug6] {
    border: none;
    background: transparent;
    border-radius: 18px;
    padding: 6px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease;
    color: var(--neo-brand-blue);
}

.game-display__mode-btn--fun[b-wxuqde7ug6] {
    color: var(--neo-brand-blue);
}

.game-display__mode-btn--fun:hover:not(:disabled)[b-wxuqde7ug6],
.game-display__mode-btn--real:hover:not(:disabled)[b-wxuqde7ug6] {
    background: var(--neo-brand-blue-light);
}

.game-display__mode-btn--active[b-wxuqde7ug6] {
    background: var(--neo-brand-blue);
    color: #fff;
}

.game-display__mode-btn--active:hover:not(:disabled)[b-wxuqde7ug6] {
    background: var(--neo-brand-blue-hover);
    color: #fff;
}

.game-display__mode-btn:disabled[b-wxuqde7ug6] {
    opacity: 0.45;
    cursor: not-allowed;
}

.game-display__mode-btn--active:disabled[b-wxuqde7ug6] {
    background: var(--neo-brand-blue);
    color: #fff;
}

.game-display--cinema .game-display__stage[b-wxuqde7ug6] {
    position: fixed;
    top: 4vh;
    right: 0;
    bottom: calc(4vh + 60px);
    left: 0;
    margin: auto;
    width: min(94vw, 1500px);
    height: auto;
    max-height: calc(92vh - 60px);
    z-index: 1301;
    border-radius: 14px;
}

.game-display--cinema .game-display__toolbar[b-wxuqde7ug6] {
    position: fixed;
    left: 50%;
    bottom: 4vh;
    transform: translateX(-50%);
    width: min(94vw, 1500px);
    z-index: 1302;
    background: rgba(20, 20, 28, 0.92);
}

.game-display--cinema .game-display__tool-btn[b-wxuqde7ug6] {
    color: #fff;
}

.game-display--cinema .game-display__tool-btn:hover[b-wxuqde7ug6] {
    background: rgba(255, 255, 255, 0.14);
}

.game-display__cinema-backdrop[b-wxuqde7ug6] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 1300;
}

.game-display--fullscreen .game-display__stage[b-wxuqde7ug6] {
    aspect-ratio: auto;
    height: 100%;
    border-radius: 0;
}

@media (max-width: 640px) {
    .game-display__auth-modal[b-wxuqde7ug6] {
        width: min(100% - 28px, 560px);
        padding: 22px 18px;
        border-radius: 16px;
    }

    .game-display__auth-title[b-wxuqde7ug6] {
        margin-bottom: 18px;
    }

    .game-display__auth-actions[b-wxuqde7ug6] {
        grid-template-columns: 1fr;
    }

    .game-display__toolbar[b-wxuqde7ug6] {
        padding: 6px 10px;
        justify-content: flex-start;
        gap: 10px;
    }

    .game-display__toolbar-brand[b-wxuqde7ug6] {
        display: none;
    }

    .game-display--cinema .game-display__stage[b-wxuqde7ug6] {
        bottom: calc(2vh + 56px);
        max-height: calc(98vh - 56px - 2vh);
    }

    .game-display--cinema .game-display__toolbar[b-wxuqde7ug6] {
        bottom: 2vh;
    }
}
/* /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-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-primary);
    opacity: 0.8;
}

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

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

.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/CollapsibleBetslipWrapper.razor.rz.scp.css */
/* Expanded state - floating overlay */
.betslip-container.betslip-expanded[b-7c5i01b3vc] {
    width: 375px;
    min-width: 375px;
    background-color: rgb(240, 243, 248);
    box-shadow: rgb(0 0 0 / 25%) -1px 0px 6px;
    position: fixed;
    right: 0;
    top: var(--mud-appbar-height);
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--mud-appbar-height));
    z-index: 1100;
}

.betslip-expanded .betslip-inner[b-7c5i01b3vc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgb(240, 243, 248);
    flex: 1;
    position: relative;
    overflow-y: auto;
}

.betslip-expanded .betslip-inner[b-7c5i01b3vc]  .betslip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
}

.betslip-close-button[b-7c5i01b3vc] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.betslip-close-button:hover .close-icon[b-7c5i01b3vc] {
    transform: scale(1.2);
}

.toggle-icon[b-7c5i01b3vc] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #808080;
    font-size: 20px;
}

.close-icon[b-7c5i01b3vc] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #1976d2;
    font-size: 24px;
    font-weight: bold;
}

.betslip-collapsed-button:hover[b-7c5i01b3vc] {
    background: #f5f5f5;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.betslip-collapsed-button:hover .toggle-icon[b-7c5i01b3vc] {
    transform: scale(1.2);
}

/* Collapsed state - floating button only */
.betslip-container.betslip-collapsed[b-7c5i01b3vc] {
    position: fixed;
    right: 0;
    top: var(--mud-appbar-height);
    width: auto;
    min-width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    flex-shrink: unset;
    z-index: 1100;
}

.betslip-collapsed-button[b-7c5i01b3vc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    background: #ffffff;
    border: none;
    border-radius: 16px 0 0 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
    min-width: fit-content;
    font-weight: 600;
}

.collapsed-content[b-7c5i01b3vc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.betslip-collapsed-button .mud-badge-wrapper[b-7c5i01b3vc] {
    position: static !important;
    display: flex;
    align-items: center;
    height: auto;
}

.betslip-collapsed-button .mud-typography-subtitle1[b-7c5i01b3vc] {
    margin-left: 0.5em;
    font-weight: 600;
    margin: 0;
}

.betslip-collapsed-button .mud-badge[b-7c5i01b3vc] {
    font-weight: bolder;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--mud-palette-text-secondary) !important;
    background-color: var(--mud-palette-primary) !important;
    position: static !important;
}

/* Mobile/tablet adjustments */
@media (max-width: 959px) {
    .betslip-container.betslip-expanded[b-7c5i01b3vc] {
        width: 100%;
        height: calc(100vh - var(--mud-appbar-height));
        max-height: calc(100vh - var(--mud-appbar-height));
        right: 0;
        top: var(--mud-appbar-height);
    }

    .betslip-expanded .betslip-inner[b-7c5i01b3vc] {
        overflow-y: auto;
        padding-bottom: 20px;
    }

    .betslip-close-button[b-7c5i01b3vc] {
        top: 8px;
        right: 8px;
        z-index: 10;
    }
}
/* /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);
    }
}

/* Bonus Link Styles */
.bonus-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);
}

    .bonus-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);
    }

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

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

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

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

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

.bonus-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: bonus-pulse-b-tyq0m0jog2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes bonus-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;
    }

    .bonus-link[b-tyq0m0jog2] {
        padding: 6px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        justify-content: center;
        gap: 0;
    }

    .bonus-link-icon[b-tyq0m0jog2] {
        width: 32px;
        height: 32px;
    }
}
/* /Components/Layout/NeomobileDrawer.razor.rz.scp.css */
.neo-mobile-drawer[b-fapi6cxriz] {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.neo-mobile-drawer-container[b-fapi6cxriz] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    gap: 4px;
    padding: 8px 4px;
    min-height: auto;
    height: fit-content;
}

.neo-drawer-item[b-fapi6cxriz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    padding: 8px 4px;
    color: #2196F3;
    background: transparent;
    border: none;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.neo-drawer-item:hover[b-fapi6cxriz] {
    opacity: 0.8;
}

.neo-drawer-item.active[b-fapi6cxriz] {
    background-color: #2196F3;
    border-radius: 8px;
}

.neo-drawer-item.active span[b-fapi6cxriz] {
    color: white;
}

.neo-drawer-item.active .neo-drawer-icon[b-fapi6cxriz] {
    filter: brightness(0%) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.neo-drawer-icon[b-fapi6cxriz] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: brightness(0%) saturate(100%) invert(48%) sepia(99%) saturate(1050%) hue-rotate(193deg);
}

.neo-drawer-item :deep(.mud-icon-root)[b-fapi6cxriz] {
    font-size: 32px;
    color: #2196F3;
    fill: #2196F3;
    flex-shrink: 0;
}

.neo-drawer-item :deep(svg)[b-fapi6cxriz] {
    color: #2196F3;
    fill: #2196F3;
    width: 32px;
    height: 32px;
}

.neo-drawer-item span[b-fapi6cxriz] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 4px);
    line-height: 1.1;
    text-align: center;
    font-size: 0.7rem;
    color: #2196F3;
    display: block;
    flex-shrink: 0;
}

.neo-mobile-drawer-more-menu[b-fapi6cxriz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    background-color: white;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #d0d0d0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.neo-more-menu-header[b-fapi6cxriz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(33, 150, 243, 0.2);
}

.neo-more-menu-header h3[b-fapi6cxriz] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    flex: 1;
    text-align: center;
}

.neo-more-menu-close[b-fapi6cxriz] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    transition: opacity 0.2s;
}

.neo-more-menu-close:hover[b-fapi6cxriz] {
    opacity: 0.8;
}

.neo-more-menu-close :deep(.mud-icon-root)[b-fapi6cxriz] {
    font-size: 24px;
    color: black !important;
    fill: black !important;
}

.neo-more-menu-items[b-fapi6cxriz] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.neo-mobile-drawer-more-item[b-fapi6cxriz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    color: #2196F3;
    cursor: pointer;
    flex: 0 1 auto;
    transition: opacity 0.2s;
    background-color: rgba(33, 150, 243, 0.1);
    border-radius: 8px;
}

.neo-mobile-drawer-more-item:hover[b-fapi6cxriz] {
    opacity: 0.8;
}

.neo-mobile-drawer-more-item.active[b-fapi6cxriz] {
    background-color: #2196F3;
    border-radius: 8px;
}

.neo-mobile-drawer-more-item.active span[b-fapi6cxriz] {
    color: white;
}

.neo-mobile-drawer-more-item.active .neo-drawer-icon[b-fapi6cxriz] {
    filter: brightness(0%) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.neo-mobile-drawer-more-item .neo-drawer-icon[b-fapi6cxriz] {
    width: 28px;
    height: 28px;
}

.neo-mobile-drawer-more-item :deep(.mud-icon-root)[b-fapi6cxriz] {
    font-size: 28px !important;
    color: #2196F3 !important;
    fill: #2196F3 !important;
}

.neo-mobile-drawer-more-item :deep(svg)[b-fapi6cxriz] {
    color: #2196F3 !important;
    fill: #2196F3 !important;
    width: 28px;
    height: 28px;
}

.neo-mobile-drawer-more-item span[b-fapi6cxriz] {
    font-size: 0.8rem;
    color: #2196F3;
    white-space: nowrap;
    text-align: center;
}

.neo-mobile-drawer-more-btn[b-fapi6cxriz] {
    margin: 0;
}
/* /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] {
}

.leaderboard-row--silver[b-0331y9vwxx] {
}

.leaderboard-row--bronze[b-0331y9vwxx] {
}

.leaderboard-table tbody .leaderboard-row--gold:hover[b-0331y9vwxx] {
}

.leaderboard-table tbody .leaderboard-row--silver:hover[b-0331y9vwxx] {
}

.leaderboard-table tbody .leaderboard-row--bronze:hover[b-0331y9vwxx] {
}

/* ── 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(--neo-brand-blue);
    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/LiveCasinoGamesDisplay.razor.rz.scp.css */
.live-casino[b-p2ovg46eps] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
}

.live-casino-header[b-p2ovg46eps] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0;
}

.live-casino-title-group[b-p2ovg46eps] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-casino-icon-badge[b-p2ovg46eps] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.live-casino-icon[b-p2ovg46eps] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.live-casino-title[b-p2ovg46eps] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.live-casino-nav[b-p2ovg46eps] {
    display: flex;
    gap: 4px;
}

[b-p2ovg46eps] .live-casino-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
}

[b-p2ovg46eps] .live-casino-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

.live-casino-track-wrapper[b-p2ovg46eps] {
    position: relative;
    overflow: hidden;
}

.live-casino-track[b-p2ovg46eps] {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 0;
    scrollbar-width: none;
}

.live-casino-track[b-p2ovg46eps]::-webkit-scrollbar {
    display: none;
}

.live-casino-track-wrapper--grid[b-p2ovg46eps] {
    overflow: visible;
}

.live-casino-grid[b-p2ovg46eps] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.live-casino-grid .live-casino-image-skeleton[b-p2ovg46eps] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.live-casino-pagination[b-p2ovg46eps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.live-casino-count[b-p2ovg46eps] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.live-casino-load-more[b-p2ovg46eps] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.live-casino-load-more:disabled[b-p2ovg46eps] {
    cursor: default;
    opacity: 0.65;
}

/* ── Empty state ── */
.live-casino-empty[b-p2ovg46eps] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 40px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
}

.live-casino-empty-icon[b-p2ovg46eps] {
    font-size: 2.5rem;
    color: #9aa3b2;
}

.live-casino-empty-text[b-p2ovg46eps] {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

/* ── Skeleton ── */
.live-casino-card--skeleton[b-p2ovg46eps] {
    flex: 0 0 170px;
    pointer-events: none;
}

.live-casino-image-skeleton[b-p2ovg46eps] {
    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-p2ovg46eps 1.4s ease-in-out infinite;
}

.live-casino-info-skeleton[b-p2ovg46eps] {
    padding: 8px 4px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.live-casino-players-skeleton[b-p2ovg46eps] {
    padding: 8px 4px 0;
}

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

.skeleton-line--title[b-p2ovg46eps]   { height: 14px; width: 80%; }
.skeleton-line--provider[b-p2ovg46eps] { height: 10px; width: 55%; }
.skeleton-line--players[b-p2ovg46eps]  { height: 10px; width: 60%; }

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

@media (max-width: 1399px) {
    .live-casino-grid[b-p2ovg46eps] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .live-casino-grid[b-p2ovg46eps] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .live-casino-image-skeleton[b-p2ovg46eps] { width: 148px; height: 175px; }

    .live-casino-grid[b-p2ovg46eps] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .live-casino-nav[b-p2ovg46eps] { display: flex; }
}

@media (max-width: 719px) {
    .live-casino-grid[b-p2ovg46eps] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .live-casino-grid[b-p2ovg46eps] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /Components/LottoCasinoBanner.razor.rz.scp.css */
.lcb[b-5gbz11rbkk] {
    margin: 16px 16px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 14px;
    min-height: 260px;
    overflow: hidden;
}

.lcb-desktop[b-5gbz11rbkk] {
    display: block;
}

.lcb-mobile[b-5gbz11rbkk] {
    display: none;
    margin: 16px 16px 0;
    background-color: #0c1730;
    border-radius: 10px;
    overflow: hidden;
}

.lcb__casino[b-5gbz11rbkk] {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 4px;
}

.lcb__casino-img[b-5gbz11rbkk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lcb__casino-overlay[b-5gbz11rbkk] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.42) 42%,
        rgba(0, 0, 0, 0.08) 100%
    );
    pointer-events: none;
}

.lcb__casino-content[b-5gbz11rbkk] {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.lcb__casino-title[b-5gbz11rbkk] {
    margin: 0;
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
}

[b-5gbz11rbkk] .lcb__casino-title strong,
[b-5gbz11rbkk] .lcb__casino-title b {
    color: #f5c518;
}

.lcb__casino-subtitle[b-5gbz11rbkk] {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.lcb__lotto[b-5gbz11rbkk] {
    position: relative;
    flex: 0 0 auto;
    width: 260px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(180deg, #ff9822 0%, #ffc106 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 12px;
}

/* Lotto image fills the panel as background */
.lcb__lotto-img[b-5gbz11rbkk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.lcb__btn--lotto[b-5gbz11rbkk] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 180px;
    min-height: 36px;
    padding: 9px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #2f74ff;
    color: #ffffff;
    transition: opacity 0.18s ease, transform 0.12s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.lcb__btn--lotto:hover[b-5gbz11rbkk] {
    opacity: 0.88;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .lcb-desktop[b-5gbz11rbkk] {
        display: none;
    }

    .lcb-mobile[b-5gbz11rbkk] {
        display: block;
    }

    .lcb[b-5gbz11rbkk] {
        gap: 8px;
        min-height: 200px;
    }
    .lcb__lotto[b-5gbz11rbkk] {
        width: 210px;
        padding: 10px;
    }

    .lcb__casino-content[b-5gbz11rbkk] {
        padding: 28px 20px;
    }

    .lcb__casino-title[b-5gbz11rbkk] {
        font-size: clamp(24px, 4.8vw, 34px);
    }

    .lcb__casino-subtitle[b-5gbz11rbkk] {
        font-size: clamp(16px, 3vw, 22px);
    }

    .lcb__btn--lotto[b-5gbz11rbkk] {
        min-height: 32px;
        font-size: 13px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .lcb[b-5gbz11rbkk] {
        gap: 6px;
        min-height: 160px;
    }

    .lcb__casino[b-5gbz11rbkk] {
        min-height: 120px;
    }

    .lcb__casino-overlay[b-5gbz11rbkk] {
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.34) 68%,
            rgba(0, 0, 0, 0.08) 100%
        );
    }

    .lcb__casino-content[b-5gbz11rbkk] {
        padding: 20px 12px;
        gap: 8px;
    }

    .lcb__casino-title[b-5gbz11rbkk] {
        font-size: clamp(18px, 6vw, 24px);
        letter-spacing: -0.4px;
    }

    .lcb__casino-subtitle[b-5gbz11rbkk] {
        font-size: clamp(13px, 4vw, 16px);
    }

    .lcb__lotto[b-5gbz11rbkk] {
        width: 140px;
        padding: 8px;
    }

    .lcb__btn--lotto[b-5gbz11rbkk] {
        min-height: 28px;
        padding: 6px 10px;
        font-size: 11px;
    }
}

/* /Components/LottoCasinoCarouselDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Container
   ══════════════════════════════════════════ */
.lc-carousel[b-hnkn6objmf] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
    margin: 16px 16px 0;
}

/* ══════════════════════════════════════════
   Carousel item
   ══════════════════════════════════════════ */
.lc-carousel-item[b-hnkn6objmf] {
    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 ── */
.lc-carousel-overlay[b-hnkn6objmf] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.lc-carousel-item--banner .lc-carousel-overlay[b-hnkn6objmf] {
    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%
    );
}

.lc-carousel-item--promo .lc-carousel-overlay[b-hnkn6objmf] {
    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%
    );
}

.lc-carousel-item--promo[b-hnkn6objmf] {
    background-size: contain;
    background-position: center top;
    background-color: #0c1730;
}

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

/* ── Feature content (text-only) ── */
.lc-carousel-content--feature[b-hnkn6objmf] {
    padding: 0 28px;
    max-width: 100%;
    gap: 14px;
    justify-content: center;
    align-self: center;
}

.lc-carousel-item--feature[b-hnkn6objmf] {
    align-items: center;
    padding-bottom: 0;
}

.lc-carousel-item--feature .lc-carousel-overlay[b-hnkn6objmf] {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

.lc-carousel-feature-title[b-hnkn6objmf] {
    color: #fff;
    font-size: clamp(2.6rem, 7vw, 4.6rem);
    font-weight: 800;
    margin: 0;
    line-height: 1.02;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.lc-carousel-feature-title__accent[b-hnkn6objmf],
[b-hnkn6objmf] .lc-carousel-feature-title__accent {
    color: #ffd400;
}

.lc-carousel-feature-subtitle[b-hnkn6objmf] {
    color: #fff;
    font-size: clamp(1.05rem, 2.6vw, 1.7rem);
    font-weight: 500;
    margin: 0;
    line-height: 1.25;
    max-width: 460px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.lc-carousel-title[b-hnkn6objmf] {
    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;
}

.lc-carousel-subtitle[b-hnkn6objmf] {
    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;
}

.lc-carousel-tag[b-hnkn6objmf] {
    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;
}

.lc-carousel-description[b-hnkn6objmf] {
    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;
}

.lc-carousel-actions[b-hnkn6objmf] {
    margin-top: 10px;
}

[b-hnkn6objmf] .lc-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);
}

/* ── Full-area clickable link for banner type ── */
/* Keep below the carousel controls (z-index: 100) so arrows/bullets remain clickable */
.lc-carousel-link[b-hnkn6objmf] {
    position: absolute;
    inset: 0;
    z-index: 3;
}

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

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

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

    .lc-carousel-description[b-hnkn6objmf] {
        max-width: 100%;
    }
}

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

    .lc-carousel-item--banner .lc-carousel-overlay[b-hnkn6objmf] {
        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%
        );
    }

    .lc-carousel-item--promo .lc-carousel-overlay[b-hnkn6objmf] {
        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%
        );
    }

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

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

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

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

@media (max-width: 959px) {
    .lc-carousel[b-hnkn6objmf] {
        margin: 0;
        border-radius: 0;
    }
}
/* /Components/LottoGamesDisplay.razor.rz.scp.css */
.lotto-games[b-hmv06sy5j6] {
    position: relative;
    margin: 16px 0 0 16px;
    padding: 0 16px 0 0;
    display: flex;
    flex-direction: column;
}

.lotto-games__header[b-hmv06sy5j6] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 14px 12px;
}

.lotto-games__icon[b-hmv06sy5j6],
.lotto-games-card__icon[b-hmv06sy5j6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: var(--mud-palette-white, #fff);
    background: var(--mud-palette-primary);
    font-size: 0.62rem;
    line-height: 1;
}

.lotto-games__title[b-hmv06sy5j6] {
    margin: 0;
    color: var(--mud-palette-text-primary);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.lotto-games__promos[b-hmv06sy5j6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lotto-games__promos[b-hmv06sy5j6]  .promo-banner {
    margin: 0;
    border-radius: 6px;
}

.lotto-games__cards[b-hmv06sy5j6] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 14px;
}

.lotto-games-card[b-hmv06sy5j6] {
    min-width: 0;
    min-height: 260px;
    padding: 14px 14px 0;
    background: var(--mud-palette-surface, #fff);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    will-change: transform;
}

.lotto-games-card:hover[b-hmv06sy5j6],
.lotto-games-card:focus-visible[b-hmv06sy5j6] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    outline: none;
}

.lotto-games-card:active[b-hmv06sy5j6] {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
}

.lotto-games-card:hover .lotto-games-card__media img[b-hmv06sy5j6],
.lotto-games-card:focus-visible .lotto-games-card__media img[b-hmv06sy5j6] {
    transform: scale(1.04);
}

.lotto-games-card__media picture[b-hmv06sy5j6] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
}

.lotto-games-card__media img[b-hmv06sy5j6] {
    transition: transform 0.22s ease;
}

.lotto-games-card__header[b-hmv06sy5j6] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.lotto-games-card__title[b-hmv06sy5j6] {
    margin: 0;
    color: var(--mud-palette-primary);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
}

.lotto-games-card__pick-grid[b-hmv06sy5j6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 12px 16px 14px;
    background: #FF9518;
    border-radius: 14px 14px 0 0;
}

.lotto-games-card__pick[b-hmv06sy5j6] {
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 5px;
}

.lotto-games-card__pick img[b-hmv06sy5j6] {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.65;
    object-fit: cover;
}

.lotto-games-card__media[b-hmv06sy5j6] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: calc(100% - 38px);
    min-height: 210px;
    margin: 0 -2px;
    padding: 16px 12px 0;
    background: #FF9518;
    border-radius: 22px 22px 0 0;
}

.lotto-games-card__media img[b-hmv06sy5j6] {
    display: block;
    max-width: 100%;
    max-height: 210px;
    object-fit: contain;
}

@media (max-width: 959px) {
    .lotto-games[b-hmv06sy5j6] {
        margin: 16px 0 0 0;
        padding: 0;
        box-shadow: none;
        clip-path: none;
    }
}

@media (max-width: 960px) {
    .lotto-games__cards[b-hmv06sy5j6] {
        grid-template-columns: 1fr 1fr;
    }

    .lotto-games-card--schedule[b-hmv06sy5j6] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .lotto-games[b-hmv06sy5j6] {
        margin: 12px 0 0;
        padding: 0;
    }

    .lotto-games__header[b-hmv06sy5j6] {
        padding: 12px 12px 10px;
    }

    .lotto-games__cards[b-hmv06sy5j6] {
        padding: 8px 0 0;
    }

    .lotto-games__cards[b-hmv06sy5j6] {
        grid-template-columns: 1fr;
    }

    .lotto-games-card--schedule[b-hmv06sy5j6] {
        grid-column: auto;
    }

    .lotto-games-card[b-hmv06sy5j6] {
        min-height: auto;
        padding: 14px 12px 0;
    }

    .lotto-games-card__pick-grid[b-hmv06sy5j6] {
        padding: 10px 12px 12px;
    }

    .lotto-games-card__media[b-hmv06sy5j6] {
        min-height: 180px;
    }

    .lotto-games-card__media img[b-hmv06sy5j6] {
        max-height: 180px;
    }
}
/* /Components/NeoBetSlip.razor.rz.scp.css */
.top-border[b-n856g8pecz] {
    border-top: 3px solid var(--mud-palette-primary);
}

[b-n856g8pecz] .mud-drawer-header {
    background-color: var(--mud-palette-primary-lighten);
    box-shadow: rgb(0 0 0 / 25%) 0px -1px 4px;
    min-height: unset;
    padding: 12px 22px 12px 20px;
}

[b-n856g8pecz] .mud-link {
    color: var(--mud-palette-secondary) !important;
}

    [b-n856g8pecz] .mud-link:hover {
        text-decoration: none;
    }

[b-n856g8pecz] .mud-badge-root {
    margin-left: 12px;
}

[b-n856g8pecz] .betslip-header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

[b-n856g8pecz] .mud-badge {
    font-weight: bolder;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--mud-palette-text-secondary) !important;
    background-color: var(--mud-palette-primary) !important;
}

.betslip-content[b-n856g8pecz] {
    /*padding: 10px 0;*/
    height: 100%;
    background-color: var(--mud-palette-secondary-lighten);
    display: flex;
    flex-direction: column;
}

[b-n856g8pecz] .betslip-content-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-between;
}

[b-n856g8pecz] .betslip-grid {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 38px;
}

.betslip-empty[b-n856g8pecz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
    margin-top: 3em;
}

[b-n856g8pecz] .mud-badge-root > .mud-typography {
    margin-left: 0.5em;
    font-weight: 600;
}

[b-n856g8pecz] .wager-input {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 3px;
    background-color: var(--mud-palette-primary-lighten);
    width: 100%;
}

    [b-n856g8pecz] .wager-input.selected {
        border-color: var(--mud-palette-primary);
    }

    [b-n856g8pecz] .wager-input.error {
        border-color: red !important;
    }

    [b-n856g8pecz] .wager-input.selected .wager-input-label {
        color: #0050a8;
    }

    [b-n856g8pecz] .wager-input.error .wager-input-label {
        color: red !important;
    }

[b-n856g8pecz] .wager-input-label {
    font-size: 0.8rem;
    text-transform: uppercase;
}

[b-n856g8pecz] .wager-input-control-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

    [b-n856g8pecz] .wager-input-control-wrapper input {
        outline: none;
        min-width: 0px;
        width: 100%;
        box-shadow: none;
    }

input[type=number][b-n856g8pecz]::-webkit-inner-spin-button,
input[type=number][b-n856g8pecz]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[b-n856g8pecz] .betslip-picks {
    background-color: var(--mud-palette-primary-lighten);
}

.betslip-fixed-footer[b-n856g8pecz] {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 15;
    display: flex;
    flex-direction: column;
    border-top: 2px solid var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-lighten);
}

.checkbetslip-warning[b-n856g8pecz] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--mud-palette-divider);
    background-color: var(--mud-palette-warning);
    font-size: 14px;
    color: var(--mud-palette-appbar-text);
    font-weight: bold;
}

.betslip-roundrobin-link[b-n856g8pecz] {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}

.betslip-parlay-container[b-n856g8pecz] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
}

.betslip-parlay-info[b-n856g8pecz] {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.betslip-roundrobin-link span[b-n856g8pecz] {
    color: var(--mud-palette-primary);
    font-size: 16px;
}

.info-link[b-n856g8pecz] {
    line-height: 6px;
    margin-left: 6px;
    cursor: pointer;
}

[b-n856g8pecz] .backtobets-link {
    line-height: 28px;
    color: var(--mud-palette-primary);
    font-size: 16px;
    cursor: pointer;
}

[b-n856g8pecz] .backtobets-link:hover {
    text-decoration: underline;
}

[b-n856g8pecz] .backtobets-link-container {
    padding-right: 6px;
}

.odds-haschange-notification[b-n856g8pecz] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 12px 0;
    color: rgb(31, 55, 91);
    text-align: center;
}

[b-n856g8pecz] .mud-grid-spacing-xs-1 {
    width: 100% !important;
    overflow-x: hidden;
    margin: 0;
    border-top: 2px solid var(--mud-palette-divider);
}

[b-n856g8pecz] .mud-grid-item.mud-grid-item-xs-12 {
    padding: 0 !important;
}

[b-n856g8pecz] .mud-paper {
    border-radius: 0;
}

[b-n856g8pecz] .close-betslip-label {
    color: var(--mud-palette-primary);
    opacity: 0.75;
    text-align: right;
    display: none;
    align-items: center;
    cursor: default;
}

@media (max-width: 960px) {
    [b-n856g8pecz] .close-betslip-label {
        display: flex;
    }
}

.teaser-buy-points[b-n856g8pecz] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 16px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.teaser-buy-points-label[b-n856g8pecz] {
    color: var(--mud-palette-primary);
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
}
/* /Components/NeoLoginOrPlaceBetButton.razor.rz.scp.css */
.betbutton-component[b-puzu5xbak7] {
    border-bottom-color: var(--mud-palette-divider);
    border-top-color: var(--mud-palette-divider);
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    justify-content: center;
    -webkit-box-pack: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    width: 100%;
}

.betbutton[b-puzu5xbak7] {
    cursor: pointer;
    min-height: 50px;
    margin-left: 8px;
    margin-top: 8px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    margin-right: 8px;
    flex-direction: row;
    border-radius: 4px;
    align-items: stretch;
    -webkit-box-align: stretch;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
}

.betbutton-inner[b-puzu5xbak7] {
    background: var(--mud-palette-primary);
    border-color: var(--mud-palette-primary);
    border-width: 1px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    flex-basis: 0%;
    flex-direction: column;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: flex-start;
    -webkit-box-pack: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 16px;
}

.betbutton-disable[b-puzu5xbak7] {
    background: var(--mud-palette-action-disabled-background);
    border-color: var(--mud-palette-divider);
    border-width: 1px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    flex-basis: 0%;
    flex-direction: column;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: flex-start;
    -webkit-box-pack: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 16px;
    cursor: default;
}

    .betbutton-disable .betbutton-labeld[b-puzu5xbak7] {
        font-size: 16px;
        color: rgb(84, 84, 84);
    }
    .betbutton-inner .betbutton-label[b-puzu5xbak7] {
        font-size: 16px;
        color: rgb(255, 255, 255);
    }

    .betbutton-inner .betbutton-towinvalue[b-puzu5xbak7] {
        font-size: 12px;
        color: rgb(255, 255, 255);
        font-stretch: condensed;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.acceptoddmovements-component[b-puzu5xbak7] {
    border-top-color: rgba(0, 0, 0, 0);
    border-top-width: 1px;
    border-style: solid;
    padding-right: 16px;
    padding-left: 16px;
    align-items: stretch;
    -webkit-box-align: stretch;
    justify-content: center;
    -webkit-box-pack: start;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.acceptoddmovements-component-inner[b-puzu5xbak7] {
    min-height: 41px;
    align-items: center;
    -webkit-box-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: flex;
}

@media (max-width: 360px) {
    .acceptoddmovements-component-inner[b-puzu5xbak7] {
        flex-direction: column;
    }
}

.acceptoddmovements-label[b-puzu5xbak7] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

[b-puzu5xbak7] .information-icon {
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.acceptoddmovements-toggleswitch[b-puzu5xbak7] {
    -webkit-box-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

[b-puzu5xbak7] .betslip-accept-info {
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

[b-puzu5xbak7] .mud-typography {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.lineandoddschangemessage-component[b-puzu5xbak7] {
    border-bottom-color: var(--mud-palette-divider);
    border-top-color: var(--mud-palette-divider);
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid;
    justify-content: center;
    -webkit-box-pack: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
}

    .lineandoddschangemessage-component span[b-puzu5xbak7] {
        text-align: center;
        color: rgb(68, 80, 88);
        font-size: 14px;
    }

.oddmovement-info-icon[b-puzu5xbak7] {
    fill: var(--mud-palette-primary);
}
/* /Components/NeoNotLoggedError.razor.rz.scp.css */
.empty-container[b-i94k8t7vvh] {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
}

.text-area[b-i94k8t7vvh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-i94k8t7vvh] .empty-title {
    font-weight: bolder;
    font-size: 32px;
    color: var(--mud-palette-primary);
}

span[b-i94k8t7vvh] {
    font-size: 18px;
    font-weight: bold;
}

[b-i94k8t7vvh] .btn {
    margin-top: 20px;
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-secondary) !important;
    max-width: 80px;
}

@media (max-width: 700px) {
    .empty-container[b-i94k8t7vvh] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .content[b-i94k8t7vvh] {
        align-items: center;
    }

    .text-area[b-i94k8t7vvh] {
        align-items: center;
    }

    p[b-i94k8t7vvh] {
        text-align: center;
    }
}
/* /Components/NewReleasesGamesDisplay.razor.rz.scp.css */
.new-releases-games[b-tjs3ajrf91] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
}

.new-releases-games-header[b-tjs3ajrf91] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

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

.new-releases-games-icon-badge[b-tjs3ajrf91] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.new-releases-games-icon[b-tjs3ajrf91] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.new-releases-games-title[b-tjs3ajrf91] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.new-releases-games-nav[b-tjs3ajrf91] {
    display: flex;
    gap: 4px;
}

[b-tjs3ajrf91] .new-releases-games-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-tjs3ajrf91] .new-releases-games-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

.new-releases-games-track-wrapper[b-tjs3ajrf91] {
    position: relative;
}

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

.new-releases-games-track[b-tjs3ajrf91]::-webkit-scrollbar {
    display: none;
}

.new-releases-games-track-wrapper--grid[b-tjs3ajrf91] {
    overflow: visible;
}

.new-releases-games-grid[b-tjs3ajrf91] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.new-releases-games-grid .new-releases-game-image-skeleton[b-tjs3ajrf91] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.new-releases-games-pagination[b-tjs3ajrf91] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.new-releases-games-count[b-tjs3ajrf91] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.new-releases-games-load-more[b-tjs3ajrf91] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.new-releases-games-load-more:disabled[b-tjs3ajrf91] {
    cursor: default;
    opacity: 0.65;
}

.new-releases-games-empty[b-tjs3ajrf91] {
    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-tjs3ajrf91] .new-releases-games-empty-icon {
    font-size: 48px;
    color: #9aa3b2;
}

.new-releases-games-empty-text[b-tjs3ajrf91] {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

.new-releases-game-card--skeleton[b-tjs3ajrf91] {
    flex: 0 0 170px;
    pointer-events: none;
}

.new-releases-game-image-skeleton[b-tjs3ajrf91] {
    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-tjs3ajrf91 1.4s ease-in-out infinite;
}

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

.new-releases-game-players-skeleton[b-tjs3ajrf91] {
    padding: 8px 4px 0;
}

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

@media (max-width: 1399px) {
    .new-releases-games-grid[b-tjs3ajrf91] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .new-releases-games-grid[b-tjs3ajrf91] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .new-releases-games[b-tjs3ajrf91] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

    .new-releases-game-image-skeleton[b-tjs3ajrf91] {
        width: 148px;
        height: 175px;
    }

    .new-releases-games-grid[b-tjs3ajrf91] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .new-releases-games-nav[b-tjs3ajrf91] { display: flex; }
}

@media (max-width: 719px) {
    .new-releases-games-grid[b-tjs3ajrf91] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .new-releases-games-grid[b-tjs3ajrf91] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /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;
    transition: opacity 0.16s ease, transform 0.16s ease;
    will-change: transform;
}

.promo-banner-link:hover[b-g3kf5820vm],
.promo-banner-link:focus-visible[b-g3kf5820vm] {
    opacity: 0.92;
    transform: scale(1.008);
    outline: none;
}

.promo-banner-link:active[b-g3kf5820vm] {
    opacity: 0.85;
    transform: scale(1.002);
}

.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/RecommendedCasinoGamesDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Recommended Casino Games — Section
   ══════════════════════════════════════════ */
.recommended-games[b-ieuveqm02j] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
}

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

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

.recommended-games-icon-badge[b-ieuveqm02j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

[b-ieuveqm02j] .recommended-games-icon {
    font-size: 15px !important;
    color: #fff !important;
}

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

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

[b-ieuveqm02j] .recommended-games-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-ieuveqm02j] .recommended-games-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

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

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

.recommended-games-track[b-ieuveqm02j]::-webkit-scrollbar {
    display: none;
}

.recommended-games-track-wrapper--grid[b-ieuveqm02j] {
    overflow: visible;
}

.recommended-games-grid[b-ieuveqm02j] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.recommended-games-grid .recommended-game-image-skeleton[b-ieuveqm02j] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.recommended-games-pagination[b-ieuveqm02j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.recommended-games-count[b-ieuveqm02j] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.recommended-games-load-more[b-ieuveqm02j] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.recommended-games-load-more:disabled[b-ieuveqm02j] {
    cursor: default;
    opacity: 0.65;
}

/* ══════════════════════════════════════════
   Empty State
   ══════════════════════════════════════════ */
.recommended-games-empty[b-ieuveqm02j] {
    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-ieuveqm02j] .recommended-games-empty-icon {
    font-size: 48px;
    color: #9aa3b2;
}

.recommended-games-empty-text[b-ieuveqm02j] {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

/* ══════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════ */
@media (max-width: 1399px) {
    .recommended-games-grid[b-ieuveqm02j] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .recommended-games-grid[b-ieuveqm02j] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .recommended-games[b-ieuveqm02j] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

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

    .recommended-games-grid[b-ieuveqm02j] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .recommended-games-nav[b-ieuveqm02j] { display: flex; }
}

@media (max-width: 719px) {
    .recommended-games-grid[b-ieuveqm02j] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .recommended-games-grid[b-ieuveqm02j] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /Components/Rules/NeoRulesLiveBettingTab.razor.rz.scp.css */
.neo-live-rules[b-g86amktzcx] {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

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

.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: var(--neo-brand-blue);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.neo-live-rules__accordion-body[b-g86amktzcx] {
    background: #fff;
    border-radius: 14px;
    margin-top: 4px;
    padding: 24px 44px;
    color: #454545;
    font-size: 14px;
    line-height: 1.65;
}

.neo-live-rules__accordion-body[b-g86amktzcx]  h3 {
    margin: 0 0 10px;
    color: var(--neo-brand-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

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

.neo-live-rules__accordion-body[b-g86amktzcx]  h4 {
    margin: 16px 0 8px;
    color: var(--neo-brand-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.neo-live-rules__accordion-body[b-g86amktzcx]  p {
    margin: 0 0 14px;
}

.neo-live-rules__accordion-body[b-g86amktzcx]  ul {
    margin: 0 0 18px;
    padding-left: 20px;
}

.neo-live-rules__accordion-body[b-g86amktzcx]  li {
    margin: 0;
    padding-left: 2px;
    line-height: 1.65;
}

@media (max-width: 700px) {
    .neo-live-rules__accordion-body[b-g86amktzcx] {
        padding: 20px 20px;
    }
}
/* /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: var(--neo-brand-blue);
}

.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: var(--neo-brand-blue);
    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 Accordions ── */

.neo-lotto-rules__accordions[b-0g8fra0cid] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.neo-lotto-rules__accordion[b-0g8fra0cid] {
    width: 100%;
}

.neo-lotto-rules__accordion-title[b-0g8fra0cid] {
    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-lotto-rules__accordion-title:hover[b-0g8fra0cid] {
    background: #e4ecf9;
}

.neo-lotto-rules__accordion-icon[b-0g8fra0cid] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    flex-shrink: 0;
}

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

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

.neo-rules-pick[b-0g8fra0cid] {
    --neo-rules-pick-accent: var(--neo-brand-blue);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: none;
}

.neo-rules-pick__header[b-0g8fra0cid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    border: none;
    min-height: unset;
    padding: 0.9rem 1.1rem;
    background: #eef2fb;
    color: #454545;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
    transition: background 0.15s;
    touch-action: manipulation;
}

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

.neo-rules-pick__icon[b-0g8fra0cid] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--neo-rules-pick-accent);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.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--yellow .neo-rules-pick__header[b-0g8fra0cid],
.neo-rules-pick--green .neo-rules-pick__header[b-0g8fra0cid],
.neo-rules-pick--red .neo-rules-pick__header[b-0g8fra0cid],
.neo-rules-pick--purple .neo-rules-pick__header[b-0g8fra0cid] {
    background: var(--neo-rules-pick-accent);
    color: #fff;
}

.neo-rules-pick--yellow .neo-rules-pick__icon[b-0g8fra0cid],
.neo-rules-pick--green .neo-rules-pick__icon[b-0g8fra0cid],
.neo-rules-pick--red .neo-rules-pick__icon[b-0g8fra0cid],
.neo-rules-pick--purple .neo-rules-pick__icon[b-0g8fra0cid] {
    background: rgba(255, 255, 255, 0.25);
}

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

.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: var(--neo-brand-blue);
}

.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.5rem;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

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

.neo-rules-clauses__sublist[b-0g8fra0cid] {
    margin: 0.5rem 0 0 0;
    padding-left: 1.4rem;
    list-style: circle;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.neo-rules-clauses__sublist > li[b-0g8fra0cid] {
    display: list-item;
    list-style: circle;
    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: 600px) {
    /* Allow inner scroll containers to work — override the clip */
    .neo-rules-bonus[b-0g8fra0cid] {
        overflow: visible;
    }

    /* Scroll wrapper: constrain width and enable touch scroll */
    .neo-rules-bonus__body[b-0g8fra0cid] {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0 0 12px 12px;
    }

    /* 2-column tables (Slot Booster, Free Spins Tiers) — fit naturally at full width */
    .neo-rules-bonus--dark .neo-rules-table[b-0g8fra0cid],
    .neo-rules-bonus--teal .neo-rules-table[b-0g8fra0cid] {
        min-width: 0;
        width: 100%;
    }

    .neo-rules-bonus--dark .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus--dark .neo-rules-table td[b-0g8fra0cid],
    .neo-rules-bonus--teal .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus--teal .neo-rules-table td[b-0g8fra0cid] {
        text-align: left;
        padding: 10px 14px;
        font-size: 13px;
    }

    /* Multi-column tables (Welcome Bundle, Crypto Kickback, Referral) — keep scroll, reduce min-width */
    .neo-rules-bonus--yellow .neo-rules-table[b-0g8fra0cid],
    .neo-rules-bonus--green .neo-rules-table[b-0g8fra0cid],
    .neo-rules-bonus--orange .neo-rules-table[b-0g8fra0cid] {
        min-width: 480px;
    }

    .neo-rules-bonus--yellow .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus--yellow .neo-rules-table td[b-0g8fra0cid],
    .neo-rules-bonus--green .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus--green .neo-rules-table td[b-0g8fra0cid],
    .neo-rules-bonus--orange .neo-rules-table th[b-0g8fra0cid],
    .neo-rules-bonus--orange .neo-rules-table td[b-0g8fra0cid] {
        padding: 9px 10px;
        font-size: 12px;
        white-space: normal;
    }

    /* Pick tables: allow scroll on mobile */
    .neo-rules-pick[b-0g8fra0cid] {
        overflow: visible;
    }

    .neo-rules-pick__body[b-0g8fra0cid] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

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

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

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

    /* Bonus header: compact for mobile */
    .neo-rules-bonus__header[b-0g8fra0cid] {
        min-height: 48px;
        padding: 14px 20px;
        font-size: 20px;
        gap: 10px;
    }

    /* Lists and body text: tighter padding */
    .neo-rules-bonus__list[b-0g8fra0cid] {
        padding: 14px 16px 14px 28px;
    }

    .neo-rules-bonus__body p[b-0g8fra0cid] {
        padding: 4px 16px;
    }

    .neo-rules-bonus__footnote[b-0g8fra0cid],
    .neo-rules-bonus__notes[b-0g8fra0cid] {
        padding: 14px 16px 14px 28px;
    }
}

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

    .neo-lotto-rules__accordion-title[b-0g8fra0cid] {
        font-size: 14px;
        padding: 0.7rem 0.85rem;
    }

    .neo-rules-bonus__header[b-0g8fra0cid] {
        font-size: 17px;
        padding: 12px 16px;
    }

    .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: var(--neo-brand-blue);
    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: var(--neo-brand-blue);
    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: var(--neo-brand-blue);
    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]  h4 {
    margin: 18px 0 8px;
    color: #1a3a8a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.neo-sportsbook-rules__accordion-body[b-1dfekduo4r]  h4:first-child {
    margin-top: 0;
}

.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/SlotsGamesDisplay.razor.rz.scp.css */
.slots-games[b-phd1m9t108] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
}

.slots-games-header[b-phd1m9t108] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0;
}

.slots-games-title-group[b-phd1m9t108] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slots-games-icon-badge[b-phd1m9t108] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.slots-games-icon[b-phd1m9t108] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

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

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

[b-phd1m9t108] .slots-games-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
}

[b-phd1m9t108] .slots-games-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

.slots-games-track-wrapper[b-phd1m9t108] {
    position: relative;
    overflow: hidden;
}

.slots-games-track[b-phd1m9t108] {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 0;
    scrollbar-width: none;
}

.slots-games-track[b-phd1m9t108]::-webkit-scrollbar {
    display: none;
}

.slots-games-track-wrapper--grid[b-phd1m9t108] {
    overflow: visible;
}

.slots-games-grid[b-phd1m9t108] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.slots-games-grid .slots-game-image-skeleton[b-phd1m9t108] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.slots-games-pagination[b-phd1m9t108] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.slots-games-count[b-phd1m9t108] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.slots-games-load-more[b-phd1m9t108] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.slots-games-load-more:disabled[b-phd1m9t108] {
    cursor: default;
    opacity: 0.65;
}

/* ── Empty state ── */
.slots-games-empty[b-phd1m9t108] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 40px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
}

.slots-games-empty-icon[b-phd1m9t108] {
    font-size: 2.5rem;
    color: #9aa3b2;
}

.slots-games-empty-text[b-phd1m9t108] {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

/* ── Skeleton ── */
.slots-game-card--skeleton[b-phd1m9t108] {
    flex: 0 0 170px;
    pointer-events: none;
}

.slots-game-image-skeleton[b-phd1m9t108] {
    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-phd1m9t108 1.4s ease-in-out infinite;
}

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

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

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

.skeleton-line--title[b-phd1m9t108]    { height: 14px; width: 80%; }
.skeleton-line--provider[b-phd1m9t108] { height: 10px; width: 55%; }
.skeleton-line--players[b-phd1m9t108]  { height: 10px; width: 60%; }

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

@media (max-width: 1399px) {
    .slots-games-grid[b-phd1m9t108] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .slots-games-grid[b-phd1m9t108] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .slots-game-image-skeleton[b-phd1m9t108] { width: 148px; height: 175px; }

    .slots-games-grid[b-phd1m9t108] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .slots-games-nav[b-phd1m9t108] { display: flex; }
}

@media (max-width: 719px) {
    .slots-games-grid[b-phd1m9t108] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .slots-games-grid[b-phd1m9t108] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* /Components/SportLandingGameStats.razor.rz.scp.css */
.sport-landing-game-stats[b-9tmgo0fw67] {
    margin: 16px 0 0;
}

.sport-landing-game-stats[b-9tmgo0fw67]  .game-stats {
    margin: 16px 0 0;
}
/* /Components/SportsCarouselDisplay.razor.rz.scp.css */
.sports-carousel-wrapper[b-dzwn05ivz3]  .featured-carousel {
    margin: 16px 0px 0 !important;
}
/* /Components/SportsPromoBannerDisplay.razor.rz.scp.css */
.sports-promo-banner-wrapper[b-jgansk0mtt] {
    margin: 16px 0;
}

[b-jgansk0mtt] .promo-banner {
    margin: 12px 0px 0;
}
/* /Components/TrendingCasinoGamesDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Trending Casino Games — Section
   ══════════════════════════════════════════ */
.trending-games[b-sfbkvnt3mh] {
    width: 100%;
    margin: 0;
    padding: 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: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.trending-games-icon[b-sfbkvnt3mh] {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.trending-games-title[b-sfbkvnt3mh] {
    font-size: 1rem;
    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(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !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(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !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: 4px 0;
}

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

.trending-games-track-wrapper--grid[b-sfbkvnt3mh] {
    overflow: visible;
}

.trending-games-grid[b-sfbkvnt3mh] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.trending-games-grid .trending-game-image-skeleton[b-sfbkvnt3mh] {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
}

.trending-games-pagination[b-sfbkvnt3mh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 0 4px;
}

.trending-games-count[b-sfbkvnt3mh] {
    margin: 0;
    color: #454545;
    font-size: 0.85rem;
}

.trending-games-load-more[b-sfbkvnt3mh] {
    border: 1px solid var(--neo-brand-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--neo-brand-blue);
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.trending-games-load-more:disabled[b-sfbkvnt3mh] {
    cursor: default;
    opacity: 0.65;
}

/* ══════════════════════════════════════════
   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: #9aa3b2;
}

.trending-games-empty-text[b-sfbkvnt3mh] {
    font-size: 0.9rem;
    color: #6b7280;
    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;
    }
}

/* ══════════════════════════════════════════
   Responsive — Tablet / Mobile (≤959px)
   ══════════════════════════════════════════ */
@media (max-width: 1399px) {
    .trending-games-grid[b-sfbkvnt3mh] { grid-template-columns: repeat(6, 1fr); gap: 20px; }
}

@media (max-width: 1199px) {
    .trending-games-grid[b-sfbkvnt3mh] { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

@media (max-width: 959px) {
    .trending-games[b-sfbkvnt3mh] {
        margin: 12px 0 0;
        padding: 0 4px;
    }

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

    .trending-games-grid[b-sfbkvnt3mh] { grid-template-columns: repeat(4, 1fr); gap: 16px; }

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

@media (max-width: 719px) {
    .trending-games-grid[b-sfbkvnt3mh] { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 479px) {
    .trending-games-grid[b-sfbkvnt3mh] { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* /Components/TrendingSportCard.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Trending Sport Card
   ══════════════════════════════════════════ */
.trending-sport-card[b-dmi16mg4n6] {
    flex: 0 0 calc(25% - 12px); /* 4 cards visible */
    min-width: 242px;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 6px;
    padding: 14px 15px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.trending-sport-card:hover[b-dmi16mg4n6] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* ── Card Header ── */
.trending-sport-card__header[b-dmi16mg4n6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    line-height: 1.2;
}

.trending-sport-card__league[b-dmi16mg4n6] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--neo-brand-blue);
}

.trending-sport-card__date[b-dmi16mg4n6] {
    flex-shrink: 0;
    margin-left: 8px;
    white-space: nowrap;
    font-size: 0.6875rem;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
    opacity: 0.7;
}

/* ── Teams Section ── */
.trending-sport-card__teams[b-dmi16mg4n6] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.trending-sport-card__logos[b-dmi16mg4n6] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    column-gap: 10px;
}

.trending-sport-card__logo[b-dmi16mg4n6] {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.trending-sport-card__logo-fallback[b-dmi16mg4n6] {
    width: 46px;
    height: 46px;
    font-size: 30px;
    color: var(--mud-palette-text-primary);
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending-sport-card__vs[b-dmi16mg4n6] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    opacity: 0.75;
}

.trending-sport-card__names[b-dmi16mg4n6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 20px;
}

.trending-sport-card__name[b-dmi16mg4n6] {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--mud-palette-black);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

/* ── Odds Section (2-column grid like Figma) ── */
.trending-sport-card__odds[b-dmi16mg4n6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.trending-sport-card__odd[b-dmi16mg4n6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    min-width: 0;
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    background: var(--mud-palette-surface);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    font-size: 0.6875rem;
    line-height: 1;
}

.trending-sport-card__odd:hover[b-dmi16mg4n6] {
    background: var(--neo-brand-blue);
    border-color: var(--neo-brand-blue);
}

.trending-sport-card__odd:hover .trending-sport-card__odd-label[b-dmi16mg4n6],
.trending-sport-card__odd:hover .trending-sport-card__odd-line[b-dmi16mg4n6],
.trending-sport-card__odd:hover .trending-sport-card__odd-price[b-dmi16mg4n6] {
    color: #fff;
}

.trending-sport-card__odd--selected[b-dmi16mg4n6] {
    background: var(--neo-brand-blue);
    border-color: var(--neo-brand-blue);
}

.trending-sport-card__odd--selected .trending-sport-card__odd-label[b-dmi16mg4n6],
.trending-sport-card__odd--selected .trending-sport-card__odd-line[b-dmi16mg4n6],
.trending-sport-card__odd--selected .trending-sport-card__odd-price[b-dmi16mg4n6] {
    color: #fff;
}

.trending-sport-card__odd-label[b-dmi16mg4n6] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: var(--mud-palette-text-primary);
    font-size: 0.625rem;
}

.trending-sport-card__odd-value[b-dmi16mg4n6] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.trending-sport-card__odd-line[b-dmi16mg4n6] {
    font-weight: 500;
    color: var(--mud-palette-text-primary);
}

.trending-sport-card__odd-price[b-dmi16mg4n6] {
    font-weight: 700;
    color: var(--neo-brand-blue);
}

.trending-sport-card__odd--draw[b-dmi16mg4n6] {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 4px;
}

.trending-sport-card:not(:has(.trending-sport-card__odd--draw)) .trending-sport-card__odds[b-dmi16mg4n6]::after {
    content: "";
    grid-column: 1 / -1;
    min-height: 28px;
    pointer-events: none;
}

/* ── Card Footer ── */
.trending-sport-card__footer[b-dmi16mg4n6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    padding-top: 2px;
    margin-top: auto;
}

.trending-sport-card__bets[b-dmi16mg4n6] {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 3px;
    white-space: nowrap;
    font-size: 0.6875rem;
    color: var(--mud-palette-text-primary);
}

.trending-sport-card__bets-dot[b-dmi16mg4n6] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mud-palette-error);
    display: inline-block;
    margin-right: 1px;
    flex-shrink: 0;
}

.trending-sport-card__bets-count[b-dmi16mg4n6] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.trending-sport-card__bets-label[b-dmi16mg4n6] {
    font-weight: 400;
    color: var(--mud-palette-text-primary);
    opacity: 0.7;
}

.trending-sport-card__see-more[b-dmi16mg4n6] {
    flex-shrink: 0;
    margin-left: 8px;
    white-space: nowrap;
    font-size: 0.6875rem;
    color: var(--neo-brand-blue);
    text-decoration: none;
    font-weight: 400;
}

.trending-sport-card__see-more:hover[b-dmi16mg4n6] {
    text-decoration: underline;
}

/* ══════════════════════════════════════════
   Responsive: fewer visible cards
   ══════════════════════════════════════════ */
@media (max-width: 1280px) {
    .trending-sport-card[b-dmi16mg4n6] {
        flex: 0 0 calc(33.333% - 11px); /* 3 visible */
    }
}

@media (max-width: 960px) {
    .trending-sport-card[b-dmi16mg4n6] {
        flex: 0 0 calc(50% - 8px); /* 2 visible */
        min-width: 240px;
    }
}

@media (max-width: 600px) {
    .trending-sport-card[b-dmi16mg4n6] {
        flex: 0 0 85%; /* ~1 visible with peek */
        min-width: 0;
    }
}
/* /Components/TrendingSportsDisplay.razor.rz.scp.css */
/* ══════════════════════════════════════════
   Trending Sports — Section
   ══════════════════════════════════════════ */
.trending-sports[b-9m8uz7z39s] {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    overflow: hidden;
}

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

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

.trending-sports-icon-badge[b-9m8uz7z39s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

.trending-sports-icon-badge .icon-football[b-9m8uz7z39s] {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
}

.trending-sports-title[b-9m8uz7z39s] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: var(--mud-palette-text-primary);
}

.trending-sports-nav[b-9m8uz7z39s] {
    display: flex;
    gap: 4px;
}

[b-9m8uz7z39s] .trending-sports-nav-btn {
    border: 1.5px solid var(--neo-brand-blue) !important;
    border-radius: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    color: var(--neo-brand-blue) !important;
    background: var(--mud-palette-surface) !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

[b-9m8uz7z39s] .trending-sports-nav-btn:hover {
    background: var(--neo-brand-blue-light) !important;
    border-color: var(--neo-brand-blue) !important;
}

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

.trending-sports-track[b-9m8uz7z39s] {
    display: flex;
    gap: 16px;
    align-items: stretch;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0;
}

.trending-sports-track[b-9m8uz7z39s]::-webkit-scrollbar {
    display: none;
}

[b-9m8uz7z39s] .trending-sport-card {
    height: 100%;
}

/* ══════════════════════════════════════════
   Skeleton Loading
   ══════════════════════════════════════════ */
.trending-sport-card[b-9m8uz7z39s] {
    flex: 0 0 calc(25% - 12px);
    min-width: 280px;
}

.trending-sport-card--skeleton[b-9m8uz7z39s] {
    pointer-events: none;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skeleton-line[b-9m8uz7z39s] {
    height: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-9m8uz7z39s 1.5s infinite;
    border-radius: 4px;
}

.skeleton-line--header[b-9m8uz7z39s] {
    width: 60%;
    height: 14px;
}

.skeleton-line--vs[b-9m8uz7z39s] {
    width: 30px;
    height: 10px;
}

.skeleton-line--odds[b-9m8uz7z39s] {
    width: 100%;
    height: 36px;
    border-radius: 8px;
}

.skeleton-circle[b-9m8uz7z39s] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-9m8uz7z39s 1.5s infinite;
}

.trending-sport-teams-skeleton[b-9m8uz7z39s] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 16px;
}

@keyframes shimmer-b-9m8uz7z39s {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

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

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

.trending-sports-empty-text[b-9m8uz7z39s] {
    margin: 0;
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
}

/* ══════════════════════════════════════════
   Responsive Adjustments
   ══════════════════════════════════════════ */
@media (max-width: 600px) {
    .trending-sports-track[b-9m8uz7z39s] {
        gap: 12px;
    }
}
/* /Layouts/AuthLayout.razor.rz.scp.css */
.base-container[b-3edl1emcmk] {
	margin-top: var(--mud-appbar-height);
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-backdrop[b-3edl1emcmk] {
	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-3edl1emcmk] {
		display: none;
	}

	.main-nav-menu-container[b-3edl1emcmk] {
		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-3edl1emcmk] {
			transform: translateX(0);
		}
}

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

.betslip-inner[b-3edl1emcmk] {
	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-3edl1emcmk] {
	position: sticky;
	left: 0;
	right: 0;
	bottom: 63px;
	z-index: 200;
}

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

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

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

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

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

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

[b-3edl1emcmk] .main-container {
	min-height: 60vh;
}

@font-face {
	font-family: 'ProximaNova';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/ProximaNova-Regular.woff2);
}

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

[b-3edl1emcmk] .mud-select-input svg {
	fill: var(--mud-palette-text-primary);
}

[b-3edl1emcmk] .mud-input-helper-text {
	color: var(--mud-palette-text-primary);
}
/* /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;
        width: 100%;
    }
}

.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);
    }
}


.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);
    transition: flex 0.3s ease;
}

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

[b-ucsyx7ovhj] .neo-mobile-drawer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1200 !important;
    background-color: var(--mud-palette-background) !important;
    border-top: 1px solid var(--mud-palette-divider) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

[b-ucsyx7ovhj] .main-container {
    min-height: 60vh;
}

/* News route: force black background across the content area and hide the sticky breadcrumb/header */
.base-container.news-route[b-ucsyx7ovhj] {
    background-color: #080b12;
    min-height: calc(100vh - var(--mud-appbar-height));
}

.base-container.news-route .body-container[b-ucsyx7ovhj] {
    background-color: #080b12;
    min-height: calc(100vh - var(--mud-appbar-height));
}

.base-container.news-route .content-container[b-ucsyx7ovhj] {
    background-color: #080b12;
    min-height: calc(100vh - var(--mud-appbar-height));
}

.base-container.news-route[b-ucsyx7ovhj]  .main-container {
    background-color: #080b12;
    min-height: calc(100vh - var(--mud-appbar-height));
}

.base-container.news-route[b-ucsyx7ovhj]  .tabs-container {
    position: static;
    top: unset;
    background-color: #080b12;
    box-shadow: none;
}

.base-container.news-route[b-ucsyx7ovhj]  .tabs-container .section-title {
    display: none;
}
/* /Pages/AffiliatesPage.razor.rz.scp.css */
.neo-affiliates-page[b-f9268u15gx] {
    width: 100%;
    padding: 16px 0 48px;
}

.neo-affiliates-tabs[b-f9268u15gx] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px;
    padding: 3px;
    background: var(--neo-brand-blue-bg);
    border-radius: 999px;
}

.neo-affiliates-tab[b-f9268u15gx] {
    min-width: 108px;
    padding: 9px 22px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--neo-brand-blue);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.neo-affiliates-tab--active[b-f9268u15gx] {
    background: var(--neo-brand-blue);
    color: var(--mud-palette-white, #fff);
    box-shadow: 0 3px 8px var(--neo-brand-blue-shadow);
}

.neo-affiliates-card[b-f9268u15gx] {
    min-height: 582px;
    padding: 52px 62px 42px;
    background: var(--mud-palette-surface);
    border-radius: 14px;
}

.neo-affiliates-info[b-f9268u15gx] {
}

.neo-affiliates-info h2[b-f9268u15gx],
.neo-affiliates-contact h2[b-f9268u15gx] {
    margin: 0 0 30px;
    color: var(--neo-brand-blue);
    font-size: 1.25rem;
    font-weight: 800;
}

.neo-affiliates-info h3[b-f9268u15gx] {
    margin: 26px 0 24px;
    color: var(--neo-brand-blue);
    font-size: 1.25rem;
    font-weight: 800;
}

.neo-affiliates-info p[b-f9268u15gx],
.neo-affiliates-info li[b-f9268u15gx] {
    color: var(--mud-palette-text-primary);
    font-size: 0.92rem;
    line-height: 1.45;
}

.neo-affiliates-info p[b-f9268u15gx] {
    margin: 0 0 20px;
}

.neo-affiliates-info ol[b-f9268u15gx] {
    margin: 0 0 26px;
    padding-left: 18px;
}

.neo-affiliates-contact__cards[b-f9268u15gx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.neo-affiliates-contact-card[b-f9268u15gx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-height: 112px;
    padding: 18px 24px;
    border: 1px solid var(--neo-brand-orange);
    border-radius: 14px;
}

.neo-affiliates-contact-card__icon[b-f9268u15gx] {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    flex-shrink: 0;
    object-fit: contain;
}

.neo-affiliates-contact-card h3[b-f9268u15gx] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 2px;
    color: var(--neo-brand-orange);
    font-size: 0.9rem;
    font-weight: 800;
}

.neo-affiliates-contact-card a[b-f9268u15gx] {
    color: var(--mud-palette-text-primary);
    font-size: 0.9rem;
    text-decoration: none;
}

.neo-affiliates-socials[b-f9268u15gx] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.neo-affiliates-socials a[b-f9268u15gx] {
    color: var(--mud-palette-text-primary);
    opacity: 0.85;
}

.neo-affiliates-socials i[b-f9268u15gx] {
    color: currentColor;
    font-size: 1.35rem;
}

.neo-affiliates-form__grid[b-f9268u15gx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.neo-affiliates-field[b-f9268u15gx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.neo-affiliates-field span[b-f9268u15gx] {
    color: var(--mud-palette-text-primary);
    font-size: 0.9rem;
    font-weight: 700;
}

.neo-affiliates-field input[b-f9268u15gx] {
    width: 100%;
    height: 38px;
    padding: 0 14px;
    border: 1px solid var(--mud-palette-lines-default, var(--mud-palette-divider));
    border-radius: 9px;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
    font-size: 0.86rem;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) inset;
}

.neo-affiliates-field input:focus[b-f9268u15gx] {
    border-color: var(--neo-brand-blue);
    box-shadow: 0 0 0 2px var(--neo-brand-blue-bg);
}

.neo-affiliates-copy[b-f9268u15gx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 20px 0 6px;
    color: var(--mud-palette-text-primary);
    font-size: 0.86rem;
}

.neo-affiliates-copy input[b-f9268u15gx] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--neo-brand-blue);
}

.neo-affiliates-captcha[b-f9268u15gx] {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 124px;
    margin: 8px 0 12px;
    padding: 16px;
    background: var(--mud-palette-background-grey);
    border-radius: 4px;
}

.neo-affiliates-actions[b-f9268u15gx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 12px;
}

.neo-affiliates-actions--end[b-f9268u15gx] {
    justify-content: flex-end;
    margin-top: 30px;
}

.neo-affiliates-button[b-f9268u15gx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 132px;
    min-height: 46px;
    padding: 0 28px;
    border: 0;
    border-radius: 9px;
    background: var(--neo-brand-orange);
    color: var(--mud-palette-white, #fff);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 6px var(--neo-brand-orange-shadow);
    transition: background 0.2s ease, transform 0.2s ease;
}

.neo-affiliates-button:hover[b-f9268u15gx] {
    background: var(--neo-brand-orange-hover);
    transform: translateY(-1px);
}

.neo-affiliates-button--wide[b-f9268u15gx] {
    min-width: 174px;
}

.neo-affiliates-back[b-f9268u15gx] {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    min-height: 44px;
    margin-left: auto;
    padding: 0 30px;
    border: 0;
    background: transparent;
    color: var(--neo-brand-orange);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 959px) {
    .neo-affiliates-page[b-f9268u15gx] {
        padding: 16px 0 32px;
    }

    .neo-affiliates-card[b-f9268u15gx] {
        min-height: auto;
        padding: 32px 24px;
        border-radius: 0;
    }

    .neo-affiliates-contact__cards[b-f9268u15gx],
    .neo-affiliates-form__grid[b-f9268u15gx] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .neo-affiliates-contact__cards[b-f9268u15gx] {
        margin-bottom: 32px;
    }
}

@media (max-width: 599px) {
    .neo-affiliates-tabs[b-f9268u15gx] {
        display: flex;
        width: 100%;
    }

    .neo-affiliates-tab[b-f9268u15gx] {
        flex: 1;
        min-width: 0;
        padding: 9px 12px;
        font-size: 0.78rem;
    }

    .neo-affiliates-card[b-f9268u15gx] {
        padding: 28px 16px;
    }

    .neo-affiliates-actions[b-f9268u15gx] {
        flex-direction: column;
        align-items: stretch;
    }

    .neo-affiliates-button[b-f9268u15gx],
    .neo-affiliates-button--wide[b-f9268u15gx],
    .neo-affiliates-back[b-f9268u15gx] {
        width: 100%;
        margin: 0;
    }
}
/* /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/CasinoAllGamesPage.razor.rz.scp.css */
.casino-all-games-page[b-pwg10btxct] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-all-games-page[b-pwg10btxct] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoBonusGamesPage.razor.rz.scp.css */
.casino-category-page[b-17ug6x44tb] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-17ug6x44tb] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoGameTypePage.razor.rz.scp.css */
.casino-category-page[b-lvb3w788xk] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-lvb3w788xk] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoLiveCasinoPage.razor.rz.scp.css */
.casino-category-page[b-c0cl1dksps] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-c0cl1dksps] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoNewReleasesPage.razor.rz.scp.css */
.casino-category-page[b-9ryfe57weq] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-9ryfe57weq] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoSlotsPage.razor.rz.scp.css */
.casino-category-page[b-h5xwk4mzyb] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-h5xwk4mzyb] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/CasinoTrendingPage.razor.rz.scp.css */
.casino-category-page[b-235ouuxarq] {
    width: 100%;
    margin: 0;
    padding: 16px 0 36px;
}

@media (max-width: 959px) {
    .casino-category-page[b-235ouuxarq] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
}
/* /Pages/ContactPage.razor.rz.scp.css */
.neo-contact-page[b-qrtia0d5sl] {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.55fr);
    gap: 32px;
    width: 100%;
    padding: 16px 0 48px;
}

.neo-contact-info[b-qrtia0d5sl] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.neo-contact-info h1[b-qrtia0d5sl] {
    margin: 0;
    color: var(--mud-palette-text-primary);
    font-size: clamp(2.1rem, 4vw, 3.15rem);
    font-weight: 900;
    line-height: 1.14;
}

.neo-contact-info p[b-qrtia0d5sl] {
    max-width: 320px;
    margin: 0;
    color: var(--mud-palette-text-primary);
    font-size: 0.95rem;
    font-weight: 200;
    line-height: 1.45;
}

.neo-contact-cards[b-qrtia0d5sl] {
    display: grid;
    gap: 16px;
    max-width: 360px;
}

.neo-contact-card[b-qrtia0d5sl],
.neo-contact-form-card[b-qrtia0d5sl] {
    background: var(--mud-palette-surface);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.neo-contact-card[b-qrtia0d5sl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-height: 96px;
    padding: 18px 24px;
}

.neo-contact-card i[b-qrtia0d5sl] {
    color: var(--neo-brand-orange);
    font-size: 1.45rem;
    line-height: 1;
}

.neo-contact-card__icon[b-qrtia0d5sl] {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    flex-shrink: 0;
    object-fit: contain;
}

.neo-contact-card h2[b-qrtia0d5sl] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 2px;
    color: var(--neo-brand-orange);
    font-size: 0.9rem;
    font-weight: 800;
}

.neo-contact-card a[b-qrtia0d5sl] {
    color: var(--mud-palette-text-primary);
    font-size: 0.9rem;
    text-decoration: none;
}

.neo-contact-socials[b-qrtia0d5sl] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.neo-contact-socials a[b-qrtia0d5sl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mud-palette-text-primary);
    opacity: 0.85;
    transition: opacity 0.2s;
}

.neo-contact-socials a:hover[b-qrtia0d5sl] {
    opacity: 1;
}

.neo-contact-social-icon[b-qrtia0d5sl] {
    display: block;
    width: 1.65rem;
    height: 1.65rem;
    flex-shrink: 0;
    object-fit: contain;
}

.neo-contact-socials i[b-qrtia0d5sl] {
    color: currentColor;
    font-size: 1.35rem;
}

.neo-contact-form-card[b-qrtia0d5sl] {
    padding: 30px 34px;
}

.neo-contact-captcha[b-qrtia0d5sl] {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 124px;
    margin: 8px 0 12px;
    padding: 16px;
    background: var(--mud-palette-background-grey);
    border-radius: 4px;
}

.neo-contact-button[b-qrtia0d5sl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 46px;
    padding: 0 28px;
    border: 0;
    border-radius: 9px;
    background: var(--neo-brand-orange);
    color: var(--mud-palette-white, #fff);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 6px var(--neo-brand-orange-shadow);
    transition: background 0.2s ease, transform 0.2s ease;
}

.neo-contact-button:hover:not(:disabled)[b-qrtia0d5sl] {
    background: var(--neo-brand-orange-hover);
    transform: translateY(-1px);
}

.neo-contact-button:disabled[b-qrtia0d5sl] {
    cursor: default;
    opacity: 0.6;
}

@media (max-width: 959px) {
    .neo-contact-page[b-qrtia0d5sl] {
        grid-template-columns: 1fr;
        padding: 28px 16px 36px;
    }

    .neo-contact-info p[b-qrtia0d5sl],
    .neo-contact-cards[b-qrtia0d5sl] {
        max-width: none;
    }
}

@media (max-width: 599px) {
    .neo-contact-form-card[b-qrtia0d5sl] {
        padding: 22px 16px;
    }

    .neo-contact-button[b-qrtia0d5sl] {
        width: 100%;
    }
}
/* /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/DrawingSchedulePage.razor.rz.scp.css */
.neo-drawing-schedule-page[b-obgmj1cqhe] {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    padding: 8px 0 64px;
}

.neo-drawing-schedule-card[b-obgmj1cqhe] {
    overflow: hidden;
    border-radius: 14px;
    background-color: var(--mud-palette-surface);
}

.neo-drawing-schedule-card__header[b-obgmj1cqhe] {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 0 78px;
    color: var(--mud-palette-white);
}

.neo-drawing-schedule-card__header h2[b-obgmj1cqhe] {
    margin: 0;
    color: inherit;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.neo-drawing-schedule-card--pick2 .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
    background-color: #ffc400;
}

.neo-drawing-schedule-card--pick3 .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
    background-color: #43a50d;
}

.neo-drawing-schedule-card--pick4 .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
    background-color: #d20d33;
}

.neo-drawing-schedule-card--pick5 .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
    background-color: #c564e8;
}

.neo-drawing-schedule-card__body[b-obgmj1cqhe] {
    display: flex;
    flex-direction: column;
}

.neo-drawing-schedule-card__row[b-obgmj1cqhe] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 54px;
}

.neo-drawing-schedule-card__row:nth-child(odd)[b-obgmj1cqhe] {
    background-color: #f1f4f8;
}

.neo-drawing-schedule-card__row:nth-child(even)[b-obgmj1cqhe] {
    background-color: var(--mud-palette-surface);
}

.neo-drawing-schedule-card__cell[b-obgmj1cqhe] {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 28px 0 78px;
    color: var(--mud-palette-text-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.neo-drawing-schedule-card__cell strong[b-obgmj1cqhe] {
    font-weight: 800;
}

@media (max-width: 1199px) {
    .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
        padding: 0 48px;
    }

    .neo-drawing-schedule-card__cell[b-obgmj1cqhe] {
        padding-left: 48px;
    }
}

@media (max-width: 959px) {
    .neo-drawing-schedule-page[b-obgmj1cqhe] {
        gap: 24px;
        padding: 8px 0 48px;
    }

    .neo-drawing-schedule-card__header[b-obgmj1cqhe] {
        min-height: 62px;
        padding: 0 28px;
    }

    .neo-drawing-schedule-card__header h2[b-obgmj1cqhe] {
        font-size: 26px;
    }

    .neo-drawing-schedule-card__row[b-obgmj1cqhe] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .neo-drawing-schedule-card__cell[b-obgmj1cqhe] {
        min-height: 48px;
        padding: 0 20px 0 28px;
    }
}

@media (max-width: 599px) {
    .neo-drawing-schedule-card__row[b-obgmj1cqhe] {
        grid-template-columns: 1fr;
    }

    .neo-drawing-schedule-card__cell:empty[b-obgmj1cqhe] {
        display: none;
    }
}
/* /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/GameDisplayPage.razor.rz.scp.css */
.game-display-page[b-3o0moxk0qe] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 0 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.game-display-page__state[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 320px;
    text-align: center;
}

.game-display-page__state-icon[b-3o0moxk0qe] {
    font-size: 3rem;
    color: var(--neo-brand-blue);
}

.game-display-page__state-title[b-3o0moxk0qe] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.game-display-page__state-text[b-3o0moxk0qe] {
    margin: 0;
    color: var(--mud-palette-text-primary);
    opacity: 0.6;
}

.game-display-page__back-btn[b-3o0moxk0qe] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    border: none;
    border-radius: 22px;
    padding: 9px 20px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background: var(--neo-brand-blue);
    transition: background 0.16s ease;
}

.game-display-page__back-btn:hover[b-3o0moxk0qe] {
    background: var(--neo-brand-blue-hover);
}

/* ── Title row ── */

.game-display-page__title-row[b-3o0moxk0qe] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.game-display-page__game-name[b-3o0moxk0qe] {
    margin: 0;
    font-size: clamp(1.3rem, 3vw, 1.9rem);
    font-weight: 800;
    color: var(--mud-palette-text-primary);
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* ── Badges ── */

.game-display-page__badges[b-3o0moxk0qe] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.game-display-page__badge[b-3o0moxk0qe] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 11px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.game-display-page__badge--type[b-3o0moxk0qe] {
    background: var(--neo-brand-blue-bg);
    color: var(--neo-brand-blue);
}

.game-display-page__badge--provider[b-3o0moxk0qe] {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.game-display-page__badge--popular[b-3o0moxk0qe] {
    background: rgba(255, 100, 0, 0.1);
    color: var(--neo-brand-orange);
}

.game-display-page__badge--new[b-3o0moxk0qe] {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

/* ── Stats (hidden, retained for future use) ── */

.game-display-page__stats[b-3o0moxk0qe] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.game-display-page__stats.game-display-page__stats--hidden[b-3o0moxk0qe] {
    display: none;
}

.game-display-page__stat[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex: 1 1 90px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--mud-palette-background-grey);
    text-align: center;
}

.game-display-page__stat-label[b-3o0moxk0qe] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--mud-palette-text-secondary);
}

.game-display-page__stat-value[b-3o0moxk0qe] {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--mud-palette-text-primary);
}

.game-display-page__stat-value--volatility[b-3o0moxk0qe] {
    text-transform: capitalize;
}

/* ── Description card ── */

.game-display-page__description[b-3o0moxk0qe] {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background: var(--neo-dark-navy);
    color: #fff;
}

.game-display-page__description-thumb[b-3o0moxk0qe] {
    flex: 0 0 150px;
    width: 150px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    align-self: flex-start;
}

.game-display-page__description-thumb img[b-3o0moxk0qe] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.game-display-page__description-body[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.game-display-page__description-title[b-3o0moxk0qe] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.game-display-page__description-text[b-3o0moxk0qe] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

/* ── Features ── */

.game-display-page__features[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.game-display-page__features-header[b-3o0moxk0qe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.game-display-page__features-title-group[b-3o0moxk0qe] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.game-display-page__features-icon-badge[b-3o0moxk0qe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--neo-brand-blue);
    flex-shrink: 0;
}

[b-3o0moxk0qe] .game-display-page__features-icon {
    font-size: 15px !important;
    color: #fff !important;
}

.game-display-page__features-title[b-3o0moxk0qe] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: var(--mud-palette-text-primary);
}

.game-display-page__features-list[b-3o0moxk0qe] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.game-display-page__feature[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 11px 16px;
    border-radius: 10px;
    background: var(--neo-brand-blue-bg, rgba(0, 80, 200, 0.08));
    border-left: 3px solid var(--neo-brand-blue);
}

.game-display-page__feature-name[b-3o0moxk0qe] {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--neo-brand-blue);
}

.game-display-page__feature-desc[b-3o0moxk0qe] {
    font-size: 0.83rem;
    line-height: 1.5;
    color: #374151;
}

/* -- Footer sections (Recommended + Lotto + Stats) -- */

.game-display-page__footer-sections[b-3o0moxk0qe] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.game-display-page__footer-sections[b-3o0moxk0qe]  .recommended-games {
    padding-left: 0;
    padding-right: 0;
}

.game-display-page__footer-sections[b-3o0moxk0qe]  .lotto-games {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.game-display-page__footer-sections[b-3o0moxk0qe]  .game-stats {
    margin-left: 0;
    margin-right: 0;
}

/* -- Responsive -- */

@media (max-width: 959px) {
    .game-display-page[b-3o0moxk0qe] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 640px) {
    .game-display-page__title-row[b-3o0moxk0qe] {
        gap: 8px;
    }

    .game-display-page__description[b-3o0moxk0qe] {
        flex-direction: column;
        align-items: center;
    }

    .game-display-page__description-thumb[b-3o0moxk0qe] {
        flex-basis: auto;
        width: 160px;
    }

    .game-display-page__description-body[b-3o0moxk0qe] {
        width: 100%;
        text-align: left;
    }
}
/* /Pages/HowToPlayPage.razor.rz.scp.css */
.neo-how-to-play-page[b-oyk5if5sax] {
    width: 100%;
    padding: 16px 0 56px;
}

.neo-how-to-play-page__grid[b-oyk5if5sax] {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 28px 54px;
    align-items: stretch;
}

.neo-how-to-play-card[b-oyk5if5sax] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 34px 28px 0;
    border-radius: 30px;
    background: var(--mud-palette-surface);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
}

.neo-how-to-play-card__content[b-oyk5if5sax] {
    min-height: 96px;
}

.neo-how-to-play-card h2[b-oyk5if5sax] {
    margin: 0 0 4px;
    color: var(--neo-brand-blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.05;
}

.neo-how-to-play-card h2 strong[b-oyk5if5sax] {
    font-weight: 900;
}

.neo-how-to-play-card p[b-oyk5if5sax] {
    margin: 0;
    color: var(--mud-palette-text-primary);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.18;
}

.neo-how-to-play-card__image[b-oyk5if5sax] {
    display: block;
    flex: 1;
    width: 100%;
    min-height: 160px;
    object-fit: contain;
    object-position: center bottom;
}

@media (max-width: 1199px) {
    .neo-how-to-play-page__grid[b-oyk5if5sax] {
        gap: 24px;
    }
}

@media (max-width: 959px) {
    .neo-how-to-play-page[b-oyk5if5sax] {
        padding: 16px 0 48px;
    }

    .neo-how-to-play-page__grid[b-oyk5if5sax] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 599px) {
    .neo-how-to-play-page__grid[b-oyk5if5sax] {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .neo-how-to-play-card[b-oyk5if5sax] {
        padding: 26px 22px 0;
    }
}
/* /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/LoginPage.razor.rz.scp.css */
.lp-wrapper[b-gnivn272g4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background-color: var(--mud-palette-background);
    padding: 16px;
}
body[b-gnivn272g4] {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 16px;
    margin: 20px 0;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.lp-card[b-gnivn272g4] {
    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);
}

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

.lp-options[b-gnivn272g4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    width: 100%;
    gap: 20px;
}

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

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

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

.lp-title[b-gnivn272g4] {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0;
    color: white;
    text-align: center;
}

.lp-subtitle[b-gnivn272g4] {
    font-size: 1.1rem;
    color: white;
    margin: 0 0 16px 0;
    text-align: center;
}

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

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

.lp-input-label[b-gnivn272g4] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2D2D2D;
    margin-bottom: 4px;
}

.lp-checkbox[b-gnivn272g4] {
    margin: 12px 0;
}

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

    .lp-btn span[b-gnivn272g4] {
        text-transform: none;
    }

[b-gnivn272g4] .lp-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-gnivn272g4] .lp-btn.mud-button-root:hover {
    background-color: #e05800 !important;
}

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

.lp-links[b-gnivn272g4] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: white;
}

.lp-link[b-gnivn272g4] {
    font-size: 1rem;
    text-decoration: none;
}

.lp-separator[b-gnivn272g4] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.85rem;
}

.lp-forgot-link[b-gnivn272g4] {
    color: #0088ff;
    font-weight: 800;
}

.lp-create-link[b-gnivn272g4] {
    color: white;
    font-weight: 800;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .lp-form-card[b-gnivn272g4] {
        width: 100%;
    }
}
/* /Pages/LottoAndCasinoPage.razor.rz.scp.css */
.lotto-casino-page[b-rke8xsa7hs] {
    margin-left: -24px;
    margin-right: -40px;
    padding-bottom: 24px;
}

@media (max-width: 959px) {
    .lotto-casino-page[b-rke8xsa7hs] {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 16px;
    }
}
/* /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: var(--neo-brand-blue-light);
    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: var(--neo-brand-blue);
    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: var(--neo-brand-blue);
    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/NewsArticlePage.razor.rz.scp.css */
.neo-news-article-page[b-c7k5zcnvgl] {
    /* Fixed custom palette matching the NEO345 reference site exactly (independent of the
       MudBlazor theme), consistent with NewsPage.razor.css tokens. */
    --news-bg: #080b12;
    --news-panel: rgba(255, 255, 255, .075);
    --news-line: rgba(255, 255, 255, .14);
    --news-text: #f7f8fc;
    --news-muted: #aeb8cb;
    --news-gold: #ffcf53;
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 16px 0 56px;
    background: var(--news-bg);
    color: var(--news-text);
}

.neo-news-article-page__back[b-c7k5zcnvgl] {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--news-gold);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.neo-news-article-page__header[b-c7k5zcnvgl] {
    max-width: 820px;
}

.neo-news-article-page__header span[b-c7k5zcnvgl] {
    color: var(--news-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.neo-news-article-page__header h1[b-c7k5zcnvgl] {
    margin: 10px 0 0;
    color: var(--news-text);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
}

.neo-news-article-page__header p[b-c7k5zcnvgl] {
    margin: 18px 0 0;
    color: var(--news-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.neo-news-article-page__image[b-c7k5zcnvgl] {
    width: 100%;
    margin: 28px 0;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.neo-news-article-page__content[b-c7k5zcnvgl] {
    color: var(--news-text);
    font-size: 1rem;
    line-height: 1.7;
}

[b-c7k5zcnvgl] .neo-news-article-page__content h1,
[b-c7k5zcnvgl] .neo-news-article-page__content h2,
[b-c7k5zcnvgl] .neo-news-article-page__content h3,
[b-c7k5zcnvgl] .neo-news-article-page__content h4 {
    margin: 1.8em 0 0.65em;
    color: var(--news-text);
    font-weight: 900;
    line-height: 1.2;
}

[b-c7k5zcnvgl] .neo-news-article-page__content p,
[b-c7k5zcnvgl] .neo-news-article-page__content ul,
[b-c7k5zcnvgl] .neo-news-article-page__content ol {
    margin: 0 0 1.25rem;
}

[b-c7k5zcnvgl] .neo-news-article-page__content li + li {
    margin-top: 0.5rem;
}

[b-c7k5zcnvgl] .neo-news-article-page__content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--news-gold);
    background: var(--news-panel);
    color: var(--news-muted);
}

[b-c7k5zcnvgl] .neo-news-article-page__content a {
    color: var(--news-gold);
    font-weight: 700;
}

[b-c7k5zcnvgl] .neo-news-article-page__content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* WordPress embeds (YouTube, Twitter/X, etc.) ship with hardcoded pixel
   width/height attributes on the <iframe> tag (e.g. width="500" height="281").
   Chrome silently clips/scrolls the overflow, but Safari and Firefox honor the
   inline attributes and render the iframe at its fixed intrinsic size, breaking
   out of the article column and overlapping surrounding content. The rules
   below reproduce WordPress core's own "wp-embed-responsive" stylesheet so
   embeds scale to the container width in every browser, and add a generic
   fallback for iframes pasted directly (not wrapped by a wp-block-embed
   figure). !important is required because it must win over the inline
   width/height attributes WordPress renders on the element itself. */
[b-c7k5zcnvgl] .neo-news-article-page__content .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

[b-c7k5zcnvgl] .neo-news-article-page__content .wp-has-aspect-ratio .wp-block-embed__wrapper {
    height: 0;
    padding-top: 56.25%;
}

[b-c7k5zcnvgl] .neo-news-article-page__content .wp-embed-aspect-4-3 .wp-block-embed__wrapper {
    padding-top: 75%;
}

[b-c7k5zcnvgl] .neo-news-article-page__content .wp-has-aspect-ratio .wp-block-embed__wrapper iframe,
[b-c7k5zcnvgl] .neo-news-article-page__content .wp-has-aspect-ratio .wp-block-embed__wrapper object,
[b-c7k5zcnvgl] .neo-news-article-page__content .wp-has-aspect-ratio .wp-block-embed__wrapper embed {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

[b-c7k5zcnvgl] .neo-news-article-page__content iframe {
    max-width: 100%;
    border: 0;
}

[b-c7k5zcnvgl] .neo-news-article-page__content figure.wp-block-embed {
    margin: 1.5rem 0;
    border-radius: 12px;
    overflow: hidden;
}

[b-c7k5zcnvgl] .neo-news-article-page__content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

[b-c7k5zcnvgl] .neo-news-article-page__content td,
[b-c7k5zcnvgl] .neo-news-article-page__content th {
    padding: 10px;
    border: 1px solid var(--news-line);
}

.neo-news-article-page__state[b-c7k5zcnvgl] {
    display: grid;
    min-height: 260px;
    gap: 16px;
    place-content: center;
    justify-items: center;
    padding: 24px;
    border-radius: 14px;
    background: var(--news-panel);
    border: 1px solid var(--news-line);
    color: var(--news-muted);
    text-align: center;
}

.neo-news-article-page__state h1[b-c7k5zcnvgl],
.neo-news-article-page__state p[b-c7k5zcnvgl] {
    margin: 0;
}

.neo-news-article-page__state a[b-c7k5zcnvgl] {
    color: var(--news-gold);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 959px) {
    .neo-news-article-page[b-c7k5zcnvgl] {
        width: 100%;
        padding: 28px 16px 36px;
    }
}
/* /Pages/NewsCategoryPage.razor.rz.scp.css */
.neo-news-category-page[b-7slppi8tok] {
    /* Fixed custom palette matching the NEO345 reference site exactly (independent of the
       MudBlazor theme), consistent with NewsPage.razor.css tokens. */
    --news-bg: #080b12;
    --news-panel: rgba(255, 255, 255, .075);
    --news-line: rgba(255, 255, 255, .14);
    --news-text: #f7f8fc;
    --news-muted: #aeb8cb;
    --news-gold: #ffcf53;
    --news-green: #56e3ae;
    --news-blue: #7da7ff;
    --news-red: #ff6b6b;
    --news-purple: #b18cff;
    --news-teal: #4fd6d0;
    --news-accent: var(--news-gold);
    --news-accent-contrast: #1a0d00;
    --news-shadow-sm: 0 10px 30px rgba(0, 0, 0, .28);
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 16px 0 48px;
    background: var(--news-bg);
    color: var(--news-text);
}

.neo-news-category-page__breadcrumb[b-7slppi8tok] {
    display: flex;
    gap: 8px;
    color: var(--news-muted);
    font-size: 0.86rem;
}

.neo-news-category-page__breadcrumb a[b-7slppi8tok] {
    color: var(--news-accent);
    font-weight: 800;
    text-decoration: none;
}

.neo-news-category-page__header h1[b-7slppi8tok] {
    margin: 0;
    color: var(--news-text);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
}

.neo-news-category-page__header p[b-7slppi8tok] {
    max-width: 660px;
    margin: 10px 0 0;
    color: var(--news-muted);
    line-height: 1.55;
}

.neo-news-category-page__categories[b-7slppi8tok] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.neo-news-category-page__categories a[b-7slppi8tok] {
    padding: 8px 14px;
    border: 1px solid var(--news-line);
    border-radius: 999px;
    color: var(--news-accent);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.neo-news-category-page__categories .neo-news-category-page__category--active[b-7slppi8tok] {
    background: var(--news-accent);
    border-color: var(--news-accent);
    color: var(--news-accent-contrast);
}

.neo-news-category-page__grid[b-7slppi8tok] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.neo-news-category-page__card[b-7slppi8tok] {
    overflow: hidden;
    border-radius: 14px;
    background: var(--news-panel);
    border: 1px solid var(--news-line);
    box-shadow: var(--news-shadow-sm);
}

.neo-news-category-page__card img[b-7slppi8tok] {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.neo-news-category-page__card > div[b-7slppi8tok] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.neo-news-category-page__card span[b-7slppi8tok] {
    color: var(--news-gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.neo-news-category-page__card span.badge--red[b-7slppi8tok] { color: var(--news-red); }
.neo-news-category-page__card span.badge--purple[b-7slppi8tok] { color: var(--news-purple); }
.neo-news-category-page__card span.badge--blue[b-7slppi8tok] { color: var(--news-blue); }
.neo-news-category-page__card span.badge--gold[b-7slppi8tok] { color: var(--news-gold); }
.neo-news-category-page__card span.badge--teal[b-7slppi8tok] { color: var(--news-teal); }
.neo-news-category-page__card span.badge--green[b-7slppi8tok] { color: var(--news-green); }

.neo-news-category-page__card h2[b-7slppi8tok] {
    margin: 0;
    color: var(--news-text);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.3;
}

.neo-news-category-page__card h2 a[b-7slppi8tok] {
    color: inherit;
    text-decoration: none;
}

.neo-news-category-page__card p[b-7slppi8tok] {
    margin: 0;
    color: var(--news-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.neo-news-category-page__state[b-7slppi8tok] {
    display: grid;
    min-height: 220px;
    gap: 16px;
    place-content: center;
    justify-items: center;
    padding: 24px;
    border-radius: 14px;
    background: var(--news-panel);
    border: 1px solid var(--news-line);
    color: var(--news-muted);
    text-align: center;
}

.neo-news-category-page__state h1[b-7slppi8tok],
.neo-news-category-page__state p[b-7slppi8tok] {
    margin: 0;
}

.neo-news-category-page__state a[b-7slppi8tok] {
    color: var(--news-accent);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 959px) {
    .neo-news-category-page[b-7slppi8tok] {
        padding: 28px 16px 36px;
    }

    .neo-news-category-page__grid[b-7slppi8tok] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 599px) {
    .neo-news-category-page__grid[b-7slppi8tok] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/NewsPage.razor.rz.scp.css */
.neo-news-page[b-h3djerh1r1] {
    /* Fixed custom palette matching the NEO345 reference site exactly (independent of the
       MudBlazor theme), as documented in the News module reference (:root tokens). */
    --news-bg: #080b12;
    --news-panel: rgba(255, 255, 255, .075);
    --news-line: rgba(255, 255, 255, .14);
    --news-text: #f7f8fc;
    --news-muted: #aeb8cb;
    --news-muted2: #7e889d;
    --news-gold: #ffcf53;
    --news-green: #56e3ae;
    --news-blue: #7da7ff;
    --news-red: #ff6b6b;
    --news-purple: #b18cff;
    --news-teal: #4fd6d0;
    --news-brand-orange: #cc3e00;
    --news-accent: var(--news-gold);
    --news-accent-strong: var(--news-gold);
    --news-accent-soft: rgba(255, 207, 83, .14);
    --news-accent-border: rgba(255, 207, 83, .32);
    --news-secondary: var(--news-blue);
    --news-secondary-soft: rgba(125, 167, 255, .14);
    --news-secondary-border: rgba(125, 167, 255, .32);
    --news-tertiary: var(--news-green);
    --news-tertiary-soft: rgba(86, 227, 174, .14);
    --news-tertiary-border: rgba(86, 227, 174, .32);
    --news-surface: var(--news-panel);
    --news-subtle: rgba(255, 255, 255, .04);
    --news-panel-hover: rgba(255, 255, 255, .1);
    --news-gradient: linear-gradient(135deg, var(--news-gold), var(--news-brand-orange));
    --news-radius-xl: 34px;
    --news-shadow: 0 28px 80px rgba(0, 0, 0, .38);
    --news-shadow-sm: 0 10px 30px rgba(0, 0, 0, .28);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 207, 83, .14), transparent 28rem),
        radial-gradient(circle at 88% 10%, rgba(86, 227, 174, .13), transparent 34rem),
        radial-gradient(circle at 50% 58%, rgba(125, 167, 255, .10), transparent 38rem),
        linear-gradient(180deg, #06080d, var(--news-bg) 38%, #090d15);
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 22px 48px;
    color: #f7f8fc !important;
    line-height: 1.55;
}

.neo-news-page a[b-h3djerh1r1] {
    color: var(--news-text);
    text-decoration: none;
}

.neo-news-page img[b-h3djerh1r1] {
    display: block;
    max-width: 100%;
}

.neo-news-page a:focus-visible[b-h3djerh1r1],
.neo-news-page button:focus-visible[b-h3djerh1r1],
.neo-news-page__slider:focus-visible[b-h3djerh1r1] {
    outline: 2px solid var(--news-accent);
    outline-offset: 3px;
}

/* -- Hero intro -- */
.neo-news-page__intro[b-h3djerh1r1] {
    display: grid;
    grid-template-columns: minmax(0,1fr) 380px;
    gap: 28px;
    align-items: center;
    padding: 42px 0 24px;
}

.neo-news-page__label[b-h3djerh1r1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid var(--news-line);
    background: rgba(255, 255, 255, .06);
    color: var(--news-muted);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.neo-news-page__intro h1[b-h3djerh1r1] {
    margin: 16px 0 14px;
    font-size: clamp(2.05rem, 4.4vw, 4.15rem);
    line-height: .98;
    letter-spacing: -.062em;
    max-width: 780px;
    color: #f7f8fc !important;
}

.neo-news-page__hero-copy[b-h3djerh1r1] {
    color: var(--news-text);
    max-width: 660px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0;
}

.neo-news-page__market-strip[b-h3djerh1r1] {
    border: 1px solid var(--news-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .045));
    border-radius: var(--news-radius-xl);
    padding: 14px;
    display: grid;
    gap: 10px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .20);
}

.neo-news-page__market-pill[b-h3djerh1r1] {
    display: block;
    position: relative;
    border-radius: 22px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .09);
    transition: background .18s;
}

.neo-news-page__market-pill:hover[b-h3djerh1r1] {
    background: rgba(255, 255, 255, .10);
}

.neo-news-page__market-pill span[b-h3djerh1r1] {
    display: block;
    color: var(--news-muted2);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 900;
}

.neo-news-page__market-pill strong[b-h3djerh1r1] {
    display: block;
    margin-top: 5px;
    color: var(--news-text);
    font-size: .98rem;
    line-height: 1.15;
}

/* -- Section titles -- */
.neo-news-page__section-title[b-h3djerh1r1] {
    margin: 34px 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.neo-news-page__section-title h2[b-h3djerh1r1] {
    margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    letter-spacing: -.055em;
    line-height: .96;
    color: var(--news-text);
}

.neo-news-page__section-title p[b-h3djerh1r1] {
    margin: 0;
    color: var(--news-text);
    max-width: 420px;
    font-size: 1.15rem;
    line-height: 1.6;
}

/* -- Badges -- */
.neo-news-badge[b-h3djerh1r1] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 12px;
    background: var(--news-accent-soft);
    border: 1px solid var(--news-accent-border);
    color: var(--news-accent-strong);
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 900;
}

.neo-news-badge--green[b-h3djerh1r1] {
    background: rgba(86, 227, 174, .14);
    border-color: rgba(86, 227, 174, .32);
    color: var(--news-green);
}

.neo-news-badge--blue[b-h3djerh1r1] {
    background: rgba(125, 167, 255, .14);
    border-color: rgba(125, 167, 255, .32);
    color: var(--news-blue);
}

.neo-news-badge--red[b-h3djerh1r1] {
    background: rgba(255, 107, 107, .14);
    border-color: rgba(255, 107, 107, .32);
    color: var(--news-red);
}

.neo-news-badge--purple[b-h3djerh1r1] {
    background: rgba(177, 140, 255, .14);
    border-color: rgba(177, 140, 255, .32);
    color: var(--news-purple);
}

.neo-news-badge--teal[b-h3djerh1r1] {
    background: rgba(79, 214, 208, .14);
    border-color: rgba(79, 214, 208, .32);
    color: var(--news-teal);
}

/* -- Category pills -- */
.neo-news-page__cat-pills[b-h3djerh1r1] {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin: 2px 0 24px;
}

.neo-news-page__cat-pill[b-h3djerh1r1] {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--news-subtle);
    border: 1px solid var(--news-line);
    color: var(--news-text);
    font-weight: 800;
    font-size: .92rem;
    line-height: 1;
    transition: background .15s, border-color .15s, color .15s, transform .15s;
}

.neo-news-page__cat-pill:hover[b-h3djerh1r1] {
    background: var(--news-accent-soft);
    border-color: var(--news-accent-border);
    color: var(--news-accent-strong);
    transform: translateY(-1px);
}

.neo-news-page__cat-pill--red:hover[b-h3djerh1r1] {
    background: rgba(255, 107, 107, .14);
    border-color: rgba(255, 107, 107, .32);
    color: var(--news-red);
}

.neo-news-page__cat-pill--purple:hover[b-h3djerh1r1] {
    background: rgba(177, 140, 255, .14);
    border-color: rgba(177, 140, 255, .32);
    color: var(--news-purple);
}

.neo-news-page__cat-pill--blue:hover[b-h3djerh1r1] {
    background: rgba(125, 167, 255, .14);
    border-color: rgba(125, 167, 255, .32);
    color: var(--news-blue);
}

.neo-news-page__cat-pill--gold:hover[b-h3djerh1r1] {
    background: var(--news-accent-soft);
    border-color: var(--news-accent-border);
    color: var(--news-accent-strong);
}

.neo-news-page__cat-pill--teal:hover[b-h3djerh1r1] {
    background: rgba(79, 214, 208, .14);
    border-color: rgba(79, 214, 208, .32);
    color: var(--news-teal);
}

.neo-news-page__cat-pill--green:hover[b-h3djerh1r1] {
    background: rgba(86, 227, 174, .14);
    border-color: rgba(86, 227, 174, .32);
    color: var(--news-green);
}

/* -- Featured grid -- */
.neo-news-page__featured-grid[b-h3djerh1r1] {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 22px;
}

/* -- Hero card -- */
.neo-news-hero-card[b-h3djerh1r1] {
    min-height: 520px;
    border-radius: var(--news-radius-xl);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    box-shadow: var(--news-shadow);
    border: 1px solid var(--news-line);
    background: var(--news-panel);
    transition: box-shadow .25s;
}

.neo-news-hero-card:hover[b-h3djerh1r1] {
    box-shadow: 0 30px 84px rgba(0, 0, 0, .5);
}

.neo-news-hero-card:hover img[b-h3djerh1r1] {
    transform: scale(1.025);
}

.neo-news-hero-card img[b-h3djerh1r1] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .6s ease;
}

.neo-news-hero-card[b-h3djerh1r1]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(0,0,0,.82));
    z-index: 1;
}

.neo-news-hero-card__content[b-h3djerh1r1] {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: min(88%, 760px);
    z-index: 2;
    padding: 18px 22px 20px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.64));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
}

.neo-news-hero-card__content .neo-news-badge[b-h3djerh1r1] {
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.32);
    color: #fff;
}

.neo-news-hero-card h3[b-h3djerh1r1] {
    max-width: 100%;
    margin: 12px auto 8px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.neo-news-hero-card p[b-h3djerh1r1] {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255,255,255,.86);
    font-size: .95rem;
}

.neo-news-page__btn-row[b-h3djerh1r1] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: center;
}

.neo-news-button[b-h3djerh1r1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
    transition: background .15s;
}

.neo-news-button:hover[b-h3djerh1r1] {
    background: rgba(255,255,255,.2);
}

.neo-news-button--primary[b-h3djerh1r1] {
    background: var(--news-brand-orange);
    color: #fff;
    border: 0;
    box-shadow: 0 14px 34px rgba(204, 62, 0, .28);
    transition: background .15s;
}

.neo-news-button--primary:hover[b-h3djerh1r1] {
    background: #e04500;
}

/* -- Side list / mini cards -- */
.neo-news-page__side-list[b-h3djerh1r1] {
    display: grid;
    gap: 22px;
}

.neo-news-mini-card[b-h3djerh1r1] {
    border: 1px solid var(--news-line);
    background: var(--news-surface);
    border-radius: var(--news-radius-xl);
    padding: 14px;
    min-height: 274px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color .18s, box-shadow .18s, transform .18s;
}

.neo-news-mini-card:hover[b-h3djerh1r1] {
    border-color: var(--news-accent-border);
    box-shadow: var(--news-shadow-sm);
    transform: translateY(-2px);
}

.neo-news-mini-card img[b-h3djerh1r1] {
    width: 100%;
    aspect-ratio: 16/8.5;
    object-fit: cover;
    border-radius: 24px;
    transition: transform .5s ease;
}

.neo-news-mini-card:hover img[b-h3djerh1r1] {
    transform: scale(1.02);
}

.neo-news-mini-card__body[b-h3djerh1r1] {
    padding: 16px 6px 2px;
}

.neo-news-mini-card h3[b-h3djerh1r1] {
    font-size: 1.2rem;
    line-height: 1.05;
    letter-spacing: -.035em;
    margin: 12px 0 8px;
}

.neo-news-mini-card p[b-h3djerh1r1] {
    margin: 0;
    color: var(--news-muted);
    font-size: .9rem;
}

/* -- Slider -- */
.neo-news-page__slider[b-h3djerh1r1] {
    position: relative;
}

.neo-news-page__slider-outer[b-h3djerh1r1] {
    overflow: hidden;
    padding: 6px 0 10px;
    margin: -6px 0 -10px;
}

.neo-news-page__cards-track[b-h3djerh1r1] {
    display: flex;
    transition: transform .28s ease-out;
    will-change: transform;
}

.neo-news-page__slide[b-h3djerh1r1] {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.neo-news-card[b-h3djerh1r1] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--news-line);
    background: var(--news-surface);
    border-radius: var(--news-radius-xl);
    overflow: hidden;
    box-shadow: var(--news-shadow-sm);
    transition: transform .2s, border-color .18s, box-shadow .2s;
}

.neo-news-card:hover[b-h3djerh1r1] {
    transform: translateY(-2px);
    border-color: var(--news-accent-border);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}

.neo-news-card img[b-h3djerh1r1] {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform .5s ease;
}

.neo-news-card:hover img[b-h3djerh1r1] {
    transform: scale(1.03);
}

.neo-news-card__body[b-h3djerh1r1] {
    padding: 22px;
}

.neo-news-card h3[b-h3djerh1r1] {
    margin: 12px 0 10px;
    font-size: 1.35rem;
    line-height: 1.06;
    letter-spacing: -.035em;
}

.neo-news-card p[b-h3djerh1r1] {
    margin: 0;
    color: var(--news-muted);
    font-size: .95rem;
}

/* -- Slider controls -- */
.neo-news-page__slide-btn[b-h3djerh1r1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--news-surface);
    border: 1px solid var(--news-line);
    box-shadow: var(--news-shadow-sm);
    color: var(--news-text);
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 4px;
    transition: background .18s, border-color .18s, color .18s, transform .18s, box-shadow .18s;
}

.neo-news-page__slide-btn:hover[b-h3djerh1r1] {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .3);
    color: var(--news-text);
    transform: translateY(-50%) scale(1.04);
}

.neo-news-page__slide-btn--prev[b-h3djerh1r1] {
    left: -10px;
}

.neo-news-page__slide-btn--next[b-h3djerh1r1] {
    right: -10px;
}

.neo-news-page__slide-dots[b-h3djerh1r1] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}

.neo-news-page__slide-dot[b-h3djerh1r1] {
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: var(--news-line);
    cursor: pointer;
    transition: background .25s, width .25s, transform .2s;
}

.neo-news-page__slide-dot:hover[b-h3djerh1r1] {
    background: var(--news-muted);
}

.neo-news-page__slide-dot--active[b-h3djerh1r1] {
    width: 26px;
    background: var(--news-muted);
    transform: none;
}

/* -- State -- */
.neo-news-page__state[b-h3djerh1r1] {
    display: grid;
    gap: 16px;
    place-content: center;
    justify-items: center;
    padding: 80px 0;
    text-align: center;
    color: var(--news-muted);
}

.neo-news-page__state p[b-h3djerh1r1] {
    font-size: 1.1rem;
}

@media (prefers-reduced-motion: reduce) {
    .neo-news-page__cards-track[b-h3djerh1r1] {
        transition: none;
    }
}

/* -- Responsive -- */
@media (max-width: 1240px) {
    .neo-news-page__slide-btn--prev[b-h3djerh1r1] {
        left: 8px;
    }

    .neo-news-page__slide-btn--next[b-h3djerh1r1] {
        right: 8px;
    }
}

@media (max-width: 959px) {
    .neo-news-page__slide[b-h3djerh1r1] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .neo-news-page[b-h3djerh1r1] {
        padding: 0 16px 36px;
    }

    .neo-news-page__intro[b-h3djerh1r1] {
        grid-template-columns: 1fr;
        padding: 28px 0 14px;
    }

    .neo-news-page__intro h1[b-h3djerh1r1] {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }

    .neo-news-page__featured-grid[b-h3djerh1r1],
    .neo-news-page__slide[b-h3djerh1r1] {
        grid-template-columns: 1fr;
    }

    .neo-news-hero-card[b-h3djerh1r1] {
        min-height: 460px;
    }

    .neo-news-hero-card__content[b-h3djerh1r1] {
        width: 92%;
    }

    .neo-news-page__section-title[b-h3djerh1r1] {
        display: block;
    }

.neo-news-page__section-description[b-h3djerh1r1] {
        display: none;
    }

    .neo-news-page__slide-btn[b-h3djerh1r1] {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}
/* /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-icon-root.mud-svg-icon {
    fill: #FF6400 !important;
}

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

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

@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);
}

/* Label styled to match MudTextField labels */
.neo-phone-label[b-v5ajfhmg09] {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
    margin-bottom: 8px;
}

/* Phone field driven by intl-tel-input: the flag and dial code are display
   only and follow the country selector, they are never edited on their own. */
.neo-phone-field[b-v5ajfhmg09] {
    position: relative;
    text-align: left;
    display: block;
}

.neo-phone-field[b-v5ajfhmg09]  .iti {
    width: 100%;
}

.neo-phone-field[b-v5ajfhmg09]  input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: var(--mud-default-borderradius);
    background-color: transparent;
    color: var(--mud-palette-text-primary);
    font-family: inherit;
    font-size: 1rem;
}

.neo-phone-field[b-v5ajfhmg09]  input:hover:not(:disabled) {
    border-color: var(--mud-palette-text-primary);
}

.neo-phone-field[b-v5ajfhmg09]  input:focus {
    outline: none;
    border: 2px solid var(--mud-palette-primary);
}

.neo-phone-field[b-v5ajfhmg09]  input:disabled {
    background-color: transparent;
    color: var(--mud-palette-text-primary);
    cursor: not-allowed;
    opacity: 0.6;
}

.neo-phone-field[b-v5ajfhmg09]  .iti__selected-country {
    pointer-events: none;
    background-color: transparent;
}

.neo-phone-field[b-v5ajfhmg09]  .iti__selected-dial-code {
    color: var(--mud-palette-text-primary);
}

.neo-phone-field--error[b-v5ajfhmg09]  input,
.neo-phone-field--error[b-v5ajfhmg09]  input:hover {
    border-color: var(--mud-palette-error);
}

.neo-phone-error[b-v5ajfhmg09] {
    display: block;
    margin: 3px 14px 0;
    text-align: left;
}
/* /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;
}
