    :root{
    --gc-bg: #0f1115;
    --gc-card: #171a21;
    --gc-border: rgba(255,255,255,.08);
    --gc-gold: #211ee9;
    --gc-text: #f5f5f5;
    --gc-muted: #c9c9c9;
    --gc-shadow: 0 8px 24px rgba(0,0,0,.18);
    }

    /* FAQ Section */
    .slot-gacor-faq-section{
        max-width: 1100px;
        margin: 40px auto;
        padding: 0 16px;
        font-family: "Segoe UI", sans-serif;
    }

    /* Title */
    .slot-gacor-faq-title{
        text-align: center;
        color: var(--gc-text);

        font-size: 34px;
        font-weight: 800;
        line-height: 1.3;

        margin-bottom: 28px;
        letter-spacing: .5px;
    }

    /* FAQ Wrapper */
    .slot-gacor-faq{
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    /* FAQ Item */
    .slot-gacor-faq-item{
        background: var(--gc-card);

        border: 1px solid var(--gc-border);
        border-radius: 18px;

        overflow: hidden;
        box-shadow: var(--gc-shadow);

        transition: all .25s ease;
    }

    .slot-gacor-faq-item:hover{
        transform: translateY(-2px);
        border-color: rgba(78, 55, 212, 0.35);
    }

    /* Question Button */
    .slot-gacor-faq-q{
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 18px 20px;

        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;

        color: var(--gc-gold);
        font-size: 16px;
        font-weight: 700;
        text-align: left;

        transition: .25s ease;
    }

    /* Plus Icon */
    .slot-gacor-faq-q::after{
        content: "+";
        font-size: 22px;
        font-weight: 400;
        transition: transform .25s ease;
    }

    /* Active State */
    .slot-gacor-faq-item.active .slot-gacor-faq-q::after{
        transform: rotate(45deg);
    }

    /* Answer */
    .slot-gacor-faq-a{
        max-height: 0;
        overflow: hidden;

        color: var(--gc-muted);
        font-size: 15px;
        line-height: 1.8;

        padding: 0 20px;

        transition:
            max-height .35s ease,
            padding .30s ease;
    }

    /* Open Answer */
    .slot-gacor-faq-item.active .slot-gacor-faq-a{
        max-height: 300px;
        padding: 0 20px 20px;
    }

    /* Mobile */
    @media (max-width: 768px){

        .slot-gacor-faq-title{
            font-size: 28px;
        }

        .slot-gacor-faq-q{
            font-size: 15px;
            padding: 16px;
        }

        .slot-gacor-faq-a{
            font-size: 14px;
        }
    }

    :root{
    --gc-bg: #0f0f10;
    --gc-card: rgba(20,20,20,0.96);
    --gc-gold: #423ab7;
    --gc-text: #f5f5f5;
    --gc-muted: #b8b8b8;
    --gc-shadow: 0 -4px 18px rgba(171,55,212,.18);
    }

    /* Bottom Navigation */
    .PUTARBOS-footer{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;

        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 6px;

        padding: 10px 12px;
        background: var(--gc-card);
        backdrop-filter: blur(10px);

        border-top: 1px solid rgba(55, 78, 212, 0.25);
        box-shadow: var(--gc-shadow);

        box-sizing: border-box;
    }

    /* Navigation Link */
    .PUTARBOS-footer a{
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;

        min-height: 42px;
        padding: 10px 6px;

        text-decoration: none;
        color: var(--gc-muted);

        font-family: 'Ubuntu', sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: .3px;

        border-radius: 14px;
        transition: all .25s ease;
    }

    /* Hover Effect */
    .PUTARBOS-footer a:hover{
        color: var(--gc-text);
        background: rgba(171,55,212,.08);
        transform: translateY(-2px);
    }

    /* Active / Center Button */
    .PUTARBOS-footer .center{
        flex: 1.2;

        color: #111;
        background: linear-gradient(
            135deg,
            #1ea9e9 0%,
            #3f51b5 100%
        );

        font-weight: 700;
        font-size: 14px;

        border-radius: 50px;

        box-shadow:
            0 0 14px rgba(55, 162, 212, 0.45),
            inset 0 1px 1px rgba(255, 255, 255, 0.3);
    }

    /* Center Hover */
    .PUTARBOS-footer .center:hover{
        color: #000;
        background: linear-gradient(
            135deg,
            #277eb0 0%,
            #211ee9 100%
        );

        transform: translateY(-2px) scale(1.03);
    }

    /* Mobile Optimization */
    @media (max-width: 768px){

        .PUTARBOS-footer{
            padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        }

        .PUTARBOS-footer a{
            font-size: 12px;
            min-height: 40px;
        }

        .PUTARBOS-footer .center{
            font-size: 13px;
        }
    }
    
    .SLOT {
      margin: 0;
      padding: 0;
      font-family: 'Playfair Display', 'Segoe UI', serif;
      background-color: transparent;
      color: #ff0707aa;
      overflow: hidden;
    }

    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-container {
      position: relative;
      width: 90%;
      max-width: 420px;
      background: linear-gradient(145deg, rgba(10, 10, 10, 0.9), rgba(26, 21, 16, 0.85));
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      animation: rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), goldPulse 3.5s infinite ease-in-out;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(55, 70, 212, 0.2);
      padding-bottom: 20px;
      border: 1px solid rgba(55, 70, 212, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    /* ðŸ’› Emas berdenyut yang mewah */
    @keyframes goldPulse {
      0%, 100% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(55, 70, 212, 0.3), 0 0 0 1px rgba(55, 70, 212, 0.2);
      }
      50% {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(55, 70, 212, 0.5), 0 0 0 1px rgba(55, 70, 212, 0.3);
      }
    }

    /* âœ¨ Shiny diagonal emas yang elegan */
    .popup-container::before {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        62deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 215, 0, 0.15) 50%,
        rgba(255, 255, 255, 0) 55%
      );
      animation: shineDiagonal 5s linear infinite;
      z-index: 2;
      pointer-events: none;
    }

    @keyframes shineDiagonal {
      0% {
        transform: translate(-100%, -100%) rotate(30deg);
      }
      100% {
        transform: translate(100%, 100%) rotate(30deg);
      }
    }

    .popup-image {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(55, 70, 212, 0.15);
    }

    .clk-btn-sgp {
    width: 97%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 20px;
    position: relative;
    overflow: hidden;
    
}

