* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
}

:root {
    --background-belakang: rgb(70, 0, 0);
    --background-main: rgb(141, 0, 0);
    --warna-gold: gold;
    --warna-putih: #e0e0e0;
    --gradasi: linear-gradient(to bottom, #410303 0%, #750404 100%);
}

body {
    background-color: var(--background-belakang);
    color: var(--warna-putih);
    line-height: 1.5;
}

.container {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0px 0px 1px 3px black;
}

.logo-alexis {
    width: 200px;
    display: block;
}

header {
    background: var(--gradasi);
    text-align: center;
    box-shadow: 0px 2px 3px 2px black;
}

.aturan-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.tombol {
    display: flex;
    gap: 20px;
}

.btn-daftar,
.btn-login {
    background-color: var(--warna-gold);
    color: black;
    padding: 10px 20px;
    font-size: 1.5rem;
    border-radius: 10px 0px 10px 0px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 2px 3px 1px black;
}

.pembelah-dua {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-top: 7px;
}

main {
    background-color: var(--background-main);
    padding: 10px;
}

.navigasi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90%;
    margin: auto;
}

.navigasi a {
    position: relative;
    border-radius: 10px;
    background: #ff0000;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    box-shadow: 0px 0px 6px 3px #000000;
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.navigasi a::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(0deg,
            transparent,
            gold,
            #ffffff,
            gold,
            transparent);
    animation: navBorderUp 2.8s linear infinite;
    z-index: 0;
}

.navigasi a::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #111;
    border-radius: 8px;
    z-index: 1;
}

.navigasi a span {
    position: relative;
    z-index: 2;
}

@keyframes navBorderUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}


.navigasi a:hover {
    background-color: gold;
    color: gold;
    box-shadow: 0px 0px 5px 4px gold;
    transform: translateY(-2px);
}




/* size slider */
.swiper {
    width: 90%;
    height: 450px;
    margin: auto;

}

/* gambar full cover */
.swiper-slide img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px black;
}

.gambar-tiga {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}

.togel-arcade-casino {
    width: 32%;
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 1px 1px 1px black;

}

.kiri.atas {
    background: #000000;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.kanan.atas {
    background: #3c0000;
    padding: 0;
}

.kanan {
    padding: 0px 5px;
}

.rtp-terupdate {
    padding: 10px;
    margin-top: 30px;
}

.rtpSwiper {
    height: 220px;
    /* cukup untuk 4 item */
    overflow: hidden;
    width: 100%;
}

.swiper-slide.item-rtp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 6px;
    background: #000;
    border: 1px solid gold;
    border-radius: 6px;

    color: #fff;
    font-size: 14px;
}

.nama-permainan {
    font-weight: 600;
}

.persentase-rtp {
    color: gold;
    font-weight: bold;
}

h2.judul-rtp-update {
    color: gold;
}

.alexis-table {
    margin-bottom: 15px;
    margin-top: 5px;
}

.alexistogel-table {
    border: 1px solid gold;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 4px;
    margin: 20px auto;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.judul-marquee {
    text-align: center;
    color: gold;
}

table.alexistogel-table thead {
    font-size: 15px;
    text-align: center;
    background: radial-gradient(circle 214px at 46.5% 54.2%, #6e0000 0, #600000 96%);
    color: #fff;
    line-height: 33px;
}

table tr {
    background-color: rgb(234, 234, 234);
}

thead th {
    background: linear-gradient(360deg, #b00000, #ff0000);
    color: #fff;
    border: 1px solid gold;
    font-weight: bold;
}

table.alexistogel-table td {
    background-color: #910203;
    border: 1px solid gold;
    padding: 6px;
}

.panel-layanan {
    margin: auto;
    padding: 10px;
    background: var(--gradasi);
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 0px 0px 6px 3px #000000;
    width: 94%;
}

.panel-header {
    border-bottom: 1px dashed gold;
    padding-bottom: 15px;
    color: gold;
}

.panel-header h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}

.panel-header span {
    font-size: 12px;
    color: #aaa;
}



.info strong {
    display: block;
    font-size: 14px;
}

.info small {
    color: #888;
    font-size: 11px;
}

.bar-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bar {
    flex: 1;
    height: 8px;
    background: #222;
    border-radius: 10px;
    overflow: hidden;
}

.bar span {
    display: block;
    height: 100%;
    background: gold;
    border-radius: 10px;
}

.time {
    font-size: 28px;
    color: gold;
    min-width: 60px;
    text-align: right;
}

.time small {
    font-size: 12px;
}

.bankSwiper {
    width: 100%;
    padding: 10px 0;
    height: 100px;
}

.bankSwiper .swiper-slide {
    width: auto;
    /* penting agar 1 baris */
    display: flex;
    align-items: center;
    justify-content: center;
}

.bankSwiper img {
    height: auto;
    width: 150px;
    filter: grayscale(20%);
    transition: transform .3s ease, filter .3s ease;
}

.bankSwiper img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.article-alexistogel {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;
    color: #ffffff;
    padding: 30px;
    margin: auto;
}

.article-alexistogel h1 {
    color: gold;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.article-alexistogel h2 {
    color: gold;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 5px solid #b80000;
    padding-left: 10px;
}

.article-alexistogel h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: wheat;
}

.article-alexistogel p {
    margin-bottom: 18px;
    text-align: justify;
}

.article-alexistogel ul {
    margin: 15px 0 20px 20px;
}

.article-alexistogel ul li {
    margin-bottom: 8px;
}

.article-alexistogel .highlight {
    background: #fff3cd;
    padding: 15px;
    border-left: 5px solid #ffc107;
    margin: 25px 0;
}

.article-alexistogel .highlight p {
    margin: 0;
    color: #000000;
}

.article-alexistogel .cta {
    position: relative;
    background: #b80000;
    color: #fff;
    padding: 25px;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
}

/* BORDER ANIMASI */
.article-alexistogel .cta::before {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(0deg,
            transparent,
            #ffd700,
            #ffffff,
            #ffd700,
            transparent);
    animation: borderMoveUp 3s linear infinite;
    z-index: 0;
}

.article-alexistogel .cta::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #b80000;
    border-radius: 6px;
    z-index: 1;
}

.article-alexistogel .cta * {
    position: relative;
    z-index: 2;
}

@keyframes borderMoveUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}


.article-alexistogel .cta h2 {
    color: #fff;
    border: none;
    padding: 0;
}

.article-alexistogel .cta p {
    color: #fff;
}

.isi-article {
    border-top: 10px solid gold;
    background: linear-gradient(to bottom, #8d0000 0%, #000000 100%);
}

article.article-alexistogel a {
    color: gold;
    text-decoration: none;
    font-weight: bold;
}

.marquee-alexistogel {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #7a0000, #b80000, #9d0000, #b80000, #7a0000);
    padding: 12px 0;
    position: relative;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.mqrquee {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.mqrquee span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 60px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.site-footer {
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px 20px;
    border-top: 1px solid gold;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffcc00;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #cccccc;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffcc00;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 13px;
    color: #999999;
}

/* BACKGROUND CANVAS */
#beatCanvas {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at center, #220000, #050000);
}

/* OPTIONAL: efek halus biar cinematic */
body {
    background-color: #050000;
}

/* Anti blur di mobile */
canvas {
    image-rendering: optimizeSpeed;
    image-rendering: crisp-edges;
}