.toto80-togel-container {
    background: linear-gradient(135deg, #2b050a 0%, #120204 100%);
    border: 2px solid #d4af37;
    border-radius: 16px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.3);
    color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.toto80-togel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #800020;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.toto80-prediksi-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffcc00;
    text-transform: uppercase;
}
.toto80-prediksi-badge {
    font-size: 12px;
    background: #d4af37;
    color: #120204;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    animation: toto80Pulse 1.5s infinite;
}
@keyframes toto80Pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.toto80-prediksi-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-top: 10px;
}
.toto80-prediksi-table th {
    background: #520c17;
    color: #ffcc00;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 2px solid #d4af37;
}
.toto80-prediksi-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #800020;
    font-size: 14px;
    color: #e0e0e0;
}
.toto80-prediksi-table tr:hover {
    background: rgba(128, 0, 32, 0.2);
}
.toto80-prediksi-number {
    font-weight: 800;
    font-size: 18px;
    color: #ffcc00;
    letter-spacing: 2px;
}
.toto80-status-prediksi {
    color: #ffcc00;
    font-weight: 600;
}
@media (max-width: 768px) {
    .toto80-prediksi-table th, .toto80-prediksi-table td {
        padding: 8px 10px;
        font-size: 12px;
    }
    .toto80-prediksi-number {
        font-size: 14px;
    }
}