/* Gold Accent Line */
.clk-btn-sgp::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        #f44336, 
        #ffd700, 
        #f44336, 
        transparent);
    opacity: 0.4;
    filter: blur(1px);
}

.clk-btn-sgp a {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 12px;
    margin: 0;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 8px 0px #ff0707aa;
    clip-path: polygon(var(--blade-cut) 0%, 100% 0%, 100% calc(100% - var(--blade-cut)), calc(100% - var(--blade-cut)) 100%, 0% 100%, 0% var(--blade-cut));
    z-index: 1;
}

/* Gold Border Effect */
.clk-btn-sgp a::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #ff0707aa, 
        #f44336, 
        #ffd700, 
        #f44336, 
        #ff0707aa);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clk-btn-sgp a:hover::after {
    opacity: 1;
}

.clk-btn-sgp a:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: #ffd700;
}

/* LOGIN BUTTON - Black & Gold */
.login {
    color: #ffd700 !important;
    background: linear-gradient(145deg, #535050, #079cffaa);
    border: 2px solid #0772ffaa;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}

.login::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 3px #ffd700);
}

.login:hover {
    background: linear-gradient(145deg, #222222, #FFFFFF);
    box-shadow: 
        0 12px 0px #0749ffaa,
        0 20px 40px rgba(55, 70, 212, 0.4),
        0 0 30px rgba(255, 215, 0, 0.2);
    color: #fff8dc !important;
    border-color: #ffd700;
}

.login:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    filter: drop-shadow(0 0 8px #ffd700);
}

/* REGISTER BUTTON - Gold & Black */
.register {
    color: #f8f3f3aa !important;
    background: linear-gradient(145deg, #3672f4, #0741ffaa);
    border: 2px solid #0720ffaa;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    position: relative;
}

.register::before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.register:hover {
    background: linear-gradient(145deg, #ffd700, #f44336);
    box-shadow: 
        0 12px 0px #0720ffaa,
        0 20px 40px rgba(55, 70, 212, 0.5),
        0 0 35px rgba(255, 215, 0, 0.3);
    color: #072cffaa !important;
    border-color: #0b07ffaa;
}

.register:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.2) rotate(360deg);
    filter: drop-shadow(0 0 5px #ea711c);
}

/* Button Text Container */
.clk-btn-sgp a span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.clk-btn-sgp a:hover span {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .clk-btn-sgp {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .clk-btn-sgp a {
        padding: 18px 12px;
    }
    
    .login::before,
    .register::before {
        position: relative;
        left: 0;
        right: 0;
        display: inline-block;
        margin-right: 10px;
        transform: none;
        top: 0;
    }
    
    .login:hover::before,
    .register:hover::before {
        transform: none;
    }
}

/* Subtle Glow Animation */
@keyframes subtleGlow {
    0%, 100% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 15px 35px rgba(0, 0, 0, 0.6),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 0 20px rgba(55, 70, 212, 0.15);
    }
}


    .info-table {
      width: 90%;
      margin: 20px auto;
      border-collapse: collapse;
      color: #eee;
      font-size: 14px;
      position: relative;
      z-index: 3;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .info-table th {
      background: linear-gradient(62deg, #f44336, #b8941f);
      padding: 14px 10px;
      font-size: 15px;
      color: #000;
      border: none;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    .info-table td {
      padding: 12px;
      border-bottom: 1px solid rgba(55, 70, 212, 0.1);
      text-align: left;
    }

    .info-table tr:last-child td {
      border-bottom: none;
    }

    .popup-footer {
      font-size: 13px;
      color: #ccc;
      padding: 20px 10px;
      position: relative;
      z-index: 3;
      line-height: 1.6;
      font-family: 'Playfair Display', serif;
    }

    @keyframes rotateScaleIn {
      0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
      }
      50% {
        transform: scale(1.05) rotate(2deg);
      }
      100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
      }
    }

    /* Efek partikel emas */
    .gold-particle {
      position: absolute;
      background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(55, 70, 212, 0.4) 100%);
      border-radius: 50%;
      pointer-events: none;
      z-index: 1;
      animation: floatGold 10s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    }

    @keyframes floatGold {
      0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
      }
      10% {
        opacity: 0.8;
      }
      90% {
        opacity: 0.8;
      }
      100% {
        transform: translateY(-120px) translateX(40px);
        opacity: 0;
      }
    }

    /* Efek border emas mewah */
    .luxury-border {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(55, 70, 212, 0.2);
      border-radius: 20px;
      pointer-events: none;
      z-index: 4;
      background: linear-gradient(62deg, 
        rgba(55, 70, 212, 0) 0%, 
        rgba(55, 70, 212, 0.1) 50%, 
        rgba(55, 70, 212, 0) 100%);
    }

    /* Tombol Close */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
      border: 1px solid rgba(55, 70, 212, 0.3);
    }

    .close-btn:hover {
      background: rgba(55, 70, 212, 0.8);
      transform: rotate(90deg);
    }

    .close-btn::before,
    .close-btn::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      background: #ff0707aa;
    }

    .close-btn::before {
      transform: rotate(45deg);
    }

    .close-btn::after {
      transform: rotate(-45deg);
    }

    /* Responsif untuk layar kecil */
    @media (max-width: 480px) {
      .popup-container {
        width: 95%;
        max-width: 350px;
      }
      
      .popup-buttons a {
        font-size: 14px;
        padding: 16px 0;
      }
      
      .info-table {
        font-size: 13px;
      }
      
      .popup-footer {
        font-size: 12px;
      }
      
      .close-btn {
        width: 28px;
        height: 28px;
      }
    }


    .rjb-slot-btn{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:15px 0;
}

.rjb-slot-btn a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:52px;
    border-radius:12px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    color:#ffd400;
    position:relative;
    overflow:hidden;
    border:2px solid #ffd400;
    box-shadow:none;
    transition:.3s;
}

.login,
.register{
    background:linear-gradient(
        62deg,
        #1797ff 0%,
        #17e4ff 25%,
        #2757b0 50%,
        #1797ff 75%,
        #5d17ff 100%
    );
    background-size:250% 250%;
    animation:gradientMove 4s linear infinite;
}

.register{
    animation-delay:2s;
}

.rjb-slot-btn a:hover{
    transform:translateY(-2px);
}

.rjb-slot-btn a:active{
    transform:scale(.98);
}

.rjb-slot-btn a::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:70%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    transform:skewX(-25deg);
}

.rjb-slot-btn a:hover::before{
    left:150%;
    transition:.6s;
}

@keyframes gradientMove{
    0%{
        background-position:0% 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position:0% 50%;
    }
}