* {
    box-sizing: border-box;
}

:root {
    --gold-1: #fff6cb;
    --gold-2: #ffe08d;
    --gold-3: #f4c559;
    --gold-4: #d79a27;
    --gold-5: #a86a11;
    --gold-6: #6d4207;

    --dark-1: #050505;
    --dark-2: #0b0b0b;
    --dark-3: #111111;
    --dark-4: #171717;
    --dark-5: #211d16;

    --line: rgba(255, 216, 122, 0.24);
    --line-strong: rgba(255, 216, 122, 0.50);

    --text-main: #fff4c8;
    --text-soft: #e2cd92;
    --text-muted: #b89a57;

    --panel-dark: linear-gradient(180deg, rgba(15, 15, 15, 0.84), rgba(7, 7, 7, 0.86));
    --panel-soft: linear-gradient(180deg, rgba(23, 18, 10, 0.82), rgba(8, 8, 8, 0.84));
    --gold-btn: linear-gradient(180deg, #fff1b6 0%, #efc457 48%, #cb891a 100%);
    --gold-bar: linear-gradient(180deg, #f8dd8b 0%, #d49a2d 100%);
    --shadow-main: 0 0 0 1px rgba(255, 216, 122, 0.10), 0 16px 40px rgba(0, 0, 0, 0.34);

    --background-image: url('https://photoku.io/images/2026/03/06/olxtoto-bg-idul-fitri-2026.jpeg');
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
    min-height: 100%;
    color: #f9e9b7;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
        var(--background-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.cursor {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.desktop-wrapper {
    display: block;
}

.mobile-wrapper {
    display: none;
}

.site-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.80), rgba(16, 12, 7, 0.82));
    box-shadow:
        0 0 0 1px rgba(255, 216, 122, 0.14),
        0 24px 60px rgba(0, 0, 0, 0.45);
    min-height: 100vh;
    position: relative;
    overflow: visible;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    pointer-events: none;
    opacity: 0.25;
    z-index: 0;
}

.site-shell::before {
    left: 0;
    background: linear-gradient(135deg, rgba(255, 220, 128, 0.16), transparent 55%);
}

.site-shell::after {
    right: 0;
    background: linear-gradient(-135deg, rgba(255, 220, 128, 0.16), transparent 55%);
}

.topbar {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.94) 0%, rgba(15, 15, 15, 0.94) 100%);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.brand-wrap {
    display: flex;
    align-items: center;
    min-height: 64px;
}

.brand-logo {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.3px;
    color: var(--gold-2);
    text-shadow: 0 0 12px rgba(255, 207, 92, 0.14);
}

.brand-logo span {
    color: #fff8dc;
    font-weight: 300;
}

.login-box .form-control {
    height: 40px;
    border-radius: 7px;
    border: 1px solid #efddb2;
    background: rgba(255, 253, 247, 0.95);
    color: #222;
    font-size: 0.9rem;
}

.login-box .form-control:focus {
    border-color: var(--gold-4);
    box-shadow: 0 0 0 0.18rem rgba(255, 216, 122, 0.18);
}

.btn-gold {
    background: var(--gold-btn);
    border: 0;
    color: #2d1b03;
    font-weight: 800;
    letter-spacing: 0.6px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.60),
        0 8px 18px rgba(0, 0, 0, 0.22);
    transition: 0.25s ease;
}

.btn-gold:hover {
    transform: translateY(-1px);
    color: #201100;
    background: linear-gradient(180deg, #fff3c2 0%, #f3ca65 48%, #d59018 100%);
}

/* text berjalan ------------------------------------------------------------------------------------- */
/* text berjalan ------------------------------------------------------------------------------------- */
.info-bar {
    position: relative;
    z-index: 2;
    background: var(--gold-bar);
    color: #2f1a00;
    font-size: 0.84rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.info-marquee-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    overflow: hidden;
}

.info-label {
    flex: 0 0 auto;
    white-space: nowrap;
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.info-marquee {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
}

.info-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.info-marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: infoTicker 10s linear infinite;
    will-change: transform;
}

.info-marquee-track span {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    color: #2f1a00;
    padding-right: 0;
}

@keyframes infoTicker {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.main-area {
    position: relative;
    z-index: 2;
    padding: 14px;
}

.panel-classic {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.80), rgba(7, 7, 7, 0.84));
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-main);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.sidebar-panel {
    padding: 12px;
}

.sidebar-menu {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
}

.sidebar-menu li+li {
    margin-top: 8px;
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #f8e8b3;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.86) 0%, rgba(12, 12, 12, 0.88) 100%);
    border: 1px solid rgba(255, 216, 122, 0.20);
    font-weight: 700;
    transition: 0.25s ease;
    font-size: 0.93rem;
}

.sidebar-menu a:hover {
    color: #fff7db;
    border-color: rgba(255, 216, 122, 0.46);
    background: linear-gradient(180deg, rgba(36, 24, 10, 0.92) 0%, rgba(18, 14, 9, 0.94) 100%);
    transform: translateX(2px);
}

.sidebar-menu i {
    color: var(--gold-2);
    font-size: 1rem;
    min-width: 18px;
}

.btn-daftar {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    margin-bottom: 14px;
}

