:root {
    --gem-primary: #00d2ff;
    --gem-surface: rgba(7, 15, 30, 0.85);
    --gem-text-main: #f0f9ff;
    --gem-text-dim: #7dd3fc;
    --gem-text-success: #22d3ee;
    --gem-bg-dark: #020617;
    --shadow: #000 0px 4px 8px;
    --main: #fff;
    --gold: #00d2ff;
    --line: rgba(0, 210, 255, 0.15);
    --grad: linear-gradient(135deg, #020617 0%, #081428 100%);
    --daftar: linear-gradient(180deg, #38bdf8 0%, #0284c7 100%);
    --shadow-daftar: 0 4px 0px #0369a1;
    --login: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    --shadow-login: 0 4px 0px #00d2ff;
    --dark-slate: #020617;
    --glow-deep-red: #030a1a;   
    --glow-royal-blue: #003366; 
    --glow-purple: #061a3d;      
    --glow-dark-gold: #002855;
    --anim-speed: 5s;
    --clear: transparent;
    --rainbow: linear-gradient(45deg, #00d2ff, #99f6ff, #00d2ff, #0080ff, #00d2ff);
    --gem-3d-glow: rgba(0, 210, 255, 0.4);
    --gem-3d-shadow: rgba(0, 0, 0, 0.7);
    --gem-gold-grad: linear-gradient(145deg, #00d2ff, #0055ff);
    --gem-dark-glass: rgba(2, 6, 23, 0.95);
}
*, :after, :before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}
/* --- START BODY --- */
body {
    margin: 0; 
    padding: 0;
    min-height: 100vh;
    background-color: #020617;
    overflow-x: hidden;
    position: relative;
    font-family: 'Arial', sans-serif;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1; 
    background-image: 
        radial-gradient(circle, rgba(0, 210, 255, 0.4) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 1.5px, transparent 1.5px);
    background-size: 50px 50px, 130px 130px;
    background-repeat: repeat;
    animation: starsTwinkle 4s infinite ease-in-out;
    will-change: opacity;
    pointer-events: none;
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 210, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 85, 255, 0.08) 0%, transparent 50%);
    animation: auraBreath 10s infinite alternate ease-in-out;
    will-change: opacity;
    pointer-events: none;
}
@keyframes starsTwinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}
@keyframes auraBreath {
    0% { opacity: 0.5; filter: hue-rotate(0deg); }
    100% { opacity: 1; filter: hue-rotate(15deg); }
}
/* --- END BODY --- */

/*START PINDAHAN DARI STYLE2.CSS*/
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
/*END PINDAHAN DARI STYLE2.CSS*/

