/* Final LANAYA88-style layer for KINCAI. Keep this file after style-main.css. */
:root {
    --lanaya-bg: #0f0808;
    --lanaya-card: #262020;
    --lanaya-panel: #170505;
    --lanaya-nav: #182535;
    --lanaya-gold: #f4b844;
    --lanaya-green: #21d980;
}

@font-face {
    font-family: Orbitron;
    font-style: normal;
    font-weight: 400 500 700;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/orbitron/v25/yMJRMIlzdpvBhQQL_Qq7dy0.woff2") format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-300-normal.0e90a0ae.woff2") format("woff2");
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-400-normal.69416ed8.woff2") format("woff2");
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-500-normal.ee38e491.woff2") format("woff2");
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-600-normal.04210876.woff2") format("woff2");
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-700-normal.31cc967c.woff2") format("woff2");
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/lanaya/outfit-latin-800-normal.0e7b6c06.woff2") format("woff2");
}

html,
body {
    overscroll-behavior-x: none;
    touch-action: pan-y;
    -webkit-text-size-adjust: 100%;
}

.lanaya-category-page {
    min-height: calc(100vh - 600px);
    margin-bottom: 0;
    padding-bottom: 42px;
    color: #fff;
    font-family: Outfit, Arial, sans-serif;
}

.lanaya-category-container {
    width: 100%;
    max-width: 1280px;
    margin: 40px auto 0;
}

.lanaya-category-top {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lanaya-category-top .heading_product_game_type {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: transparent;
    background: linear-gradient(180deg, #fff06a 0%, #ffc400 55%, #f49a00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    white-space: nowrap;
}

.lanaya-category-top .heading_product_game_type img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.lanaya-category-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    position: relative;
}

.lanaya-category-search {
    width: 325px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0 14px;
    border-radius: 4px;
    background: #262020;
}

.lanaya-category-search img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    opacity: .8;
}

.lanaya-category-search input {
    width: 100%;
    height: 18px;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: none;
    color: #d3f2ff;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.lanaya-category-search input::placeholder {
    color: rgba(211, 242, 255, .65);
}

.lanaya-category-filter {
    width: 48px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #262020;
    cursor: pointer;
}

.lanaya-category-filter img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.lanaya-search-results-panel,
.lanaya-filter-panel {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    z-index: 60;
    color: #fff;
    background: #241f20;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0,0,0,.42);
}

.lanaya-search-results-panel[hidden],
.lanaya-filter-panel[hidden] {
    display: none !important;
}

.lanaya-search-results-panel {
    width: 424px;
    max-width: calc(100vw - 32px);
    padding: 18px 20px;
}