.side-widget {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(23, 19, 13, 0.82), rgba(13, 11, 8, 0.86));
    border: 1px solid rgba(255, 216, 122, 0.28);
    margin-bottom: 14px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.side-widget-title {
    background: linear-gradient(180deg, #f5d783 0%, #cf972f 100%);
    color: #2d1800;
    font-weight: 800;
    font-size: 0.92rem;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.side-widget-body {
    padding: 10px;
}

.result-date {
    color: #d8c185;
    font-size: 0.84rem;
    margin-bottom: 8px;
}

.result-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #f3e1b0;
    font-size: 0.87rem;
}

.result-row+.result-row {
    margin-top: 8px;
}

.result-row strong {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 1px;
}

.news-link {
    display: block;
    color: #ffe6a2;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.news-date {
    font-size: 0.8rem;
    color: #bda76d;
}

.hero-panel {
    overflow: hidden;
}

.hero-banner {
    position: relative;
    min-height: 370px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background:
        radial-gradient(circle at 75% 20%, rgba(255, 214, 107, 0.24), transparent 20%),
        radial-gradient(circle at 64% 35%, rgba(255, 255, 255, 0.08), transparent 12%),
        linear-gradient(135deg, rgba(20, 13, 4, 0.82) 0%, rgba(42, 24, 6, 0.80) 26%, rgba(112, 66, 11, 0.76) 56%, rgba(226, 175, 61, 0.72) 100%);
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.46) 38%, rgba(0, 0, 0, 0.08) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 58%;
    min-height: 370px;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-mini-brand {
    color: #ffe8a6;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 6px;
}

.hero-big-title {
    color: #efc04f;
    font-weight: 900;
    font-size: 4rem;
    line-height: 0.92;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.hero-sub-title {
    color: #fff5d1;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-desc {
    color: #f0ddb0;
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 18px;
    max-width: 520px;
}

.btn-hero {
    width: fit-content;
    min-width: 210px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff0b6 0%, #efc052 48%, #cc8717 100%);
    color: #241300;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.btn-hero:hover {
    color: #241300;
    transform: translateY(-1px);
}

.hero-visual {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 40%;
    max-width: 360px;
    z-index: 2;
}

.hero-visual-box {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 24px 24px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
    background:
        radial-gradient(circle at 30% 15%, rgba(255, 255, 255, 0.18), transparent 16%),
        radial-gradient(circle at 65% 25%, rgba(255, 217, 122, 0.20), transparent 16%),
        linear-gradient(180deg, rgba(255, 226, 140, 0.12), rgba(255, 255, 255, 0.03)),
        url('https://images.unsplash.com/photo-1542751110-97427bbecf20?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
}

.game-menu-wrap {
    padding: 12px;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.76) 0%, rgba(8, 8, 8, 0.80) 100%);
    border-top: 1px solid rgba(255, 216, 122, 0.10);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.game-card {
    display: block;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.82) 0%, rgba(8, 8, 8, 0.86) 100%);
    border: 1px solid rgba(255, 216, 122, 0.20);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
    transition: 0.25s ease;
}

.game-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 216, 122, 0.44);
}

/* .game-thumb {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #222;
}

.game-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.62) 100%);
} */

.game-card-body {
    padding: 10px 10px 12px;
}

