
.YUNITOTOtogel-predict-wrap{
    position:relative;
    max-width:1200px;
    margin:35px auto;
    padding:22px;
    border-radius:26px;
    border: 2px solid #1230b6;
    background: linear-gradient(to bottom, #050f69 0%, #1230b6 50%, #050f69 100%);
    box-shadow:
        0 20px 50px rgba(0,0,0,0.8),
        0 0 30px rgba(255,215,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.YUNITOTOtogel-predict-title{
    text-align:center;
    color:#ffffff;
    font-size:24px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:18px;
    text-shadow:0 0 12px rgba(255,215,0,0.12);
}

.YUNITOTOtogel-predict-card{
    background:linear-gradient(145deg,#1230b6,#1230b6);
    border:1px solid #1230b6;
    border-radius:18px;
    padding:18px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.03);
    margin-bottom:16px;
}

.YUNITOTOtogel-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.YUNITOTOtogel-field label{
    display:block;
    color:#ffffff;
    font-size:12px;
    font-weight:700;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.YUNITOTOtogel-field select,
.YUNITOTOtogel-field input{
    width:100%;
    height:46px;
    border-radius:12px;
    border:1px solid rgba(177 0 0 / 20%);
    background: linear-gradient(to bottom, #1230b6 0%, #1230b6 50%, #050f69 100%);
    color:#f1f1f1;
    padding:0 14px;
    outline:none;
    box-shadow:inset 0 0 12px rgba(255,215,0,0.04);
}

.YUNITOTOtogel-field select:focus,
.YUNITOTOtogel-field input:focus{
    border-color:rgba(21, 255, 0, 0.45);
    box-shadow:
        0 0 0 2px rgba(183 0 0 / 8%),
        0 0 14px rgba(183 0 0 / 8%);
}

.YUNITOTOtogel-full{
    grid-column:1 / -1;
}

.YUNITOTOtogel-btn-gold{
    width:100%;
    height:50px;
    border:none;
    border-radius:14px;
    cursor:pointer;
    font-size:15px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#ffffff;
    background: linear-gradient(to bottom, #1230b6 0%, #1230b6 50%, #050f69 100%);
    box-shadow:
        0 10px 20px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.3);
    transition:.25s ease;
}

.YUNITOTOtogel-btn-gold:hover{
    transform:translateY(-2px);
    filter:brightness(1.04);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.45),
        0 0 18px rgba(203 0 0 / 18%);
}

.YUNITOTOtogel-result-head{
    text-align:center;
    color:#6982ee;
    font-size:16px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:16px;
}

.rb-result-box{
    border:1px solid rgba(255,215,0,0.14);
    border-radius:16px;
    padding:16px;
    background:linear-gradient(145deg,#060606,#111);
}

.YUNITOTOtogel-result-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:14px;
}

.YUNITOTOtogel-result-item{
    background:rgba(255,215,0,0.03);
    border:1px solid rgba(183 0 0 / 8%);
    border-radius:12px;
    padding:12px;
}

.YUNITOTOtogel-result-item span{
    display:block;
    color:#6982ee;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom:6px;
    letter-spacing:.8px;
}

.YUNITOTOtogel-result-item strong{
    color:#f5f5f5;
    font-size:18px;
    font-weight:800;
}

.YUNITOTOtogel-number-main{
    text-align:center;
    margin:16px 0 10px;
    padding:18px;
    border-radius:18px;
    border:1px solid rgba(203 0 0 / 18%);
    background:
        radial-gradient(circle, rgba(183 0 0 / 8%), transparent 60%),
        linear-gradient(145deg,#090909,#111111);
    box-shadow:0 0 18px rgba(183 0 0 / 8%);
}

.YUNITOTOtogel-number-main span{
    display:block;
    color:#1230b6;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:8px;
    letter-spacing:1px;
}

.YUNITOTOtogel-number-main strong{
    color:#6982ee;
    font-size:34px;
    font-weight:900;
    letter-spacing:6px;
    text-shadow:0 0 14px rgba(255,215,0,0.16);
}

.YUNITOTOtogel-alt-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:14px;
}

.YUNITOTOtogel-alt-item{
    text-align:center;
    padding:12px 10px;
    border-radius:12px;
    border:1px solid rgba(255,215,0,0.1);
    background:linear-gradient(145deg,#0a0a0a,#121212);
    color:#f0f0f0;
    font-weight:700;
}

.YUNITOTOtogel-note{
    text-align:center;
    color:#ffffff;
    font-size:20px;
    margin-top:14px;
}

@media(max-width:768px){
    .YUNITOTOtogel-form-grid,
    .YUNITOTOtogel-result-grid,
    .YUNITOTOtogel-alt-list{
        grid-template-columns:1fr;
    }

    .YUNITOTOtogel-number-main strong{
        font-size:28px;
        letter-spacing:4px;
    }
}