/*START ALERT TR DEPO&WD*/
.snack-box {
    position: fixed;
    left: -400px;
    width: 200px;
    bottom: 55px;
    z-index: 999999;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgb(15 23 42 / 44%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: #000 0px 4px 8px;
}
.snack-box.active { left: 20px; }
.snack-img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.snack-info { line-height: 1.3; overflow: hidden; }
.snack-user { display: block; font-weight: 700; font-size: 12px; color: #fff; white-space: nowrap; }
.snack-meta { display: block; font-size: 10px; color: rgba(255,255,255,0.7); }
.snack-val { display: block; font-size: 11px; font-weight: 800; }
.snack-bonus { font-size: 9px; color: #fbbf24; font-style: italic; display: block; margin-top: 2px; }
.snack-wd-mode { border-left: 3px solid #10b981; }
.snack-wd-mode .snack-img { background: #10b981; color: #fff; box-shadow: #000 0px 4px 8px; }
.snack-wd-mode .snack-val { color: #10b981; }
.snack-dp-mode { border-left: 3px solid var(--gem-primary); }
.snack-dp-mode .snack-img { background: var(--gem-primary); color: #fff; box-shadow: #000 0px 4px 8px; }
.snack-dp-mode .snack-val { color: var(--gem-primary); }
/*END ALERT TR DEPO&WD*/

/*START HEADER LOGO&DOWNLOAD*/
.gem-header {
    /*padding: 5px 10px;
    border-bottom: 2px solid rgba(254, 220, 61, 0.1);*/
    backdrop-filter: blur(15px);
    margin: 5px 0 12px;
}
.gem-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gem-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
}
.gem-logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(254, 220, 61, 0.3));
    display: block;
    margin: 0 auto;
}
.gem-banner-apk {
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.gem-content-area {
    /*padding: 10px;*/
    margin: 5px 0 12px;
}
.gem-apk-left { display: flex; align-items: center; gap: 10px; }
.gem-apk-close {
    background: #ff4d4d; border: none; color: #fff;
    width: 20px; height: 20px; border-radius: 50%;
    font-size: 12px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.gem-apk-icon { color: #3ddc84; font-size: 22px; }
.gem-apk-center { flex-grow: 1; padding-left: 12px; }
.gem-apk-title { font-weight: 800; font-size: 13px; color: #fff; text-transform: uppercase; }
.gem-apk-subtitle { font-size: 10px; color: var(--gem-text-dim); }
.gem-btn-download { 
    background: var(--gem-primary); 
    color: #000; 
    width: 35px; height: 35px; 
    border-radius: 10px; 
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}
.gem-dl-popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #1e293b;
    padding: 20px;
    border-radius: 20px;
    width: 80%; max-width: 300px;
    text-align: center;
    z-index: 1000002;
    border: 1px solid var(--gem-primary);
    display: none; opacity: 0;
    transition: 0.3s;
}
.gem-dl-popup.show { display: block; opacity: 1; transform: translate(-50%, -50%) scale(1); }
.gem-progress-container {
    background: rgba(255,255,255,0.1);
    height: 10px; border-radius: 10px; margin: 15px 0;
    overflow: hidden;
}
.gem-progress-bar {
    background: var(--gem-primary);
    width: 0%; height: 100%; transition: width 0.1s;
}
.gem-dl-status { font-size: 12px; font-weight: bold; color: var(--gem-primary); }
.gem-overlay-dl {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8); z-index: 1000001; display: none;
}
/*END HEADER LOGO&DOWNLOAD*/

/*START BANNER SLIDE*/
.carousel-fixed-height {
    /*width: 100%;
    padding: 10px;*/
    overflow: hidden;
    position: relative;
    background: transparent;
    margin: 5px 0 12px;
}
.slide-utama {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.slide-utama::-webkit-scrollbar { display: none; }
.slide-item {
    min-width: 85%;
    margin-right: 15px;
    scroll-snap-align: center;
    transition: all 0.5s ease;
    position: relative;
    filter: brightness(0.8);
}
.slide-item.is-active {
    filter: brightness(1);
    transform: scale(1);
}
.slide-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    object-fit: inherit;
    max-height: 250px;
}
.slide-pagination {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    pointer-events: none;
}
.dot {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.4s ease;
    cursor: pointer;
    pointer-events: auto;
}
.dot.is-active {
    width: 22px;
    background: linear-gradient(90deg, var(--gem-primary), #fbbf24);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
}
@media (max-width: 768px) {
    .slide-item img {
        max-height: 150px;
    }
}
/*END BANNER SLIDE*/

/*START CHECK SESSION BTN LOGIN&DAFTAR*/
.btns-auth-wrapper {
    /*padding: 10px;
    width: 100%;*/
    display: flex;
    gap: 10px;
    margin: 5px 0 12px;
}
.btn-auth {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none !important;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
}
.btn-login-custom {
    background: var(--login);
    color: #ffffff !important;
    box-shadow: var(--shadow-login);
}
.btn-login-custom:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0px #1e293b;
}
.btn-daftar-custom {
    background: var(--daftar);
    color: #000 !important;
    box-shadow: var(--shadow-daftar);
}
.btn-daftar-custom:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0px #92400e;
}
.no-gutters-custom {
    margin-right: 0;
    margin-left: 0;
}
/*END CHECK SESSION BTN LOGIN&DAFTAR*/

/*START MARQUEE*/
.ann-container {
    /*padding: 0 10px;
    width: 100%;*/
    margin: 5px 0 12px;
    box-sizing: border-box;
}
.ann-wrapper {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--line);
    border-radius: 50px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    box-shadow: var(--shadow);
}
.ann-icon {
    display: flex;
    align-items: center;
    color: var(--gem-primary);
    font-size: 14px;
    margin-right: 10px;
    flex-shrink: 0;
    animation: pulse-simple 2s ease-in-out infinite;
}
@keyframes pulse-simple {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.15); opacity: 1; }
}
.ann-content {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}
.running-text {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gem-primary);
    line-height: 24px;
    padding-left: 100%;
    animation: marquee-halus 18s linear infinite;
    text-shadow: 0 0 3px rgba(245, 158, 11, 0.3);
}
@keyframes marquee-halus {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.ann-content:hover .running-text {
    animation-play-state: paused;
}
/*END MARQUEE*/

/*START JACKPOT*/
.jackpot-container {
    width: 100%;
    box-sizing: border-box;
}
.jackpot-board {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 12px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.jackpot-board::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%);
    pointer-events: none;
}
.jackpot-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--gem-primary);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 2px;
    opacity: 0.9;
}
.jackpot-amount-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.currency {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}
#jackpot_amount {
    font-family: 'Courier New', Courier, monospace;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    background: var(--rainbow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    display: inline-block;
    min-width: 220px;
    text-align: left;
}
.corner-deco {
    position: absolute;
    width: 10px; height: 10px;
    border: 1px solid var(--gem-primary);
    opacity: 0.5;
}
.top-l { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.top-r { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.bot-l { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.bot-r { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }
/*END JACKPOT*/

/*START SHORCUT MENU*/
.scroll-wrapper {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}
.scroller {
    width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 12px 10px; 
    margin: -12px -10px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.scroller::-webkit-scrollbar {
    display: none;
}
.slider-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}
.nav-prev, .nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: var(--clear);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transition: opacity 0.3s, background 0.2s;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
}
.nav-prev { left: -10px; }
.nav-next { right: -10px; }
.nav-prev:hover, .nav-next:hover {
    background: var(--gem-primary);
    color: #000;
}
.btn-box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    min-width: 65px;
    height: 65px;    
    position: relative;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}
.btn-box:hover {
    transform: translateY(-2px);
}
.btn-box:active {
    transform: scale(0.95);
}
.btn-box img, 
.btn-box i {
    height: 25px !important;
    width: 25px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    margin-bottom: 4px;
    font-size: 20px;
    color: #facc15;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
}
.btn-box div {
    color: #f8fafc;
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 1;
}
.btn-box .hot {
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(180deg, #ff4d4d 0%, #b30000 100%);
    color: #fff;
    font-size: 6.5px;
    font-weight: 900;
    padding: 1.5px 4px;
    border-radius: 3px;
    border: 0.5px solid rgba(255,255,255,0.3);
    box-shadow: var(--shadow);
}
.btn-box .new {
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(180deg, #00d2ff 0%, #007bb5 100%);
    color: #fff;
    font-size: 6.5px;
    font-weight: 900;
    padding: 1.5px 4px;
    border-radius: 3px;
    z-index: 10;
    border: 0.5px solid rgba(255,255,255,0.3);
    box-shadow: var(--shadow);
}
.col { padding: 0 !important; margin: 0 !important; }
/*END SHORCUT MENU*/

/*START POPULER,PROVIDER,RTP*/
.gListSection { width: 100%; padding: 0 5px; box-sizing: border-box; }
.nav-provider-container { padding: 0 5px; margin-bottom: 12px; }
.nav-provider { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 10px 5px; }
.nav-provider::-webkit-scrollbar { display: none; }
.nav-item {
    padding: 6px 15px;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: var(--shadow);
}
.nav-item.active {
    background: var(--daftar);
    color: #000;
    border-color: var(--line);
}
.g-slider-wrapper .title {
    font-size: 11px; font-weight: 900; color: var(--gem-primary); margin-bottom: 10px;
    text-transform: uppercase; border-left: 3px solid var(--gem-primary); padding-left: 8px;
}
#autoSlider {
    display: flex; list-style: none; padding: 0 0 10px 0; margin: 0;
    overflow-x: auto; gap: 10px; scrollbar-width: none; 
}
#autoSlider::-webkit-scrollbar { display: none; }
.game-item { flex-shrink: 0; display: none; } 
.game-box {
    display: flex;
    flex-direction: column;
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid var(--line);
    height: 135px;
    box-shadow: var(--shadow);
    transition: transform 0.2s;
}
.game-box:hover {
    transform: translateY(-3px);
}
.img-container { position: relative; width: 100%; height: 100px; overflow: hidden; }
.game-box img { width: 100%; height: 100%; object-fit: inherit; display: block; transition: opacity 0.3s; }
.populer-badge {
    position: absolute; top: 4px; right: 4px; background: var(--gem-primary);
    color: #000; font-size: 7px; font-weight: 900; padding: 2px 4px; border-radius: 2px;;
}
.game-title-container {
    display: flex; align-items: center; justify-content: center;
    padding: 0 4px; border-top: 1px solid rgba(255,255,255,0.05); height: 40px !important; overflow: hidden;
}
.game-title {
    font-size: 9px; font-weight: 700; color: #e2e8f0; text-align: center;
    text-transform: uppercase; line-height: 1.1;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.error-ui {
    position: absolute;
    inset: 0;
    display: none; /* Muncul lewat JS */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ef4444;
    z-index: 4;
}
.error-ui i { font-size: 18px; margin-bottom: 5px; }
.error-ui span { font-size: 8px; font-weight: 900; }
.img-container { height: 100px !important; position: relative; }
#notif-container { position: fixed; top: 50px; right: 20px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; pointer-events: none; }
.glass-notif {
    min-width: 250px; padding: 15px 20px; border-radius: 12px;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
    color: white; display: flex; align-items: center; gap: 12px;
    font-family: 'Segoe UI', sans-serif; font-size: 13px; font-weight: 600;
    transform: translateX(120%); transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.glass-notif.show { transform: translateX(0); }
.notif-success { background: rgba(34, 197, 94, 0.2); border-left: 5px solid #22c55e; }
.notif-error { background: rgba(239, 44, 44, 0.2); border-left: 5px solid #ef4444; }
.notif-warning { background: rgba(245, 158, 11, 0.2); border-left: 5px solid var(--gem-primary); }
.glass-notif i { font-size: 18px; }
.p-nav-provider { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 10px 5px; }
.p-nav-provider::-webkit-scrollbar { display: none; }
.p-nav-item {
    padding: 6px 15px;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: var(--shadow);
}
.p-nav-item.active {
    background: var(--grad);
    color: #fff;
    border-color: var(--line);
}
#provSlider {
    display: flex; list-style: none; padding: 0 0 10px 0; margin: 0;
    overflow-x: auto; gap: 10px; scrollbar-width: none; 
}
#provSlider::-webkit-scrollbar { display: none; }
.p-game-box {
    display: flex;
    flex-direction: column;
    width: 100px;
    box-shadow: var(--shadow);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid var(--line);
    height: 135px;
}
.p-img-container { position: relative; width: 100%; height: 100px; overflow: hidden; }
.p-game-box img { width: 100%; height: 100%; object-fit: inherit; display: block; transition: opacity 0.3s; }
.p-error { position: absolute; inset: 0; background: #1e293b; color: #ef4444; display: none; flex-direction: column; align-items: center; justify-content: center; z-index: 3; }
.rtp-search-container { padding: 10px; display: flex; justify-content: center; position: relative; }
.rtp-search-wrapper { position: relative; width: 100%; max-width: 300px; }
.rtp-search-input {
    width: 100%;
    padding: 8px 35px 8px 15px;
    border-radius: 20px;
    background: var(--clear);
    color: #fff;
    font-size: 12px;
    outline: none;
    box-shadow: var(--shadow);
}
.rtp-search-reset {
    margin-top: 10px;
    background: var(--grad);
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: var(--shadow);
}
.rtp-search-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #94a3b8; cursor: pointer; display: none; }
#rtpSlider {  display: flex; list-style: none; padding: 0 0 10px 0; margin: 0;
    overflow-x: auto; scrollbar-width: none;  }
#rtpSlider::-webkit-scrollbar { display: none; }
.rtp-item { width: 110px; flex-shrink: 0; display: none; }
.img-container { position: relative; border-radius: 8px; overflow: hidden; }
.rtp-overlay-val { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.7); color: #fff; padding: 2px 8px; border-radius: 10px; font-size: 10px; font-weight: 900; border: 1px solid rgba(255,255,255,0.2); }
.badge-hot { position: absolute; top: 5px; right: 5px; background: linear-gradient(#ff4d4d, #b30000); color: white; font-size: 8px; padding: 2px 5px; border-radius: 4px; font-weight: bold; display: none; box-shadow: 0 0 5px #ff4d4d; animation: pulse-hot 1s infinite; }
@keyframes pulse-hot { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
.rtp-item .game-title {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 8px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    min-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    height: 40px !important;
    overflow: hidden;
}
.rtp-bar-container { background: #000; height: 5px; width: 100%; position: relative; margin-top: 5px; border-radius: 10px; overflow: hidden; }
.rtp-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5, #00d2ff);
    background-size: 200% 100%;
    border-radius: 20px;
    position: relative;
    width: 0%;
    animation: waveFlow 3s linear infinite;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.7);
    will-change: width;
}
.rtp-bar-fill::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    animation: waterShine 2s infinite;
}
@keyframes waveFlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}
@keyframes waterShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
#rtpEmpty { display: none; width: 100%; text-align: center; padding: 40px; color: #94a3b8; flex-direction: column; align-items: center; }
/*END POPULER,PROVIDER,RTP*/

/*START FOOTER*/
.app-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    font-family: 'Arial', sans-serif;
}
.app-info a {
    color: var(--gem-primary);
}
.info-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: var(--shadow);
}
.info-card:hover {
    transform: translateY(-3px);
}
.info-card .title {
    color: var(--gem-primary);
    font-weight: 800;
    letter-spacing: 0.5px;
    border-left: 3px solid var(--gem-primary);
    padding-left: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    text-transform: uppercase;
}
.service-item { margin-bottom: 10px; }
.service-info { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4px; }
.label-main { font-weight: bold; font-size: 11px; color: #fff; }
.label-sub { font-size: 10px; color: #94a3b8; }
.progress-val { font-weight: 900; color: #22c55e; font-size: 14px; }
.progress-val span { font-size: 9px; }
.custom-progress { height: 5px; border-radius: 10px; overflow: hidden; }
.custom-bar { height: 100%; background: linear-gradient(90deg, var(--gem-primary), #22c55e); width: 0%; transition: width 1.5s ease; }
.game-type-item {
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 6px;
    border-left: 4px solid var(--gem-primary);
    transition: all 0.3s ease;
    display: block;
    box-shadow: var(--shadow);
}
.game-name {
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.game-desc {
    color: #cbd5e1;
    font-size: 10px;
    line-height: 1.3;
    display: block !important;
}
.info-link-wrapper { display: flex; flex-direction: column; gap: 4px; }
.info-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.info-link i { color: var(--gem-primary); margin-right: 6px; font-size: 9px; }
.contact-item {
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--gem-primary);
}
.contact-item i { font-size: 18px; margin-right: 10px; width: 20px; text-align: center; }
.icon-comment { color: var(--gem-primary); }
.icon-telegram { color: #0088cc; }
.icon-whatsapp { color: #25d366; }
.contact-text .c-title { color: #fff; font-weight: bold; font-size: 11px; }
.contact-text .c-sub { color: #94a3b8; font-size: 9px; }
.footer-note { font-size: 9px; color: var(--gem-text-dim); line-height: 1.2; margin-top: 10px; }
.footer-body { color: #94a3b8; font-size: 12px; padding: 20px; width: 100%; }
.footer-body h2 { color: #fff; font-size: 1.2rem; margin-bottom: 10px; }
.footer-body h3 { color: var(--gem-primary); font-size: 1rem; }
.footer-container-wrap {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.seo-content-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    color: #cbd5e1;
    line-height: 1.6;
    box-shadow: var(--shadow);
}
.seo-content-card h2 {
    color: var(--gem-primary);
    font-size: 16px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 3px solid var(--gem-primary);
    padding-left: 10px;
    text-align: left !important;
}
.seo-content-card h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left !important;
}
.seo-content-card p {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 12px;
    color: #94a3b8;
}
.seo-content-card a {
    color: var(--gem-primary);
    text-decoration: none;
    font-weight: bold;
}
.carousel,
.carousel-inner {
    position: relative
}
.carousel-inner {
    overflow: visible;
    width: 100%;
}
.carousel-inner .item {
    padding: 2px 0;
    display: none;
    position: relative;
    transition: left .6s ease-in-out
}
.carousel-inner .active{
    display: block
}
.game-type-item:hover {
    background: rgba(59, 130, 246, 0.25);
    transform: scale(1.02);
}
.carousel-indicators {
    position: relative;
    bottom: -5px;
    margin: 0;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
    width: 60%;
    z-index: 15
}
.carousel-indicators li {
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    margin: 1px;
}
.carousel-indicators .active {
    width: 12px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--gem-primary);
}
@media (max-width: 768px) {
    .game-type-item {
        padding: 6px 10px;
        margin-bottom: 4px;
    }
    .app-info { gap: 8px; padding: 0 5px; }
    .info-card { 
        width: calc(50% - 4px) !important;
        min-height: 250px;
        padding: 10px;
    }
    .info-card .title { font-size: 11px; margin-bottom: 8px; }
    .game-name {
        font-size: 10px;
    }
    .game-desc {
        font-size: 9px;
        opacity: 0.9;
    }
    .contact-item i { margin-right: 5px; }
    .c-sub { display: none; }
    .social_weblogo, .footer-body { width: 100% !important; }
}

.payment-icons {
    display: flex;
    gap: 8px;
}
.payment-icons i {
    display: flex;
    justify-content: center;
    color: var(--gem-primary);
    font-size: 16px;
    transition: all 0.3s ease;
}
.payment-icons .ri-qr-code-line {
    font-weight: bold;
}
.uptime-status {
    display: inline-flex;
    gap: 3px;
    color: #2ecc71;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
}
.dot-blink {
    width: 5px;
    height: 5px;
    background-color: #2ecc71;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.dot-blink::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #2ecc71;
    animation: dsStatusPulse 1.8s ease-out infinite;
}
@keyframes dsStatusPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
/*END FOOTER*/

/*START POPUPIMAGE*/
.ds-popupimage-overlay {
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.4s ease;
    backface-visibility: hidden;
    will-change: opacity;
}
.ds-popupimage-overlay.active {
    display: flex;
    opacity: 1;
    animation: dsFadeIn 0.3s forwards;
}
.ds-popupimage-overlay.closing {
    opacity: 0;
    pointer-events: none;
}
.ds-popupimage-overlay.active .ds-popupimage-wrapper {
    transform: scale(1);
}
.ds-popupimage-overlay.closing .ds-popupimage-wrapper {
    transform: scale(0.8);
}
.ds-popupimage-wrapper {
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border-radius: 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.7);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.ds-popupimage-img {
    border: 2px solid var(--line);
    border-bottom: none;
    width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
    display: block;
    object-fit: contain;
}
body.modal-open {
    overflow: hidden !important;
}
.ds-popupimage-panel {
    backdrop-filter: blur(15px);
    width: 100%;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    border: 2px solid var(--line);
    border-top: 1px solid var(--line);
    box-sizing: border-box;
    text-align: center;
    color: var(--gem-primary);
    background: #2525254a;
}
.ds-popupimage-panel h4 {
    margin: 0 0 5px 0;
    color: var(--gem-primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.ds-popupimage-close {
    position: absolute;
    top: -45px;
    right: 0;
    color: #fff;
    font-size: 24px;
    background: #ff4757;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: 0.3s;
    z-index: 10;
}
/*END POPUPIMAGE*/

/*START ARD SOSMED*/
.gem-floating-menu {
    position: fixed;
    bottom: 55px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    font-family: 'Poppins', sans-serif;
    z-index: 9999;
    pointer-events: none;
    perspective: 1000px;
}
.gem-trigger-btn {
    width: 40px;
    height: 40px;
    background: var(--glow-purple);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 8px 15px var(--gem-3d-shadow), inset 0 4px 4px var(--gem-3d-glow), inset 0 -4px 4px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
    position: relative;
}
.gem-trigger-btn:active {
    transform: scale(0.9) translateY(4px);
    box-shadow: 0 4px 8px var(--gem-3d-shadow);
}
.gem-trigger-btn span {
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    margin: 2.5px 0;
    border-radius: 5px;
    transition: 0.4s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.gem-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 20px;
    pointer-events: none;
}
.gem-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: rotateX(-90deg) translateY(30px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: bottom;
}
.gem-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}
.gem-menu-icon {
    width: 40px;
    height: 40px;
    background: var(--login);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    position: relative;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}
.gem-menu-text {
    background: var(--gem-surface);
    backdrop-filter: blur(10px);
    color: var(--gem-primary);
    padding: 5px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 900;
    margin-left: 5px;
    white-space: nowrap;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    text-shadow: var(--shadow);
    transform: translateZ(20px);
}
.gem-floating-menu.is-active .gem-menu-list {
    pointer-events: auto;
}
.gem-floating-menu.is-active .gem-menu-item {
    opacity: 1;
    transform: rotateX(0deg) translateY(0);
}
.gem-floating-menu.is-active .gem-menu-item:nth-child(1) { transition-delay: 0.1s; }
.gem-floating-menu.is-active .gem-menu-item:nth-child(2) { transition-delay: 0.2s; }
.gem-floating-menu.is-active .gem-menu-item:nth-child(3) { transition-delay: 0.3s; }
.gem-floating-menu.is-active .gem-menu-item:nth-child(4) { transition-delay: 0.4s; }
.gem-floating-menu.is-active .gem-trigger-btn {
    background: var(--daftar);
    transform: rotate(135deg) scale(1.1);
    box-shadow: var(--shadow);
}
.gem-floating-menu.is-active .gem-trigger-btn span:nth-child(2) { opacity: 0; }
.gem-floating-menu.is-active .gem-trigger-btn span:nth-child(1) { transform: translateY(9px); }
.gem-floating-menu.is-active .gem-trigger-btn span:nth-child(3) { transform: translateY(-9px) rotate(90deg); }
.gem-menu-link:hover .gem-menu-icon {
    transform: scale(1.2) rotate(10deg);
}
/*END ARD SOSMED*/

/*START BOTTOM NAV*/
.gem-bottom-nav {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content; 
    max-width: 95%;
    z-index: 9999;
}
.gem-nav-wrapper {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--line);
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    box-shadow: var(--shadow);
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.gem-nav-wrapper::-webkit-scrollbar { display: none; }
.gem-nav-wrapper { -ms-overflow-style: none; scrollbar-width: none; }
.gem-nav-item {
    text-decoration: none !important;
    color: var(--gem-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    padding: 2px 0;
    flex-shrink: 0;
    transition: 0.2s;
    cursor: pointer;
}
.gem-nav-item i { font-size: 16px; margin-bottom: 2px; }
.gem-nav-label { font-size: 8px; font-weight: 800; text-transform: uppercase; }
.gem-pop-dana {
    position: fixed;
    bottom: 70px; 
    left: 50%;
    transform: translateX(-50%) translateY(10px) scale(0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 6px;
    display: none; 
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 6px;
    box-shadow: var(--shadow);
    opacity: 0;
    transition: all 0.25s ease-out;
    z-index: 9999;
}
.gem-pop-dana.show {
    display: flex !important;
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}
.gem-dana-link {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow)
}
.gem-dana-link i { font-size: 14px; color: var(--gem-primary); margin-bottom: 2px; }
.gem-dana-link span { font-size: 8px; font-weight: bold; white-space: nowrap; }
.gem-pop-dana::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--gem-primary);
}
/*END BOTTOM NAV*/

/*START LOGIN&DAFTAR&FORGOT&OTP*/
.ds-auth-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-auth-card {
    background: #2525254a;
    width: 100%;
    max-width: 400px;
    max-height: calc(100vh - 40px);
    border-radius: 30px;
    border: 1px solid var(--line);
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.ds-auth-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--clear);
    border: 1px solid var(--line);
    color: var(--gem-text-main);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100;
    box-shadow: var(--shadow);
}
.ds-auth-close:hover {
    background: var(--glow-deep-red);
    color: white;
    transform: rotate(90deg);
}
.ds-auth-nav { display: flex; padding: 25px 25px 10px; gap: 12px; flex-shrink: 0; }
.ds-nav-item {
    flex: 1;
    height: 46px;
    border: 1px solid var(--line);
    background: var(--clear);
    color: var(--gem-text-main);
    border-radius: 15px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-nav-item.active {
    background: var(--daftar);
    color: var(--gem-3d-shadow);
}
.ds-auth-form { padding: 10px 25px 30px; display: none; flex-direction: column; overflow: hidden; }
.ds-auth-form.active { display: flex; }
.ds-auth-form-otp { padding: 10px 25px 30px; flex-direction: column; overflow: hidden; }
.ds-form-header { text-align: center; margin-bottom: 20px; flex-shrink: 0; }
.ds-form-header h3 {
    color: var(--gem-primary);
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.ds-form-header p {
    color: var(--gem-primary);
    font-size: 12px;
    margin-top: 6px;
}
.ds-input-box {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    transition: 0.3s;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}
.ds-input-box i:not(.ds-toggle-pass) {
    color: var(--gem-primary);
    font-size: 18px;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}
.ds-input-box input { width: 100%; height: 52px; background: var(--clear); border: none; color: #fff; outline: none; font-size: 14px; font-weight: 500; }
.ds-toggle-pass { color: var(--gem-3d-glow); cursor: pointer; padding: 10px; font-size: 18px; }
.ds-captcha-flex { display: flex; gap: 10px; align-items: center; margin-bottom: 15px; flex-shrink: 0; }
.ds-cap-input { margin-bottom: 0; flex: 1; }
.ds-captcha-img {
    width: 95px;
    height: 52px;
    border-radius: 16px;
    color: var(--gem-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px dashed var(--gem-primary);
    box-shadow: var(--shadow);
}
.ds-btn-primary {
    width: 100%;
    height: 56px;
    background: var(--daftar);
    border-radius: 18px;
    color: var(--gem-dark-glass);
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
}
.ds-btn-primary:disabled { opacity: 0.7; cursor: not-allowed; }
.ds-form-scroll {
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}
.ds-form-scroll::-webkit-scrollbar { width: 3px; }
.ds-form-scroll::-webkit-scrollbar-thumb { background: var(--gem-primary); border-radius: 10px; }
.ds-select-container { position: relative; margin-bottom: 14px; flex-shrink: 0; }
.ds-select-trigger {
    height: 52px;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: var(--gem-3d-glow);
    font-size: 14px;
    cursor: pointer;
    box-shadow: var(--shadow);
}
.ds-select-trigger i:first-child { color: var(--gem-primary); margin-right: 12px; }
.ds-select-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: var(--gem-surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    max-height: 180px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: var(--shadow);
}
.ds-opt-group { padding: 10px 15px; font-size: 10px; color: var(--gem-primary); font-weight: 900; background: rgba(255,255,255,0.02); }
.ds-opt-item { padding: 12px 15px; font-size: 13px; color: #fff; cursor: pointer; }
.ds-otp-wrapper { display: flex; gap: 8px; justify-content: center; margin: 20px 0; flex-shrink: 0; }
.ds-otp-input {
    width: 40px;
    height: 50px;
    background: var(--clear);
    border: 2px solid var(--line);
    border-radius: 14px;
    text-align: center;
    color: var(--gem-primary);
    font-size: 24px;
    font-weight: 900;
    box-shadow: var(--shadow);
}
.ds-resend-box { text-align: center; margin-top: 15px; font-size: 12px; flex-shrink: 0; }
.ds-resend-box a { color: var(--gem-primary); font-weight: 800; text-decoration: none; border-bottom: 1px dashed var(--gem-primary); }
.ds-auth-links { text-align: center; margin-top: 20px; font-size: 13px; color: var(--gem-3d-glow); flex-shrink: 0; }
.ds-auth-links a { color: var(--gem-primary); text-decoration: none; font-weight: 800; border-bottom: 1px dashed var(--gem-primary); margin-left: 5px; }
.ds-alert-info {
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.2);
    padding: 12px 15px;
    border-radius: 15px;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}
.ds-alert-info i { color: #25d366; font-size: 22px; }
.ds-alert-info span { font-size: 11px; color: #fff; line-height: 1.4; }
#ds-toast-container { position: fixed; top: 20px; right: 20px; z-index: 1000000; }
.ds-toast { background: #1c2128; color: #fff; padding: 15px 25px; border-radius: 15px; border-left: 5px solid var(--gem-primary); box-shadow: 0 10px 30px rgba(0,0,0,0.5); margin-bottom: 10px; font-size: 13px; font-weight: 700; animation: dsSlideIn 0.3s ease; }
@keyframes dsSlideIn { from { transform: translateX(50px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
/*END LOGIN&DAFTAR&FORGOT&OTP*/

/*START DASHBOARD PROFIL*/
@keyframes flowingGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes dsPop {
    from { opacity: 0; transform: scale(0.96) translateY(-15px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes neon-vvip-pulse {
    0%, 100% { border-color: rgba(239, 68, 68, 0.4); box-shadow: 0 0 5px rgba(239, 68, 68, 0.2); }
    50% { border-color: rgba(239, 68, 68, 0.8); box-shadow: 0 0 15px rgba(239, 68, 68, 0.4); }
}
@keyframes neon-vip-pulse {
    0%, 100% { border-color: rgba(245, 158, 11, 0.4); box-shadow: 0 0 5px rgba(245, 158, 11, 0.2); }
    50% { border-color: rgba(245, 158, 11, 0.8); box-shadow: 0 0 15px rgba(245, 158, 11, 0.4); }
}
.ds-modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-modal-glass {
    background: #2525254a;
    width: 100%;
    max-width: 450px;
    border-radius: 24px;
    border: 1px solid var(--line);
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: visible;
    box-shadow: var(--shadow);
    animation: dsPop 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.ds-close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #ef4444, #991b1b);
    border: 1px solid var(--line);
    color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 10000;
    box-shadow: var(--shadow);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ds-close-btn:hover {
    transform: scale(1.1) rotate(90deg);
    filter: brightness(1.2);
}
.ds-modal-header {
    padding: 18px 22px 10px;
    flex-shrink: 0;
}
.ds-header-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.ds-icon-level {
    font-size: 14px;
    filter: drop-shadow(0 0 5px currentColor);
}
.ds-identity-sticky {
    padding: 0 15px 10px;
    flex-shrink: 0;
    position: relative;
}
.ds-profile-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 1;
    padding: 10px 12px;
    border-radius: 14px; 
    gap: 10px;
    box-shadow: var(--shadow);
}
.ds-profile-mini::before {
    font-family: 'remixicon';
    position: absolute;
    inset: -10%;
    opacity: 0.04;
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 4px;
    padding: 8px;
    pointer-events: none;
    z-index: -1;
    transform: rotate(-8deg);
    color: #fff;
}
.ds-neon-vvip {
    background: linear-gradient(270deg, rgba(59, 130, 246, 0.02), rgba(29, 78, 216, 0.1), rgba(59, 130, 246, 0.02));
    background-size: 400% 400%;
    animation: flowingGradient 6s ease infinite;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
}
.ds-neon-vvip::before {
    content: "\ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262 \ee91 \f262";
    color: #3b82f6;
}
.ds-neon-vip {
    background: linear-gradient(270deg, rgba(245, 158, 11, 0.02), rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.02));
    background-size: 400% 400%;
    animation: flowingGradient 6s ease infinite;
    border: 1px solid var(--line) !important;
}
.ds-neon-vip::before {
    content: "\f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52 \f262 \ee52";
    color: #f59e0b;
}
.ds-profile-left {
    z-index: 2;
    display: flex; 
    align-items: center; 
    gap: 8px; 
    min-width: 0;
    flex: 1; 
}
.ds-avatar-small {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    position: relative;
    border: 1px solid var(--line);
    width: 34px;
    height: 34px;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: var(--shadow);
}
.ds-online-dot {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #121212;
}
.ds-user-text { 
    min-width: 0;
}
.ds-user-text h4 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.ds-truncate-name { 
    margin: 0; 
    color: #fff; 
    font-size: 12px;
    font-weight: 800; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    display: block;
}
.ds-level-text { 
    margin: 0; 
    font-size: 7.5px; 
    font-weight: 700; 
    color: #94a3b8;
    letter-spacing: 0.5px;
}
.ds-balance-right {
    min-width: 90px;
    z-index: 2;
    text-align: right;
    flex-shrink: 0;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px;
    border-radius: 12px;
    border: 1px solid var(--line);
}
.ds-balance-divider {
    width: 1px;
    height: 25px;
    background: var(--gem-primary);
}
.ds-balance-item {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.ds-label-tiny {
    display: block;
    color: var(--gem-primary);
    letter-spacing: 0.5px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.ds-balance-val {
    display: block;
    font-size: 10px;
    color: #10b981;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.ds-scroll-content {
    padding: 0 20px 20px;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: none;
}
.ds-scroll-content::-webkit-scrollbar { display: none; }
.ds-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}
.ds-data-item {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--line);
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-data-item label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 7.5px;
    font-weight: 900;
    color: var(--gem-text-dim);
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ds-data-item label i { font-size: 10px; }
.ds-data-item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 700;
    display: block;
}
.ds-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 15px;
}
.ds-btn {
    background: #2525254a;
    color: #fff;
    border: 1px solid var(--line);
    padding: 10px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.2s;
    box-shadow: var(--shadow);
}
.ds-collapse-panel {
    display: none;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid var(--line);
    margin-bottom: 15px;
    animation: dsFadeIn 0.3s ease;
    box-shadow: var(--shadow);
}
.ds-collapse-panel.active { display: block; }
.ds-input-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.ds-input-group { margin-bottom: 10px; }
.ds-input-group label {
    display: block;
    font-size: 8px;
    color: #94a3b8;
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
}
.ds-input-group input {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    padding: 9px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    outline: none;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-submit-btn {
    margin-top: 5px;
    width: 100%;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 10px;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: 0.3s;
}
.ds-submit-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}
.ds-history-section { margin-top: 5px; }
.ds-search-area { padding-bottom: 12px; }
.ds-search-box { position: relative; }
.ds-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #3b82f6; font-size: 14px; }
.ds-reset-search { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #ef4444; cursor: pointer; display: none; font-size: 16px; }
.ds-search-box input {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    padding: 10px 15px 10px 40px;
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    outline: none;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-search-box input:focus { border-color: var(--line); }
.ds-table-wrapper {
    border-radius: 18px;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.ds-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.ds-table th {
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid var(--line);
    padding: 8px 12px;
    font-size: 7.5px;
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: var(--shadow);
}
.ds-row-item { transition: 0.2s; }
.ds-row-item:hover { background: rgba(255, 255, 255, 0.01); }
.ds-row-item td {
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    vertical-align: top;
}
.ds-scroll-x-mini {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    cursor: grab;
}
.ds-scroll-x-mini::-webkit-scrollbar { display: none; }
.ds-text-main { color: #fff; font-size: 9px; font-weight: 700; margin-bottom: 2px; }
.ds-text-sub { color: #94a3b8; font-size: 8px; font-weight: 600; margin-bottom: 2px; }
.ds-kode { color: #3b82f6; font-weight: 900; font-size: 8px; margin-bottom: 2px; letter-spacing: 0.5px; }
.ds-date { color: #475569; font-size: 7.5px; font-weight: 600; display: flex; align-items: center; gap: 4px; }
.ds-prod {
    color: #fff;
    font-weight: 700;
    font-size: 10.5px;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ds-nominal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.ds-nominal { color: #10b981; font-weight: 900; font-size: 10.5px; white-space: nowrap; }
.ds-status-dot-text {
    font-size: 7px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 3px;
    background: rgba(0,0,0,0.3);
    padding: 2px 5px;
    border-radius: 4px;
}
.ds-mini-info {
    color: var(--gem-text-dim);
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
}
.ds-bukti-area { margin-top: 5px; }
.ds-btn-bukti {
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 7.5px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: 0.2s;
    border: 1px solid transparent;
}
.ds-btn-bukti.active { background: rgba(59, 130, 246, 0.1); color: #3b82f6; border: 1px solid rgba(59, 130, 246, 0.2); }
.ds-btn-bukti.disabled { background: rgba(255,255,255,0.02); color: #1e293b; cursor: not-allowed; }
.ds-mini-overlay {
    top: 0; left: 0;
    width: 100%; height: 100%;
    -webkit-backdrop-filter: blur(10px);
    padding: 15px;
    position: fixed; inset: 0;
    z-index: 1000005; display: none; align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
    animation: dsFadeIn 0.2s ease-out;
}
.ds-mini-head span { font-size: 8px; font-weight: 900; color: var(--gem-text-dim); letter-spacing: 1px; text-transform: uppercase; }
.ds-mini-head button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ef4444;
    border: 1px solid var(--line);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10000001;
    box-shadow: var(--shadow);
}
.ds-mini-head button i {
    font-size: 18px;
    font-weight: 900;
}
.ds-mini-body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #020617;
    border-radius: 0 0 16px 16px;
    text-align: center;
}
.ds-mini-body img {
    width: 100%;
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    border: 1px solid var(--line);
}
@keyframes dsPopUp {
    from { opacity: 0; transform: translateY(20px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.ds-mini-card {
    background: #111; width: 260px; border-radius: 12px;
    border: 1px solid var(--line); overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    animation: dsPopUp 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ds-mini-head {
    padding: 8px 12px;
    background: rgba(255,255,255,0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px 16px 0 0;
}
.ds-status-badge {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.ds-empty {
    padding: 40px;
    text-align: center;
    opacity: 0.3;
    color: var(--gem-text-dim);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.ds-empty::before {
    content: "\f026";
    font-family: 'remixicon';
    font-size: 30px;
    opacity: 0.2;
}
.ds-empty i { font-size: 24px; display: block; margin-bottom: 5px; }
.ds-empty span { font-size: 9px; font-weight: 700; }
.ds-modal-footer {
    padding: 16px;
    border-top: 1px solid var(--line);
    text-align: center;
    color: var(--gem-text-dim);
    font-size: 9.5px;
    font-weight: 900;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}
.ds-sep { margin: 0 10px; color: rgba(255, 255, 255, 0.05); }
.ds-neon-vvip .ds-online-dot { box-shadow: 0 0 10px #3b82f6; }
.ds-neon-vip .ds-online-dot { box-shadow: 0 0 10px #f59e0b; }
@media (max-width:768px) {
    .ds-scroll-mini {
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 90px;
        overflow-x: hidden;
    }
}
.ds-nav-tabs {
    display: flex;
    gap: 8px;
    padding: 0 20px 15px;
    flex-shrink: 0;
}
.ds-tab-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    padding: 8px;
    border-radius: 10px;
    color: var(--gem-text-dim);
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-tab-btn i { font-size: 12px; }
.ds-tab-btn.active {
    background: var(--grad);
    color: #fff;
    border-color: var(--line);
}
.ds-tab-content { display: none; }
.ds-tab-content.active { display: block; animation: dsFadeIn 0.3s ease; }
.ds-bank-card {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.ds-bank-detail {
    margin-top: 5px;
}
.ds-bank-name {
    display: block;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
}
.ds-bank-norek {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    font-family: monospace;
    margin-top: 2px;
}
.ds-bank-owner {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
}
.ds-bank-status {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 7px;
    font-weight: 900;
    color: #10b981;
    margin-top: 3px;
}
.ds-toast {
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 18px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    animation: toastBounce In 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}
@keyframes toastBounceIn {
    0% { opacity: 0; transform: translateY(-50px) scale(0.8); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.ds-toast::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: currentColor;
    opacity: 0.3;
    animation: toastProgress 3s linear forwards;
}
@keyframes toastProgress {
    from { width: 100%; }
    to { width: 0%; }
}
.ds-toast i { font-size: 20px; }
.ds-toast span {
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ds-toast-success { color: #10b981; border-left: 4px solid #10b981; }
.ds-toast-error { color: #ef4444; border-left: 4px solid #ef4444; }
.ds-copy-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}
.ds-copy-box i:active {
    transform: scale(0.8);
    transition: 0.1s;
    color: #fff !important;
}
.ds-copy-box:active {
    transform: scale(0.95);
    background: rgba(255,255,255,0.05);
}
.ds-copy-box span { color: #f59e0b; font-weight: 900; font-size: 12px; user-select: all; }
.ds-copy-box i { color: var(--gem-text-dim); cursor: pointer; }
@keyframes dsFadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}
.ds-select-neon {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    padding: 9px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233b82f6' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    box-shadow: var(--shadow);
}
#ds-notif-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 280px;
    max-width: 90%;
    z-index: 2000000;
    pointer-events: none;
}
.ds-alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    animation: dsSlideDown 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.ds-alert-success { background: rgba(16, 185, 129, 0.2); color: #10b981; border-color: rgba(16, 185, 129, 0.3); }
.ds-alert-error { background: rgba(239, 68, 68, 0.2); color: #ef4444; border-color: rgba(239, 68, 68, 0.3); }
@keyframes dsSlideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.ds-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #1e293b;
}
.ds-to-card {
    background: var(--grad);
    border: 1px solid var(--line);
    padding: 15px 18px;
    border-radius: 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
}
.ds-to-info small { 
    color: #94a3b8; 
    font-size: 8px; 
    font-weight: 900; 
    letter-spacing: 1.5px; 
    text-transform: uppercase;
}
.ds-to-val { 
    display: block; 
    color: #f59e0b; 
    font-size: 18px; 
    font-weight: 900; 
    text-shadow: 0 0 12px rgba(245, 158, 11, 0.5); 
    margin-top: 2px;
}
.ds-to-icon { 
    font-size: 28px; 
    color: #f59e0b; 
    opacity: 0.6; 
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.4));
}
.ds-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}
.ds-f-item label { 
    display: block; 
    font-size: 7.5px; 
    color: var(--gem-text-dim); 
    font-weight: 900; 
    margin-bottom: 4px; 
    text-transform: uppercase;
}
.ds-f-input {
    width: 100%;
    background: var(--grad);
    border: 1px solid var(--line);
    border-radius: 10px;
    color: #f8fafc;
    font-size: 10px;
    padding: 8px 10px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}
.ds-f-btn {
    background: var(--grad);
    color: #fff;
    border: none;
    border-radius: 24px;
    margin-top: 13px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: var(--shadow);
}
.ds-f-btn:active { transform: translateY(0); }
.ds-log-search { 
    position: relative; 
    margin-bottom: 15px; 
}
.ds-log-search i.ri-search-2-line { 
    position: absolute; 
    left: 14px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: #3b82f6; 
    font-size: 15px; 
    z-index: 2;
}
.ds-log-search input { 
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    padding: 11px 40px;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}
.ds-reset-log { 
    position: absolute; 
    right: 14px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: #ef4444; 
    cursor: pointer; 
    display: none; 
    font-size: 18px; 
    transition: all 0.2s ease;
    z-index: 2;
    opacity: 0.8;
}
.ds-reset-log:hover { 
    transform: translateY(-50%) scale(1.2); 
    opacity: 1;
    filter: drop-shadow(0 0 5px rgba(239, 68, 68, 0.5));
}
.ds-pagination { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 5px;
    border-radius: 24px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.ds-page-btn { 
    background: var(--grad);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    width: 36px;
    height: 36px;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
    box-shadow: var(--shadow);
}
.ds-page-btn:disabled { 
    opacity: 0.2; 
    cursor: not-allowed; 
    filter: grayscale(1); 
    border-color: var(--line);
}
#pageIndicatorLog { 
    font-size: 10px; 
    font-weight: 900; 
    color: #94a3b8; 
    letter-spacing: 1.2px; 
    text-transform: uppercase;
}
.log-row { 
    transition: background 0.2s ease; 
}
.log-row:hover {
    background: rgba(255, 255, 255, 0.02);
}
.ds-win-val { 
    font-size: 11px; 
    font-weight: 900; 
    letter-spacing: 0.3px;
}
.reff-list-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0;
}
.ds-reff-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.ds-wa-link {
    color: #fff; 
    text-decoration: none; 
    font-weight: 800; 
    font-size: 11px; 
    display: flex; 
    align-items: center; 
    gap: 6px;
    max-width: 70%;
}
.ds-wa-link i { color: #22c55e; font-size: 15px; }
.ds-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ds-card-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}
.ds-grid-item { display: flex; flex-direction: column; justify-content: center; }
.ds-label { font-size: 7px; color: var(--gem-text-dim); font-weight: 900; text-transform: uppercase; margin-bottom: 2px; }
.ds-val { font-size: 10px; color: #cbd5e1; font-weight: 700; line-height: 1.2; }
.ds-scroll-text {
    font-size: 8px;
    color: #94a3b8;
}
.ds-status-pill {
    font-size: 7px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 900;
    letter-spacing: 0.5px;
    min-width: 50px;
    text-align: center;
}
.s-settle, .s-success { background: #10b981; color: #fff; box-shadow: 0 0 5px rgba(16, 185, 129, 0.3); }
.s-pending { background: #f59e0b; color: #fff; }
.s-none { background: rgba(255,255,255,0.05); color: #475569; }
.gold-text { color: #bf953f; font-weight: 900; }
.b-type { font-size: 8px; font-weight: 900; }
.k-depo { color: #22c55e; }
.k-wd { color: #bf953f; }
.green { color: #10b981; }
.red { color: #ef4444; }
.ds-empty-box {
    text-align: center;
    font-size: 8px;
    color: var(--gem-text-dim);
    padding: 10px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    font-weight: 800;
    box-shadow: var(--shadow);
}
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.kyc-card {
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 15px;
    box-shadow: var(--shadow);
}
.kyc-form-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr !important;
    gap: 12px; 
}
.form-group-kyc label { 
    font-size: 8px; color: #475569; font-weight: 900; 
    text-transform: uppercase; margin-bottom: 5px; display: block;
}
.form-control-kyc {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    font-size: 11px;
    padding: 10px;
    outline: none;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.kyc-notice {
    background: var(--grad);
    border-left: 3px solid var(--line);
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    box-shadow: var(--shadow);
}
.kyc-notice i { color: #fff; font-size: 16px; }
.kyc-notice span { font-size: 8.5px; color: #fff; line-height: 1.3; }
.btn-kyc-submit {
    width: 100%;
    background: var(--grad);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px;
    font-weight: 900;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.reff-content-card { 
    border-radius: 16px;
    padding: 15px;
    border: 1px solid var(--line);
    position: relative;
    box-shadow: var(--shadow);
}
.reff-label { font-size: 9px; font-weight: 800; color: var(--gem-primary); text-transform: uppercase; display: block; margin-bottom: 5px; }
.reff-copy-wrapper { display: flex; gap: 8px; }
.reff-input-url {
    flex: 1;
    background: #2525254a;
    border: 1px dashed var(--line);
    border-radius: 14px;
    color: var(--gem-text-main);
    font-size: 10px;
    padding: 10px;
    outline: none;
    box-shadow: var(--shadow);
}
.reff-copy-btn { 
    background: #2525254a;
    color: var(--gem-primary);
    border: 1px dashed var(--line);
    border-radius: 24px;
    padding: 0 15px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.reff-hint {
    font-size: 9px;
    color: var(--gem-text-dim);
    margin-top: 5px;
    font-style: italic;
}
.reff-divider { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.05); margin: 20px 0; }
.reff-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.reff-title { font-size: 11px; color: #fff; font-weight: 900; letter-spacing: 0.5px; }
.reff-search-box { position: relative; width: 150px; }
.search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); font-size: 12px; color: #475569; }
.reset-search-icon { 
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%); 
    font-size: 14px; color: #ef4444; cursor: pointer; display: none; 
}
.reff-filter-input {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 30px;
    color: #fff;
    font-size: 11px;
    outline: none;
    box-shadow: var(--shadow);
}
.reff-table-container { overflow-x: auto; width: 100%; margin-bottom: 15px; }
.reff-custom-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.reff-custom-table th {
    background: rgba(255, 255, 255, 0.02); text-align: left; padding: 12px 10px;
    font-size: 8.5px; color: #475569; text-transform: uppercase; font-weight: 900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.reff-row td { 
    padding: 10px; font-size: 10.5px; color: #cbd5e1; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    vertical-align: middle;
}
.wa-link { color: #fff; text-decoration: none; font-weight: 700; display: flex; align-items: center; gap: 5px; }
.wa-link i { color: #22c55e; font-size: 15px; }
.td-time span { display: block; color: #fff; font-size: 10px; }
.td-time small { color: #475569; font-size: 9px; }
.badge-type { font-size: 7.5px; font-weight: 900; padding: 3px 6px; border-radius: 5px; }
.t-depo { background: rgba(34, 197, 94, 0.1); color: #22c55e; border: 1px solid rgba(34, 197, 94, 0.2); }
.t-wd { background: rgba(191, 149, 63, 0.1); color: #bf953f; border: 1px solid rgba(191, 149, 63, 0.2); }
.t-none { color: #475569; background: rgba(255, 255, 255, 0.03); }
.reff-amount { color: #fff; font-weight: 900; font-size: 11px; }
.status-pill { font-size: 8px; font-weight: 900; padding: 4px 8px; border-radius: 20px; text-align: center; }
.s-settle, .s-success { background: #10b981; color: #fff; box-shadow: 0 0 10px rgba(16, 185, 129, 0.2); }
.s-pending { background: #f59e0b; color: #fff; }
.s-none, .s-new { background: rgba(255, 255, 255, 0.05); color: var(--gem-text-dim); }
.no-data-row td { text-align: center; padding: 40px; color: #475569; font-weight: 800; font-size: 11px; }
.reff-pagination { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.page-btn { 
    background: var(--grad);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    width: 36px;
    height: 36px;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 20px;
    box-shadow: var(--shadow);
}
.page-btn:hover:not(:disabled) { background: #bf953f; color: #000; border-color: #bf953f; }
.page-btn:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    filter: grayscale(1);
    border-color: var(--line);
}
#pageIndicatorReff { font-size: 10px; font-weight: 900; color: #94a3b8; letter-spacing: 1.2px; }
@keyframes toastPop { from { top: -50px; opacity: 0; } to { top: 10px; opacity: 1; } }
#dsHistoryTable tbody {
    display: block;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
#dsHistoryTable tbody::-webkit-scrollbar {
    display: none;
}
#dsHistoryTable thead, 
#dsHistoryTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
/*END DASHBOARD PROFIL*/

/*START INFORMASI*/
.ds-info-modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-info-modal-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
@keyframes dsInfoBounce {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.ds-info-modal-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.ds-info-modal-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ds-info-modal-close {
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.ds-info-modal-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: none;
}
.ds-info-modal-body::-webkit-scrollbar { display: none; }
.ds-info-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    width: 100%;
    box-sizing: border-box;
}
.ds-info-icon-box {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gem-primary);
    font-size: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.ds-info-text-wrapper {
    flex: 1;
    min-width: 0;
}
.ds-info-text-wrapper strong {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.ds-info-text-wrapper span {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.5;
    word-wrap: break-word;
    display: block;
}
.ds-info-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2ecc71;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}
.ds-info-bank-list {
    font-size: 10px;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}
.ds-info-note { color: #4a5568; font-style: italic; display: block; margin-top: 4px; }
.ds-info-gold { color: var(--gem-primary); }
.ds-info-membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin: 10px 0 5px 0;
}
.ds-member-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: var(--shadow);
}
.ds-tag {
    font-size: 9px;
    font-weight: 900;
    padding: 2px 0;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.ds-tag.reg { background: #475569; color: #fff; }
.ds-tag.vip { background: linear-gradient(135deg, #bf953f, #8a6d29); color: #000; }
.ds-tag.vvip { background: linear-gradient(135deg, #fcf6ba, #bf953f); color: #000; box-shadow: 0 0 10px var(--gem-primary); }
.ds-limit {
    font-size: 8px;
    color: #94a3b8;
    font-weight: 700;
    white-space: nowrap;
}
.ds-provider-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 8px 0;
}
.ds-prov-item {
    border: 1px solid var(--line);
    color: #fff;
    font-size: 8px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow);
}
.ds-bonus-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px 0;
}
.ds-bonus-card {
    border-left: 3px solid var(--line);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    box-shadow: var(--shadow);
}
.ds-bonus-card i {
    color: var(--gem-primary);
    font-size: 16px;
    filter: drop-shadow(0 0 5px rgba(191, 149, 63, 0.5));
}
.ds-bonus-card span {
    font-size: 10px !important;
    font-weight: 900 !important;
    color: #fff !important;
    letter-spacing: 0.5px;
}
/*END INFORMASI*/

/*START BANTUAN*/
.support-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.support-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.support-header { 
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.support-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.support-close { 
    position: absolute;
    top: 15px;
    right: 20px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.support-body { 
    padding: 20px; 
    max-height: 65vh;
    overflow-y: auto;
}
.support-body::-webkit-scrollbar { display: none; }
.faq-item {
    margin-bottom: 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.faq-question {
    width: 100%;
    padding: 15px;
    background: var(--clear);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    box-shadow: var(--shadow);
}
.faq-answer { 
    padding: 0 15px; 
    max-height: 0; 
    overflow-y: auto;
    transition: all 0.4s ease-in-out; 
}
.faq-answer p { padding: 15px 0; font-size: 13px; color: var(--gem-primary); line-height: 1.6; margin: 0; }

.faq-item.active .faq-answer { 
    max-height: 1000px;
    padding: 15px;
    overflow-y: visible;
}
.faq-answer ul li {
    margin-bottom: 8px;
    list-style-type: circle;
}
.faq-answer strong {
    color: var(--gem-primary);
}
.faq-answer span {
    font-weight: bold;
}
.faq-answer::-webkit-scrollbar {
    display: none;
}
/*END BANTUAN*/

/*START KONTAK*/
.ds-contact-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-contact-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.ds-contact-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.ds-contact-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ds-contact-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.ds-contact-body {
    padding: 20px; 
    max-height: 65vh;
    overflow-y: auto;
}
.ds-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.ds-contact-card {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid var(--line);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.ds-contact-card:hover {
    transform: translateX(8px);
}
.ds-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--gem-primary);
    margin-right: 15px;
    transition: 0.3s;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
.ds-contact-card:hover .ds-contact-icon {
    background: var(--grad);
    color: #fff;
}
.ds-contact-info {
    flex: 1;
}
.ds-contact-info span {
    display: block;
    color: var(--gem-primary);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.ds-contact-info small {
    color: #fff;
    font-size: 11px;
}
.ds-arrow {
    color: var(--gem-primary);
    font-size: 20px;
    transition: 0.3s;
}
.ds-contact-card:hover .ds-arrow {
    color: #bf953f;
    transform: translateX(3px);
}
.ds-contact-footer {
    padding: 15px 24px 20px;
    text-align: center;
}
.ds-contact-footer span {
    font-size: 10px;
    color: var(--gem-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
/*END KONTAK*/

/*START PENGADUAN*/
.complaint-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.complaint-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.complaint-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.complaint-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.complaint-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.complaint-body { padding: 25px; }
.complaint-group { margin-bottom: 15px; }
.complaint-group label {
    display: block;
    color: var(--gem-primary);
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}
.complaint-group input, .complaint-group select, .complaint-group textarea {
    width: 100%;
    padding: 12px;
    background: var(--clear);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.complaint-footer {
    padding: 0 25px 10px;
}
.btn-submit-complaint {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: var(--daftar);
    color: #000;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.complaint-select-premium {
    width: 100%;
    padding: 12px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.complaint-select-premium option {
    color: #000 !important;
    padding: 10px;
}
/*END PENGADUAN*/

/*START BAHASA*/
.ds-bahasa-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-bahasa-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.ds-bahasa-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.ds-bahasa-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ds-bahasa-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.ds-bahasa-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: none;
}
.ds-bahasa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px 20px 20px;
}
.ds-bahasa-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}
.ds-bahasa-card:hover {
    transform: translateY(-2px);
}
.ds-bahasa-flag {
    font-size: 20px;
    line-height: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.ds-bahasa-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.ds-bahasa-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ds-bahasa-card:hover .ds-bahasa-info span {
    color: #fff;
}
.ds-bahasa-info span {
    color: var(--gem-primary);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.ds-bahasa-info small {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 500;
}
.ds-bahasa-footer {
    padding: 12px;
    text-align: center;
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 0 0 15px 15px;
}
.ds-bahasa-footer span {
    font-size: 9px;
    color: var(--gem-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
/*----------------------------*/
.goog-te-banner-frame.skiptranslate, 
.goog-te-gadget, 
.goog-te-banner, 
.goog-te-spinner-pos,
#goog-gt-tt, 
.goog-tooltip, 
.goog-tooltip:hover { 
    display: none !important; 
    visibility: hidden !important; 
    opacity: 0 !important;
}
body { 
    top: 0 !important; 
    position: static !important; 
}
font {
    background-color: transparent !important;
    box-shadow: none !important;
    vertical-align: inherit !important;
}
iframe#\:1\.container, 
iframe#\:0\.container {
    display: none !important;
}
/*END BAHASA*/

/*START PROMOSI.PHP*/
::-webkit-scrollbar { display: none; }
* { -ms-overflow-style: none; scrollbar-width: none; }
.ds-promo-wrapper {
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #fff;
}
.ds-promo-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px 0 25px 0;
    top: 10px;
    z-index: 1000;
}
.ds-nav-item-promo {
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    border: 1px solid var(--line);
    text-transform: uppercase;
    cursor: pointer !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    user-select: none;
    box-shadow: var(--shadow);
}
.ds-nav-item-promo.active {
    background: var(--daftar);
    color: #000;
}
.ds-search-container-promo {
    margin: 10px 0 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.ds-search-box-promo {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.ds-search-input-promo {
    width: 100%;
    background: #2525254a;
    border: 1px solid var(--line);
    padding: 10px 15px 10px 40px;
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    outline: none;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-search-icon-promo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gem-primary);
    font-size: 18px;
}
.ds-reset-icon-promo {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ef4444;
    font-size: 20px;
    cursor: pointer !important;
}
.ds-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 992px) {
    .ds-promo-grid { grid-template-columns: repeat(4, 1fr); }
}
.ds-promo-card {
    border-radius: 12px;
    border: 1px solid var(--line);
    overflow: hidden;
    display: none;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-promo-img-box {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.ds-promo-img-box img {
    width: 100%; height: 100%;
    object-fit: inherit;
}
.ds-promo-body {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ds-promo-judul {
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.ds-btn-promo-group-promo {
    margin-top: auto;
    display: flex;
    gap: 6px;
}
.ds-btn-promo {
    flex: 1;
    padding: 10px 5px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    border: none;
    cursor: pointer !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
.ds-btn-promo-view { background: var(--login); color: #fff; }
.ds-btn-promo-claim { background: var(--daftar); color: #000; }
.ds-modal-promo {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-modal-promo-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
@keyframes dsPop { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.ds-modal-promo-head-premium {
    text-align: center;
    padding: 20px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.ds-modal-promo-body {
    color: var(--main);
    font-size: 12px;
    line-height: 1.8;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: none;
}
.ds-close-circle-promo { 
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ef4444;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    font-weight: bold;
    z-index: 100;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.mdepobox-promo {
    background: var(--grad);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px dashed var(--gem-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
}
/*END PROMOSI.PHP*/

/*START PROVIDER.PHP*/
.ds-provider-page-wrapper {
    padding: 15px;
    max-width: 1600px;
    margin: auto;
    /*min-height: 100vh;*/
    background: transparent;
}
.ds-filter-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 25px; 
    gap: 20px; 
    flex-wrap: wrap; 
}
.ds-title-box h2 { 
    color: var(--gem-primary); 
    font-size: 1.2rem; 
    font-weight: 900; 
    margin: 0; 
    letter-spacing: 1.5px; 
    border-left: 4px solid var(--gem-primary); 
    padding-left: 12px; 
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.ds-search-container { flex: 1; min-width: 280px; max-width: 400px; }
.ds-search-group { position: relative; display: flex; align-items: center; gap: 10px; }
.ds-search-group i {
    position: absolute;
    color: var(--gem-primary);
    font-size: 18px;
    pointer-events: none;
    z-index: 5;
}
.ds-search-group input { 
    width: 100%;
    background: var(--clear);
    border: 1px solid var(--line);
    padding: 10px 15px 10px 42px;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
}
.ds-btn-refresh { 
    background: var(--clear);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-btn-refresh:hover { 
    transform: rotate(180deg);
}
.ds-nav-scroll { 
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 10px; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.ds-nav-scroll::-webkit-scrollbar { display: none; }
.ds-nav-flex { display: flex; gap: 12px; width: max-content; padding-left: 2px; }
.ds-nav-card { 
    min-width: 90px;
    border: 1px solid var(--line);
    padding: 10px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow);
}
.ds-pv-img { 
    width: 32px; 
    height: 32px; 
    border-radius: 8px; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.ds-pv-img img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1) brightness(0.7); transition: 0.3s; }
.ds-nav-card.active img { filter: grayscale(0) brightness(1); }
.ds-nav-card span { 
    font-size: 10px; 
    font-weight: 800; 
    color: #666; 
    text-align: center; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    width: 100%; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}
.ds-nav-card.active span { color: var(--gem-primary); }
.ds-pv-icon { font-size: 22px; color: var(--gem-primary); }
.ds-grid-master { 
    display: grid; 
    grid-template-columns: repeat(10, 1fr);
    gap: 12px; 
    width: 100%;
    align-items: start;
}
.ds-card-game { 
    width: 100%;
    animation: dsBounceIn 0.5s ease forwards;
    min-width: 0;
}
.ds-card-inner { 
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    box-shadow: var(--shadow);
}
.ds-card-inner:hover { 
    transform: translateY(-5px);
    z-index: 10;
}
.ds-card-img-box { 
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.ds-card-img-box img { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    object-fit: inherit;
    display: block;
    transition: transform 0.6s ease;
}
.ds-card-inner:hover .ds-card-img-box img { transform: scale(1.15); }
.ds-badge-hot { 
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--grad);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 5px;
    z-index: 5;
    max-width: 60px; 
    box-sizing: border-box;
}
.ds-badge-hot span { 
    display: block;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 100%;
}
.ds-card-info { 
    padding: 5px;
    text-align: center;
    border-top: 1px solid var(--line);
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.ds-card-info span {
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    min-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--line);
    height: 40px !important;
    overflow: hidden;
}
.ds-empty-state { 
    text-align: center;
    padding: 10px;
    color: #444;
    width: 100%;
    grid-column: 1 / -1;
}
.ds-empty-icon { font-size: 60px; margin-bottom: 15px; color: var(--line); animation: dsFloating 2s infinite ease-in-out; }
.ds-empty-state h3 { color: #888; margin: 0 0 10px; font-size: 1.2rem; }
.ds-empty-state p { margin-bottom: 20px; font-size: 13px; }
.ds-btn-reset-large {
    background: var(--clear);
    border: 1px solid var(--line);
    color: var(--gem-primary);
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 800;
    transition: 0.3s;
    box-shadow: var(--shadow);
}
.ds-load-more-box { text-align: center; margin-top: 20px; }
#dsBtnLoadMore { 
    border: 1px solid var(--line);
    color: var(--gem-primary);
    padding: 12px 35px;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    font-size: 12px;
    transition: 0.3s;
    box-shadow: var(--shadow);
    background: var(--clear);
}
@media (max-width: 768px) {
    .ds-grid-master { 
        grid-template-columns: repeat(4, 1fr);
        gap: 10px; 
    }
    .ds-card-info span {
    font-size: 8px;
    }
    .ds-filter-header { flex-direction: column; align-items: stretch; gap: 15px; }
    .ds-search-container { max-width: 100%; }
    .ds-card-info { height: 30px; }
    .ds-title-box h2 { font-size: 1rem; }
}
@keyframes dsBounceIn {
    0% { transform: scale(0.8); opacity: 0; }
    70% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes dsFloating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
/*END PROVIDER.PHP*/

/*START WINNER*/
.ds-winner-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.ds-winner-content {
    background: #2525254a;
    overflow: hidden;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.ds-winner-header {
    text-align: left;
    border-bottom: 1px solid var(--gem-primary);
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.header-glow {
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gem-primary), transparent);
    animation: glowMove 3s infinite linear;
}
.header-content { display: flex; align-items: center; gap: 15px; }
.ds-icon-gold {
    font-size: 32px;
    color: #ffd700;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
    animation: trophyTada 2s infinite;
}
.header-text h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.header-text p {
    margin: 0;
    font-size: 10px;
    color: #ffd700;
    opacity: 0.8;
    font-weight: 600;
}
.ds-winner-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.ds-winner-body {
    overflow: hidden;
    position: relative;
}
.ds-winner-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.winner-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-radius: 16px;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    animation: dsItemIn 0.5s ease forwards;
    box-shadow: var(--shadow);
}
.winner-item.new-winner {
    border: 1px solid 1px solid var(--gem-primary);
}
.winner-item::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,215,0,0.1), transparent);
    animation: shineGold 2s infinite;
}
.w-info-left { display: flex; align-items: center; gap: 12px; }
.w-avatar {
    width: 38px; height: 38px;
    background: linear-gradient(45deg, #222, #444);
    border: 1px solid rgba(255,215,0,0.3);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #ffd700; font-weight: 900; font-size: 16px;
    box-shadow: var(--shadow);
}
.w-user { font-size: 13px; font-weight: 700; color: var(--gem-text-main); display: block; }
.w-game { font-size: 10px; color: var(--gem-primary); }
.w-amount {
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: 900;
    color: var(--gem-primary);
}
.ds-winner-footer {
    padding: 12px;
    text-align: center;
    border-top: 1px solid var(--gem-primary);
    box-shadow: var(--shadow);
}
.ds-winner-footer p {
    font-size: 9px;
    color: var(--gem-primary);
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
@keyframes dsItemIn {
    from { transform: translateX(30px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes shineGold {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}
@keyframes trophyTada {
    0% { transform: scale(1); }
    10%, 20% { transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
    100% { transform: scale(1) rotate(0); }
}
@keyframes glowMove {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.inner-confetti {
    position: absolute;
    width: 5px; height: 5px;
    z-index: 10;
    pointer-events: none;
}
@keyframes confettiFall {
    0% { transform: translateY(0) rotate(0); opacity: 1; }
    100% { transform: translateY(400px) rotate(360deg); opacity: 0; }
}
/*END WINNER*/

/*START TRANSAKSI DEPOSIT&WITHDRAW*/
.v-modal-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
#vvip-toastTrx-container { position: fixed; top: -20px; left: 50%; transform: translateX(-50%); z-index: 10001; }
.v-toastTrx {
    background: var(--grad);
    border-left: 4px solid var(--gem-primary);
    padding: 10px;
    border-radius: 50px;
    color: var(--gem-text-main);
    font-size: 12px;
    font-weight: 800;
    animation: vToastDown 0.4s ease;
    box-shadow: var(--shadow);
    top: -50px;
}
.v-modal-content {
    background: #2525254a;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.v-modal-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.v-header-info h3 { margin: 0; font-size: 16px; font-weight: 800; color: #fff; }
.v-header-info h3 span {
    color: var(--gem-primary);
    text-shadow: 0 0 10px var(--gem-primary);
}
.v-header-info p { margin: 2px 0 0; font-size: 9px; color: var(--gem-primary); text-transform: uppercase; font-weight: 700; }
.v-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.v-top-nav {
    display: flex;
    padding: 5px;
    margin: 15px 15px 0;
    border-radius: 15px;
    border: 1px solid var(--line);
    gap: 5px;
    box-shadow: var(--shadow);
}
.v-nav-item {
    flex: 1;
    background: none;
    border: none;
    padding: 10px 5px;
    color: var(--gem-text-main);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
}
.v-nav-item i { font-size: 16px; }
.v-nav-item span { font-size: 9px; font-weight: 800; }
.v-nav-item.active {
    background: var(--grad);
    color: var(--gem-primary);
    box-shadow: var(--shadow);
}
.v-modal-body { padding: 15px; }
.v-tab-content { display: none; }
.v-tab-content.active { display: block; }
.v-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.v-group { margin-bottom: 10px; }
.v-group label { display: block; margin-bottom: 5px; font-size: 9px; color: var(--gem-text-main); font-weight: 800; text-transform: uppercase; }
.v-input, .v-select {
    width: 100%;
    padding: 10px;
    background: var(--clear);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: #fff;
    outline: none;
    font-weight: 700;
    font-size: 11px;
    box-shadow: var(--shadow);
}
.v-select { color: #8f8888 !important; cursor: pointer; }
.v-upload label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: var(--grad);
    border: 1px dashed var(--line);
    border-radius: 12px;
    cursor: pointer;
    color: var(--gem-primary);
    font-size: 10px;
    font-weight: 800;
    box-shadow: var(--shadow);
}
.v-invoice-box {
    background: var(--grad);
    border-radius: 20px;
    border: 1px solid var(--line);
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.inv-title {
    font-size: 10px;
    font-weight: 800;
    color: var(--gem-primary);
    text-align: center;
    letter-spacing: 1px;
}
.v-inv-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    padding: 5px;
    color: var(--gem-text-dim);
    border-bottom: 1px solid var(--line);
}
.v-inv-list .item b {
    font-size: 10px;
    text-align: right;
    color: #fff;
    padding-left: 30px;
    word-break: break-word;
}
.copy-icon {
    color: var(--gem-primary);
    cursor: pointer;
    margin-left: 0px;
    font-size: 14px;
    vertical-align: middle;
}
.qris-style .qris-header {
    text-align: center;
    background: var(--gem-primary);
    color: #000;
    font-weight: 900;
    padding: 5px;
    border-radius: 10px;
    font-size: 10px;
    margin-bottom: 10px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
}
.qris-content { display: flex; gap: 10px; align-items: center; }
.qris-content img { width: 110px; border-radius: 15px; background: #fff; padding: 5px; }
.qris-details { flex: 1; }
.qris-details .row {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    margin-bottom: 5px;
    color: var(--gem-text-main);
}
.qris-btns { display: flex; flex-direction: column; gap: 5px; margin-top: 10px; }
.btn-action {
    background: var(--login);
    border: 1px solid var(--line);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 6px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: var(--shadow);
}
.v-withdraw-header { display: flex; gap: 10px; margin-bottom: 15px; }
.wd-stat {
    flex: 1;
    border: 1px solid var(--line);
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    box-shadow: var(--shadow);
}
.wd-stat span { display: block; font-size: 8px; color: var(--gem-text-main); font-weight: 800; margin-bottom: 3px; }
.wd-stat b { font-size: 11px; color: var(--gem-primary); }
.oto-info { 
    background: var(--grad);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 9px;
    color: var(--gem-primary);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    justify-content: center;
}
.v-btn-primary {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 15px;
    background: var(--daftar);
    color: #000;
    font-weight: 900;
    font-size: 12px;
    cursor: pointer;
    box-shadow: var(--shadow);
}
.v-wd-info-card {
    background: var(--grad);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: var(--shadow);
}
.info-label {
    font-size: 9px;
    font-weight: 800;
    color: var(--gem-primary);
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-align: center;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.info-item {
    display: flex;
    flex-direction: column;
}
.info-item.right {
    text-align: right;
}
.info-item small {
    font-size: 8px;
    color: var(--gem-text-main);
    font-weight: 700;
    margin-bottom: 4px;
}
.info-item b {
    font-size: 11px;
    color: #fff;
    word-break: break-all;
}
.wd-notice-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--grad);
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.wd-notice-box i {
    color: #ff4757;
    font-size: 20px;
}
.wd-notice-box span {
    font-size: 9px;
    color: var(--gem-text-dim);
    line-height: 1.4;
    font-weight: 600;
}
.text-gold { color: var(--gem-primary) !important; }
@keyframes vToastDown { from { top: -50px; opacity: 0; } to { top: 20px; opacity: 1; } }
#modal-qris {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.qris-content-vvip {
    background: #2525254a;
    color: #000;
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
    padding: 35px 25px 25px;
    text-align: center;
    position: relative;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#qris-status-notif {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--clear), var(--gem-primary), var(--clear));
    color: var(--glow-purple);
    letter-spacing: 1px;
    box-shadow: var(--shadow);
    z-index: 100;
    white-space: nowrap;
    border: 1px solid var(--line);
    animation: glow-black 2s infinite;
}
#qr-box-vvip {
    background: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    transition: transform 0.3s ease;
}
#qr-box-vvip:hover { transform: scale(1.02); }
#qr-box-vvip canvas, #qr-box-vvip img {
    width: 200px !important; height: 200px !important;
}
.amt-label { font-size: 10px; font-weight: 700; color: var(--gem-text-dim); letter-spacing: 1px; }
.amt-tag-vvip {
    font-size: 24px;
    font-weight: 900;
    color: var(--gem-text-success);
    letter-spacing: -1px;
}
.timer-tag-vvip {
    color: var(--glow-deep-red);
    font-weight: 800;
    font-size: 13px;
    background: var(--daftar);
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.btn-dl-vvip {
    background: var(--grad);
    color: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 18px;
    border: 1px solid var(--line);
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.secure-info {
    font-size: 9px;
    color: var(--gem-primary);
    text-shadow: var(--gem-primary);
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@keyframes glow-black {
    0% { box-shadow: 0 0 0 0 rgba(191, 149, 63, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(191, 149, 63, 0); }
    100% { box-shadow: 0 0 0 0 rgba(191, 149, 63, 0); }
}
.notif-successqr { background: #18b37b !important; border-color: #18b37b !important; }
.notif-expired { background: #ff4d4d !important; border-color: #ff4d4d !important; }
.logo-3d-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounceSoft 3s ease-in-out infinite;
}
.qris-logo-3d {
    width: 100px;
    z-index: 2;
    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.2));
}
.qris-title-premium {
    margin: 0;
    font-weight: 900;
    color: var(--gem-primary);
    letter-spacing: -0.5px;
}
.qris-title-premium span {
    color: var(--gem-text-main);
}
.qris-desc-premium {
    font-size: 11px;
    color: var(--gem-primary);
    max-width: 250px;
    margin: 0 auto;
    font-weight: 500;
}
@keyframes bounceSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
#disp-amt {
    font-family: 'Courier New', monospace;
    font-weight: 900;
}
/*END TRANSAKSI DEPOSIT&WITHDRAW*/

/*STAT LUCKY WHEEL*/
.dslucky-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.dslucky-container {
    background: #2525254a;
    overflow: hidden;
    border: 1px solid var(--line);
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    position: relative;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    animation: dsInfoBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}
.v-live-winner-alert {
    position: absolute; top: 70px; left: 50%; transform: translateX(-50%);
    background: rgba(255, 215, 0, 0.15); border: 1px solid var(--gem-primary);
    color: #fff; padding: 5px 15px; border-radius: 50px; font-size: 10px;
    z-index: 200; white-space: nowrap; backdrop-filter: blur(5px);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
    animation: vSlideDown 0.5s ease;
}
@keyframes vSlideDown {
    from { transform: translate(-50%, -40px); opacity: 0; }
    to { transform: translate(-50%, 0); opacity: 1; }
}

@keyframes vSlideUp {
    from { transform: translate(-50%, 0); opacity: 1; }
    to { transform: translate(-50%, -40px); opacity: 0; }
}
.dslucky-header {
    text-align: left;
    border-bottom: 1px solid var(--gem-primary);
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow);
    border-radius: 15px 15px 0 0;
}
.v-title-main {
    color: var(--gem-primary);
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.v-btn-x {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F44336;
    border: 1px solid var(--line);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
    border-radius: 24px;
    box-shadow: var(--shadow);
}
.dslucky-wheel-area {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 40px auto 20px;
    background: var(--rainbow);
    border-radius: 50%;
    padding: 8px;
    box-shadow: var(--shadow);
}
.v-pointer-gold { 
    position: absolute; top: -15px; left: 50%; transform: translateX(-50%); 
    z-index: 100; color: #fff; font-size: 35px; filter: drop-shadow(0 0 5px #000);
}
.v-wheel-glow-ring { width: 100%; height: 100%; border-radius: 50%; border: 6px solid #000; overflow: hidden; background: #000; }
#dsluckyCanvas { width: 100%; height: 100%; transition: transform 8s cubic-bezier(0.15, 0, 0.1, 1); }
.v-wheel-center-hub { 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    width: 60px; height: 60px; background: #000; border-radius: 50%; 
    z-index: 150; border: 3px solid var(--gem-primary); cursor: pointer;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: 0 0 20px var(--gem-primary); transition: 0.3s;
}
.v-wheel-center-hub:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 0 30px var(--gem-primary); }
.v-input-wrapper { padding: 0 25px 20px; text-align: center; }
.v-label-kupon { color: var(--gem-primary); font-size: 10px; margin-bottom: 8px; display: block; letter-spacing: 1px; }
#dsluckyInput {
    width: 100%;
    padding: 15px;
    background: var(--clear);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--gem-primary);
    text-align: center;
    outline: none;
    font-weight: 900;
    font-size: 16px;
    box-shadow: var(--shadow);
    border-bottom: 2px solid var(--gem-primary);
}
.v-alert-overlay {
    z-index: 100000;
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    padding: 20px;
    overflow-y: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.v-alert-box {
    border: 2px solid var(--gem-primary);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: var(--shadow);
}
.v-win-anim { animation: vCelebrate 0.5s infinite alternate; }
@keyframes vCelebrate { from { transform: scale(1); } to { transform: scale(1.05); } }
.v-lose-anim { animation: vShake 0.4s; }
@keyframes vShake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-10px); } 75% { transform: translateX(10px); } }
.v-btn-close {
    padding: 12px;
    background: var(--daftar);
    border: 1px solid var(--line);
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    box-shadow: var(--shadow);
}
.v-btn-disabled { opacity: 0.3; cursor: not-allowed !important; filter: grayscale(1); }
/*END LUCKY WHEEL*/