.game-title {
    color: #ffe7a8;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-sub {
    color: #b79f63;
    font-size: 0.76rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bank-panel {
    margin-top: 14px;
    padding: 14px;
}

.bank-header {
    font-size: 1rem;
    font-weight: 900;
    color: #f4df9f;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.bank-card {
    min-height: 66px;
    background: linear-gradient(180deg, rgba(247, 244, 236, 0.95) 0%, rgba(231, 223, 208, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.bank-name {
    color: #4e4e4e;
    font-weight: 900;
    font-size: 0.98rem;
    text-transform: lowercase;
}

.bank-state {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #2a2a2a;
    white-space: nowrap;
}

.dot-online,
.dot-warning,
.dot-offline {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-online {
    background: #54d56a;
    box-shadow: 0 0 8px rgba(84, 213, 106, 0.50);
}

.dot-warning {
    background: #ffcb3e;
    box-shadow: 0 0 8px rgba(255, 203, 62, 0.50);
}

.dot-offline {
    background: #ff4e4e;
    box-shadow: 0 0 8px rgba(255, 78, 78, 0.50);
}

.bank-note {
    margin-top: 12px;
    text-align: center;
    font-size: 0.88rem;
    color: #d7c189;
}

.article-panel {
    margin-top: 14px;
    padding: 22px 22px 28px;
    background: linear-gradient(180deg, rgba(31, 32, 35, 0.82) 0%, rgba(27, 28, 31, 0.84) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.seo-title {
    color: #fff0bc;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 16px;
}

.seo-block+.seo-block {
    margin-top: 24px;
}

.seo-block h2 {
    color: #fff0bc;
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.seo-block p {
    color: #ddd4bc;
    font-size: 0.93rem;
    line-height: 1.9;
    margin-bottom: 10px;
}

.seo-block ul {
    padding-left: 18px;
    margin: 0 0 12px 0;
}

.seo-block li {
    color: #ddd4bc;
    font-size: 0.92rem;
    line-height: 1.8;
    margin-bottom: 6px;
}

.text-gold-soft {
    color: #ffb64c;
    font-weight: 800;
}

.footer-bar {
    border-top: 1px solid rgba(255, 216, 122, 0.10);
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.90) 0%, rgba(0, 0, 0, 0.92) 100%);
    text-align: center;
    color: #d8c280;
    font-size: 0.86rem;
    padding: 16px 10px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.floating-chat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.floating-chat a {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fff0b7 0%, #efbf50 48%, #cb8818 100%);
    color: #261400;
    font-size: 1.3rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-login {
    display: none;
    padding-top: 12px;
}

.mobile-login .btn {
    width: 100%;
    min-height: 45px;
    border-radius: 8px;
}

/* ===== HERO SLIDER FIX ===== */
.hero-banner {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 370px;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.10) 100%);
}

.hero-text {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 55%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffd86b;
}

/* SWIPER FIX */
.gameSwiper {
    width: 100%;
    padding-bottom: 5px;
}

.gameSwiper .swiper-slide {
    width: 25%;
}

/* =========================
BANK SWIPER
========================= */
.bankSwiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 4px;
    cursor: grab;
}

.bankSwiper:active {
    cursor: grabbing;
}

.bankSwiper .swiper-wrapper {
    align-items: stretch;
}

.bankSwiper .swiper-slide {
    height: auto;
}

.bankSwiper .swiper-slide .bank-card {
    height: 100%;
}

/* =========================
NEWS VERTICAL SWIPER
========================= */
.news-widget {
    overflow: hidden;
}

.newsSwiper {
    height: 250px;
    overflow: hidden;
    cursor: grab;
}

.newsSwiper:active {
    cursor: grabbing;
}

.newsSwiper .swiper-wrapper {
    align-items: stretch;
}

.newsSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.newsSwiper .news-slide-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 216, 122, 0.10);
    margin: 0;
}

.newsSwiper .swiper-slide:last-child .news-slide-item {
    border-bottom: 0;
}

.news-link {
    display: block;
    color: #ffe6a2;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.news-link:hover {
    color: #fff3c8;
}

.news-date {
    font-size: 0.8rem;
    color: #bda76d;
}

/* =========================
RESULT SLIDER (FIX DATE)
========================= */
.resultSwiper {
    height: 150px;
    overflow: hidden;
    cursor: grab;
    margin-top: 8px;
}

.resultSwiper:active {
    cursor: grabbing;
}

.resultSwiper .swiper-wrapper {
    align-items: center;
}

.resultSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.resultSwiper .result-row {
    width: 100%;
}

@media (max-width: 991.98px) {
    .hero-content {
        max-width: 100%;
    }

    .hero-visual {
        opacity: 0.16;
        width: 52%;
    }

    .gameSwiper .swiper-slide {
        width: 40%;
    }
}

@media (max-width: 767.98px) {

    .desktop-wrapper {
        display: none;
    }

    .mobile-wrapper {
        display: block;
        min-height: 100vh;
        width: 100%;
    }
}




/* =========================
        MOBILE CLASSIC GAME UI
        ========================= */
.mobile-wrapper {
    display: none;
    min-height: 100vh;
    width: 100%;
    padding: 12px 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),
        var(--background-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.mobile-shell {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.96), rgba(12, 10, 8, 0.97));
    border: 1px solid rgba(255, 216, 122, 0.18);
    border-radius: 22px;
    overflow: visible;
    box-shadow:
        0 0 0 1px rgba(255, 216, 122, 0.10),
        0 20px 50px rgba(0, 0, 0, 0.42);
    position: relative;
}

.mobile-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 216, 122, 0.06), transparent 35%),
        linear-gradient(-135deg, rgba(255, 216, 122, 0.04), transparent 30%);
    z-index: 0;
}

.mobile-inner {
    position: relative;
    z-index: 2;
}

.mobile-topbar {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(16, 16, 16, 0.96));
    border-bottom: 1px solid rgba(255, 216, 122, 0.14);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mobile-brand {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: var(--gold-2);
    line-height: 1;
    text-shadow: 0 0 10px rgba(255, 207, 92, 0.12);
}

.mobile-brand span {
    color: #fff8dc;
    font-weight: 300;
}

.mobile-livechat {
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 7px;
    border: 1px solid rgba(255, 216, 122, 0.24);
    background: linear-gradient(180deg, #fff0b6 0%, #efc457 48%, #cb891a 100%);
    color: #2d1b03 !important;
    font-size: 0.72rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55);
}

.mobile-livechat:hover,
.mobile-livechat:focus,
.mobile-livechat:active {
    color: #2d1b03 !important;
    background: linear-gradient(180deg, #fff3c2 0%, #f3ca65 48%, #d59018 100%);
    border-color: rgba(255, 216, 122, 0.34);
}

.mobile-banner {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 216, 122, 0.12);
    background: #0b0b0b;
}

.mobile-banner .carousel,
.mobile-banner .carousel-inner,
.mobile-banner .carousel-item {
    width: 100%;
    height: 160px;
}

.mobile-banner-slide {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.mobile-banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.42) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.10) 70%);
}

.mobile-banner-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 16px;
    z-index: 2;
    text-align: left;
}

.mobile-banner-brand {
    color: #ffe08d;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.mobile-banner-title {
    color: #fff4c8;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.mobile-banner-subtitle {
    color: #e2cd92;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.mobile-carousel-indicators {
    margin-bottom: 8px;
    z-index: 3;
}

.mobile-carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    margin: 0 4px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.9);
}

.mobile-carousel-indicators .active {
    opacity: 1;
    background: #ffd86b;
}

.mobile-carousel-control {
    width: 12%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.mobile-banner:hover .mobile-carousel-control,
.mobile-banner:focus-within .mobile-carousel-control {
    opacity: 0.9;
}

.mobile-carousel-control .carousel-control-prev-icon,
.mobile-carousel-control .carousel-control-next-icon {
    width: 1.4rem;
    height: 1.4rem;
    background-size: 100% 100%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.mobile-login-box {
    padding: 14px 12px 10px;
    background: linear-gradient(180deg, rgba(9, 8, 6, 0.96), rgba(7, 7, 7, 0.98));
    border-bottom: 1px solid rgba(255, 216, 122, 0.10);
}

.mobile-login-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #e9d59d;
    margin-bottom: 10px;
    line-height: 1.35;
}

.mobile-input {
    width: 100%;
    height: 42px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.92);
    color: #222;
    padding: 0 12px;
    font-size: 0.95rem;
    margin-bottom: 10px;
    outline: none;
}