.lanaya-search-results-head,
.lanaya-filter-head {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.lanaya-search-results-head b {
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 7px;
    background: rgba(255,255,255,.12);
    font-size: 14px;
}

.lanaya-search-results-head button,
.lanaya-filter-head button {
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding: 0;
    color: rgba(211,242,255,.76);
    background: transparent;
    border: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 28px;
    cursor: pointer;
}

.lanaya-search-results-list {
    max-height: 420px;
    display: grid;
    gap: 8px;
    margin-top: 18px;
    overflow-y: auto;
    padding-right: 4px;
}

.lanaya-search-result-item {
    min-height: 74px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 86px;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: #fff !important;
    background: rgba(0,0,0,.48);
    border-radius: 8px;
    text-decoration: none !important;
}

.lanaya-search-result-item img {
    width: 68px;
    height: 52px;
    object-fit: cover;
    border-radius: 2px;
}

.lanaya-search-result-title {
    min-width: 0;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
}

.lanaya-search-result-provider {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.lanaya-search-play {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
    background: #f32435;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 900;
    line-height: 14px;
    text-align: center;
}

.lanaya-search-empty {
    padding: 22px 12px;
    color: rgba(255,255,255,.68);
    background: rgba(0,0,0,.35);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.lanaya-filter-panel {
    width: 436px;
    max-width: calc(100vw - 32px);
    padding: 18px 20px 16px;
}

.lanaya-filter-body {
    max-height: 260px;
    margin-top: 16px;
    overflow-y: auto;
    padding-right: 6px;
}

.lanaya-filter-label {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 900;
}

.lanaya-filter-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lanaya-filter-chip {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: rgba(255,255,255,.72);
    background: rgba(0,0,0,.48);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.lanaya-filter-chip img {
    max-width: 28px;
    max-height: 20px;
    object-fit: contain;
}

.lanaya-filter-chip.active {
    color: #fff;
    border-color: rgba(243,36,53,.82);
    background: rgba(243,36,53,.22);
}

.lanaya-filter-actions {
    display: grid;
    grid-template-columns: 122px 1fr;
    gap: 16px;
    margin-top: 16px;
}

.lanaya-filter-reset,
.lanaya-filter-apply {
    height: 44px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-filter-reset {
    background: rgba(255,255,255,.14);
}

.lanaya-filter-apply {
    background: #f32435;
}

.lanaya-category-section {
    margin-top: 30px;
}

.lanaya-category-section .carousel-title {
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

.lanaya-category-section .carousel-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.lanaya-category-section .carousel-title b {
    min-width: 58px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 0 10px;
    color: #fff;
    border-radius: 4px;
    background: #262020;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.lanaya-provider-list {
    height: auto;
    max-height: 216px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 16px;
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-width: none;
}

.lanaya-provider-list::-webkit-scrollbar {
    display: none;
}

.lanaya-provider-card {
    position: relative;
    width: 151px;
    min-width: 151px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    background: #262020;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.lanaya-provider-card:hover,
.lanaya-provider-card.active {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    border-color: rgba(228, 39, 50, .75);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .05) inset;
    transform: translateY(-5px);
}

.lanaya-provider-card .relative {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.lanaya-provider-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lanaya-provider-hot {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    color: #fff;
    border-radius: 2px;
    background: #f00;
    font-size: 11px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}

.lanaya-category-games {
    margin-top: 40px;
    padding-bottom: 16px;
}

.lanaya-category-games-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.lanaya-category-game-link {
    width: 100%;
    height: 220px;
    display: block;
    color: #fff !important;
    text-decoration: none !important;
}

.lanaya-category-page .bg_card_game {
    position: relative;
    width: 100%;
    height: 220px !important;
    padding: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(0deg, rgb(38, 32, 32), rgb(38, 32, 32));
    background-origin: border-box;
    background-clip: border-box;
    box-shadow: rgb(38, 32, 32) 2px 1000px 1px inset;
}

.lanaya-category-page .bg_card_game .cont_image {
    position: relative;
    width: 100%;
    height: 150px !important;
    max-height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.lanaya-category-page .bg_card_game .cont_image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 22;
    width: 100%;
    height: 110px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 52.07%, #000 100%) !important;
}

.lanaya-category-page .bg_card_game .cont_image img {
    position: absolute;
    inset: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.lanaya-category-page .bg_card_detail_with_rtp_live {
    position: absolute !important;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 23;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    background: unset !important;
}

.lanaya-category-page .carousel-items-title {
    display: block;
    width: 100%;
    padding: 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.lanaya-category-page .carousel-items-subtitle {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 0 8px;
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: capitalize !important;
    white-space: nowrap;
}

.lanaya-category-page .bg_card_detail_with_rtp_live .h-\[52px\],
.lanaya-category-page .bg_card_detail_with_rtp_live > [class*="h-[52px]"] {
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
}

.lanaya-category-page .bg_card_detail_with_rtp_live .mt-\[14px\],
.lanaya-category-page .bg_card_detail_with_rtp_live [class*="mt-[14px]"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

.lanaya-category-page .bg_card_detail_with_rtp_live .flex-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lanaya-category-page .bg_card_detail_with_rtp_live .text-\[\#D3F2FFB2\] {
    color: rgba(211, 242, 255, .7);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.lanaya-category-page .lanaya-featured-rtp-badge {
    padding: 1px 5px;
    color: #21d980;
    border-radius: 54px;
    background-color: rgba(33, 217, 128, .15);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.lanaya-category-page .iWbnvF,
.lanaya-category-page .iWbnvF .bg-loading-bar {
    width: 100% !important;
}

.lanaya-category-page .iWbnvF .bg-loading-bar {
    height: 5px;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 9999px;
    background-color: rgba(33, 217, 128, .3);
}

.lanaya-category-page .iWbnvF .bg-rtp-live {
    z-index: 10;
    height: 5px;
    border-radius: 9999px;
    background-color: #43b309;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .14) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, .14) 0, rgba(255, 255, 255, .14) 75%, transparent 0, transparent);
    background-size: 16px 16px;
}

.lanaya-category-page .bg_card_game_hover,
#lanaya-featured-desktop .bg_card_game_hover {
    position: absolute !important;
    inset: 1px !important;
    z-index: 24;
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow: hidden;
    color: #fff;
    border-radius: 6px;
    background: rgba(216, 56, 65, .8);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .15s ease;
}

.lanaya-category-page .bg_card_game:hover .bg_card_game_hover,
#lanaya-featured-desktop .bg_card_game:hover .bg_card_game_hover {
    opacity: 1;
}

.lanaya-category-page .bg_card_game_hover svg,
#lanaya-featured-desktop .bg_card_game_hover svg {
    width: 82px;
    height: 82px;
    display: block;
}

.lanaya-category-page .bg_card_game_hover span,
#lanaya-featured-desktop .bg_card_game_hover span {
    width: 95px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.lanaya-category-page .bg_card_game_hover,
#lanaya-featured-desktop .bg_card_game_hover {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.lanaya-category-page .bg_card_game_hover > div,
#lanaya-featured-desktop .bg_card_game_hover > div {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 auto !important;
}

.lanaya-category-page .bg_card_game_hover svg,
#lanaya-featured-desktop .bg_card_game_hover svg {
    flex: 0 0 auto !important;
    margin: 0 auto !important;
}

.lanaya-category-page .bg_card_game_hover span,
#lanaya-featured-desktop .bg_card_game_hover span {
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 991.98px) {
    .lanaya-category-page {
        padding: 12px 12px 82px;
    }

    .lanaya-category-container {
        max-width: none;
        margin-top: 10px;
    }

    .lanaya-category-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .lanaya-category-tools,
    .lanaya-category-search {
        width: 100%;
    }

    .lanaya-search-results-panel,
    .lanaya-filter-panel {
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
    }

    .lanaya-search-result-item {
        grid-template-columns: 58px minmax(0, 1fr) 78px;
    }

    .lanaya-search-result-item img {
        width: 58px;
        height: 46px;
    }

    .lanaya-provider-list {
        flex-wrap: nowrap;
        max-height: none;
        padding-bottom: 8px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .lanaya-category-games-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .lanaya-category-game-link,
    .lanaya-category-page .bg_card_game {
        height: 185px !important;
    }

    .lanaya-category-page .bg_card_game .cont_image {
        height: 118px !important;
    }

    .lanaya-category-page .carousel-items-title {
        font-size: 12px;
        line-height: 14px;
    }

    .lanaya-category-page .carousel-items-subtitle {
        font-size: 10px;
        line-height: 12px;
    }
}

input,
select,
textarea,
button {
    font-size: 16px;
}

[hidden] {
    display: none !important;
}

#wrapper {
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 0, rgba(228,39,50,.12), transparent 28%),
        var(--lanaya-bg) !important;
    background-size: 122px 122px, 122px 122px, 100% 620px, auto;
}

.mcp-top-header {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: visible;
}

.lanaya-desktop-header {
    height: 66px;
    overflow: visible;
    z-index: auto !important;
    background:
        linear-gradient(180deg, rgba(128,6,12,.98), #260000 60%, #080000 100%) !important;
    border-bottom: 2px solid #7f1014;
}

.lanaya-desktop-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -43px;
    height: 43px;
    pointer-events: none;
    background:
        linear-gradient(90deg, #b4141d 0 9%, transparent 9% 91%, #b4141d 91% 100%),
        linear-gradient(180deg, #4d0508, #b9151e 45%, #140304 48%, transparent 50%);
    clip-path: polygon(0 0, 9% 0, 11% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 89% 100%, 91% 0);
    filter: drop-shadow(0 4px 0 rgba(0,0,0,.85));
}

.lanaya-topbar {
    min-height: 64px;
}

.lanaya-searchbox,
.lanaya-filter-button,
.lanaya-menu-toggle {
    background: rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.lanaya-header-search-wrap {
    position: relative;
    z-index: 2100;
    flex: 0 0 326px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lanaya-header-searchbox {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    cursor: text;
}

.lanaya-header-searchbox input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
}

.lanaya-header-searchbox input::placeholder {
    color: rgba(255,255,255,.54);
}

.lanaya-header-search-results,
.lanaya-header-filter-panel {
    top: calc(100% + 20px);
    right: auto;
    left: 0;
    z-index: 2200;
}

.lanaya-header-filter-panel .lanaya-filter-body {
    max-height: 318px;
}

.lanaya-filter-provider-title {
    margin-top: 22px;
}

.lanaya-auth-cta {
    background: linear-gradient(180deg, var(--lanaya-accent), var(--lanaya-accent-hover)) !important;
    border: 1px solid rgba(255,255,255,.12);
}

section.site-header {
    top: 66px;
    height: 84px;
    background: linear-gradient(180deg, #1e2d40, #172333) !important;
    border-bottom: 2px solid rgba(0,0,0,.72);
}

section.site-header .navbar,
section.site-header ul.navbar-nav,
section.site-header ul.navbar-nav li.nav-item a.nav-link {
    min-height: 84px;
    height: 84px;
}

section.site-header ul.navbar-nav {
    gap: clamp(18px, 2.2vw, 42px);
}

section.site-header ul.navbar-nav li.nav-item a.nav-link {
    color: rgba(255,255,255,.48) !important;
}

section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link::after {
    height: 6px;
    background: var(--lanaya-accent);
}

.containerslide {
    position: relative;
    isolation: isolate;
    width: min(100% - 82px, 1280px);
    margin-top: 48px;
}

.containerslide::before {
    top: -72px;
    height: 460px;
    background:
        url("../images/lanaya/banner-background.webp") center top / cover no-repeat,
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) !important;
    background-size: cover, 122px 122px, 122px 122px !important;
    opacity: .78;
}

.containerslide::after {
    top: 320px;
    height: 74px;
    background:
        linear-gradient(90deg, transparent 0, rgba(124,21,26,.55) 15%, rgba(166,38,42,.7) 50%, rgba(124,21,26,.55) 85%, transparent 100%) !important;
    opacity: .65;
    clip-path: polygon(0 0, 12% 0, 15% 72%, 85% 72%, 88% 0, 100% 0, 100% 100%, 0 100%);
}

.carousel-item img {
    border-radius: 0 !important;
    box-shadow: none;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    height: 3px;
    border: 0;
    background: rgba(228,39,50,.45);
}

.carousel-indicators .active {
    background: var(--lanaya-accent);
}

.type-container.lanaya-featured-panel {
    min-height: 386px;
    margin-top: 112px;
    padding: 82px 28px 58px 448px !important;
    overflow: visible;
    background:
        repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px),
        linear-gradient(90deg, #9e151a 0%, #b21d23 43%, #7d1115 100%) !important;
    border: 1px solid rgba(244,92,92,.28) !important;
    border-radius: 0 !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.06),
        inset 0 -10px 0 rgba(0,0,0,.28),
        0 12px 28px rgba(0,0,0,.3);
}

.type-container.lanaya-featured-panel::before {
    width: 430px;
    background: linear-gradient(62deg, rgba(103,8,12,.88) 0%, rgba(156,24,29,.82) 72%, transparent 72%) !important;
    clip-path: none;
}

.type-container.lanaya-featured-panel::after {
    content: "";
    position: absolute;
    left: 250px;
    bottom: 86px;
    z-index: 2;
    width: 244px;
    height: 360px;
    pointer-events: none;
    background: url("../images/lanaya/bg-featured-slider-desktop.png") center bottom / contain no-repeat;
}

.lanaya-feature-tabs {
    position: absolute;
    left: 36px;
    top: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.lanaya-feature-tabs span {
    min-width: 126px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 16px;
    font-weight: 900;
}

.lanaya-feature-tabs .active {
    background: linear-gradient(180deg, #8ea9c6, #587999);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.lanaya-feature-seeall {
    position: absolute;
    left: 37px;
    top: 286px;
    z-index: 4;
    min-width: 120px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #151515 !important;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.type-container.lanaya-featured-panel legend {
    left: 36px;
    top: 118px;
    z-index: 4;
    width: 330px;
}

.type-container.lanaya-featured-panel legend h2,
.type-container.lanaya-featured-panel legend h3 {
    font-size: 47px;
    line-height: 1.14;
}

.type-container.lanaya-featured-panel legend::after {
    width: 300px;
    font-size: 18px;
    font-weight: 600;
}

.type-container.lanaya-featured-panel .row {
    position: relative;
    z-index: 4;
}

.type-container.lanaya-featured-panel .row > [class*="col-"],
.type-container.lanaya-game-row .row > [class*="col-"] {
    flex-basis: 224px;
    max-width: 224px;
}

.lanaya-slot-rtp-card {
    flex: 0 0 468px;
    max-width: 468px;
    padding-left: 8px;
    padding-right: 8px;
}

.lanaya-slot-rtp-card a,
.lanaya-slot-rtp-card img {
    display: block;
    width: 100%;
    height: 220px;
}

.lanaya-slot-rtp-card img {
    object-fit: cover;
    border-radius: 5px;
}

.type-container.lanaya-game-row .row {
    align-items: flex-start;
}

.lanaya-togel-card {
    border-radius: 5px;
    background: #262020;
}

.lanaya-togel-badge {
    filter: drop-shadow(0 4px 0 rgba(0,0,0,.35));
}

.footerfixedcontent {
    z-index: 1060;
}

.footercontentdesktop {
    background: radial-gradient(72.73% 100% at 50% 0%, #9e3c3c 0%, #782323 29.7%, #221212 100%) !important;
}

.footercontentdesktop a,
.footercontentdesktop button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff !important;
    font: inherit;
    cursor: pointer;
}

.footercontenttext img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: grayscale(1) brightness(2.4);
}

.footercontentdesktop .row > .col:nth-child(3) .footercontenttext i {
    font-size: 18px;
}

.lanaya-game-backdrop {
    position: fixed;
    inset: 0 0 72px 0;
    z-index: 1052;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(1px);
}

.lanaya-mobile-game-menu {
    position: fixed;
    left: 50%;
    bottom: 124px;
    z-index: 1058;
    width: min(calc(100vw - 72px), 340px);
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    transform: translateX(-50%);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;
    background:
        linear-gradient(137deg, rgba(82,82,82,.75) 5%, transparent 40%),
        linear-gradient(to bottom right, #1d1d1d, #1d1d1d);
    box-shadow: 0 14px 38px rgba(0,0,0,.42);
}

.lanaya-mobile-game-menu[hidden],
.lanaya-game-backdrop[hidden] {
    display: none !important;
}

.lanaya-mobile-game-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 16px;
    height: 16px;
    transform: translateX(-50%) rotate(45deg);
    background: #1d1d1d;
    border-right: 1px solid rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.04);
}

.lanaya-mobile-game-menu a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 7px 10px;
    color: #fff !important;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.lanaya-mobile-game-menu img,
.lanaya-mobile-game-menu i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    filter: grayscale(1) brightness(2.35);
}

html.lanaya-game-menu-open,
html.lanaya-game-menu-open body {
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .lanaya-game-backdrop,
    .lanaya-mobile-game-menu {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .type-container.lanaya-featured-panel {
        padding-left: 360px !important;
    }

    .type-container.lanaya-featured-panel::after {
        left: 202px;
        width: 216px;
    }

    .lanaya-feature-tabs span {
        min-width: 116px;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }

    .lanaya-mobile-header {
        position: sticky;
        top: 0;
        z-index: 1050;
        width: 100vw;
        max-width: 100vw;
        height: 58px;
        overflow: visible;
        background: linear-gradient(180deg, #5f080b 0%, #160000 62%, #060000 100%) !important;
        border-top: 2px solid var(--lanaya-accent);
        border-bottom: 1px solid #771314;
        box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
    }

    .lanaya-mobile-header::before {
        content: "";
        position: absolute;
        inset: 0 14px 4px;
        pointer-events: none;
        border: 1px solid rgba(255,255,255,.35);
        border-top: 0;
        border-radius: 0 0 18px 18px;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
    }

    .lanaya-mobile-header .container-fluid {
        position: relative;
        z-index: 1;
        width: 100vw;
        max-width: 100vw;
        padding-left: 20px;
        padding-right: 12px;
    }

    .lanaya-mobile-topbar {
        position: relative;
        width: 100%;
        max-width: 100vw;
        height: 56px;
    }

    .lanaya-mobile-brand {
        width: 138px;
        max-width: 138px;
        flex: 0 1 138px;
        margin-right: 0 !important;
    }

    .topbrandimgmobile {
        max-height: 40px;
    }

    .lanaya-mobile-actions {
        position: absolute;
        top: 8px;
        right: 0;
        flex: 0 0 auto;
        gap: 9px;
    }

    .lanaya-mobile-actions .lanaya-auth-link {
        position: fixed;
        top: 22px;
        right: 108px;
        z-index: 1052;
        font-size: 13px;
        font-weight: 900;
        color: rgba(255,255,255,.86) !important;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        position: fixed;
        top: 10px;
        right: 18px;
        z-index: 1052;
        min-width: 78px;
        height: 40px;
        font-size: 12px;
        border-radius: 4px;
        font-size: 13px;
        background: linear-gradient(180deg, var(--lanaya-accent), var(--lanaya-accent-hover)) !important;
    }

    .lanaya-mobile-balance {
        position: fixed;
        top: 11px;
        right: 82px;
        z-index: 1052;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 58px;
        color: #fff !important;
        line-height: 1.05;
    }

    .lanaya-mobile-balance span {
        font-size: 14px;
        font-weight: 800;
    }

    .lanaya-mobile-balance strong {
        font-size: 14px;
        font-weight: 800;
        white-space: nowrap;
    }

    .lanaya-mobile-notify {
        position: fixed;
        top: 10px;
        right: 46px;
        z-index: 1052;
        width: 30px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 26px;
    }

    .lanaya-mobile-avatar {
        position: fixed;
        top: 12px;
        right: 10px;
        z-index: 1052;
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: linear-gradient(180deg, #f1fbff, #9fd0eb);
        color: #0d2130;
        font-size: 16px;
        font-weight: 900;
    }

    .lanaya-mobile-nav-shell {
        position: sticky;
        top: 58px;
        z-index: 1048;
        min-height: 82px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 22px;
        padding: 18px 22px 16px;
        background: linear-gradient(180deg, #1d2b3d 0%, #172333 100%);
        border-top: 1px solid rgba(228,39,50,.6);
        border-bottom: 6px solid #070707;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }

    .lanaya-mobile-nav-shell::before,
    .lanaya-mobile-nav-shell::after {
        content: "";
        position: absolute;
        top: 0;
        width: 92px;
        height: 32px;
        pointer-events: none;
        background: linear-gradient(180deg, #220304, #b6151e 46%, #330609);
        border-bottom: 1px solid #6f0e12;
        filter: drop-shadow(0 3px 0 rgba(0,0,0,.7));
    }

    .lanaya-mobile-nav-shell::before {
        left: 0;
        clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
    }

    .lanaya-mobile-nav-shell::after {
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
    }

    .lanaya-mobile-nav-shell a {
        position: relative;
        z-index: 1;
        min-width: 74px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #fff !important;
        font-size: 14px;
        font-weight: 900;
    }

    .lanaya-mobile-nav-shell i {
        font-size: 17px;
    }

    .lanaya-mobile-nav-shell-guest {
        min-height: 82px;
    }

    section.site-header {
        display: none !important;
    }

    .notificationtext {
        display: none !important;
    }

    .containerslide {
        width: calc(100% - 36px);
        margin-top: 0;
    }

    .containerslide::before {
        top: -18px;
        height: 300px;
    }

    .containerslide::after {
        top: 188px;
        height: 48px;
    }

    .carousel-item img {
        aspect-ratio: 350 / 166;
        height: auto;
        object-fit: cover;
    }

    .carousel-indicators {
        bottom: -34px;
    }

    .bg-custom.d-block.d-sm-none {
        padding-top: 48px;
    }

    .type-container.lanaya-featured-panel {
        overflow: hidden;
        min-height: 324px;
        margin-top: 10px;
        padding: 132px 0 22px 0 !important;
    }

    .type-container.lanaya-featured-panel::after {
        left: auto;
        right: -32px;
        bottom: auto;
        top: -4px;
        width: 156px;
        height: 200px;
        opacity: .8;
    }

    .lanaya-feature-tabs,
    .lanaya-feature-seeall {
        display: none;
    }

    .type-container.lanaya-featured-panel legend {
        left: 20px;
        top: 34px;
        width: calc(100% - 138px);
    }

    .type-container.lanaya-featured-panel legend h2,
    .type-container.lanaya-featured-panel legend h3 {
        font-size: 28px;
    }

    .type-container.lanaya-featured-panel legend::before {
        display: none !important;
    }

    .lanaya-slot-rtp-card {
        display: none;
    }

    .footerfixedcontent {
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .footercontentdesktop {
        min-height: 73px;
        padding-bottom: max(4px, env(safe-area-inset-bottom));
    }

    .footercontentdesktop .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .footercontentdesktop .row {
        margin-left: 0;
        margin-right: 0;
    }

    .footercontentdesktop .row > .col {
        flex: 0 0 20vw;
        width: 20vw;
        max-width: 20vw;
    }

    .footercontentdesktop small {
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .lanaya-mobile-header .container-fluid {
        padding-left: 22px;
        padding-right: 16px;
    }

    .lanaya-mobile-brand {
        max-width: 132px;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        min-width: 82px;
    }

    .lanaya-mobile-game-menu {
        width: calc(100vw - 48px);
        gap: 10px;
    }

    .lanaya-mobile-game-menu a {
        font-size: 13px;
        gap: 8px;
    }
}

/* LANAYA parity pass: header, featured games, and slot rows. */
html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

.lanaya-desktop-header,
.lanaya-mobile-header,
.lanaya-mobile-nav-shell,
section.site-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

.lanaya-featured-panel .row > .hoverimg:not(.lanaya-source-card),
.lanaya-slot-section .lanaya-game-row .row > .hoverimg:not(.lanaya-source-card) {
    display: none !important;
}

.lanaya-source-card .game-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 248px;
    padding: 8px !important;
    overflow: hidden;
    color: #fff !important;
    text-align: left;
    border: 1px solid rgba(249,250,251,.1);
    border-radius: 4px;
    background: #262020;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.lanaya-source-card .game-item:hover {
    color: #fff !important;
    text-decoration: none;
    border-color: rgba(228,39,50,.8);
}

.lanaya-source-card .gamertpimg {
    width: 100%;
    height: 152px;
    flex: 0 0 152px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
    box-shadow: none !important;
}

.lanaya-card-title,
.lanaya-provider-label,
.lanaya-rtp-label,
.lanaya-rtp-track {
    position: relative;
    z-index: 2;
    display: block;
}

.lanaya-card-title {
    margin-top: 9px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lanaya-provider-label {
    margin-top: 2px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-weight: 800;
    line-height: 14px;
}

.lanaya-rtp-label {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
}

.lanaya-rtp-label b {
    color: #20df8b;
    font-size: 12px;
    font-weight: 900;
}

.lanaya-rtp-track {
    height: 6px;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 2px;
    background: rgba(255,255,255,.12);
}

.lanaya-rtp-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: repeating-linear-gradient(-45deg, #29e18a 0 8px, #1acb70 8px 16px);
}

@media (min-width: 768px) {
    .mcp-top-header {
        overflow: visible;
    }

    .lanaya-desktop-header {
        z-index: 50;
        height: 66px !important;
        overflow: visible !important;
        background:
            radial-gradient(70% 90% at 50% 0%, rgba(228,39,50,.32), transparent 56%),
            linear-gradient(180deg, #4e0507 0%, #190000 62%, #070000 100%) !important;
        border-top: 1px solid rgba(255,255,255,.18);
        border-bottom: 1px solid #811016;
        box-shadow: inset 0 -8px 12px rgba(0,0,0,.36);
    }

    .lanaya-desktop-header::before {
        content: "";
        position: absolute;
        inset: 0 18px 8px;
        pointer-events: none;
        border-left: 1px solid rgba(255,255,255,.72);
        border-right: 1px solid rgba(255,255,255,.72);
        clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 28px 100%);
    }

    .lanaya-desktop-header::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -44px;
        z-index: 5;
        height: 44px;
        pointer-events: none;
        background:
            linear-gradient(90deg, #b9151e 0 9%, transparent 9% 91%, #b9151e 91% 100%),
            linear-gradient(180deg, #310304 0%, #b9151e 42%, #3d0608 57%, transparent 58%);
        clip-path: polygon(0 0, 9% 0, 11.2% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 88.8% 100%, 91% 0);
        filter: drop-shadow(0 3px 0 rgba(0,0,0,.78));
    }

    .lanaya-desktop-header .container-fluid {
        position: relative;
        z-index: 2;
        height: 66px;
        padding: 0 clamp(18px, 3.1vw, 42px);
    }

    .lanaya-topbar {
        display: flex;
        align-items: center;
        height: 66px;
        min-height: 66px !important;
        gap: 12px;
    }

    .lanaya-brand {
        flex: 0 0 132px;
        width: 132px;
        margin-right: 8px !important;
    }

    .lanaya-brand img,
    .topbtandimgdesktop {
        width: 132px;
        max-width: 132px;
        max-height: 50px;
        object-fit: contain;
    }

    .lanaya-searchbox {
        flex: 0 1 226px;
        width: 226px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        gap: 11px;
        padding: 0 13px;
        color: rgba(255,255,255,.55) !important;
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 4px;
        background: rgba(255,255,255,.12) !important;
        font-size: 15px;
        font-weight: 600;
    }

    .lanaya-filter-button {
        flex: 0 0 46px;
        width: 46px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,.78) !important;
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 4px;
        background: rgba(255,255,255,.12) !important;
        font-size: 17px;
    }

    .lanaya-quick-links {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: clamp(18px, 2.2vw, 32px);
        white-space: nowrap;
    }

    .lanaya-quick-links a,
    .lanaya-auth-link {
        color: rgba(255,255,255,.78) !important;
        font-size: 14px;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .lanaya-quick-links i {
        margin-right: 7px;
        color: rgba(255,255,255,.68);
    }

    .lanaya-auth-actions {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-left: 8px;
        white-space: nowrap;
    }

    .lanaya-auth-cta {
        min-width: 98px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 4px;
        background: linear-gradient(180deg, #f23a43, #d91d29) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 2px 8px rgba(0,0,0,.3);
        font-size: 15px;
        font-weight: 900;
        text-transform: uppercase;
    }

    section.site-header {
        z-index: 30;
        display: block !important;
        height: 84px !important;
        margin-top: 0 !important;
        overflow: visible;
        background: linear-gradient(180deg, #1e2d40 0%, #172333 100%) !important;
        border-top: 1px solid rgba(255,255,255,.05);
        border-bottom: 2px solid #060a0d;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    }

    section.site-header::before,
    section.site-header::after {
        content: "";
        position: absolute;
        top: 0;
        z-index: 1;
        width: 154px;
        height: 44px;
        pointer-events: none;
        background:
            repeating-linear-gradient(75deg, transparent 0 7px, rgba(0,0,0,.45) 7px 9px, transparent 9px 14px),
            linear-gradient(180deg, #250304, #b9151e 48%, #380608);
        border-bottom: 1px solid #6f0e12;
        filter: drop-shadow(0 3px 0 rgba(0,0,0,.72));
    }

    section.site-header::before {
        left: 0;
        clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    }

    section.site-header::after {
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
    }

    section.site-header .container {
        position: relative;
        z-index: 2;
        height: 84px;
        max-width: 1230px;
        padding-left: 0;
        padding-right: 0;
    }

    section.site-header .navbar {
        height: 84px !important;
        min-height: 84px !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

    section.site-header .collapse {
        height: 84px;
    }

    section.site-header ul.navbar-nav {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        width: 100%;
        height: 84px !important;
        min-height: 84px !important;
        gap: 0 !important;
        overflow: visible;
    }

    section.site-header ul.navbar-nav li.nav-item {
        width: auto !important;
        flex: 0 0 auto;
        height: 84px;
    }

    section.site-header ul.navbar-nav li.nav-item:nth-child(1) { order: 1 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(2) { order: 2 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(3) { order: 3 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(4) { order: 4 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(5) { order: 5 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(6) { order: 6 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(7) { order: 7 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(8) { order: 8 !important; }
    section.site-header ul.navbar-nav li.nav-item:nth-child(9) { order: 9 !important; }

    section.site-header ul.navbar-nav li.nav-item a.nav-link {
        position: relative;
        height: 84px !important;
        min-height: 84px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 8px !important;
        color: rgba(255,255,255,.48) !important;
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        white-space: nowrap;
    }

    section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link {
        color: #fff !important;
    }

    section.site-header ul.navbar-nav li.nav-item a.nav-link::after {
        content: none;
    }

    section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link::after {
        content: "";
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 0;
        height: 6px;
        border-radius: 6px 6px 0 0;
        background: #e42732;
    }

    .gamelistmenudesktop {
        width: 23px !important;
        height: 23px !important;
        margin: 0 !important;
        object-fit: contain;
        filter: grayscale(1) brightness(2.25);
    }

    .type-container.lanaya-featured-panel {
        width: 100%;
        min-height: 386px;
        margin-top: 112px;
        padding: 76px 28px 58px 448px !important;
        background:
            linear-gradient(90deg, rgba(94,5,9,.92) 0 26%, transparent 26%),
            linear-gradient(64deg, transparent 0 27%, rgba(255,255,255,.06) 27% 31%, transparent 31% 100%),
            repeating-linear-gradient(0deg, rgba(255,255,255,.085) 0 1px, transparent 1px 4px),
            linear-gradient(90deg, #951419 0%, #b21d23 49%, #8a1216 100%) !important;
        border: 1px solid rgba(244,92,92,.30) !important;
        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,.05),
            inset 0 -10px 0 rgba(0,0,0,.24),
            0 14px 28px rgba(0,0,0,.32);
    }

    .type-container.lanaya-featured-panel::before {
        width: 438px;
        background: linear-gradient(64deg, rgba(105,5,10,.92) 0 72%, transparent 72%) !important;
    }

    .type-container.lanaya-featured-panel::after {
        left: 286px;
        bottom: 76px;
        width: 226px;
        height: 356px;
        opacity: .96;
    }

    .type-container.lanaya-featured-panel legend {
        left: 36px;
        top: 122px;
        width: 330px;
    }

    .type-container.lanaya-featured-panel legend h2,
    .type-container.lanaya-featured-panel legend h3 {
        font-family: Orbitron, Outfit, Arial, sans-serif;
        font-size: 47px;
        font-weight: 800;
        line-height: 1.16;
        letter-spacing: 0;
    }

    .type-container.lanaya-featured-panel legend::after {
        width: 310px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.28;
    }

    .lanaya-feature-tabs {
        top: 20px;
        left: 36px;
    }

    .lanaya-feature-tabs span {
        height: 40px;
        min-width: 126px;
    }

    .lanaya-feature-seeall {
        left: 37px;
        top: 286px;
        min-width: 120px;
        height: 40px;
        border-radius: 0;
        color: #161616 !important;
        background: #fff !important;
        box-shadow: none;
    }

    .type-container.lanaya-featured-panel .row,
    .type-container.lanaya-game-row .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 10px;
        margin: 0 !important;
        overflow: hidden;
    }

    .type-container.lanaya-featured-panel .row > .lanaya-source-card,
    .type-container.lanaya-game-row .row > .lanaya-source-card {
        flex: 0 0 224px !important;
        max-width: 224px !important;
        padding: 0 !important;
    }

    .lanaya-slot-section .lanaya-game-row {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .lanaya-slot-section .lanaya-game-row legend {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 20px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lanaya-slot-section .lanaya-game-row legend h3 {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .lanaya-slot-section .lanaya-game-row legend h3::before {
        content: "";
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url("../images/lanaya/iconSet1/slot.webp") center / contain no-repeat;
        filter: grayscale(1) brightness(2.2);
    }

    .lanaya-slot-rtp-card {
        flex: 0 0 468px !important;
        max-width: 468px !important;
        padding: 0 !important;
    }

    .lanaya-slot-rtp-card a,
    .lanaya-slot-rtp-card img {
        height: 220px !important;
        border-radius: 5px;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    .lanaya-quick-links {
        gap: 14px;
    }

    .lanaya-quick-links a,
    .lanaya-auth-link {
        font-size: 12px;
    }

    .lanaya-searchbox {
        flex-basis: 190px;
        width: 190px;
    }

    section.site-header .container {
        max-width: calc(100% - 36px);
    }

    section.site-header ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        gap: 6px;
        padding: 0 5px !important;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        touch-action: pan-y;
    }

    .mcp-top-header {
        overflow: visible;
    }

    .lanaya-mobile-header {
        z-index: 40;
        width: 100% !important;
        max-width: 100% !important;
        height: 58px !important;
        overflow: visible;
        background:
            radial-gradient(75% 100% at 50% 0%, rgba(228,39,50,.34), transparent 58%),
            linear-gradient(180deg, #5d070a 0%, #190000 62%, #050000 100%) !important;
        border-top: 2px solid #e42732;
        border-bottom: 1px solid #811016;
        box-shadow: inset 0 -8px 10px rgba(0,0,0,.32);
    }

    .lanaya-mobile-header::before {
        content: "";
        position: absolute;
        inset: 0 16px 5px;
        pointer-events: none;
        border-left: 1px solid rgba(255,255,255,.72);
        border-right: 1px solid rgba(255,255,255,.72);
        border-bottom: 1px solid rgba(255,255,255,.35);
        border-radius: 0 0 14px 14px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 24px 100%);
    }

    .lanaya-mobile-header::after {
        content: "";
        position: absolute;
        left: 28px;
        bottom: 2px;
        width: 76px;
        height: 3px;
        pointer-events: none;
        background: linear-gradient(90deg, transparent, rgba(228,39,50,.7), transparent);
    }

    .lanaya-mobile-header .container-fluid {
        position: relative;
        z-index: 2;
        width: 100% !important;
        max-width: 100% !important;
        height: 58px;
        padding: 0 18px 0 23px !important;
    }

    .lanaya-mobile-topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 58px !important;
        max-width: 100%;
    }

    .lanaya-mobile-brand {
        flex: 0 1 150px;
        width: 150px;
        max-width: 150px !important;
        margin: 0 !important;
    }

    .topbrandimgmobile {
        width: 150px;
        max-width: 150px;
        max-height: 45px;
        object-fit: contain;
    }

    .lanaya-mobile-actions {
        position: absolute !important;
        top: 9px !important;
        right: auto !important;
        left: 205px !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        width: 164px;
        gap: 10px;
        margin-left: 0;
    }

    .lanaya-mobile-actions .lanaya-auth-link,
    .lanaya-mobile-actions .lanaya-auth-cta,
    .lanaya-mobile-balance,
    .lanaya-mobile-notify,
    .lanaya-mobile-avatar {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        z-index: auto !important;
    }

    .lanaya-mobile-actions .lanaya-auth-link {
        min-width: 58px;
        color: rgba(255,255,255,.88) !important;
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        min-width: 96px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 4px;
        background: linear-gradient(180deg, #f23a43, #d91d29) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 2px 7px rgba(0,0,0,.32);
        font-size: 13px !important;
        font-weight: 900;
    }

    .lanaya-mobile-balance {
        min-width: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff !important;
        line-height: 1.05;
    }

    .lanaya-mobile-balance span,
    .lanaya-mobile-balance strong {
        font-size: 14px;
        font-weight: 800;
        white-space: nowrap;
    }

    .lanaya-mobile-notify {
        width: 30px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 26px;
    }

    .lanaya-mobile-avatar {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: linear-gradient(180deg, #f1fbff, #9fd0eb);
        color: #0d2130;
        font-size: 16px;
        font-weight: 900;
    }

    .lanaya-mobile-nav-shell {
        z-index: 60;
        width: 100%;
        height: 82px !important;
        min-height: 82px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 22px;
        padding: 18px 22px 16px !important;
        overflow: hidden;
        background: linear-gradient(180deg, #1d2b3d 0%, #172333 100%) !important;
        border-top: 1px solid rgba(228,39,50,.62);
        border-bottom: 6px solid #070707;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    }

    .lanaya-mobile-nav-shell::before,
    .lanaya-mobile-nav-shell::after {
        content: "";
        position: absolute;
        top: 0;
        width: 102px;
        height: 33px;
        pointer-events: none;
        background:
            repeating-linear-gradient(75deg, transparent 0 5px, rgba(0,0,0,.45) 5px 7px, transparent 7px 12px),
            linear-gradient(180deg, #250304, #b9151e 48%, #380608);
        border-bottom: 1px solid #6f0e12;
        filter: drop-shadow(0 3px 0 rgba(0,0,0,.72));
    }

    .lanaya-mobile-nav-shell::before {
        left: 0;
        clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    }

    .lanaya-mobile-nav-shell::after {
        right: 0;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
    }

    .lanaya-mobile-nav-shell a {
        position: relative;
        z-index: 1;
    }

    .lanaya-mobile-nav-shell-guest {
        display: block !important;
    }

    .bg-custom.d-block.d-sm-none {
        padding-top: 48px !important;
    }

    .lanaya-mobile-lobby .lanaya-favorite-section,
    .lanaya-mobile-lobby .lanaya-slot-section {
        width: calc(100vw - 36px);
        max-width: 378px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel {
        box-sizing: border-box;
        width: calc(100vw - 36px);
        max-width: calc(100vw - 36px);
        min-height: 0;
        margin-top: 8px;
        padding: 186px 18px 28px !important;
        overflow: visible;
        background:
            linear-gradient(64deg, transparent 0 62%, rgba(255,255,255,.06) 62% 69%, transparent 69%),
            repeating-linear-gradient(0deg, rgba(255,255,255,.09) 0 1px, transparent 1px 4px),
            linear-gradient(180deg, #bd2028 0%, #94161b 100%) !important;
        border: 1px solid rgba(244,92,92,.35) !important;
        border-radius: 0 !important;
        box-shadow:
            inset 0 0 0 1px rgba(255,255,255,.05),
            inset 0 -9px 0 rgba(0,0,0,.24);
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel::before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -30px;
        width: auto;
        height: 30px;
        background: linear-gradient(180deg, #7a0d11, #4d0709) !important;
        clip-path: polygon(0 0, 13% 0, 17% 100%, 83% 100%, 87% 0, 100% 0, 100% 100%, 0 100%);
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel::after {
        right: 18px;
        left: auto;
        top: -34px;
        bottom: auto;
        width: 176px;
        height: 248px;
        opacity: .92;
        background-size: contain;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel legend {
        left: 20px;
        top: 32px;
        z-index: 4;
        width: 158px;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel legend h2,
    .lanaya-mobile-lobby .type-container.lanaya-featured-panel legend h3 {
        font-family: Orbitron, Outfit, Arial, sans-serif;
        font-size: 28px !important;
        font-weight: 800;
        line-height: 1.18;
        letter-spacing: 0;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel legend::after,
    .lanaya-mobile-lobby .type-container.lanaya-featured-panel legend::before {
        display: none !important;
    }

    .lanaya-mobile-lobby .lanaya-feature-seeall {
        position: absolute;
        right: auto;
        left: 254px;
        top: 112px;
        z-index: 5;
        min-width: 118px;
        width: 138px;
        height: 42px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #1b1b1b !important;
        background: #f2eeee !important;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 2px;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.7px;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel .row {
        position: relative;
        z-index: 5;
        display: grid !important;
        width: 342px;
        max-width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: 0 !important;
        overflow: visible;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel .row > .lanaya-source-card {
        display: block;
        min-width: 0 !important;
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel .row > .lanaya-source-card:nth-of-type(n+4) {
        display: none !important;
    }

    .lanaya-mobile-lobby .lanaya-source-card .game-item {
        min-width: 0 !important;
        height: 162px;
        padding: 4px !important;
    }

    .lanaya-mobile-lobby .lanaya-source-card .gamertpimg {
        height: 86px;
        flex-basis: 86px;
    }

    .lanaya-mobile-lobby .lanaya-card-title {
        margin-top: 7px;
        font-size: 12px;
        line-height: 13px;
    }

    .lanaya-mobile-lobby .lanaya-provider-label {
        font-size: 10px;
        line-height: 12px;
    }

    .lanaya-mobile-lobby .lanaya-rtp-label {
        font-size: 11px;
        line-height: 13px;
    }

    .lanaya-mobile-lobby .lanaya-rtp-track {
        height: 5px;
    }

    .lanaya-mobile-lobby .lanaya-slot-section {
        margin-top: 46px;
    }

    .lanaya-mobile-lobby .lanaya-slot-section .lanaya-game-row {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .lanaya-mobile-lobby .lanaya-slot-section legend {
        position: relative;
        left: auto;
        top: auto;
        z-index: 3;
        width: 100%;
        margin: 0 0 14px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lanaya-mobile-lobby .lanaya-slot-section legend h3 {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }

    .lanaya-mobile-lobby .lanaya-slot-section legend h3::before {
        content: "";
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url("../images/lanaya/iconSet1/slot.webp") center / contain no-repeat;
        filter: grayscale(1) brightness(2.2);
    }

    .lanaya-section-seeall-mobile {
        min-width: 100px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        border-radius: 999px;
        background: #241b1d;
        font-size: 11px;
        font-weight: 900;
    }

    .lanaya-mobile-lobby .lanaya-slot-section .row {
        display: grid !important;
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin: 0 !important;
        overflow: visible;
        box-sizing: border-box;
    }

    .lanaya-mobile-slot-rtp-card {
        grid-column: 1 / -1;
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
        margin-bottom: 4px;
    }

    .lanaya-mobile-slot-rtp-card a {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 339 / 160;
        overflow: hidden;
        border-radius: 5px;
    }

    .lanaya-mobile-slot-rtp-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lanaya-mobile-slot-rtp-card span {
        position: absolute;
        right: 14px;
        bottom: 16px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 10px;
        color: #fff;
        border-radius: 2px;
        background: rgba(0,0,0,.48);
        font-size: 10px;
        font-weight: 900;
    }

    .lanaya-mobile-lobby .lanaya-slot-section .row > .lanaya-source-card {
        display: block;
        min-width: 0 !important;
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
    }
}

@media (max-width: 380px) {
    .lanaya-mobile-header .container-fluid {
        padding-left: 18px !important;
        padding-right: 12px !important;
    }

    .lanaya-mobile-brand,
    .topbrandimgmobile {
        width: 132px;
        max-width: 132px !important;
    }

    .lanaya-mobile-actions {
        left: 184px !important;
        gap: 7px;
        width: 146px;
    }

    .lanaya-mobile-lobby .lanaya-feature-seeall {
        left: 220px;
        width: 128px;
        min-width: 128px;
        font-size: 10px;
    }

    .lanaya-mobile-lobby .type-container.lanaya-featured-panel .row {
        width: 306px;
        max-width: 100%;
    }

    .lanaya-mobile-actions .lanaya-auth-link {
        min-width: 50px;
        font-size: 12px;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        min-width: 82px;
        height: 38px;
        font-size: 12px !important;
    }
}

/* Source-asset integration from LANAYA88 theme 47. */
.mcp-top-header {
    display: block !important;
    position: relative !important;
    overflow: visible !important;
}

.lanaya-header-svg {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
}

.lanaya-desktop-header,
.lanaya-mobile-header,
.lanaya-mobile-nav-shell,
section.site-header {
    position: relative !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.lanaya-desktop-header::before,
.lanaya-desktop-header::after,
.lanaya-mobile-header::before,
.lanaya-mobile-header::after,
.lanaya-mobile-nav-shell::before,
.lanaya-mobile-nav-shell::after,
section.site-header::before,
section.site-header::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 768px) {
    .mcp-top-header {
        overflow: visible !important;
    }

    .lanaya-desktop-header {
        z-index: auto !important;
        height: 66px !important;
        overflow: visible !important;
    }

    .lanaya-desktop-header .container-fluid {
        z-index: 120 !important;
    }

    .lanaya-header-search-wrap {
        z-index: 130 !important;
    }

    .lanaya-header-search-results,
    .lanaya-header-filter-panel {
        z-index: 140 !important;
    }

    .lanaya-header-svg-desktop {
        z-index: 0 !important;
        height: 160px !important;
    }

    .lanaya-desktop-header .container-fluid {
        position: relative;
        z-index: 2;
        height: 66px !important;
    }

    .lanaya-topbar {
        height: 66px !important;
        min-height: 66px !important;
    }

    section.site-header {
        z-index: 80 !important;
        height: 84px !important;
        margin-top: 0 !important;
        overflow: visible !important;
    }

    section.site-header .container,
    section.site-header .navbar,
    section.site-header .collapse,
    section.site-header ul.navbar-nav,
    section.site-header ul.navbar-nav li.nav-item,
    section.site-header ul.navbar-nav li.nav-item a.nav-link {
        height: 84px !important;
        min-height: 84px !important;
    }

    section.site-header .container {
        max-width: 1100px !important;
    }

    .containerslide {
        width: min(100% - 82px, 1280px) !important;
    }

    .type-container.lanaya-featured-panel {
        overflow: visible !important;
        margin-top: 112px !important;
        padding-top: 76px !important;
        padding-bottom: 58px !important;
        background:
            linear-gradient(90deg, rgba(85, 5, 8, .92) 0 26%, transparent 26%),
            linear-gradient(64deg, transparent 0 27%, rgba(255, 255, 255, .06) 27% 31%, transparent 31% 100%),
            repeating-linear-gradient(0deg, rgba(255, 255, 255, .085) 0 1px, transparent 1px 4px),
            linear-gradient(90deg, #941418 0%, #b21d23 49%, #861115 100%) !important;
    }
}

@media (max-width: 767.98px) {
    html,
    body,
    #wrapper,
    .content-wrapper,
    .bg-custom {
        width: 100vw !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .lanaya-mobile-header {
        z-index: 40;
        height: 58px !important;
        overflow: visible !important;
    }

    .lanaya-header-svg-mobile {
        height: 140px !important;
    }

    .lanaya-mobile-header .container-fluid {
        position: relative;
        z-index: 2;
        height: 58px !important;
        padding: 0 16px 0 22px !important;
    }

    .lanaya-mobile-topbar {
        height: 58px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .lanaya-mobile-brand,
    .topbrandimgmobile {
        width: 150px !important;
        max-width: 150px !important;
    }

    .lanaya-mobile-actions {
        position: absolute !important;
        top: 9px !important;
        right: 16px !important;
        left: auto !important;
        width: auto !important;
        margin-left: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
    }

    .lanaya-mobile-actions .lanaya-auth-link {
        min-width: 56px !important;
        color: rgba(255, 255, 255, .9) !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        width: 96px !important;
        min-width: 96px !important;
        height: 40px !important;
        border-radius: 4px !important;
        background: linear-gradient(180deg, #f23a43, #d91d29) !important;
    }

    .lanaya-mobile-nav-shell {
        z-index: 60;
        height: 82px !important;
        min-height: 82px !important;
        padding: 18px 22px 16px !important;
        overflow: visible !important;
    }

    .lanaya-mobile-nav-shell-guest {
        display: block !important;
    }

    .bg-custom.d-block.d-sm-none {
        padding-top: 0 !important;
    }

    .lanaya-mobile-lobby .lanaya-featured-legacy {
        display: none !important;
    }

    .lanaya-mobile-lobby .lanaya-featured-source {
        position: relative;
        width: calc(100vw - 8px) !important;
        max-width: 414px !important;
        min-height: 368px;
        margin: 0 auto 42px !important;
        padding: 0 0 30px !important;
        overflow: visible;
        background: transparent !important;
    }

    .lanaya-featured-mobile-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
        pointer-events: none;
    }

    .lanaya-featured-avatar {
        position: absolute;
        z-index: 1;
        top: -20px;
        left: 0;
        right: 0;
        width: 315px;
        height: 320px;
        margin: 0 auto;
        pointer-events: none;
    }

    .lanaya-featured-avatar img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .featured-mobile .wrapper-top {
        position: relative;
        z-index: 2;
        width: 100%;
        aspect-ratio: 414 / 140;
    }

    .featured-mobile .container_caption_featured_games {
        position: relative;
        z-index: 3;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 45px 20px 0 !important;
    }

    .featured-mobile .caption_featured_games {
        display: flex;
        flex-direction: column;
        margin: 0;
        text-align: left !important;
        font-family: Outfit, Arial, sans-serif;
    }

    .featured-mobile .caption_featured_games span {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
    }

    .featured-mobile .button-featured-see-all {
        position: relative;
        z-index: 4;
        min-width: 138px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px !important;
        padding: 10px 20px !important;
        color: #000 !important;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 2px;
        background: #f2eeee !important;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        font-family: Outfit, Arial, sans-serif;
        font-size: 11px !important;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    .featured-mobile .wrapper-bottom {
        position: relative;
        z-index: 2;
        padding: 0 18px 18px !important;
    }

    .featured-mobile .lanaya-featured-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .featured-mobile .lanaya-featured-grid .lanaya-source-card {
        display: block;
        min-width: 0 !important;
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
    }

    .featured-mobile .lanaya-featured-grid .game-item {
        height: 164px !important;
        min-width: 0 !important;
        padding: 4px !important;
    }

    .featured-mobile .lanaya-featured-grid .gamertpimg {
        height: auto !important;
        flex: 0 0 auto !important;
        aspect-ratio: 100 / 83;
    }
}

@media (max-width: 380px) {
    .lanaya-mobile-header .container-fluid {
        padding-left: 18px !important;
        padding-right: 12px !important;
    }

    .lanaya-mobile-brand,
    .topbrandimgmobile {
        width: 132px !important;
        max-width: 132px !important;
    }

    .lanaya-mobile-actions {
        gap: 7px !important;
    }

    .lanaya-mobile-actions .lanaya-auth-link {
        min-width: 50px !important;
        font-size: 12px !important;
    }

    .lanaya-mobile-actions .lanaya-auth-cta {
        min-width: 82px !important;
        height: 38px !important;
        font-size: 12px !important;
    }
}

/* Desktop parity pass: LANAYA scroll tracks, slot/togel structure, and logged-in menus. */
.lanaya-scroll-viewport {
    position: relative;
    z-index: 4;
    width: 100%;
    overflow: hidden;
}

.lanaya-scroll-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 !important;
    padding: 0 0 8px !important;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.lanaya-scroll-track::-webkit-scrollbar,
.lanaya-scroll-viewport::-webkit-scrollbar {
    display: none;
}

.lanaya-scroll-card {
    scroll-snap-align: start;
}

.btn_slider_custome {
    background-image: url("../images/lanaya/sliderContentArrow.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .2s ease-in-out;
}

.btn_slider_custome svg {
    display: none;
}

.btn_slider_custome.right {
    transform: rotate(180deg);
}

.btn_slider_custome:active {
    scale: .92;
}

.lanaya-account-popover {
    position: fixed;
    z-index: 1085;
    display: block;
    color: #fff;
    background: #241f20;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 4px;
    box-shadow: 0 16px 38px rgba(0,0,0,.46);
    text-align: left;
}

.lanaya-account-popover[hidden] {
    display: none !important;
}

.lanaya-balance-popover {
    top: 68px;
    right: 36px;
    width: 330px;
    padding: 18px 20px;
}

.lanaya-profile-popover {
    top: 68px;
    right: 36px;
    width: 206px;
    padding: 8px 0;
}

.lanaya-popover-section {
    display: grid;
    gap: 10px;
    padding: 0 0 16px;
}

.lanaya-popover-section + .lanaya-popover-section {
    padding-top: 0;
    padding-bottom: 14px;
}

.lanaya-popover-muted {
    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 800;
}

.lanaya-popover-total {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.lanaya-popover-refresh {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
}

.lanaya-popover-refresh:hover i {
    transform: rotate(180deg);
}

.lanaya-popover-refresh i {
    transition: transform .2s ease;
}

.lanaya-popover-money {
    color: #ffb000;
    font-size: 16px;
    font-weight: 900;
}

.lanaya-popover-divider {
    height: 1px;
    margin: 6px -20px 16px;
    background: rgba(255,255,255,.18);
}

.lanaya-popover-wallet {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 4px;
    background: rgba(255,255,255,.11);
    font-size: 16px;
    font-weight: 900;
    text-decoration: none !important;
}

.lanaya-profile-hello {
    padding: 12px 20px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.lanaya-profile-popover a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 20px;
    color: rgba(255,255,255,.86) !important;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.lanaya-profile-popover i {
    width: 16px;
    color: rgba(255,255,255,.86);
    text-align: center;
}

section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link {
    color: rgba(255,255,255,.48) !important;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link::after,
section.site-header ul.navbar-nav li.nav-item:first-child a.nav-link::after {
    content: none !important;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link.lanaya-nav-active,
section.site-header ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #fff !important;
}

section.site-header ul.navbar-nav li.nav-item a.nav-link.lanaya-nav-active::after {
    content: "" !important;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 6px;
    border-radius: 6px 6px 0 0;
    background: #f32435;
}

.lanaya-mobile-balance,
.lanaya-desktop-balance,
.lanaya-mobile-avatar,
.lanaya-desktop-avatar {
    border: 0;
    cursor: pointer;
}

.lanaya-mobile-balance,
.lanaya-desktop-balance {
    background: transparent;
}

@media (min-width: 768px) {
    .lanaya-desktop-lobby > .container {
        width: 100%;
        max-width: 100% !important;
        padding-left: 14px;
        padding-right: 14px;
    }

    .type-container.lanaya-featured-panel {
        padding-right: 28px !important;
    }

    .type-container.lanaya-featured-panel .lanaya-featured-viewport {
        width: 100%;
    }

    .lanaya-featured-track .lanaya-source-card,
    .lanaya-slot-track .lanaya-source-card {
        flex: 0 0 224px !important;
        width: 224px !important;
        max-width: 224px !important;
        padding: 0 !important;
    }

    .lanaya-feature-arrow {
        position: absolute;
        z-index: 8;
        top: 188px;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,.78);
        border: 3px solid rgba(255,255,255,.28);
        border-radius: 50%;
        background: rgba(0,0,0,.22);
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.35);
    }

    .lanaya-feature-prev {
        left: 392px;
    }

    .lanaya-feature-next {
        right: -20px;
    }

    .lanaya-slot-panel,
    .lanaya-market-panel {
        padding-top: 56px !important;
    }

    .lanaya-slot-panel legend,
    .lanaya-market-panel legend {
        position: absolute !important;
        top: 0 !important;
        left: 28px !important;
        right: 28px !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .lanaya-slot-panel legend h3::after {
        display: none !important;
    }

    .lanaya-slot-viewport,
    .lanaya-togel-viewport {
        overflow: hidden;
    }

    .lanaya-slot-track,
    .lanaya-togel-track {
        gap: 10px;
        overflow-x: auto !important;
    }

    .lanaya-slot-rtp-card {
        flex: 0 0 468px !important;
        width: 468px !important;
        max-width: 468px !important;
        padding: 0 !important;
    }

    .lanaya-slot-rtp-card a,
    .lanaya-slot-rtp-card img {
        width: 100%;
        height: 220px !important;
        display: block;
        border-radius: 5px;
        object-fit: cover;
    }

    .lanaya-togel-track {
        gap: 18px;
    }

    .lanaya-togel-track .lanaya-togel-item {
        flex: 0 0 346px;
        max-width: 346px;
    }

    .lanaya-desktop-balance {
        min-width: 70px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        line-height: 1.05;
    }

    .lanaya-desktop-balance span,
    .lanaya-desktop-balance strong {
        font-size: 14px;
        font-weight: 900;
        white-space: nowrap;
    }

    .lanaya-desktop-notify {
        width: 28px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 25px;
    }

    .lanaya-desktop-avatar {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(180deg, #f1fbff, #9fd0eb);
        color: #0d2130;
        font-size: 16px;
        font-weight: 900;
    }
}

@media (max-width: 767.98px) {
    .lanaya-account-popover {
        z-index: 1085;
    }

    .lanaya-balance-popover {
        top: 68px;
        right: 3px;
        width: min(330px, calc(100vw - 84px));
    }

    .lanaya-profile-popover {
        top: 58px;
        right: 40px;
        width: 206px;
    }

    .lanaya-mobile-balance {
        padding: 0;
        color: #fff !important;
    }

    .lanaya-mobile-lobby .lanaya-slot-section legend h3::after {
        display: none !important;
    }

    .lanaya-mobile-lobby .lanaya-mobile-section-actions {
        flex: 0 0 auto;
        gap: 4px !important;
    }

    .lanaya-mobile-lobby .lanaya-mobile-section-actions button {
        flex: 0 0 28px;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        padding: 0 !important;
        font-size: 10px;
    }

    .lanaya-mobile-lobby .lanaya-mobile-section-actions a {
        flex: 0 0 76px;
        width: 76px !important;
        min-width: 76px !important;
        height: 28px !important;
        padding: 0 !important;
        font-size: 9px !important;
    }

    .lanaya-mobile-slot-viewport {
        overflow: hidden;
    }

    .lanaya-mobile-lobby .lanaya-slot-section .lanaya-mobile-slot-track {
        display: grid !important;
        width: 100%;
        max-width: 100%;
        grid-template-columns: none !important;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 20px) / 3);
        gap: 10px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 !important;
        scroll-snap-type: x proximity;
    }

    .lanaya-mobile-lobby .lanaya-slot-section .lanaya-mobile-slot-track > .lanaya-source-card {
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
        grid-row: 2;
        scroll-snap-align: start;
    }

    .lanaya-mobile-lobby .lanaya-mobile-slot-rtp-card {
        grid-column: 1 / span 3;
        grid-row: 1;
    }

    .lanaya-mobile-lobby .lanaya-togel-viewport {
        overflow: hidden;
    }

    .lanaya-mobile-lobby .lanaya-togel-track {
        overflow-x: auto !important;
    }
}

/* LANAYA88 source-structure fixes for the home slot and featured blocks. */
@media (min-width: 768px) {
    .lanaya-desktop-lobby > .container {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    #lanaya-featured-desktop .type-container.lanaya-featured-panel {
        margin-top: 196px !important;
        padding: 76px 28px 58px 448px !important;
    }

    #lanaya-featured-desktop .type-container.lanaya-featured-panel::after {
        left: 286px !important;
        bottom: 98px !important;
        width: 226px !important;
        height: 356px !important;
        background-size: auto 100% !important;
        background-position: center bottom !important;
    }

    #lanaya-featured-desktop .lanaya-featured-track .lanaya-source-card {
        flex: 0 0 224px !important;
        width: 224px !important;
        max-width: 224px !important;
    }

    #lanaya-featured-desktop .lanaya-feature-arrow {
        width: 44px !important;
        height: 45px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent url("../images/lanaya/sliderContentArrow.svg") center / contain no-repeat !important;
        box-shadow: none !important;
        opacity: .75;
    }

    #lanaya-featured-desktop .lanaya-feature-arrow i {
        display: none !important;
    }

    #lanaya-featured-desktop .lanaya-feature-next {
        transform: rotate(180deg);
    }

    #lanaya-featured-desktop .lanaya-feature-arrow:hover {
        opacity: 1;
    }

    #lanaya-featured-desktop.lanaya-favorite-section {
        margin: 0 !important;
        padding: 0 !important;
    }

    #lanaya-featured-desktop .lanaya-featured-source {
        position: relative;
        left: 50%;
        width: 100vw !important;
        height: 592px;
        margin-top: 10px !important;
        margin-left: -50vw;
        padding: 205px 0 0;
        overflow: hidden;
        color: #fff;
        font-family: Outfit, Arial, sans-serif;
        letter-spacing: .4px;
    }

    #lanaya-featured-desktop .pattern_top {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 85px;
        pointer-events: none;
    }

    #lanaya-featured-desktop .pattern_content {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 387px;
        pointer-events: none;
    }

    #lanaya-featured-desktop .pattern_top svg,
    #lanaya-featured-desktop .pattern_content svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    #lanaya-featured-desktop .lanaya-featured-source-container {
        position: relative;
        width: 100%;
        max-width: 1320px;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    #lanaya-featured-desktop .featured_avatar {
        position: absolute;
        z-index: 0;
        top: -75px;
        left: 240px;
        width: 455px;
        height: 350px;
        pointer-events: none;
    }

    #lanaya-featured-desktop .featured_avatar img {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    #lanaya-featured-desktop [data-rttabs="true"] {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 327px;
    }

    #lanaya-featured-desktop .tab_featured {
        width: fit-content !important;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #lanaya-featured-desktop .bShTZE {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 18px;
        padding: 20px 0 0;
        font-size: 16px;
        line-height: 24px;
    }

    #lanaya-featured-desktop .bShTZE li.btn_featured {
        position: relative;
        height: 40px !important;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 9px 12px !important;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 2px;
        background: transparent;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-transform: none !important;
        cursor: pointer;
    }

    #lanaya-featured-desktop .bShTZE li.btn_featured .icon {
        display: none;
        width: 20px;
        height: 20px;
    }

    #lanaya-featured-desktop .bShTZE li.btn_featured label {
        margin: 0;
        cursor: pointer;
        font-size: 16px !important;
        line-height: 24px !important;
        text-transform: none !important;
    }

    #lanaya-featured-desktop .bShTZE li.btn_featured * {
        text-transform: none !important;
    }

    #lanaya-featured-desktop .bShTZE li.btn_featured:hover,
    #lanaya-featured-desktop .bShTZE li.btn_featured.active {
        color: #eaf7fd !important;
        border: 1px solid rgba(255,255,255,.3);
        background: linear-gradient(#87a0cb 0%, #384361 100%);
    }

    #lanaya-featured-desktop .border_cont_featured {
        display: none;
    }

    #lanaya-featured-desktop .featured_panel {
        display: none;
    }

    #lanaya-featured-desktop .featured_panel.react-tabs__tab-panel--selected {
        display: block;
        width: 100%;
        height: 249px;
    }

    #lanaya-featured-desktop .eULdbc {
        width: 100%;
        height: 249px;
        display: flex;
        flex-direction: row;
    }

    #lanaya-featured-desktop .featured_cont_desc {
        position: relative;
        width: 400px;
        height: fit-content;
        margin-top: 35px;
        margin-bottom: 0;
        z-index: 2;
    }

    #lanaya-featured-desktop .wrapper_title_and_button {
        position: relative;
        z-index: 2;
        width: 400px;
        min-height: 214px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #lanaya-featured-desktop .wrapper_caption_subCaption {
        width: 100%;
    }

    #lanaya-featured-desktop .caption_featured_games {
        width: 350px;
        display: block;
        margin: 0;
        color: #fff;
        font-family: Orbitron, Outfit, Arial, sans-serif;
        font-size: 44px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.5px;
        text-transform: none;
        overflow-wrap: break-word;
    }

    #lanaya-featured-desktop .caption_featured_games div:first-child {
        position: relative;
    }

    #lanaya-featured-desktop .sub_caption {
        width: 400px;
        margin-top: 0;
        color: #fff;
        font-family: Orbitron, Outfit, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    #lanaya-featured-desktop .btn_featured_detail_link {
        display: inline-flex;
        width: 120px;
        color: inherit;
        text-decoration: none !important;
    }

    #lanaya-featured-desktop .btn_featured_detail {
        width: 120px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        padding: 0 2px;
        color: #000;
        border: 0;
        border-radius: 0;
        background: #f2eeee;
        font-family: Outfit, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
    }

    #lanaya-featured-desktop .btn_featured_detail:hover {
        transform: translateY(-.1em);
    }

    #lanaya-featured-desktop .featured_cont_slider {
        position: relative;
        width: calc(100% - 400px);
        height: 249px;
    }

    #lanaya-featured-desktop .cNXjSY {
        width: 100%;
        margin-top: 0;
    }

    #lanaya-featured-desktop .featured_cont_slider .w-full.flex {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #lanaya-featured-desktop .featured_cont_slider .btn_slider_custome {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
        opacity: .5;
    }

    #lanaya-featured-desktop .featured_cont_slider .btn_slider_custome.left {
        left: -50px;
    }

    #lanaya-featured-desktop .featured_cont_slider .btn_slider_custome.right {
        right: -50px;
        transform: rotate(180deg);
    }

    #lanaya-featured-desktop .featured_cont_slider .btn_slider_custome:hover {
        opacity: 1;
    }

    #lanaya-featured-desktop .lanaya-featured-source-viewport {
        position: relative;
        flex: 0 0 880px;
        width: 880px !important;
        max-width: 880px;
        margin-left: 8px;
        overflow: hidden;
    }

    #lanaya-featured-desktop .lanaya-featured-track {
        width: 100%;
        height: 248px;
        display: flex !important;
        flex-direction: row;
        gap: 10px !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    }

    #lanaya-featured-desktop .lanaya-featured-track::-webkit-scrollbar {
        display: none;
    }

    #lanaya-featured-desktop .lanaya-featured-source-slide {
        position: relative;
        flex: 0 0 225px;
        width: 225px;
        height: 248px;
        overflow-y: hidden;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        text-align: center;
    }

    #lanaya-featured-desktop .slide-item,
    #lanaya-featured-desktop .snap-center,
    #lanaya-featured-desktop .snap-center > a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #lanaya-featured-desktop .bg_card_game {
        position: relative;
        width: 100%;
        height: 250px !important;
        align-items: flex-end;
        padding: 8px;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 4px;
        background-image: linear-gradient(0deg, rgb(38,32,32), rgb(38,32,32));
        background-origin: border-box;
        background-clip: border-box;
        box-shadow: rgb(38,32,32) 2px 1000px 1px inset;
    }

    #lanaya-featured-desktop .bg_card_game .cont_image {
        position: relative;
        width: 100%;
        height: 150px !important;
        max-height: 100%;
        overflow: hidden;
        border-radius: 4px;
    }

    #lanaya-featured-desktop .bg_card_game .cont_image::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 22;
        width: 100%;
        height: 110px;
        background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 52.07%, #000 100%) !important;
    }

    #lanaya-featured-desktop .bg_card_game .cont_image img {
        position: absolute;
        inset: 0;
        z-index: 22;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        object-fit: cover;
        color: transparent;
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live {
        position: absolute !important;
        right: 8px;
        bottom: 8px;
        left: 8px;
        z-index: 23;
        width: 207px !important;
        max-width: 207px;
        min-height: 136px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 40px !important;
        padding-bottom: 8px !important;
        background: unset !important;
    }

    #lanaya-featured-desktop .carousel-items-title {
        display: block;
        width: 100%;
        padding: 0 8px;
        overflow: hidden;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        line-height: 16px;
        text-align: left;
        text-overflow: ellipsis;
        text-transform: capitalize;
        white-space: nowrap;
    }

    #lanaya-featured-desktop .carousel-items-subtitle {
        display: block;
        width: 100%;
        margin-top: 4px;
        padding: 0 8px;
        overflow: hidden;
        color: rgba(255,255,255,.7);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live .h-\[52px\] {
        width: 100%;
        height: 52px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live .mt-\[14px\] {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 14px;
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live .flex-row {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live .text-\[\#D3F2FFB2\] {
        color: rgba(211,242,255,.7);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    #lanaya-featured-desktop .lanaya-featured-rtp-badge {
        padding: 1px 5px;
        color: #21d980;
        border-radius: 54px;
        background-color: rgba(33,217,128,.15);
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    #lanaya-featured-desktop .iWbnvF .bg-loading-bar {
        width: 100% !important;
        height: 5px;
        display: flex;
        flex-direction: column;
        margin-top: 4px;
        overflow: hidden;
        border-radius: 9999px;
        background-color: rgba(33,217,128,.3);
    }

    #lanaya-featured-desktop .bg_card_detail_with_rtp_live > [class*="h-[52px]"],
    #lanaya-featured-desktop .bg_card_detail_with_rtp_live [class*="mt-[14px]"],
    #lanaya-featured-desktop .iWbnvF {
        width: 100%;
    }

    #lanaya-featured-desktop .iWbnvF .bg-rtp-live {
        z-index: 10;
        height: 5px;
        border-radius: 9999px;
        background-color: #43b309;
        background-image: linear-gradient(135deg, rgba(255,255,255,.14) 25%, transparent 0, transparent 50%, rgba(255,255,255,.14) 0, rgba(255,255,255,.14) 75%, transparent 0, transparent);
        background-size: 16px 16px;
    }

    #lanaya-featured-desktop .bg_card_game_hover {
        position: absolute !important;
        inset: 0;
        z-index: 24;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        overflow: hidden;
        color: #fff;
        border-radius: 6px;
        background: rgba(216,56,65,.8);
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        opacity: 0;
        transition: opacity .15s ease;
    }

    #lanaya-featured-desktop .bg_card_game:hover .bg_card_game_hover {
        opacity: 1;
    }

    #lanaya-featured-desktop .bg_card_game_hover svg {
        width: 82px;
        height: 82px;
        display: block;
    }

    #lanaya-featured-desktop .bg_card_game_hover span {
        width: 95px;
        margin-right: auto;
        margin-left: auto;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
    }

    #lanaya-slot-desktop {
        padding-top: 40px !important;
    }

    #lanaya-slot-desktop .lanaya-source-slot-heading,
    #lanaya-slot-desktop .lanaya-slot-panel {
        box-sizing: border-box;
        width: calc(100% - 80px) !important;
        max-width: calc(100% - 80px) !important;
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    #lanaya-slot-desktop .lanaya-source-slot-heading {
        display: block;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
    }

    #lanaya-slot-desktop .lanaya-source-slot-heading .container,
    #lanaya-slot-desktop .lanaya-source-carousel-root {
        width: 100%;
        max-width: none !important;
        padding: 0 !important;
    }

    #lanaya-slot-desktop .lanaya-source-carousel-head {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    #lanaya-slot-desktop .lanaya-source-carousel-title,
    #lanaya-slot-desktop .lanaya-source-carousel-actions,
    #lanaya-slot-desktop .gap-prev-next {
        display: flex;
        align-items: center;
    }

    #lanaya-slot-desktop .lanaya-source-carousel-title {
        justify-content: flex-start;
        gap: 12px;
    }

    #lanaya-slot-desktop .lanaya-source-carousel-actions {
        justify-content: flex-end;
        gap: 8px;
    }

    #lanaya-slot-desktop .gap-prev-next {
        gap: 5px;
    }

    #lanaya-slot-desktop .carousel-icon {
        position: relative;
        width: 28px;
        min-width: 28px;
        height: 28px;
        min-height: 28px;
        display: inline-block;
    }

    #lanaya-slot-desktop .carousel-icon img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    #lanaya-slot-desktop .carousel-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: .75rem;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        text-transform: capitalize;
    }

    #lanaya-slot-desktop .carousel-subTitle,
    #lanaya-slot-desktop .carousel-subTitle a {
        display: inline-flex;
        align-items: center;
        color: inherit;
        text-decoration: none !important;
    }

    #lanaya-slot-desktop .slider_label_total {
        min-width: 40px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 11px;
        border-radius: 6px;
        background: hsla(0, 0%, 100%, .1);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    #lanaya-slot-desktop .btn-prevNext-carousel {
        width: 30px;
        height: 30px;
        min-width: 30px;
        display: flex;
        flex: 0 0 30px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 9999px;
        transition: all .2s cubic-bezier(.4, 0, .2, 1);
    }

    #lanaya-slot-desktop .bg_btn_prev_carousel,
    #lanaya-slot-desktop .bg_btn_see_all {
        background-color: rgba(36, 27, 29, .96);
        color: #fff;
    }

    #lanaya-slot-desktop .bg_btn_prev_carousel:hover,
    #lanaya-slot-desktop .bg_btn_see_all:hover {
        background-color: rgba(58, 44, 47, .98);
    }

    #lanaya-slot-desktop .icon_btn_swiper {
        width: 20px;
        height: 20px;
        display: block;
    }

    #lanaya-slot-desktop .btn-see-all {
        width: 100px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 9999px;
        font-size: 11px;
        font-weight: 600;
        line-height: 11px;
        transition: all .2s cubic-bezier(.4, 0, .2, 1);
    }

    #lanaya-slot-desktop .lanaya-slot-panel {
        margin-top: 0 !important;
        padding-top: 0 !important;
        background: transparent !important;
    }

    #lanaya-slot-desktop .lanaya-slot-panel .lanaya-legacy-slot-legend {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    #lanaya-slot-mobile.lanaya-slot-section {
        box-sizing: border-box;
        width: calc(100vw - 36px) !important;
        max-width: 378px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #lanaya-slot-mobile .lanaya-mobile-section-actions a {
        flex: 0 0 100px !important;
        width: 100px !important;
        min-width: 100px !important;
        font-size: 10px !important;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-rtp-card {
        display: block !important;
        position: relative;
        width: 100%;
        max-width: none !important;
        margin: 0 0 15px !important;
        padding: 0 !important;
        overflow: hidden;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-rtp-card a {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 339 / 160;
        overflow: hidden;
        border-radius: 5px;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-rtp-card img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        transform: none !important;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-rtp-card span {
        position: absolute;
        right: 14px;
        bottom: 16px;
        z-index: 3;
        height: 28px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 10px;
        color: #fff;
        border-radius: 2px;
        background: rgba(0,0,0,.48);
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-viewport {
        overflow: visible !important;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-track {
        display: grid !important;
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-template-rows: auto !important;
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 10px;
        margin: 0 !important;
        padding: 0 0 6px !important;
        overflow: visible !important;
        scroll-behavior: auto;
        scroll-snap-type: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: auto;
        touch-action: pan-y;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-track::-webkit-scrollbar {
        display: none;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-track > .lanaya-source-card {
        grid-row: auto !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        scroll-snap-align: none;
    }

    #lanaya-slot-mobile .lanaya-mobile-slot-track > .lanaya-source-card:nth-child(n+4) {
        display: none !important;
    }

    #lanaya-slot-mobile .lanaya-source-card .game-item {
        height: 154px !important;
        min-width: 0 !important;
        padding: 4px !important;
        transform: none !important;
    }

    #lanaya-slot-mobile .lanaya-source-card .gamertpimg {
        height: 85px !important;
        flex: 0 0 85px !important;
    }
}

/* LANAYA88 source auth surface: cont_heading + bg_modal + input_primary structure. */
.lanaya-public-auth {
    min-height: calc(100vh - 180px);
    padding: 36px 0 64px !important;
    background:
        linear-gradient(180deg, rgba(54, 7, 9, .28), rgba(9, 0, 1, .9)),
        var(--lanaya-bg-grid, transparent) !important;
}

.lanaya-public-auth > .container {
    max-width: 540px;
}

.lanaya-public-auth .row {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}

.lanaya-public-auth .row > .col-lg-2 {
    display: none;
}

.lanaya-public-auth .row > .col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
}

.lanaya-public-auth .row > .col-sm-12::before {
    content: "";
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    background: #fff;
    -webkit-mask: url("../images/lanaya/iconUserInformation.svg") center / contain no-repeat;
    mask: url("../images/lanaya/iconUserInformation.svg") center / contain no-repeat;
}

.lanaya-public-auth h3 {
    margin: 0 !important;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.lanaya-public-auth .row > .col-sm-12 p {
    display: none;
}

.lanaya-public-auth .col-lg-8 {
    flex: 0 0 100%;
    max-width: 500px;
    padding-right: 0;
    padding-left: 0;
}

.lanaya-public-auth .card {
    border: 0;
    border-radius: 10px;
    background: var(--card-games-background, #241f20);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
}

.lanaya-public-auth .card-body {
    padding: 20px !important;
}

.lanaya-public-auth .card-body > .text-white {
    padding: 0 !important;
    background: transparent !important;
}

.lanaya-public-auth form .bg-primary,
.lanaya-public-auth form .bg-danger {
    border-radius: 6px !important;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.07) !important;
}

.lanaya-public-auth form .bg-primary h5 {
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
}

.lanaya-public-auth form .bg-light {
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.lanaya-public-auth form .bg-light p {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.lanaya-public-auth form small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.35;
}

.lanaya-public-auth .form-control,
.lanaya-public-auth select.form-control {
    min-height: 48px;
    width: 100%;
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    background: rgba(255,255,255,.05);
    box-shadow: inset 2px 1000px 1px rgba(255,255,255,.03);
    font-size: 14px;
}

.lanaya-public-auth .form-control:focus,
.lanaya-public-auth select.form-control:focus {
    color: #fff;
    border-color: #ff5c5f;
    background: rgba(255,255,255,.07);
    box-shadow: 0 0 0 1px rgba(255,92,95,.35);
}

.lanaya-public-auth .badge-success {
    border-radius: 999px;
    background: rgba(255,255,255,.12) !important;
}

.lanaya-public-auth .btn {
    min-height: 44px;
    border-radius: 6px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.lanaya-public-auth .btn-success {
    background: linear-gradient(180deg, #ffcd6c, #a65205) !important;
}

.lanaya-public-auth .btn-primary {
    background: rgba(255,255,255,.10) !important;
}

.lanaya-public-auth hr {
    border-top: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 767.98px) {
    .lanaya-public-auth {
        padding: 24px 18px 96px !important;
    }

    .lanaya-public-auth > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

/* LANAYA88 category load-more */
.lanaya-load-more-wrap {
    display: flex;
    justify-content: center;
    padding: 38px 0 18px;
}

.lanaya-load-more {
    min-width: 180px;
    height: 44px;
    padding: 0 22px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 5px;
    background: #3a3333;
    font-family: Outfit, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background .16s ease, transform .16s ease;
}

.lanaya-load-more:hover {
    background: #4a4141;
    transform: translateY(-1px);
}

.lanaya-load-more-loading {
    display: none;
    color: rgba(255,255,255,.6);
}

.lanaya-load-more.is-loading .lanaya-load-more-label {
    display: none;
}

.lanaya-load-more.is-loading .lanaya-load-more-loading {
    display: inline;
}

/* LANAYA88 promo structure */
.lanaya-promo-page {
    min-height: calc(100vh - 240px);
    padding: 44px 0 82px;
    color: #fff;
    font-family: Outfit, Arial, sans-serif;
}

.lanaya-promo-page .container,
.lanaya-referral-page .container {
    max-width: 1280px !important;
}

.lanaya-promo-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
}

.lanaya-promo-head .cont_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.lanaya-promo-head .flex-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lanaya-promo-head .icon_heading {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.lanaya-promo-head .icon_heading img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lanaya-promo-head .heading_title,
.lanaya-referral-heading h1 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.lanaya-promo-head .heading_subtitle,
.lanaya-referral-heading p {
    margin: 18px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    font-weight: 500;
}

.lanaya-promo-my {
    min-width: 164px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    color: #fff !important;
    border-radius: 5px;
    background: #ef2938;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lanaya-promo-layout {
    display: grid;
    grid-template-columns: 296px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.lanaya-promo-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    border-radius: 8px;
    background: #262020;
}

.lanaya-promo-tabs button,
.lanaya-promo-tabs-mobile button {
    border: 0;
    color: rgba(255,255,255,.75);
    font-family: Outfit, Arial, sans-serif;
    font-weight: 800;
    text-align: left;
    text-transform: capitalize;
}

.lanaya-promo-tabs .bg_tab,
.lanaya-promo-tabs .bg_tab_active {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    border-radius: 4px;
    background: transparent;
}

.lanaya-promo-tabs .bg_tab_active {
    color: #fff;
    background: #ef2938;
}

.lanaya-promo-tabs i,
.lanaya-promo-tabs-mobile i {
    width: 20px;
    text-align: center;
}

.lanaya-promo-tabs label {
    margin: 0;
    cursor: pointer;
}

.lanaya-promo-tabs-mobile {
    display: none;
}

.lanaya-promo-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.lanaya-promo-item {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 104px;
    gap: 28px;
    align-items: center;
    min-height: 128px;
}

.lanaya-promo-thumb {
    width: 250px;
    height: 110px;
    overflow: hidden;
    border-radius: 4px;
    background: #151111;
}

.lanaya-promo-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lanaya-promo-copy {
    min-width: 0;
}

.lanaya-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.lanaya-promo-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
}

.lanaya-promo-copy p,
.lanaya-promo-copy strong {
    margin: 14px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    font-weight: 600;
}

.lanaya-promo-detail {
    width: 104px;
    height: 48px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 5px;
    background: #262020;
    font-family: Outfit, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.lanaya-promo-collapse {
    grid-column: 1 / -1;
}

.lanaya-promo-detail-body {
    margin-top: 10px;
    padding: 20px;
    color: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    background: #1b1515;
}

.lanaya-promo-detail-body ul,
.lanaya-promo-detail-body ol {
    margin-left: 24px !important;
    list-style: auto !important;
}

.lanaya-promo-empty {
    padding: 28px;
    color: rgba(255,255,255,.68);
    border-radius: 8px;
    background: #262020;
    text-align: center;
}

/* LANAYA88 referral structure */
.lanaya-referral-page {
    min-height: calc(100vh - 240px);
    padding: 58px 0 82px;
    color: #fff;
    font-family: Outfit, Arial, sans-serif;
}

.lanaya-referral-heading {
    margin-bottom: 38px;
    padding: 0;
    background: transparent !important;
}

.lanaya-referral-heading h1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lanaya-referral-heading h1 i {
    font-size: 22px;
}

.lanaya-referral-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.lanaya-referral-card,
.lanaya-referral-summary {
    border-radius: 8px;
    background: #262020;
}

.lanaya-referral-card {
    padding: 24px;
}

.lanaya-referral-eyebrow,
.lanaya-referral-alt-links label {
    display: block;
    margin-bottom: 12px;
    color: #b9d5e7;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.lanaya-referral-copy-row {
    min-height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0 10px 0 14px;
    border-radius: 4px;
    background: #120f0f;
}

.lanaya-referral-copy-row strong {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanaya-referral-copy-row.small strong {
    font-size: 12px;
    font-weight: 700;
}

.lanaya-referral-copy-row button {
    width: 28px;
    height: 28px;
    color: rgba(255,255,255,.76);
    border: 0;
    border-radius: 4px;
    background: rgba(255,255,255,.12);
}

.lanaya-referral-copy-row button:disabled {
    opacity: .35;
}

.lanaya-referral-user {
    margin: 34px 0 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.lanaya-referral-earning {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 14px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.lanaya-referral-earning span {
    grid-column: 1;
    color: #b9d5e7;
    font-size: 12px;
    font-weight: 700;
}

.lanaya-referral-earning strong {
    grid-column: 1;
    color: #21d980;
    font-size: 22px;
    font-weight: 800;
}

.lanaya-referral-earning a,
.lanaya-referral-earning button {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 0;
    border-radius: 4px;
    background: #ef2938;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.lanaya-referral-earning button:disabled {
    opacity: .55;
}

.lanaya-referral-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.lanaya-referral-stats > div {
    min-height: 58px;
    padding: 10px 16px;
    border-radius: 4px;
    background: rgba(255,255,255,.08);
}

.lanaya-referral-stats span {
    display: block;
    color: #b9d5e7;
    font-size: 11px;
    font-weight: 700;
}

.lanaya-referral-stats strong {
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.lanaya-referral-stats small {
    margin-left: 6px;
    color: #fff;
    text-decoration: underline;
}

.lanaya-referral-view-link {
    margin-left: 6px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
}

.lanaya-referral-alt-links {
    margin-top: 22px;
}

.lanaya-referral-summary {
    position: relative;
    min-height: 375px;
    padding: 0;
    overflow: hidden;
}

.lanaya-referral-summary-top {
    padding: 24px 40px 20px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.lanaya-referral-summary h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.lanaya-referral-summary label {
    display: block;
    margin-bottom: 12px;
    color: #b9d5e7;
    font-size: 16px;
    font-weight: 600;
}

.lanaya-referral-period {
    width: 240px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 18px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #120f0f;
    font-size: 14px;
    font-weight: 600;
}

.lanaya-referral-date-popover {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 20;
    width: min(360px, calc(100% - 80px));
    padding: 26px 30px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: #262020;
    box-shadow: 0 24px 48px rgba(0,0,0,.35);
}

.lanaya-referral-date-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.lanaya-referral-date-head strong {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.lanaya-referral-date-head button {
    width: 28px;
    height: 28px;
    color: #9fb7c8;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font-size: 28px;
    line-height: 1;
}

.lanaya-referral-date-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lanaya-referral-date-fields label {
    display: block;
    margin: 0;
}

.lanaya-referral-date-fields span {
    display: block;
    margin-bottom: 6px;
    color: #b9d5e7;
    font-size: 12px;
    font-weight: 700;
}

.lanaya-referral-date-fields input {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #120f0f;
    font-family: Outfit, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.lanaya-referral-date-fields input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: .75;
}

.lanaya-referral-date-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.lanaya-referral-date-actions button {
    height: 44px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #4a4242;
    font-size: 14px;
    font-weight: 900;
}

.lanaya-referral-date-actions button:last-child {
    background: #ef2938;
}

.lanaya-referral-empty {
    min-height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.lanaya-referral-note {
    padding: 0 40px 26px;
    color: rgba(255,255,255,.76);
    font-size: 14px;
}

.lanaya-referral-note b {
    color: #21d980;
}

.lanaya-referral-list-view {
    padding: 22px 0 18px;
}

.lanaya-referral-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 40px 18px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 800;
}

.lanaya-referral-back i {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}

.lanaya-referral-list-view h2 {
    margin: 0 40px 28px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.lanaya-referral-table-wrap {
    overflow-x: auto;
}

.lanaya-referral-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    color: #fff;
}

.lanaya-referral-table th,
.lanaya-referral-table td {
    height: 40px;
    padding: 0 18px;
    border: 0;
    font-size: 14px;
    text-align: center;
}

.lanaya-referral-table th {
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-weight: 800;
}

.lanaya-referral-table tbody tr {
    background: rgba(255,255,255,.045);
}

.lanaya-referral-table tbody tr:nth-child(2n) {
    background: rgba(255,255,255,.02);
}

.lanaya-referral-list-empty {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.lanaya-referral-table-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 16px 18px 0;
    color: #b9d5e7;
    font-size: 12px;
    font-weight: 600;
}

.lanaya-referral-table-footer strong {
    min-width: 50px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    border-radius: 5px;
    background: #120f0f;
}

.lanaya-referral-table-footer button {
    width: 30px;
    height: 30px;
    color: rgba(255,255,255,.5);
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.lanaya-referral-alert {
    margin-bottom: 18px;
    padding: 12px 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
}

.lanaya-referral-alert-success {
    background: #08a957;
}

.lanaya-referral-alert-danger {
    background: #ef2938;
}

/* LANAYA88 compact togel card with Kincai actions */
.lanaya-togel-kincai-col {
    background: transparent !important;
    border: 0 !important;
}

.lanaya-togel-card-kincai {
    position: relative;
    min-height: 298px;
    padding: 14px 12px 12px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 5px;
    background: #262020;
    box-shadow: 0 12px 20px rgba(0,0,0,.25);
    text-align: left;
}

.lanaya-togel-date-kincai {
    max-width: calc(100% - 74px);
    color: rgba(255,255,255,.88);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
}

.lanaya-togel-date-kincai i {
    margin-right: 5px;
    color: rgba(255,255,255,.75);
}

.lanaya-togel-badge-kincai {
    position: absolute;
    top: -7px;
    right: 12px;
    width: 58px;
    height: 82px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 12px;
    background: linear-gradient(180deg, #ffc632, #ff9814);
    clip-path: polygon(22% 0, 100% 0, 100% 78%, 50% 100%, 0 78%, 0 18%);
}

.lanaya-togel-badge-kincai span {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #262020;
    clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    font-size: 17px;
    font-weight: 900;
}

.lanaya-togel-market-kincai {
    margin-top: 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.lanaya-togel-card-kincai h2 {
    margin: 7px 0 8px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.05;
}

.lanaya-togel-open-kincai {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.lanaya-togel-open-kincai span {
    margin: 0 6px;
    color: rgba(255,255,255,.7);
}

.lanaya-prize-one-kincai {
    margin: 22px 0 12px;
    text-align: center;
}

.lanaya-prize-one-kincai strong,
.lanaya-prize-split-kincai strong {
    display: block;
    margin-bottom: 9px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 900;
}

.lanaya-digit-row-kincai {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lanaya-digit-row-kincai span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: #090809;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.lanaya-digit-row-kincai.small {
    gap: 5px;
}

.lanaya-digit-row-kincai.small span {
    width: 24px;
    height: 24px;
    font-size: 13px;
}

.lanaya-prize-split-kincai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 -12px 10px;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.lanaya-prize-split-kincai > div {
    padding: 10px 8px 9px;
    text-align: center;
}

.lanaya-prize-split-kincai > div + div {
    border-left: 1px solid rgba(255,255,255,.08);
}

.lanaya-togel-actions-kincai {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
}

.lanaya-togel-actions-kincai .btn {
    min-width: 62px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0 9px;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .lanaya-promo-page,
    .lanaya-referral-page {
        padding: 28px 0 98px;
    }

    .lanaya-promo-head {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .lanaya-promo-my {
        width: 100%;
    }

    .lanaya-promo-layout,
    .lanaya-referral-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .lanaya-promo-tabs-desktop {
        display: none;
    }

    .lanaya-promo-tabs-mobile {
        display: flex;
        gap: 10px;
        margin: 0 -15px 4px;
        padding: 0 15px 8px;
        overflow-x: auto;
    }

    .lanaya-promo-tabs-mobile button {
        min-width: 104px;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 14px;
        border-radius: 5px;
        background: #262020;
        white-space: nowrap;
    }

    .lanaya-promo-tabs-mobile button.active {
        color: #fff;
        background: #ef2938;
    }

    .lanaya-promo-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
        border-radius: 8px;
        background: #262020;
    }

    .lanaya-promo-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 2.35 / 1;
    }

    .lanaya-promo-copy h2 {
        font-size: 20px;
    }

    .lanaya-promo-detail {
        width: 100%;
    }

    .lanaya-referral-card,
    .lanaya-referral-summary-top,
    .lanaya-referral-note {
        padding-right: 18px;
        padding-left: 18px;
    }

    .lanaya-referral-summary h2 {
        font-size: 22px;
    }

    .lanaya-referral-period {
        width: 100%;
    }

    .lanaya-referral-date-popover {
        top: 116px;
        left: 18px;
        width: calc(100% - 36px);
        padding: 20px 18px 16px;
    }

    .lanaya-referral-date-fields {
        grid-template-columns: 1fr;
    }

    .lanaya-referral-back,
    .lanaya-referral-list-view h2 {
        margin-right: 18px;
        margin-left: 18px;
    }

    .lanaya-referral-table-footer {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .lanaya-referral-stats {
        grid-template-columns: 1fr;
    }

    .lanaya-togel-card-kincai {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 380px) {
    .lanaya-referral-heading h1,
    .lanaya-promo-head .heading_title {
        font-size: 28px;
    }

    .lanaya-togel-actions-kincai .btn {
        min-width: 56px;
        padding: 0 7px;
        font-size: 11px;
    }
}

.lanaya-wallet-page .card {
    background: #191f20;
    border: 0;
    color: #fff;
}

.lanaya-wallet-page .card-body {
    background: #191f20;
}

.lanaya-wallet-page .nav.flex-column .nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    border-bottom: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-weight: 700;
}

.lanaya-wallet-page .nav.flex-column .nav-link i {
    width: 22px;
    color: #ef2938 !important;
    font-size: 18px;
    text-align: center;
}

.lanaya-wallet-card {
    overflow: hidden;
    border-radius: 8px;
}

.lanaya-wallet-tabs {
    align-items: stretch;
    border-bottom: 2px solid rgba(255,255,255,.75);
    background: #191f20;
}

.lanaya-wallet-tabs .nav-link {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 0;
}

.lanaya-wallet-tabs .nav-link.active,
.lanaya-wallet-tabs .nav-link:hover {
    background: #ef2938 !important;
    color: #fff !important;
}

.lanaya-deposit-balance {
    min-height: 108px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 22px 26px;
    margin-bottom: 16px;
    background: #101415;
}

.lanaya-deposit-balance span {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.lanaya-deposit-balance a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0ac976;
    color: #fff;
}

.lanaya-deposit-balance strong {
    color: #ef2938;
    font-size: 20px;
    font-weight: 900;
}

.lanaya-deposit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 265px;
    gap: 18px;
}

.lanaya-deposit-main,
.lanaya-deposit-howto {
    min-width: 0;
}

.lanaya-deposit-section {
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    background: #262020;
    overflow: hidden;
}

.lanaya-deposit-section h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.lanaya-deposit-section h3 i {
    color: #fff;
}

.lanaya-deposit-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
}

.lanaya-deposit-type {
    min-height: 112px;
    padding: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #0e0b0c;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.lanaya-deposit-type.active {
    border-color: #ef2938;
    box-shadow: inset 0 0 0 1px rgba(239,41,56,.2);
}

.lanaya-deposit-type b {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
}

.lanaya-deposit-type span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.lanaya-deposit-label {
    display: block;
    padding: 0 16px 10px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 800;
}

.lanaya-deposit-label span {
    color: #ef2938;
}

.lanaya-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 16px 18px;
}

.lanaya-channel-grid.is-hidden {
    display: none;
}

.lanaya-bank-choice {
    min-height: 73px;
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr) 86px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #0e0b0c;
    color: #fff;
    text-align: left;
    cursor: pointer;
}

.lanaya-bank-choice.active {
    border-color: #ef2938;
}

.lanaya-bank-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #21d46f;
}

.lanaya-bank-choice b {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.lanaya-bank-choice small {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 11px;
    line-height: 1.2;
}

.lanaya-bank-choice img {
    max-width: 86px;
    max-height: 36px;
    object-fit: contain;
    justify-self: end;
}

.lanaya-amount-control {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
    padding: 16px 16px 10px;
}

.lanaya-amount-control button {
    min-height: 52px;
    border: 0;
    border-radius: 5px;
    background: #494444;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-amount-control div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border-radius: 4px;
    background: #0e0b0c;
}

.lanaya-amount-control span {
    color: #7b8b92;
    font-size: 18px;
    font-weight: 900;
}

.lanaya-amount-control input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.lanaya-amount-presets {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    padding: 0 16px 12px;
}

.lanaya-amount-presets button {
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background: #0e0b0c;
    color: #b8c7d2;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-amount-presets button.active {
    background: #ef2938;
    color: #fff;
}

.lanaya-deposit-section > small {
    display: block;
    padding: 0 16px 16px;
    color: rgba(255,255,255,.7);
    font-weight: 700;
}

.lanaya-deposit-input {
    width: calc(100% - 32px);
    min-height: 46px;
    margin: 16px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    background: #0e0b0c;
    color: #fff;
    font-weight: 700;
}

.lanaya-deposit-input::placeholder {
    color: #8ca0ad !important;
}

.lanaya-deposit-actions {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 4px;
}

.lanaya-deposit-submit {
    min-width: 142px;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: #ef2938;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-deposit-howto {
    align-self: start;
    padding: 18px;
    border-radius: 6px;
    background: #262020;
}

.lanaya-deposit-howto h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.lanaya-deposit-howto strong {
    display: block;
    margin: 0 0 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.lanaya-deposit-howto ol {
    margin: 0 0 18px;
    padding-left: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.lanaya-qris-payment,
.lanaya-bank-payment,
.lanaya-payment-notfound {
    padding: 28px 16px;
    color: #fff;
    background: #101415;
    border-radius: 6px;
}

.lanaya-qris-payment h1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 32px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

.lanaya-qris-clock {
    text-align: center;
}

.lanaya-qris-clock > span {
    display: block;
    margin-bottom: 14px;
    font-weight: 900;
}

.lanaya-qris-time {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

.lanaya-qris-time div {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.lanaya-qris-time b {
    min-width: 54px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #262020;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.lanaya-qris-time strong {
    padding-top: 15px;
    color: #fff;
    font-size: 22px;
}

.lanaya-qris-time small {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.lanaya-qris-summary {
    max-width: 380px;
    margin: 28px auto 24px;
    background: rgba(0,0,0,.18);
}

.lanaya-qris-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 32px;
    padding: 8px 28px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.lanaya-qris-summary span {
    color: #fff;
    font-weight: 900;
}

.lanaya-qris-summary b {
    color: #fff;
    font-weight: 900;
    text-align: right;
}

.lanaya-qris-summary .fa-clone {
    margin-left: 5px;
    color: #777;
    cursor: pointer;
}

.lanaya-qris-scan-text {
    margin: 30px 0 14px;
    text-align: center;
    font-weight: 900;
}

.lanaya-qris-image {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 16px;
    background: #fff;
}

.lanaya-qris-download,
.lanaya-qris-cancel button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    background: #494444;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-qris-download {
    display: flex;
    width: max-content;
}

.lanaya-qris-cancel {
    text-align: center;
}

.lanaya-qris-cancel button {
    background: #ef2938;
}

.lanaya-qris-closed {
    max-width: 440px;
    margin: 24px auto 0;
    padding: 16px;
    border-radius: 5px;
    background: #262020;
    text-align: center;
    font-weight: 900;
}

.lanaya-payment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.lanaya-payment-head span,
.lanaya-bank-transfer-box span {
    display: block;
    color: rgba(255,255,255,.74);
    font-size: 13px;
    font-weight: 800;
}

.lanaya-payment-head h3,
.lanaya-bank-transfer-box h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.lanaya-payment-note {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 5px;
    background: #262020;
}

.lanaya-bank-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lanaya-bank-transfer-box {
    min-width: 0;
    min-height: 168px;
    padding: 18px;
    border-radius: 5px;
    background: #262020;
}

.lanaya-bank-transfer-box img {
    max-width: 112px;
    max-height: 45px;
    display: block;
    margin-bottom: 18px;
    padding: 7px;
    border-radius: 4px;
    background: #fff;
}

.lanaya-bank-transfer-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    word-break: break-word;
}

.lanaya-bank-transfer-box small {
    color: rgba(255,255,255,.76);
    font-weight: 700;
}

.lanaya-payment-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.lanaya-payment-actions button {
    min-width: 112px;
    min-height: 42px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.lanaya-payment-confirm {
    background: #ef2938;
}

.lanaya-payment-cancel {
    background: #494444;
}

@media (max-width: 1199.98px) {
    .lanaya-deposit-grid {
        grid-template-columns: 1fr;
    }

    .lanaya-deposit-howto {
        display: none;
    }

    .lanaya-amount-presets {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .lanaya-wallet-page {
        padding-bottom: 96px !important;
    }

    .lanaya-wallet-tabs {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lanaya-wallet-tabs .nav-link {
        min-height: 48px;
        justify-content: center;
        padding: 0 6px !important;
        font-size: 12px;
    }

    .lanaya-wallet-tabs .nav-link i {
        display: none;
    }

    .lanaya-deposit-balance {
        padding: 18px;
    }

    .lanaya-deposit-type-grid,
    .lanaya-channel-grid,
    .lanaya-bank-payment-grid {
        grid-template-columns: 1fr;
    }

    .lanaya-bank-choice {
        grid-template-columns: 12px minmax(0, 1fr) 74px;
    }

    .lanaya-bank-choice img {
        max-width: 74px;
    }

    .lanaya-amount-control {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }

    .lanaya-amount-presets {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lanaya-deposit-actions,
    .lanaya-payment-actions {
        justify-content: stretch;
        flex-direction: column;
    }

    .lanaya-deposit-submit,
    .lanaya-payment-actions button {
        width: 100%;
    }

    .lanaya-qris-payment h1 {
        font-size: 26px;
    }

    .lanaya-qris-summary div {
        padding-right: 14px;
        padding-left: 14px;
    }
}
