:root {
--first-color: #0a0000; /* hitam kemerahan deep */
--second-color: #ffffff; /* putih bersih */
--third-color: #c60000; /* merah glossy utama */
--fourth-color: #7a0000; /* merah gelap shadow */
--fifth-color: #ffcc00; /* emas terang */
--gold-main: #d4af37; /* emas luxury */
--gold-dark: #8b6a10; /* emas gelap */
--gold-light: #ffe08a; /* emas highlight */
}
.card-post:hover {
    box-shadow:
        0 0 20px rgba(255, 215, 0, 0.9),
        inset 0 0 15px rgba(255, 215, 0, 0.3);
}

/* bingkai emas glossy */
.card-post,
.btn-info,
.page.active,
.teks-berjaalan,
.prediksi-card {
border: 2px solid var(--gold-main);
box-shadow:
inset 0 0 10px rgba(255, 204, 0, 0.2),
0 0 10px rgba(212, 175, 55, 0.6);
}


/* efek tombol seperti gambar */
.btn-info {
background: linear-gradient(to bottom, #ff2a2a, #8b0000);
color: #fff;
font-weight: bold;
}


.btn-info:hover {
background: linear-gradient(to bottom, #ff4d4d, #b30000);
}


/* body background casino */
body {
background:
radial-gradient(circle at center, #3a0000 0%, #000 70%);
}

body {
background: var(--first-color);
color: var(--second-color);
}

.logo {
    width: 13rem;
    max-width: 100%;
}


.time-post {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.card-post {
    background: var(--third-color);
    color: var(--second-color);
}

.img-post {
    width: 30rem;
    max-width: 100%;
}

.page.active {
    color: var(--second-color) !important;
    background: var(--third-color);
}

.btn-info {
    background-color: var(--third-color);
    border-color: var(--third-color) !important;
    color: var(--first-color);
}

.btn-info:hover {
    background-color: var(--fourth-color);
}

.teks-berjaalan {
    border-bottom: 1px dashed var(--third-color);
    padding: 0.3rem;
    margin-bottom: 0.9rem;
}

.teks-berjaalan h1, .teks-berjaalan h2, .teks-berjaalan h3, .teks-berjaalan h4, .teks-berjaalan h5, .teks-berjaalan h6, .teks-berjaalan p, .teks-berjaalan strong{
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
}


.copyright {
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
       .title-home {
        font-size: 1rem;
       }

       .logo {
        width: 9rem;
        max-width: 100%;
       }

       .search-bar {
        width: 10rem;
        max-width: 100%;
       }
}