.mobile-input:focus {
    border-color: rgba(255, 216, 122, 0.60);
    box-shadow: 0 0 0 0.16rem rgba(255, 216, 122, 0.16);
}

.mobile-login-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 2px 0 12px;
    font-size: 0.77rem;
    font-weight: 700;
}

.mobile-login-meta a,
.mobile-login-meta span {
    color: #e7d39a;
    text-decoration: none;
}

.mobile-btn-stack .mobile-btn+.mobile-btn {
    margin-top: 8px;
}

.mobile-btn {
    width: 100%;
    min-height: 43px;
    border: 0;
    border-radius: 7px;
    font-weight: 900;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    transition: 0.22s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.mobile-btn:focus {
    outline: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        0 0 0 0.18rem rgba(255, 216, 122, 0.12);
}

.mobile-btn-login {
    background: linear-gradient(180deg, #2cc2e8 0%, #1aa5d3 100%);
    color: #083141 !important;
}

.mobile-btn-login:hover,
.mobile-btn-login:focus,
.mobile-btn-login:active {
    background: linear-gradient(180deg, #48ccef 0%, #1da8d7 100%);
    color: #083141 !important;
    transform: translateY(-1px);
}

.mobile-btn-daftar {
    background: linear-gradient(180deg, #44d97c 0%, #30bf65 100%);
    color: #07321a !important;
}

.mobile-btn-daftar:hover,
.mobile-btn-daftar:focus,
.mobile-btn-daftar:active {
    background: linear-gradient(180deg, #59e08a 0%, #34c56b 100%);
    color: #07321a !important;
    transform: translateY(-1px);
}

.mobile-btn-promosi {
    background: linear-gradient(180deg, #2cc2e8 0%, #1aa5d3 100%);
    color: #083141 !important;
}

.mobile-btn-promosi:hover,
.mobile-btn-promosi:focus,
.mobile-btn-promosi:active {
    background: linear-gradient(180deg, #48ccef 0%, #1da8d7 100%);
    color: #083141 !important;
    transform: translateY(-1px);
}

.mobile-card {
    margin: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 216, 122, 0.22);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(16, 13, 10, 0.98));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.mobile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(7, 7, 7, 0.98));
    color: #f8e6ad;
    padding: 9px 12px;
    font-size: 0.92rem;
    font-weight: 900;
    border-bottom: 1px solid rgba(255, 216, 122, 0.16);
}

.mobile-card-header .right {
    white-space: nowrap;
}

.mobile-result-list {
    padding: 0;
}

.mobile-result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #ebd9a3;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.01);
}

.mobile-result-item:last-child {
    border-bottom: 0;
}

.mobile-result-name {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ebd9a3;
    font-weight: 700;
}

.mobile-result-value {
    flex: 0 0 auto;
    color: #38f28a;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.mobile-bank-wrap {
    padding: 10px;
}

.mobile-bank-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.mobile-bank-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 6px 4px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 229, 214, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.55);
    text-align: center;
    gap: 2px;
    overflow: hidden;
}

.mobile-bank-name {
    font-size: 0.68rem;
    line-height: 1.1;
    font-weight: 900;
    color: #494949;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mobile-bank-status {
    font-size: 0.62rem;
    font-weight: 900;
    color: #2a2a2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
    line-height: 1;
}

.mobile-bank-status .dot-online,
.mobile-bank-status .dot-warning,
.mobile-bank-status .dot-offline {
    width: 7px;
    height: 7px;
}

.mobile-bank-note {
    padding: 0 12px 12px;
    font-size: 0.75rem;
    color: #cdb77a;
    line-height: 1.6;
    text-align: center;
}

.mobile-footer {
    padding: 14px 12px 18px;
    text-align: center;
    color: #9f9f9f;
    font-size: 0.8rem;
}

.mobile-footer strong {
    color: #bca76d;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .desktop-wrapper {
        display: none;
    }

    .mobile-wrapper {
        display: block;
    }
}

@media (max-width: 420px) {
    .mobile-wrapper {
        padding: 0;
    }

    .mobile-shell {
        max-width: 100%;
        min-height: 100vh;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .mobile-banner .carousel,
    .mobile-banner .carousel-inner,
    .mobile-banner .carousel-item,
    .mobile-banner-slide {
        height: 140px;
    }

    .mobile-bank-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
    }

    .mobile-bank-item {
        min-height: 48px;
        padding: 5px 3px;
    }

    .mobile-bank-name {
        font-size: 0.62rem;
    }

    .mobile-bank-status {
        font-size: 0.57rem;
        gap: 2px;
    }

    .mobile-bank-status .dot-online,
    .mobile-bank-status .dot-warning,
    .mobile-bank-status .dot-offline {
        width: 6px;
        height: 6px;
    }
}







.classic-wrapper {
    max-width: 1120px;
    margin: 10px auto;
    padding: 0 12px;
}

.classic-info-bar {
    position: relative;
    background: var(--panel-dark);
    border: 1px solid var(--line);
    border-bottom: 3px solid rgba(255, 196, 72, 0.70);
    border-radius: 0 0 10px 10px;
    box-shadow:
        0 0 0 1px rgba(255, 216, 122, 0.08),
        0 14px 30px rgba(0, 0, 0, 0.38);
    overflow: visible;
}

.classic-info-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 216, 122, 0.05), transparent 24%),
        linear-gradient(-135deg, rgba(255, 216, 122, 0.04), transparent 22%);
}

