.togel-container-v3 {
    display: flex;
    justify-content: center;
    padding: 16px 10px;
    font-family: "Orbitron", system-ui, sans-serif;
}

.togel-machine-v3 {
    position: relative;
    width: 100%;
    max-width: 520px;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 15% 0%, rgba(52, 211, 153, 0.12), transparent 48%),
                radial-gradient(circle at 85% 100%, rgba(16, 185, 129, 0.12), transparent 55%),
                linear-gradient(145deg, #0a1c12, #04100a);
    border: 1px solid rgba(52, 211, 153, 0.25);
    color: #f3f4f6;
}

.togel-machine-v3::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(to right, transparent 0%, transparent 20%, rgba(52, 211, 153, 0.15) 50%, transparent 80%, transparent 100%);
    transform: rotate(25deg);
    animation: hudSweep 7s linear infinite;
    pointer-events: none;
    opacity: .8;
}

.togel-title-v3::before {
    content: "PREDIKSI TOGEL RIMBATOTO ( SIMULASI )";
}

.icon::before {
    content: "🎲  GENERATE PREDIKSI RIMBATOTO";
}

.k-rtp::before {
    content: "Angka Utama Rimbatoto";
}

.k::before {
    content: "Pasaran Togel Rimbatoto";
}

.togel-title-v3 {
    color: #ffffff;
    text-align: center;
    margin: 0 0 12px;
    padding: 20px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 0 6px rgba(52, 211, 153, 0.6);
}

.togel-controls-v3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(52, 211, 153, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.6);
}

.togel-controls-v3 label {
    display: grid;
    gap: 6px;
    font-size: 10px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #34d399;
}

.togel-controls-v3 select,
.togel-controls-v3 input {
    background: rgba(4, 16, 10, 0.92);
    color: #ffffff;
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 10px;
    padding: 7px 9px;
    font-weight: 700;
    font-size: 12px;
    outline: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

#btnTogelRandom {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(145deg, #34d399, #10b981);
    border: none;
    color: #04100a;
    font-weight: 900;
    letter-spacing: .8px;
    border-radius: 14px;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 12px;
    box-shadow: 0 0 16px rgba(52, 211, 153, 0.4);
    transition: .2s ease;
}

#btnTogelRandom:active { transform: scale(.98); }
#btnTogelRandom:disabled { opacity: .75; cursor: not-allowed; }

.togel-main-result-v3 {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(10, 28, 18, 0.6);
    border: 1px solid rgba(52, 211, 153, 0.2);
    box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.4);
}

.togel-status-v3 {
    text-align: center;
    font-weight: 800;
    letter-spacing: .8px;
    color: #34d399;
    margin-bottom: 10px;
    font-size: 11px;
}

.togel-highlight-box {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(52, 211, 153, 0.25);
}

.k, .k-rtp {
    font-size: 10px;
    color: #a3a3a3;
    text-transform: uppercase;
}

.v-game {
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 6px;
    line-height: 1.2;
}

.provider-info { margin-top: 8px; font-size: 11px; color: #f3f4f6; opacity: .95; }
.k-small { color: #a3a3a3; font-size: 10px; }
.v-small { color: #ffffff; font-weight: 900; }

.v-rtp-huge {
    font-size: 2.4em;
    font-weight: 900;
    color: #34d399;
    text-shadow: 0 0 10px rgba(52, 211, 153, 0.5);
    line-height: 1;
    letter-spacing: 1px;
}

.togel-details-v3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 12px;
}

.k-detail {
    font-size: 9px;
    color: #a3a3a3;
    text-transform: uppercase;
}
.v-detail {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 4px;
    letter-spacing: .8px;
}

.togel-tip-v3 {
    margin-top: 10px;
    font-size: 10px;
    color: #fca5a5;
    opacity: .9;
    text-align: center;
}

.togel-alts-v3 {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(52, 211, 153, 0.2);
}
.togel-alts-title-v3 {
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.togel-alt-list-v3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.togel-alt-item {
    background: rgba(4, 16, 10, 0.6);
    border-radius: 12px;
    padding: 10px;
    border-left: 3px solid #34d399;
}
.togel-alt-item .g { font-weight: 900; color: #ffffff; font-size: 12px; }
.togel-alt-item .p { font-size: 10px; color: #a3a3a3; margin-top: 4px; }
.togel-alt-item .r { margin-top: 6px; font-weight: 900; color: #34d399; letter-spacing: .8px; font-size: 12px; }

.togel-note-v3 {
    margin-top: 10px;
    font-size: 10px;
    color: #a3a3a3;
    opacity: .85;
    text-align: center;
}

@media(max-width:420px){
    .togel-highlight-box { flex-direction: column; }
    .togel-details-v3 { grid-template-columns: 1fr; }
}

@keyframes hudSweep {
    0% { 
        transform: translateX(-150%) rotate(25deg); 
    }
    100% { 
        transform: translateX(400%) rotate(25deg); 
    }
}

@keyframes pulse { 0% { opacity: .55; } 50% { opacity: 1; } 100% { opacity: .55; } }