.classic-info-bar::after {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    font-size: 1.65rem;
    line-height: 1;
    filter: drop-shadow(0 0 8px rgba(255, 170, 0, 0.45));
}

.classic-info-inner {
    position: relative;
    z-index: 2;
    padding: 14px 18px 12px;
}

.classic-stat {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.classic-stat-title {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.classic-stat-value {
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-main);
    margin-bottom: 10px;
    letter-spacing: 0.2px;
}

.classic-stat-value span {
    color: #ffffff;
}

.classic-progress {
    width: 100%;
    max-width: 140px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #757575 0%, #9a9a9a 100%);
    padding: 2px;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.06);
}

.classic-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffb44d 0%, #ff8c1a 100%);
    box-shadow:
        0 0 8px rgba(255, 162, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.classic-online-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.classic-online-number {
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 6px;
}

.classic-online-label {
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: 0.2px;
}

.classic-search-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.classic-search-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.classic-search-pill {
    min-height: 40px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 6px 16px rgba(0, 0, 0, 0.22);
    transition: 0.2s ease;
}

.classic-search-pill:hover {
    transform: translateY(-1px);
    color: #111111;
}

.classic-google-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    background-image: conic-gradient(from 220deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.classic-search-text {
    font-size: 0.72rem;
    font-weight: 900;
    color: #111111;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.classic-separator {
    position: relative;
}

.classic-separator::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: calc(100% - 12px);
    background: linear-gradient(180deg, transparent 0%, rgba(255, 216, 122, 0.24) 50%, transparent 100%);
}

@media (max-width: 991.98px) {
    .classic-info-inner {
        padding: 16px;
    }

    .classic-separator::after {
        display: none;
    }

    .classic-stat,
    .classic-online-box,
    .classic-search-box {
        align-items: center;
        text-align: center;
    }

    .classic-progress {
        margin: 0 auto;
    }

    .classic-search-box {
        margin-top: 4px;
    }
}

@media (max-width: 575.98px) {
    .classic-wrapper {
        margin: 18px auto;
        padding: 0 8px;
    }

    .classic-info-inner {
        padding: 14px 12px 16px;
    }

    .classic-stat-title {
        font-size: 0.95rem;
    }

    .classic-online-number {
        font-size: 1.2rem;
    }

    .classic-search-pill {
        width: 100%;
        justify-content: center;
    }

    .classic-progress {
        max-width: 160px;
    }

    .classic-info-bar::after {
        bottom: -16px;
        font-size: 1.45rem;
    }
}





.topbar {
    position: sticky;
    top: 0;
    z-index: 1055;
}






.mobile-header.sticky-top {
    top: 0;
    z-index: 1055;
}

.mobile-header {
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.96) 0%, rgba(15, 15, 15, 0.96) 100%);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    min-height: 56px;
}

.mobile-brand img {
    display: block;
    max-height: 25px;
}

.mobile-livechat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #2b1b07;
    background: linear-gradient(180deg, #ffe08d 0%, #d79a27 100%);
    border: 1px solid rgba(255, 224, 141, 0.55);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.mobile-livechat:hover {
    color: #2b1b07;
    text-decoration: none;
}






/* .game-card {
    display: block;
    text-decoration: none;
    background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 196, 44, 0.18);
    border-radius: 12px;
    overflow: hidden;
} */

/* .game-thumb {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: linear-gradient(180deg, #1b1b1b 0%, #101010 100%);
    overflow: hidden;
}

.game-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
} */


.game-card {
    display: block;
    height: 100%;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 196, 44, 0.18);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
    transition: 0.25s ease;
}

.game-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 216, 122, 0.44);
}

.game-thumb {
    position: relative;
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: linear-gradient(180deg, #1b1b1b 0%, #101010 100%);
    overflow: hidden;
}

.game-thumb::after {
    display: none;
    content: none;
}

.game-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}






/* =========================================================
CARA BERMAIN / GAME GUIDE PANEL
========================================================= */
.guide-panel {
    padding: 22px 22px 26px;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.94) 0%, rgba(14, 10, 6, 0.96) 100%);
    border: 1px solid rgba(255, 216, 122, 0.16);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.guide-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 220, 128, 0.05), transparent 25%),
        linear-gradient(-135deg, rgba(255, 220, 128, 0.05), transparent 25%);
}

.guide-inner {
    position: relative;
    z-index: 2;
}

.guide-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 216, 122, 0.18);
}

.guide-heading i {
    color: var(--gold-2);
    font-size: 1.1rem;
}

.guide-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.guide-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.guide-tab-btn {
    border: 0;
    border-radius: 6px;
    padding: 8px 12px;
    min-height: 38px;
    background: linear-gradient(180deg, #f8db87 0%, #e0b347 55%, #c48616 100%);
    color: #281600;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 4px 10px rgba(0, 0, 0, 0.24);
    transition: all 0.22s ease;
}

.guide-tab-btn:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #ffe8a5 0%, #f0c45d 55%, #d08f1d 100%);
    color: #1f1100;
}

.guide-tab-btn.active {
    background: linear-gradient(180deg, #fff3bb 0%, #ffd96e 55%, #dfa126 100%);
    color: #1b0d00;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.70),
        0 0 0 1px rgba(255, 236, 171, 0.55),
        0 10px 20px rgba(0, 0, 0, 0.30);
}

.guide-content-box {
    position: relative;
    min-height: 420px;
    border-top: 1px solid rgba(255, 216, 122, 0.18);
    padding-top: 18px;
}

.guide-content-item {
    display: none;
    animation: fadeGuide 0.28s ease;
}

.guide-content-item.active {
    display: block;
}

@keyframes fadeGuide {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.guide-title {
    margin-bottom: 12px;
    color: #ff2c2c;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.guide-subtitle {
    margin-bottom: 10px;
    color: #fff0bc;
    font-size: 1.02rem;
    font-weight: 800;
}

.guide-paragraph {
    color: #f3e4b8;
    font-size: 0.96rem;
    line-height: 1.8;
    margin-bottom: 12px;
}

.guide-paragraph a {
    color: #ff684d;
    font-weight: 800;
}

.guide-highlight {
    color: #ffffff;
    font-weight: 900;
}

.guide-number-list {
    padding-left: 20px;
    margin: 12px 0 0;
}

.guide-number-list li {
    color: #f3e4b8;
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 6px;
}

.guide-plain-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.guide-plain-list li {
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.8;
}

.guide-result-box {
    margin: 14px 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 216, 122, 0.14);
}

.guide-result-line {
    color: #fff7da;
    font-size: 0.98rem;
    line-height: 1.8;
    font-weight: 800;
}

.guide-final {
    margin-top: 16px;
    color: #ffe08a;
    font-size: 1rem;
    font-weight: 900;
}

.guide-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 216, 122, 0.14);
    color: #f3e4b8;
    font-size: 0.95rem;
    line-height: 1.9;
}

.guide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    background: rgba(255, 216, 122, 0.08);
    border: 1px solid rgba(255, 216, 122, 0.18);
    color: #ffeab0;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
}

.guide-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.guide-mini-card {
    border-radius: 10px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 216, 122, 0.14);
}

.guide-mini-card h4 {
    margin: 0 0 8px;
    color: #fff0bc;
    font-size: 0.98rem;
    font-weight: 900;
}

.guide-mini-card p {
    margin: 0;
    color: #e9dcb8;
    font-size: 0.9rem;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .guide-title {
        font-size: 1.35rem;
    }

    .guide-content-box {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .guide-panel {
        padding: 16px;
    }

    .guide-heading h2 {
        font-size: 1.25rem;
    }

    .guide-tab-wrap {
        gap: 6px;
    }

    .guide-tab-btn {
        padding: 7px 10px;
        min-height: 36px;
        font-size: 0.8rem;
    }

    .guide-mini-grid {
        grid-template-columns: 1fr;
    }

    .guide-title {
        font-size: 1.18rem;
    }

    .guide-paragraph,
    .guide-number-list li,
    .guide-plain-list li,
    .guide-note {
        font-size: 0.9rem;
    }
}

/* =========================================================
CARA BERMAIN / GAME GUIDE PANEL
========================================================= */




/* =========================================================
HISTORY NOMOR PANEL
========================================================= */
.history-panel {
    padding: 20px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.95) 0%, rgba(18, 12, 6, 0.96) 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.history-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 220, 128, 0.05), transparent 24%),
        linear-gradient(-135deg, rgba(255, 220, 128, 0.05), transparent 24%);
}

.history-inner {
    position: relative;
    z-index: 2;
}

.history-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 216, 122, 0.18);
}

.history-filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.history-market-name {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.history-select-wrap {
    min-width: 230px;
}

.history-select {
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(255, 216, 122, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 241, 235, 0.96));
    color: #2a1a00;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.history-select:focus {
    border-color: var(--gold-4);
    box-shadow: 0 0 0 0.18rem rgba(255, 216, 122, 0.18);
}

.history-table-wrap {
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 216, 122, 0.16);
    background: rgba(255, 255, 255, 0.02);
}

.history-table {
    margin-bottom: 0;
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
}

.history-table thead th {
    background: linear-gradient(180deg, #f5d56f 0%, #dfae2f 100%);
    color: #251400;
    font-size: 0.9rem;
    font-weight: 900;
    text-align: center;
    padding: 11px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    white-space: nowrap;
}

.history-table thead th:last-child {
    border-right: 0;
}

.history-table tbody td {
    background: rgba(242, 242, 242, 0.92);
    color: #232323;
    font-size: 0.9rem;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    white-space: nowrap;
}

.history-table tbody tr:hover td {
    background: rgba(255, 248, 230, 0.96);
}

.history-table tbody td:last-child {
    border-right: 0;
}

.history-empty {
    padding: 28px 16px;
    text-align: center;
    color: #f2e0b0;
    font-size: 0.96rem;
    font-weight: 700;
}

.history-loading {
    padding: 28px 16px;
    text-align: center;
    color: #f2e0b0;
    font-size: 0.96rem;
    font-weight: 700;
}

.history-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    background: rgba(255, 216, 122, 0.08);
    border: 1px solid rgba(255, 216, 122, 0.18);
    color: #ffeab0;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .history-panel {
        padding: 16px;
    }

    .history-title {
        font-size: 1.45rem;
    }

    .history-market-name {
        font-size: 1.1rem;
    }

    .history-filter-row {
        align-items: stretch;
    }

    .history-select-wrap {
        min-width: 100%;
        width: 100%;
    }

    .history-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* =========================================================
HISTORY NOMOR PANEL
========================================================= */




/* =========================================================
BUKU MIMPI PANEL
========================================================= */
.mimpi-panel {
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.95) 0%, rgba(18, 12, 6, 0.96) 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.mimpi-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 220, 128, 0.05), transparent 24%),
        linear-gradient(-135deg, rgba(255, 220, 128, 0.05), transparent 24%);
}

.mimpi-inner {
    position: relative;
    z-index: 2;
}

.mimpi-title {
    color: #ffffff;
    font-size: 1.95rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 216, 122, 0.18);
}

.mimpi-toolbar {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.mimpi-select,
.mimpi-input {
    height: 40px;
    border: 1px solid rgba(255, 216, 122, 0.24);
    border-radius: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 240, 235, 0.96));
    color: #2b1a00;
    font-size: 0.9rem;
    box-shadow: none;
}

.mimpi-select {
    min-width: 70px;
    max-width: 160px;
    font-weight: 700;
}

.mimpi-input {
    min-width: 130px;
    max-width: 180px;
    font-weight: 700;
}

.mimpi-select:focus,
.mimpi-input:focus {
    border-color: var(--gold-4);
    box-shadow: 0 0 0 0.16rem rgba(255, 216, 122, 0.18);
}

.mimpi-btn {
    min-width: 92px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #fff0b6 0%, #efc457 48%, #cb891a 100%);
    color: #2d1b03;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 1px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.60),
        0 8px 18px rgba(0, 0, 0, 0.22);
    transition: all 0.2s ease;
}

.mimpi-btn:hover {
    transform: translateY(-1px);
    color: #201100;
    background: linear-gradient(180deg, #fff3c2 0%, #f3ca65 48%, #d59018 100%);
}

.mimpi-table-wrap {
    margin-top: 4px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 216, 122, 0.15);
    background: rgba(255, 255, 255, 0.02);
}

.mimpi-table-scroll {
    max-height: 490px;
    overflow-y: auto;
    overflow-x: auto;
}

.mimpi-table-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.mimpi-table-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

.mimpi-table-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c9c9c9, #8a8a8a);
    border-radius: 20px;
}

.mimpi-table {
    width: 100%;
    min-width: 760px;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.mimpi-table thead th {
    background: linear-gradient(180deg, #efc94f 0%, #d9ae2f 100%);
    color: #261500;
    font-size: 0.9rem;
    font-weight: 900;
    padding: 9px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}

.mimpi-table thead th:last-child {
    border-right: 0;
}

.mimpi-table tbody td {
    background: rgba(239, 239, 239, 0.95);
    color: #202020;
    font-size: 0.88rem;
    padding: 9px 10px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    vertical-align: top;
    line-height: 1.45;
}

.mimpi-table tbody td:last-child {
    border-right: 0;
}

.mimpi-table tbody tr:hover td {
    background: rgba(255, 248, 228, 0.98);
}

.mimpi-no {
    width: 55px;
    text-align: center;
}

.mimpi-keterangan {
    min-width: 420px;
}

.mimpi-jenis {
    width: 75px;
    text-align: center;
    white-space: nowrap;
}

.mimpi-nomor {
    min-width: 120px;
}

.mimpi-empty {
    text-align: center;
    padding: 28px 14px !important;
    color: #f6e6b6 !important;
    background: transparent !important;
    border-right: 0 !important;
    font-weight: 700;
    font-size: 0.95rem;
}

.mimpi-highlight {
    background: #ffe08a;
    color: #2b1600;
    padding: 0 2px;
    border-radius: 2px;
    font-weight: 900;
}

@media (max-width: 767.98px) {
    .mimpi-panel {
        padding: 16px;
    }

    .mimpi-title {
        font-size: 1.4rem;
    }

    .mimpi-toolbar {
        justify-content: stretch;
        gap: 8px;
    }

    .mimpi-select,
    .mimpi-input,
    .mimpi-btn {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 8px;
    }

    .mimpi-table-scroll {
        max-height: none;
    }
}

/* =========================================================
BUKU MIMPI PANEL
========================================================= */




/* =========================================================
LUPA PASSWORD PANEL
========================================================= */
.forgot-panel {
    padding: 18px 18px 24px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.95) 0%, rgba(18, 12, 6, 0.96) 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.forgot-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 220, 128, 0.05), transparent 24%),
        linear-gradient(-135deg, rgba(255, 220, 128, 0.05), transparent 24%);
}

.forgot-inner {
    position: relative;
    z-index: 2;
}

.forgot-title {
    color: #ffffff;
    font-size: 1.95rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 216, 122, 0.18);
}

.forgot-note-top {
    color: #fff7d4;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.forgot-box-wrap {
    display: flex;
    justify-content: center;
}

.forgot-box {
    width: 100%;
    max-width: 520px;
    background: rgba(245, 245, 245, 0.96);
    border: 1px solid rgba(255, 216, 122, 0.20);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.forgot-box-header {
    background: linear-gradient(180deg, #efd05f 0%, #d9af31 100%);
    color: #2c1800;
    text-align: center;
    font-weight: 900;
    font-size: 1rem;
    padding: 9px 12px;
}

.forgot-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.forgot-table td {
    border: 1px solid #cfcfcf;
    padding: 7px 10px;
    vertical-align: middle;
    color: #1f1f1f;
    font-size: 0.93rem;
}

.forgot-label {
    width: 46%;
    text-align: center;
    font-weight: 400;
}

.forgot-field {
    width: 54%;
}

.forgot-input {
    width: 100%;
    height: 32px;
    border: 1px solid #8c8c8c;
    border-radius: 0;
    padding: 4px 8px;
    font-size: 0.92rem;
    color: #1a1a1a;
    outline: none;
    background: #fff;
}

.forgot-input:focus {
    border-color: #c8901d;
    box-shadow: 0 0 0 0.14rem rgba(216, 167, 39, 0.16);
}

.captcha-cell {
    padding: 0 !important;
}

.captcha-left-box {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 6px 8px;
}

.captcha-image-btn {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
}

.captcha-image-btn img {
    display: block;
    width: 140px;
    height: 48px;
    max-width: none;
    object-fit: fill;
    image-rendering: auto;
}

.captcha-left-box {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 4px 6px;
}

.captcha-help {
    display: block;
    margin-top: 6px;
    color: #8a6718;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.forgot-desc {
    text-align: center;
    color: #161616;
    font-size: 0.92rem;
    line-height: 1.55;
    padding: 12px 18px;
    background: #efefef;
    border-top: 1px solid #cfcfcf;
}

.forgot-footer {
    text-align: center;
    padding: 14px 14px 18px;
    background: #efefef;
    border-top: 1px solid #cfcfcf;
}

.forgot-submit {
    min-width: 96px;
    min-height: 38px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #fff0b6 0%, #efc457 48%, #cb891a 100%);
    color: #2d1b03;
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: 1px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.60),
        0 8px 18px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease;
}

.forgot-submit:hover {
    transform: translateY(-1px);
    color: #201100;
    background: linear-gradient(180deg, #fff3c2 0%, #f3ca65 48%, #d59018 100%);
}

.forgot-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.forgot-alert {
    display: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 520px;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 0.92rem;
    font-weight: 700;
}

.forgot-alert.show {
    display: block;
}

.forgot-alert.success {
    background: rgba(25, 135, 84, 0.18);
    color: #d6ffe8;
    border: 1px solid rgba(25, 135, 84, 0.45);
}

.forgot-alert.error {
    background: rgba(220, 53, 69, 0.16);
    color: #ffd8dd;
    border: 1px solid rgba(220, 53, 69, 0.42);
}

@media (max-width: 767.98px) {
    .forgot-panel {
        padding: 16px;
    }

    .forgot-title {
        font-size: 1.45rem;
    }

    .forgot-box {
        max-width: 100%;
    }

    .forgot-table td {
        display: block;
        width: 100% !important;
    }

    .forgot-label {
        text-align: left;
        font-weight: 800;
        padding-bottom: 4px !important;
    }

    .captcha-left-box {
        min-height: 72px;
    }
}

/* =========================================================
LUPA PASSWORD PANEL
========================================================= */




/* =========================================================
REGISTER PANEL
========================================================= */
.register-panel {
    padding: 14px 14px 18px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.95) 0%, rgba(18, 12, 6, 0.96) 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.register-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 220, 128, 0.05), transparent 24%),
        linear-gradient(-135deg, rgba(255, 220, 128, 0.05), transparent 24%);
}

.register-inner {
    position: relative;
    z-index: 2;
}

.register-section+.register-section {
    margin-top: 28px;
}

.register-title {
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 900;
    margin: 0 0 2px;
    line-height: 1.2;
}

.register-subtitle {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.register-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
    margin-bottom: 10px;
}

.register-form {
    margin-top: 4px;
}

.register-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.register-label {
    width: 190px;
    min-width: 190px;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 500;
    text-align: right;
    line-height: 1.2;
}

.register-label .required {
    color: #ff5349;
    font-weight: 900;
}

.register-field {
    flex: 1 1 auto;
    min-width: 0;
}

.register-input,
.register-select {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    background: #f3f3f3;
    color: #2b2b2b;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 4px 12px;
    box-shadow: none;
}

.register-input::placeholder {
    color: #7e7e7e;
    font-style: italic;
    font-weight: 600;
}

.register-input:focus,
.register-select:focus {
    border-color: var(--gold-4);
    box-shadow: 0 0 0 0.16rem rgba(255, 216, 122, 0.16);
    background: #fafafa;
    outline: 0;
}

.register-phone-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.register-phone-prefix {
    width: 54px;
    min-width: 54px;
    height: 30px;
    border: 1px solid #d1991a;
    border-right: 0;
    background: linear-gradient(180deg, #ffc739 0%, #e4a313 100%);
    color: #1f1100;
    font-size: 0.92rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
}

.register-phone-input {
    border-radius: 0 4px 4px 0;
}

.register-ref-text {
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 500;
}

.register-captcha-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.register-captcha-box {
    width: 126px;
    height: 42px;
    border-radius: 4px;
    overflow: hidden;
    background: #2a0d39;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.register-captcha-box img {
    width: 126px;
    height: 42px;
    display: block;
    object-fit: fill;
    max-width: none;
}

.register-captcha-refresh {
    width: 30px;
    min-width: 30px;
    height: 36px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffbf33 0%, #ed9808 100%);
    color: #ffffff;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 4px 10px rgba(0, 0, 0, 0.22);
    transition: 0.2s ease;
}

.register-captcha-refresh:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.register-checks {
    margin-top: 18px;
    margin-bottom: 12px;
}

.register-check {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 4px;
}

.register-check input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    accent-color: #2693ff;
}

.register-submit {
    width: 100%;
    height: 33px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #efd57a 0%, #cf9f2d 100%);
    color: #1f1300;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 2px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 8px 18px rgba(0, 0, 0, 0.16);
    transition: 0.2s ease;
}

.register-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.register-alert {
    display: none;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.92rem;
    font-weight: 700;
}

.register-alert.show {
    display: block;
}

.register-alert.error {
    background: rgba(220, 53, 69, 0.16);
    color: #ffd6dc;
    border: 1px solid rgba(220, 53, 69, 0.4);
}

.register-alert.success {
    background: rgba(25, 135, 84, 0.18);
    color: #d6ffe8;
    border: 1px solid rgba(25, 135, 84, 0.42);
}

@media (max-width: 991.98px) {
    .register-label {
        width: 170px;
        min-width: 170px;
        font-size: 0.93rem;
    }
}

@media (max-width: 767.98px) {
    .register-row {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .register-label {
        width: 100%;
        min-width: 100%;
        text-align: left;
    }

    .register-captcha-wrap {
        justify-content: flex-start;
    }
}